Searched refs:BIOCGNOTSTAMP (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | bpf_timestamp.c | 51 T_ASSERT_POSIX_SUCCESS(ioctl(fd, BIOCGNOTSTAMP, &get_no_timestamp), "BIOCGNOTSTAMP");; 59 T_ASSERT_POSIX_SUCCESS(ioctl(fd, BIOCGNOTSTAMP, &get_no_timestamp), "BIOCGNOTSTAMP");; 69 T_ASSERT_POSIX_SUCCESS(ioctl(fd, BIOCGNOTSTAMP, &get_no_timestamp), "BIOCGNOTSTAMP");;
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | bpf.h | 278 #define BIOCGNOTSTAMP _IOR('B', 144, int) macro
|
| H A D | bpf.c | 1991 X(BIOCGNOTSTAMP) \ 2696 case BIOCGNOTSTAMP: in bpfioctl()
|