Home
last modified time | relevance | path

Searched refs:IPOPT_TS_TIMELEN (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dip.h160 #define IPOPT_TS_TIMELEN 4 /* Timestamp size */ macro
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c9088 off = IPOPT_TS_TIMELEN; in ip_forward_options()
9101 off = IP_ADDR_LEN + IPOPT_TS_TIMELEN; in ip_forward_options()
9142 bcopy(&ts, (char *)opt + off, IPOPT_TS_TIMELEN); in ip_forward_options()
9143 opt[IPOPT_OFFSET] += IPOPT_TS_TIMELEN; in ip_forward_options()
9315 off = IPOPT_TS_TIMELEN; in ip_input_local_options()
9328 off = IP_ADDR_LEN + IPOPT_TS_TIMELEN; in ip_input_local_options()
9368 bcopy(&ts, (char *)opt + off, IPOPT_TS_TIMELEN); in ip_input_local_options()
9369 opt[IPOPT_OFFSET] += IPOPT_TS_TIMELEN; in ip_input_local_options()
9525 off = IPOPT_TS_TIMELEN; in ip_input_options()
9530 off = IP_ADDR_LEN + IPOPT_TS_TIMELEN; in ip_input_options()
[all …]