Searched refs:ipv6_wan_DAD_flag (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c152 static struct proc_dir_entry *ipv6_wan_DAD_flag; variable in typeref:struct:proc_dir_entry
4701 ipv6_wan_DAD_flag= create_proc_entry("ipv6_wan_DAD_detected",0,NULL);
4702 if (ipv6_wan_DAD_flag == NULL) {
4705 ipv6_wan_DAD_flag->read_proc = ipv6_read_wan_DAD_stats;

Completed in 95 milliseconds