Searched refs:sa_t (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/network/tcp_cmds/include/ |
D | netdefs.h | 34 typedef struct sockaddr sa_t; typedef 49 typedef struct sockaddr sa_t; typedef
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
D | testsf_s.c | 33 sa_t from; in main() 76 if (bind(s, (sa_t *) & sa, sizeof(sa)) < 0) { in main()
|
D | testsf_c.c | 92 if (connect(s, (sa_t *) & sai, sizeof(sai)) < 0) { in main()
|
/external/ltp/testcases/network/tcp_cmds/echo/ |
D | echoes.c | 143 sa_t address; in echofile() 232 if (connect(s, (sa_t *) & sa, sizeof(sa)) == -1) { in echofile()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 3047 vki_sigaction_toK_t sa_t; in PRE() local 3049 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t); in PRE() 3050 if (sa_t.ksa_handler == VKI_SIG_IGN) in PRE() 3051 VG_(sigaction)(i, &sa_t, NULL); in PRE() 3053 sa_t.ksa_handler = VKI_SIG_DFL; in PRE() 3054 VG_(sigaction)(i, &sa_t, NULL); in PRE()
|
D | syswrap-solaris.c | 3782 vki_sigaction_toK_t sa_t; in PRE() local 3784 VG_(convert_sigaction_fromK_to_toK)(&sa_f, &sa_t); in PRE() 3785 VG_(sigaction)(i, &sa_t, NULL); in PRE()
|