Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDip_id.c103 #define V_ip_do_randomid VNET(ip_do_randomid) macro
159 new = V_ip_do_randomid; in sysctl_ip_randomid()
165 if (new == V_ip_do_randomid) in sysctl_ip_randomid()
167 if (new == 1 && V_ip_do_randomid == 0) in sysctl_ip_randomid()
170 V_ip_do_randomid = new; in sysctl_ip_randomid()
253 else if (V_ip_do_randomid) in ip_fillid()