Searched refs:ypresp_val (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/ypldap/ |
H A D | yp.c | 52 int yp_valid_domain(char *, struct ypresp_val *); 53 void yp_make_val(struct ypresp_val *, char *, int); 277 yp_valid_domain(char *domain, struct ypresp_val *res) in yp_valid_domain() 312 ypresp_val * 319 static struct ypresp_val res; in ypproc_match_2_svc() 327 if (yp_valid_domain(arg->domain, (struct ypresp_val *)&res) == -1) in ypproc_match_2_svc() 452 if (yp_valid_domain(arg->domain, (struct ypresp_val *)&res) == -1) in ypproc_first_2_svc() 485 if (yp_valid_domain(arg->domain, (struct ypresp_val *)&res) == -1) in ypproc_next_2_svc() 571 if (yp_valid_domain(arg->domain, (struct ypresp_val *)&res) == -1) in ypproc_all_2_svc() 585 if (yp_valid_domain(arg->domain, (struct ypresp_val *)&res) == -1) in ypproc_master_2_svc() [all …]
|
/freebsd/include/rpcsvc/ |
H A D | yp.x | 110 struct ypresp_val { struct 248 ypresp_val yp_resp_valtype; 305 ypresp_val
|
H A D | yp_prot.h | 48 * YPPROC_MATCH takes (struct ypreq_key), returns (struct ypresp_val) 129 struct ypresp_val { struct 317 bool_t xdr_ypresp_val(XDR *, struct ypresp_val *); 130 statusypresp_val global() argument 131 valdatypresp_val global() argument
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_server.c | 133 ypresp_val * 136 static ypresp_val result; 815 ypresp_val *v2_result; 831 sizeof(ypresp_val));
|
H A D | yp_dnslookup.c | 225 ypresp_val result_v2; in yp_send_dns_reply()
|
/freebsd/libexec/ypxfr/ |
H A D | ypxfr_misc.c | 259 ypresp_val *ypval; in ypxfr_match()
|
/freebsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.c | 139 struct ypresp_val yprv; in yp_match_host()
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 648 struct ypresp_val yprv; in yp_match()
|