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

/freebsd-11-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-11-stable/crypto/openssl/crypto/krb5/
H A Dkrb5_asn.h133 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
H A Dkrb5_asn.c101 ASN1_EXP(KRB5_APREQBODY, msgtype, ASN1_INTEGER, 1),
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c105 mtree_print(const char *msgtype, const char *fmt, va_list ap) argument
109 if (msgtype != NULL) {
113 fprintf(stderr, "%s: ", msgtype);
/freebsd-11-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-11-stable/sys/net/
H A Droute.c446 int err = 0, msgtype = RTM_MISS; local
489 rt_missmsg_fib(msgtype, &info, 0, err, fibnum);
/freebsd-11-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 112 milliseconds