Symbol: auth_type
sbin/routed/rtquery/rtquery.c
234
auth_type = RIP_AUTH_PW;
sbin/routed/rtquery/rtquery.c
236
auth_type = RIP_AUTH_MD5;
sbin/routed/rtquery/rtquery.c
242
if (auth_type == RIP_AUTH_MD5
sbin/routed/rtquery/rtquery.c
368
if (auth_type == RIP_AUTH_PW) {
sbin/routed/rtquery/rtquery.c
375
} else if (auth_type == RIP_AUTH_MD5) {
sbin/routed/rtquery/rtquery.c
97
int auth_type = RIP_AUTH_NONE;
sys/compat/linuxkpi/common/include/net/cfg80211.h
507
int auth_type, beacon_interval, dtim_period, hidden_ssid, inactivity_timeout;
sys/compat/linuxkpi/common/include/net/cfg80211.h
539
int auth_type, key_idx, privacy, want_1x;
sys/netinet/sctp_auth.c
1726
auth->auth_type = SCTP_AUTHENTICATION_EVENT;
sys/netinet/sctp_uio.h
442
uint16_t auth_type;
usr.sbin/bhyve/rfb.c
1055
uint8_t auth_type;
usr.sbin/bhyve/rfb.c
1087
auth_type = SECURITY_TYPE_VNC_AUTH;
usr.sbin/bhyve/rfb.c
1089
auth_type = SECURITY_TYPE_NONE;
usr.sbin/bhyve/rfb.c
1092
auth_type = SECURITY_TYPE_NONE;
usr.sbin/bhyve/rfb.c
1099
buf[1] = auth_type;
usr.sbin/bhyve/rfb.c
1108
if (buf[0] != auth_type) {
usr.sbin/bhyve/rfb.c
1117
be32enc(buf, auth_type);
usr.sbin/bhyve/rfb.c
1124
switch (auth_type) {
usr.sbin/bhyve/rfb.c
1210
if (auth_type == SECURITY_TYPE_VNC_AUTH) {
usr.sbin/ctld/ctld.cc
178
auth_type type;
usr.sbin/ctld/ctld.cc
181
type = auth_type::NO_AUTHENTICATION;
usr.sbin/ctld/ctld.cc
183
type = auth_type::DENY;
usr.sbin/ctld/ctld.cc
185
type = auth_type::CHAP;
usr.sbin/ctld/ctld.cc
187
type = auth_type::CHAP_MUTUAL;
usr.sbin/ctld/ctld.cc
193
if (ag_type != auth_type::UNKNOWN && ag_type != type) {
usr.sbin/ctld/ctld.cc
205
auth_group::set_type(auth_type type)
usr.sbin/ctld/ctld.cc
207
assert(ag_type == auth_type::UNKNOWN);
usr.sbin/ctld/ctld.cc
243
if (ag_type == auth_type::UNKNOWN)
usr.sbin/ctld/ctld.cc
244
ag_type = auth_type::CHAP;
usr.sbin/ctld/ctld.cc
245
if (ag_type != auth_type::CHAP) {
usr.sbin/ctld/ctld.cc
2551
ag->set_type(auth_type::NO_AUTHENTICATION);
usr.sbin/ctld/ctld.cc
2555
ag->set_type(auth_type::DENY);
usr.sbin/ctld/ctld.cc
2582
ag->set_type(auth_type::DENY);
usr.sbin/ctld/ctld.cc
267
if (ag_type == auth_type::UNKNOWN)
usr.sbin/ctld/ctld.cc
268
ag_type = auth_type::CHAP_MUTUAL;
usr.sbin/ctld/ctld.cc
269
if (ag_type != auth_type::CHAP_MUTUAL) {
usr.sbin/ctld/ctld.hh
102
auth_type type() const { return ag_type; }
usr.sbin/ctld/ctld.hh
104
void set_type(auth_type type);
usr.sbin/ctld/ctld.hh
130
auth_type ag_type = auth_type::UNKNOWN;
usr.sbin/ctld/discovery.cc
183
ag->type() != auth_type::NO_AUTHENTICATION) {
usr.sbin/ctld/discovery.cc
186
auth_type::NO_AUTHENTICATION);
usr.sbin/ctld/login.cc
1003
if (ag->type() == auth_type::DENY) {
usr.sbin/ctld/login.cc
1008
if (ag->type() == auth_type::UNKNOWN) {
usr.sbin/ctld/login.cc
1035
if (ag->type() != auth_type::NO_AUTHENTICATION) {
usr.sbin/ctld/login.cc
1054
if (ag->type() == auth_type::NO_AUTHENTICATION) {
usr.sbin/ctld/login.cc
1100
if (ag->type() != auth_type::NO_AUTHENTICATION) {
usr.sbin/ctld/login.cc
369
assert(ag->type() == auth_type::CHAP ||
usr.sbin/ctld/login.cc
370
ag->type() == auth_type::CHAP_MUTUAL);