Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dbpfdesc.h134 int bd_hdrcmplt; /* false to fill in src lladdr automatically */ member
H A Dbpf.c1334 int bd_hdrcmplt; in bpfwrite() local
1372 bd_hdrcmplt = d->bd_hdrcmplt; in bpfwrite()
1378 bd_hdrcmplt ? NULL : (struct sockaddr *)dst_buf, in bpfwrite()
1418 if (d->bd_hdrcmplt) { in bpfwrite()
1967 bcopy(&d->bd_hdrcmplt, addr, sizeof(u_int)); in bpfioctl()
1975 d->bd_hdrcmplt = int_arg ? 1 : 0; in bpfioctl()