Searched refs:BIOCSSEESENT (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.41.9/tests/ |
| H A D | bpf_direction.c | 117 T_ASSERT_POSIX_SUCCESS(ioctl(fd, BIOCSSEESENT, &set_see_sent), "BIOCSSEESENT");; 127 T_ASSERT_POSIX_SUCCESS(ioctl(fd, BIOCSSEESENT, &set_see_sent), "BIOCSSEESENT");;
|
| H A D | bpflib.c | 73 return ioctl(fd, BIOCSSEESENT, &see_sent); in bpf_set_see_sent()
|
| /xnu-10002.41.9/bsd/net/ |
| H A D | bpf.h | 244 #define BIOCSSEESENT _IOW('B',119, u_int) macro
|
| H A D | bpf.c | 1908 X(BIOCSSEESENT) \ 2352 case BIOCSSEESENT: { /* u_int */ in bpfioctl()
|