| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | gateway_client.c | 74 * batadv_gw_get_selected_gw_node() - Get currently selected gateway 77 * Return: selected gateway (with increased refcnt), NULL on errors 98 * batadv_gw_get_selected_orig() - Get originator of currently selected gateway 101 * Return: orig_node of selected gateway (with increased refcnt), NULL on errors 149 * batadv_gw_reselect() - force a gateway reselection 152 * Set a flag to remind the GW component to perform a new gateway reselection. 153 * However this function does not ensure that the current gateway is going to be 154 * deselected. The reselection mechanism may elect the same gateway once again. 156 * This means that invoking batadv_gw_reselect() does not guarantee a gateway 183 /* deselect the current gateway so that next time that client mode is in batadv_gw_check_client_stop() [all …]
|
| H A D | gateway_common.c | 113 ret = batadv_parse_throughput(net_dev, buff, "download gateway speed", in batadv_parse_gw_bandwidth() 121 "upload gateway speed", up); in batadv_parse_gw_bandwidth() 131 * gateway setting change 159 * batadv_gw_bandwidth_set() - Parse and set download/upload gateway bandwidth 198 "Changing gateway bandwidth from: '%u.%u/%u.%u MBit' to: '%u.%u/%u.%u MBit'\n", in batadv_gw_bandwidth_set() 210 * batadv_gw_tvlv_ogm_handler_v1() - process incoming gateway tvlv container 214 * @tvlv_value: tvlv buffer containing the gateway data 222 struct batadv_tvlv_gateway_data gateway, *gateway_ptr; in batadv_gw_tvlv_ogm_handler_v1() local 228 tvlv_value_len < sizeof(gateway)) { in batadv_gw_tvlv_ogm_handler_v1() 229 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() [all …]
|
| H A D | bridge_loop_avoidance.c | 79 * batadv_choose_backbone_gw() - choose the right bucket for a backbone gateway. 83 * Return: the hash index of the backbone gateway 100 * @data2: pointer to the second backbone gateway 163 * @backbone_gw: backbone gateway to be free'd 251 * batadv_backbone_hash_find() - looks for a backbone gateway in the hash 256 * Return: backbone gateway if found or NULL otherwise 296 * @backbone_gw: backbone gateway where the claims should be removed 488 * batadv_bla_get_backbone_gw() - finds or creates a backbone gateway 494 * Return: the (possibly created) backbone gateway or NULL on error 540 /* this is a gateway now, remove any TT entry on this VLAN */ in batadv_bla_get_backbone_gw() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/ |
| H A D | thingsboard-gateway_2.9.bb | 3 The Thingsboard IoT Gateway is an open-source solution that allows you \ 14 PYPI_PACKAGE = "thingsboard-gateway" 40 file://thingsboard-gateway.service \ 47 SYSTEMD_SERVICE:${PN} = "thingsboard-gateway.service" 56 install -d ${D}${sysconfdir}/thingsboard-gateway/config 59 install -m 0644 "$file" ${D}${sysconfdir}/thingsboard-gateway/config 62 install -m 0644 ${WORKDIR}/tb_gateway.yaml ${D}${sysconfdir}/thingsboard-gateway/config 63 install -m 0644 ${WORKDIR}/logs.conf ${D}${sysconfdir}/thingsboard-gateway/config 66 …install -m 0644 ${WORKDIR}/thingsboard-gateway.service ${D}${systemd_system_unitdir}/thingsboa…
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | Config.in | 2 bool "janus-gateway" 14 Janus is an open source, general purpose, WebRTC gateway 17 https://github.com/meetecho/janus-gateway 40 bool "sip gateway" 97 comment "janus-gateway needs a toolchain w/ dynamic library, threads, wchar"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | fw.h | 161 /* 1-dword gateway */ 168 /* gateway write block. 170 * through the gateway 179 #define WIL_FW_GW_CTL_BUSY BIT(29) /* gateway busy performing operation */ 180 #define WIL_FW_GW_CTL_RUN BIT(30) /* start gateway operation */ 185 /* 4-dword gateway */ 192 /* gateway write block. 194 * through the gateway
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | inetwork.cpp | 121 …String &cardName, const QString &ip, const QString &mask, const QString &gateway, const QString &d… in setStatic() argument 130 .arg(gateway); in setStatic() 160 …String &cardName, const QString &ip, const QString &mask, const QString &gateway, const QString &d… in setStatic() argument 166 .arg(gateway) in setStatic() 236 …String &cardName, const QString &ip, const QString &mask, const QString &gateway, const QString &d… in setStatic() argument 238 ManualMange::setStatic(cardName, ip, mask, gateway, dns); in setStatic() 243 m_result+=Terminal::execCmd(QString("route add default gateway %1").arg(gateway)); in setStatic()
|
| H A D | inetwork.h | 10 …String &cardname, const QString &ip, const QString &mask, const QString &gateway, const QString &d… 28 …String &cardName, const QString &ip, const QString &mask, const QString &gateway, const QString &d… 39 …String &cardName, const QString &ip, const QString &mask, const QString &gateway, const QString &d… 49 …String &cardName, const QString &ip, const QString &mask, const QString &gateway, const QString &d…
|
| /OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/ |
| H A D | models.rst | 566 gateway-m4 567 Gateway laptops with EAPD control 568 gateway-m4-2 569 Gateway laptops with EAPD control 586 Keep EAPD on (e.g. Gateway T1616) 640 Some Gateway MX series laptops (NX560XL) 642 Some Gateway MX series laptops (MX6453) 644 Some Gateway MX series laptops (M255) 646 Some Gateway MX series laptops 648 Some Gateway MX series laptops [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | systemmanager.cpp | 130 void SystemManager::setGateway(const QString &gateway) in setGateway() argument 132 Terminal::execCmd(QString("route add default gw %1").arg(gateway)); in setGateway() 137 QString gateway; in getGateway() local 143 gateway = list[0]; in getGateway() 145 return gateway; in getGateway()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | udhcpc_netlink.c | 127 dbg_time("IPv4 Gateway: %s", ipaddr_to_string_v4(ntohl(profile->ipv4.Gateway))); in udhcpc_start() 132 ntohl(profile->ipv4.Gateway), in udhcpc_start() 157 dbg_time("IPv6 Gateway: %s", ipaddr_to_string_v6(profile->ipv6.Gateway)); in udhcpc_start() 161 profile->ipv6.Gateway, profile->ipv6.DnsPrimary, profile->ipv6.DnsSecondary); in udhcpc_start()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-i2s.h | 65 * struct skl_i2s_config_blob_legacy - Structure defines I2S Gateway 68 * @gtw_attr: Gateway attribute for the I2S Gateway 69 * @tdm_ts_group: TDM slot mapping against channels in the Gateway.
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | protocols | 10 ggp 3 GGP # gateway-gateway protocol 14 egp 8 EGP # exterior gateway protocol 15 igp 9 IGP # any private interior gateway (Cisco)
|
| /OK3568_Linux_fs/buildroot/package/igd2-for-linux/ |
| H A D | Config.in | 9 This is The Linux UPnP Internet Gateway Device 2. It is 10 modified from the original Linux UPnP Internet Gateway Device 14 It implements the UPnP Internet Gateway Device version 2
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/ |
| H A D | dhcpclient.c | 88 uint32_t gateway; member 100 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength, in get_dhcp_info() argument 105 *gateway = last_good_info.gateway; in get_dhcp_info() 116 return if_set_network_v4(ifname, info->ipaddr, info->prefixLength, info->gateway, in dhcp_configure() 141 strcpy(gway, ipaddr_to_string_v4(info->gateway)); in dump_dhcp_info() 191 if (optlen >= 4) memcpy(&info->gateway, x, 4); in decode_dhcp_msg()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | at91sam9g25-gardena-smart-gateway.dts | 3 * Device Tree file for the GARDENA smart Gateway (Article No. 19000) 15 model = "GARDENA smart Gateway (Article No. 19000)"; 16 compatible = "gardena,smart-gateway-at91sam", "atmel,at91sam9g25", "atmel,at91sam9x5",
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
| H A D | long-help | 4 --gateway <ip/hostname> 5 IP/name of your IPSec gateway 6 conf-variable: IPSec gateway <ip/hostname> 41 vendor of your IPSec gateway
|
| /OK3568_Linux_fs/kernel/net/appletalk/ |
| H A D | atalk_proc.c | 132 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show() 139 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | arcnet.rst | 421 its own IP address and needs to use freedom as its default gateway. The 430 - use freedom as its Internet gateway. 449 /* and default gateway is configured by pppd */ 458 to both insight and freedom, and also use freedom as a gateway to the 465 insight, but needs to use freedom as an Internet gateway. Worse, most 467 schemes that rely completely on the netmask and a 'default gateway' to 469 insight, patience WILL send through its default gateway, regardless of 475 then define gatekeeper to be the default gateway for patience. 491 both insight and patience are using freedom as their default gateway, the 500 simply set freedom as the default gateway for insight (now in DOS,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
| H A D | thingsboard-gateway.service | 2 Description = Systemd service for Thingsboard Gateway 6 ExecStart = /usr/bin/python3 /usr/bin/thingsboard-gateway
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | batman_adv.h | 125 * enum batadv_gw_modes - gateway mode of node 134 /** @BATADV_GW_MODE_SERVER: announce itself as gateway server */ 290 * @BATADV_ATTR_ROUTER: Gateway router MAC address 310 * @BATADV_ATTR_BLA_BACKBONE: BLA gateway originator MAC address 417 * @BATADV_ATTR_GW_MODE: defines the state of the gateway features. 424 * will use to choose a gateway if gw_mode was set to 'client'.
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_route.c | 967 __le16 gateway = 0; in dn_route_output_slow() local 1121 gateway = ((struct dn_neigh *)neigh)->addr; in dn_route_output_slow() 1122 if (gateway == 0) in dn_route_output_slow() 1123 gateway = fld.daddr; in dn_route_output_slow() 1125 fld.saddr = dnet_select_source(dev_out, gateway, in dn_route_output_slow() 1172 gateway = DN_FIB_RES_GW(res); in dn_route_output_slow() 1192 rt->rt_gateway = gateway ? gateway : fld.daddr; in dn_route_output_slow() 1312 __le16 gateway = 0; in dn_route_input_slow() local 1370 gateway = DN_FIB_RES_GW(res); in dn_route_input_slow() 1381 gateway = fld.daddr; in dn_route_input_slow() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/can/ |
| H A D | gw.h | 5 * Definitions for CAN frame Gateway/Router/Bridge 57 /* CAN gateway types */ 151 * Sets a CAN receive filter for the gateway job specified by the 165 * possible hops for this gateway rule to a value smaller then max_hops.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/can/ |
| H A D | gw.h | 5 * Definitions for CAN frame Gateway/Router/Bridge 57 /* CAN gateway types */ 151 * Sets a CAN receive filter for the gateway job specified by the 165 * possible hops for this gateway rule to a value smaller then max_hops.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/ |
| H A D | ralink.txt | 23 GARDENA smart Gateway (MT7688) 31 - compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
|