Searched refs:handle_ppp (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-ppp.c | 410 static void handle_ppp(netdissect_options *, u_int proto, const u_char *p, int length); 1431 handle_ppp(ndo, proto, b + 4, length - 4); in ppp_hdlc() 1434 handle_ppp(ndo, proto, b + 2, length - 2); in ppp_hdlc() 1452 handle_ppp(netdissect_options *ndo, in handle_ppp() function 1575 handle_ppp(ndo, proto, p, length); in ppp_print() 1685 handle_ppp(ndo, proto, p, length); in ppp_hdlc_if_print()
|