Lines Matching defs:optp
1194 u_int8_t *optp = NULL;
1345 optp = ((u_int8_t *)th) + sizeof(struct tcphdr);
1357 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
1358 be32dec(optp) == TCPOPT_TSTAMP_HDR &&
1361 opti.ts_val = be32dec(optp + 4);
1362 opti.ts_ecr = be32dec(optp + 8);
1363 optp = NULL; /* we've parsed the options */
1707 so, m, optp, optlen, &opti))
1732 if (optp || (tp->t_flags & TF_SIGNATURE))
1734 if (optp)
1736 if (tcp_dooptions(tp, optp, optlen, th, m, off, &opti) < 0)