Searched defs:ipif_s (Results 1 – 1 of 1) sorted by relevance
931 typedef struct ipif_s { struct932 struct ipif_s *ipif_next; argument933 struct ill_s *ipif_ill; /* Back pointer to our ill */934 int ipif_id; /* Logical unit number */935 in6_addr_t ipif_v6lcl_addr; /* Local IP address for this if. */959 ilm_t *ipif_solmulti_ilm; /* For IPv6 solicited multicast join */ argument961 uint_t ipif_seqid; /* unique index across all ills */ argument962 uint_t ipif_state_flags; /* See IPIF_* flag defs above */ argument976 struct ipif_s *ipif_bound_next; /* bound ipif chain */ argument977 boolean_t ipif_bound; /* B_TRUE if we successfully bound */[all …]