Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Daddr.h84 if (atype == TIPC_SERVICE_ADDR || atype == TIPC_SOCKET_ADDR) in tipc_uaddr_valid()
H A Dsocket.c686 if (ua->addrtype == TIPC_SERVICE_ADDR) { in __tipc_bind()
1438 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1461 if (atype == TIPC_SERVICE_ADDR) in __tipc_sendmsg()
1471 } else if (atype == TIPC_SERVICE_ADDR) { in __tipc_sendmsg()
1491 if (atype == TIPC_SERVICE_ADDR) { in __tipc_sendmsg()
1719 srcaddr->member.addrtype = TIPC_SERVICE_ADDR; in tipc_sk_set_orig_addr()
2560 return (addr->addrtype == TIPC_SERVICE_ADDR || in tipc_sockaddr_is_sane()
2767 new_tsock->conn_addrtype = TIPC_SERVICE_ADDR; in tipc_accept()
/openbmc/linux/include/uapi/linux/
H A Dtipc.h154 #define TIPC_SERVICE_ADDR 2 macro