Searched refs:PF_BOND (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | socket.h | 555 #define PF_BOND ((uint32_t)0x626f6e64) /* 'bond' */ macro
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | ether_if_module.c | 499 *protocol_family = PF_BOND; in ether_demux()
|
| H A D | if_bond.c | 1594 error = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, flags, &adv); in bond_output() 1924 error = ifnet_output_raw(p->po_ifp, PF_BOND, buf); in bondport_slow_proto_transmit() 3380 error = ifnet_attach_protocol_v2(ifp, PF_BOND, ®); in bond_attach_protocol() 3399 error = ifnet_detach_protocol(ifp, PF_BOND); in bond_detach_protocol()
|
| H A D | dlil_input.c | 1024 case PF_BOND: in dlil_input_packet_list_common()
|