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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dipcp.h35 #define TY_IPADDR 3 macro
87 unsigned peer_req : 1; /* Any TY_IPADDR REQs from the peer ? */
H A Dipcp.c767 if ((p && !physical_IsSync(p)) || !REJECTED(ipcp, TY_IPADDR)) {
769 INC_FSM_OPT(TY_IPADDR, 6, o);
1012 *dec->rejend++ = TY_IPADDR;
1017 *dec->nakend++ = TY_IPADDR;
1030 *dec->nakend++ = TY_IPADDR;
1047 *dec->ackend++ = TY_IPADDR;
1077 case TY_IPADDR: /* RFC1332 */
1328 * TY_IPADDR REQ. This stops us from repeatedly trying to tell

Completed in 60 milliseconds