Searched refs:interface (Results 1 - 25 of 86) sorted by relevance

1234

/netgear-R7800-V1.0.2.28/package/udhcp/files/
H A Dzcip.script10 if [ "x$interface" = "x" ]; then
23 local ori_ip=$($IFCONFIG $interface | grep 'inet addr' | cut -f2 -d':' | cut -f1 -d' ')
28 $IFCONFIG $interface $ip netmask $DEFAULT_NETMASK
50 # exec ip address del dev $interface local $ip
51 echo "zcip deconfig: delete $ip to $interface..." >/dev/console
/netgear-R7800-V1.0.2.28/package/radvd/files/
H A Dradvd.init48 local interface=$1
49 validate_varname "$interface" || return 1
54 config_get cfgt "$interface" TYPE
55 [ "$cfgt" != "interface" ] && return 1
56 config_get ifname "$interface" ifname
106 local interface
113 config_get interfaces "$cfg" interface
114 for interface in $interfaces; do
115 validate_varname "$interface" || continue
118 [ "$interface"
[all...]
H A Dradvd.conf0 interface br0 {
22 interface eth0 {
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_wifi_vdev.c27 nss_info("%p: NSS->HLOS message for wifi vdev on interface:%d", nss_ctx, ncm->interface);
29 BUG_ON(((ncm->interface < NSS_DYNAMIC_IF_START) || (ncm->interface >= (NSS_DYNAMIC_IF_START + NSS_MAX_DYNAMIC_INTERFACES))));
35 nss_warning("%p: received invalid message %d for wifi vdev interface", nss_ctx, ncm->type);
48 if (!nss_ctx->nss_top->subsys_dp_register[ncm->interface].ndev) {
49 nss_warning("%p: Event received wifi vdev interface %d before registration", nss_ctx, ncm->interface);
55 ncm->cb = (uint32_t)nss_ctx->nss_top->if_rx_msg_callback[ncm->interface];
56 ncm->app_data = (uint32_t)nss_ctx->nss_top->subsys_dp_register[ncm->interface]
[all...]
H A Dnss_gre_redir.c66 * interface should either be dynamic interface for receiving tunnel msg or GRE_REDIR interface for
69 BUG_ON(((ncm->interface < NSS_DYNAMIC_IF_START) || (ncm->interface >= (NSS_DYNAMIC_IF_START + NSS_MAX_DYNAMIC_INTERFACES))) &&
70 ncm->interface != NSS_GRE_REDIR_INTERFACE);
76 nss_warning("%p: received invalid message %d for gre interface", nss_ctx, ncm->type);
81 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
90 ncm->cb = (uint32_t)nss_ctx->nss_top->if_rx_msg_callback[ncm->interface];
[all...]
H A Dnss_wifi.c24 struct nss_wifi_stats_sync_msg *stats, uint16_t interface)
27 uint32_t radio_id = interface - NSS_WIFI_INTERFACE0;
30 nss_warning("%p: invalid interface: %d", nss_ctx, interface);
71 BUG_ON(((ncm->interface < NSS_WIFI_INTERFACE0) || (ncm->interface > NSS_WIFI_INTERFACE2)));
77 nss_warning("%p: received invalid message %d for wifi interface", nss_ctx, ncm->type);
82 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
94 nss_wifi_stats_sync(nss_ctx, &ntm->msg.statsmsg, ncm->interface);
23 nss_wifi_stats_sync(struct nss_ctx_instance *nss_ctx, struct nss_wifi_stats_sync_msg *stats, uint16_t interface) argument
[all...]
H A Dnss_crypto.c101 nss_crypto_warning("%p: rx request for another interface: %d", nss_ctx, ncm->interface);
105 if (ncm->interface != NSS_CRYPTO_INTERFACE) {
106 nss_crypto_warning("%p: rx message request for another interface: %d", nss_ctx, ncm->interface);
111 nss_crypto_warning("%p: rx message response for if %d, type %d, is invalid: %d", nss_ctx, ncm->interface,
129 nss_crypto_trace("%p: rx handler has been unregistered for i/f: %d", nss_ctx, ncm->interface);
151 nss_crypto_info("%p: tx message %d for if %d\n", nss_ctx, ncm->type, ncm->interface);
166 if (ncm->interface != NSS_CRYPTO_INTERFACE) {
167 nss_crypto_warning("%p: tx message request for another interface
[all...]
H A Dnss_ipsec.c105 uint32_t if_num = ncm->interface;
117 nss_ipsec_warning("%p: rx request for another interface: %d", nss_ctx, ncm->interface);
121 if ((ncm->interface != NSS_IPSEC_ENCAP_IF_NUMBER) && (ncm->interface != NSS_IPSEC_DECAP_IF_NUMBER)) {
122 nss_ipsec_warning("%p: rx message request for another interface: %d", nss_ctx, ncm->interface);
127 nss_ipsec_warning("%p: rx message response for if %d, type %d, is invalid: %d", nss_ctx, ncm->interface,
149 nss_ipsec_trace("%p: rx handler has been unregistered for i/f: %d", nss_ctx, ncm->interface);
172 nss_ipsec_info("%p: message %d for if %d\n", nss_ctx, ncm->type, ncm->interface);
[all...]
H A Dnss_sjack.c50 BUG_ON(ncm->interface != NSS_SJACK_INTERFACE);
56 nss_warning("%p: received invalid message %d for sjack interface", nss_ctx, ncm->type);
61 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
70 ncm->cb = (uint32_t)nss_ctx->nss_top->if_rx_msg_callback[ncm->interface];
98 ctx = nss_ctx->nss_top->subsys_dp_register[ncm->interface].ndev;
124 if (ncm->interface != NSS_SJACK_INTERFACE) {
125 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
H A Dnss_tun6rd.c30 BUG_ON(!nss_is_dynamic_interface(ncm->interface));
36 nss_warning("%p: received invalid message %d for Tun6RD interface", nss_ctx, ncm->type);
41 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
69 ctx = nss_ctx->nss_top->subsys_dp_register[ncm->interface].ndev;
75 nss_warning("%p: Event received for 6rd tunnel interface %d before registration", nss_ctx, ncm->interface);
102 if (!nss_is_dynamic_interface(ncm->interface)) {
103 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
[all...]
H A Dnss_tunipip6.c29 BUG_ON(ncm->interface != NSS_TUNIPIP6_INTERFACE);
34 nss_warning("%p: received invalid message %d for DS-Lite interface", nss_ctx, ncm->type);
39 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
67 ctx = nss_ctx->nss_top->subsys_dp_register[ncm->interface].ndev;
73 nss_warning("%p: Event received for DS-Lite tunnel interface %d before registration", nss_ctx, ncm->interface);
100 if (ncm->interface != NSS_TUNIPIP6_INTERFACE) {
101 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
[all...]
H A Dnss_if.c35 * We only support base class messages with this interface
42 if (!nss_is_dynamic_interface(ncm->interface) &&
43 !((ncm->interface >= NSS_PHYSICAL_IF_START) && (ncm->interface < NSS_VIRTUAL_IF_START))) {
44 nss_warning("%p: interface %d not in physical or dynamic if range\n", nss_ctx, ncm->interface);
74 * Send packet to interface owned by NSS
90 nss_warning("%p: interface %d not in physical or dynamic if range\n", nss_ctx, if_num);
114 * Transmit a message to the specific interface on this core.
144 if_num = ncm->interface;
[all...]
H A Dnss_lag.c125 BUG_ON(ncm->interface != NSS_LAG0_INTERFACE_NUM
126 && ncm->interface != NSS_LAG1_INTERFACE_NUM
127 && ncm->interface != NSS_LAG2_INTERFACE_NUM
128 && ncm->interface != NSS_LAG3_INTERFACE_NUM);
131 nss_warning("%p: received invalid message %d for LAG interface", nss_ctx, ncm->type);
164 ctx = nss_ctx->nss_top->subsys_dp_register[ncm->interface].ndev;
H A Dnss_pppoe.c46 if (ncm->interface != NSS_PPPOE_RX_INTERFACE) {
47 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
102 uint32_t interface = npsr->interface; local
110 nss_ctx->nss_top->stats_if_exception_pppoe[interface][session_index][i] = 0;
130 nss_warning("%p: Incorrect interface number %d for PPPoE exception stats", nss_ctx, interface_num);
176 BUG_ON(ncm->interface != NSS_PPPOE_RX_INTERFACE);
210 nss_warning("%p: Received response %d for type %d, interface %d",
211 nss_ctx, ncm->response, ncm->type, ncm->interface);
[all...]
H A Dnss_phys_if.c19 * NSS physical interface functions
27 * Private data structure for phys_if interface
42 struct nss_phys_if_stats *stats, uint16_t interface)
46 uint32_t id = interface;
52 gmac_stats.interface = interface;
109 nss_warning("%p: Event received for GMAC interface %d before registration", nss_ctx, interface);
136 * Handle NSS -> HLOS messages for physical interface/gmacs
152 if (!NSS_IS_IF_TYPE(PHYSICAL, ncm->interface)) {
41 nss_phys_if_gmac_stats_sync(struct nss_ctx_instance *nss_ctx, struct nss_phys_if_stats *stats, uint16_t interface) argument
[all...]
/netgear-R7800-V1.0.2.28/docs/
H A Dnetwork-scripts.tex12 Some protocols, such as PPP might change the configured interface names
16 the effective interface name (which is used for IP traffic) and if the
25 \item{\texttt{find\_config \textit{interface}}} \\
27 the specified network interface.
29 \item{\texttt{setup\_interface \textit{interface [config] [protocol]}}} \\
30 will set up the specified interface, optionally overriding the network configuration
43 # change the interface names if necessary
47 local interface="$1"
49 # set up the interface
H A Dnetwork.tex2 and is divided into interface configurations.
3 Each interface configuration either refers directly to an ethernet/wifi
4 interface (\texttt{eth0}, \texttt{wl0}, ..) or to a bridge containing multiple interfaces.
8 config interface "lan"
17 \texttt{ifname} specifies the Linux interface name.
24 It is possible to use VLAN tagging on an interface simply by adding the VLAN IDs
33 protocol used for the interface. The default image usually provides \texttt{'none'}
42 config interface "lan"
53 config interface "lan"
82 config interface "la
[all...]
/netgear-R7800-V1.0.2.28/package/wide-dhcpv6/files/
H A Ddhcp6c.conf0 interface wanifname {
/netgear-R7800-V1.0.2.28/target/linux/atheros/base-files/etc/uci-defaults/
H A Dnetwork28 set network.wan=interface
38 set network.wan=interface
/netgear-R7800-V1.0.2.28/package/dni-ntpclient/
H A DMakefile24 TITLE:=The CGI interface
28 The CGI interface
/netgear-R7800-V1.0.2.28/package/jigglyp0f/
H A DMakefile29 TITLE:=p0f to Redis interface
35 An interface to translate p0f stdout to Redis pubsub.
/netgear-R7800-V1.0.2.28/package/proccgi/
H A DMakefile22 TITLE:=The CGI interface
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_lag.h51 uint32_t interface; /**< Physical interface on which state change happened */ member in struct:nss_lag_state_change
101 * @param netdev netdevice associated with the LAG interface
111 * @brief Unreigster LAG interface with NSS
113 * @param if_num LAG interface number
H A Dnss_pppoe.h20 * NSS TO HLOS interface definitions.
73 uint32_t interface; member in struct:nss_pppoe_session_reset_msg
86 uint32_t index; /* Per interface array index */
/netgear-R7800-V1.0.2.28/target/linux/omap24xx/profiles/
H A D110-n810-gui.mk19 Graphical user interface package set for Nokia n810 hardware.

Completed in 211 milliseconds

1234