Searched refs:BIOCGNOTSTAMP (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/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-12377.81.4/bsd/net/ |
| H A D | bpf_private.h | 153 #define BIOCGNOTSTAMP _IOR('B', 144, int) macro
|
| H A D | bpf.c | 2017 X(BIOCGNOTSTAMP) \ 2716 case BIOCGNOTSTAMP: in bpfioctl()
|