Searched refs:authtype (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/lib/libsa/ |
| H A D | rpc.c | 64 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 D | krpc_subr.c | 71 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 D | print-lwres.c | 68 lwres_uint16_t authtype; member 383 printf(" authtype:0x%x", ntohs(np->authtype)); in lwres_print()
|
| /openbsd-src/usr.sbin/ripd/ |
| H A D | parse.y | 284 authtype : AUTHTYPE STRING { 324 | authtype
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | if_malovar.h | 96 uint8_t authtype; member
|
| H A D | if_malo.c | 1457 body->authtype = 0; in cmalo_cmd_set_auth()
|
| /openbsd-src/usr.sbin/npppd/npppd/ |
| H A D | parse.y | 154 %type <v.number> authtype 702 authentication : AUTHENTICATION STRING TYPE authtype { 779 authtype : LOCAL { $$ = NPPPD_AUTH_TYPE_LOCAL; }
|
| /openbsd-src/sbin/ipsecctl/ |
| H A D | parse.y | 417 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 D | parse.y | 478 authtype : AUTHTYPE STRING { 569 | authtype
|
| /openbsd-src/sbin/iked/ |
| H A D | parse.y | 2720 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
|