Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/sys/
H A Dsocket.h1175 #define SCM_TIMESTAMP 0x02 /* timestamp (struct timeval) */ macro
/xnu-10063.141.1/bsd/kern/
H A Duipc_syscalls.c2053 if (cp->cmsg_level == SOL_SOCKET && cp->cmsg_type == SCM_TIMESTAMP) { in copyout_control()
2060 tmp_cp->cmsg_type = SCM_TIMESTAMP; in copyout_control()
/xnu-10063.141.1/bsd/netinet6/
H A Dip6_input.c1789 SCM_TIMESTAMP, SOL_SOCKET, mp); in ip6_savecontrol_v4()
/xnu-10063.141.1/bsd/netinet/
H A Dip_input.c3750 SCM_TIMESTAMP, SOL_SOCKET, mp); in ip_savecontrol()