Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/lib/libsa/
H A Drpc.c64 int32_t authtype; /* auth type */ member
144 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
153 auth->authtype = htonl(RPCAUTH_UNIX); in rpc_call()
159 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
/openbsd-src/sys/nfs/
H A Dkrpc_subr.c71 u_int32_t authtype; /* auth type */ member
321 call->rpc_auth.authtype = txdr_unsigned(RPCAUTH_UNIX); in krpc_call()
324 call->rpc_verf.authtype = 0; in krpc_call()
442 if (reply->rp_auth.authtype != 0) { in krpc_call()
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-lwres.c68 lwres_uint16_t authtype; member
383 printf(" authtype:0x%x", ntohs(np->authtype)); in lwres_print()
/openbsd-src/usr.sbin/ripd/
H A Dparse.y284 authtype : AUTHTYPE STRING {
324 | authtype
/openbsd-src/sys/dev/pcmcia/
H A Dif_malovar.h96 uint8_t authtype; member
H A Dif_malo.c1457 body->authtype = 0; in cmalo_cmd_set_auth()
/openbsd-src/usr.sbin/npppd/npppd/
H A Dparse.y154 %type <v.number> authtype
702 authentication : AUTHENTICATION STRING TYPE authtype {
779 authtype : LOCAL { $$ = NPPPD_AUTH_TYPE_LOCAL; }
/openbsd-src/sbin/ipsecctl/
H A Dparse.y417 struct ike_auth *authtype = &$8; variable
429 authtype, tag);
2866 struct ike_auth *authtype, char *tag) in create_ike() argument
2922 r->ikeauth->type = authtype->type; in create_ike()
2923 r->ikeauth->string = authtype->string; in create_ike()
/openbsd-src/usr.sbin/ospfd/
H A Dparse.y478 authtype : AUTHTYPE STRING {
569 | authtype
/openbsd-src/sbin/iked/
H A Dparse.y2720 struct iked_auth *authtype, struct ipsec_filters *filter, in create_ike()
2754 memcpy(&pol.pol_auth, authtype, sizeof(struct iked_auth)); in create_ike()
2755 explicit_bzero(authtype, sizeof(*authtype)); in create_ike()
2712 create_ike(char * name,int af,struct ipsec_addr_wrap * ipproto,int rdomain,struct ipsec_hosts * hosts,struct ipsec_hosts * peers,struct ipsec_mode * ike_sa,struct ipsec_mode * ipsec_sa,uint8_t saproto,uint8_t flags,char * srcid,char * dstid,uint32_t ikelifetime,struct iked_lifetime * lt,struct iked_auth * authtype,struct ipsec_filters * filter,struct ipsec_addr_wrap * ikecfg,char * iface) create_ike() argument