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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dppp.h18 #define PPP_ADDRESS 0xff /* The address byte value */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dppp.h20 #define PPP_ADDRESS 0xff /* The address byte value */ macro
H A Dprint-ppp.c1316 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* looks like a PPP frame */
1425 case (PPP_ADDRESS << 8 | PPP_CONTROL):
1526 * is being used (i.e., we don't check for PPP_ADDRESS and PPP_CONTROL,
1547 case PPP_ADDRESS:
1613 if (p[0] == PPP_ADDRESS && p[1] == PPP_CONTROL) {
1648 if (ph->phdr_addr == PPP_ADDRESS
H A Dprint-juniper.c764 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
800 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp_defs.h62 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp_defs.h46 #define PPP_ADDRESS(p) (((u_char *)(p))[0]) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp_defs.h60 #define PPP_ADDRESS(p) (((__u8 *)(p))[0]) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp_defs.h52 #define PPP_ADDRESS(p) (((__u8 *)(p))[0]) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp_defs.h52 #define PPP_ADDRESS(p) (((__u8 *)(p))[0]) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c233 wptr[0] = PPP_ADDRESS(rptr);
467 obuf[0] = PPP_ADDRESS(ibuf);
H A Dppp_mppe.c396 obuf[0] = PPP_ADDRESS(ibuf);
605 obuf[0] = PPP_ADDRESS(ibuf); /* +1 */
H A Dbsd_comp.c641 *wptr++ = PPP_ADDRESS(rptr);
862 adrs = PPP_ADDRESS (ibuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c345 wptr[0] = PPP_ADDRESS(rptr);
616 wptr[0] = PPP_ADDRESS(hdr);
H A Dbsd-comp.c589 wptr[0] = PPP_ADDRESS(rptr);
884 adrs = PPP_ADDRESS(rptr);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Ddeflate.c333 wptr[0] = PPP_ADDRESS(rptr);
604 wptr[0] = PPP_ADDRESS(hdr);
H A Dbsd-comp.c585 wptr[0] = PPP_ADDRESS(rptr);
880 adrs = PPP_ADDRESS(rptr);

Completed in 199 milliseconds