Home
last modified time | relevance | path

Searched refs:handle_ppp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-ppp.c408 static void handle_ppp(netdissect_options *, u_int proto, const u_char *p, u_int length);
1428 handle_ppp(ndo, proto, b + 4, length - 4); in ppp_hdlc()
1431 handle_ppp(ndo, proto, b + 2, length - 2); in ppp_hdlc()
1447 handle_ppp(netdissect_options *ndo, in handle_ppp() function
1568 handle_ppp(ndo, proto, p, length); in ppp_print()
1684 handle_ppp(ndo, proto, p, length); in ppp_hdlc_if_print()