Searched refs:TARGET_SOCK_TYPE_MASK (Results 1 – 4 of 4) sorted by relevance
33 #define TARGET_SOCK_TYPE_MASK 0xf /* Covers up to TARGET_SOCK_MAX-1. */ macro
471 switch (type & TARGET_SOCK_TYPE_MASK) { in print_socket_type()
3107 switch (target_type & TARGET_SOCK_TYPE_MASK) { in target_to_host_sock_type()3115 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type()
106 #define TARGET_SOCK_TYPE_MASK 0xf /* Covers up to TARGET_SOCK_MAX-1. */ macro