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

/freebsd-11-stable/usr.sbin/ppp/
H A Dipcp.h37 #define TY_IPADDR 3 macro
89 unsigned peer_req : 1; /* Any TY_IPADDR REQs from the peer ? */
H A Dipcp.c769 if ((p && !physical_IsSync(p)) || !REJECTED(ipcp, TY_IPADDR)) {
771 INC_FSM_OPT(TY_IPADDR, 6, o);
1014 *dec->rejend++ = TY_IPADDR;
1019 *dec->nakend++ = TY_IPADDR;
1032 *dec->nakend++ = TY_IPADDR;
1049 *dec->ackend++ = TY_IPADDR;
1079 case TY_IPADDR: /* RFC1332 */
1330 * TY_IPADDR REQ. This stops us from repeatedly trying to tell

Completed in 172 milliseconds