Lines Matching refs:phy_if_t
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);
139 phy_if_t (*netp_routeto)(net_handle_t, struct sockaddr *,
277 extern int net_getifname(net_handle_t, phy_if_t, char *, const size_t);
278 extern int net_getmtu(net_handle_t, phy_if_t, lif_if_t);
280 extern int net_getlifaddr(net_handle_t, phy_if_t, lif_if_t,
282 extern zoneid_t net_getlifzone(net_handle_t, phy_if_t, lif_if_t, zoneid_t *);
283 extern int net_getlifflags(net_handle_t, phy_if_t, lif_if_t, uint64_t *);
284 extern phy_if_t net_phygetnext(net_handle_t, phy_if_t);
285 extern phy_if_t net_phylookup(net_handle_t, const char *);
286 extern lif_if_t net_lifgetnext(net_handle_t, phy_if_t, lif_if_t);
287 extern phy_if_t net_routeto(net_handle_t, struct sockaddr *,