Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ipd

538 	struct ip_print_demux_state  ipd;
540 ipd.ip = (const struct ip *)bp2;
541 ipd.cp = bp;
542 ipd.len = length;
543 ipd.off = 0;
544 ipd.nh = nh;
545 ipd.advance = 0;
547 ip_print_demux(ndo, &ipd);
559 struct ip_print_demux_state ipd;
560 struct ip_print_demux_state *ipds=&ipd;