/subsys/net/l2/virtual/ |
A D | virtual.c | 30 sys_slist_t *interfaces; in virtual_recv() local 32 interfaces = &iface->config.virtual_interfaces; in virtual_recv() 34 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(interfaces, ctx, tmp, node) { in virtual_recv() 350 sys_slist_t *interfaces; in net_virtual_disable() local 356 interfaces = &iface->config.virtual_interfaces; in net_virtual_disable() 357 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(interfaces, ctx, tmp, node) { in net_virtual_disable() 368 sys_slist_t *interfaces; in net_virtual_enable() local 374 interfaces = &iface->config.virtual_interfaces; in net_virtual_enable() 375 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(interfaces, ctx, tmp, node) { in net_virtual_enable()
|
/subsys/net/l2/ethernet/ |
A D | Kconfig | 127 forwarded across interfaces registered to a bridge. 130 int "Max number of bridge interfaces" 135 How many bridge interfaces are created. Each interface can bridge 136 two or more Ethernet interfaces. 139 int "Max number of Ethernet interfaces bridged together" 144 How many Ethernet interfaces can be bridged together per each
|
A D | vlan.c | 127 sys_slist_t *interfaces; in get_vlan_ctx() local 130 interfaces = &main_iface->config.virtual_interfaces; in get_vlan_ctx() 132 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(interfaces, vctx, tmp, node) { in get_vlan_ctx()
|
/subsys/net/l2/wifi/ |
A D | Kconfig | 79 manage the Wi-Fi network interfaces. 84 int "Maximum number of managed interfaces per Wi-Fi network manager" 87 This option defines the maximum number of managed interfaces per Wi-Fi 93 module-help = Enables using the Wi-Fi Network managers to manage the Wi-Fi network interfaces.
|
/subsys/net/lib/dns/ |
A D | resolve.c | 517 uint16_t port, int interfaces[], in dns_resolve_init_locked() argument 669 interfaces == NULL ? 0 : interfaces[i]); in dns_resolve_init_locked() 692 if (interfaces != NULL) { in dns_resolve_init_locked() 693 ctx->servers[idx].if_index = interfaces[i]; in dns_resolve_init_locked() 708 interfaces != NULL ? " via " : "", in dns_resolve_init_locked() 709 interfaces != NULL ? iface_str : "", in dns_resolve_init_locked() 888 uint16_t port, int interfaces[]) in dns_resolve_init_with_svc() argument 2237 int interfaces[], in do_dns_resolve_reconfigure() argument 2275 &resolve_svc, 0, interfaces, in do_dns_resolve_reconfigure() 2289 int interfaces[], in dns_resolve_reconfigure_with_interfaces() argument [all …]
|
A D | mdns_responder.c | 833 int interfaces[ARRAY_SIZE(servers)] = { 0 }; in send_probe() local 860 interfaces[0] = net_if_get_by_iface(ctx->iface); in send_probe() 865 interfaces); in send_probe() 878 ctx->probe_data.query, interfaces[0]); in send_probe()
|
A D | Kconfig | 149 If you have multiple network interfaces, then this should be disabled
|
/subsys/net/l2/dummy/any/ |
A D | Kconfig | 10 itself. It can be used for example to hook virtual interfaces
|
/subsys/usb/device/ |
A D | Kconfig | 73 to signal that one of the functions has two or more interfaces and 107 Should not be smaller than the number of interfaces.
|
/subsys/lorawan/ |
A D | Kconfig | 27 It provides interfaces to send arbitrary messages to the LoRaWAN
|
/subsys/net/lib/dhcpv6/ |
A D | Kconfig | 39 If this is set, then if the system has multiple network interfaces
|
A D | dhcpv6.c | 1421 int interfaces[MAX_DNS_SERVERS]; in dhcpv6_handle_dns_server_option() local 1424 interfaces[i] = ifindex; in dhcpv6_handle_dns_server_option() 1429 interfaces, in dhcpv6_handle_dns_server_option()
|
/subsys/mgmt/mcumgr/grp/shell_mgmt/ |
A D | Kconfig | 24 physical interfaces outside of the scope of the user.
|
/subsys/net/l2/ppp/ |
A D | ipcp.c | 366 int interfaces[2] = { ifindex, ifindex }; in ipcp_set_dns_servers() local 379 interfaces, in ipcp_set_dns_servers()
|
/subsys/net/ip/ |
A D | Kconfig.ipv4 | 15 int "Max number of IPv4 network interfaces in the system" 20 This tells how many network interfaces there will be in the system
|
A D | net_private.h | 178 uint16_t port, int interfaces[]);
|
A D | Kconfig | 396 bool "IP routing between interfaces" 399 Allow IPv6 routing between different network interfaces and 433 int "Max number of network interfaces per multicast routing entry" 438 Determines how many network interfaces can be assigned to a 778 If system has multiple interfaces enabled, then user shall be able
|
A D | Kconfig.ipv6 | 17 int "Max number of IPv6 network interfaces in the system" 22 This tells how many network interfaces there will be in the system
|
A D | ipv6_nbr.c | 2553 int interfaces[] = { in handle_ra_rdnss() local 2593 interfaces, in handle_ra_rdnss()
|
/subsys/net/lib/dhcpv4/ |
A D | dhcpv4.c | 1189 int interfaces[MAX_DNS_SERVERS]; in dhcpv4_parse_options() local 1192 interfaces[i] = ifindex; in dhcpv4_parse_options() 1197 interfaces, in dhcpv4_parse_options()
|
A D | Kconfig | 104 If this is set, then if the system has multiple network interfaces
|
/subsys/net/lib/sockets/ |
A D | Kconfig | 263 provide between multiple network interfaces.
|
/subsys/shell/backends/ |
A D | Kconfig.backends | 636 the HTTP server is listening. If left empty, then all network interfaces are
|