Searched defs:phyi (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c314 struct physical_interface *phyi; local
325 for (phyi = HFIRST(&ihash_tbl, &ifindex);
326 phyi != NULL; phyi = phyi->phyi_link.hl_next) {
327 if (phyi->phyi_index == ifindex)
330 if (phyi == NULL) {
333 phyi = rtmalloc(sizeof (*phyi), "physical_interface");
334 (void) memset(phyi,
420 struct physical_interface *phyi; local
469 struct physical_interface *phyi; local
779 struct physical_interface *phyi; local
1048 struct physical_interface *phyi; local
1926 struct physical_interface *phyi = ifp->int_phys; local
[all...]
H A Dtable.c2905 struct physical_interface *phyi; local
2909 if ((phyi = phys_byname(name)) == NULL)
2912 for (ifp = phyi->phyi_interface; ifp != NULL;
2918 phyi->phyi_name, ifp->int_name,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c1416 phyint_t *phyi; local
1423 phyi = ill->ill_phyint;
1431 *flags = ipif->ipif_flags | ill->ill_flags | phyi->phyint_flags;
H A Dipmp.c118 * Create an IPMP group named `grname', associate it with IPMP phyint `phyi',
125 ipmp_grp_create(const char *grname, phyint_t *phyi) argument
128 ip_stack_t *ipst = PHYINT_TO_IPST(phyi);
143 grp->gr_phyint = phyi;
200 phyint_t *phyi; local
227 phyi = ipsq->ipsq_phyint;
238 if (phyi == NULL)
241 ipmp_phyint_get_kstats(phyi, phyi_kstats);
244 phyi_kstats[i] -= phyi->phyint_kstats0[i];
506 * Check whether `phyi' i
511 ipmp_grp_vet_phyint(ipmp_grp_t *grp, phyint_t *phyi) argument
1765 phyint_t *phyi = ill->ill_phyint; local
1903 ipmp_phyint_join_grp(phyint_t *phyi, ipmp_grp_t *grp) argument
1956 ipmp_phyint_leave_grp(phyint_t *phyi) argument
2012 ipmp_phyint_get_kstats(phyint_t *phyi, uint64_t kstats[]) argument
2072 ipmp_phyint_refresh_active(phyint_t *phyi) argument
[all...]
H A Dip_if.c3012 phyint_t *phyi; local
3051 phyi = ill->ill_phyint;
3063 phyi->phyint_illv6 = NULL;
3065 phyi->phyint_illv4 = NULL;
3067 if (phyi->phyint_illv4 != NULL || phyi->phyint_illv6 != NULL) {
3076 if (phyi->phyint_ifindex > 0) {
3078 phyi);
3080 phyi);
3084 phyint_free(phyi);
3632 phyint_assign_ifindex(phyint_t *phyi, ip_stack_t *ipst) argument
3642 phyint_flags_init(phyint_t *phyi, t_uscalar_t mactype) argument
3880 phyint_t *phyi; local
3939 phyint_t *phyi; local
3994 phyint_t *phyi; local
6301 phyint_t *phyi = ipsq->ipsq_phyint; local
6530 phyint_t *phyi; local
6811 phyint_t *phyi; local
9689 phyint_t *phyi; local
10189 phyint_t *phyi = ill->ill_phyint; local
10225 phyint_t *phyi; local
10573 phyint_t *phyi; local
10732 phyint_t *phyi = ill->ill_phyint; local
12467 phyint_t *phyi = ill->ill_phyint; local
12501 phyint_t *phyi = ill->ill_phyint; local
15791 phyint_t *phyi; local
15947 phyint_t *phyi; local
16581 phyint_free(phyint_t *phyi) argument
16630 phyint_t *phyi; local
16806 phyint_t *phyi = ill->ill_phyint; local
17435 phyint_t *phyi = ill->ill_phyint; local
17461 phyint_t *phyi = ill->ill_phyint; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2535 phyint_t phyi; local
2582 if (mdb_vread(&phyi, sizeof (phyint_t),
2616 ill->ill_flags | phyi.phyint_flags, v_fmasks);
2635 ill->ill_flags | phyi.phyint_flags, fmasks);

Completed in 93 milliseconds