Searched refs:atype (Results 1 – 5 of 5) sorted by relevance
64 static inline void tipc_uaddr(struct tipc_uaddr *ua, u32 atype, u32 scope, in tipc_uaddr() argument68 ua->addrtype = atype; in tipc_uaddr()77 u32 atype; in tipc_uaddr_valid() local81 atype = ua->addrtype; in tipc_uaddr_valid()84 if (atype == TIPC_SERVICE_ADDR || atype == TIPC_SOCKET_ADDR) in tipc_uaddr_valid()86 if (atype == TIPC_SERVICE_RANGE) in tipc_uaddr_valid()
716 u32 atype = ua->addrtype; in tipc_bind() local721 if (atype == TIPC_SOCKET_ADDR) in tipc_bind()1418 int atype, mtu, rc; in __tipc_sendmsg() local1426 atype = ua->addrtype; in __tipc_sendmsg()1433 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()1435 if (atype == TIPC_SOCKET_ADDR) in __tipc_sendmsg()1437 if (atype == TIPC_SERVICE_RANGE) in __tipc_sendmsg()1446 atype = ua->addrtype; in __tipc_sendmsg()1456 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()1457 tsk->conn_addrtype = atype; in __tipc_sendmsg()[all …]
609 int atype; in tipc_parse_udp_addr() local611 atype = ipv6_addr_type(&ip6->sin6_addr); in tipc_parse_udp_addr()612 if (__ipv6_addr_needs_scope_id(atype) && in tipc_parse_udp_addr()
48 void atm_reset_addr(struct atm_dev *dev, enum atm_addr_type_t atype) in atm_reset_addr() argument55 if (atype == ATM_ADDR_LECS) in atm_reset_addr()69 enum atm_addr_type_t atype) in atm_add_addr() argument80 if (atype == ATM_ADDR_LECS) in atm_add_addr()104 enum atm_addr_type_t atype) in atm_del_addr() argument115 if (atype == ATM_ADDR_LECS) in atm_del_addr()134 size_t size, enum atm_addr_type_t atype) in atm_get_addr() argument143 if (atype == ATM_ADDR_LECS) in atm_get_addr()
1061 unsigned int atype; in ip_vs_new_dest() local1066 atype = ipv6_addr_type(&udest->addr.in6); in ip_vs_new_dest()1067 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest()1068 atype & IPV6_ADDR_LINKLOCAL) && in ip_vs_new_dest()1078 atype = inet_addr_type(svc->ipvs->net, udest->addr.ip); in ip_vs_new_dest()1079 if (atype != RTN_LOCAL && atype != RTN_UNICAST) in ip_vs_new_dest()
Completed in 21 milliseconds