Home
last modified time | relevance | path

Searched refs:ether_del_proto (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dif_ether.h49 errno_t ether_del_proto(ifnet_t interface, protocol_family_t protocol);
H A Dether_if_module.c154 ether_del_proto(ifnet_t ifp, protocol_family_t protocol_family) in ether_del_proto() function
342 ether_del_proto(ifp, protocol); in ether_add_proto()
H A Dnet_stubs.c57 STUB(ether_del_proto);
H A Dif_headless.c1184 headless_init.del_proto = ether_del_proto; in headless_clone_create()
H A Dif_vlan.c1004 vlan_init.del_proto = ether_del_proto; in vlan_clone_create()
H A Dif_fake.c3044 feth_init.del_proto = ether_del_proto; in feth_clone_create()
H A Dif_bond.c1202 bond_init.del_proto = ether_del_proto; in bond_clone_create()
H A Dif_bridge.c1550 init_params.del_proto = ether_del_proto; in bridge_clone_create()