aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp/arp.c
Commit message (Expand)AuthorAgeFilesLines
* arp(8): fixing the deletion failure of IEEE1394 associated addressesTai-hwa Liang2021-05-171-0/+1
* MFC r356551: arp(8): avoid segfaulting due to out-of-bounds memory accessEugene Grosbein2020-01-161-2/+1
* Revert r330897:Eitan Adler2018-03-291-3/+1
* Partial merge of the SPDX changesEitan Adler2018-03-141-1/+3
* MFC r316592:Renato Botelho2017-04-171-52/+88
* MFC r313477:Renato Botelho2017-02-161-17/+15
* MFC r313457:Renato Botelho2017-02-151-46/+44
* rtsock requests for deleting interface address lles started to return EPERMAlexander V. Chernikov2015-09-271-1/+4
* arp(8): add support for printing and deleting entries of typeMark Johnston2015-04-021-0/+4
* Speed up the lookup of interfaces when there are a large numberGeorge V. Neville-Neil2014-04-051-8/+19
* Fix coredump on 'arp -d'.Gleb Smirnoff2013-09-231-1/+4
* Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-42/+33
* Historically arp(8) did a route lookup for the entry it isGleb Smirnoff2012-04-021-4/+0
* Do not hardcode (20*60), but use current ARP timeout value configuredGleb Smirnoff2010-11-301-1/+7
* That should belong to r216075. Pointy hat on me.Gleb Smirnoff2010-11-301-3/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPGleb Smirnoff2010-11-301-4/+4
* Cache the last result from if_indextoname for printing. This speeds upMax Laier2010-06-111-3/+9
* Show when an ARP entry expires.Ruslan Ermilov2010-02-151-1/+11
* The proxy arp entries could not be added into the system over theQing Li2009-12-301-29/+35
* Use reallocf() to simplify some logic.John Baldwin2009-12-291-7/+3
* Remove bogus char cast.Remko Lodder2009-08-141-1/+1
* As of sam's r175206, arp builds cleanly at WARNS level 6, but the MakefileDag-Erling Smørgrav2009-06-111-3/+7
* This checkin addresses a couple of issues:Qing Li2008-12-261-1/+2
* Print a warning when blackhole and reject are used together.Tom Rhodes2008-12-251-2/+8
* This main goals of this project are:Qing Li2008-12-151-16/+34
* add reject+blackhole keywords to install entries with RTF_BLACKHOLESam Leffler2008-03-181-4/+7
* quiet compiler complaint about comparing &v against NULLSam Leffler2008-01-101-2/+2
* Use sizeof() for calculating the buffer size instead of hard-coded values.Kevin Lo2007-03-061-1/+1
* - Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,Gleb Smirnoff2006-10-131-1/+1
* Sync utility's usage() with manpage's SYNOPSIS.Ruslan Ermilov2006-09-291-2/+2
* Refuse to install invalid ARP entries.Gleb Smirnoff2006-02-091-2/+3
* Update usage to reflect the fact that the -d -a now accepts -i <interface>.Brooks Davis2006-01-101-1/+1
* Allow the -i <interface> option with -d -a to allow all arp entries forBrooks Davis2006-01-101-1/+1
* List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.Andrew Thompson2005-11-031-1/+6
* Commit some cosmetic fixes I developed some time ago, mostly style butRuslan Ermilov2005-06-091-26/+31
* Fix exit status. In rev. 1.48 return logic of rtmsg() was confused. ThisGleb Smirnoff2005-06-091-1/+1
* o Reorganize the previous delta to make it more style(9) compliant.Maxim Konovalov2005-01-241-3/+5
* o Try hard to guess a buffer size for a fast growing routing table.Maxim Konovalov2005-01-241-5/+15
* For VLAN interfaces, print MAC addresses properly.Ruslan Ermilov2004-12-241-1/+2
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-071-4/+0
* Be smarter about printing non-ethernet link-level addresses.Doug Rabson2004-06-131-3/+13
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-1/+1
* Massive cleanup of the code removing global variables toLuigi Rizzo2004-04-131-206/+199
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-7/+5
* Make functions and variables static.Luigi Rizzo2004-04-131-88/+96
* - Change several errx() calls that should have been err() calls.Maxime Henrion2004-04-091-12/+14
* Implement a new option: -i, which will allow to limitYaroslav Tykhiy2003-07-181-4/+25
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* Further fix the syntax by ignoring empty and whitespace-only lines.Ruslan Ermilov2003-03-051-1/+1
* Don't hide global `s'.Ruslan Ermilov2003-01-171-6/+6