Searched refs:avp (Results 1 – 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server_ttls.c | 110 struct ttls_avp_vendor *avp; in eap_ttls_avp_hdr() local 114 avp = (struct ttls_avp_vendor *) avphdr; in eap_ttls_avp_hdr() 118 hdrlen = sizeof(*avp); in eap_ttls_avp_hdr() 119 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 124 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 125 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 135 struct wpabuf *avp; in eap_ttls_avp_encapsulate() local 138 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4); in eap_ttls_avp_encapsulate() 139 if (avp == NULL) { in eap_ttls_avp_encapsulate() 144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory, in eap_ttls_avp_encapsulate() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server_ttls.c | 110 struct ttls_avp_vendor *avp; in eap_ttls_avp_hdr() local 114 avp = (struct ttls_avp_vendor *) avphdr; in eap_ttls_avp_hdr() 118 hdrlen = sizeof(*avp); in eap_ttls_avp_hdr() 119 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 124 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 125 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 135 struct wpabuf *avp; in eap_ttls_avp_encapsulate() local 138 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4); in eap_ttls_avp_encapsulate() 139 if (avp == NULL) { in eap_ttls_avp_encapsulate() 144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory, in eap_ttls_avp_encapsulate() [all …]
|
/third_party/popt/src/ |
D | poptconfig.c | 73 int * acp, const char *** avp) in poptGlob() argument 87 if (avp) { in poptGlob() 88 *avp = (const char **) pglob->gl_pathv; in poptGlob() 93 *avp = NULL; in poptGlob() 103 if (avp && (*avp = calloc((size_t)(1 + 1), sizeof (**avp))) != NULL) in poptGlob() 104 (*avp)[0] = xstrdup(pat); in poptGlob()
|
D | popt.c | 523 { poptArgv avp; in execCommand() local 525 for (avp = argv; *avp; avp++) in execCommand() 526 fprintf(stderr, " '%s'", *avp); in execCommand()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_ttls.c | 208 struct ttls_avp_vendor *avp; in eap_ttls_avp_hdr() local 212 avp = (struct ttls_avp_vendor *) avphdr; in eap_ttls_avp_hdr() 216 hdrlen = sizeof(*avp); in eap_ttls_avp_hdr() 217 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 222 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 223 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 247 u8 *avp, *pos; in eap_ttls_avp_encapsulate() local 256 avp = wpabuf_mhead(msg); in eap_ttls_avp_encapsulate() 257 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); in eap_ttls_avp_encapsulate() 260 AVP_PAD(avp, pos); in eap_ttls_avp_encapsulate() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_ttls.c | 208 struct ttls_avp_vendor *avp; in eap_ttls_avp_hdr() local 212 avp = (struct ttls_avp_vendor *) avphdr; in eap_ttls_avp_hdr() 216 hdrlen = sizeof(*avp); in eap_ttls_avp_hdr() 217 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 222 avp->avp_code = host_to_be32(avp_code); in eap_ttls_avp_hdr() 223 avp->avp_length = host_to_be32(((u32) flags << 24) | in eap_ttls_avp_hdr() 247 u8 *avp, *pos; in eap_ttls_avp_encapsulate() local 256 avp = wpabuf_mhead(msg); in eap_ttls_avp_encapsulate() 257 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp)); in eap_ttls_avp_encapsulate() 260 AVP_PAD(avp, pos); in eap_ttls_avp_encapsulate() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 1583 atcomp(const void *avp, const void *bvp) in atcomp() argument 1585 const zic_t a = ((const struct attype *) avp)->at; in atcomp()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1584 atcomp(const void *avp, const void *bvp) in atcomp() argument 1586 const zic_t a = ((const struct attype *) avp)->at; in atcomp()
|
/third_party/tzdata/ |
D | zic.c | 2286 atcomp(const void *avp, const void *bvp) in atcomp() argument 2288 struct attype const *ap = avp, *bp = bvp; in atcomp()
|