Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/tcpdump/
H A Dprint-radius.c607 static const struct attrtype { struct
608 const char *name; /* Attribute name */
609 const char **subtypes; /* Standard Values (if any) */
610 u_char siz_subtypes; /* Size of total standard values */
611 u_char first_subtype; /* First standard value is 0 or 1 */
612 void (*print_func)(netdissect_options *, const u_char *, u_int, u_short);
/dflybsd-src/sys/vfs/ntfs/
H A Dntfs_subr.c715 ntfs_fget(struct ntfsmount *ntmp, struct ntnode *ip, int attrtype, in ntfs_fget()
790 int *attrtype, char **attrname) in ntfs_ntlookupattr()
853 int attrtype = NTFS_A_DATA; in ntfs_ntlookupfile() local
H A Dntfs_vfsops.c692 ntfs_vgetex(struct mount *mp, ino_t ino, u_int32_t attrtype, char *attrname, in ntfs_vgetex()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_att.c303 X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, in X509_ATTRIBUTE_set1_data()