nuttx/Documentation/components/net
Zhe Weng 6fd74f817d net/pkt: Support filtering protocol in AF_PACKET
Ref: https://man7.org/linux/man-pages/man7/packet.7.html

1. For `socket(AF_PACKET, int socket_type, int protocol)`: When `protocol` is set to `htons(ETH_P_ALL)`, then all protocols are received. If `protocol` is set to zero, no packets are received.
2. For `bind`: `bind` can optionally be called with a nonzero `sll_protocol` to start receiving packets for the protocols specified.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2025-12-10 23:44:14 +08:00
..
delay_act_and_tcp_perf.rst Doc: migration 5 2024-11-10 10:13:28 +08:00
index.rst net/mdio: add mdio bus 2025-09-25 16:24:18 +08:00
ipfilter.rst Documentation: Add docs for ipfilter 2024-06-20 09:43:05 +08:00
mdio.rst net/mdio: add mdio bus 2025-09-25 16:24:18 +08:00
nat.rst net/nat: Support IPv6 Masquerading (NAT66) 2024-04-11 22:23:29 +08:00
netdev.rst Documentation: Add docs for lower-half of netdriver 2024-04-07 10:17:13 -03:00
netdriver.rst Documentation: Add docs for lower-half of netdriver 2024-04-07 10:17:13 -03:00
netguardsize.rst Documentation: migrate "CONFIG_NET_GUARDSIZE" from wiki 2023-11-06 18:42:17 -03:00
netlink.rst net/netlink: Add doc for netlink route 2024-05-14 10:05:37 -03:00
pkt.rst net/pkt: Support filtering protocol in AF_PACKET 2025-12-10 23:44:14 +08:00
sixlowpan.rst
slip.rst style: fix typos 2025-04-30 13:45:46 +08:00
socketcan.rst can: Add g_ prefix to can_dlc_to_len and len_to_can_dlc. 2024-09-23 12:14:56 +08:00
tcp_network_perf.rst Doc: migration 5 2024-11-10 10:13:28 +08:00
wqueuedeadlocks.rst Documentation: Fix various typos 2023-11-23 16:38:19 -08:00