/freebsd/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 …]
|
/freebsd/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()
|
/freebsd/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() 148 } else if (msgtype == SSL3_MT_SERVER_HELLO) { in watchccs_write()
|
/freebsd/crypto/openssl/ssl/ |
H A D | d1_lib.c | 465 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local 603 if (!PACKET_get_1(&msgpkt, &msgtype) in DTLSv1_listen() 614 if (msgtype != SSL3_MT_CLIENT_HELLO) { in DTLSv1_listen()
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_core.c | 1186 int msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ? in notify_bulks() local 1188 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport, in notify_bulks()
|