Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Draw_ip6.c210 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()
322 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()
H A Dip6_input.c1182 #ifdef SO_TIMESTAMP in ip6_savecontrol_v4()
1183 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4()
H A Dudp6_usrreq.c181 inp->inp_socket->so_options & SO_TIMESTAMP) in udp6_append()
/f-stack/tools/compat/include/sys/
H A Dsocket.h136 #define SO_TIMESTAMP 0x00000400 /* timestamp received dgram traffic */ macro
/f-stack/freebsd/kern/
H A Duipc_debug.c129 if (so_options & SO_TIMESTAMP) { in db_print_sooptions()
H A Duipc_socket.c3043 case SO_TIMESTAMP:
3264 case SO_TIMESTAMP:
/f-stack/freebsd/sys/
H A Dsocket.h142 #define SO_TIMESTAMP 0x00000400 /* timestamp received dgram traffic */ macro
/f-stack/freebsd/netinet/
H A Draw_ip.c261 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
H A Dip_input.c1133 (((sp->so_options & SO_TIMESTAMP) && (sp->so_ts_clock == ct)) ? 1 : 0)
H A Dudp_usrreq.c348 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c469 if (pcb->so->so_options & SO_TIMESTAMP) { in ng_btsocket_hci_raw_savctl()