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

/xnu-2422.115.4/bsd/netinet/
H A Draw_ip.c269 (last->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
325 (last->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dudp_usrreq.c704 (inp->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
807 (last->inp_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dip_input.c3019 if (inp->inp_socket->so_options & SO_TIMESTAMP) {
/xnu-2422.115.4/bsd/netinet6/
H A Draw_ip6.c211 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
249 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dudp6_usrreq.c215 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
544 (in6p->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dicmp6.c2071 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2096 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
H A Dip6_input.c1558 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) {
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h162 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c3414 case SO_TIMESTAMP:
3930 case SO_TIMESTAMP:

Completed in 61 milliseconds