Home
last modified time | relevance | path

Searched defs:ip_timestamp (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dip.h208 struct ip_timestamp { struct
209 u_char ipt_code; /* IPOPT_TS */
210 u_char ipt_len; /* size of structure (variable) */
211 u_char ipt_ptr; /* index of current entry */
213 u_int ipt_flg:4, /* flags, see below */
214 ipt_oflw:4; /* overflow counter */
217 u_int ipt_oflw:4, /* overflow counter */
218 ipt_flg:4; /* flags, see below */
220 union ipt_timestamp {
226 } ipt_timestamp;
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_port.h149 ipc_port_timestamp_t ip_timestamp; member