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

  /src/usr.sbin/ldpd/
label.h 47 * so_dest, so_pref and so_gate are the prefix identification and its GW
52 union sockunion so_dest, so_pref, so_gate; member in struct:label
mpls_routes.c 308 union sockunion *so_gate, union sockunion *so_ifa,
327 if (so_gate)
334 if (so_gate)
335 NEXTADDR(so_gate);
380 if (so_gate)
381 warnp("Gateway was: %s\n", satos(&so_gate->sa));
388 if (so_gate)
389 free(so_gate);
581 union sockunion *so_dest = NULL, *so_gate = NULL, *so_pref = NULL;
627 GETNEXT(so_gate, so_dest)
829 union sockunion *so_dst, *so_pref, *so_gate; local in function:bind_current_routes
942 union sockunion *so_dst, *so_pref, *so_gate; local in function:flush_mpls_routes
    [all...]
  /src/sbin/route/
route.c 96 union sockunion *so_dst, *so_gate, *so_mask, *so_genmask, *so_ifa, member in struct:sou
432 sou.so_gate = calloc(1, sizeof(union sockunion));
439 if (sou.so_dst == NULL || sou.so_gate == NULL || sou.so_mask == NULL ||
654 memmove(&soup->so_gate->sin.sin_addr, hp->h_addr_list[0],
668 inet_ntoa(soup->so_gate->sin.sin_addr));
676 free(sou.so_gate);
803 su = soup->so_gate;
1214 NEXTADDR(RTA_GATEWAY, soup->so_gate);

Completed in 12 milliseconds