Home
last modified time | relevance | path

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

/freebsd/lib/libc/yp/
H A Dyplib.c568 _yp_unbind(struct dom_binding *ypb) in _yp_unbind() argument
573 if (ypb->dom_client != NULL) { in _yp_unbind()
575 if (_getsockname(ypb->dom_socket, (struct sockaddr *)&check, in _yp_unbind()
577 check.sin_port != ypb->dom_local_port) { in _yp_unbind()
580 sock = ypb->dom_socket; in _yp_unbind()
581 save = _dup(ypb->dom_socket); in _yp_unbind()
582 clnt_destroy(ypb->dom_client); in _yp_unbind()
586 clnt_destroy(ypb->dom_client); in _yp_unbind()
589 ypb->dom_client = NULL; in _yp_unbind()
590 ypb->dom_socket = -1; in _yp_unbind()
[all …]