Home
last modified time | relevance | path

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

/xnu-12377.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-12377.81.4/bsd/net/
H A Dbpf_private.h153 #define BIOCGNOTSTAMP _IOR('B', 144, int) macro
H A Dbpf.c2017 X(BIOCGNOTSTAMP) \
2716 case BIOCGNOTSTAMP: in bpfioctl()