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

/darwin-on-arm/xnu/bsd/net/
H A Dether_if_module.c393 *protocol_family = PF_BOND;
H A Dif_bond.c1526 err = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, 1, &adv);
1779 error = ifnet_output_raw(p->po_ifp, PF_BOND, buf);
3083 * The ethernet demux special cases to always return PF_BOND if the
3099 error = ifnet_attach_protocol(ifp, PF_BOND, &reg);
3117 error = ifnet_detach_protocol(ifp, PF_BOND);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h566 #define PF_BOND ((uint32_t)0x626f6e64) /* 'bond' */ macro

Completed in 29 milliseconds