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

/xnu-2782.1.97/bsd/netinet/
H A Dip.h197 struct ip_timestamp { struct
H A Dip_input.c2040 struct ip_timestamp *ipt;
2228 ipt = (struct ip_timestamp *)(void *)cp;
/xnu-2782.1.97/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.c918 port->ip_timestamp = ipc_port_timestamp();
H A Dmach_port.c191 if (ip_active(port) || IP_TIMESTAMP_ORDER(timestamp, port->ip_timestamp)) {
H A Dipc_kmsg.c3319 timestamp = dest->ip_timestamp;
3327 reply->ip_timestamp))

Completed in 90 milliseconds