Searched refs:th (Results 1 – 4 of 4) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | vj.c | 144 register struct tcp_hdr *th; in vj_compress_tcp() local 216 hlen += TCPH_HDRLEN(th); in vj_compress_tcp() 239 hlen += TCPH_HDRLEN(th); in vj_compress_tcp() 263 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp() 274 deltaS = ntohs(th->urgp); in vj_compress_tcp() 467 struct tcp_hdr *th; in vj_uncompress_tcp() local 527 th->seqno = htonl(tmp); in vj_uncompress_tcp() 533 DECODEU(th->urgp); in vj_uncompress_tcp() 538 DECODES(th->wnd); in vj_uncompress_tcp() 541 DECODEL(th->ackno); in vj_uncompress_tcp() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | vj.c | 168 struct tcp_hdr *th; in vj_compress_tcp() local 196 hlen = ilen + TCPH_HDRLEN(th); in vj_compress_tcp() 293 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp() 303 if (TCPH_FLAGS(th) & TCP_URG) { in vj_compress_tcp() 500 struct tcp_hdr *th; in vj_uncompress_tcp() local 540 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp() 560 th->seqno = lwip_htonl(tmp); in vj_uncompress_tcp() 566 DECODEU(th->urgp); in vj_uncompress_tcp() 571 DECODES(th->wnd); in vj_uncompress_tcp() 574 DECODEL(th->ackno); in vj_uncompress_tcp() [all …]
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | vj.c | 168 struct tcp_hdr *th; in vj_compress_tcp() local 196 hlen = ilen + TCPH_HDRLEN(th); in vj_compress_tcp() 298 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp() 308 if (TCPH_FLAGS(th) & TCP_URG) { in vj_compress_tcp() 504 struct tcp_hdr *th; in vj_uncompress_tcp() local 544 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp() 564 th->seqno = lwip_htonl(tmp); in vj_uncompress_tcp() 570 DECODEU(th->urgp); in vj_uncompress_tcp() 575 DECODES(th->wnd); in vj_uncompress_tcp() 578 DECODEL(th->ackno); in vj_uncompress_tcp() [all …]
|
| /components/lwp/ |
| A D | lwp_pid.c | 1299 struct rt_thread th; in list_process() local 1310 rt_memcpy(&th, thread, sizeof(struct rt_thread)); in list_process() 1313 if (th.lwp == RT_NULL) in list_process() 1316 print_thread_info(&th, maxlen); in list_process()
|
Completed in 12 milliseconds