make LLTABLE visible to netinet
This commit is contained in:
parent
244e1ecdbf
commit
af3258259b
@ -81,8 +81,6 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#define SIN(s) ((struct sockaddr_in *)s)
|
||||
#define SDL(s) ((struct sockaddr_dl *)s)
|
||||
#define LLTABLE(ifp) \
|
||||
((struct in_ifinfo *)(ifp)->if_afdata[AF_INET])->ii_llt
|
||||
|
||||
SYSCTL_DECL(_net_link_ether);
|
||||
SYSCTL_NODE(_net_link_ether, PF_INET, inet, CTLFLAG_RW, 0, "");
|
||||
|
@ -95,6 +95,8 @@ struct in_aliasreq {
|
||||
#ifdef _KERNEL
|
||||
extern u_char inetctlerrmap[];
|
||||
|
||||
#define LLTABLE(ifp) \
|
||||
((struct in_ifinfo *)(ifp)->if_afdata[AF_INET])->ii_llt
|
||||
/*
|
||||
* Hash table for IP addresses.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user