Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dsocket.h140 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
H A Dsocketvar.h387 (SO_TIMESTAMP | SO_TIMESTAMP_MONOTONIC | SO_TIMESTAMP_CONTINUOUS)) || \
/xnu-12377.1.9/bsd/netinet6/
H A Dip6_input.c1826 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4()
/xnu-12377.1.9/bsd/netinet/
H A Dip_input.c3392 if (inp->inp_socket->so_options & SO_TIMESTAMP) { in ip_savecontrol()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c4814 case SO_TIMESTAMP: in sosetoptlock()
5880 case SO_TIMESTAMP: in sogetoptlock()