OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_addr
(Results
1 - 3
of
3
) sorted by null
/external/iptables/extensions/
libip6t_DNPT.c
63
static const struct in6_addr
zero_addr
;
local
66
if (memcmp(&info->src_pfx.in6, &
zero_addr
, sizeof(
zero_addr
)) != 0 ||
71
if (memcmp(&info->dst_pfx.in6, &
zero_addr
, sizeof(
zero_addr
)) != 0 ||
libip6t_SNPT.c
63
static const struct in6_addr
zero_addr
;
local
66
if (memcmp(&info->src_pfx.in6, &
zero_addr
, sizeof(
zero_addr
)) != 0 ||
71
if (memcmp(&info->dst_pfx.in6, &
zero_addr
, sizeof(
zero_addr
)) != 0 ||
/external/iptables/libxtables/
xtables.c
1720
static const struct in6_addr
zero_addr
;
local
1796
static const struct in6_addr
zero_addr
;
local
[
all
...]
Completed in 130 milliseconds