Searched refs:msgtype (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | 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()
|
| HD | dhcp_snoop.c | 40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local 84 msgtype = opt[2]; in handle_dhcp() 100 if (msgtype == DHCPACK) { in handle_dhcp()
|
| HD | wpa_auth_ft.c | 1025 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument 1034 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk() 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 1104 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept() 3583 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local 3601 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1); in wpa_ft_rrb_rx_pull() 3609 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull() 3630 auth, auth_len, msgtype, no_defer); in wpa_ft_rrb_rx_pull() [all …]
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | 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-11-stable/crypto/openssl/crypto/krb5/ |
| HD | krb5_asn.h | 133 ASN1_INTEGER *msgtype; member
|
| HD | krb5_asn.c | 101 ASN1_EXP(KRB5_APREQBODY, msgtype, ASN1_INTEGER, 1),
|
| /freebsd-11-stable/usr.sbin/makefs/ |
| HD | mtree.c | 105 mtree_print(const char *msgtype, const char *fmt, va_list ap) in mtree_print() argument 109 if (msgtype != NULL) { in mtree_print() 113 fprintf(stderr, "%s: ", msgtype); in mtree_print()
|
| /freebsd-11-stable/sys/net/ |
| HD | route.c | 446 int err = 0, msgtype = RTM_MISS; in rtalloc1_fib() local 489 rt_missmsg_fib(msgtype, &info, 0, err, fibnum); in rtalloc1_fib()
|
| /freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | 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()
|