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:iphdr
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
ip6_frag.h
82
#define IPV6_FRAG_SRC(ipr) ((ipr)->
iphdr
->src)
83
#define IPV6_FRAG_DEST(ipr) ((ipr)->
iphdr
->dest)
92
struct ip6_hdr *
iphdr
; /* pointer to the first (original) IPv6 header */
member
H
A
D
nat64.h
90
*
iphdr
: ip header
97
int nat64_ip4_input(struct pbuf *p, struct ip_hdr *
iphdr
, const struct netif *inp);
108
*
iphdr
: ip header
115
int nat64_ip6_input(struct pbuf *p, struct ip6_hdr *
iphdr
, const struct netif *inp);
H
A
D
ip4_frag.h
64
struct ip_hdr
iphdr
;
member
H
A
D
ip4.h
120
err_t ip4_iphdr_chksum(struct ip_hdr *
iphdr
, struct netif *netif, u16_t *chksum);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H
A
D
ip.h
24
struct
iphdr
{
struct
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H
A
D
dwmac-rk-tool.c
100
#define DWMAC_RK_TEST_PKT_SIZE (sizeof(struct ethhdr) + sizeof(struct
iphdr
) + sizeof(struct dwmac_rk_hdr))
328
struct
iphdr
*ihdr;
in dwmac_rk_get_skb()
363
ihdr = (struct
iphdr
*)skb_put(skb, sizeof(*ihdr));
in dwmac_rk_get_skb()
465
struct
iphdr
*ihdr;
in dwmac_rk_loopback_validate()
485
ihdr = (struct
iphdr
*)(skb->data + ETH_HLEN);
in dwmac_rk_loopback_validate()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk-tool.c
108
#define DWMAC_RK_TEST_PKT_SIZE (sizeof(struct ethhdr) + sizeof(struct
iphdr
) + \
342
struct
iphdr
*ihdr;
in dwmac_rk_get_skb()
374
ihdr = (struct
iphdr
*)skb_put(skb, sizeof(*ihdr));
in dwmac_rk_get_skb()
476
struct
iphdr
*ihdr;
in dwmac_rk_loopback_validate()
492
ihdr = (struct
iphdr
*)(skb->data + ETH_HLEN);
in dwmac_rk_loopback_validate()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H
A
D
r8168_n.c
[all...]
Completed in 33 milliseconds