Home
last modified time | relevance | path

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

/freebsd-11-stable/cddl/lib/libdtrace/
HDsocket.d117 #pragma D binding "1.13" SO_TS_MONOTONIC
118 inline int SO_TS_MONOTONIC = 3; /* nanosecond resolution, monotonic */ variable
122 inline int SO_TS_CLOCK_MAX = SO_TS_MONOTONIC;
/freebsd-11-stable/sys/sys/
HDsocket.h168 #define SO_TS_MONOTONIC 3 /* nanosecond resolution, monotonic */ macro
170 #define SO_TS_CLOCK_MAX SO_TS_MONOTONIC
/freebsd-11-stable/tools/regression/sockets/udp_pingpong/
HDudp_pingpong.c146 TT_REALTIME = SO_TS_REALTIME, TT_MONOTONIC = SO_TS_MONOTONIC};
/freebsd-11-stable/sys/netinet/
HDip_input.c1183 } else if (CHECK_SO_CT(inp->inp_socket, SO_TS_MONOTONIC)) { in ip_savecontrol()
/freebsd-11-stable/sys/netinet6/
HDip6_input.c1249 case SO_TS_MONOTONIC: in ip6_savecontrol_v4()