summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-09-17whitespaceFlorian Obser
2016-09-17Make getting source address more AF independent.Florian Obser
2016-09-17If -I was not given hoist getting source address up.Florian Obser
2016-09-17Make source address selection more AF independent.Florian Obser
2016-09-17Introduce AF independent from.Florian Obser
2016-09-17Use AF independent dst where possible.Florian Obser
2016-09-17Blindly s/dst/dst4/ or s/dst/dst6/, AF independent dst will beFlorian Obser
2016-09-17We will need the variable name "from" soon, so free it up by renamingFlorian Obser
2016-09-17Reduce diff in pinger().Florian Obser
2016-09-17We have different filters depending on the verbose flag. Merge filterFlorian Obser
2016-09-17Merge socket options that are set only when -v is given.Florian Obser
2016-09-17This style hurt my eyes long enough.Florian Obser
2016-09-17Set SO_RCVBUF like ping; the buffer will be bigger than before so thisFlorian Obser
2016-09-17styleFlorian Obser
2016-09-17Move more AF independent initialization around to reduce diff.Florian Obser
2016-09-17Normalize receive packet allocation.Florian Obser
2016-09-17Sync PINGFILLED handling to ping(8); fixes bug by using the correctFlorian Obser
2016-09-17Use ECHOTMLEN define.Florian Obser
2016-09-17Move some more option handling around to reduce diff to ping(8).Florian Obser
2016-09-17ping(8): The IPv6 header has a payload length field while IPv4 has aFlorian Obser
2016-09-17Bring over includes, we will need them in a merge anyway.Florian Obser
2016-09-17does not need to be globalFlorian Obser
2016-09-17If no source address is specified and we are running in verbose modeFlorian Obser
2016-09-16Revert use of rdaemon() until it doesn't break install/upgrade.Kenneth R Westerback
2016-09-15Use rdaemon() in dhclient too.Jeremie Courreges-Anglas
2016-09-15Add RTM_INVALIDATE as a route message, to keep the kernel and userlandPeter Hessler
2016-09-13Disable the timer event before attempting to change itMike Belopuhov
2016-09-13Rearange option handling to reduce diff between ping(8) and ping6(8).Florian Obser
2016-09-13Make the raw socket non-global and pass it to retransmit()/pinger().Florian Obser
2016-09-13Like in ping(8) there is no need to have the destination global. InFlorian Obser
2016-09-13No need to have the destination global.Florian Obser
2016-09-13No need to have this global.Florian Obser
2016-09-13These functions are fundamentally AF dependent.Florian Obser
2016-09-13timinginfo is a global flag that we got at least one packet back withFlorian Obser
2016-09-12Bring over KAME copyright, there is now code from ping in ping6. WhileFlorian Obser
2016-09-12No need for have this unsigned, reduces diff to ping6(8).Florian Obser
2016-09-12Use ECHOLEN/ECHOTMLEN defines.Florian Obser
2016-09-11bring over LEN defines from ping6(8)Florian Obser
2016-09-11use ECHOLEN to define DEFDATALENFlorian Obser
2016-09-11The lenght of our payload is AF independent;Florian Obser
2016-09-11The lenght of an icmp echo packet is AF independent;Florian Obser
2016-09-11Crank default packetsize to ping(8) levels.Florian Obser
2016-09-11WhitespaceFlorian Obser
2016-09-11Do not pretend that we can send more than IPV6_MAXPACKET bytesFlorian Obser
2016-09-11style; no obj changeFlorian Obser
2016-09-11With the if a few lines above, this can never be true.Florian Obser
2016-09-11In this day and age use tcpdump to figure out to whom an ICMP echoFlorian Obser
2016-09-11The canonical way to find out if we can have timing stats is timinginfo.Florian Obser
2016-09-11adapt output to pingFlorian Obser
2016-09-11Normalize variable declarations in pr_pack. While here introduce seqFlorian Obser