Home
last modified time | relevance | path

Searched refs:SO_TS_CLOCK (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d104 #pragma D binding "1.13" SO_TS_CLOCK
105 inline int SO_TS_CLOCK = 0x1017; /* clock type used for SO_TIMESTAMP */ variable
/freebsd/sys/sys/
H A Dsocket.h170 #define SO_TS_CLOCK 0x1017 /* clock type used for SO_TIMESTAMP */ macro
/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c191 oname2 = SO_TS_CLOCK; in setup_ts_sockopt()
/freebsd/sbin/ping/
H A Dping.c767 if (setsockopt(srecv, SOL_SOCKET, SO_TS_CLOCK, &ts_clock, in ping()
/freebsd/sys/kern/
H A Duipc_socket.c3262 case SO_TS_CLOCK:
3493 case SO_TS_CLOCK: