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

/external/tcpdump/
H A Dprint-ip.c376 struct ip_print_demux_state *ipds)
381 switch (ipds->nh) {
384 ipds->nh = *ipds->cp;
385 ipds->advance = ah_print(ipds->cp);
386 if (ipds->advance <= 0)
388 ipds->cp += ipds->advance;
389 ipds
375 ip_print_demux(netdissect_options *ndo, struct ip_print_demux_state *ipds) argument
560 struct ip_print_demux_state *ipds=&ipd; local
[all...]

Completed in 9 milliseconds