Home
last modified time | relevance | path

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

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