Home
last modified time | relevance | path

Searched refs:BIOCSSEESENT (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/tests/
H A Dbpf_direction.c117 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 Dbpflib.c73 return ioctl(fd, BIOCSSEESENT, &see_sent); in bpf_set_see_sent()
/xnu-10002.41.9/bsd/net/
H A Dbpf.h244 #define BIOCSSEESENT _IOW('B',119, u_int) macro
H A Dbpf.c1908 X(BIOCSSEESENT) \
2352 case BIOCSSEESENT: { /* u_int */ in bpfioctl()