Searched refs:phy_if_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | neti.h | 80 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 D | hook_event.h | 57 phy_if_t hpe_ifp; 58 phy_if_t hpe_ofp; 98 phy_if_t hne_nic;
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 57 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_44/usr/src/uts/common/io/ |
H A D | neti_impl.c | 215 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_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 911 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() 1860 if (!fr_forwarding_enabled((phy_if_t)fin->fin_ifp, net_data_p)) 1912 inj->ni_physical = (phy_if_t)fdp->fd_ifp; [all …]
|
H A D | ip_log.c | 333 if (net_getifname(nif, (phy_if_t)ifp,
|
H A D | ip_auth.c | 539 inj_data.ni_physical = (phy_if_t)fra->fra_info.fin_ifp;
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 305 (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 D | ip_fil.h | 1374 extern phy_if_t get_unit __P((char *, int, ipf_stack_t *));
|
/titanic_44/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 389 phy_if_t phyif; in ipnet_populate_if()
|