Submitted by:	pjd
This commit is contained in:
Bruce M Simpson 2006-09-25 11:48:07 +00:00
parent 40218a48e0
commit e2fd806b36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162625

View File

@ -95,7 +95,7 @@ extern u_long in_ifaddrhmask; /* mask for hash table */
(&in_ifaddrhashtbl[INADDR_HASHVAL(x) & in_ifaddrhmask])
/*
* Macro for finding the internet address structure (in_ifaddr) corresponding
* Macro for finding the internet address structure (in_ifaddr)
* corresponding to one of our IP addresses (in_addr).
*/
#define INADDR_TO_IFADDR(addr, ia) \