HomeSort by relevance Sort by last modified time
    Searched full:ipds (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-ip.c 323 struct ip_print_demux_state *ipds)
329 switch (ipds->nh) {
332 ipds->nh = *ipds->cp;
333 ipds->advance = ah_print(ipds->cp);
334 if (ipds->advance <= 0)
336 ipds->cp += ipds->advance;
337 ipds->len -= ipds->advance
522 struct ip_print_demux_state *ipds=&ipd; local
    [all...]

Completed in 61 milliseconds