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

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

Completed in 107 milliseconds