Searched refs:IP_SRC_OFFSET (Results 1 – 1 of 1) sorted by relevance
1429 #define IP_SRC_OFFSET (offsetof(struct ip, ip_src) - offsetof(struct ip, ip_p)) macro1453 >= (int)(IP_SRC_OFFSET + sizeof(struct in_addr) * 2)) { in ip_header_hash()1455 ip_src = *(struct in_addr *)(data + IP_SRC_OFFSET); in ip_header_hash()1458 if (S_mbuf_copy_uint32(m, offset + IP_SRC_OFFSET, in ip_header_hash()