nuttx/net/pkt
2014-11-15 13:13:23 -06:00
..
Kconfig
Make.defs
pkt_callback.c
pkt_conn.c
pkt_input.c
pkt_poll.c Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP 2014-11-15 13:13:23 -06:00
pkt_send.c PKT sockets: Change how the IFF_NOARP flag is handled. This should be set only when data is moved into the buffer and cleared after tested by the ARP logic. Setting it globally can cause packets to be sent with no valid MAC addresses 2014-08-18 13:42:51 -06:00
pkt.h