Searched refs:PF_BOND (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | socket.h | 750 #define PF_BOND ((uint32_t)0x626f6e64) /* 'bond' */ macro
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_bond.c | 1566 err = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, 1, &adv); in bond_output() 1861 error = ifnet_output_raw(p->po_ifp, PF_BOND, buf); in bondport_slow_proto_transmit() 3361 error = ifnet_attach_protocol(ifp, PF_BOND, ®); in bond_attach_protocol() 3379 error = ifnet_detach_protocol(ifp, PF_BOND); in bond_detach_protocol()
|