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:vjlen
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lwip/src/netif/ppp/
H
A
D
vj.c
505
u32_t
vjlen
, hlen, changes;
in vj_uncompress_tcp()
local
593
vjlen
= (u16_t)(cp - (u8_t*)n0->payload);
in vj_uncompress_tcp()
594
if (n0->len <
vjlen
) {
in vj_uncompress_tcp()
600
n0->len,
vjlen
));
in vj_uncompress_tcp()
605
tmp = n0->tot_len -
vjlen
+ cs->cs_hlen;
in vj_uncompress_tcp()
608
IPH_LEN_SET(&cs->cs_ip, lwip_htons(n0->tot_len -
vjlen
+ cs->cs_hlen));
in vj_uncompress_tcp()
622
if (pbuf_remove_header(n0,
vjlen
)) {
in vj_uncompress_tcp()
678
return
vjlen
;
in vj_uncompress_tcp()
H
A
D
ipv6cp.c
557
int
vjlen
= CILEN_COMPRESS; \
in ipv6cp_addci()
558
if (len >=
vjlen
) { \
in ipv6cp_addci()
560
PUTCHAR(
vjlen
, ucp); \
in ipv6cp_addci()
562
len -=
vjlen
; \
in ipv6cp_addci()
615
int
vjlen
= CILEN_COMPRESS; \
in ipv6cp_ackci()
616
if ((len -=
vjlen
) < 0) \
in ipv6cp_ackci()
620
if (cilen !=
vjlen
|| \
in ipv6cp_ackci()
H
A
D
ipcp.c
829
int
vjlen
= old? CILEN_COMPRESS : CILEN_VJ; \
in ipcp_addci()
830
if (len >=
vjlen
) { \
in ipcp_addci()
832
PUTCHAR(
vjlen
, ucp); \
in ipcp_addci()
838
len -=
vjlen
; \
in ipcp_addci()
960
int
vjlen
= old? CILEN_COMPRESS : CILEN_VJ; \
in ipcp_ackci()
961
if ((len -=
vjlen
) < 0) \
in ipcp_ackci()
965
if (cilen !=
vjlen
|| \
in ipcp_ackci()
Completed in 6 milliseconds