Home
last modified time | relevance | path

Searched defs:DEF (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_print.c59 #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 Dunidef.h245 #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 Dccpriv.h179 #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 Dcc_sig.c74 #define DEF(N) [USER_SIG_##N] = #N, macro
80 #define DEF(N) [CONN_SIG_##N] = #N, macro
H A Dcc_conn.c50 #define DEF(N) [N] = #N, macro
56 #define DEF(N) [PARTY_##N] = #N, macro
H A Dcc_user.c54 #define DEF(N) [N] = #N, macro
H A Datmapi.h121 #define DEF(NAME,VAL,STR) NAME = (VAL), macro