Searched refs:handle_ppp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ppp.c | 410 static void handle_ppp(netdissect_options *, u_int proto, const u_char *p, u_int length); 1438 handle_ppp(ndo, proto, b + 4, length - 4); in ppp_hdlc() 1444 handle_ppp(ndo, proto, b + 2, length - 2); in ppp_hdlc() 1460 handle_ppp(netdissect_options *ndo, in handle_ppp() function 1588 handle_ppp(ndo, proto, p, length); in ppp_print() 1704 handle_ppp(ndo, proto, p, length); in ppp_hdlc_if_print()
|