Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Drpc_com.h81 int __rpc_sockisbound(int);
109 extern int __rpc_sockisbound(struct socket*);
H A Drpc_generic.c696 __rpc_sockisbound(struct socket *so) in __rpc_sockisbound() function
/freebsd/include/rpc/
H A Drpc_com.h70 int __rpc_sockisbound(int);
/freebsd/lib/libc/rpc/
H A Drpc_com.h70 int __rpc_sockisbound(int);
H A Dsvc_generic.c231 if (madefd || !__rpc_sockisbound(fd)) { in svc_tli_create()
H A Drpc_generic.c793 __rpc_sockisbound(int fd) in __rpc_sockisbound() function