Searched defs:phyint (Results 1 – 7 of 7) sorted by relevance
49 struct phyint { struct50 struct phyint *pi_next; argument51 struct phyint *pi_prev; argument52 struct prefix *pi_prefix_list; /* Doubly linked prefixes */53 struct router *pi_router_list; /* Doubly linked routers */54 struct adv_prefix *pi_adv_prefix_list; /* Doubly linked adv.prefixes */56 uint_t pi_index; /* Identifier > 0 */57 char pi_name[LIFNAMSIZ]; /* Used to identify it */58 int pi_sock; /* For sending and receiving */59 struct in6_addr pi_ifaddr; /* Local address */[all …]
1740 ndpd_phyint_info_t phyint; in process_mibsock() local
182 struct phyint { struct184 struct phyint_instance *pi_v4; /* The IPv4 instance */ argument185 struct phyint_instance *pi_v6; /* The IPv6 instance */ argument186 struct phyint_group *pi_group; /* Pointer to the group */ argument187 struct phyint *pi_next; /* List of all phyints */ argument188 struct phyint *pi_prev; /* List of all phyints */ argument189 struct phyint *pi_pgnext; /* List of phyints in this group */ argument190 struct phyint *pi_pgprev; /* List of phyints in this group */ argument192 enum pi_state pi_state; /* State of the phyint */ argument199 uchar_t pi_hwaddr[DLPI_PHYSADDR_MAX]; /* phyint's hw address */ argument[all …]
102 struct phyint { struct107 struct phyint *pi_next; argument108 struct phyint *pi_prev; argument127 struct phyint *phyint; variable
1209 typedef struct phyint { struct1210 struct ill_s *phyint_illv4; argument1211 struct ill_s *phyint_illv6; argument1212 uint_t phyint_ifindex; /* SIOCSLIFINDEX */ argument1213 uint64_t phyint_flags; argument1214 avl_node_t phyint_avl_by_index; /* avl tree by index */ argument1215 avl_node_t phyint_avl_by_name; /* avl tree by name */ argument1216 kmutex_t phyint_lock; argument1217 struct ipsq_s *phyint_ipsq; /* back pointer to ipsq */ argument1218 struct ipmp_grp_s *phyint_grp; /* associated IPMP group */ argument[all …]
8625 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local8659 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local8667 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
124 uint32_t phyint:1; member151 uint32_t phyint:1; member