Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd/contrib/wpa/src/radius/
H A Dradius_client.c101 RadiusType msg_type; member
283 RadiusType msg_type, in radius_client_register() argument
294 if (msg_type == RADIUS_ACCT) { in radius_client_register()
340 int s, RadiusType msg_type) in radius_client_handle_send_error() argument
351 if (msg_type == RADIUS_ACCT || in radius_client_handle_send_error()
668 RadiusType msg_type, in radius_client_list_add() argument
691 entry->msg_type = msg_type; in radius_client_list_add()
758 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) { in radius_client_send()
832 if (msg_type == RADIUS_ACCT) { in radius_client_receive()
895 if ((req->msg_type == msg_type || in radius_client_receive()
[all …]
H A Dradius_client.h243 RadiusType msg_type,
254 RadiusType msg_type, const u8 *addr);
/freebsd/contrib/tcpdump/
H A Dprint-olsr.c92 nd_uint8_t msg_type; member
102 nd_uint8_t msg_type; member
322 u_int msg_type, msg_len, msg_tlen, hello_len; in olsr_print() local
368 msg_type = GET_U_1(msgptr.v6->msg_type); in olsr_print()
375 if (msg_type == 0 || msg_len == 0) { in olsr_print()
381 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print()
399 msg_type = GET_U_1(msgptr.v4->msg_type); in olsr_print()
406 if (msg_type == 0 || msg_len == 0) { in olsr_print()
427 switch (msg_type) { in olsr_print()
473 if (msg_type == OLSR_HELLO_MSG) { in olsr_print()
[all …]
H A Dprint-lwapp.c66 nd_uint8_t msg_type; member
174 u_int msg_type, msg_tlen; in lwapp_control_print() local
243 msg_type = GET_U_1(lwapp_control_header->msg_type); in lwapp_control_print()
245 tok2str(lwapp_msg_type_values,"Unknown",msg_type), in lwapp_control_print()
246 msg_type, in lwapp_control_print()
255 switch(msg_type) { in lwapp_control_print()
H A Dprint-geonet.c63 u_int msg_type; in print_btp_body() local
68 msg_type = GET_U_1(bp + 1); in print_btp_body()
69 ND_PRINT(" t:%u-%s", msg_type, in print_btp_body()
70 tok2str(msg_type_values, "unknown (%u)", msg_type)); in print_btp_body()
H A Dprint-ldp.c576 u_short pdu_len,msg_len,msg_type; in ldp_pdu_print() local
624 msg_type=LDP_MASK_MSG_TYPE(GET_BE_U_2(ldp_msg_header->type)); in ldp_pdu_print()
632 msg_type), in ldp_pdu_print()
633 msg_type, in ldp_pdu_print()
643 msg_type), in ldp_pdu_print()
644 msg_type, in ldp_pdu_print()
656 switch(msg_type) { in ldp_pdu_print()
H A Dprint-vqp.c47 nd_uint8_t msg_type; member
134 tok2str(vqp_msg_type_values, "unknown (%u)",GET_U_1(vqp_common_header->msg_type)), in vqp_print()
145 tok2str(vqp_msg_type_values, "unknown (%u)",GET_U_1(vqp_common_header->msg_type)), in vqp_print()
H A Dprint-rsvp.c51 nd_uint8_t msg_type; member
1924 uint8_t version_flags, msg_type; in rsvp_print() local
1944 msg_type = GET_U_1(rsvp_com_header->msg_type); in rsvp_print()
1950 tok2str(rsvp_msg_type_values, "unknown (%u)",msg_type), in rsvp_print()
1961 tok2str(rsvp_msg_type_values, "unknown, type: %u",msg_type), in rsvp_print()
1962 msg_type, in rsvp_print()
1977 switch(msg_type) { in rsvp_print()
2006 msg_type = GET_U_1(rsvp_com_header->msg_type); in rsvp_print()
2009 tok2str(rsvp_msg_type_values, "unknown, type: %u",msg_type), in rsvp_print()
2010 msg_type, in rsvp_print()
H A Dprint-ptp.c361 uint8_t foct, domain_no, msg_type, v1_compat, rsvd1, lm_int, control; in ptp_print_2() local
370 msg_type = foct & PTP_MSG_TYPE_MASK; in ptp_print_2()
371 ND_PRINT(", msg type : %s", tok2str(ptp_msg_type, "Reserved", msg_type)); in ptp_print_2()
411 switch(msg_type) { in ptp_print_2()
H A Dprint-aodv.c481 uint8_t msg_type; in aodv_print() local
488 msg_type = GET_U_1(dat); in aodv_print()
491 switch (msg_type) { in aodv_print()
535 ND_PRINT(" type %u %u", msg_type, length); in aodv_print()
H A Dprint-m3ua.c46 nd_uint8_t msg_type; member
323 tok2str(dict, "Unknown (0x%02x)", GET_U_1(hdr->msg_type))); in m3ua_print()
/freebsd/sys/dev/mana/
H A Dshm_channel.c77 uint8_t msg_type : 3; member
126 mana_smc_read_response(struct shm_channel *sc, uint32_t msg_type, in mana_smc_read_response() argument
146 if (hdr.msg_type != msg_type || hdr.msg_version > msg_version || in mana_smc_read_response()
150 hdr.as_uint32, msg_type, msg_version); in mana_smc_read_response()
267 hdr->msg_type = SMC_MSG_TYPE_ESTABLISH_HWC; in mana_smc_setup_hwc()
311 hdr.msg_type = SMC_MSG_TYPE_DESTROY_HWC; in mana_smc_teardown_hwc()
/freebsd/contrib/wpa/src/wps/
H A Dwps_validate.c547 if (msg_type == NULL) { in wps_validate_msg_type()
555 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type()
557 "attribute value 0x%x", *msg_type); in wps_validate_msg_type()
1302 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1()
1358 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2()
1413 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d()
1465 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3()
1501 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4()
1570 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5()
1637 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m6()
[all …]
H A Dwps_enrollee.c1296 if (attr.msg_type == NULL) { in wps_process_wsc_msg()
1302 switch (*attr.msg_type) { in wps_process_wsc_msg()
1342 *attr.msg_type); in wps_process_wsc_msg()
1374 if (attr.msg_type == NULL) { in wps_process_wsc_ack()
1379 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack()
1381 *attr.msg_type); in wps_process_wsc_ack()
1421 if (attr.msg_type == NULL) { in wps_process_wsc_nack()
1426 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack()
1428 *attr.msg_type); in wps_process_wsc_nack()
1501 if (*attr.msg_type == WPS_WSC_ACK) in wps_enrollee_process_msg()
[all …]
/freebsd/sys/dev/qat/qat_common/
H A Dadf_pfvf_vf_proto.c122 u8 msg_type; in adf_vf2pf_blkmsg_data_req() local
128 msg_type = ADF_VF2PF_MSGTYPE_SMALL_BLOCK_REQ; in adf_vf2pf_blkmsg_data_req()
133 msg_type = ADF_VF2PF_MSGTYPE_MEDIUM_BLOCK_REQ; in adf_vf2pf_blkmsg_data_req()
139 msg_type = ADF_VF2PF_MSGTYPE_LARGE_BLOCK_REQ; in adf_vf2pf_blkmsg_data_req()
162 req.type = msg_type; in adf_vf2pf_blkmsg_data_req()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py396 def __init__(self, msg_type, obj_list=[]): argument
397 if isinstance(msg_type, Enum):
398 self.obj_type = msg_type.value
399 self._enum = msg_type
401 self.obj_type = msg_type
435 def is_type(self, msg_type): argument
436 return enum_or_int(msg_type) == self.msg_type
/freebsd/usr.sbin/bsdconfig/mouse/
H A Dmouse54 '3 $msg_type' '$msg_select_mouse_protocol_type'
126 "3 $msg_type") command=type ;; # Select mouse protocol type
/freebsd/sys/rpc/
H A Drpc_msg.h52 enum msg_type { enum
149 enum msg_type rm_direction;
H A Drpc_prot.c172 enum msg_type *prm_direction; in xdr_replymsg()
182 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type); in xdr_replymsg()
221 enum msg_type *prm_direction; in xdr_callhdr()
/freebsd/include/rpc/
H A Drpc_msg.h52 enum msg_type { enum
149 enum msg_type rm_direction;
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c565 u8 msg_type = 0; in ath10k_htt_htc_tx_complete() local
569 msg_type = htt_hdr->msg_type; in ath10k_htt_htc_tx_complete()
571 if (msg_type == HTT_H2T_MSG_TYPE_TX_FRM) { in ath10k_htt_htc_tx_complete()
620 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_VERSION_REQ; in ath10k_htt_h2t_ver_req_msg()
649 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_STATS_REQ; in ath10k_htt_h2t_stats_req()
846 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_RX_RING_CFG; in ath10k_htt_send_rx_ring_cfg_32()
918 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_RX_RING_CFG; in ath10k_htt_send_rx_ring_cfg_64()
987 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_RX_RING_CFG; in ath10k_htt_send_rx_ring_cfg_hl()
1037 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_AGGR_CFG; in ath10k_htt_h2t_aggr_cfg_msg_32()
1084 cmd->hdr.msg_type = HTT_H2T_MSG_TYPE_AGGR_CFG; in ath10k_htt_h2t_aggr_cfg_msg_v2()
[all …]
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dvmbus_x86.c89 if (msg->msg_type == HYPERV_MSGTYPE_TIMER_EXPIRED) { in vmbus_handle_timer_intr1()
90 msg->msg_type = HYPERV_MSGTYPE_NONE; in vmbus_handle_timer_intr1()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c38 const char *msg_type = NULL; in unprotected_exception() local
48 msg_type = "error response"; in unprotected_exception()
59 msg_type = "revocation response message with rejection status"; in unprotected_exception()
63 msg_type = "PKI Confirmation message"; in unprotected_exception()
78 msg_type = "CertRepMessage with rejection status"; in unprotected_exception()
81 if (msg_type == NULL) in unprotected_exception()
84 invalid_protection ? "invalid" : "missing", msg_type); in unprotected_exception()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c246 const char *msg_type = NULL; in SMIME_write_ASN1_ex() local
302 msg_type = "enveloped-data"; in SMIME_write_ASN1_ex()
305 msg_type = "signed-receipt"; in SMIME_write_ASN1_ex()
307 msg_type = "signed-data"; in SMIME_write_ASN1_ex()
309 msg_type = "certs-only"; in SMIME_write_ASN1_ex()
311 msg_type = "compressed-data"; in SMIME_write_ASN1_ex()
319 if (msg_type) in SMIME_write_ASN1_ex()
320 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1_ex()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c623 uint32_t msg_type; in vmbus_chanmsg_handle()
625 msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type; in vmbus_chanmsg_handle()
626 if (msg_type >= VMBUS_CHANMSG_TYPE_MAX) { in vmbus_chanmsg_handle()
628 msg_type); in vmbus_chanmsg_handle()
632 msg_proc = vmbus_chanmsg_handlers[msg_type]; in vmbus_chanmsg_handle()
648 if (msg->msg_type == HYPERV_MSGTYPE_NONE) { in vmbus_msg_task()
651 } else if (msg->msg_type == HYPERV_MSGTYPE_CHANNEL) { in vmbus_msg_task()
657 msg->msg_type = HYPERV_MSGTYPE_NONE; in vmbus_msg_task()
659 * Make sure the write to msg_type (i.e. set to in vmbus_msg_task()
706 if (__predict_false(msg->msg_type ! in vmbus_handle_intr1()
618 uint32_t msg_type; vmbus_chanmsg_handle() local
[all...]

1234