Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_socket.c168 int int_arg; in soioctl() local
204 bcopy(data, &int_arg, sizeof(int_arg)); in soioctl()
205 if (int_arg) { in soioctl()
214 bcopy(data, &int_arg, sizeof(int_arg)); in soioctl()
215 if (int_arg) { in soioctl()
239 int_arg = (so->so_state & SS_RCVATMARK) != 0; in soioctl()
240 bcopy(&int_arg, data, sizeof(int_arg)); in soioctl()
/xnu-8019.80.24/bsd/net/
H A Dbpf.c1647 u_int int_arg; in bpfioctl() local
1985 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
1986 d->bd_hdrcmplt = int_arg ? 1 : 0; in bpfioctl()
2063 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2064 if (int_arg) { in bpfioctl()
2098 int_arg = d->bd_flags & BPF_WANT_PKTAP ? 1 : 0; in bpfioctl()
2099 bcopy(&int_arg, addr, sizeof(int_arg)); in bpfioctl()
2103 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
2104 if (int_arg) { in bpfioctl()
2113 bcopy(addr, &int_arg, sizeof(int_arg)); in bpfioctl()
[all …]