Home
last modified time | relevance | path

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

/trueos/sbin/ping/
HDping.c699 #ifdef SO_TIMESTAMP in main()
701 if (setsockopt(s, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on)) < 0) in main()
789 #ifdef SO_TIMESTAMP in main()
842 #ifdef SO_TIMESTAMP in main()
854 #ifdef SO_TIMESTAMP in main()
/trueos/sys/netinet6/
HDraw_ip6.c278 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()
312 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()
HDip6_input.c1307 #ifdef SO_TIMESTAMP in ip6_savecontrol_v4()
1308 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4()
HDudp6_usrreq.c171 inp->inp_socket->so_options & SO_TIMESTAMP) in udp6_append()
/trueos/sys/sys/
HDsocket.h122 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
/trueos/sys/kern/
HDuipc_debug.c123 if (so_options & SO_TIMESTAMP) { in db_print_sooptions()
HDuipc_socket.c2437 case SO_TIMESTAMP:
2665 case SO_TIMESTAMP:
/trueos/sys/netinet/
HDip_input.c1579 if (inp->inp_socket->so_options & (SO_BINTIME | SO_TIMESTAMP)) { in ip_savecontrol()
1589 if (inp->inp_socket->so_options & SO_TIMESTAMP) { in ip_savecontrol()
HDraw_ip.c251 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
HDudp_usrreq.c337 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
/trueos/contrib/ntp/ntpd/
HDntp_io.c77 #if defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP)
2556 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMP, in open_socket()
/trueos/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c466 if (pcb->so->so_options & SO_TIMESTAMP) { in ng_btsocket_hci_raw_savctl()
/trueos/sys/compat/linux/
HDlinux_socket.c322 return (SO_TIMESTAMP); in linux_to_bsd_so_sockopt()
/trueos/contrib/ntp/
HDCommitLog14566 implement SO_TIMESTAMP for systems that have it
14582 implement SO_TIMESTAMP for systems that have it