Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-juniper.c449 int ip_heuristic_guess(register const u_char *, u_int);
598 ip_heuristic_guess(p, l2info.length); in juniper_monitor_print()
632 ip_heuristic_guess(p, l2info.length); in juniper_services_print()
946 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */ in juniper_atm1_print()
1003 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */ in juniper_atm2_print()
1043 ip_heuristic_guess(register const u_char *p, u_int length) { in ip_heuristic_guess() function
1257 if(ip_heuristic_guess(p+jnx_header_len+4,l2info->length-(jnx_header_len+4)) == 0) in juniper_parse_header()