/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/ |
H A D | cxgb_lro.c | 76 #define IPH_OFFSET (2 + sizeof (struct cpl_rx_pkt) + ETHER_HDR_LEN) macro 83 struct ip *sih = (struct ip *)(mtod(m, uint8_t *) + IPH_OFFSET); in lro_match() 158 struct ip *ih = (struct ip *)(mtod(m, uint8_t *) + IPH_OFFSET); in lro_new_session_init() 177 struct ip *ih = (struct ip *)(mtod(sm, uint8_t *) + IPH_OFFSET); in lro_flush_session() 249 struct ip *nih = (struct ip *)(mtod(m, uint8_t *) + IPH_OFFSET); in lro_update_session() 265 th = (struct tcphdr *)(mtod(sm, uint8_t *) + IPH_OFFSET + sizeof (struct ip)); in lro_update_session() 298 DPRINTF("m_adj(%d)\n", (int)(IPH_OFFSET + tcpiphlen)); in lro_update_session() 299 m_adj(m, IPH_OFFSET + tcpiphlen); in lro_update_session() 315 frag->page_offset + IPH_OFFSET + tcpiphlen; in lro_update_session()
|
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/lwip/core/ipv4/ |
H A D | ip.c | 285 if ((IPH_OFFSET(iphdr) & htons(IP_OFFMASK | IP_MF)) != 0) { in ip_input() 288 …ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & htons(IP_MF)), (ntohs(IPH_OF… in ip_input() 299 ntohs(IPH_OFFSET(iphdr)))); in ip_input() 478 ntohs(IPH_OFFSET(iphdr)) >> 15 & 1, in ip_debug_print() 479 ntohs(IPH_OFFSET(iphdr)) >> 14 & 1, in ip_debug_print() 480 ntohs(IPH_OFFSET(iphdr)) >> 13 & 1, in ip_debug_print() 481 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)); in ip_debug_print()
|
H A D | ip_frag.c | 146 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass() 201 if ((ntohs(IPH_OFFSET(fraghdr)) & IP_MF) == 0) { in ip_reass() 317 tmp = ntohs(IPH_OFFSET(iphdr)); in ip_frag()
|
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ |
H A D | ip.c | 365 if ((IPH_OFFSET(iphdr) & htons(IP_OFFMASK | IP_MF)) != 0) { 368 …ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & htons(IP_MF)), (ntohs(IPH_OF… 379 ntohs(IPH_OFFSET(iphdr)))); 702 ntohs(IPH_OFFSET(iphdr)) >> 15 & 1, 703 ntohs(IPH_OFFSET(iphdr)) >> 14 & 1, 704 ntohs(IPH_OFFSET(iphdr)) >> 13 & 1, 705 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK));
|
H A D | ip_frag.c | 337 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass_chain_frag_into_datagram_and_validate() 492 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass() 536 if (((ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) == 0) && in ip_reass() 537 ((ntohs(IPH_OFFSET(&ipr->iphdr)) & IP_OFFMASK) != 0)) { in ip_reass() 553 if ((ntohs(IPH_OFFSET(fraghdr)) & IP_MF) == 0) { in ip_reass() 675 tmp = ntohs(IPH_OFFSET(iphdr)); in ip_frag()
|
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ |
H A D | ip.c | 365 if ((IPH_OFFSET(iphdr) & htons(IP_OFFMASK | IP_MF)) != 0) { 368 …ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & htons(IP_MF)), (ntohs(IPH_OF… 379 ntohs(IPH_OFFSET(iphdr)))); 702 ntohs(IPH_OFFSET(iphdr)) >> 15 & 1, 703 ntohs(IPH_OFFSET(iphdr)) >> 14 & 1, 704 ntohs(IPH_OFFSET(iphdr)) >> 13 & 1, 705 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK));
|
H A D | ip_frag.c | 337 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass_chain_frag_into_datagram_and_validate() 492 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass() 536 if (((ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) == 0) && in ip_reass() 537 ((ntohs(IPH_OFFSET(&ipr->iphdr)) & IP_OFFMASK) != 0)) { in ip_reass() 553 if ((ntohs(IPH_OFFSET(fraghdr)) & IP_MF) == 0) { in ip_reass() 675 tmp = ntohs(IPH_OFFSET(iphdr)); in ip_frag()
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/ipv4/ |
H A D | ip.c | 386 if ((IPH_OFFSET(iphdr) & htons(IP_OFFMASK | IP_MF)) != 0) { 389 …ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & htons(IP_MF)), (ntohs(IPH_OF… 400 ntohs(IPH_OFFSET(iphdr)))); 726 ntohs(IPH_OFFSET(iphdr)) >> 15 & 1, 727 ntohs(IPH_OFFSET(iphdr)) >> 14 & 1, 728 ntohs(IPH_OFFSET(iphdr)) >> 13 & 1, 729 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK));
|
H A D | ip_frag.c | 335 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass_chain_frag_into_datagram_and_validate() 490 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass() 534 if (((ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) == 0) && in ip_reass() 535 ((ntohs(IPH_OFFSET(&ipr->iphdr)) & IP_OFFMASK) != 0)) { in ip_reass() 551 if ((ntohs(IPH_OFFSET(fraghdr)) & IP_MF) == 0) { in ip_reass() 673 tmp = ntohs(IPH_OFFSET(iphdr)); in ip_frag()
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/ipv4/ |
H A D | ip.c | 386 if ((IPH_OFFSET(iphdr) & htons(IP_OFFMASK | IP_MF)) != 0) { 389 …ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & htons(IP_MF)), (ntohs(IPH_OF… 400 ntohs(IPH_OFFSET(iphdr)))); 726 ntohs(IPH_OFFSET(iphdr)) >> 15 & 1, 727 ntohs(IPH_OFFSET(iphdr)) >> 14 & 1, 728 ntohs(IPH_OFFSET(iphdr)) >> 13 & 1, 729 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK));
|
H A D | ip_frag.c | 335 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass_chain_frag_into_datagram_and_validate() 490 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass() 534 if (((ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) == 0) && in ip_reass() 535 ((ntohs(IPH_OFFSET(&ipr->iphdr)) & IP_OFFMASK) != 0)) { in ip_reass() 551 if ((ntohs(IPH_OFFSET(fraghdr)) & IP_MF) == 0) { in ip_reass() 673 tmp = ntohs(IPH_OFFSET(iphdr)); in ip_frag()
|
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/ipv4/ |
H A D | ip.c | 437 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) { 440 …D(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (ntohs(IPH_… 451 ntohs(IPH_OFFSET(iphdr)))); 834 ntohs(IPH_OFFSET(iphdr)) >> 15 & 1, 835 ntohs(IPH_OFFSET(iphdr)) >> 14 & 1, 836 ntohs(IPH_OFFSET(iphdr)) >> 13 & 1, 837 ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK));
|
H A D | ip_frag.c | 342 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass_chain_frag_into_datagram_and_validate() 497 offset = (ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) * 8; in ip_reass() 541 if (((ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) == 0) && in ip_reass() 542 ((ntohs(IPH_OFFSET(&ipr->iphdr)) & IP_OFFMASK) != 0)) { in ip_reass() 558 if ((IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0) { in ip_reass() 714 tmp = ntohs(IPH_OFFSET(iphdr)); in ip_frag()
|
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ipv4/lwip/ |
H A D | ip.h | 129 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ |
H A D | ip.h | 145 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ |
H A D | ip.h | 145 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/ipv4/lwip/ |
H A D | ip.h | 143 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/ |
H A D | ip.h | 143 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/ipv4/lwip/ |
H A D | ip.h | 143 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/ipv4/lwip/ |
H A D | ip.h | 149 #define IPH_OFFSET(hdr) ((hdr)->_offset) macro
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lib/ |
H A D | net_common.c | 475 if (IPH_OFFSET(ip) & (IP_MF | IP_OFFMASK)) // ignore fragmented packets in handle_eth_packet()
|
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/ |
H A D | vj.c | 163 if ((IPH_OFFSET(ip) & PP_HTONS(0x3fff)) || pb->tot_len < 40) { in vj_compress_tcp()
|
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lib/ |
H A D | u3_net_stack.c | 551 if (IPH_OFFSET(ip) & (IP_MF | IP_OFFMASK)) return;// ignore fragmented packets in handle_eth_packet()
|