Searched defs:DEF (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_print.c | 59 #define DEF(NAME, VAL, STR) [UNIAPI_##NAME] = STR, in uni_strerr() macro 243 #define DEF(NAME, VALUE, STR) { STR, VALUE }, in uni_print_api() macro
|
| H A D | unidef.h | 245 #define DEF(NAME, VAL, STR) UNIAPI_##NAME = VAL, macro 296 #define DEF(NAME, VALUE, STR) NAME = VALUE, macro
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | ccpriv.h | 179 #define DEF(N) N, macro 215 #define DEF(NAME) CONN_SIG_##NAME, macro 363 #define DEF(N) PARTY_##N, macro 429 #define DEF(N) N, macro 474 #define DEF(NAME) USER_SIG_##NAME, macro
|
| H A D | cc_sig.c | 74 #define DEF(N) [USER_SIG_##N] = #N, macro 80 #define DEF(N) [CONN_SIG_##N] = #N, macro
|
| H A D | cc_conn.c | 50 #define DEF(N) [N] = #N, macro 56 #define DEF(N) [PARTY_##N] = #N, macro
|
| H A D | cc_user.c | 54 #define DEF(N) [N] = #N, macro
|
| H A D | atmapi.h | 121 #define DEF(NAME,VAL,STR) NAME = (VAL), macro
|