X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=9f5f1ae07683d8ee45b77433399b3a4c16bd5b41;hb=0f9bd9807d92d624782fa3bc3d2abfb305edf7ee;hp=6cdffe80cd2ddbbe62b956750ab1a487847bb8fa;hpb=75870d7b55e36af526a0786fff94912989c73fd1;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 6cdffe8..9f5f1ae 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -52,6 +52,7 @@ #include /* for FILE */ #include /* for encrypt */ #include /* for setkey */ +#include #include /* for NGROUPS_MAX */ #include /* for MAXPATHLEN and BSD4_4, if defined */ #include /* for u_int32_t, if defined */ @@ -324,6 +325,8 @@ extern bool tune_kernel; /* May alter kernel settings as necessary */ extern int connect_delay; /* Time to delay after connect script */ extern int max_data_rate; /* max bytes/sec through charshunt */ extern int req_unit; /* interface unit number to use */ +extern char path_ipup[MAXPATHLEN]; /* pathname of ip-up script */ +extern char path_ipdown[MAXPATHLEN]; /* pathname of ip-down script */ extern char req_ifname[MAXIFNAMELEN]; /* interface name to use */ extern bool multilink; /* enable multilink operation */ extern bool noendpoint; /* don't send or accept endpt. discrim. */ @@ -669,7 +672,6 @@ int sifaddr(int, u_int32_t, u_int32_t, u_int32_t); int cifaddr(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(int); /* Configure i/f up for IPv6 */ int sif6down(int); /* Configure i/f down for IPv6 */ int sif6addr(int, eui64_t, eui64_t);