| /NextBSD/contrib/wpa/src/wps/ |
| HD | wps_attr_build.c | 21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key() 96 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type() 106 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type() 116 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods() 126 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e() 138 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id() 148 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error() 158 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator() 188 int wps_build_version(struct wpabuf *msg) in wps_build_version() 205 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, in wps_build_wfa_ext() [all …]
|
| HD | wps_enrollee.c | 19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state() 35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash() 83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1() 93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2() 106 struct wpabuf *msg; in wps_build_m1() local 168 struct wpabuf *msg; in wps_build_m3() local 205 struct wpabuf *msg, *plain; in wps_build_m5() local 238 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid() 248 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type() 272 static int wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_encr_type() [all …]
|
| HD | wps_dev_attr.c | 16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer() 40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name() 64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number() 88 int wps_build_serial_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_serial_number() 112 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type() 123 struct wpabuf *msg) in wps_build_secondary_dev_type() 138 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type() 158 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name() 182 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs() 195 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version() [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/saal/ |
| HD | saal_sscop.c | 168 struct sscop_msg *msg = NULL, *m; in QFIND() local 644 struct sscop_msg *msg; in sscop_aasig() local 740 struct sscop_msg *msg; in sscop_maasig() local 781 struct sscop_msg *msg; in sscop_input() local 1046 struct sscop_msg *msg; in m_prepare_retrieval() local 1065 struct sscop_msg *msg; in m_prepare_recovery() local 1097 struct sscop_msg *msg; in m_deliver_data() local 1175 m_detect_retransmission(struct sscop *sscop, struct sscop_msg *msg) in m_detect_retransmission() 1719 sscop_idle_bgn(struct sscop *sscop, struct sscop_msg *msg) in sscop_idle_bgn() 1776 sscop_ignore_pdu(struct sscop *sscop __unused, struct sscop_msg *msg) in sscop_ignore_pdu() [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_msg.c | 21 print_alerting(struct uni_alerting *msg, struct unicx *cx) in print_alerting() 71 encode_alerting(struct uni_msg *msg, struct uni_alerting *p, struct unicx *cx) in encode_alerting() 109 decode_alerting(struct uni_alerting *out, struct uni_msg *msg, in decode_alerting() 199 print_call_proc(struct uni_call_proc *msg, struct unicx *cx) in print_call_proc() 228 encode_call_proc(struct uni_msg *msg, struct uni_call_proc *p, struct unicx *cx) in encode_call_proc() 255 decode_call_proc(struct uni_call_proc *out, struct uni_msg *msg, in decode_call_proc() 311 print_connect(struct uni_connect *msg, struct unicx *cx) in print_connect() 400 encode_connect(struct uni_msg *msg, struct uni_connect *p, struct unicx *cx) in encode_connect() 471 decode_connect(struct uni_connect *out, struct uni_msg *msg, in decode_connect() 653 print_connect_ack(struct uni_connect_ack *msg, struct unicx *cx) in print_connect_ack() [all …]
|
| HD | privmsg.c | 44 uni_decode_head(struct uni_msg *msg, struct uni_all *out, in uni_decode_head() 112 uni_decode_body_internal(enum uni_msgtype mtype, struct uni_msg *msg, in uni_decode_body_internal() 231 uni_decode_body(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) in uni_decode_body() 246 uni_decode(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) in uni_decode() 257 uni_encode(struct uni_msg *msg, struct uni_all *in, struct unicx *cx) in uni_encode()
|
| /NextBSD/contrib/llvm/projects/libunwind/src/ |
| HD | config.h | 51 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument 52 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) argument 68 static inline void assert_rtn(const char* func, const char* file, int line, const char* msg) { in assert_rtn() 83 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) argument 84 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg) argument 95 #define _LIBUNWIND_DEBUG_LOG(msg, ...) argument 96 #define _LIBUNWIND_TRACE_API(msg, ...) argument 98 #define _LIBUNWIND_TRACE_UNWINDING(msg, ...) argument 109 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) argument 116 #define _LIBUNWIND_TRACE_API(msg, ...) \ argument [all …]
|
| /NextBSD/sys/netgraph/bluetooth/l2cap/ |
| HD | ng_l2cap_ulpi.c | 63 ng_l2cap_l2ca_con_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_con_req() 165 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp() local 222 ng_l2cap_l2ca_con_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_con_rsp_req() 339 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_encryption_change() local 391 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_rsp_rsp() local 431 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_con_ind() local 470 ng_l2cap_l2ca_cfg_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_cfg_req() 582 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp() local 642 ng_l2cap_l2ca_cfg_rsp_req(ng_l2cap_p l2cap, struct ng_mesg *msg) in ng_l2cap_l2ca_cfg_rsp_req() 742 struct ng_mesg *msg = NULL; in ng_l2cap_l2ca_cfg_rsp_rsp() local [all …]
|
| /NextBSD/contrib/wpa/src/p2p/ |
| HD | p2p_parse.c | 19 struct p2p_message *msg) in p2p_parse_attribute() 409 int p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_p2p_ie() 445 static int p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) in p2p_parse_wps_ie() 514 int p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse_ies() 568 int p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) in p2p_parse() 584 size_t p2p_len, struct p2p_message *msg) in p2p_parse_ies_separate() 614 void p2p_parse_free(struct p2p_message *msg) in p2p_parse_free() 775 struct p2p_message msg; in p2p_attr_text() local 838 struct p2p_message msg; in p2p_get_cross_connect_disallowed() local 853 struct p2p_message msg; in p2p_get_group_capab() local [all …]
|
| /NextBSD/contrib/wpa/src/radius/ |
| HD | radius.c | 52 struct radius_hdr * radius_msg_get_hdr(struct radius_msg *msg) in radius_msg_get_hdr() 58 struct wpabuf * radius_msg_get_buf(struct radius_msg *msg) in radius_msg_get_buf() 65 radius_get_attr_hdr(struct radius_msg *msg, int idx) in radius_get_attr_hdr() 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) in radius_msg_set_hdr() 79 static int radius_msg_initialize(struct radius_msg *msg) in radius_msg_initialize() 104 struct radius_msg *msg; in radius_msg_new() local 127 void radius_msg_free(struct radius_msg *msg) in radius_msg_free() 347 void radius_msg_dump(struct radius_msg *msg) in radius_msg_dump() 362 int radius_msg_finish(struct radius_msg *msg, const u8 *secret, in radius_msg_finish() 393 int radius_msg_finish_srv(struct radius_msg *msg, const u8 *secret, in radius_msg_finish_srv() [all …]
|
| /NextBSD/contrib/ntp/sntp/libevent/include/event2/ |
| HD | rpc_compat.h | 48 #define EVTAG_ASSIGN(msg, member, args...) \ argument 50 #define EVTAG_GET(msg, member, args...) \ argument 52 #define EVTAG_ADD(msg, member, args...) \ argument 55 #define EVTAG_LEN(msg, member) ((msg)->member##_length) argument
|
| HD | rpc.h | 76 #define EVTAG_HAS(msg, member) \ argument 88 #define EVTAG_ASSIGN(msg, member, value) \ argument 98 #define EVTAG_ASSIGN_WITH_LEN(msg, member, value, len) \ argument 108 #define EVTAG_GET(msg, member, pvalue) \ argument 119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument 127 #define EVTAG_ARRAY_ADD_VALUE(msg, member, value) \ argument 132 #define EVTAG_ARRAY_ADD(msg, member) \ argument 137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument 142 #define EVTAG_ARRAY_LEN(msg, member) ((msg)->member##_length) argument
|
| /NextBSD/contrib/netbsd-tests/net/net/ |
| HD | t_pktinfo.c | 48 #define ERR(msg) err(EXIT_FAILURE, msg) argument 49 #define ERRX(msg, a) errx(EXIT_FAILURE, msg, a) argument 50 #define ERRX2(msg, a1, a2) errx(EXIT_FAILURE, msg, a1, a2) argument 53 #define ERR(msg) ATF_REQUIRE_MSG(0, "%s: %s", msg, strerror(errno)) argument 54 #define ERRX(msg, a) ATF_REQUIRE_MSG(0, msg, a) argument 55 #define ERRX2(msg, a1, a2) ATF_REQUIRE_MSG(0, msg, a1, a2) argument 101 struct msghdr msg; in receive() local
|
| /NextBSD/contrib/unbound/services/cache/ |
| HD | dns.c | 175 struct dns_msg* msg, time_t now) in addr_to_additional() 212 struct dns_msg** msg) in find_add_addrs() 319 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds() 354 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, in dns_msg_create() local 382 dns_msg_authadd(struct dns_msg* msg, struct regional* region, in dns_msg_authadd() 394 dns_msg_ansadd(struct dns_msg* msg, struct regional* region, in dns_msg_ansadd() 407 struct regional* region, struct dns_msg** msg, time_t now) in dns_cache_find_delegation() 457 struct dns_msg* msg = (struct dns_msg*)regional_alloc(region, in gen_dns_msg() local 485 struct dns_msg* msg; in tomsg() local 536 struct dns_msg* msg; in rrset_msg() local [all …]
|
| /NextBSD/bin/sh/ |
| HD | error.c | 130 vwarning(const char *msg, va_list ap) in vwarning() 142 warning(const char *msg, ...) in warning() 157 exverror(int cond, const char *msg, va_list ap) in exverror() 183 error(const char *msg, ...) in error() 193 exerror(int cond, const char *msg, ...) in exerror()
|
| /NextBSD/sys/contrib/ngatm/netnatm/api/ |
| HD | cc_conn.c | 134 cc_send_uni(struct ccconn *conn, u_int op, struct uni_msg *msg) in cc_send_uni() 1114 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1195 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1249 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1305 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1347 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1382 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1405 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1429 struct uni_msg *msg = arg; in cc_conn_sig_handle() local 1492 struct uni_msg *msg = arg; in cc_conn_sig_handle() local [all …]
|
| HD | cc_user.c | 839 cc_user_signal(struct ccuser *user, enum atmop sig, struct uni_msg *msg) in cc_user_signal() 1065 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1194 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1286 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1349 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1463 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1572 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1659 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1725 struct uni_msg *msg = arg; in cc_user_sig_handle() local 1749 struct uni_msg *msg = arg; in cc_user_sig_handle() local [all …]
|
| /NextBSD/contrib/libarchive/libarchive/test/ |
| HD | test_write_disk.c | 38 static void create(struct archive_entry *ae, const char *msg) in create() 64 static void create_reg_file(struct archive_entry *ae, const char *msg) in create_reg_file() 106 static void create_reg_file2(struct archive_entry *ae, const char *msg) in create_reg_file2() 140 static void create_reg_file3(struct archive_entry *ae, const char *msg) in create_reg_file3() 167 static void create_reg_file4(struct archive_entry *ae, const char *msg) in create_reg_file4() 194 static void create_reg_file_win(struct archive_entry *ae, const char *msg) in create_reg_file_win()
|
| /NextBSD/sys/dev/mpt/ |
| HD | mpt_debug.c | 361 mpt_print_reply_hdr(MSG_DEFAULT_REPLY *msg) in mpt_print_reply_hdr() 373 mpt_print_init_reply(MSG_IOC_INIT_REPLY *msg) in mpt_print_init_reply() 383 mpt_print_ioc_facts(MSG_IOC_FACTS_REPLY *msg) in mpt_print_ioc_facts() 409 mpt_print_enable_reply(MSG_PORT_ENABLE_REPLY *msg) in mpt_print_enable_reply() 417 mpt_print_scsi_io_reply(MSG_SCSI_IO_REPLY *msg) in mpt_print_scsi_io_reply() 432 mpt_print_event_notice(MSG_EVENT_NOTIFY_REPLY *msg) in mpt_print_event_notice() 490 MSG_DEFAULT_REPLY *msg = vmsg; in mpt_print_reply() local 531 MSG_SCSI_IO_REQUEST local, *msg = &local; in mpt_print_scsi_io_request() local 584 mpt_print_scsi_tmf_request(MSG_SCSI_TASK_MGMT *msg) in mpt_print_scsi_tmf_request() 595 mpt_print_scsi_target_assist_request(PTR_MSG_TARGET_ASSIST_REQUEST msg) in mpt_print_scsi_target_assist_request() [all …]
|
| /NextBSD/contrib/apr/poll/unix/ |
| HD | z_asio.c | 98 struct asio_msgbuf_t msg; member 123 #define DBG_CORE(msg) sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \ argument 126 #define DBG_CORE1(msg, var1) sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \ argument 129 #define DBG_CORE2(msg, var1, var2) sprintf(dbg_msg_buff, "% 8d " __FUNCTION__ \ argument 132 #define DBG_CORE3(msg, var1, var2, var3) \ argument 136 #define DBG_CORE4(msg, var1, var2, var3, var4) \ argument 143 #define DBG(lvl, msg) DBG_TEST(lvl) \ argument 147 #define DBG1(lvl, msg, var1) DBG_TEST(lvl) \ argument 151 #define DBG2(lvl, msg, var1, var2) DBG_TEST(lvl) \ argument 155 #define DBG3(lvl, msg, var1, var2, var3) \ argument [all …]
|
| /NextBSD/contrib/ngatm/libngatm/ |
| HD | unimsg.c | 164 uni_msg_strip32(struct uni_msg *msg) in uni_msg_strip32() 177 uni_msg_get32(struct uni_msg *msg) in uni_msg_get32() 190 uni_msg_append32(struct uni_msg *msg, u_int u) in uni_msg_append32() 204 uni_msg_append8(struct uni_msg *msg, u_int u) in uni_msg_append8() 218 uni_msg_trail32(const struct uni_msg *msg, int i) in uni_msg_trail32() 233 struct uni_msg *msg; in uni_msg_dup() local
|
| /NextBSD/contrib/ntp/sntp/unity/ |
| HD | unity.c | 377 static void UnityAddMsgIfSpecified(const char* msg) in UnityAddMsgIfSpecified() 417 …xpected, UNITY_PTR_ATTRIBUTE const void* actual, const UNITY_LINE_TYPE lineNumber, const char* msg) in UnityCheckArraysForNull() 452 const char* msg, in UnityAssertBits() 472 const char* msg, in UnityAssertEqualNumber() 494 const char* msg, in UnityAssertEqualIntArray() 612 const char* msg, in UnityAssertEqualFloatArray() 668 const char* msg, in UnityAssertFloatsWithin() 704 const char* msg, in UnityAssertFloatSpecial() 773 const char* msg, in UnityAssertEqualDoubleArray() 829 const char* msg, in UnityAssertDoublesWithin() [all …]
|
| /NextBSD/lib/libpam/modules/pam_ksu/ |
| HD | pam_ksu.c | 73 const char *msg = krb5_get_error_message(context, rv); in pam_sm_authenticate() local 138 const char *msg = krb5_get_error_message(context, rv); in auth_krb5() local 147 const char *msg = krb5_get_error_message(context, rv); in auth_krb5() local 157 const char *msg = krb5_get_error_message(context, rv); in auth_krb5() local 233 const char *msg = krb5_get_error_message(context, rv); in get_su_principal() local 257 const char *msg = krb5_get_error_message(context, rv); in get_su_principal() local
|
| /NextBSD/sbin/newfs_msdos/ |
| HD | newfs_msdos.c | 45 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg) argument 46 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg) argument 47 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg) argument 48 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg) argument 169 argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou() 185 argtooff(const char *arg, const char *msg) in argtooff()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_msgsnd.c | 59 struct msg { struct 71 if ((id = msgget(MSG_KEY, 0)) != -1) in clean() argument 84 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; in ATF_TC_BODY() argument 135 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; in ATF_TC_BODY() local 181 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; in ATF_TC_BODY() local 225 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; in ATF_TC_BODY() local 271 struct msg msg = { MSG_MTYPE_1, { 'a', 'b', 'c' } }; in ATF_TC_BODY() local
|