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

  /src/usr.sbin/ldpd/
mpls_routes.c 228 from_cidr_to_union(uint8_t prefixlen) function in typeref:union:sockunion *
236 fatalp("from_cidr_to_union: malloc problem\n");
644 if ((so_pref = from_cidr_to_union(32)) == NULL)
894 if ((so_pref = from_cidr_to_union(32)) == NULL)
mpls_routes.c 228 from_cidr_to_union(uint8_t prefixlen) function in typeref:union:sockunion *
236 fatalp("from_cidr_to_union: malloc problem\n");
644 if ((so_pref = from_cidr_to_union(32)) == NULL)
894 if ((so_pref = from_cidr_to_union(32)) == NULL)

Completed in 40 milliseconds