Home
last modified time | relevance | path

Searched refs:BIOCGNOTSTAMP (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/tests/
H A Dbpf_timestamp.c51 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-11215.81.4/bsd/net/
H A Dbpf.h278 #define BIOCGNOTSTAMP _IOR('B', 144, int) macro
H A Dbpf.c1991 X(BIOCGNOTSTAMP) \
2696 case BIOCGNOTSTAMP: in bpfioctl()