OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPV6_STATE
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd-6.8.2/
ipv6.c
613
struct
ipv6_state
*state;
622
state =
IPV6_STATE
(ia->iface);
638
struct
ipv6_state
*state;
646
state =
IPV6_STATE
(ifp);
890
static struct
ipv6_state
*
893
struct
ipv6_state
*state;
895
state =
IPV6_STATE
(ifp);
898
state =
IPV6_STATE
(ifp);
921
struct
ipv6_state
*state;
1047
const struct
ipv6_state
*state
[
all
...]
ipv6.h
157
struct
ipv6_state
{
struct
169
#define
IPV6_STATE
(ifp) \
170
((struct
ipv6_state
*)(ifp)->if_data[IF_DATA_IPV6])
172
((const struct
ipv6_state
*)(ifp)->if_data[IF_DATA_IPV6])
Completed in 89 milliseconds