Home
last modified time | relevance | path

Searched refs:tab1 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c887 const struct causetab *tab1, const struct causetab *tab2) in print_cause() argument
928 if ((int)ie->cause < 128 && tab1[ie->cause].str) in print_cause()
929 strcpy(buf, tab1[ie->cause].str); in print_cause()
1051 const struct causetab *tab1, const struct causetab *tab2) in check_cause() argument
1080 if (tab1[ie->cause].str != NULL) in check_cause()
1081 ptr = &tab1[ie->cause]; in check_cause()
1425 struct unicx *cx, const struct causetab *tab1, const struct causetab *tab2) in decode_cause() argument
1449 if(tab1[ie->cause].str != NULL) in decode_cause()
1450 ptr = &tab1[ie->cause]; in decode_cause()