Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ip

35 #include "ip.h"
153 register const struct ip *ip;
169 ip = (struct ip *)bp2;
171 if (IP_V(ip) == 6)
176 if (IP_V(ip) == 6) {
193 ipaddr_string(&ip->ip_src),
194 ipaddr_string(&ip->ip_dst));
217 if (ip->ip_p == IPPROTO_PGM) {
219 ipaddr_string(&ip->ip_src),
221 ipaddr_string(&ip->ip_dst),