Searched defs:schpw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c153 static int schpw; variable
639 if ((schpw = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
794 if (bind(schpw, (struct sockaddr *)&addr, sizeof(addr)) < 0) {
1260 rfd[i].fd = schpw;
1278 if (rfd[i].fd == schpw)
1279 handle_chpw(context, schpw,

Completed in 62 milliseconds