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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-juniper.c449 int ip_heuristic_guess(register const u_char *, u_int);
598 ip_heuristic_guess(p, l2info.length);
632 ip_heuristic_guess(p, l2info.length);
946 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */
1003 if(ip_heuristic_guess(p, l2info.length) != 0) /* last try - vcmux encaps ? */
1043 ip_heuristic_guess(register const u_char *p, u_int length) { function
1257 if(ip_heuristic_guess(p+jnx_header_len+4,l2info->length-(jnx_header_len+4)) == 0)

Completed in 91 milliseconds