Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h619 typedef struct ilg_s { struct
620 struct ilg_s *ilg_next; argument
621 struct ilg_s **ilg_ptpn; argument
622 struct conn_s *ilg_connp; /* Back pointer to get lock */
623 in6_addr_t ilg_v6group;
624 ipaddr_t ilg_ifaddr; /* For some IPv4 cases */
625 uint_t ilg_ifindex; /* IPv6 and some other IPv4 cases */
626 struct ill_s *ilg_ill; /* Where ilm is joined. No refhold */
627 struct ilm_s *ilg_ilm; /* With ilm_refhold */
628 uint_t ilg_refcnt;
[all …]