Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ipd

500 	struct ip_print_demux_state  ipd;
502 ipd.ip = (const struct ip *)bp2;
503 ipd.cp = bp;
504 ipd.len = length;
505 ipd.off = 0;
506 ipd.nh = nh;
507 ipd.advance = 0;
509 ip_print_demux(ndo, &ipd);
521 struct ip_print_demux_state ipd;
522 struct ip_print_demux_state *ipds=&ipd;