Home
last modified time | relevance | path

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

/subsys/net/l2/virtual/
A Dvirtual.c30 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 DKconfig127 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 Dvlan.c127 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 DKconfig79 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 Dresolve.c517 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 Dmdns_responder.c833 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 DKconfig149 If you have multiple network interfaces, then this should be disabled
/subsys/net/l2/dummy/any/
A DKconfig10 itself. It can be used for example to hook virtual interfaces
/subsys/usb/device/
A DKconfig73 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 DKconfig27 It provides interfaces to send arbitrary messages to the LoRaWAN
/subsys/net/lib/dhcpv6/
A DKconfig39 If this is set, then if the system has multiple network interfaces
A Ddhcpv6.c1421 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 DKconfig24 physical interfaces outside of the scope of the user.
/subsys/net/l2/ppp/
A Dipcp.c366 int interfaces[2] = { ifindex, ifindex }; in ipcp_set_dns_servers() local
379 interfaces, in ipcp_set_dns_servers()
/subsys/net/ip/
A DKconfig.ipv415 int "Max number of IPv4 network interfaces in the system"
20 This tells how many network interfaces there will be in the system
A Dnet_private.h178 uint16_t port, int interfaces[]);
A DKconfig396 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 DKconfig.ipv617 int "Max number of IPv6 network interfaces in the system"
22 This tells how many network interfaces there will be in the system
A Dipv6_nbr.c2553 int interfaces[] = { in handle_ra_rdnss() local
2593 interfaces, in handle_ra_rdnss()
/subsys/net/lib/dhcpv4/
A Ddhcpv4.c1189 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 DKconfig104 If this is set, then if the system has multiple network interfaces
/subsys/net/lib/sockets/
A DKconfig263 provide between multiple network interfaces.
/subsys/shell/backends/
A DKconfig.backends636 the HTTP server is listening. If left empty, then all network interfaces are

Completed in 61 milliseconds