Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h932 typedef struct ipif_s { struct
933 struct ipif_s *ipif_next; argument
934 struct ill_s *ipif_ill; /* Back pointer to our ill */
935 int ipif_id; /* Logical unit number */
960 ilm_t *ipif_solmulti_ilm; /* For IPv6 solicited multicast join */ argument
962 uint_t ipif_seqid; /* unique index across all ills */ argument
963 uint_t ipif_state_flags; /* See IPIF_* flag defs above */ argument
977 struct ipif_s *ipif_bound_next; /* bound ipif chain */ argument
978 boolean_t ipif_bound; /* B_TRUE if we successfully bound */
980 struct ire_s *ipif_ire_local; /* Our IRE_LOCAL or LOOPBACK */
[all …]