Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-juniper.c157 int ip_heuristic_guess(register const u_char *, u_int);
304 ip_heuristic_guess(p, l2info.length); in juniper_monitor_print()
338 ip_heuristic_guess(p, l2info.length); in juniper_services_print()
653 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */ in juniper_atm1_print()
710 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */ in juniper_atm2_print()
750 ip_heuristic_guess(register const u_char *p, u_int length) { in ip_heuristic_guess() function
837 if(ip_heuristic_guess(p+offset+4,l2info->length-(offset+4)) == 0) in juniper_parse_header()