Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h298 typedef struct ipf_s { struct
299 struct ipf_s *ipf_hash_next; argument
300 struct ipf_s **ipf_ptphn; /* Pointer to previous hash next. */ argument
301 uint32_t ipf_ident; /* Ident to match. */
302 uint8_t ipf_protocol; /* Protocol to match. */
303 uchar_t ipf_last_frag_seen : 1; /* Last fragment seen ? */
304 time_t ipf_timestamp; /* Reassembly start time. */
328 #define ipf_src V4_PART_OF_V6(ipf_v6src) argument