History log of /external/iputils/ping6.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3d667ccb6c8aa805006cfbe2bc793a4ee1ae0047 30-May-2014 Lorenzo Colitti <lorenzo@google.com> Make ping use socket marks properly.

ping and ping6 have an option to set the socket mark on the
sockets they use, but unfortunately they do not use that option
on the sockets they use to determine their local address. Thus,
those checks are incorrect, and can result in ping failing to
run if unmarked sockets have no connectivity.

Change-Id: I2b8c30d314d6723a89d26d636f4f3fd0b9b8c3ac
/external/iputils/ping6.c
105a2c7332e7d325d953589590fc5047c0d6cb87 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Support the ping socket in ping6.

Bug: 9469682
Change-Id: I1043ffef9b4a353546871b0c80de7fdecf2d5765
/external/iputils/ping6.c
ce2d2d04ca21aedab67bd41dd9f89063454ed463 09-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Add a function to check if a packet is ours

This allows the ping socket codepaths to be simpler.

Bug: 9469682
Change-Id: I05174cafd74ad5de5e867af8a3a3ac19439034b4
/external/iputils/ping6.c
313379eb6b9da55f7371adef39a92153a0707d4a 10-Jul-2013 Lorenzo Colitti <lorenzo@google.com> Initial import from ToT git.

Bug: 9469682
Change-Id: I6fc32550557dc5e94e9ecbbb57b0ec30a844adb4
Upstream: git://git.linux-ipv6.org/gitroot/iputils.git
Commit: 608419a7804caf36a359875d2fdae0b3eb181387
/external/iputils/ping6.c