Searched refs:interface_family (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil_pvt.h38 char *interface_family; member in struct:dlil_family_mod_str
H A Dkpi_protocol.c378 ifnet_family_t interface_family,
390 proto_family->if_family == interface_family) {
404 proto_family->if_family = interface_family & 0xffff;
416 ifnet_family_t interface_family)
422 proto_family = proto_plumber_find(protocol_family, interface_family);
376 proto_register_plumber( protocol_family_t protocol_family, ifnet_family_t interface_family, proto_plumb_handler attach, proto_unplumb_handler detach) argument
414 proto_unregister_plumber( protocol_family_t protocol_family, ifnet_family_t interface_family) argument
H A Ddlil.c2404 u_long interface_family;
2417 interface_family = ifp->if_family;
2449 interface_family);

Completed in 81 milliseconds