|
|
| version 1.1.1.1, 2013/07/22 08:44:29 | version 1.1.1.3, 2021/03/17 00:39:23 |
|---|---|
| Line 32 | Line 32 |
| u_char myintid[8]; | u_char myintid[8]; |
| u_char hisintid[8]; | u_char hisintid[8]; |
| struct in6_addr want_addr; /* IPv6 address I'm willing to use */ | |
| struct in6_addr peer_addr; /* IPv6 address he is willing to use */ | |
| uint32_t peer_reject; /* Request codes rejected by peer */ | uint32_t peer_reject; /* Request codes rejected by peer */ |
| struct fsm fsm; | struct fsm fsm; |
| Line 58 | Line 61 |
| extern int Ipv6cpCloseCmd(Context ctx); | extern int Ipv6cpCloseCmd(Context ctx); |
| extern void Ipv6cpInput(Bund b, Mbuf bp); | extern void Ipv6cpInput(Bund b, Mbuf bp); |
| extern void Ipv6cpDefAddress(void); | extern void Ipv6cpDefAddress(void); |
| extern int Ipv6cpStat(Context ctx, int ac, char *av[], void *arg); | extern int Ipv6cpStat(Context ctx, int ac, const char *const av[], const void *arg); |
| #endif | #endif |