Home
last modified time | relevance | path

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

/freebsd-12.1/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()
100 if (msgtype == DHCPACK) { in handle_dhcp()
H A Dwpa_auth_ft.c1025 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument
1080 MACSTR, msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk()
1085 msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk()
1095 const char *msgtype) in wpa_ft_rrb_seq_accept() argument
3583 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local
3661 msgtype); in wpa_ft_rrb_rx_pull()
3734 const char *msgtype, u8 *s1kh_id_out, in wpa_ft_rrb_rx_r1() argument
3791 auth, auth_len, msgtype, in wpa_ft_rrb_rx_r1()
3822 msgtype); in wpa_ft_rrb_rx_r1()
3966 const char *msgtype = "pull response"; in wpa_ft_rrb_rx_resp() local
[all …]
/freebsd-12.1/contrib/tcpdump/
H A Dprint-fr.c793 u_int msgtype; in q933_print() local
843 msgtype = *p; in q933_print()
922 "unknown message", msgtype), in q933_print()
923 msgtype, in q933_print()
928 "unknown message 0x%02x", msgtype))); in q933_print()
/freebsd-12.1/crypto/openssl/ssl/
H A Dd1_lib.c454 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-12.1/usr.sbin/makefs/
H A Dmtree.c109 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-12.1/sys/net/
H A Droute.c450 int err = 0, msgtype = RTM_MISS; in rtalloc1_fib() local
493 rt_missmsg_fib(msgtype, &info, 0, err, fibnum); in rtalloc1_fib()
/freebsd-12.1/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()