Searched refs:msg_type (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-10.3-release/contrib/wpa/src/radius/
H A Dradius_client.c98 * msg_type - Message type
100 RadiusType msg_type; member in struct:radius_msg_list
251 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
265 RadiusType msg_type,
276 if (msg_type == RADIUS_ACCT) {
299 int s, RadiusType msg_type)
312 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM)
329 if (entry->msg_type == RADIUS_ACCT ||
330 entry->msg_type
264 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument
298 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) argument
512 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument
566 radius_client_list_del(struct radius_client_data *radius, RadiusType msg_type, const u8 *addr) argument
621 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) argument
689 RadiusType msg_type = (RadiusType) sock_ctx; local
[all...]
H A Dradius_client.h25 * number struct radius_client_data::msgs for matching msg_type.
238 RadiusType msg_type,
246 RadiusType msg_type, const u8 *addr);
/freebsd-10.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-ifmsg.c46 u32 msg_type; local
65 msg_type = (u32) VXGE_HAL_RTS_ACCESS_STEER_DATA0_GET_MSG_TYPE(wmsg);
67 switch (msg_type) {
150 * @msg_type: wsmsg type
160 u32 msg_type,
176 "msg_type = %d, msg_data = %d", (ptr_t) hldev, src_vp_id,
177 dest_vp_id, msg_type, msg_data);
190 VXGE_HAL_RTS_ACCESS_STEER_DATA0_MSG_TYPE(msg_type) |
156 __hal_ifmsg_wmsg_post( __hal_device_t *hldev, u32 src_vp_id, u32 dest_vp_id, u32 msg_type, u32 msg_data) argument
H A Dvxgehal-ifmsg.h78 u32 msg_type,
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dwps_upnp.h31 enum wps_msg_type msg_type);
H A Dwps_validate.c543 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) argument
545 if (msg_type == NULL) {
553 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) {
555 "attribute value 0x%x", *msg_type);
1300 wps_validate_msg_type(attr.msg_type, 1) ||
1356 wps_validate_msg_type(attr.msg_type, 1) ||
1411 wps_validate_msg_type(attr.msg_type, 1) ||
1463 wps_validate_msg_type(attr.msg_type, 1) ||
1499 wps_validate_msg_type(attr.msg_type,
[all...]
H A Dwps_enrollee.c1142 if (attr.msg_type == NULL) {
1148 switch (*attr.msg_type) {
1185 *attr.msg_type);
1196 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) {
1217 if (attr.msg_type == NULL) {
1222 if (*attr.msg_type != WPS_WSC_ACK) {
1224 *attr.msg_type);
1264 if (attr.msg_type == NULL) {
1269 if (*attr.msg_type != WPS_WSC_NACK) {
1271 *attr.msg_type);
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-olsr.c94 u_int8_t msg_type; member in struct:olsr_msg4
104 u_int8_t msg_type; member in struct:olsr_msg6
263 u_int msg_type, msg_len, msg_tlen, hello_len; local
311 msg_type = msgptr.v6->msg_type;
318 if (msg_type == 0 || msg_len == 0) {
324 tok2str(olsr_msg_values, "Unknown", msg_type),
325 msg_type, ip6addr_string(msgptr.v6->originator),
339 msg_type = msgptr.v4->msg_type;
[all...]
H A Dprint-vqp.c56 u_int8_t msg_type; member in struct:vqp_common_header_t
138 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
149 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
H A Dprint-lwapp.c72 u_int8_t msg_type; member in struct:lwapp_control_header
241 tok2str(lwapp_msg_type_values,"Unknown",lwapp_control_header->msg_type),
242 lwapp_control_header->msg_type,
252 switch(lwapp_control_header->msg_type) {
H A Dprint-ldp.c567 u_short pdu_len,msg_len,msg_type,msg_tlen; local
608 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type));
614 msg_type),
615 msg_type,
630 switch(msg_type) {
/freebsd-10.3-release/usr.sbin/bsdconfig/mouse/
H A Dmouse55 '3 $msg_type' '$msg_select_mouse_protocol_type'
127 "3 $msg_type") command=type ;; # Select mouse protocol type
/freebsd-10.3-release/include/rpc/
H A Drpc_msg.h54 enum msg_type { enum
151 enum msg_type rm_direction;
/freebsd-10.3-release/sys/rpc/
H A Drpc_msg.h54 enum msg_type { enum
151 enum msg_type rm_direction;
H A Drpc_prot.c178 enum msg_type *prm_direction;
188 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
227 enum msg_type *prm_direction;
/freebsd-10.3-release/sys/dev/hyperv/netvsc/
H A Dhv_net_vsc.c197 init_pkt->hdr.msg_type = nvsp_msg_1_type_send_rx_buf;
295 init_pkt->hdr.msg_type = nvsp_msg_1_type_send_send_buf;
363 revoke_pkt->hdr.msg_type = nvsp_msg_1_type_revoke_rx_buf;
430 revoke_pkt->hdr.msg_type =
493 init_pkt->hdr.msg_type = nvsp_msg_type_init;
539 init_pkt->hdr.msg_type = nvsp_msg_2_type_send_ndis_config;
621 init_pkt->hdr.msg_type = nvsp_msg_1_type_send_ndis_vers;
774 if (nvsp_msg_pkt->hdr.msg_type == nvsp_msg_type_init_complete
775 || nvsp_msg_pkt->hdr.msg_type
777 || nvsp_msg_pkt->hdr.msg_type
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dbuild_ap_req.c50 ap.msg_type = krb_ap_req;
H A Dmk_error.c58 msg.msg_type = krb_error;
H A Drd_rep.c58 if (ap_rep.msg_type != krb_ap_rep) {
H A Dmk_rep.c50 ap.msg_type = krb_ap_rep;
/freebsd-10.3-release/sys/sys/
H A Dmsg.h122 long msg_type; /* type of this message */ member in struct:msg
/freebsd-10.3-release/crypto/heimdal/kdc/
H A Dwindc.c120 req->msg_type == krb_as_req);
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_ipc.h64 long msg_type; member in struct:svr4_msg
/freebsd-10.3-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_drv_freebsd.c85 hv_vmbus_channel_msg_type msg_type; local
102 msg_type = hdr->message_type;
104 if (msg_type >= HV_CHANNEL_MESSAGE_COUNT && !warned) {
106 printf("VMBUS: unknown message type = %d\n", msg_type);
110 entry = &g_channel_message_table[msg_type];
/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_io.h211 ctl_msg_type msg_type; member in struct:ctl_io_hdr
374 ctl_msg_type msg_type; member in struct:ctl_ha_msg_login
407 ctl_msg_type msg_type; member in struct:ctl_ha_msg_hdr

Completed in 363 milliseconds

123