Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dip.h456 struct ill_s;
458 typedef void ip_v6intfid_func_t(struct ill_s *, in6_addr_t *);
459 typedef void ip_v6mapinfo_func_t(struct ill_s *, uchar_t *, uchar_t *);
460 typedef void ip_v4mapinfo_func_t(struct ill_s *, uchar_t *, uchar_t *);
484 extern void ip_mcast_mapping(struct ill_s *, uchar_t *, uchar_t *);
625 struct ill_s *ilg_ill; /* Where ilm is joined. No refhold */
657 struct ill_s *ilm_ill; /* Back pointer to ill - ill_ilm_cnt */
933 struct ill_s *ipif_ill; /* Back pointer to our ill */
975 struct ill_s *ipif_bound_ill;
1210 struct ill_s *phyint_illv4;
[all …]
H A Dip_ndp.h74 struct ill_s *ncec_ill; /* Associated ill */
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c3241 offsetof(struct ill_s, ill_avl_byppa)); in ill_glist_insert()