Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c129 typedef struct ixamblk_s { struct
130 boolean_t ixm_inbound; /* B_FALSE */
131 iaflags_t ixm_flags; /* ixa_flags */
132 netstackid_t ixm_stackid; /* Verify it didn't go away */
133 uint_t ixm_ifindex; /* Used to find the nce */
134 in6_addr_t ixm_nceaddr_v6; /* Used to find nce */
136 uint32_t ixm_fragsize;
137 uint_t ixm_pktlen;
138 uint16_t ixm_ip_hdr_length; /* Points to ULP header */
139 uint8_t ixm_protocol; /* Protocol number for ULP cksum */
[all …]