Searched refs:ipds (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ip.c340 struct ip_print_demux_state *ipds)
345 switch (ipds->nh) {
348 if (!ND_TTEST(*ipds->cp)) {
352 ipds->nh = *ipds->cp;
353 ipds->advance = ah_print(ndo, ipds->cp);
354 if (ipds->advance <= 0)
356 ipds->cp += ipds
339 ip_print_demux(netdissect_options *ndo, struct ip_print_demux_state *ipds) argument
545 struct ip_print_demux_state *ipds=&ipd; local
[all...]

Completed in 85 milliseconds