aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC Rev 1.15SUZUKI Shinsuke2006-03-291-1/+3
* add -F flag, which configures sysctl(8) setting by rtsoldHajimu UMEMOTO2004-01-141-0/+16
* ansify.Hajimu UMEMOTO2004-01-141-2/+2
* backout 1.11. ifname in struct ifreq should be copyed by strncpy.Hajimu UMEMOTO2003-08-171-4/+4
* use strlcpy().Hajimu UMEMOTO2003-08-161-4/+4
* - added the case of 802.11 to check link status.Hajimu UMEMOTO2003-08-161-5/+5
* reduce #ifdef.Hajimu UMEMOTO2003-08-111-12/+1
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-081-46/+42
* drop the code for the environment where getifaddrs(3) is notHajimu UMEMOTO2003-08-081-86/+0
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-081-17/+17
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-1/+8
* Sync with KAME. Format string auditing, and add -a flag to autoprobeKris Kennaway2000-10-061-0/+3
* Sync with latest KAME.Kris Kennaway2000-07-051-84/+149
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-31/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+423