Lines Matching defs:ip
37 #include "ip.h"
75 struct ip idi_ip;
95 * packet is large enought to contain the returned ip header.
98 * ip header length.
101 #define ICMP_EXTD_MINLEN (156 - sizeof (struct ip)) /* draft-bonica-internet-icmp-08 */
104 #define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
138 #define ICMP_PARAMPROB 12 /* ip header bad */
266 * IP packet before the MPLS extension header starts.
336 const struct ip *ip;
338 const struct ip *oip;
350 ip = (const struct ip *)bp2;
505 str = "ip reassembly time exceeded";
576 * print the remnants of the IP packet.
577 * save the snaplength as this may get overidden in the IP printer.
582 ip = (const struct ip *)bp;
585 ND_TCHECK_16BITS(&ip->ip_len);
586 ip_print(ndo, bp, EXTRACT_16BITS(&ip->ip_len));