Searched refs:bindsin (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c241 struct sockaddr_in *fromsin, bindsin; local
276 bzero(&bindsin, sizeof bindsin);
277 bindsin.sin_family = AF_INET;
278 memcpy(&bindsin.sin_addr.s_addr,
281 memcpy(&bindsin.sin_port,
284 rpc_received(argp->ypsetdom_domain, &bindsin, 1);

Completed in 129 milliseconds