Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/bsd/net/
H A Dbpf.h244 #define BIOCSSEESENT _IOW('B',119, u_int) macro
H A Dbpf.c1964 X(BIOCSSEESENT) \
2414 case BIOCSSEESENT: { /* u_int */ in bpfioctl()