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

  /src/usr.sbin/ldpd/
mpls_interface.c 59 union sockunion *so_dest, *so_nexthop, *so_tag, so_ifa; local in function:mpls_add_label
137 if (getsockname(lab->p->socket, &so_ifa.sa,
149 &lab->so_gate, &so_ifa, so_tag, NO_FREESO, RTM_CHANGE) != LDP_E_OK){
  /src/sbin/route/
route.c 96 union sockunion *so_dst, *so_gate, *so_mask, *so_genmask, *so_ifa, member in struct:sou
435 sou.so_ifa = calloc(1, sizeof(union sockunion));
440 sou.so_genmask == NULL || sou.so_ifa == NULL || sou.so_ifp == NULL ||
679 free(sou.so_ifa);
816 su = soup->so_ifa;
1218 NEXTADDR(RTA_IFA, soup->so_ifa);

Completed in 12 milliseconds