Searched refs:IPH_ID (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/include/lwip2/lwip/prot/
H A Dip4.h106 #define IPH_ID(hdr) ((hdr)->_id) macro
/barrelfish-master/lib/devif/backends/net/
H A Dheaders.h66 #define IPH_ID(hdr) ((hdr)->_id) macro
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dvj.c387 deltaS = (u16_t)(lwip_ntohs(IPH_ID(ip)) - lwip_ntohs(IPH_ID(&cs->cs_ip)));
588 IPH_ID_SET(&cs->cs_ip, lwip_ntohs(IPH_ID(&cs->cs_ip)) + 1);
589 IPH_ID_SET(&cs->cs_ip, lwip_htons(IPH_ID(&cs->cs_ip)));
/barrelfish-master/include/lwip/lwip/
H A Dip.h140 #define IPH_ID(hdr) ((hdr)->_id) macro
/barrelfish-master/include/lwip2/netif/ppp/
H A Dvj.c387 deltaS = (u16_t)(lwip_ntohs(IPH_ID(ip)) - lwip_ntohs(IPH_ID(&cs->cs_ip)));
588 IPH_ID_SET(&cs->cs_ip, lwip_ntohs(IPH_ID(&cs->cs_ip)) + 1);
589 IPH_ID_SET(&cs->cs_ip, lwip_htons(IPH_ID(&cs->cs_ip)));
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip_frag.c102 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0
532 ntohs(IPH_ID(fraghdr))));
H A Dip.c414 "), calling ip_reass()\n", ntohs(IPH_ID(iphdr)),
769 U16_F " | (id, flags, offset)\n", ntohs(IPH_ID(iphdr)),
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c107 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0
532 lwip_ntohs(IPH_ID(fraghdr))));
H A Dip4.c616 lwip_ntohs(IPH_ID(iphdr)), p->tot_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)*8)));
1060 lwip_ntohs(IPH_ID(iphdr)),
/barrelfish-master/include/
H A Darranet_impl.h100 #define IPH_ID(hdr) ((hdr)->_id) macro
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_ipip_openloop.c84 #define IPH_ID(hdr) ((hdr)->_id) macro

Completed in 81 milliseconds