Searched refs:IP_MF (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvjbsdhdr.h35 #define IP_MF 0x2000 /* more fragments flag */ macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_output.c249 mhip->ip_off = ((off - mhlen) >> 3) + (ip->ip_off & ~IP_MF);
250 if (ip->ip_off & IP_MF)
251 mhip->ip_off |= IP_MF;
255 mhip->ip_off |= IP_MF;
289 ip->ip_off = RT_H2N_U16((u_int16_t)(ip->ip_off | IP_MF));
H A Dip.h122 #define IP_MF 0x2000 /* more fragments flag */ macro
H A Dip_input.c209 * If offset or IP_MF are set, must reassemble.
216 if (ip->ip_off & (IP_MF | IP_OFFMASK))
338 if (ip->ip_off & IP_MF)
479 /* Make sure the last packet didn't have the IP_MF flag */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Dip.h81 #define IP_MF 0x2000 /* more fragments flag */ macro
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip_frag.c217 if ((ntohs(IPH_OFFSET(fraghdr)) & IP_MF) == 0) {
339 omf = tmp & IP_MF;
350 tmp = tmp | IP_MF;
H A Dip.c289 if ((IPH_OFFSET(iphdr) & htons(IP_OFFMASK | IP_MF)) != 0) {
292 ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & htons(IP_MF)), (ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)*8));
/vbox/src/VBox/Devices/Network/lwip/src/include/ipv4/lwip/
H A Dip.h113 #define IP_MF 0x2000 /* more fragments flag */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Dip4.h77 #define IP_MF 0x2000U /* more fragments flag */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip_frag.c556 if ((IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0) {
725 omf = tmp & IP_MF;
737 tmp = tmp | IP_MF;
H A Dip4.c565 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
568 ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)*8));
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c1313 if (ntohs(pip->ip_off) & IP_MF) {
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1177 if ((ipoff & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {

Completed in 66 milliseconds