Searched defs:ripso_prot_tbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1165 static struct snoop_pair ripso_prot_tbl[] = { variable in typeref:struct:snoop_pair
1225 while (ripso_prot_tbl[index].name != NULL) {
1226 if (opt[3 + i] & ripso_prot_tbl[index].val) {
1236 ripso_prot_tbl[index].name,
1237 ripso_prot_tbl[index].val);

Completed in 60 milliseconds