Home
last modified time | relevance | path

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

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