Searched refs:rtable (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/tests/net/if_bridge/ |
H A D | Makefile | 9 .for name in bridge rtable
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | misc.c | 192 int rtable; in get_rdomain() local 194 socklen_t len = sizeof(rtable); in get_rdomain() 196 if (getsockopt(fd, SOL_SOCKET, SO_RTABLE, &rtable, &len) == -1) { in get_rdomain() 201 xasprintf(&ret, "%d", rtable); in get_rdomain() 212 int rtable; in set_rdomain() local 218 rtable = (int)strtonum(name, 0, 255, &errstr); in set_rdomain() 225 &rtable, sizeof(rtable)) == -1) { in set_rdomain() 227 rtable, fd, strerror(errno)); in set_rdomain()
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | decbin.sa | 361 add.l #12,d3 ;inc d3 to next rtable entry 410 add.l #12,d3 ;inc d3 to next rtable entry 466 lea.l RTABLE,a1 ;load rtable base 495 add.l #12,d3 ;inc d3 to next rtable entry
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | parse.y | 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 { 3499 natrule : nataction interface af proto fromto tag tagged rtable 3666 tagged rtable redirection 3840 rtable : /* empty */ { $$ = -1; }
|
/netbsd-src/usr.sbin/route6d/ |
H A D | route6d.c | 1459 int iface = 0, rtable = 0; in rtrecv() local 1555 rtable++; in rtrecv() 1619 rtable++; /*just to be sure*/ in rtrecv() 1671 if (rtable) { in rtrecv()
|
/netbsd-src/sys/arch/m68k/060sp/dist/ |
H A D | pfpsp.s | 13359 lea.l RTABLE(%pc),%a1 # load rtable base 13388 add.l &12,%d3 # inc d3 to next rtable entry
|
H A D | fpsp.s | 23398 lea.l RTABLE(%pc),%a1 # load rtable base 23427 add.l &12,%d3 # inc d3 to next rtable entry
|