Searched refs:outorder (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/yppoll/ |
H A D | yppoll.c | 65 get_remote_info(char *indomain, char *inmap, char *server, int *outorder, in get_remote_info() argument 107 *outorder = ypro.ordernum; in get_remote_info()
|
/freebsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.h | 42 u_int32_t *outorder);
|
H A D | yplib_host.c | 279 yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder) in yp_order_host() argument 299 *outorder = ypro.ordernum; in yp_order_host()
|
/freebsd/include/rpcsvc/ |
H A D | ypclnt.h | 85 int yp_order(char *indomain, char *inmap, int *outorder);
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 994 yp_order(char *indomain, char *inmap, int *outorder) in yp_order() argument 1043 *outorder = ypro.ordernum; in yp_order()
|