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:ETHER_TYPE_IP
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_data.c
252
case
ETHER_TYPE_IP
:
in mac_get_data_type_from_8023()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
ethernet.h
83
#define
ETHER_TYPE_IP
0x0800 /* IP */
macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_ip.c
98
if (ethertype !=
ETHER_TYPE_IP
) {
in pkt_frag_info()
751
if (new_ether_type !=
ETHER_TYPE_IP
) {
in dhd_tcpack_suppress()
971
if (ether_type !=
ETHER_TYPE_IP
) {
in dhd_tcpdata_info_get()
1207
if (new_ether_type !=
ETHER_TYPE_IP
) {
in dhd_tcpack_hold()
1397
if (ether_type !=
ETHER_TYPE_IP
) {
in dhd_tcpdata_get_flag()
H
A
D
bcmutils.c
281
if ((evh->ether_type == hton16(
ETHER_TYPE_IP
)) ||
in pktsetprio()
314
} else if ((eh->ether_type == hton16(
ETHER_TYPE_IP
)) ||
in pktsetprio()
419
if (eh->ether_type == HTON16(
ETHER_TYPE_IP
)) {
in pktgetdscp()
429
evh->ether_type == HTON16(
ETHER_TYPE_IP
)) {
in pktgetdscp()
H
A
D
dhd_linux_pktdump.c
420
if (ntoh16(eh->ether_type) ==
ETHER_TYPE_IP
) {
in dhd_dump_pkt()
1433
case
ETHER_TYPE_IP
:
in dhd_trx_pkt_dump()
H
A
D
dhd_msgbuf.c
777
((((struct ether_header *)(evh))->ether_type == HTON16(
ETHER_TYPE_IP
)) || \
10252
((((struct ether_header *)eh)->ether_type == HTON16(
ETHER_TYPE_IP
)) ||
in dhd_rxchain_frame()
H
A
D
dhd_linux.c
4005
if (eh->ether_type != hton16(
ETHER_TYPE_IP
))
in dhd_mcast_reverse_translation()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_net.c
632
arp->us_ar_pro = (hi_u16)oal_host2net_short(
ETHER_TYPE_IP
);
in oal_arp_create()
H
A
D
oal_net.h
152
#define
ETHER_TYPE_IP
0x0800 /* IP protocol */
macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_tx_data.c
279
if (ether_header->us_ether_type == oal_host2net_short(
ETHER_TYPE_IP
)) {
in hmac_tx_classify_lan_to_wlan()
H
A
D
hmac_rx_data.c
487
if (oal_host2net_short(
ETHER_TYPE_IP
) == ether_hdr->us_ether_type) {
in hmac_rx_transmit_edca_opt_ap()
Completed in 80 milliseconds