Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dbpf.c251 static int bpf_setdlt(struct bpf_d *, u_int);
2190 error = bpf_setdlt(d, dlt); in bpfioctl()
2825 bpf_setdlt(struct bpf_d *d, uint32_t dlt) in bpf_setdlt() function