Home
last modified time | relevance | path

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

/dragonfly/lib/libc/yp/
HDyplib.c581 _yp_unbind(struct dom_binding *ypb) in _yp_unbind() argument
586 if (ypb->dom_client != NULL) { in _yp_unbind()
588 if (_getsockname(ypb->dom_socket, (struct sockaddr *)&check, in _yp_unbind()
590 check.sin_port != ypb->dom_local_port) { in _yp_unbind()
593 sock = ypb->dom_socket; in _yp_unbind()
594 save = _dup(ypb->dom_socket); in _yp_unbind()
595 clnt_destroy(ypb->dom_client); in _yp_unbind()
599 clnt_destroy(ypb->dom_client); in _yp_unbind()
602 ypb->dom_client = NULL; in _yp_unbind()
603 ypb->dom_socket = -1; in _yp_unbind()
[all …]