/external/libnl/lib/ |
D | addr.c | 222 case AF_MPLS: in nl_addr_build() 304 if (hint != AF_MPLS) { in nl_addr_parse() 405 if (hint == AF_MPLS) { in nl_addr_parse() 406 len = mpls_pton(AF_MPLS, str, buf, sizeof(buf)); in nl_addr_parse() 411 family = AF_MPLS; in nl_addr_parse() 676 case AF_MPLS: in nl_addr_valid() 1015 case AF_MPLS: in nl_addr2str() 1016 mpls_ntop(AF_MPLS, addr->a_addr, buf, size); in nl_addr2str() 1036 if (addr->a_family != AF_MPLS && in nl_addr2str() 1116 __ADD(AF_MPLS,mpls),
|
D | mpls.c | 49 case AF_MPLS: in mpls_ntop() 99 case AF_MPLS: in mpls_pton()
|
/external/libnl/include/netlink/ |
D | netlink-compat.h | 44 #ifndef AF_MPLS 45 #define AF_MPLS 28 macro
|
/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 | 99 case AF_MPLS: in netconf_msg_parser() 188 case AF_MPLS: in netconf_dump_line() 536 { AF_MPLS, RTNLGRP_MPLS_NETCONF },
|
D | nh_encap_mpls.c | 66 labels = nl_addr_alloc_attr(tb[MPLS_IPTUNNEL_DST], AF_MPLS); in mpls_encap_parse_msg()
|
D | route_obj.c | 356 if (route->rt_family == AF_MPLS) in route_id_attrs_get() 691 case AF_MPLS: in rtnl_route_set_family() 967 if (route->rt_family == AF_MPLS) in rtnl_route_guess_scope() 1152 if (family != AF_MPLS) in rtnl_route_parse() 1367 if (route->rt_family != AF_MPLS) in rtnl_route_build_msg()
|
D | route.c | 197 { AF_MPLS, RTNLGRP_MPLS_ROUTE },
|
/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 | ipnetconf.c | 94 case AF_MPLS: in print_netconf()
|
D | ip.c | 222 preferred_family = AF_MPLS; in main()
|
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 | 174 if (rtnl_route_get_family(route) == AF_MPLS) { in nl_cli_route_parse_nexthop()
|
/external/musl/include/sys/ |
D | socket.h | 180 #define AF_MPLS PF_MPLS macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 579 pub const AF_MPLS: ::c_int = 28; constant 584 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 722 pub const AF_MPLS: ::c_int = 28; constant 727 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 929 pub const AF_MPLS: ::c_int = 28; constant 933 pub const PF_MPLS: ::c_int = AF_MPLS;
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1081 pub const AF_MPLS: ::c_int = 33; constant 1107 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 },
|