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:arp
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.c
594
功能描述 : 创建一个
arp
包
610
oal_eth_arphdr_stru *
arp
= (oal_eth_arphdr_stru *)oal_netbuf_put(netbuf, (hi_u32)oal_arp_hdr_len(netdev));
in oal_arp_create()
local
631
arp
->us_ar_hrd = (hi_u16)oal_host2net_short(netdev->type);
in oal_arp_create()
632
arp
->us_ar_pro = (hi_u16)oal_host2net_short(ETHER_TYPE_IP);
in oal_arp_create()
634
arp
->ar_hln = 6; /* 6: length of hardware address */
in oal_arp_create()
635
arp
->ar_pln = 4; /* 4: length of protocol address */
in oal_arp_create()
636
arp
->us_ar_op = (hi_u16)oal_host2net_short(p_arp_create_info->l_type);
in oal_arp_create()
638
hi_u8 *arp_ptr = (hi_u8 *)
arp
+ 8; /* 8: 偏移8 */
in oal_arp_create()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
bcmarp.h
69
struct bcmarp
arp
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
netifapi.h
231
}
arp
;
member
Completed in 5 milliseconds