OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifal_family
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/linux/
if_addrlabel.h
16
__u8
ifal_family
; /* Address family */
member in struct:ifaddrlblmsg
/external/iproute2/ip/
ipaddrlabel.c
75
if (ifal->
ifal_family
== AF_INET)
77
else if (ifal->
ifal_family
== AF_INET6)
85
format_host(ifal->
ifal_family
,
151
req.ifal.
ifal_family
= preferred_family;
189
if (req.ifal.
ifal_family
== AF_UNSPEC)
190
req.ifal.
ifal_family
= AF_INET6;
Completed in 2071 milliseconds