Searched refs:IPH_ID (Results 1 – 13 of 13) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | vj.c | 350 deltaS = (u_short)(ntohs(IPH_ID(ip)) - ntohs(IPH_ID(&cs->cs_ip))); in vj_compress_tcp() 551 IPH_ID_SET(&cs->cs_ip, ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp() 552 IPH_ID_SET(&cs->cs_ip, htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | vj.c | 382 deltaS = (u16_t)(lwip_ntohs(IPH_ID(ip)) - lwip_ntohs(IPH_ID(&cs->cs_ip))); in vj_compress_tcp() 584 IPH_ID_SET(&cs->cs_ip, lwip_ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp() 585 IPH_ID_SET(&cs->cs_ip, lwip_htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | vj.c | 387 deltaS = (u16_t)(lwip_ntohs(IPH_ID(ip)) - lwip_ntohs(IPH_ID(&cs->cs_ip))); in vj_compress_tcp() 588 IPH_ID_SET(&cs->cs_ip, lwip_ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp() 589 IPH_ID_SET(&cs->cs_ip, lwip_htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
| A D | ip4.h | 106 #define IPH_ID(hdr) ((hdr)->_id) macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | ip4.h | 109 #define IPH_ID(hdr) ((hdr)->_id) macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_frag.c | 111 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0 548 lwip_ntohs(IPH_ID(fraghdr)))); in ip4_reass()
|
| A D | ip4.c | 616 …lwip_ntohs(IPH_ID(iphdr)), p->tot_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & P… 1060 lwip_ntohs(IPH_ID(iphdr)),
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | ip4_frag.c | 111 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0 560 lwip_ntohs(IPH_ID(fraghdr)))); in ip4_reass()
|
| A D | ip4.c | 640 …lwip_ntohs(IPH_ID(iphdr)), p->tot_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & P… 1106 lwip_ntohs(IPH_ID(iphdr)),
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | ip_frag.c | 105 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0 526 ntohs(IPH_ID(fraghdr)))); in ip_reass()
|
| A D | ip.c | 530 …ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), … 927 ntohs(IPH_ID(iphdr)),
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | ip.h | 150 #define IPH_ID(hdr) ((hdr)->_id) macro
|
| /components/net/lwip-nat/ |
| A D | ipv4_nat.c | 998 ntohs(IPH_ID(iphdr)), ntohs(IPH_CHKSUM(iphdr)))); in ip_nat_dbg_dump()
|
Completed in 22 milliseconds