Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-resp.c67 static int resp_get_length(netdissect_options *, const u_char *, int, const u_char **);
177 _len = resp_get_length(_ndo, _ptr, _tot_len, &_endp); \
454 resp_get_length(netdissect_options *ndo, const u_char *bp, int len, const u_char **endp) in resp_get_length() function