OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optp
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcp_input.c
237
caddr_t
optp
= NULL;
local
324
optp
= mtod(m, caddr_t) + sizeof (struct tcpiphdr);
335
*
optp
[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
336
* *(u_int32_t *)
optp
== htonl(TCPOPT_TSTAMP_HDR) &&
339
* ts_val = ntohl(*(u_int32_t *)(
optp
+ 4));
340
* ts_ecr = ntohl(*(u_int32_t *)(
optp
+ 8));
341
*
optp
= NULL; / * we've parsed the options * /
465
if (
optp
&& tp->t_state != TCPS_LISTEN)
466
tcp_dooptions(tp, (u_char *)
optp
, optlen, ti);
717
if (
optp
)
[
all
...]
/external/qemu/slirp-android/
tcp_input.c
237
caddr_t
optp
= NULL;
local
324
optp
= mtod(m, caddr_t) + sizeof (struct tcpiphdr);
335
*
optp
[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
336
* *(u_int32_t *)
optp
== htonl(TCPOPT_TSTAMP_HDR) &&
339
* ts_val = ntohl(*(u_int32_t *)(
optp
+ 4));
340
* ts_ecr = ntohl(*(u_int32_t *)(
optp
+ 8));
341
*
optp
= NULL; / * we've parsed the options * /
470
if (
optp
&& tp->t_state != TCPS_LISTEN)
471
tcp_dooptions(tp, (u_char *)
optp
, optlen, ti);
723
if (
optp
)
[
all
...]
Completed in 68 milliseconds