Searched refs:PPP_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
294 if ((PPP_PROTOCOL(frame) & 0x8000) != 0)338 if (PPP_PROTOCOL(pkt->data) == proto) {443 proto = PPP_PROTOCOL(p);
45 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro
79 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro