/external/libnl/include/netlink/ |
D | netlink-compat.h | 50 #ifndef AF_MPLS 51 #define AF_MPLS 28 macro
|
/external/libnl/lib/ |
D | addr.c | 229 case AF_MPLS: in nl_addr_build() 311 if (hint != AF_MPLS) { in nl_addr_parse() 412 if (hint == AF_MPLS) { in nl_addr_parse() 413 len = mpls_pton(AF_MPLS, str, buf, sizeof(buf)); in nl_addr_parse() 418 family = AF_MPLS; in nl_addr_parse() 683 case AF_MPLS: in nl_addr_valid() 1022 case AF_MPLS: in nl_addr2str() 1023 mpls_ntop(AF_MPLS, addr->a_addr, buf, size); in nl_addr2str() 1043 if (addr->a_family != AF_MPLS && in nl_addr2str() 1123 __ADD(AF_MPLS,mpls),
|
D | mpls.c | 49 case AF_MPLS: in mpls_ntop() 99 case AF_MPLS: in mpls_pton()
|
/external/strace/xlat/ |
D | addrfams.h | 202 #if defined(AF_MPLS) || (defined(HAVE_DECL_AF_MPLS) && HAVE_DECL_AF_MPLS) 204 static_assert((AF_MPLS) == (28), "AF_MPLS != 28"); 207 # define AF_MPLS 28 355 [AF_MPLS] = XLAT(AF_MPLS),
|
D | addrfams.in | 30 AF_MPLS 28
|
/external/iproute2/lib/ |
D | utils.c | 477 if ((family == AF_DECnet) || (family == AF_MPLS)) in get_addr_1() 524 if (family == AF_MPLS) { in get_addr_1() 528 addr->family = AF_MPLS; in get_addr_1() 529 if (mpls_pton(AF_MPLS, name, addr->data, in get_addr_1() 568 case AF_MPLS: in af_bit_len() 591 if ((family == AF_DECnet) || (family == AF_MPLS)) in get_prefix_1() 821 case AF_MPLS: in rt_addr_n2a_r() 862 family = AF_MPLS; in read_family() 880 if (family == AF_MPLS) in family_name()
|
D | mpls_pton.c | 51 case AF_MPLS: in mpls_pton()
|
D | mpls_ntop.c | 42 case AF_MPLS: in mpls_ntop()
|
/external/libnl/lib/route/ |
D | netconf.c | 116 case AF_MPLS: in netconf_msg_parser() 205 case AF_MPLS: in netconf_dump_line() 554 { AF_MPLS, RTNLGRP_MPLS_NETCONF },
|
D | nh_encap_mpls.c | 67 labels = nl_addr_alloc_attr(tb[MPLS_IPTUNNEL_DST], AF_MPLS); in mpls_encap_parse_msg()
|
D | route.c | 177 { AF_MPLS, RTNLGRP_MPLS_ROUTE },
|
D | route_obj.c | 363 if (route->rt_family == AF_MPLS) in route_id_attrs_get() 688 case AF_MPLS: in rtnl_route_set_family() 964 if (route->rt_family == AF_MPLS) in rtnl_route_guess_scope() 1156 if (family != AF_MPLS) in rtnl_route_parse() 1386 if (route->rt_family != AF_MPLS) in rtnl_route_build_msg()
|
/external/iproute2/ip/ |
D | ipmonitor.c | 254 if (!preferred_family || preferred_family == AF_MPLS) in do_ipmonitor() 275 if (!preferred_family || preferred_family == AF_MPLS) in do_ipmonitor()
|
D | ip.c | 222 preferred_family = AF_MPLS; in main()
|
D | ipnetconf.c | 94 case AF_MPLS: in print_netconf()
|
D | iproute_lwtunnel.c | 251 format_host_rta(AF_MPLS, tb[MPLS_IPTUNNEL_DST])); in print_encap_mpls() 646 if (get_addr(&addr, *argv, AF_MPLS)) { in parse_encap_mpls()
|
D | iproute.c | 691 if (r->rtm_family != AF_MPLS) in print_route() 1282 req.r.rtm_family == AF_MPLS) in iproute_modify() 1300 if (!type_ok && req.r.rtm_family == AF_MPLS) in iproute_modify()
|
/external/iproute2/include/ |
D | utils.h | 76 #ifndef AF_MPLS 77 # define AF_MPLS 28 macro
|
/external/libnl/src/lib/ |
D | route.c | 181 if (rtnl_route_get_family(route) == AF_MPLS) { in nl_cli_route_parse_nexthop()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 576 pub const AF_MPLS: ::c_int = 28; constant 581 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 929 pub const AF_MPLS: ::c_int = 33; constant 951 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 642 pub const AF_MPLS: ::c_int = 28; constant 647 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 931 pub const AF_MPLS: ::c_int = 28; constant 935 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1163 pub const AF_MPLS: ::c_int = 33; constant 1177 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 82 #ifdef AF_MPLS 83 { "AF_MPLS", (unsigned long) AF_MPLS },
|