Searched refs:AUTH (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/gcc/fixincludes/tests/base/rpc/
H A Dauth.h14 extern AUTH* authdes_create( struct sockaddr* );
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpc/
H A Dauth.h14 extern AUTH* authdes_create( struct sockaddr* );
/openbsd-current/include/rpc/
H A Dauth.h42 * is required to pass a AUTH * to routines that create rpc
117 } AUTH; typedef in typeref:struct:__rpc_auth
124 * AUTH *auth;
163 * AUTH *authunix_create(machname, uid, gid, len, aup_gids)
172 extern AUTH *authunix_create(char *, int, int, int, int *);
173 extern AUTH *authunix_create_default(void);
174 extern AUTH *authnone_create(void);
H A Dclnt.h120 AUTH *cl_auth; /* authenticator */
/openbsd-current/lib/libc/rpc/
H A Dauth_unix.c84 static void marshal_new_auth(AUTH *auth);
91 AUTH *
98 AUTH *auth;
104 auth = (AUTH *)mem_alloc(sizeof(*auth));
182 AUTH *
211 authunix_nextverf(AUTH *auth)
217 authunix_marshal(AUTH *auth, XDR *xdrs)
225 authunix_validate(AUTH *auth, struct opaque_auth *verf)
253 authunix_refresh(AUTH *auth)
295 authunix_destroy(AUTH *aut
[all...]
H A Dauth_none.c65 AUTH no_client;
70 AUTH *
99 authnone_marshal(AUTH *client, XDR *xdrs)
H A Dpmap_rmt.c214 AUTH *unix_auth;
/openbsd-current/usr.sbin/ripd/
H A Drip.h66 #define AUTH 0xFFFF macro
H A Dauth.c91 if (auth_head->auth_fixed != AUTH) {
202 auth_head.auth_fixed = AUTH;
/openbsd-current/usr.sbin/amd/amd/
H A Dmisc_rpc.c47 void *, xdrproc_t, AUTH *);
110 struct rpc_msg *mp, void *arg, xdrproc_t arg_xdr, AUTH *auth)
H A Dsrvr_nfs.c200 call_portmap(fserver *fs, AUTH *auth, unsigned long prog,
H A Dnfs_ops.c107 AUTH *nfs_auth;
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/
H A DMakefile.PL95 AUTH => {
96 description => 'AUTH support',
/openbsd-current/gnu/gcc/gcc/
H A Dsys-types.h172 typedef int AUTH; typedef
H A Dsys-protos.h118 extern void auth_destroy(AUTH *);
119 extern AUTH * authdes_create(/* ??? */);
121 extern AUTH * authdes_seccreate(/* ??? */);
122 extern AUTH * authnone_create(void);
123 extern AUTH * authsys_create(char *, int, int, int, int *);
124 extern AUTH * authsys_create_default(void);
125 extern AUTH * authunix_create(char *, int, int, int, int *);
126 extern AUTH * authunix_create_default(void);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-types.h172 typedef int AUTH; typedef
H A Dsys-protos.h118 extern void auth_destroy(AUTH *);
119 extern AUTH * authdes_create(/* ??? */);
121 extern AUTH * authdes_seccreate(/* ??? */);
122 extern AUTH * authnone_create(void);
123 extern AUTH * authsys_create(char *, int, int, int, int *);
124 extern AUTH * authsys_create_default(void);
125 extern AUTH * authunix_create(char *, int, int, int, int *);
126 extern AUTH * authunix_create_default(void);
/openbsd-current/usr.sbin/smtpd/
H A Dparse.y167 %token ACTION ADMD ALIAS ANY ARROW AUTH AUTH_OPTIONAL
880 | AUTH tables {
1090 | negation AUTH {
1097 | negation AUTH tables {
1114 | negation AUTH REGEX tables {
1312 | negation FROM AUTH {
1324 | negation FROM AUTH tables {
1344 | negation FROM AUTH REGEX tables {
1624 negation AUTH {
1630 negation AUTH table
[all...]
/openbsd-current/usr.sbin/amd/include/
H A Dam.h148 extern AUTH *nfs_auth; /* Dummy uthorisation for remote servers */
260 void *, xdrproc_t, AUTH *);
/openbsd-current/usr.sbin/ypbind/
H A Dypbind.c589 AUTH *rpcua;
596 if (rpcua == (AUTH *)NULL) {
648 AUTH *rpcua;
658 if (rpcua == (AUTH *)NULL) {
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y156 %token AUTH DEAUTH ASSOC DISASSOC REASSOC REQUEST RESPONSE PCAP RATE
575 | AUTH frmauth
675 | REASON AUTH EXPIRE
679 | REASON AUTH LEAVE
1259 { "auth", AUTH },
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DSMTP.pm169 my $mechanisms = $self->supports('AUTH', 500, ["Command unknown: 'AUTH'"]);
219 my @cmd = ("AUTH", $client->mechanism);
394 if (defined($v = delete $opt{AUTH})) {
398 if (exists $esmtp->{AUTH}) {
400 $opts .= " AUTH=$v";
403 carp 'Net::SMTP::mail: AUTH option not supported by host';
614 sub _AUTH { shift->command("AUTH", @_)->response() == CMD_OK }
831 AUTH => <submitter> # encoded address according to RFC 2554
836 The submitter address in C<AUTH> optio
[all...]
H A DConfig.pm278 AUTH fwuser
/openbsd-current/usr.bin/rusers/
H A Drusers.c105 struct rmtcallargs *, AUTH *, char *);
456 AUTH *unix_auth, char *buf)
487 AUTH *unix_auth;
/openbsd-current/usr.sbin/snmpd/
H A Dparse.y186 %token SECLEVEL NONE AUTH ENC USER AUTHKEY ENCKEY ERROR
1113 | SECLEVEL AUTH { $$ = SNMP_MSGFLAG_AUTH; }
1124 | AUTH auth {
1268 { "auth", AUTH },

Completed in 383 milliseconds

12