HomeSort by: relevance | last modified time | path
    Searched defs:avp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/moxie/
interp.c 1292 char * const *avp; local
1300 avp = argv;
1301 for (argc = 0; avp && *avp; avp++)
  /src/external/gpl3/gdb.old/dist/sim/moxie/
interp.c 1292 char * const *avp; local
1300 avp = argv;
1301 for (argc = 0; avp && *avp; avp++)
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_ttls.c 233 struct ttls_avp_vendor *avp; local
237 avp = (struct ttls_avp_vendor *) avphdr;
241 hdrlen = sizeof(*avp);
242 avp->vendor_id = host_to_be32(vendor_id);
247 avp->avp_code = host_to_be32(avp_code);
248 avp->avp_length = host_to_be32(((u32) flags << 24) |
272 u8 *avp, *pos; local
281 avp = wpabuf_mhead(msg);
282 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp));
285 AVP_PAD(avp, pos)
971 struct ttls_avp *avp; local
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_ttls.c 110 struct ttls_avp_vendor *avp; local
114 avp = (struct ttls_avp_vendor *) avphdr;
118 hdrlen = sizeof(*avp);
119 avp->vendor_id = host_to_be32(vendor_id);
124 avp->avp_code = host_to_be32(avp_code);
125 avp->avp_length = host_to_be32(((u32) flags << 24) |
135 struct wpabuf *avp; local
138 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
139 if (avp == NULL) {
144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory
180 struct ttls_avp *avp; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/mcore/
interp.c 1437 char * const *avp; local
1456 avp = argv;
1457 while (avp && *avp)
1459 l = strlen (*avp) + 1; /* include the null */
1461 nargs++; avp++;
1465 avp = env;
1466 while (avp && *avp)
1468 l = strlen (*avp) + 1; /* include the null *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c 1437 char * const *avp; local
1456 avp = argv;
1457 while (avp && *avp)
1459 l = strlen (*avp) + 1; /* include the null */
1461 nargs++; avp++;
1465 avp = env;
1466 while (avp && *avp)
1468 l = strlen (*avp) + 1; /* include the null *
    [all...]

Completed in 32 milliseconds