Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/setkey/
Dtest-pfkey.c140 struct sadb_msg m_msg; local
142 memset(&m_msg, 0, sizeof(m_msg));
143 m_msg.sadb_msg_version = PF_KEY_V2;
144 m_msg.sadb_msg_type = type;
145 m_msg.sadb_msg_errno = 0;
146 m_msg.sadb_msg_satype = SADB_SATYPE_ESP;
148 m_msg.sadb_msg_reserved = 0;
150 m_msg.sadb_msg_seq = 0;
151 m_msg.sadb_msg_pid = getpid();
154 memcpy(m_buf, &m_msg, m_len);
/freebsd-12-stable/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()
/freebsd-12-stable/contrib/atf/atf-c/detail/
Dprocess_test.c112 char *m_msg; member
128 s->m_msg = NULL; in capture_stream_init()
139 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()
142 s->m_msg = atf_utils_readline(atf_process_child_stderr(c)); in capture_stream_process()
157 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
158 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
161 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
162 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
168 free(s->m_msg); in capture_stream_fini()
397 const char *m_msg; member
[all …]