Searched refs:avp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapttls_plugin.c370 DiameterAVP * avp; local
384 data_length = sizeof(*avp) * 2 + user_length_r + password_length_r;
393 avp = (DiameterAVP *)offset;
394 avp->AVP_code = htonl(kRADIUSAttributeTypeUserName);
395 avp->AVP_flags_length
396 = htonl(DiameterAVPMakeFlagsLength(0, sizeof(*avp)
398 offset = (void *)(avp + 1);
407 avp = (DiameterAVP *)offset;
408 avp->AVP_code = htonl(kRADIUSAttributeTypeUserPassword);
409 avp
437 DiameterAVP * avp; local
493 DiameterAVP * avp; local
595 DiameterAVP * avp; local
711 DiameterAVP * avp; local
[all...]
/macosx-10.10/rsync-45/rsync/popt/
H A Dpopt.c421 { const char ** avp; local
423 for (avp = argv; *avp; avp++)
424 fprintf(stderr, " '%s'", *avp);
/macosx-10.10/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c561 fill_ip6(ipno, mask, acp, avp)
564 char ***avp;
567 char **av = *avp;
602 *avp = av;
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dzic.c1387 atcomp(avp, bvp)
1388 void * avp;
1391 if (((struct attype *) avp)->at < ((struct attype *) bvp)->at)
1393 else if (((struct attype *) avp)->at > ((struct attype *) bvp)->at)
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c1584 atcomp(avp, bvp)
1585 const void * avp;
1588 const zic_t a = ((const struct attype *) avp)->at;
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c6925 vnode_t avp = NULL; local
7012 error = cache_lookup(NFSTOV(adnp), &avp, cnp);
7032 if (!anp && avp)
7033 *anpp = anp = VTONFS(avp);

Completed in 252 milliseconds