Searched refs:ic_gateway (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipconfig.c | 135 __be32 ic_gateway = NONE; /* Gateway IP address */ variable 387 if (ic_gateway != NONE) { in ic_setup_routes() 392 if ((ic_gateway ^ ic_myaddr) & ic_netmask) { in ic_setup_routes() 398 set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0); in ic_setup_routes() 909 if (ic_gateway == NONE) in ic_do_bootp_ext() 910 memcpy(&ic_gateway, ext+1, 4); in ic_do_bootp_ext() 1135 if (ic_gateway == NONE && b->relay_ip) in ic_bootp_recv() 1136 ic_gateway = b->relay_ip; in ic_bootp_recv() 1573 &ic_myaddr, &ic_netmask, &ic_gateway); in ip_auto_config() 1728 if ((ic_gateway in ip_auto_config_setup() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipconfig.c | 134 __be32 ic_gateway = NONE; /* Gateway IP address */ variable 411 if (ic_gateway != NONE) { in ic_setup_routes() 416 if ((ic_gateway ^ ic_myaddr) & ic_netmask) { in ic_setup_routes() 422 set_sockaddr((struct sockaddr_in *) &rm.rt_gateway, ic_gateway, 0); in ic_setup_routes() 936 if (ic_gateway == NONE) in ic_do_bootp_ext() 937 memcpy(&ic_gateway, ext+1, 4); in ic_do_bootp_ext() 1163 if (ic_gateway == NONE && b->relay_ip) in ic_bootp_recv() 1164 ic_gateway = b->relay_ip; in ic_bootp_recv() 1609 &ic_myaddr, &ic_netmask, &ic_gateway); in ip_auto_config() 1764 if ((ic_gateway in ip_auto_config_setup() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | ipconfig.h | 14 extern __be32 ic_gateway; /* Gateway IP address */
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipconfig.h | 16 extern __be32 ic_gateway; /* Gateway IP address */
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | setup_64.c | 678 ic_gateway = gw; in setup_arch()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | setup_64.c | 674 ic_gateway = gw; in setup_arch()
|
Completed in 7 milliseconds