| /f-stack/tools/libnetgraph/ |
| H A D | compat.c | 84 dst->tolen = src->tolen; in ngctl() 86 memcpy(dst->to, src->to, src->tolen); in ngctl() 203 sa.tolen = addrlen; in ng_sendto()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_syscalls.c | 245 if (uap->tolen != 0) { 246 error = getsockaddr(&to, uap->to, uap->tolen); 354 if (uap->tolen != 0) { 355 error = getsockaddr(&to, uap->to, uap->tolen);
|
| /f-stack/app/micro_thread/ |
| H A D | mt_api.h | 119 int mt_sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, in…
|
| H A D | mt_api.cpp | 593 int mt_sendto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, in… in mt_sendto() argument 595 return MtFrame::sendto(fd, msg, len, flags, to, tolen, timeout); in mt_sendto()
|
| H A D | micro_thread.h | 422 …to(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout);
|
| H A D | micro_thread.cpp | 1021 …dto(int fd, const void *msg, int len, int flags, const struct sockaddr *to, int tolen, int timeout) in sendto() argument 1037 while ((n = ff_hook_sendto(fd, msg, len, flags, to, tolen)) < 0) in sendto()
|
| /f-stack/lib/ |
| H A D | ff_api.h | 95 const struct linux_sockaddr *to, socklen_t tolen);
|
| H A D | ff_syscall_wrapper.c | 801 const struct linux_sockaddr *to, socklen_t tolen) in ff_sendto() argument 811 linux2freebsd_sockaddr(to, tolen, pf); in ff_sendto() 817 msg.msg_namelen = tolen; in ff_sendto()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sysproto.h | 158 char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)]; member 246 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member 255 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 123 …o(int s, const void *buf, size_t len, int flags, const struct linux_sockaddr *to, socklen_t tolen);
|
| /f-stack/freebsd/kern/ |
| H A D | systrace_args.c | 744 iarg[5] = p->tolen; /* int */ in systrace_args() 2480 iarg[4] = p->tolen; /* __socklen_t */ in systrace_args() 2493 iarg[4] = p->tolen; /* __socklen_t */ in systrace_args()
|
| H A D | uipc_syscalls.c | 837 msg.msg_namelen = uap->tolen; in sys_sendto()
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 437 char tolen_l_[PADL_(int)]; int tolen; char tolen_r_[PADR_(int)]; member 1324 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member 1333 char tolen_l_[PADL_(__socklen_t)]; __socklen_t tolen; char tolen_r_[PADR_(__socklen_t)]; member
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_systrace_args.c | 1642 iarg[5] = p->tolen; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 805 char tolen_l_[PADL_(l_int)]; l_int tolen; char tolen_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 1835 iarg[5] = p->tolen; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 850 char tolen_l_[PADL_(l_int)]; l_int tolen; char tolen_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 399 iarg[5] = p->tolen; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 208 char tolen_l_[PADL_(l_int)]; l_int tolen; char tolen_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 2716 iarg[5] = p->tolen; /* l_int */ in systrace_args()
|
| H A D | linux32_proto.h | 1380 char tolen_l_[PADL_(l_int)]; l_int tolen; char tolen_r_[PADR_(l_int)]; member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 2755 iarg[5] = p->tolen; /* l_int */ in systrace_args()
|
| H A D | linux_proto.h | 1373 char tolen_l_[PADL_(l_int)]; l_int tolen; char tolen_r_[PADR_(l_int)]; member
|