Home
last modified time | relevance | path

Searched refs:msghdr (Results 1 – 25 of 189) sorted by relevance

12345678

/external/strace/tests/
Dmsg_control.c92 test_scm_rights1(struct msghdr *const mh, in test_scm_rights1()
145 test_scm_rights2(struct msghdr *const mh, in test_scm_rights2()
207 test_scm_rights3(struct msghdr *const mh, void *const page, const size_t nfds) in test_scm_rights3()
234 test_scm_timestamp(struct msghdr *const mh, void *const page) in test_scm_timestamp()
279 test_scm_timestampns(struct msghdr *const mh, void *const page) in test_scm_timestampns()
325 test_scm_timestamping(struct msghdr *const mh, void *const page) in test_scm_timestamping()
390 test_scm_security(struct msghdr *const mh, in test_scm_security()
437 test_unknown_type(struct msghdr *const mh, in test_unknown_type()
462 test_sol_socket(struct msghdr *const mh, void *const page) in test_sol_socket()
536 test_ip_pktinfo(struct msghdr *const mh, void *const page, in test_ip_pktinfo()
[all …]
Drecvmsg.c83 const struct msghdr w_mh_ = { in main()
87 const struct msghdr *w_mh = tail_memdup(&w_mh_, sizeof(w_mh_)); in main()
119 const struct msghdr r_mh_ = { in main()
123 struct msghdr *r_mh = tail_memdup(&r_mh_, sizeof(r_mh_)); in main()
/external/strace/tests-m32/
Dmsg_control.c92 test_scm_rights1(struct msghdr *const mh, in test_scm_rights1()
145 test_scm_rights2(struct msghdr *const mh, in test_scm_rights2()
207 test_scm_rights3(struct msghdr *const mh, void *const page, const size_t nfds) in test_scm_rights3()
234 test_scm_timestamp(struct msghdr *const mh, void *const page) in test_scm_timestamp()
279 test_scm_timestampns(struct msghdr *const mh, void *const page) in test_scm_timestampns()
325 test_scm_timestamping(struct msghdr *const mh, void *const page) in test_scm_timestamping()
390 test_scm_security(struct msghdr *const mh, in test_scm_security()
437 test_unknown_type(struct msghdr *const mh, in test_unknown_type()
462 test_sol_socket(struct msghdr *const mh, void *const page) in test_sol_socket()
536 test_ip_pktinfo(struct msghdr *const mh, void *const page, in test_ip_pktinfo()
[all …]
Drecvmsg.c83 const struct msghdr w_mh_ = { in main()
87 const struct msghdr *w_mh = tail_memdup(&w_mh_, sizeof(w_mh_)); in main()
119 const struct msghdr r_mh_ = { in main()
123 struct msghdr *r_mh = tail_memdup(&r_mh_, sizeof(r_mh_)); in main()
/external/strace/tests-mx32/
Dmsg_control.c92 test_scm_rights1(struct msghdr *const mh, in test_scm_rights1()
145 test_scm_rights2(struct msghdr *const mh, in test_scm_rights2()
207 test_scm_rights3(struct msghdr *const mh, void *const page, const size_t nfds) in test_scm_rights3()
234 test_scm_timestamp(struct msghdr *const mh, void *const page) in test_scm_timestamp()
279 test_scm_timestampns(struct msghdr *const mh, void *const page) in test_scm_timestampns()
325 test_scm_timestamping(struct msghdr *const mh, void *const page) in test_scm_timestamping()
390 test_scm_security(struct msghdr *const mh, in test_scm_security()
437 test_unknown_type(struct msghdr *const mh, in test_unknown_type()
462 test_sol_socket(struct msghdr *const mh, void *const page) in test_sol_socket()
536 test_ip_pktinfo(struct msghdr *const mh, void *const page, in test_ip_pktinfo()
[all …]
Drecvmsg.c83 const struct msghdr w_mh_ = { in main()
87 const struct msghdr *w_mh = tail_memdup(&w_mh_, sizeof(w_mh_)); in main()
119 const struct msghdr r_mh_ = { in main()
123 struct msghdr *r_mh = tail_memdup(&r_mh_, sizeof(r_mh_)); in main()
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg02.c58 struct msghdr msghdr = { in verify_recvmsg() local
82 R = recvmsg(sdr, &msghdr, MSG_PEEK); in verify_recvmsg()
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c170 struct msghdr msg; in TEST_F()
179 memset(&msg, 0, sizeof(struct msghdr)); in TEST_F()
192 struct msghdr msg; in TEST_F()
196 memset(&msg, 0, sizeof(struct msghdr)); in TEST_F()
216 struct msghdr msg; in TEST_F()
223 memset(&msg, 0, sizeof(struct msghdr)); in TEST_F()
256 struct msghdr msg; in TEST_F()
260 memset(&msg, 0, sizeof(struct msghdr)); in TEST_F()
354 struct msghdr hdr; in TEST_F()
373 struct msghdr hdr; in TEST_F()
[all …]
/external/strace/
Dmsghdr.h9 struct msghdr msg_hdr;
17 print_struct_msghdr(struct tcb *, const struct msghdr *,
Dfetch_struct_msghdr.c33 typedef struct msghdr struct_msghdr;
49 struct msghdr *const p_native = p; in MPERS_PRINTER_DECL()
/external/ltp/utils/sctp/testlib/
Dsctputil.h208 static inline int test_sendmsg(int sk, const struct msghdr *msg, int flags, in test_sendmsg()
226 static inline int test_recvmsg(int sk, struct msghdr *msg, int flags) in test_recvmsg()
314 void test_check_msg_notification(struct msghdr *, int, int, uint16_t, uint32_t);
316 void test_check_msg_data(struct msghdr *, int, int, int, uint16_t, uint32_t);
321 void test_print_message(int sk, struct msghdr *msg, size_t msg_len);
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_netbsd_386.go27 func (msghdr *Msghdr) SetControllen(length int) {
28 msghdr.Controllen = uint32(length)
Dsyscall_openbsd_386.go27 func (msghdr *Msghdr) SetControllen(length int) {
28 msghdr.Controllen = uint32(length)
Dsyscall_netbsd_amd64.go27 func (msghdr *Msghdr) SetControllen(length int) {
28 msghdr.Controllen = uint32(length)
Dsyscall_netbsd_arm.go27 func (msghdr *Msghdr) SetControllen(length int) {
28 msghdr.Controllen = uint32(length)
Dsyscall_openbsd_arm.go27 func (msghdr *Msghdr) SetControllen(length int) {
28 msghdr.Controllen = uint32(length)
Dsyscall_openbsd_amd64.go27 func (msghdr *Msghdr) SetControllen(length int) {
28 msghdr.Controllen = uint32(length)
Dsyscall_freebsd_arm.go32 func (msghdr *Msghdr) SetControllen(length int) {
33 msghdr.Controllen = uint32(length)
Dsyscall_freebsd_386.go32 func (msghdr *Msghdr) SetControllen(length int) {
33 msghdr.Controllen = uint32(length)
Dsyscall_freebsd_amd64.go32 func (msghdr *Msghdr) SetControllen(length int) {
33 msghdr.Controllen = uint32(length)
Dsyscall_dragonfly_amd64.go32 func (msghdr *Msghdr) SetControllen(length int) {
33 msghdr.Controllen = uint32(length)
Dsyscall_linux_ppc64x.go90 func (msghdr *Msghdr) SetControllen(length int) {
91 msghdr.Controllen = uint64(length)
Dsyscall_darwin_386.go43 func (msghdr *Msghdr) SetControllen(length int) {
44 msghdr.Controllen = uint32(length)
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp67 inline socket_type call_accept(SockLenType msghdr::*,
89 &msghdr::msg_namelen, s, addr, addrlen), ec);
201 inline int call_bind(SockLenType msghdr::*,
218 &msghdr::msg_namelen, s, addr, addrlen), ec);
352 inline int call_connect(SockLenType msghdr::*,
369 &msghdr::msg_namelen, s, addr, addrlen), ec);
567 msghdr msg = msghdr();
666 msghdr msg = msghdr();
750 msghdr msg = msghdr();
835 msghdr msg = msghdr();
[all …]
/external/ltp/include/
Dtst_netlink.h45 struct msghdr msg = { in safe_netlink_send()
77 struct msghdr msg = { in safe_netlink_recv()

12345678