| /src/crypto/external/bsd/openssh/dist/ |
| sshd-session.c | 757 int rtable, ortable = getrtable(); local 769 rtable = (int)strtonum(name, 0, 255, &errstr); 772 if (rtable != ortable && setrtable(rtable) != 0) 774 rtable, strerror(errno)); 775 debug_f("set routing domain %d (was %d)", rtable, ortable);
|
| sshd-session.c | 757 int rtable, ortable = getrtable(); local 769 rtable = (int)strtonum(name, 0, 255, &errstr); 772 if (rtable != ortable && setrtable(rtable) != 0) 774 rtable, strerror(errno)); 775 debug_f("set routing domain %d (was %d)", rtable, ortable);
|
| misc.c | 246 int rtable; local 248 socklen_t len = sizeof(rtable); 250 if (getsockopt(fd, SOL_SOCKET, SO_RTABLE, &rtable, &len) == -1) { 255 xasprintf(&ret, "%d", rtable); 266 int rtable; local 272 rtable = (int)strtonum(name, 0, 255, &errstr); 279 &rtable, sizeof(rtable)) == -1) { 281 rtable, fd, strerror(errno));
|
| misc.c | 246 int rtable; local 248 socklen_t len = sizeof(rtable); 250 if (getsockopt(fd, SOL_SOCKET, SO_RTABLE, &rtable, &len) == -1) { 255 xasprintf(&ret, "%d", rtable); 266 int rtable; local 272 rtable = (int)strtonum(name, 0, 255, &errstr); 279 &rtable, sizeof(rtable)) == -1) { 281 rtable, fd, strerror(errno));
|
| /src/dist/pf/sbin/pfctl/ |
| parse.y | 421 %token QUEUE PRIORITY QLIMIT RTABLE 472 %type <v.rtableid> rtable 765 | NATANCHOR string interface af proto fromto rtable { 786 | RDRANCHOR string interface af proto fromto rtable { 828 | BINATANCHOR string interface af proto fromto rtable { 1028 | RTABLE number { 1030 yyerror("invalid rtable id"); 1171 | RTABLE number { 1173 yyerror("invalid rtable id"); 2161 | RTABLE number 3840 rtable : \/* empty *\/ { $$ = -1; } label [all...] |
| parse.y | 421 %token QUEUE PRIORITY QLIMIT RTABLE 472 %type <v.rtableid> rtable 765 | NATANCHOR string interface af proto fromto rtable { 786 | RDRANCHOR string interface af proto fromto rtable { 828 | BINATANCHOR string interface af proto fromto rtable { 1028 | RTABLE number { 1030 yyerror("invalid rtable id"); 1171 | RTABLE number { 1173 yyerror("invalid rtable id"); 2161 | RTABLE number 3840 rtable : \/* empty *\/ { $$ = -1; } label [all...] |
| /src/usr.sbin/route6d/ |
| route6d.c | 1459 int iface = 0, rtable = 0; local 1555 rtable++; 1619 rtable++; /*just to be sure*/ 1671 if (rtable) {
|
| route6d.c | 1459 int iface = 0, rtable = 0; local 1555 rtable++; 1619 rtable++; /*just to be sure*/ 1671 if (rtable) {
|