summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp/ndp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* etheraddr -> ether_addr, as in arp(8); discussed with jmc@jca2016-04-051-2/+2
* Hook up ndp -f.jca2016-04-041-1/+6
* Use an unsigned int rather than an int when iterating through all 32mmcc2016-01-261-2/+2
* Do not print an error if the list of prefixes is empty.mpi2016-01-121-1/+3
* Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can nowflorian2015-10-281-3/+2
* backout; many issues remain...deraadt2015-10-251-23/+9
* pledge the main usage patterns similar to arp(8). Some akkorokamuideraadt2015-10-251-9/+23
* chlim has been removed from the nd_ifinfo structure.matthieu2015-10-241-2/+1
* ndp -n -d <addr> does dns lookups, even with -n. it should not.benno2015-10-231-1/+3
* Use simple byte pointer arithmetic and memcpy from/to aligned stacknaddy2015-08-231-34/+34
* Explicitly request the sockaddr_dl when doing a RTM_GET rather thanmpi2015-06-031-8/+53
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Remove useless comment, snprintf and if/else.bluhm2014-09-071-19/+5
* Be coherent in the way arp(8) and ndp(8) display local entries andmpi2014-09-031-11/+5
* switch ndp to display MAC addresses in 00:00:00:00:00:00 format, ok deraadt@sthen2014-08-221-2/+2
* Entries for broadcast addresses should also be ignored, just like localmpi2014-08-191-2/+2
* Do not try to delete RTF_LOCAL entries. Such routes are automaticallympi2014-08-111-5/+6
* - -V after -tjmc2013-10-211-5/+5
* Add rdomain support to IPv6 configuration toolsphessler2013-10-211-7/+19
* Fix a segfault in ndp -A by not freeing the buffer when not in repeatjca2013-10-071-3/+3
* Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.bluhm2013-08-151-16/+16
* Remove dead code and useless #include and #ifdef from ndp.bluhm2013-08-091-274/+1
* ndp used an int expire_time for time calculation. Convert thisbluhm2013-07-191-3/+5
* create realloc() loops around sysctl for array-based mibs, in programsderaadt2013-03-211-10/+15
* Remove the -I option, even if the ioctls for manipulating a defaultmpi2013-03-111-82/+2
* Another copy of the strange while loop seen in route(8). Add missingclaudio2009-06-251-2/+3
* Check for the correct RTM_VERSION before accessing anything in the rt message.claudio2009-06-171-1/+3
* rtm->rtm_hdrlen conversionchris2009-06-051-4/+4
* Correctly round the sockaddrs so that ndp works on 64bit machines.claudio2008-06-091-2/+2
* documentation tweaks.sobrado2008-05-171-2/+2
* don't install a /128 bit net route for 'proxy' ndp entriesmarkus2008-05-051-1/+5
* do not try to grab default router list on "ndp -r" if it's emptyitojun2007-03-221-1/+3
* Use sizeof(buf) instead of hard coded numbers.ray2007-02-181-2/+2
* sync usage();jmc2006-08-101-9/+7
* nlist.h not neededderaadt2005-04-041-2/+1
* missing close(2). Andrey Matveevitojun2004-05-241-1/+2
* errno is not specified to be int, but something from errno.h. ok millert@tedu2004-03-161-2/+1
* fflush(stdout). kame pr 584itojun2004-02-101-1/+2
* typo fix (must be rtm_addrs). from fujitsuitojun2004-01-081-2/+2
* style sync w/ kameitojun2003-10-021-3/+3
* add bounds to sscanf, millert@avsm2003-09-261-2/+2
* err() cleanup; andrushock@korovino.netderaadt2003-06-261-12/+12
* ansideraadt2003-06-261-45/+23
* some ansification, some de-registerderaadt2003-06-111-8/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* with -i, flag on command line and flag displayed are different, and it doesitojun2002-07-171-5/+5
* recover backward compatibility in -I behavior. sync w/kameitojun2002-06-031-9/+12
* more nroff/KNF. from deraadtitojun2002-06-031-17/+10
* typoitojun2002-06-031-2/+2