Searched refs:handle_ppp (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-ppp.c | 419 static void handle_ppp (u_int proto, const u_char *p, int length); 1318 handle_ppp(proto, b+4, t - b - 4); in ppp_hdlc() 1321 handle_ppp(proto, b+2, t - b - 2); in ppp_hdlc() 1334 handle_ppp(u_int proto, const u_char *p, int length) in handle_ppp() function 1457 handle_ppp(proto, p, length); in ppp_print() 1565 handle_ppp(proto, p, length); in ppp_hdlc_if_print()
|