Home
last modified time | relevance | path

Searched refs:ext_flags (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_lib.c178 tmpext->ext_flags |= X509V3_EXT_DYNAMIC; in X509V3_EXT_add_alias()
190 if (ext->ext_flags & X509V3_EXT_DYNAMIC) in ext_list_free()
Dv3_prn.c140 method->ext_flags & X509V3_EXT_MULTILINE); in X509V3_EXT_print()
/external/iproute2/include/
Dxtables.h226 uint8_t ext_flags; member
303 uint8_t ext_flags; member
/external/iptables/include/
Dxtables.h241 uint8_t ext_flags; member
321 uint8_t ext_flags; member
/external/kernel-headers/original/uapi/linux/
Dwireless.h824 __u32 ext_flags; /* IW_ENCODE_EXT_* */ member
/external/iptables/extensions/
Dlibxt_CT.c416 .ext_flags = XTABLES_EXT_ALIAS,
Dlibxt_conntrack.c1512 .ext_flags = XTABLES_EXT_ALIAS,
1527 .ext_flags = XTABLES_EXT_ALIAS,
1542 .ext_flags = XTABLES_EXT_ALIAS,
/external/iptables/iptables/
Dxtables.c630 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
667 if (!(m->ext_flags & XTABLES_EXT_ALIAS)) in command_match()
Diptables.c1268 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
1306 if (!(m->ext_flags & XTABLES_EXT_ALIAS)) in command_match()
Dip6tables.c1276 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
1313 if (!(m->ext_flags & XTABLES_EXT_ALIAS)) in command_match()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1741 ext->ext_flags |= IW_ENCODE_EXT_GROUP_KEY; in wpa_driver_wext_set_key_ext()
1743 ext->ext_flags |= IW_ENCODE_EXT_SET_TX_KEY; in wpa_driver_wext_set_key_ext()
1783 ext->ext_flags |= IW_ENCODE_EXT_RX_SEQ_VALID; in wpa_driver_wext_set_key_ext()
/external/boringssl/src/include/openssl/
Dx509v3.h104 int ext_flags; member