Searched refs:host_entry (Results 1 - 13 of 13) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/isis/
H A Disis_ip.h49 isis_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry);
56 fal_host_entry_t * host_entry);
60 fal_host_entry_t * host_entry);
64 fal_host_entry_t * host_entry);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/isisc/
H A Disisc_ip.h49 isisc_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry);
56 fal_host_entry_t * host_entry);
60 fal_host_entry_t * host_entry);
64 fal_host_entry_t * host_entry);
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/src/fal_uk/
H A Dfal_ip.c24 fal_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry) argument
28 rv = sw_uk_exec(SW_API_IP_HOST_ADD, dev_id, (a_uint32_t) host_entry);
33 fal_ip_host_del(a_uint32_t dev_id, a_uint32_t del_mode, fal_host_entry_t * host_entry) argument
37 rv = sw_uk_exec(SW_API_IP_HOST_DEL, dev_id, del_mode, (a_uint32_t) host_entry);
42 fal_ip_host_get(a_uint32_t dev_id, a_uint32_t get_mode, fal_host_entry_t * host_entry) argument
46 rv = sw_uk_exec(SW_API_IP_HOST_GET, dev_id, get_mode, (a_uint32_t) host_entry);
51 fal_ip_host_next(a_uint32_t dev_id, a_uint32_t next_mode, fal_host_entry_t * host_entry) argument
55 rv = sw_uk_exec(SW_API_IP_HOST_NEXT, dev_id, next_mode, (a_uint32_t) host_entry);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/fal/
H A Dfal_ip.h173 fal_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry);
177 fal_host_entry_t * host_entry);
181 fal_host_entry_t * host_entry);
185 fal_host_entry_t * host_entry);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/dess/
H A Ddess_ip.h49 dess_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry);
56 fal_host_entry_t * host_entry);
60 fal_host_entry_t * host_entry);
64 fal_host_entry_t * host_entry);
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/include/fal/
H A Dfal_ip.h163 fal_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry);
167 fal_host_entry_t * host_entry);
171 fal_host_entry_t * host_entry);
175 fal_host_entry_t * host_entry);
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/fal/
H A Dfal_ip.c29 _fal_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry) argument
39 rv = p_api->ip_host_add(dev_id, host_entry);
45 fal_host_entry_t * host_entry)
55 rv = p_api->ip_host_del(dev_id, del_mode, host_entry);
61 fal_host_entry_t * host_entry)
71 rv = p_api->ip_host_get(dev_id, get_mode, host_entry);
77 fal_host_entry_t * host_entry)
87 rv = p_api->ip_host_next(dev_id, next_mode, host_entry);
732 * For ISIS the intf_id parameter in host_entry means vlan id.
737 * @param[in] host_entry hos
44 _fal_ip_host_del(a_uint32_t dev_id, a_uint32_t del_mode, fal_host_entry_t * host_entry) argument
60 _fal_ip_host_get(a_uint32_t dev_id, a_uint32_t get_mode, fal_host_entry_t * host_entry) argument
76 _fal_ip_host_next(a_uint32_t dev_id, a_uint32_t next_mode, fal_host_entry_t * host_entry) argument
741 fal_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry) argument
764 fal_ip_host_del(a_uint32_t dev_id, a_uint32_t del_mode, fal_host_entry_t * host_entry) argument
788 fal_ip_host_get(a_uint32_t dev_id, a_uint32_t get_mode, fal_host_entry_t * host_entry) argument
813 fal_ip_host_next(a_uint32_t dev_id, a_uint32_t next_mode, fal_host_entry_t * host_entry) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/src/shell/
H A Dshell_sw.c295 fal_host_entry_t *host_entry = (fal_host_entry_t *) (ioctl_buf + sizeof(sw_error_t) / 4); local
297 aos_mem_zero(host_entry, sizeof (fal_host_entry_t));
298 host_entry->entry_id = FAL_NEXT_ENTRY_FIRST_ID;
306 arg_val[4] = (a_uint32_t) host_entry;
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/isis/
H A Disis_ip.c1906 * For ISIS the intf_id parameter in host_entry means vlan id.
1911 * @param[in] host_entry host entry parameter
1915 isis_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry) argument
1920 rv = _isis_ip_host_add(dev_id, host_entry);
1928 * For ISIS the intf_id parameter in host_entry means vlan id.
1934 * @param[in] host_entry host entry parameter
1939 fal_host_entry_t * host_entry)
1944 rv = _isis_ip_host_del(dev_id, del_mode, host_entry);
1952 * For ISIS the intf_id parameter in host_entry means vlan id.
1958 * @param[out] host_entry hos
1938 isis_ip_host_del(a_uint32_t dev_id, a_uint32_t del_mode, fal_host_entry_t * host_entry) argument
1962 isis_ip_host_get(a_uint32_t dev_id, a_uint32_t get_mode, fal_host_entry_t * host_entry) argument
1987 isis_ip_host_next(a_uint32_t dev_id, a_uint32_t next_mode, fal_host_entry_t * host_entry) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/isisc/
H A Disisc_ip.c1945 * For ISIS the intf_id parameter in host_entry means vlan id.
1950 * @param[in] host_entry host entry parameter
1954 isisc_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry) argument
1959 rv = _isisc_ip_host_add(dev_id, host_entry);
1967 * For ISIS the intf_id parameter in host_entry means vlan id.
1973 * @param[in] host_entry host entry parameter
1978 fal_host_entry_t * host_entry)
1983 rv = _isisc_ip_host_del(dev_id, del_mode, host_entry);
1991 * For ISIS the intf_id parameter in host_entry means vlan id.
1997 * @param[out] host_entry hos
1977 isisc_ip_host_del(a_uint32_t dev_id, a_uint32_t del_mode, fal_host_entry_t * host_entry) argument
2001 isisc_ip_host_get(a_uint32_t dev_id, a_uint32_t get_mode, fal_host_entry_t * host_entry) argument
2026 isisc_ip_host_next(a_uint32_t dev_id, a_uint32_t next_mode, fal_host_entry_t * host_entry) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/hsl/dess/
H A Ddess_ip.c2887 * For ISIS the intf_id parameter in host_entry means vlan id.
2892 * @param[in] host_entry host entry parameter
2896 dess_ip_host_add(a_uint32_t dev_id, fal_host_entry_t * host_entry) argument
2901 rv = _dess_ip_host_add(dev_id, host_entry);
2909 * For ISIS the intf_id parameter in host_entry means vlan id.
2915 * @param[in] host_entry host entry parameter
2920 fal_host_entry_t * host_entry)
2925 rv = _dess_ip_host_del(dev_id, del_mode, host_entry);
2933 * For ISIS the intf_id parameter in host_entry means vlan id.
2939 * @param[out] host_entry hos
2919 dess_ip_host_del(a_uint32_t dev_id, a_uint32_t del_mode, fal_host_entry_t * host_entry) argument
2943 dess_ip_host_get(a_uint32_t dev_id, a_uint32_t get_mode, fal_host_entry_t * host_entry) argument
2968 dess_ip_host_next(a_uint32_t dev_id, a_uint32_t next_mode, fal_host_entry_t * host_entry) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/
H A Dhost_helper.c1607 fal_host_entry_t *host_entry_p, host_entry= {0}; local
1613 host_entry_p = &host_entry;
1640 host_entry.status = ARP_AGE;
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/include/hsl/
H A Dhsl_api.h1564 (*hsl_ip_host_add) (a_uint32_t dev_id, fal_host_entry_t * host_entry);
1568 fal_host_entry_t * host_entry);
1572 fal_host_entry_t * host_entry);
1576 fal_host_entry_t * host_entry);

Completed in 141 milliseconds