Searched refs:suser (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/snmp_usm/
H A Dusm_snmp.c199 uuser->suser.auth_proto = clone->suser.auth_proto;
200 uuser->suser.priv_proto = clone->suser.priv_proto;
201 memcpy(uuser->suser.auth_key, clone->suser.auth_key,
202 sizeof(uuser->suser.auth_key));
203 memcpy(uuser->suser.priv_key, clone->suser.priv_key,
204 sizeof(uuser->suser
[all...]
/freebsd-11-stable/bin/rcp/
H A Drcp.c212 char *bp, *host, *src, *suser, *thost, *tuser; local
240 suser = argv[i];
241 if (*suser == '\0')
242 suser = pwd->pw_name;
243 else if (!okname(suser)) {
249 _PATH_RSH, host, suser, cmd, src,
294 char *bp, *host, *src, *suser; local
315 suser = pwd->pw_name;
318 suser = argv[i];
319 if (*suser
[all...]
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c154 char *bp, *host, *src, *suser, *thost, *tuser; local
185 suser = argv[i];
186 if (*suser == '\0')
187 suser = pwd->pw_name;
188 else if (!okname(suser))
193 host, suser, cmd, src,
231 char *bp, *host, *src, *suser; local
252 suser = pwd->pw_name;
255 suser = argv[i];
256 if (*suser
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dscp.c588 char *bp, *host, *src, *suser, *thost, *tuser, *arg; local
627 suser = argv[i];
628 if (*suser == '\0')
629 suser = pwd->pw_name;
630 else if (!okname(suser))
634 suser = NULL;
638 if (do_cmd(host, suser, bp, &remin, &remout) < 0)
668 suser = argv[i];
669 if (*suser == '\0')
670 suser
708 char *bp, *host, *src, *suser; local
[all...]
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c1272 error = suser (p);
1274 error = suser (td);
1315 error = suser (p);
1317 error = suser (td);
1345 error = suser (p);
1347 error = suser (td);
1365 error = suser (p);
1367 error = suser (td);
1467 error = suser (p);
1469 error = suser (t
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c330 pdu->user.priv_proto = usm_user->suser.priv_proto;
331 memcpy(pdu->user.priv_key, usm_user->suser.priv_key,
337 pdu->user.auth_proto = usm_user->suser.auth_proto;
338 memcpy(pdu->user.auth_key, usm_user->suser.auth_key,
357 usm_user->suser.auth_proto != SNMP_AUTH_NOAUTH) ||
359 usm_user->suser.priv_proto != SNMP_PRIV_NOPRIV))
642 } else if (usm_user->suser.auth_proto != SNMP_AUTH_NOAUTH &&
2589 strlen(uuser->suser.sec_name) == strlen(uname) &&
2590 strcmp(uuser->suser.sec_name, uname) == 0)
2613 if (strlen(u1->suser
[all...]
H A Dtrap.c510 pdu->user.auth_proto = usmuser->suser.auth_proto;
511 pdu->user.priv_proto = usmuser->suser.priv_proto;
512 memcpy(pdu->user.auth_key, usmuser->suser.auth_key,
514 memcpy(pdu->user.priv_key, usmuser->suser.priv_key,
H A Dsnmpmod.h361 struct snmp_user suser; member in struct:usm_user
/freebsd-11-stable/sys/net/altq/
H A Daltq_rio.c533 if ((error = suser(p)) != 0)
536 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
H A Daltq_cbq.c1052 error = suser(p);
1054 error = suser(p->p_ucred, &p->p_acflag);
H A Daltq_priq.c796 if ((error = suser(p)) != 0)
799 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
H A Daltq_red.c778 if ((error = suser(p)) != 0)
780 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
H A Daltq_cdnr.c1263 if ((error = suser(p)) != 0)
1265 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
H A Daltq_hfsc.c1944 if ((error = suser(p)) != 0)
1947 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_impl.c1706 error = suser(td);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c2540 if (suser(td)) {

Completed in 288 milliseconds