Home
last modified time | relevance | path

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

/external/syslinux/com32/gpllib/
Dmemory.c38 uint32_t ext_flags; member
110 buf.ext_flags = 1; in detect_memory_e820()
141 if (oreg.ecx.l > 20 && !(buf.ext_flags & 1)) in detect_memory_e820()
/external/boringssl/src/crypto/x509v3/
Dv3_lib.c177 tmpext->ext_flags |= X509V3_EXT_DYNAMIC; in X509V3_EXT_add_alias()
189 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.h823 __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()
Dip6tables.c1276 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS)) in command_jump()
1313 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()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1749 ext->ext_flags |= IW_ENCODE_EXT_GROUP_KEY; in wpa_driver_wext_set_key_ext()
1751 ext->ext_flags |= IW_ENCODE_EXT_SET_TX_KEY; in wpa_driver_wext_set_key_ext()
1791 ext->ext_flags |= IW_ENCODE_EXT_RX_SEQ_VALID; in wpa_driver_wext_set_key_ext()
/external/boringssl/src/include/openssl/
Dx509v3.h94 int ext_flags; member