Home
last modified time | relevance | path

Searched refs:tipc_addr (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch22 @@ -213,7 +213,7 @@ int tipc_accept(int sd, struct tipc_addr *src)
23 int tipc_join(int sd, struct tipc_addr *member)
H A D0002-replace-non-standard-uint-with-unsigned-int.patch80 -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)
/openbmc/linux/include/uapi/linux/
H A Dtipc.h291 static inline __u32 tipc_addr(unsigned int zone, in tipc_addr() function