Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ip

58 #include "ip.h"
133 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
173 register const struct ip *ip;
192 switch (IP_V((struct ip *)bp2)) {
194 ip = (struct ip *)bp2;
196 ipaddr_string(ndo, &ip->ip_src), srcid,
197 ipaddr_string(ndo, &ip->ip_dst), dstid, length));