Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IFA_HOST
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
if_inet6.h
156
#define
IFA_HOST
IPV6_ADDR_LOOPBACK
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
if_inet6.h
156
#define
IFA_HOST
IPV6_ADDR_LOOPBACK
macro
/kernel/linux/linux-5.10/net/sctp/
H
A
D
ipv6.c
698
case
IFA_HOST
:
in sctp_v6_scope()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
ipv6.c
754
case
IFA_HOST
:
in sctp_v6_scope()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
addrconf.c
1937
!(ifp->scope&(IFA_LINK|
IFA_HOST
) || strict))) {
in __ipv6_chk_addr_and_flags()
2031
!(ifp->scope&(IFA_LINK|
IFA_HOST
) || strict)) {
in ipv6_get_ifaddr()
3164
flag |=
IFA_HOST
;
in sit_add_v4_addrs()
3190
add_addr(idev, &in6addr_loopback, 128,
IFA_HOST
);
in init_loopback()
4954
if (ifa_scope &
IFA_HOST
)
in rt_scope()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
addrconf.c
1967
!(ifp->scope&(IFA_LINK|
IFA_HOST
) || strict))) {
in __ipv6_chk_addr_and_flags()
2060
!(ifp->scope&(IFA_LINK|
IFA_HOST
) || strict)) {
in ipv6_get_ifaddr()
3216
flag |=
IFA_HOST
;
in add_v4_addrs()
3243
add_addr(idev, &in6addr_loopback, 128,
IFA_HOST
, IFAPROT_KERNEL_LO);
in init_loopback()
5031
if (ifa_scope &
IFA_HOST
)
in rt_scope()
Completed in 20 milliseconds