FreeCalypso > hg > fc-tourmaline
comparison cdg-hybrid/cdginc/p_udp.val @ 14:35f7a1dc9f7d
cdg-hybrid: import from Magnetite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 16 Oct 2020 07:15:38 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 13:83146a4ae927 | 14:35f7a1dc9f7d |
|---|---|
| 1 /* | |
| 2 +--------------------------------------------------------------------------+ | |
| 3 | PROJECT : PROTOCOL STACK | | |
| 4 | FILE : p_udp.val | | |
| 5 | SOURCE : "sap\udp.pdf" | | |
| 6 | LastModified : "2003-08-26" | | |
| 7 | IdAndVersion : "8444.100.00.006" | | |
| 8 | SrcFileTime : "Thu Nov 29 09:56:22 2007" | | |
| 9 | Generated by CCDGEN_2.5.5A on Fri Oct 14 21:41:52 2016 | | |
| 10 | !!DO NOT MODIFY!!DO NOT MODIFY!!DO NOT MODIFY!! | | |
| 11 +--------------------------------------------------------------------------+ | |
| 12 */ | |
| 13 | |
| 14 /* PRAGMAS | |
| 15 * PREFIX : NONE | |
| 16 * COMPATIBILITY_DEFINES : NO (require PREFIX) | |
| 17 * ALWAYS_ENUM_IN_VAL_FILE: NO | |
| 18 * ENABLE_GROUP: NO | |
| 19 * CAPITALIZE_TYPENAME: NO | |
| 20 */ | |
| 21 | |
| 22 | |
| 23 #ifndef P_UDP_VAL | |
| 24 #define P_UDP_VAL | |
| 25 | |
| 26 | |
| 27 #define CDG_ENTER__P_UDP_VAL | |
| 28 | |
| 29 #define CDG_ENTER__FILENAME _P_UDP_VAL | |
| 30 #define CDG_ENTER__P_UDP_VAL__FILE_TYPE CDGINC | |
| 31 #define CDG_ENTER__P_UDP_VAL__LAST_MODIFIED _2003_08_26 | |
| 32 #define CDG_ENTER__P_UDP_VAL__ID_AND_VERSION _8444_100_00_006 | |
| 33 | |
| 34 #define CDG_ENTER__P_UDP_VAL__SRC_FILE_TIME _Thu_Nov_29_09_56_22_2007 | |
| 35 | |
| 36 #include "CDG_ENTER.h" | |
| 37 | |
| 38 #undef CDG_ENTER__P_UDP_VAL | |
| 39 | |
| 40 #undef CDG_ENTER__FILENAME | |
| 41 | |
| 42 | |
| 43 /* | |
| 44 * Value constants for VAL_port | |
| 45 */ | |
| 46 #define UDP_AUTOASSIGN_PORT (0x0) /* UDP must assign a free port number */ | |
| 47 | |
| 48 /* | |
| 49 * Value constants for VAL_err | |
| 50 */ | |
| 51 #define UDP_BIND_NOERROR (0x0) /* no error */ | |
| 52 #define UDP_BIND_PORTINUSE (0x1) /* port already in use */ | |
| 53 #define UDP_BIND_UDPDOWN (0x2) /* udp is deactivated */ | |
| 54 | |
| 55 #include "CDG_LEAVE.h" | |
| 56 | |
| 57 | |
| 58 #endif |
