Home
last modified time | relevance | path

Searched defs:ip_frag (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h47 struct ip_frag { struct
48 int16_t more; /* Fragment bit (TRUE == MF, FALSE == No more */
49 int16_t offset; /* Offset within the encapsulated datagram */
50 mblk_t *mp; /* Fragment including IP header */
51 uint16_t ipid; /* fragment ident */
52 int16_t iplen; /* IP datagram's length */
53 int16_t iphlen; /* Len of IP header */
54 uint8_t ipp; /* IP protocol */
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1865 __u8 ip_frag:1; member
1867 __u8 ip_frag:1; member