Searched refs:SO_TIMESTAMP (Results 1 – 14 of 14) sorted by relevance
699 #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()
278 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()312 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()
1307 #ifdef SO_TIMESTAMP in ip6_savecontrol_v4()1308 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4()
171 inp->inp_socket->so_options & SO_TIMESTAMP) in udp6_append()
122 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
123 if (so_options & SO_TIMESTAMP) { in db_print_sooptions()
2437 case SO_TIMESTAMP:2665 case SO_TIMESTAMP:
1579 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()
251 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
337 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
77 #if defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP)2556 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMP, in open_socket()
466 if (pcb->so->so_options & SO_TIMESTAMP) { in ng_btsocket_hci_raw_savctl()
322 return (SO_TIMESTAMP); in linux_to_bsd_so_sockopt()
14566 implement SO_TIMESTAMP for systems that have it14582 implement SO_TIMESTAMP for systems that have it