Home
last modified time | relevance | path

Searched refs:LOG2U (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/network/
Dnetworkd-util.c29 [LOG2U(NETWORK_CONFIG_STATE_PROBING)] = "probing", in network_config_state_to_string_alloc()
30 [LOG2U(NETWORK_CONFIG_STATE_REQUESTING)] = "requesting", in network_config_state_to_string_alloc()
31 [LOG2U(NETWORK_CONFIG_STATE_CONFIGURING)] = "configuring", in network_config_state_to_string_alloc()
32 [LOG2U(NETWORK_CONFIG_STATE_CONFIGURED)] = "configured", in network_config_state_to_string_alloc()
33 [LOG2U(NETWORK_CONFIG_STATE_MARKED)] = "marked", in network_config_state_to_string_alloc()
34 [LOG2U(NETWORK_CONFIG_STATE_REMOVING)] = "removing", in network_config_state_to_string_alloc()
Dnetworkd-route-util.c353 [LOG2U(RTNH_F_DEAD)] = "dead", /* Nexthop is dead (used by multipath) */ in route_flags_to_string_alloc()
354 [LOG2U(RTNH_F_PERVASIVE)] = "pervasive", /* Do recursive gateway lookup */ in route_flags_to_string_alloc()
355 [LOG2U(RTNH_F_ONLINK)] = "onlink" , /* Gateway is forced on link */ in route_flags_to_string_alloc()
356 [LOG2U(RTNH_F_OFFLOAD)] = "offload", /* Nexthop is offloaded */ in route_flags_to_string_alloc()
357 [LOG2U(RTNH_F_LINKDOWN)] = "linkdown", /* carrier-down on nexthop */ in route_flags_to_string_alloc()
358 [LOG2U(RTNH_F_UNRESOLVED)] = "unresolved", /* The entry is unresolved (ipmr) */ in route_flags_to_string_alloc()
359 [LOG2U(RTNH_F_TRAP)] = "trap", /* Nexthop is trapping packets */ in route_flags_to_string_alloc()
Dnetworkd-link.c2718 [LOG2U(IFF_UP)] = "up", /* interface is up. */ in link_flags_to_string_alloc()
2719 [LOG2U(IFF_BROADCAST)] = "broadcast", /* broadcast address valid.*/ in link_flags_to_string_alloc()
2720 [LOG2U(IFF_DEBUG)] = "debug", /* turn on debugging. */ in link_flags_to_string_alloc()
2721 [LOG2U(IFF_LOOPBACK)] = "loopback", /* interface is a loopback net. */ in link_flags_to_string_alloc()
2722 [LOG2U(IFF_POINTOPOINT)] = "point-to-point", /* interface has p-p link. */ in link_flags_to_string_alloc()
2723 [LOG2U(IFF_NOTRAILERS)] = "no-trailers", /* avoid use of trailers. */ in link_flags_to_string_alloc()
2724 [LOG2U(IFF_RUNNING)] = "running", /* interface RFC2863 OPER_UP. */ in link_flags_to_string_alloc()
2725 [LOG2U(IFF_NOARP)] = "no-arp", /* no ARP protocol. */ in link_flags_to_string_alloc()
2726 [LOG2U(IFF_PROMISC)] = "promiscuous", /* receive all packets. */ in link_flags_to_string_alloc()
2727 [LOG2U(IFF_ALLMULTI)] = "all-multicast", /* receive all multicast packets. */ in link_flags_to_string_alloc()
[all …]
Dnetworkd-address.c30 … [LOG2U(IFA_F_SECONDARY)] = "secondary", /* This is also called "temporary" for ipv6. */ in address_flags_to_string_alloc()
31 [LOG2U(IFA_F_NODAD)] = "nodad", in address_flags_to_string_alloc()
32 [LOG2U(IFA_F_OPTIMISTIC)] = "optimistic", in address_flags_to_string_alloc()
33 [LOG2U(IFA_F_DADFAILED)] = "dadfailed", in address_flags_to_string_alloc()
34 [LOG2U(IFA_F_HOMEADDRESS)] = "home-address", in address_flags_to_string_alloc()
35 [LOG2U(IFA_F_DEPRECATED)] = "deprecated", in address_flags_to_string_alloc()
36 [LOG2U(IFA_F_TENTATIVE)] = "tentative", in address_flags_to_string_alloc()
37 [LOG2U(IFA_F_PERMANENT)] = "permanent", in address_flags_to_string_alloc()
38 [LOG2U(IFA_F_MANAGETEMPADDR)] = "manage-temporary-address", in address_flags_to_string_alloc()
39 [LOG2U(IFA_F_NOPREFIXROUTE)] = "no-prefixroute", in address_flags_to_string_alloc()
[all …]
/systemd-251/src/basic/
Dutil.h59 #define LOG2U(x) __builtin_choose_expr(__builtin_constant_p(x), CONST_LOG2U(x), NONCONST_LOG2U(x)) macro
62 return LOG2U(x); in log2i()
66 return LOG2U(x); in log2u()