Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h49 struct phyint { struct
50 struct phyint *pi_next; argument
51 struct phyint *pi_prev; argument
52 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 …]
H A Dmain.c1740 ndpd_phyint_info_t phyint; in process_mibsock() local
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h182 struct phyint { struct
184 struct phyint_instance *pi_v4; /* The IPv4 instance */ argument
185 struct phyint_instance *pi_v6; /* The IPv6 instance */ argument
186 struct phyint_group *pi_group; /* Pointer to the group */ argument
187 struct phyint *pi_next; /* List of all phyints */ argument
188 struct phyint *pi_prev; /* List of all phyints */ argument
189 struct phyint *pi_pgnext; /* List of phyints in this group */ argument
190 struct phyint *pi_pgprev; /* List of phyints in this group */ argument
192 enum pi_state pi_state; /* State of the phyint */ argument
199 uchar_t pi_hwaddr[DLPI_PHYSADDR_MAX]; /* phyint's hw address */ argument
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c102 struct phyint { struct
107 struct phyint *pi_next; argument
108 struct phyint *pi_prev; argument
127 struct phyint *phyint; variable
/titanic_41/usr/src/uts/common/inet/
H A Dip.h1209 typedef struct phyint { struct
1210 struct ill_s *phyint_illv4; argument
1211 struct ill_s *phyint_illv6; argument
1212 uint_t phyint_ifindex; /* SIOCSLIFINDEX */ argument
1213 uint64_t phyint_flags; argument
1214 avl_node_t phyint_avl_by_index; /* avl tree by index */ argument
1215 avl_node_t phyint_avl_by_name; /* avl tree by name */ argument
1216 kmutex_t phyint_lock; argument
1217 struct ipsq_s *phyint_ipsq; /* back pointer to ipsq */ argument
1218 struct ipmp_grp_s *phyint_grp; /* associated IPMP group */ argument
[all …]
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c8625 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8659 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8667 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_chip.h124 uint32_t phyint:1; member
151 uint32_t phyint:1; member