Searched refs:ip_heuristic_guess (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | print-juniper.c | 462 static int ip_heuristic_guess(netdissect_options *, const u_char *, u_int); 632 ip_heuristic_guess (ndo, p, l2info.length); in juniper_monitor_if_print() 673 ip_heuristic_guess (ndo, p, l2info.length); in juniper_services_if_print() 1060 if (ip_heuristic_guess(ndo, p, l2info.length) != 0) { /* last try - vcmux encaps ? */ in juniper_atm1_if_print() 1134 if (ip_heuristic_guess(ndo, p, l2info.length) != 0) { /* last try - vcmux encaps ? */ in juniper_atm2_if_print() 1174 ip_heuristic_guess(netdissect_options *ndo, in ip_heuristic_guess() function 1392 if (ip_heuristic_guess(ndo, p + jnx_header_len + 4, in juniper_parse_header()
|