Searched refs:net_handle_t (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | neti.h | 117 typedef struct net_data *net_handle_t; typedef 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_t, lif_if_t); [all …]
|
H A D | hook_event.h | 56 net_handle_t hpe_protocol; 97 net_handle_t hne_protocol;
|
/titanic_50/usr/src/uts/common/io/ |
H A D | neti_impl.c | 38 static net_handle_t net_find(const char *protocol, neti_stack_t *ns); 40 static net_handle_t 64 net_handle_t 103 net_protocol_unregister(net_handle_t info) in net_protocol_unregister() 122 net_handle_t 126 net_handle_t nd; in net_protocol_lookup() 149 net_protocol_release(net_handle_t info) in net_protocol_release() 169 net_handle_t 170 net_protocol_walk(netid_t netid, net_handle_t info) in net_protocol_walk() 215 net_getifname(net_handle_t info, phy_if_t nic, char *buffer, in net_getifname() [all …]
|
/titanic_50/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); 60 static int ip_getpmtuenabled(net_handle_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); 70 static int ip_inject(net_handle_t, inject_t, net_inject_t *); [all …]
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 376 net_handle_t ips_ipv4_net_data; 377 net_handle_t ips_ipv6_net_data; 378 net_handle_t ips_arp_net_data; 420 net_handle_t ips_ip4_observe_pr; 421 net_handle_t ips_ip6_observe_pr;
|
H A D | ipnet.h | 195 net_handle_t ips_ndv4; 196 net_handle_t ips_ndv6;
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ipf_stack.h | 142 net_handle_t ifs_ipf_ipv4; 143 net_handle_t ifs_ipf_ipv6;
|
/titanic_50/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 108 net_handle_t ipne_protocol; 154 static int ipnet_populate_if(net_handle_t, ipnet_stack_t *, boolean_t); 158 static void ipnet_add_ifaddr(uint64_t, ipnetif_t *, net_handle_t); 387 ipnet_populate_if(net_handle_t nd, ipnet_stack_t *ips, boolean_t isv6) in ipnet_populate_if() 1381 ipnet_add_ifaddr(uint64_t lif, ipnetif_t *ipnetif, net_handle_t nd) in ipnet_add_ifaddr() 1512 ipnet_lifup_ev(uint64_t ifindex, uint64_t lifindex, net_handle_t nd, in ipnet_lifup_ev()
|
/titanic_50/usr/src/uts/common/inet/ipd/ |
H A D | ipd.c | 221 net_handle_t ipdn_v4hdl; /* IPv4 net handle */ 222 net_handle_t ipdn_v6hdl; /* IPv4 net handle */
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 916 net_handle_t nif; 1445 net_handle_t net_data; 1765 net_handle_t net_data_p; 1790 fr_forwarding_enabled(phy_if_t phyif, net_handle_t ndp) in fr_forwarding_enabled() 1836 net_handle_t net_data_p;
|
H A D | ip_log.c | 250 net_handle_t nif;
|
H A D | ip_proxy.c | 494 net_handle_t net_data_p;
|
H A D | ip_auth.c | 371 net_handle_t net_data_p;
|
H A D | ip_nat6.c | 2215 net_handle_t net_data_p = ifs->ifs_ipf_ipv6; 2497 net_handle_t net_data_p = ifs->ifs_ipf_ipv6;
|
H A D | ip_nat.c | 4070 net_handle_t net_data_p = ifs->ifs_ipf_ipv4; 4397 net_handle_t net_data_p = ifs->ifs_ipf_ipv4;
|
H A D | fil.c | 5984 net_handle_t net_data_p;
|