Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dnetscope.c33 isc_netscope_pton(int af, char *scopename, void *addr, isc_uint32_t *zoneid) { in isc_netscope_pton() argument
58 (ifid = if_nametoindex((const char *)scopename)) != 0) in isc_netscope_pton()
62 llz = isc_string_touint64(scopename, &ep, 10); in isc_netscope_pton()
63 if (ep == scopename) in isc_netscope_pton()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dnetscope.h39 isc_netscope_pton(int af, char *scopename, void *addr, isc_uint32_t *zoneid);