Lines Matching refs:ill_s
457 struct ill_s;
459 typedef void ip_v6intfid_func_t(struct ill_s *, in6_addr_t *);
460 typedef void ip_v6mapinfo_func_t(struct ill_s *, uchar_t *, uchar_t *);
461 typedef void ip_v4mapinfo_func_t(struct ill_s *, uchar_t *, uchar_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 */
1520 struct ill_s *ig_ipmp_ill; /* backpointer to IPMP meta-interface */
1521 struct ill_s *ig_cast_ill; /* nominated ill for multi/broadcast */
1607 typedef struct ill_s { struct
1794 struct ill_s *ill_usesrc_grp_next; /* Next ILL in the usesrc group */ argument