Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:username

537 droproot(const char *username, const char *chroot_dir)
541 if (chroot_dir && !username) {
546 pw = getpwnam(username);
571 username,
581 username);
707 char *username = NULL;
1129 username = strdup(optarg);
1179 if (!username)
1180 username = WITH_USER;
1455 if (username) {
1473 if (username || chroot_dir)
1474 droproot(username, chroot_dir);