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

/xnu-2422.115.4/bsd/net/
H A Dether_if_module.c371 *protocol_family = PF_BOND;
H A Dif_bond.c1529 err = dlil_output(port_ifp, PF_BOND, m, NULL, NULL, 1, &adv);
1782 error = ifnet_output_raw(p->po_ifp, PF_BOND, buf);
3086 * The ethernet demux special cases to always return PF_BOND if the
3102 error = ifnet_attach_protocol(ifp, PF_BOND, &reg);
3120 error = ifnet_detach_protocol(ifp, PF_BOND);
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h546 #define PF_BOND ((uint32_t)0x626f6e64) /* 'bond' */ macro

Completed in 34 milliseconds