Searched refs:ip_off (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dip_output.c152 ip->ip_off &= IP_DF;
171 ip->ip_off = RT_H2N_U16((u_int16_t)ip->ip_off);
201 if (ip->ip_off & IP_DF)
249 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;
272 mhip->ip_off
[all...]
H A Dip_input.c165 NTOHS(ip->ip_off);
216 if (ip->ip_off & (IP_MF | IP_OFFMASK))
338 if (ip->ip_off & IP_MF)
353 ip->ip_off <<= 3;
401 if (GETIP(q)->ip_off > ip->ip_off)
415 i = GETIP(p)->ip_off + GETIP(p)->ip_len - ip->ip_off;
421 ip->ip_off += i;
437 for (; q != NULL && ip->ip_off
[all...]
H A Dip_icmp.c577 if (oip->ip_off & IP_OFFMASK)
600 HTONS(oip->ip_off);
615 ip->ip_off = 0;
H A Dip_icmpwin.c185 opts.Flags = (ip->ip_off & IP_DF) != 0 ? IP_FLAG_DF : 0;
392 ip->ip_off = 0;
488 ip->ip_off = 0;
H A Dip.h120 uint16_t ip_off; /* fragment offset field */ member in struct:ip
H A Dudp.c338 int df = (save_ip.ip_off & IP_DF) != 0;
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvjbsdhdr.h10 * We declare ip_len and ip_off to be short, rather than u_short
33 u_short ip_off; /* fragment offset field */ member in struct:ip
H A Dvj.c166 if ((ip->ip_off & htons(0x3fff)) || pb->tot_len < 40)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Dip.h78 u_short ip_off; /* fragment offset field */ member in struct:ip
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetUDP.cpp207 IpHdr.ip_off = 0;
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c1276 if ((ntohs(pip->ip_off) & IP_OFFMASK) == 0) {
1313 if (ntohs(pip->ip_off) & IP_MF) {
1425 if ((ntohs(pip->ip_off) & IP_OFFMASK) == 0) {
/vbox/include/iprt/
H A Dnet.h299 uint16_t ip_off; member in struct:RTNETIPV4
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp308 pIpHdr->ip_off = 0;
390 pIpHdr->ip_off = 0;
/vbox/include/VBox/vmm/
H A Dpdmnetinline.h372 pIpHdr->ip_off = RT_H2N_U16((offFragment / 8) | (fLastFragment ? 0 : RTNETIPV4_FLAGS_MF));

Completed in 3419 milliseconds