Home
last modified time | relevance | path

Searched refs:PF_BOND (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dsocket.h555 #define PF_BOND ((uint32_t)0x626f6e64) /* 'bond' */ macro
/xnu-12377.1.9/bsd/net/
H A Dether_if_module.c499 *protocol_family = PF_BOND; in ether_demux()
H A Dif_bond.c1594 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, &reg); in bond_attach_protocol()
3399 error = ifnet_detach_protocol(ifp, PF_BOND); in bond_detach_protocol()
H A Ddlil_input.c1024 case PF_BOND: in dlil_input_packet_list_common()