HomeSort by relevance Sort by last modified time
    Searched refs:PPP_ADDRESS (Results 1 - 7 of 7) sorted by null

  /external/libpcap/
ppp.h 17 #define PPP_ADDRESS 0xff /* The address byte value */
  /external/ppp/pppd/include/net/
ppp_defs.h 45 #if defined(PPP_ADDRESS)
71 #define PPP_ADDRESS(p) (((u_char *)(p))[0])
  /external/tcpdump/
ppp.h 19 #define PPP_ADDRESS 0xff /* The address byte value */
print-ppp.c     [all...]
print-juniper.c 798 EXTRACT_16BITS(&l2info.cookie) != (PPP_ADDRESS << 8 | PPP_CONTROL))
832 case (PPP_ADDRESS << 8 | PPP_CONTROL): /* fall through */
    [all...]
  /bionic/libc/kernel/uapi/linux/
ppp_defs.h 25 #define PPP_ADDRESS(p) (((__u8 *) (p))[0])
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 23 #define PPP_ADDRESS(p) (((__u8 *)(p))[0])

Completed in 924 milliseconds