nuttx/net/pkt
2016-02-24 19:02:51 -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_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: Cosmetic change 2016-02-24 19:02:51 -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 some naming in code section comments 2016-02-21 18:09:04 -06:00
pkt_poll.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
pkt_send.c net/: More clean-up of spacing/alignment issues 2015-10-08 15:10:04 -06:00
pkt.h networking: cosmetic changes 2016-02-24 16:10:20 -06:00