Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d111 #pragma D binding "1.13" SO_TS_BINTIME
112 inline int SO_TS_BINTIME = 1; /* sub-nanosecond resolution, realtime */ variable
/freebsd/sys/sys/
H A Dsocket.h179 #define SO_TS_BINTIME 1 /* sub-nanosecond resolution, realtime */ macro
/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c117 TT_REALTIME_MICRO = SO_TS_REALTIME_MICRO, TT_TS_BINTIME = SO_TS_BINTIME,
/freebsd/sys/netinet/
H A Dip_input.c1120 CHECK_SO_CT(inp->inp_socket, SO_TS_BINTIME)) { in ip_savecontrol()
/freebsd/sys/netinet6/
H A Dip6_input.c1213 case SO_TS_BINTIME: in ip6_savecontrol_v4()