Lines Matching defs:ip
108 u_short pim_cksum; /* IP style check sum */
119 #include "ip.h"
253 TCHECK2(bp[8], 20); /* ip header */
471 * 1 IP (IP version 4)
472 * 2 IP6 (IP version 6)
748 struct ip *ip;
760 ip = (struct ip *)bp;
761 switch (IP_V(ip)) {
763 (void)printf("IP-Null-header %s > %s",
764 ipaddr_string(&ip->ip_src),
765 ipaddr_string(&ip->ip_dst));
777 (void)printf("IP ver %d", IP_V(ip));