Searched refs:IPCP_OPT_ADDRESS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c137 #define IPCP_OPT_ADDRESS 3 /* local IP address */ macro
2884 sp->ipcp.opts |= (1 << IPCP_OPT_ADDRESS);
2979 case IPCP_OPT_ADDRESS:
3039 case IPCP_OPT_ADDRESS:
3098 buf[0] = IPCP_OPT_ADDRESS;
3153 case IPCP_OPT_ADDRESS:
3159 sp->ipcp.opts &= ~(1 << IPCP_OPT_ADDRESS);
3214 case IPCP_OPT_ADDRESS:
3223 sp->ipcp.opts |= (1 << IPCP_OPT_ADDRESS);
3294 if (sp->ipcp.opts & (1 << IPCP_OPT_ADDRESS)) {
[all...]

Completed in 62 milliseconds