Home
last modified time | relevance | path

Searched refs:tab2 (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
930 else if ((int)ie->cause < 128 && tab2 != NULL && tab2[ie->cause].str != NULL) in print_cause()
931 strcpy(buf, tab2[ie->cause].str); in print_cause()
1051 const struct causetab *tab1, const struct causetab *tab2) in check_cause() argument
1082 else if (tab2 != NULL && tab2[ie->cause].str != NULL) in check_cause()
1083 ptr = &tab2[ie->cause]; in check_cause()
1425 struct unicx *cx, const struct causetab *tab1, const struct causetab *tab2) in decode_cause() argument
1451 else if(tab2 != NULL && tab2[ie->cause].str != NULL) in decode_cause()
1452 ptr = &tab2[ie->cause]; in decode_cause()