Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-juniper.c448 static int ip_heuristic_guess(netdissect_options *, register const u_char *, u_int);
609 ip_heuristic_guess (ndo, p, l2info.length); in juniper_monitor_print()
649 ip_heuristic_guess (ndo, p, l2info.length); in juniper_services_print()
983 if (ip_heuristic_guess(ndo, p, l2info.length) != 0) /* last try - vcmux encaps ? */ in juniper_atm1_print()
1046 if (ip_heuristic_guess(ndo, p, l2info.length) != 0) /* last try - vcmux encaps ? */ in juniper_atm2_print()
1089 ip_heuristic_guess(netdissect_options *ndo, in ip_heuristic_guess() function
1304 if (ip_heuristic_guess(ndo, p + jnx_header_len + 4, in juniper_parse_header()