Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpfdesc.h134 int bd_hdrcmplt; /* false to fill in src lladdr automatically */ member
H A Dbpf.c1345 int bd_hdrcmplt; in bpfwrite() local
1383 bd_hdrcmplt = d->bd_hdrcmplt; in bpfwrite()
1389 bd_hdrcmplt ? NULL : (struct sockaddr *)dst_buf, in bpfwrite()
1429 if (d->bd_hdrcmplt) { in bpfwrite()
1978 bcopy(&d->bd_hdrcmplt, addr, sizeof(u_int)); in bpfioctl()
1986 d->bd_hdrcmplt = int_arg ? 1 : 0; in bpfioctl()