Home
last modified time | relevance | path

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

/external/strace/xlat/
Daddrfams.h86 #if !(defined(AF_MPLS) || (defined(HAVE_DECL_AF_MPLS) && HAVE_DECL_AF_MPLS))
87 # define AF_MPLS 28 macro
163 XLAT(AF_MPLS),
Daddrfams.in29 AF_MPLS 28
/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/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.c1202 req.r.rtm_family == AF_MPLS) in iproute_modify()
1220 if (!type_ok && req.r.rtm_family == AF_MPLS) in iproute_modify()
/external/strace/
DChangeLog17030 * xlat/addrfams.in: Add AF_IB and AF_MPLS.