Lines Matching defs:ip
47 #include "ip.h"
126 * decode the form: SPINUM@IP <tab> ALGONAME:0xsecret
215 (*ndo->ndo_warning)(ndo, "print_esp: can not decode IP# %s\n", spikey);
348 struct ip *ip;
407 ip = (struct ip *)bp2;
408 switch (IP_V(ip)) {
432 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF)
434 len = EXTRACT_16BITS(&ip->ip_len);
441 sin->sin_addr.s_addr == ip->ip_dst.s_addr) {