Home
last modified time | relevance | path

Searched defs:ifbond_s (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c179 struct ifbond_s { struct
181 int ifb_flags;
182 struct os_refcnt ifb_retain_count;
183 char ifb_name[IFNAMSIZ];
184 struct ifnet * ifb_ifp;
185 bpf_packet_func ifb_bpf_input;
186 bpf_packet_func ifb_bpf_output;
187 int ifb_altmtu;
188 struct port_list ifb_port_list;
189 short ifb_port_count;
[all …]