|
|
@51581
|
11 years |
vboxsync |
NAT/Net: Start untangling errno vs. winsock mess. Don't refer errno …
|
|
|
@51575
|
11 years |
vboxsync |
NAT/Net: Get rid of inet_ntop(3). Add formatter for %R[ping_pcb] and …
|
|
|
@51574
|
11 years |
vboxsync |
NAT/Net: #define LOG_GROUP LOG_GROUP_NAT_SERVICE
|
|
|
@50106
|
11 years |
vboxsync |
G/c temporary local redefinitions of DPRINTF*.
|
|
|
@50105
|
11 years |
vboxsync |
Get rid of plain printfs: convert to DPRINTFs or g/c.
|
|
|
@50029
|
11 years |
vboxsync |
pxping_recv6: translate errors from proxy_sendto() into ICMPv6 error …
|
|
|
@50028
|
11 years |
vboxsync |
pxping_recv6: check if pbuf_header() succeeded.
|
|
|
@50024
|
11 years |
vboxsync |
pxping_pcb_deregister: clear ping_pcb::next to satisfy assertion (now …
|
|
|
@50021
|
11 years |
vboxsync |
pxping_pcb_delete: fix assertions (that were not compiled).
|
|
|
@50006
|
11 years |
vboxsync |
We still own pbuf after ip_output_if/ip6_output_if so call pbuf_free …
|
|
|
@49865
|
11 years |
vboxsync |
pxping_recv4: comment update for previous after testing - OS X really …
|
|
|
@49863
|
11 years |
vboxsync |
pxping_recv4: according to ping sources at www.opensource.apple.com …
|
|
|
@49862
|
11 years |
vboxsync |
pxping_pmgr_icmp6_error: g/c unused variable.
|
|
|
@49861
|
11 years |
vboxsync |
Use either IP_HDRINCL or OS-specific socket option to deal with IPv4 …
|
|
|
@49782
|
11 years |
vboxsync |
pxping_recv4, pxping_recv6: free incoming pbuf after reporting time …
|
|
|
@49759
|
11 years |
vboxsync |
pxping_recv4: disable setsockopt-based code to set DF - it's too …
|
|
|
@49746
|
11 years |
vboxsync |
Disable DF code on Linux for now to unbreak the build.
Apparently, …
|
|
|
@49745
|
11 years |
vboxsync |
pxping_recv4: propagate DF flag if OS provides a socket option for that.
|
|
|
@49715
|
11 years |
vboxsync |
Try to fix in6_pktinfo kludge again. Test for GLIBC_PREREQ in a …
|
|
|
@49714
|
11 years |
vboxsync |
Try to fix in6_pktinfo kludge. Apparently it was hidden under …
|
|
|
@49709
|
11 years |
vboxsync |
Do the song and dance to use WSARecvMsg on Windows.
|
|
|
@49690
|
11 years |
vboxsync |
G/c unused variable.
|
|
|
@49650
|
11 years |
vboxsync |
Init sin6_flowinfo.
|
|
|
@49649
|
11 years |
vboxsync |
Set sin6_port through correct union member.
|
|
|
@49648
|
11 years |
vboxsync |
Complete ICMPv6.
|
|
|
@49637
|
11 years |
vboxsync |
Refactor a bit.
|
|
|
@49617
|
11 years |
vboxsync |
Add a few comments.
|
|
|
@49616
|
11 years |
vboxsync |
Delay TTL check until after loopback remapping check.
Fix loopback …
|
|
|
@49613
|
11 years |
vboxsync |
Add a comment that RFC 3542 IPV6_RECVTCLASS has no RFC 2292 …
|
|
|
@49611
|
11 years |
vboxsync |
On OS X request RFC 3542 API (neither old RFC 2292, nor new RFC 3542 …
|
|
|
@49609
|
11 years |
vboxsync |
Oops. Revert previous. <netinet/icmp6.h> that it needs (and that I …
|
|
|
@49607
|
11 years |
vboxsync |
Use ICMP filters if present.
|
|
|
@49593
|
11 years |
vboxsync |
Snapshot work in progress on IPv6 ping now that it seems to work for …
|
|
|
@49555
|
11 years |
vboxsync |
pxping_timeout_del: mark pxping argument as unused.
|
|
|
@49545
|
11 years |
vboxsync |
Use rand(3) on Windows. It's not good, but we don't need …
|
|
|
@49544
|
11 years |
vboxsync |
G/c unused variables. Pass iplen around as u16_t.
This makes Windows …
|
|
|
@49533
|
11 years |
vboxsync |
Handle mapped loopbacks. Propagate TTL, TOS.
|
|
|
@49515
|
11 years |
vboxsync |
Snapshot work in progress on ping proxy. Not hooked into the build yet.
|