incubator-nuttx/net/pkt
Gregory Nutt 6209c51206 net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs Raw sockets: Correct some compile issues; better modularized device-related logic 2015-05-29 08:47:21 -06:00
pkt.h Networking: Modify how callback structures are stored to avoid another potential use of a stal pointer. 2015-06-03 08:11:57 -06:00
pkt_callback.c Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events. 2015-05-28 12:01:38 -06:00
pkt_conn.c Networking: A litle more Unix domain socket logic 2015-01-25 07:36:16 -06:00
pkt_finddev.c Raw sockets: Correct some compile issues; better modularized device-related logic 2015-05-29 08:47:21 -06:00
pkt_input.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
pkt_poll.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
pkt_send.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00