Home
last modified time | relevance | path

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

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