Searched refs:handle_ppp (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-ppp.c | 409 static void handle_ppp(netdissect_options *, u_int proto, const u_char *p, int length); 1411 handle_ppp(ndo, proto, b + 4, length - 4); in ppp_hdlc() 1414 handle_ppp(ndo, proto, b + 2, length - 2); in ppp_hdlc() 1432 handle_ppp(netdissect_options *ndo, in handle_ppp() function 1555 handle_ppp(ndo, proto, p, length); in ppp_print() 1665 handle_ppp(ndo, proto, p, length); in ppp_hdlc_if_print()
|