Home
last modified time | relevance | path

Searched refs:phy_if_t (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dneti.h80 typedef uintptr_t phy_if_t; typedef
114 phy_if_t ni_physical;
125 int (*netp_getifname)(net_handle_t, phy_if_t, char *,
127 int (*netp_getmtu)(net_handle_t, phy_if_t, lif_if_t);
129 int (*netp_getlifaddr)(net_handle_t, phy_if_t, lif_if_t,
131 int (*neti_getlifzone)(net_handle_t, phy_if_t, lif_if_t,
133 int (*neti_getlifflags)(net_handle_t, phy_if_t, lif_if_t,
135 phy_if_t (*netp_phygetnext)(net_handle_t, phy_if_t);
136 phy_if_t (*netp_phylookup)(net_handle_t, const char *);
137 lif_if_t (*netp_lifgetnext)(net_handle_t, phy_if_t, lif_if_t);
[all …]
H A Dhook_event.h57 phy_if_t hpe_ifp;
58 phy_if_t hpe_ofp;
98 phy_if_t hne_nic;
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c57 static int ip_getifname(net_handle_t, phy_if_t, char *,
59 static int ip_getmtu(net_handle_t, phy_if_t, lif_if_t);
61 static int ip_getlifaddr(net_handle_t, phy_if_t, lif_if_t,
63 static int ip_getlifzone(net_handle_t, phy_if_t, lif_if_t,
65 static int ip_getlifflags(net_handle_t, phy_if_t, lif_if_t,
67 static phy_if_t ip_phygetnext(net_handle_t, phy_if_t);
68 static phy_if_t ip_phylookup(net_handle_t, const char *);
69 static lif_if_t ip_lifgetnext(net_handle_t, phy_if_t, lif_if_t);
71 static phy_if_t ip_routeto(net_handle_t, struct sockaddr *,
76 static int ipv6_getifname(net_handle_t, phy_if_t, char *,
[all …]
/titanic_50/usr/src/uts/common/io/
H A Dneti_impl.c215 net_getifname(net_handle_t info, phy_if_t nic, char *buffer, in net_getifname()
228 net_getmtu(net_handle_t info, phy_if_t nic, lif_if_t ifdata) in net_getmtu()
252 net_getlifaddr(net_handle_t info, phy_if_t nic, lif_if_t ifdata, in net_getlifaddr()
266 net_getlifzone(net_handle_t info, phy_if_t phy_ifdata, lif_if_t ifdata, in net_getlifzone()
279 net_getlifflags(net_handle_t info, phy_if_t phy_ifdata, lif_if_t ifdata, in net_getlifflags()
291 phy_if_t
292 net_phygetnext(net_handle_t info, phy_if_t nic) in net_phygetnext()
298 return ((phy_if_t)-1); in net_phygetnext()
303 phy_if_t
310 return ((phy_if_t)-1); in net_phylookup()
[all …]
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c911 phy_if_t get_unit(name, v, ifs) in get_unit()
1280 phy_if_t phy;
1351 phy = (phy_if_t)qpi->qpi_ill;
1446 phy_if_t phyif;
1467 phyif = (phy_if_t)ifptr;
1766 phy_if_t phy_ifdata_routeto;
1783 return (((phy_if_t)fin->fin_ifp == phy_ifdata_routeto) ? 1 : 0);
1790 fr_forwarding_enabled(phy_if_t phyif, net_handle_t ndp) in fr_forwarding_enabled()
1865 ((phy_if_t)fin->fin_ifp != (phy_if_t)fdp->fd_ifp);
1868 if (ckrt && !fr_forwarding_enabled((phy_if_t)fin->fin_ifp, net_data_p))
[all …]
H A Dip_log.c333 if (net_getifname(nif, (phy_if_t)ifp,
H A Dip_auth.c539 inj_data.ni_physical = (phy_if_t)fra->fra_info.fin_ifp;
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h305 (phy_if_t)(x), (b), sizeof(b))
314 # define CACHE_HASH(x) (((phy_if_t)(x)->fin_ifp) & 7)
500 # define CACHE_HASH(x) (((phy_if_t)(x)->fin_ifp) & 7)
H A Dip_fil.h1374 extern phy_if_t get_unit __P((char *, int, ipf_stack_t *));
/titanic_50/usr/src/uts/common/inet/ipnet/
H A Dipnet.c389 phy_if_t phyif; in ipnet_populate_if()