Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dif_6lowpan.c148 struct if6lpan { struct
149 if6lpan_entry if6lpan_list; argument
150 char if6lpan_name[IFNAMSIZ]; /* our unique id */ argument
151 char if6lpan_addr[IEEE802154_ADDR_LEN]; /* our LL address */ argument
152 struct ifnet * if6lpan_ifp; /* our interface */ argument
153 struct ifnet * if6lpan_pifp; /* parent interface */ argument
156 u_int32_t if6lpan_flags; argument
157 bpf_packet_func if6lpan_bpf_input; argument
158 bpf_packet_func if6lpan_bpf_output; argument
159 int32_t if6lpan_retain_count; argument
[all …]