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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c75 static struct ipv4_devconf ipv4_devconf_dflt = { variable in typeref:struct:ipv4_devconf
85 #define IPV4_DEVCONF_DFLT(attr) IPV4_DEVCONF(ipv4_devconf_dflt, attr)
160 memcpy(&in_dev->cnf, &ipv4_devconf_dflt, sizeof(in_dev->cnf));
1250 in_dev->cnf.data[i] = ipv4_devconf_dflt.data[i];
1268 if (cnf == &ipv4_devconf_dflt)
1319 if (cnf == &ipv4_devconf_dflt)
1570 devinet_sysctl_register(NULL, &ipv4_devconf_dflt);

Completed in 48 milliseconds