Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c293 } maptab[] = { variable
371 for (i = 0; maptab[i].name != NULL; i++) { in uni_uni_input()
372 if (maptab[i].sig == sig) { in uni_uni_input()
374 if (!(maptab[i].proto & UNIU)) in uni_uni_input()
378 if (!(maptab[i].proto & UNIN)) in uni_uni_input()
382 if (!(maptab[i].proto & PNNI)) in uni_uni_input()
389 if (uni_msg_len(m) != maptab[i].arglen) { in uni_uni_input()
391 " (expecting %zu, got %zu)", maptab[i].name, in uni_uni_input()
392 maptab[i].arglen, uni_msg_len(m)); in uni_uni_input()
398 if (maptab[i].arglen == 0) { in uni_uni_input()
[all …]