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:xmit
(Results
1 - 21
of
21
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
stats.c
67
LWIP_PLATFORM_DIAG(("
xmit
: %"STAT_COUNTER_F"\n\t", proto->
xmit
));
in stats_display_proto()
86
LWIP_PLATFORM_DIAG(("
xmit
: %"STAT_COUNTER_F"\n\t", igmp->
xmit
));
in stats_display_igmp()
H
A
D
udp.c
953
UDP_STATS_INC(udp.
xmit
);
H
A
D
tcp_out.c
1617
TCP_STATS_INC(tcp.
xmit
);
in tcp_output_segment()
1963
TCP_STATS_INC(tcp.
xmit
);
in tcp_output_control_segment()
H
A
D
netif.c
1292
LINK_STATS_INC(link.
xmit
);
/third_party/lwip/src/apps/sntp/
H
A
D
sntp.c
189
struct sntp_time
xmit
;
member
291
sec = (s32_t)lwip_ntohl(timestamps->
xmit
.sec);
in sntp_process()
292
frac = lwip_ntohl(timestamps->
xmit
.frac);
in sntp_process()
/third_party/lwip/src/core/ipv4/
H
A
D
icmp.c
243
ICMP_STATS_INC(icmp.
xmit
);
in icmp_input()
412
ICMP_STATS_INC(icmp.
xmit
);
in icmp_send_response()
H
A
D
ip4.c
378
IP_STATS_INC(ip.
xmit
);
1019
IP_STATS_INC(ip.
xmit
);
H
A
D
igmp.c
784
IGMP_STATS_INC(igmp.
xmit
);
H
A
D
ip4_frag.c
893
IPFRAG_STATS_INC(ip_frag.
xmit
);
in ip4_frag()
H
A
D
etharp.c
1199
ETHARP_STATS_INC(etharp.
xmit
);
/third_party/lwip/src/core/ipv6/
H
A
D
icmp6.c
193
ICMP6_STATS_INC(icmp6.
xmit
);
in icmp6_input()
433
ICMP6_STATS_INC(icmp6.
xmit
);
in icmp6_send_response_with_addrs_and_netif()
H
A
D
mld6.c
661
MLD6_STATS_INC(mld6.
xmit
);
H
A
D
ip6.c
514
IP6_STATS_INC(ip6.
xmit
);
1293
IP6_STATS_INC(ip6.
xmit
);
H
A
D
nd6.c
1360
ND6_STATS_INC(nd6.
xmit
);
1436
ND6_STATS_INC(nd6.
xmit
);
1503
ND6_STATS_INC(nd6.
xmit
);
H
A
D
ip6_frag.c
865
IP6_FRAG_STATS_INC(ip6_frag.
xmit
);
in ip6_frag()
/third_party/lwip/src/include/lwip/
H
A
D
stats.h
65
STAT_COUNTER
xmit
; /* Transmitted packets. */
member
81
STAT_COUNTER
xmit
; /* Transmitted packets. */
member
/third_party/lwip/doc/
H
A
D
NO_SYS_SampleCode.c
24
LINK_STATS_INC(link.
xmit
);
in netif_output()
/third_party/lwip/src/netif/
H
A
D
bridgeif.c
317
LINK_STATS_INC(link.
xmit
);
in bridgeif_output()
/third_party/lwip/src/netif/ppp/
H
A
D
pppoe.c
246
LINK_STATS_INC(link.
xmit
);
in pppoe_write()
289
LINK_STATS_INC(link.
xmit
);
in pppoe_netif_output()
H
A
D
pppol2tp.c
199
LINK_STATS_INC(link.
xmit
);
in pppol2tp_write()
242
LINK_STATS_INC(link.
xmit
);
in pppol2tp_netif_output()
H
A
D
pppos.c
882
LINK_STATS_INC(link.
xmit
);
in pppos_output_last()
Completed in 29 milliseconds