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

/freebsd-current/tests/sys/netpfil/pf/
H A DMakefile36 rtable \
/freebsd-current/crypto/openssh/
H A Dmisc.c209 int rtable;
211 socklen_t len = sizeof(rtable);
213 if (getsockopt(fd, SOL_SOCKET, SO_RTABLE, &rtable, &len) == -1) {
218 xasprintf(&ret, "%d", rtable);
231 int rtable;
237 rtable = (int)strtonum(name, 0, 255, &errstr);
244 &rtable, sizeof(rtable)) == -1) {
246 rtable, fd, strerror(errno));
H A Dsshd.c1516 int rtable, ortable = getrtable();
1528 rtable = (int)strtonum(name, 0, 255, &errstr);
1531 if (rtable != ortable && setrtable(rtable) != 0)
1533 rtable, strerror(errno));
1534 debug_f("set routing domain %d (was %d)", rtable, ortable);
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c1702 int iface = 0, rtable = 0; local
1827 rtable++;
1891 rtable++; /*just to be sure*/
1941 if (rtable) {
/freebsd-current/sbin/pfctl/
H A Dparse.y573 %type <v.rtableid> rtable
1080 | NATANCHOR string interface af proto fromto rtable {
1101 | RDRANCHOR string interface af proto fromto rtable {
1143 | BINATANCHOR string interface af proto fromto rtable {
1554 yyerror("invalid rtable id");
1707 yyerror("invalid rtable id");
2953 yyerror("invalid rtable id");
4679 natrule : nataction interface af proto fromto tag tagged rtable
4882 tagged rtable redirection
5068 rtable label
[all...]
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js8953 var rtable = /^t(?:able|d|h)$/i,
9040 if ( jQuery.support.doesNotAddBorder && !(jQuery.support.doesAddBorderForTableAndCells && rtable.test(elem.nodeName)) ) {

Completed in 210 milliseconds