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:netDeviceIf
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/framework/model/network/wifi/core/components/eapol/
H
A
D
eapol.c
104
if ((netDevice->
netDeviceIf
== NULL) || (netDevice->
netDeviceIf
->xmit == NULL)) {
in SendEapol()
105
HDF_LOGE("%s :
netDeviceIf
NULL.", __func__);
in SendEapol()
125
return netDevice->
netDeviceIf
->xmit(netDevice, netBuff);
in SendEapol()
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H
A
D
net_device_adapter.c
133
netDevIf = netDev->
netDeviceIf
;
in LwipSend()
161
netDevIf = netDev->
netDeviceIf
;
in LwipSetHwaddr()
243
if (netDeviceImpl->netDevice != NULL && netDeviceImpl->netDevice->
netDeviceIf
!= NULL &&
in LiteNetifLinkChangeCallback()
244
netDeviceImpl->netDevice->
netDeviceIf
->linkStatusChanged != NULL) {
in LiteNetifLinkChangeCallback()
245
netDeviceImpl->netDevice->
netDeviceIf
->linkStatusChanged(netDeviceImpl->netDevice);
in LiteNetifLinkChangeCallback()
/drivers/hdf_core/framework/model/network/common/netdevice/
H
A
D
net_device.c
349
if (netDevice->
netDeviceIf
!= NULL && netDevice->
netDeviceIf
->specialEtherTypeProcess != NULL) {
in NetIfRxImpl()
350
ret = netDevice->
netDeviceIf
->specialEtherTypeProcess(netDevice, buff);
in NetIfRxImpl()
377
if (netDevice->
netDeviceIf
!= NULL && netDevice->
netDeviceIf
->setMacAddr != NULL) {
in NetIfSetMacAddr()
378
ret = netDevice->
netDeviceIf
->setMacAddr(netDevice, (void*)macAddr);
in NetIfSetMacAddr()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
H
A
D
net_device_adapter.c
156
netDevIf = netDev->
netDeviceIf
;
in LwipSend()
184
netDevIf = netDev->
netDeviceIf
;
in LwipSetHwaddr()
265
if (netDeviceImpl->netDevice != NULL && netDeviceImpl->netDevice->
netDeviceIf
!= NULL &&
in LiteNetifLinkChangeCallback()
266
netDeviceImpl->netDevice->
netDeviceIf
->linkStatusChanged != NULL) {
in LiteNetifLinkChangeCallback()
267
netDeviceImpl->netDevice->
netDeviceIf
->linkStatusChanged(netDeviceImpl->netDevice);
in LiteNetifLinkChangeCallback()
/drivers/hdf_core/framework/include/net/
H
A
D
net_device.h
485
struct NetDeviceInterFace *
netDeviceIf
; /**< Network device interface */
member
947
#define GET_NET_DEV_IF(dev) ((dev)->
netDeviceIf
)
/drivers/hdf_core/adapter/khdf/linux/network/src/
H
A
D
net_device_adapter.c
64
netDevIf = netDev->
netDeviceIf
;
in NetDevXmit()
89
netDevIf = netDev->
netDeviceIf
;
in NetDevGetStats()
/drivers/hdf_core/framework/model/network/wifi/core/module/
H
A
D
wifi_base.c
675
ret = netdev->
netDeviceIf
->open(netdev);
in SetNetIfInfo()
689
(void)netdev->
netDeviceIf
->stop(netdev);
in UnsetNetIfInfo()
755
if (netdev == NULL || netdev->
netDeviceIf
== NULL) {
in WifiCmdSetNetdev()
760
if (info->status == FALSE && NetDeviceIsInstRunning(netdev) && netdev->
netDeviceIf
->stop != NULL) {
in WifiCmdSetNetdev()
763
} else if (info->status == TRUE && !NetDeviceIsInstRunning(netdev) && netdev->
netDeviceIf
->open != NULL) {
in WifiCmdSetNetdev()
858
if (netdev == NULL || netdev->
netDeviceIf
== NULL) {
in WifiCmdSendAction()
Completed in 11 milliseconds