Home
last modified time | relevance | path

Searched refs:ill_s (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h457 struct ill_s;
459 typedef void ip_v6intfid_func_t(struct ill_s *, in6_addr_t *);
485 extern void ip_mcast_mapping(struct ill_s *, uchar_t *, uchar_t *);
626 struct ill_s *ilg_ill; /* Where ilm is joined. No refhold */
658 struct ill_s *ilm_ill; /* Back pointer to ill - ill_ilm_cnt */
934 struct ill_s *ipif_ill; /* Back pointer to our ill */
976 struct ill_s *ipif_bound_ill;
1211 struct ill_s *phyint_illv4;
1212 struct ill_s *phyint_illv6;
1519 struct ill_s *ig_next_ill; /* next active interface to use */
[all …]
H A Dip_ndp.h74 struct ill_s *ncec_ill; /* Associated ill */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3241 offsetof(struct ill_s, ill_avl_byppa)); in ill_glist_insert()