| /src/contrib/wpa/src/ap/ |
| H A D | fils_hlp.c | 159 u8 msgtype = 0; in fils_dhcp_handler() local 216 msgtype = pos[0]; in fils_dhcp_handler() 230 msgtype, rapid_commit, MAC2STR(dhcp->hw_addr)); in fils_dhcp_handler() 240 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPOFFER && in fils_dhcp_handler() 247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler() 275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler() 332 u8 msgtype = 0; in fils_process_hlp_dhcp() local 374 msgtype = pos[0]; in fils_process_hlp_dhcp() 383 wpa_printf(MSG_DEBUG, "FILS: HLP - DHCP message type %u", msgtype); in fils_process_hlp_dhcp() 384 if (msgtype != DHCPDISCOVER) in fils_process_hlp_dhcp()
|
| H A D | dhcp_snoop.c | 40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local 84 msgtype = opt[2]; in handle_dhcp() 102 if (msgtype == DHCPACK) { in handle_dhcp()
|
| H A D | wpa_auth_ft.c | 1061 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument 1070 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk() 1116 MACSTR, msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk() 1121 msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk() 1131 const char *msgtype) in wpa_ft_rrb_seq_accept() argument 1140 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept() 3991 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local 4009 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1); in wpa_ft_rrb_rx_pull() 4017 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull() 4038 auth, auth_len, msgtype, no_defer); in wpa_ft_rrb_rx_pull() [all …]
|
| /src/contrib/tcpdump/ |
| H A D | print-dhcp6.c | 103 nd_uint8_t msgtype; member 863 uint8_t msgtype; in dhcp6_print() local 878 msgtype = GET_U_1(dh6->dh6_msgtypexid.msgtype); in dhcp6_print() 879 name = tok2str(dh6_msgtype_str, "msgtype-%u", msgtype); in dhcp6_print() 889 if (msgtype != DH6_RELAY_FORW && msgtype != DH6_RELAY_REPLY) { in dhcp6_print()
|
| H A D | print-fr.c | 817 u_int msgtype; in q933_print() local 868 msgtype = GET_U_1(p); in q933_print() 946 "unknown message", msgtype), in q933_print() 947 msgtype, in q933_print() 952 "unknown message 0x%02x", msgtype)); in q933_print()
|
| /src/crypto/openssl/test/ |
| H A D | asynciotest.c | 151 unsigned int msgtype = 0, negversion = 0; in async_write() local 164 && !PACKET_get_1(&wholebody, &msgtype)) in async_write() 167 if (msgtype == SSL3_MT_SERVER_HELLO) { in async_write() 233 && msgtype == SSL3_MT_SERVER_HELLO)) { in async_write()
|
| H A D | tls13ccstest.c | 94 unsigned int rectype, recvers, msgtype, expectedrecvers; in watchccs_write() local 116 if (!PACKET_get_1(&msg, &msgtype) in watchccs_write() 119 if (msgtype == SSL3_MT_CLIENT_HELLO) { in watchccs_write() 149 } else if (msgtype == SSL3_MT_SERVER_HELLO) { in watchccs_write()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | msgbuf.c | 83 u8 msgtype; member 463 request->msg.msgtype = MSGBUF_TYPE_IOCTLPTR_REQ; in brcmf_msgbuf_tx_ioctl() 632 create->msg.msgtype = MSGBUF_TYPE_FLOW_RING_CREATE; in brcmf_msgbuf_flowring_create_worker() 754 tx_msghdr->msg.msgtype = MSGBUF_TYPE_TX_POST; in brcmf_msgbuf_txflow() 983 rx_bufpost->msg.msgtype = MSGBUF_TYPE_RXBUF_POST; in brcmf_msgbuf_rxbuf_data_post() 1084 rx_bufpost->msg.msgtype = MSGBUF_TYPE_EVENT_BUF_POST; in brcmf_msgbuf_rxbuf_ctrl_post() 1086 rx_bufpost->msg.msgtype = in brcmf_msgbuf_rxbuf_ctrl_post() 1320 switch (msg->msgtype) { in brcmf_msgbuf_process_msgtype() 1357 bphy_err(drvr, "Unsupported msgtype %d\n", msg->msgtype); in brcmf_msgbuf_process_msgtype() 1479 delete->msg.msgtype = MSGBUF_TYPE_FLOW_RING_DELETE; in brcmf_msgbuf_delete_flowring()
|
| /src/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 425 unsigned int rectype, versmajor, versminor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local 556 if (!PACKET_get_1(&msgpkt, &msgtype) in DTLSv1_listen() 567 if (msgtype != SSL3_MT_CLIENT_HELLO) { in DTLSv1_listen()
|
| /src/usr.sbin/makefs/ |
| H A D | mtree.c | 106 mtree_print(const char *msgtype, const char *fmt, va_list ap) in mtree_print() argument 110 if (msgtype != NULL) { in mtree_print() 114 fprintf(stderr, "%s: ", msgtype); in mtree_print()
|
| /src/crypto/openssl/test/helpers/ |
| H A D | quictestlib.c | 950 unsigned int msgtype; in handshake_mutate() local 963 || !PACKET_get_1(&pkt, &msgtype) in handshake_mutate() 969 switch (msgtype) { in handshake_mutate()
|
| /src/tests/sys/net/routing/ |
| H A D | test_rtsock_l3.c | 1153 enum msgtype { in ATF_TC_BODY() enum 1319 enum msgtype { in ATF_TC_BODY() enum
|
| /src/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.c | 1195 int msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ? in notify_bulks() local 1197 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport, in notify_bulks()
|