Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ether.h49 errno_t ether_del_proto(ifnet_t interface, protocol_family_t protocol);
H A Dether_if_module.c155 ether_del_proto(ifnet_t ifp, protocol_family_t protocol_family) in ether_del_proto() function
343 ether_del_proto(ifp, protocol); in ether_add_proto()
H A Dnet_stubs.c57 STUB(ether_del_proto);
H A Dif_headless.c1185 headless_init.del_proto = ether_del_proto; in headless_clone_create()
H A Dif_vlan.c928 vlan_init.del_proto = ether_del_proto; in vlan_clone_create()
H A Dif_fake.c2774 feth_init.del_proto = ether_del_proto; in feth_clone_create()
H A Dif_bond.c1204 bond_init.del_proto = ether_del_proto; in bond_clone_create()
H A Dif_bridge.c1427 init_params.del_proto = ether_del_proto; in bridge_clone_create()