Home
last modified time | relevance | path

Searched refs:AF_MPLS (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/lib/
Dutils.c429 if ((family == AF_DECnet) || (family == AF_MPLS)) in get_addr_1()
473 if (family == AF_MPLS) { in get_addr_1()
475 addr->family = AF_MPLS; in get_addr_1()
476 if (mpls_pton(AF_MPLS, name, addr->data) <= 0) in get_addr_1()
513 case AF_MPLS: in af_bit_len()
536 if ((family == AF_DECnet) || (family == AF_MPLS)) in get_prefix_1()
714 case AF_MPLS: in rt_addr_n2a()
746 family = AF_MPLS; in read_family()
764 if (family == AF_MPLS) in family_name()
Dmpls_pton.c48 case AF_MPLS: in mpls_pton()
Dmpls_ntop.c40 case AF_MPLS: in mpls_ntop()
/external/strace/xlat/
Daddrfams.h96 #if defined(AF_MPLS) || (defined(HAVE_DECL_AF_MPLS) && HAVE_DECL_AF_MPLS)
97 XLAT(AF_MPLS),
Daddrfams.in31 AF_MPLS
/external/iproute2/include/
Dutils.h87 #ifndef AF_MPLS
88 # define AF_MPLS 28 macro
/external/iproute2/ip/
Diproute_lwtunnel.c66 fprintf(fp, " %s ", format_host(AF_MPLS, in print_encap_mpls()
183 if (get_addr(&addr, *argv, AF_MPLS)) { in parse_encap_mpls()
Dip.c221 preferred_family = AF_MPLS; in main()
Dipmonitor.c254 if (!preferred_family || preferred_family == AF_MPLS) in do_ipmonitor()
Diproute.c1201 req.r.rtm_family == AF_MPLS) in iproute_modify()
1219 if (!type_ok && req.r.rtm_family == AF_MPLS) in iproute_modify()