Home
last modified time | relevance | path

Searched refs:msgtype (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dfils_hlp.c159 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 Ddhcp_snoop.c40 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 Dwpa_auth_ft.c1027 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/contrib/tcpdump/
H A Dprint-dhcp6.c105 nd_uint8_t msgtype; member
809 uint8_t msgtype; in dhcp6_print() local
824 msgtype = GET_U_1(dh6->dh6_msgtypexid.msgtype); in dhcp6_print()
825 name = tok2str(dh6_msgtype_str, "msgtype-%u", msgtype); in dhcp6_print()
835 if (msgtype != DH6_RELAY_FORW && msgtype != DH6_RELAY_REPLY) { in dhcp6_print()
H A Dprint-fr.c812 u_int msgtype; in q933_print() local
863 msgtype = GET_U_1(p); in q933_print()
941 "unknown message", msgtype), in q933_print()
942 msgtype, in q933_print()
947 "unknown message 0x%02x", msgtype)); in q933_print()
/freebsd/crypto/openssl/test/
H A Dasynciotest.c151 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 Dtls13ccstest.c94 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 Dd1_lib.c465 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 Dmtree.c106 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 Dtest_rtsock_l3.c1153 enum msgtype { in ATF_TC_BODY() enum
1319 enum msgtype { in ATF_TC_BODY() enum
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1186 int msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ? in notify_bulks() local
1188 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport, in notify_bulks()