Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dnet.c68 #define SYSCTL_V6PORTRANGE_LOW "net.inet.ip.portrange.hifirst" macro
76 #define SYSCTL_V6PORTRANGE_LOW "net.inet6.ip6.anonportmin" macro
89 #define SYSCTL_V6PORTRANGE_LOW SYSCTL_V4PORTRANGE_LOW macro
414 sysctlname_lowport = SYSCTL_V6PORTRANGE_LOW; in getudpportrange_sysctl()
440 int mib_lo6[4] = SYSCTL_V6PORTRANGE_LOW; in getudpportrange_sysctl()