Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dyp.c52 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 Dyp.x110 struct ypresp_val { struct
248 ypresp_val yp_resp_valtype;
305 ypresp_val
H A Dyp_prot.h48 * 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 Dyp_server.c133 ypresp_val *
136 static ypresp_val result;
815 ypresp_val *v2_result;
831 sizeof(ypresp_val));
H A Dyp_dnslookup.c225 ypresp_val result_v2; in yp_send_dns_reply()
/freebsd/libexec/ypxfr/
H A Dypxfr_misc.c259 ypresp_val *ypval; in ypxfr_match()
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c139 struct ypresp_val yprv; in yp_match_host()
/freebsd/lib/libc/yp/
H A Dyplib.c648 struct ypresp_val yprv; in yp_match()