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

/netbsd-current/external/bsd/libpcap/dist/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
/netbsd-current/external/bsd/tcpdump/dist/
H A Dppp.h20 #define PPP_CONTROL 0x03 /* The control byte value */ macro
H A Dprint-ppp.c1432 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1542 case (PPP_PPPD_IN << 8 | PPP_CONTROL):
1548 case (PPP_PPPD_OUT << 8 | PPP_CONTROL):
1554 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1663 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1768 GET_U_1(p + 1) == PPP_CONTROL) {
1806 && ph->phdr_ctl == PPP_CONTROL) {
H A Dprint-juniper.c846 EXTRACT_BE_U_2(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
885 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
/netbsd-current/sys/net/
H A Dppp_defs.h64 #define PPP_CONTROL(p) (((const u_char *)(p))[1]) macro
H A Dppp-deflate.c268 wptr[1] = PPP_CONTROL(rptr);
518 wptr[1] = PPP_CONTROL(hdr);
H A Dbsd-comp.c538 *wptr++ = PPP_CONTROL(rptr); /* all in one mbuf */
819 ctrl = PPP_CONTROL(rptr);
H A Dif_ppp.c933 control = PPP_CONTROL(dst->sa_data);
1155 control = PPP_CONTROL(cp);
1470 ctrl = PPP_CONTROL(cp);
/netbsd-current/libexec/getty/
H A Dmain.c88 #define PPP_CONTROL 0x03 /* PPP Control Field */ macro
443 * PPP_FRAME, PPP_STATION, PPP_CONTROL (deviant from RFC)
454 } else if ((ppp_state == 2 && cs == PPP_CONTROL) ||

Completed in 161 milliseconds