OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtopt_psize
(Results
1 - 1
of
1
) sorted by null
/external/iptables/libxtables/
xtoptions.c
44
static const size_t
xtopt_psize
[] = {
variable
157
return
xtopt_psize
[XTTYPE_UINT8];
159
return
xtopt_psize
[XTTYPE_UINT16];
161
return
xtopt_psize
[XTTYPE_UINT32];
163
return
xtopt_psize
[XTTYPE_UINT64];
165
return
xtopt_psize
[type];
775
* cf. not being listed in
xtopt_psize
.
896
if (entry->type >= ARRAY_SIZE(
xtopt_psize
) ||
897
xtopt_psize
[entry->type] == 0)
902
if (
xtopt_psize
[entry->type] != -1 &
[
all
...]
Completed in 5529 milliseconds