OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cidr
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/mach-at91/include/mach/
at91_dbu.h
26
u32
cidr
; /* Chip ID Register RO */
member in struct:at91_dbu
/external/ipsec-tools/src/racoon/
isakmp_cfg.c
1880
int
cidr
, tmp;
local
[
all
...]
/external/iptables/libxtables/
xtables.c
1267
/* this mask cannot be converted to
CIDR
notation */
1274
uint32_t
cidr
;
local
1276
cidr
= xtables_ipmask_to_cidr(mask);
1277
if (
cidr
== (unsigned int)-1) {
1281
} else if (
cidr
== 32) {
1286
sprintf(buf, "/%d",
cidr
);
[
all
...]
Completed in 969 milliseconds