Searched refs:restricted_port_test (Results 1 – 1 of 1) sorted by relevance
184 static uint16_t restricted_port_test = 0; variable268 uint16_t old_value = restricted_port_test; in sysctl_restricted_port_test_common()287 if (restricted_port_test != 0) { in sysctl_restricted_port_test_common()300 bitmap_clear(restricted_port_bitmap, restricted_port_test); in sysctl_restricted_port_test_common()301 restricted_port_test = 0; in sysctl_restricted_port_test_common()322 restricted_port_test = (uint16_t)value; in sysctl_restricted_port_test_common()323 bitmap_set(restricted_port_bitmap, restricted_port_test); in sysctl_restricted_port_test_common()333 uint16_t old_value = restricted_port_test;341 old_value, restricted_port_test);350 uint16_t old_value = restricted_port_test;[all …]