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:arpidx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
utils.c
82
int
arpidx
;
in irdma_add_arp()
local
84
arpidx
= irdma_arp_table(rf, &ip[0], ipv4, NULL, IRDMA_ARP_RESOLVE);
in irdma_add_arp()
85
if (
arpidx
>= 0) {
in irdma_add_arp()
86
if (ether_addr_equal(rf->arp_table[
arpidx
].mac_addr, mac))
in irdma_add_arp()
87
return
arpidx
;
in irdma_add_arp()
89
irdma_manage_arp_cache(rf, rf->arp_table[
arpidx
].mac_addr, ip,
in irdma_add_arp()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
2982
int
arpidx
= -1;
local
2993
arpidx
= i;
2999
if (
arpidx
>= 0) {
3001
for (arpq = arp_table[
arpidx
].q; arpq != NULL; arpq = arpq->next) {
3012
ret = netstat_get_udp_sendQLen(upcb, arp_table[
arpidx
].q);
Completed in 9 milliseconds