Home
last modified time | relevance | path

Searched refs:IPV4_OFFSET (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/stand/lib/inet/
H A Dipv4_impl.h64 #define IPV4_OFFSET(a) ((uint16_t)(a) << 3) macro
H A Dipv4.c145 int16_t true_offset = IPV4_OFFSET(offset); in frag_add()
871 IPV4_OFFSET(curr_off), ip_id); in ipv4_input()
894 fragments, IPV4_OFFSET(curr_off), in ipv4_input()
/titanic_50/usr/src/uts/i86pc/os/
H A Dibft.c160 #define IPV4_OFFSET 12 macro
447 bcopy(source+IPV4_OFFSET, dest, sizeof (struct in_addr)); in iscsi_copy_ibft_ipaddr()