Home
last modified time | relevance | path

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

/netbsd-src/tests/net/if_bridge/
H A DMakefile9 .for name in bridge rtable
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c192 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 Ddecbin.sa361 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 Dparse.y472 %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 Droute6d.c1459 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 Dpfpsp.s13359 lea.l RTABLE(%pc),%a1 # load rtable base
13388 add.l &12,%d3 # inc d3 to next rtable entry
H A Dfpsp.s23398 lea.l RTABLE(%pc),%a1 # load rtable base
23427 add.l &12,%d3 # inc d3 to next rtable entry