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:netif_remove
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lwip/test/unit/core/
H
A
D
test_netif.c
206
netif_remove
(&net_test);
in NETIF_DECLARE_EXT_CALLBACK()
239
netif_remove
(&net_test);
in START_TEST()
266
netif_remove
(&net0);
in START_TEST()
267
netif_remove
(&net1);
in START_TEST()
/third_party/lwip/src/include/lwip/
H
A
D
netifapi.h
85
* @see
netif_remove
()
87
#define netifapi_netif_remove(n) netifapi_netif_common(n,
netif_remove
, NULL)
H
A
D
netif.h
456
void
netif_remove
(struct netif * netif);
/third_party/lwip/test/unit/udp/
H
A
D
test_udp.c
104
netif_remove
(&test_netif1);
in default_netif_remove()
105
netif_remove
(&test_netif2);
in default_netif_remove()
/third_party/lwip/test/unit/dhcp/
H
A
D
test_dhcp.c
500
netif_remove
(&net_test);
in START_TEST()
566
netif_remove
(&net_test);
in START_TEST()
814
netif_remove
(&net_test);
in START_TEST()
931
netif_remove
(&net_test);
in START_TEST()
1041
netif_remove
(&net_test);
in START_TEST()
/third_party/lwip/test/unit/etharp/
H
A
D
test_etharp.c
73
netif_remove
(&test_netif);
in default_netif_remove()
/third_party/lwip/test/unit/ip6/
H
A
D
test_ip6.c
54
netif_remove
(&test_netif6);
in default_netif_remove()
/third_party/lwip/src/core/
H
A
D
netif.c
820
netif_remove
(struct netif *netif)
function
917
LWIP_DEBUGF( NETIF_DEBUG, ("
netif_remove
: removed netif\n") );
/third_party/lwip/src/netif/ppp/
H
A
D
ppp.c
405
netif_remove
(pcb->netif);
in ppp_free()
Completed in 9 milliseconds