HomeSort by: relevance | last modified time | path
    Searched defs:rtable (Results 1 - 4 of 4) sorted by relevancy

  /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);
misc.c 216 int rtable; local
218 socklen_t len = sizeof(rtable);
220 if (getsockopt(fd, SOL_SOCKET, SO_RTABLE, &rtable, &len) == -1) {
225 xasprintf(&ret, "%d", rtable);
236 int rtable; local
242 rtable = (int)strtonum(name, 0, 255, &errstr);
249 &rtable, sizeof(rtable)) == -1) {
251 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...]
  /src/usr.sbin/route6d/
route6d.c 1459 int iface = 0, rtable = 0; local
1555 rtable++;
1619 rtable++; /*just to be sure*/
1671 if (rtable) {

Completed in 20 milliseconds