Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dudp6_usrreq.c261 (so->so_options & SO_TIMESTAMP)) { in udp6_input()
310 || last->in6p_socket->so_options & SO_TIMESTAMP) in udp6_input()
360 || in6p->in6p_socket->so_options & SO_TIMESTAMP) in udp6_input()
H A Draw_ip6.c166 (so->so_options & SO_TIMESTAMP)) { in rip6_input()
194 (so->so_options & SO_TIMESTAMP)) { in rip6_input()
H A Dip6_input.c1066 #ifdef SO_TIMESTAMP in ip6_savecontrol()
1067 if (in6p->in6p_socket->so_options & SO_TIMESTAMP) { in ip6_savecontrol()
/dragonfly/sbin/ping/
H A Dping.c623 #ifdef SO_TIMESTAMP in main()
625 if (setsockopt(s, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on)) < 0) in main()
713 #ifdef SO_TIMESTAMP in main()
766 #ifdef SO_TIMESTAMP in main()
778 #ifdef SO_TIMESTAMP in main()
/dragonfly/sys/netinet/
H A Draw_ip.c170 last->inp_socket->so_options & SO_TIMESTAMP) in rip_input()
194 last->inp_socket->so_options & SO_TIMESTAMP) in rip_input()
H A Dudp_usrreq.c630 (inp->inp_socket->so_options & SO_TIMESTAMP)) in udp_input()
666 last->inp_socket->so_options & SO_TIMESTAMP) in udp_append()
H A Dip_input.c2196 if (inp->inp_socket->so_options & SO_TIMESTAMP) { in ip_savecontrol()
/dragonfly/sys/sys/
H A Dsocket.h127 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
/dragonfly/sys/kern/
H A Duipc_socket.c2153 case SO_TIMESTAMP: in sosetopt()
2363 case SO_TIMESTAMP: in sogetopt()
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_hci_raw.c461 if (pcb->so->so_options & SO_TIMESTAMP) { in ng_btsocket_hci_raw_savctl()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.c2193 inp->inp_socket->so_options & SO_TIMESTAMP) {