Searched refs:xtopt_psize (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libxtables/
H A Dxtoptions.c44 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[entr
[all...]

Completed in 257 milliseconds