Home
last modified time | relevance | path

Searched refs:sa_t (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/network/tcp_cmds/include/
Dnetdefs.h34 typedef struct sockaddr sa_t; typedef
49 typedef struct sockaddr sa_t; typedef
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_s.c33 sa_t from; in main()
76 if (bind(s, (sa_t *) & sa, sizeof(sa)) < 0) { in main()
Dtestsf_c.c92 if (connect(s, (sa_t *) & sai, sizeof(sai)) < 0) { in main()
/external/ltp/testcases/network/tcp_cmds/echo/
Dechoes.c143 sa_t address; in echofile()
232 if (connect(s, (sa_t *) & sa, sizeof(sa)) == -1) { in echofile()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3047 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()
Dsyswrap-solaris.c3782 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()