Home
last modified time | relevance | path

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

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