Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dsocket.h150 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
H A Dsocketvar.h389 (SO_TIMESTAMP | SO_TIMESTAMP_MONOTONIC | SO_TIMESTAMP_CONTINUOUS)) || \
/xnu-10063.141.1/bsd/netinet6/
H A Dip6_input.c1784 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4()
/xnu-10063.141.1/bsd/kern/
H A Duipc_socket.c4885 case SO_TIMESTAMP: in sosetoptlock()
5904 case SO_TIMESTAMP: in sogetoptlock()
/xnu-10063.141.1/bsd/netinet/
H A Dip_input.c3745 if (inp->inp_socket->so_options & SO_TIMESTAMP) { in ip_savecontrol()