Home
last modified time | relevance | path

Searched refs:m_msg (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sbin/setkey/
HDtest-pfkey.c138 struct sadb_msg m_msg; local
140 memset(&m_msg, 0, sizeof(m_msg));
141 m_msg.sadb_msg_version = PF_KEY_V2;
142 m_msg.sadb_msg_type = type;
143 m_msg.sadb_msg_errno = 0;
144 m_msg.sadb_msg_satype = SADB_SATYPE_ESP;
146 m_msg.sadb_msg_reserved = 0;
148 m_msg.sadb_msg_seq = 0;
149 m_msg.sadb_msg_pid = getpid();
152 memcpy(m_buf, &m_msg, m_len);
/NextBSD/contrib/atf/atf-c++/detail/
Dexceptions_test.cpp46 const char* m_msg; member
59 snprintf(buf, buflen, "Message: %s", data->m_msg); in test_format()
69 data.m_msg = msg; in test_error()
/NextBSD/contrib/atf/atf-c/detail/
HDprocess_test.c109 char *m_msg; member
125 s->m_msg = NULL; in capture_stream_init()
136 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()
139 s->m_msg = atf_utils_readline(atf_process_child_stderr(c)); in capture_stream_process()
154 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
155 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
158 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
159 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
165 free(s->m_msg); in capture_stream_fini()
394 const char *m_msg; member
[all …]