HomeSort by relevance Sort by last modified time
    Searched defs:PPP_PROTOCOL (Results 51 - 51 of 51) sorted by null

1 23

  /external/ppp/pppd/include/net/
ppp_defs.h 69 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3])

Completed in 25 milliseconds

1 23