zephyr/include/net
Ederson de Souza 827d07abbc net: Fix macro for XCC
NET_SOCKET_GET_NAME macro adds some extra parenthesis that, on XCC (based
on GCC 4.2) ends up in the generated assembly, thus causing `as` to error
with:

  Error: junk at end of line, first unrecognized character is `('

It appears that the parenthesis are actually concatenated to the
generated name for identifier. This patch just removes them.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2022-02-21 22:17:27 -05:00
..
bt.h
buf.h net: buf: remove gcc dependency 2022-02-09 22:13:56 -05:00
can.h drivers: can: rename API functions for better consistency 2022-01-10 10:44:37 +01:00
capture.h net: capture: Fix the return value of net_capture_is_enabled() 2021-05-28 10:41:35 -05:00
coap_link_format.h
coap.h net: coap: add response code 4.29 2021-11-15 10:14:42 -05:00
dhcpv4.h
dns_resolve.h net: dns_resolve: fix doxygen parameter names 2021-05-21 12:17:04 -04:00
dns_sd.h net: dns_sd, mdns: support service type enumeration 2021-10-01 20:11:50 -04:00
dsa.h net: dsa: ksz8794: Use CONFIG_DSA_KSZ_TAIL_TAGGING in preprocessor macros 2021-12-01 13:58:08 -06:00
dummy.h
ethernet_bridge.h toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
ethernet_mgmt.h net: eth: Add TXTIME configuration support 2021-06-14 07:00:10 -04:00
ethernet_vlan.h
ethernet.h net: socket: packet: Add EtherCAT protocol support 2021-12-20 17:49:10 +01:00
gptp.h
hostname.h
http_client.h net: http: add numeric http status code to response struct 2021-04-14 18:46:47 +03:00
http_parser_state.h license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
http_parser_url.h license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
http_parser.h license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
ieee802154_mgmt.h net: ieee802154: remove duplicate definition 2021-04-07 14:15:29 +02:00
ieee802154_radio.h drivers: ieee802154: remove ieee802154_radio_handle_ack() stub 2021-09-21 18:28:25 -04:00
ieee802154.h
igmp.h net: igmp: Update function stubs when module is disabled 2022-01-26 10:50:24 +01:00
ipv4_autoconf.h
lldp.h
lwm2m_path.h
lwm2m.h net: lwm2m: LwM2M Portfolio object id support 2022-02-21 22:02:44 -05:00
mii.h
mqtt.h net: mqtt: Add support for TLS option TLS_CERT_NOCOPY 2021-11-25 10:44:17 -05:00
net_config.h drivers: device: do not reuse tag name 'device' 2021-03-22 19:48:14 -04:00
net_conn_mgr.h
net_context.h net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
net_core.h net: Enable running without TX or RX threads 2021-04-27 12:02:19 +03:00
net_event.h net: if: Add IPv4 support to multicast monitor 2021-09-28 20:04:49 -04:00
net_if.h stats: i2c: I2C stats 2021-12-04 07:22:56 -05:00
net_ip.h net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
net_l2.h net: l2: Add symbols for custom IEEE802154 L2 2021-11-23 13:25:01 -05:00
net_linkaddr.h
net_mgmt.h
net_offload.h
net_pkt_filter.h net: npf: add the ability to do MAC address masked matching 2021-12-21 17:06:35 +01:00
net_pkt.h net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
net_stats.h net: stats: Add IGMP statistics support 2021-04-29 14:49:55 +03:00
net_timeout.h
openthread.h net: openthread: Convert API worker thread to a work queue 2021-06-29 11:27:54 -04:00
phy.h drivers: Add Ethernet PHY API 2021-08-27 11:43:48 -04:00
ppp.h net: Conversion of k_work API 2021-04-14 07:07:40 -04:00
promiscuous.h
ptp_time.h
sntp.h
socket_can.h
socket_net_mgmt.h
socket_offload.h
socket_select.h net: sockets: Use struct timeval provided by libc 2022-01-21 13:17:43 -05:00
socket_types.h net: sockets: Use struct timeval provided by libc 2022-01-21 13:17:43 -05:00
socket.h net: Fix macro for XCC 2022-02-21 22:17:27 -05:00
socketutils.h
tftp.h c++: fix missing extern "C" closing } 2022-01-31 14:00:03 -06:00
tls_credentials.h
trickle.h net: trickle: Do not initialize a work item from its handler 2021-04-27 19:48:16 +03:00
udp.h
virtual_mgmt.h net: virtual: Add virtual network interface support 2021-03-29 07:40:24 -04:00
virtual.h net: use pm_action_cb instead of pm_control_cb 2021-11-03 20:27:18 -04:00
websocket.h
wifi_mgmt.h net: l2: wifi_shell: mac address in scanning results 2021-10-07 10:55:37 +02:00
wifi.h net: l2: wifi_shell: mac address in scanning results 2021-10-07 10:55:37 +02:00