Home
last modified time | relevance | path

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

/haiku/src/bin/fwcontrol/
H A Deui64.c239 char *yp_domain; in eui64_ntohost() local
249 if (yp_get_default_domain(&yp_domain)) in eui64_ntohost()
252 if (yp_match(yp_domain, "eui64.byid", eui64_a, in eui64_ntohost()
289 char *yp_domain; in eui64_hostton() local
299 if (yp_get_default_domain(&yp_domain)) in eui64_hostton()
301 if (yp_match(yp_domain, "eui64.byname", hostname, in eui64_hostton()