Searched refs:usock (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
H A D | 0001-teamd-Pass-correct-parameter-type-to-accept-API.patch | 13 | 280 | sock = accept(ctx->usock.sock, &addr, &alen); 32 - sock = accept(ctx->usock.sock, &addr, &alen); 33 + sock = accept(ctx->usock.sock, (struct sockaddr *)&addr, &alen); 35 teamd_log_err("usock: Failed to accept connection.");
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | common.h | 195 static int __maybe_unused recv_fd(int usock) in recv_fd() argument 217 res = recvmsg(usock, &msg, MSG_CMSG_CLOEXEC); in recv_fd() 230 static int __maybe_unused send_fd(int usock, int fd_tx) in send_fd() argument 255 if (sendmsg(usock, &msg, 0) < 0) in send_fd()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/ |
H A D | libubox_git.bb | 12 file://usock.h;endline=18;md5=f0dfdc8de858e66d66d74036611bba14 \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
H A D | 0001-version-libraries.patch | 8 …SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c ustream.c ustream-fd.c vlist.c utils.…
|