Searched refs:msgtype (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddhcp_snoop.c40 int res, msgtype = 0, prefixlen = 32; local
84 msgtype = opt[2];
100 if (msgtype == DHCPACK) {
H A Dfils_hlp.c159 u8 msgtype = 0; local
216 msgtype = pos[0];
230 msgtype, rapid_commit, MAC2STR(dhcp->hw_addr));
240 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPOFFER &&
247 } else if (msgtype != DHCPACK) {
275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK &&
332 u8 msgtype = 0; local
374 msgtype = pos[0];
383 wpa_printf(MSG_DEBUG, "FILS: HLP - DHCP message type %u", msgtype);
384 if (msgtype !
[all...]
H A Dwpa_auth_ft.c1025 const char *msgtype, int no_defer)
1034 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both));
1080 MACSTR, msgtype, MAC2STR(src_addr));
1085 msgtype, MAC2STR(src_addr));
1095 const char *msgtype)
1104 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both));
3583 const char *msgtype = "pull request"; local
3601 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1);
3609 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN);
3630 auth, auth_len, msgtype, no_defe
1022 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, int no_defer) argument
1092 wpa_ft_rrb_seq_accept(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *auth, size_t auth_len, const char *msgtype) argument
3730 wpa_ft_rrb_rx_r1(struct wpa_authenticator *wpa_auth, const u8 *src_addr, u8 type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, u8 *s1kh_id_out, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) argument
3966 const char *msgtype = "pull response"; local
4019 const char *msgtype = "push"; local
[all...]
/freebsd-13-stable/usr.sbin/makefs/
H A Dmtree.c109 mtree_print(const char *msgtype, const char *fmt, va_list ap) argument
113 if (msgtype != NULL) {
117 fprintf(stderr, "%s: ", msgtype);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-fr.c802 u_int msgtype; local
852 msgtype = *p;
931 "unknown message", msgtype),
932 msgtype,
937 "unknown message 0x%02x", msgtype)));
/freebsd-13-stable/crypto/openssl/ssl/
H A Dd1_lib.c455 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; local
593 if (!PACKET_get_1(&msgpkt, &msgtype)
604 if (msgtype != SSL3_MT_CLIENT_HELLO) {
/freebsd-13-stable/tests/sys/net/routing/
H A Dtest_rtsock_l3.c1155 enum msgtype { enum
1321 enum msgtype { enum
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1186 int msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ? local
1188 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport,

Completed in 136 milliseconds