Searched refs:ip_timestamp (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip.h197 struct ip_timestamp { struct
H A Dip_input.c1829 struct ip_timestamp *ipt;
2016 ipt = (struct ip_timestamp *)(void *)cp;
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h98 * 1) dead (not active, ip_timestamp has death time)
107 * If the port is not active, then ip_timestamp contains a timestamp
176 #define ip_timestamp data.timestamp macro
H A Dipc_port.c822 port->ip_timestamp = ipc_port_timestamp();
H A Dmach_port.c179 if (ip_active(port) || IP_TIMESTAMP_ORDER(timestamp, port->ip_timestamp)) {
H A Dipc_kmsg.c3083 timestamp = dest->ip_timestamp;
3091 reply->ip_timestamp))

Completed in 35 milliseconds