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

/freebsd-10.0-release/sys/net/
H A Dif_spppsubr.c140 #define IPCP_OPT_ADDRESS 3 /* local IP address */ macro
2909 sp->ipcp.opts |= (1 << IPCP_OPT_ADDRESS);
3004 case IPCP_OPT_ADDRESS:
3064 case IPCP_OPT_ADDRESS:
3123 buf[0] = IPCP_OPT_ADDRESS;
3178 case IPCP_OPT_ADDRESS:
3184 sp->ipcp.opts &= ~(1 << IPCP_OPT_ADDRESS);
3239 case IPCP_OPT_ADDRESS:
3248 sp->ipcp.opts |= (1 << IPCP_OPT_ADDRESS);
3319 if (sp->ipcp.opts & (1 << IPCP_OPT_ADDRESS)) {
[all...]

Completed in 69 milliseconds