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

/illumos-gate/usr/src/uts/common/sys/
H A Dneti.h117 typedef struct net_data *net_handle_t; typedef in typeref:struct:net_data
125 int (*netp_getifname)(net_handle_t, phy_if_t, char *,
127 int (*netp_getmtu)(net_handle_t, phy_if_t, lif_if_t);
128 int (*netp_getpmtuenabled)(net_handle_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_
[all...]

Completed in 245 milliseconds