| /f-stack/freebsd/netinet/ |
| H A D | sctp_syscalls.c | 472 int error, fromlen, i, msg_flags; local 501 error = copyin(uap->fromlenaddr, &fromlen, sizeof (fromlen)); 505 fromlen = 0; 538 fromsa, fromlen, &msg_flags, 559 if (fromlen && uap->from) { 560 len = fromlen;
|
| H A D | sctp_uio.h | 1274 int fromlen,
|
| H A D | sctputil.c | 5457 int fromlen, in sctp_sorecvmsg() argument 5918 if ((fromlen > 0) && (from != NULL)) { in sctp_sorecvmsg() 5954 memcpy(from, &store, min((size_t)fromlen, len)); in sctp_sorecvmsg() 6491 int error, fromlen; in sctp_soreceive() local 6514 fromlen = sizeof(sockbuf); in sctp_soreceive() 6518 fromlen = 0; in sctp_soreceive() 6529 error = sctp_sorecvmsg(so, uio, mp0, from, fromlen, &flags, in sctp_soreceive()
|
| /f-stack/tools/libnetgraph/ |
| H A D | sock.c | 224 socklen_t fromlen = sizeof(frombuf); in NgRecvData() local 228 rtn = recvfrom(ds, buf, len, 0, (struct sockaddr *) from, &fromlen); in NgRecvData()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_notify.cpp | 148 socklen_t fromlen = sizeof(from); in InputNotify() local 151 0, (struct sockaddr*)&from, &fromlen); in InputNotify()
|
| H A D | mt_api.h | 117 int mt_recvfrom(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, i…
|
| H A D | mt_connection.cpp | 153 socklen_t fromlen = sizeof(from); in RecvData() local 156 0, (struct sockaddr*)&from, &fromlen); in RecvData()
|
| H A D | mt_api.cpp | 588 int mt_recvfrom(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, i… in mt_recvfrom() argument 590 return MtFrame::recvfrom(fd, buf, len, flags, from, fromlen, timeout); in mt_recvfrom()
|
| H A D | micro_thread.h | 424 …rom(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, int timeout);
|
| H A D | micro_thread.cpp | 961 …from(int fd, void *buf, int len, int flags, struct sockaddr *from, socklen_t *fromlen, int timeout) in recvfrom() argument 1000 int n = ff_hook_recvfrom(fd, buf, len, flags, from, fromlen); in recvfrom()
|
| /f-stack/lib/ |
| H A D | ff_syscall_wrapper.c | 871 struct linux_sockaddr *from, socklen_t *fromlen) in ff_recvfrom() argument 878 if (fromlen != NULL) in ff_recvfrom() 879 msg.msg_namelen = *fromlen; in ff_recvfrom() 893 if (fromlen != NULL) in ff_recvfrom() 894 *fromlen = msg.msg_namelen; in ff_recvfrom()
|
| H A D | ff_api.h | 100 struct linux_sockaddr *from, socklen_t *fromlen);
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 132 …recvfrom(int s, void *buf, size_t len, int flags, struct linux_sockaddr *from, socklen_t *fromlen);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 1274 int fromlen,
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 1654 iarg[5] = p->fromlen; /* l_uintptr_t */ in systrace_args()
|
| H A D | linux_proto.h | 813 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 1857 iarg[5] = p->fromlen; /* l_uintptr_t */ in systrace_args()
|
| H A D | linux_proto.h | 864 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 411 iarg[5] = p->fromlen; /* l_uintptr_t */ in systrace_args()
|
| H A D | linux_proto.h | 216 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2737 iarg[5] = p->fromlen; /* l_uintptr_t */ in systrace_args()
|
| H A D | linux32_proto.h | 1393 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 2776 iarg[5] = p->fromlen; /* l_uintptr_t */ in systrace_args()
|
| H A D | linux_proto.h | 1386 char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)]; member
|