Home
last modified time | relevance | path

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

/illumos-gate/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
62 struct in6_addr pi_token;
63 uint_t pi_token_length;
64 boolean_t pi_stateless;
65 boolean_t pi_stateful;
78 uint_t pi_adv_count;
83 uint_t pi_sol_count;
111 uint_t pi_LinkMTU;
[all …]
H A Dmain.c1741 ndpd_phyint_info_t phyint; in process_mibsock() local
/illumos-gate/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
192 enum pi_state pi_state; /* State of the phyint */ argument
199 uchar_t pi_hwaddr[DLPI_PHYSADDR_MAX]; /* phyint's hw address */ argument
200 size_t pi_hwaddrlen; /* phyint's hw address length */ argument
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c97 struct phyint { struct
102 struct phyint *pi_next; argument
103 struct phyint *pi_prev; argument
122 struct phyint *phyint; variable
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1210 typedef struct phyint { struct
1211 struct ill_s *phyint_illv4; argument
1212 struct ill_s *phyint_illv6; argument
1213 uint_t phyint_ifindex; /* SIOCSLIFINDEX */ argument
1214 uint64_t phyint_flags; argument
1215 avl_node_t phyint_avl_by_index; /* avl tree by index */ argument
1216 avl_node_t phyint_avl_by_name; /* avl tree by name */ argument
1217 kmutex_t phyint_lock; argument
1218 struct ipsq_s *phyint_ipsq; /* back pointer to ipsq */ argument
1219 struct ipmp_grp_s *phyint_grp; /* associated IPMP group */ argument
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c8678 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8712 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
8720 phyint_t *phyint = ill->ill_phyint; in ip_rput_dlpi_writer() local
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h124 uint32_t phyint:1; member
151 uint32_t phyint:1; member