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:in_addr_t
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H
A
D
inet.h
35
* @retval #
in_addr_t
On success, in unsigned int (32bit) format.
44
in_addr_t
inet_addr (const char *);
45
in_addr_t
inet_network (const char *);
167
struct in_addr inet_makeaddr(
in_addr_t
,
in_addr_t
);
168
in_addr_t
inet_lnaof(struct in_addr);
169
in_addr_t
inet_netof(struct in_addr);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H
A
D
in.h
13
typedef uint32_t
in_addr_t
;
typedef
14
struct in_addr {
in_addr_t
s_addr; };
55
#define INADDR_ANY ((
in_addr_t
) 0x00000000)
56
#define INADDR_BROADCAST ((
in_addr_t
) 0xffffffff)
57
#define INADDR_NONE ((
in_addr_t
) 0xffffffff)
58
#define INADDR_LOOPBACK ((
in_addr_t
) 0x7f000001)
60
#define INADDR_UNSPEC_GROUP ((
in_addr_t
) 0xe0000000)
61
#define INADDR_ALLHOSTS_GROUP ((
in_addr_t
) 0xe0000001)
62
#define INADDR_ALLRTRS_GROUP ((
in_addr_t
) 0xe0000002)
63
#define INADDR_ALLSNOOPERS_GROUP ((
in_addr_t
)
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
inet.h
54
/* If your port already typedef's
in_addr_t
, define IN_ADDR_T_DEFINED
56
#if !defined(
in_addr_t
) && !defined(IN_ADDR_T_DEFINED)
57
typedef u32_t
in_addr_t
;
typedef
64
in_addr_t
s_addr; /** < Specifies the s_addr. */
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
315
#if !defined(
in_addr_t
) && !defined(IN_ADDR_T_DEFINED)
317
typedef u32_t
in_addr_t
;
typedef
347
* Package structure ip_addr_t to in_addr.CNcomment:封装结构体
in_addr_t
到in_addrCNend
351
in_addr_t
s_addr;
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_general.c
131
static
in_addr_t
g_peer_ipaddr;
1209
static hi_void ip_udp_send(hi_u8 link_id,
in_addr_t
peer_ipaddr, hi_u16 peer_port, const hi_char *send_msg)
in ip_udp_send()
Completed in 6 milliseconds