Home
last modified time | relevance | path

Searched hist:"1 f8f21bd" (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/pfctl/
H A Dpfctl_parser.c1f8f21bd Tue Jul 10 05:55:57 GMT 2001 millert <millert@openbsd.org> Oops, we can't use 0 as next_addr()'s error return since 0.0.0.0 is
a valid address. Instead I add a pointer to the result as a parameter
and return 0 on failure and 1 on success.
Also uses inet_pton() instead of inet_aton().