X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=247fa153739b387d217719e6ac1beb8bf407d708;hb=84684243d651f55f6df69d2a6707b52fbbe62bb9;hp=873b832598f7351c8aece87d09bcc5fced68ec68;hpb=ad993a20ee485f0d0e2ac4105221641b200da6e2;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 873b832..247fa15 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -658,6 +658,8 @@ int cifaddr __P((int, u_int32_t, u_int32_t)); /* Reset i/f IP addresses */ #ifdef INET6 int ether_to_eui64(eui64_t *p_eui64); /* convert eth0 hw address to EUI64 */ +int sif6up __P((int)); /* Configure i/f up for IPv6 */ +int sif6down __P((int)); /* Configure i/f down for IPv6 */ int sif6addr __P((int, eui64_t, eui64_t)); /* Configure IPv6 addresses for i/f */ int cif6addr __P((int, eui64_t, eui64_t));