Symbol: auth_type
sys/dev/ic/bwfmreg.h
770
uint32_t auth_type;
sys/dev/ic/qwxreg.h
6115
uint32_t auth_type;
sys/dev/ic/qwxreg.h
6133
struct wmi_nlo_auth_param auth_type;
sys/dev/ic/qwzreg.h
6169
uint32_t auth_type;
sys/dev/ic/qwzreg.h
6187
struct wmi_nlo_auth_param auth_type;
sys/nfs/nfs_socket.c
1451
u_int32_t nfsvers, auth_type;
sys/nfs/nfs_socket.c
1506
auth_type = *tl++;
sys/nfs/nfs_socket.c
1514
if (auth_type == rpc_auth_unix) {
sys/nfs/nfs_subs.c
551
nfsm_rpchead(struct nfsreq *req, struct ucred *cr, int auth_type)
sys/nfs/nfs_subs.c
557
KASSERT(auth_type == RPCAUTH_UNIX);
sys/nfs/nfs_subs.c
571
switch (auth_type) {
sys/nfs/nfs_subs.c
609
switch (auth_type) {
usr.bin/skeyinit/skeyinit.c
172
if (!defaultsetup && strcmp(auth_type, "skey") == 0) {
usr.bin/skeyinit/skeyinit.c
189
if (!auth_userokay(pp->pw_name, auth_type, NULL, NULL))
usr.bin/skeyinit/skeyinit.c
51
char lastc, *p, *auth_type;
usr.bin/skeyinit/skeyinit.c
58
ht = auth_type = NULL;
usr.bin/skeyinit/skeyinit.c
67
auth_type = argv[i];
usr.bin/skeyinit/skeyinit.c
71
if (auth_type == NULL)
usr.bin/skeyinit/skeyinit.c
72
auth_type = "skey";
usr.sbin/npppd/l2tp/l2tp_call.c
578
dpi->auth_type = 0;
usr.sbin/npppd/l2tp/l2tp_call.c
581
dpi->auth_type = PPP_AUTH_CHAP_MD5;
usr.sbin/npppd/l2tp/l2tp_call.c
584
dpi->auth_type = PPP_AUTH_PAP;
usr.sbin/npppd/l2tp/l2tp_call.c
587
dpi->auth_type = PPP_AUTH_CHAP_MS;
usr.sbin/npppd/npppd/chap.c
481
CHAP_ASSERT(dpi->auth_type == PPP_AUTH_CHAP_MD5);
usr.sbin/npppd/npppd/chap.c
491
"type=0x%02x", dpi->auth_type);
usr.sbin/npppd/npppd/lcp.c
1097
if (dpi->auth_type != 0) {
usr.sbin/npppd/npppd/lcp.c
1099
if (_this->auth_order[i] != dpi->auth_type)
usr.sbin/npppd/npppd/lcp.c
1110
lcp_auth_string(dpi->auth_type));
usr.sbin/npppd/npppd/lcp.c
1119
_this->fsm.ppp->peer_auth = dpi->auth_type;
usr.sbin/npppd/npppd/lcp.c
1134
switch (dpi->auth_type) {
usr.sbin/npppd/npppd/lcp.c
1158
(dpi->auth_type == 0)? "none" : lcp_auth_string(dpi->auth_type),
usr.sbin/npppd/npppd/npppd.h
159
int auth_type;
usr.sbin/npppd/npppd/npppd_auth.c
68
npppd_auth_create(int auth_type, const char *name, void *_npppd)
usr.sbin/npppd/npppd/npppd_auth.c
74
switch (auth_type) {
usr.sbin/npppd/npppd/npppd_config.c
245
if (auth->auth_type == NPPPD_AUTH_TYPE_RADIUS) {
usr.sbin/npppd/npppd/npppd_config.c
253
npppd_auth_get_type(auth_base) != auth->auth_type) {
usr.sbin/npppd/npppd/npppd_config.c
264
if ((auth_base = npppd_auth_create(auth->auth_type,
usr.sbin/npppd/npppd/pap.c
354
PAP_ASSERT(dpi->auth_type == PPP_AUTH_PAP);
usr.sbin/npppd/npppd/parse.y
1655
switch (auth->auth_type) {
usr.sbin/npppd/npppd/parse.y
719
n->auth_type = $4;
usr.sbin/npppd/npppd/parse.y
758
if (curr_authconf->auth_type != NPPPD_AUTH_TYPE_RADIUS){
usr.sbin/npppd/npppd/parse.y
766
if (curr_authconf->auth_type != NPPPD_AUTH_TYPE_RADIUS){
usr.sbin/npppd/npppd/ppp.h
624
uint32_t auth_type;
usr.sbin/ospfctl/output.c
211
if (iface->auth_type > 0) {
usr.sbin/ospfctl/output.c
212
switch (iface->auth_type) {
usr.sbin/ospfd/auth.c
155
switch (iface->auth_type) {
usr.sbin/ospfd/auth.c
43
if (ntohs(ospf_hdr->auth_type) != (u_int16_t)iface->auth_type) {
usr.sbin/ospfd/auth.c
49
switch (iface->auth_type) {
usr.sbin/ospfd/interface.c
631
ictl.auth_type = iface->auth_type;
usr.sbin/ospfd/logmsg.c
101
if_auth_name(enum auth_type type)
usr.sbin/ospfd/ospf.h
140
u_int16_t auth_type;
usr.sbin/ospfd/ospfd.c
677
if (iface->auth_type == AUTH_CRYPT)
usr.sbin/ospfd/ospfd.c
896
i->auth_type = xi->auth_type;
usr.sbin/ospfd/ospfd.h
361
enum auth_type auth_type;
usr.sbin/ospfd/ospfd.h
487
enum auth_type auth_type;
usr.sbin/ospfd/ospfd.h
602
const char *if_auth_name(enum auth_type);
usr.sbin/ospfd/packet.c
56
ospf_hdr.auth_type = htons(iface->auth_type);
usr.sbin/ospfd/parse.y
103
enum auth_type auth_type;
usr.sbin/ospfd/parse.y
479
enum auth_type type;
usr.sbin/ospfd/parse.y
493
defs->auth_type = type;
usr.sbin/ospfd/parse.y
730
iface->auth_type = defs->auth_type;
usr.sbin/ospfd/printconf.c
155
printf("\t\tauth-type %s\n", if_auth_name(iface->auth_type));
usr.sbin/ospfd/printconf.c
156
switch (iface->auth_type) {
usr.sbin/ripd/auth.c
100
(u_int16_t)iface->auth_type) {
usr.sbin/ripd/auth.c
106
switch (iface->auth_type) {
usr.sbin/ripd/auth.c
203
auth_head.auth_type = htons(iface->auth_type);
usr.sbin/ripd/auth.c
207
switch (iface->auth_type) {
usr.sbin/ripd/auth.c
92
if (iface->auth_type != AUTH_NONE) {
usr.sbin/ripd/auth.c
99
if (ntohs(auth_head->auth_type) !=
usr.sbin/ripd/logmsg.c
55
if_auth_name(enum auth_type type)
usr.sbin/ripd/message.c
264
if (iface->auth_type != AUTH_NONE) {
usr.sbin/ripd/message.c
305
if (iface->auth_type == AUTH_CRYPT)
usr.sbin/ripd/neighbor.c
225
if (nbr->iface->auth_type == AUTH_CRYPT &&
usr.sbin/ripd/packet.c
167
if (nbr == NULL && iface->auth_type == AUTH_CRYPT)
usr.sbin/ripd/parse.y
285
enum auth_type type;
usr.sbin/ripd/parse.y
299
defs->auth_type = type;
usr.sbin/ripd/parse.y
355
iface->auth_type = defs->auth_type;
usr.sbin/ripd/parse.y
780
defs->auth_type = AUTH_NONE;
usr.sbin/ripd/parse.y
82
enum auth_type auth_type;
usr.sbin/ripd/printconf.c
111
printf("\tauth-type %s\n", if_auth_name(iface->auth_type));
usr.sbin/ripd/printconf.c
112
switch (iface->auth_type) {
usr.sbin/ripd/rip.h
72
u_int16_t auth_type;
usr.sbin/ripd/ripd.h
183
enum auth_type auth_type;
usr.sbin/ripd/ripd.h
350
const char *if_auth_name(enum auth_type);
usr.sbin/tcpdump/print-vrrp.c
112
if (auth_type == 1) { /* simple text password */
usr.sbin/tcpdump/print-vrrp.c
70
int version, type, auth_type;
usr.sbin/tcpdump/print-vrrp.c
88
auth_type = bp[4];
usr.sbin/tcpdump/print-vrrp.c
89
if (auth_type != 0)
usr.sbin/tcpdump/print-vrrp.c
90
printf(" authtype=%d", auth_type);