Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_forward.c99 u_int32_t inzone, outzone; in ip6_forward() local
217 outzone = in6_get_unicast_scopeid(&ip6->ip6_src, nh->nh_ifp); in ip6_forward()
219 if (inzone != outzone) { in ip6_forward()
247 outzone = in6_get_unicast_scopeid(&ip6->ip6_dst, nh->nh_ifp); in ip6_forward()
249 if (inzone != outzone) { in ip6_forward()
/freebsd/bin/date/
H A Ddate.c86 char *fmt, *outzone = NULL; in main() local
147 outzone = optarg; in main()
186 if (outzone != NULL && setenv("TZ", outzone, 1) != 0) in main()
/freebsd/contrib/tzcode/
H A Dzic.c114 bool r_todo; /* a rule to do (used in outzone) */
115 zic_t r_temp; /* used in outzone */
197 static void outzone(const struct zone * zp, ptrdiff_t ntzones);
1176 outzone(&zones[i], j - i); in main()
3165 outzone(const struct zone *zpfirst, ptrdiff_t zonecount) in outzone() function