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

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

Completed in 112 milliseconds