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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c192 int int_arg; local
206 bcopy(data, &int_arg, sizeof (int_arg));
207 if (int_arg)
215 bcopy(data, &int_arg, sizeof (int_arg));
216 if (int_arg) {
240 int_arg = (so->so_state & SS_RCVATMARK) != 0;
241 bcopy(&int_arg, data, sizeof (int_arg));
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c1197 int error = 0, int_arg; local
1487 bcopy(addr, &int_arg, sizeof (int_arg));
1488 d->bd_hdrcmplt = int_arg ? 1 : 0;

Completed in 22 milliseconds