OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunktype
(Results
1 - 5
of
5
) sorted by null
/external/iptables/extensions/
libxt_sctp.c
39
einfo->flag_info[i].
chunktype
= -1;
51
"[!] --chunk-types (all|any|none) (
chunktype
[:flags])+ match if all, any or none of\n"
122
int
chunktype
,
129
if (flag_info[i].
chunktype
==
chunktype
) {
131
flag_info[i].
chunktype
=
chunktype
;
148
flag_info[*flag_count].
chunktype
=
chunktype
;
413
if (flag_info[j].
chunktype
== i)
[
all
...]
/bionic/libc/kernel/uapi/linux/netfilter/
xt_sctp.h
27
__u8
chunktype
;
member in struct:xt_sctp_flag_info
/external/iptables/include/linux/netfilter/
xt_sctp.h
13
__u8
chunktype
;
member in struct:xt_sctp_flag_info
/external/kernel-headers/original/uapi/linux/netfilter/
xt_sctp.h
14
__u8
chunktype
;
member in struct:xt_sctp_flag_info
/external/libpng/contrib/libtests/
pngvalid.c
770
png_uint_32
chunktype
;/* Type of chunk (valid if chunkpos >= 4) */
member in struct:png_store
874
ps->
chunktype
= 0;
901
ps->
chunktype
= 0;
972
if (ps->chunkpos != 0U || ps->
chunktype
!= 0U || ps->chunklen != 0U ||
991
ps->
chunktype
= 0;
1287
png_uint_32
chunktype
= ps->
chunktype
;
local
1471
png_uint_32
chunktype
= ps->
chunktype
;
local
[
all
...]
Completed in 2232 milliseconds