Searched refs:SO_TIMESTAMP (Results 1 – 11 of 11) sorted by relevance
210 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()322 last->inp_socket->so_options & SO_TIMESTAMP) in rip6_input()
1182 #ifdef SO_TIMESTAMP in ip6_savecontrol_v4()1183 if ((inp->inp_socket->so_options & SO_TIMESTAMP) != 0) { in ip6_savecontrol_v4()
181 inp->inp_socket->so_options & SO_TIMESTAMP) in udp6_append()
136 #define SO_TIMESTAMP 0x00000400 /* timestamp received dgram traffic */ macro
129 if (so_options & SO_TIMESTAMP) { in db_print_sooptions()
3043 case SO_TIMESTAMP:3264 case SO_TIMESTAMP:
142 #define SO_TIMESTAMP 0x00000400 /* timestamp received dgram traffic */ macro
261 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
1133 (((sp->so_options & SO_TIMESTAMP) && (sp->so_ts_clock == ct)) ? 1 : 0)
348 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
469 if (pcb->so->so_options & SO_TIMESTAMP) { in ng_btsocket_hci_raw_savctl()