Searched defs:SYSCTL_V4PORTRANGE_LOW (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dnet.c64 #define SYSCTL_V4PORTRANGE_LOW "net.inet.ip.portrange.hifirst" macro
72 #define SYSCTL_V4PORTRANGE_LOW "net.inet.ip.anonportmin" macro
82 #define SYSCTL_V4PORTRANGE_LOW { CTL_NET, PF_INET, IPPROTO_IP, \ macro
87 #define SYSCTL_V6PORTRANGE_LOW SYSCTL_V4PORTRANGE_LOW
775 sysctlname_lowport = SYSCTL_V4PORTRANGE_LOW;
802 int mib_lo4[4] = SYSCTL_V4PORTRANGE_LOW;

Completed in 11 milliseconds