mpls_routes.c | 829 union sockunion *so_dst, *so_pref, *so_gate; local in function:bind_current_routes 862 so_dst = (union sockunion *) & rtmes[1]; 863 CHECK_LEN(so_dst); 869 if (so_dst->sa.sa_family == AF_MPLS) { 870 delete_route(so_dst, NULL, NO_FREESO); 875 if (so_dst->sa.sa_family != AF_INET) { 881 if (so_dst->sin.sin_addr.s_addr == 0 && no_default_route != 0) 885 if ((ntohl(so_dst->sin.sin_addr.s_addr) >> 24)==IN_LOOPBACKNET) 890 GETNEXT(so_gate, so_dst); 899 GETNEXT(so_pref, so_dst); 942 union sockunion *so_dst, *so_pref, *so_gate; local in function:flush_mpls_routes [all...] |