aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/if.c
Commit message (Expand)AuthorAgeFilesLines
* Retry upon NET_RT_IFLIST sysctl failure.Mark Johnston2019-04-301-17/+36
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.Hiroki Sato2016-11-051-0/+4
* In rtadvd, interface lookup calls if_indextoname() many times in a loop,Fabien Thomas2016-11-021-10/+9
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-2/+2
* Use strlcpy().Xin LI2015-10-301-2/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Ignore if the interface is not IPv6-capable.Hiroki Sato2013-09-021-2/+2
* - Improve interface list handling. The rtadvd(8) now supports dynamically-Hiroki Sato2011-07-171-263/+416
* Add sanity check for ifm_version in struct if_msghdr.Hiroki Sato2011-07-041-0/+6
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-51/+62
* Cleanup of userland __P useKevin Lo2007-11-071-3/+3
* fixed memory leak.SUZUKI Shinsuke2003-09-201-1/+4
* reduce #ifdef.Hajimu UMEMOTO2003-08-111-12/+1
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-081-16/+15
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-081-10/+10
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-13/+2
* make it easier to handle $FreeBSD$ tags (amount of diff matters).Jun-ichiro itojun Hagino2001-01-211-2/+1
* some clarification on if_getmtu()Hajimu UMEMOTO2000-10-281-25/+35
* Sync with latest KAMEKris Kennaway2000-07-051-19/+53
* Added several socket close() which were mistakenly forgotten.Yoshinobu Inoue2000-03-091-0/+1
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-0/+556