Home
last modified time | relevance | path

Searched refs:ut_ss (Results 1 – 4 of 4) sorted by relevance

/dragonfly/include/
H A Dutmpx.h119 struct sockaddr_storage ut_ss; /* address where entry was made from */ member
/dragonfly/usr.bin/w/
H A Dw.c232 if (!nflag || getnameinfo((struct sockaddr *)&utx->ut_ss, in main()
233 utx->ut_ss.ss_len, ep->host, sizeof(ep->host), NULL, 0, in main()
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c221 utmpx.ut_ss = *ss; in doutmpx()
/dragonfly/crypto/openssh/
H A Dloginrec.c783 utx->ut_ss = li->hostaddr.sa_storage; in construct_utmpx()