Lines Matching defs:iph
45 struct iphdr *iph;54 iph = buffer + off;55 iph->ttl = 8;56 iph->ihl = 5;57 iph->version = 4;58 iph->saddr = htonl(INADDR_LOOPBACK);59 iph->daddr = htonl(INADDR_LOOPBACK + 1);60 iph->protocol = IPPROTO_UDP;61 iph->tot_len = htons(blen - off);62 iph->check = 0;64 off += sizeof(*iph);