Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/lib/lwres/
Dlwpacket.c92 lwres_buffer_putuint16(b, pkt->authtype); in lwres_lwpacket_renderheader()
125 pkt->authtype = lwres_buffer_getuint16(b); in lwres_lwpacket_parseheader()
Dlwres_noop.c142 pkt->authtype = 0; in lwres_nooprequest_render()
194 pkt->authtype = 0; in lwres_noopresponse_render()
Dlwres_gnba.c145 pkt->authtype = 0; in lwres_gnbarequest_render()
208 pkt->authtype = 0; in lwres_gnbaresponse_render()
Dlwres_grbn.c71 pkt->authtype = 0; in lwres_grbnrequest_render()
148 pkt->authtype = 0; in lwres_grbnresponse_render()
Dlwres_gabn.c152 pkt->authtype = 0; in lwres_gabnrequest_render()
232 pkt->authtype = 0; in lwres_gabnresponse_render()
/freebsd-9-stable/lib/libstand/
Drpc.c65 int32_t authtype; /* auth type */ member
145 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
154 auth->authtype = htonl(RPCAUTH_UNIX); in rpc_call()
160 auth->authtype = htonl(RPCAUTH_NULL); in rpc_call()
/freebsd-9-stable/sys/nfs/
Dkrpc_subr.c80 u_int32_t authtype; /* auth type */ member
292 call->rpc_auth.authtype = txdr_unsigned(AUTH_UNIX); in krpc_call()
295 call->rpc_verf.authtype = 0; in krpc_call()
414 if (reply->rp_auth.authtype != 0) { in krpc_call()
/freebsd-9-stable/contrib/tcpdump/
Dprint-telnet.c79 static const char *authtype[] = { variable
178 (void)printf(" %s", STR_OR_ID(c, authtype)); in telnet_parse()
Dprint-lwres.c63 lwres_uint16_t authtype; member
338 printf(" authtype:0x%x", EXTRACT_16BITS(&np->authtype)); in lwres_print()
/freebsd-9-stable/contrib/bind9/lib/lwres/include/lwres/
Dlwpacket.h104 lwres_uint16_t authtype; member
/freebsd-9-stable/contrib/bind9/bin/named/
Dlwderror.c59 client->pkt.authtype = 0; /* XXXMLG */ in ns_lwdclient_errorpktsend()
Dlwdnoop.c50 client->pkt.authtype = 0; /* XXXMLG */ in ns_lwdclient_processnoop()
Dlwdgnba.c127 client->pkt.authtype = 0; /* XXXMLG */ in byaddr_done()
Dlwdgabn.c224 client->pkt.authtype = 0; /* XXXMLG */ in generate_reply()
Dlwdgrbn.c333 client->pkt.authtype = 0; /* XXXMLG */ in lookup_done()
/freebsd-9-stable/crypto/openssh/
Dauth-sia.c99 ent->authtype = SIA_A_NONE; in session_setup_sia()
/freebsd-9-stable/crypto/heimdal/lib/auth/sia/
Dsia.c158 if(entity->authtype == SIA_A_SUAUTH){ in doauth()
176 if(entity->authtype == SIA_A_REAUTH) in doauth()