Searched refs:tipc_addr (Results 1 – 3 of 3) sorted by relevance
22 @@ -213,7 +213,7 @@ int tipc_accept(int sd, struct tipc_addr *src)23 int tipc_join(int sd, struct tipc_addr *member)
80 -static void master_from_srv(uint *cmd, struct srv_info *sinfo, __u32 *tipc_addr)81 +static void master_from_srv(unsigned int *cmd, struct srv_info *sinfo, __u32 *tipc_addr)
291 static inline __u32 tipc_addr(unsigned int zone, in tipc_addr() function