Searched refs:msgtype (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/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 | 1027 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument 1082 MACSTR, msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk() 1087 msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk() 1097 const char *msgtype) in wpa_ft_rrb_seq_accept() argument 3807 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local 3885 msgtype); in wpa_ft_rrb_rx_pull() 3962 const char *msgtype, u8 *s1kh_id_out, in wpa_ft_rrb_rx_r1() argument 4019 auth, auth_len, msgtype, in wpa_ft_rrb_rx_r1() 4050 msgtype); in wpa_ft_rrb_rx_r1() 4194 const char *msgtype = "pull response"; in wpa_ft_rrb_rx_resp() local [all …]
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-fr.c | 802 u_int msgtype; in q933_print() local 852 msgtype = *p; in q933_print() 931 "unknown message", msgtype), in q933_print() 932 msgtype, in q933_print() 937 "unknown message 0x%02x", msgtype))); in q933_print()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 454 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local 592 if (!PACKET_get_1(&msgpkt, &msgtype) in DTLSv1_listen() 603 if (msgtype != SSL3_MT_CLIENT_HELLO) { in DTLSv1_listen()
|
| /freebsd-13.1/usr.sbin/makefs/ |
| H A D | mtree.c | 109 mtree_print(const char *msgtype, const char *fmt, va_list ap) in mtree_print() argument 113 if (msgtype != NULL) { in mtree_print() 117 fprintf(stderr, "%s: ", msgtype); in mtree_print()
|
| /freebsd-13.1/tests/sys/net/routing/ |
| H A D | test_rtsock_l3.c | 1155 enum msgtype { in ATF_TC_BODY() enum 1321 enum msgtype { in ATF_TC_BODY() enum
|
| /freebsd-13.1/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()
|