Searched refs:SO_TIMESTAMP (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c177 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
538 (in6p->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Draw_ip6.c205 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
243 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dicmp6.c2109 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2134 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dip6_input.c1491 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h191 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c251 (last->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
307 (last->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dudp_usrreq.c703 || (inp->inp_socket->so_options & SO_TIMESTAMP) != 0
804 (last->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dip_input.c2676 if (inp->inp_socket->so_options & SO_TIMESTAMP) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3043 case SO_TIMESTAMP:
3501 case SO_TIMESTAMP:

Completed in 170 milliseconds