Lines Matching defs:ip
48 #include <netinet/ip.h>
537 * The IP packet will be added on by the kernel.
581 * The IP packet will be added on by the kernel.
697 * Return a string name for the given IP address.
722 struct iphdr *ip;
727 ip = (struct iphdr *) ALLIGN(buf);
728 hlen = ip->ihl << 2;
875 if (ip->saddr == 0) {
879 if (IN_CLASSD(ntohl(ip->daddr)))
888 sin.sin_addr.s_addr = ip->saddr;