Changeset 8d2dd7f2 in mainline for uspace/srv/net/udp
- Timestamp:
- 2017-05-13T19:03:14Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/srv/net/udp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/udp/assoc.h
re48947e r8d2dd7f2 38 38 #include <inet/endpoint.h> 39 39 #include <ipc/loc.h> 40 #include <sys/types.h>41 40 #include "udp_type.h" 42 41 -
uspace/srv/net/udp/pdu.h
re48947e r8d2dd7f2 37 37 38 38 #include <inet/endpoint.h> 39 #include <sys/types.h>40 39 #include "std.h" 41 40 #include "udp_type.h" -
uspace/srv/net/udp/std.h
re48947e r8d2dd7f2 38 38 #define STD_H 39 39 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 42 42 #define IP_PROTO_UDP 17 -
uspace/srv/net/udp/udp_type.h
re48947e r8d2dd7f2 41 41 #include <inet/endpoint.h> 42 42 #include <ipc/loc.h> 43 #include <s ys/types.h>43 #include <stddef.h> 44 44 #include <inet/addr.h> 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
