Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/test/test_storage/
H A Dtest_storage.c130 char msgtype; in libinstaller_frontend() local
139 dfui_fe_receive(cp, &msgtype, &payload); in libinstaller_frontend()
140 switch (msgtype) { in libinstaller_frontend()
163 printf("msgtype=%c\n", msgtype); in libinstaller_frontend()
/dragonfly/usr.sbin/installer/libdfui/
H A Dconnection.c445 dfui_fe_receive(struct dfui_connection *c, char *msgtype, void **payload) in dfui_fe_receive() argument
450 *msgtype = aura_buffer_buf(c->ebuf)[0]; in dfui_fe_receive()
451 switch (*msgtype) { in dfui_fe_receive()
501 char msgtype; in dfui_fe_receive_payload() local
505 if (!dfui_fe_receive(c, &msgtype, &v)) { in dfui_fe_receive_payload()
511 payload->msgtype = msgtype; in dfui_fe_receive_payload()
515 switch (msgtype) { in dfui_fe_receive_payload()
542 return(p->msgtype); in dfui_payload_get_msg_type()
H A Dconn_npipe.c166 dfui_npipe_be_ll_exchange(struct dfui_connection *c, char msgtype, const char *msg) in dfui_npipe_be_ll_exchange() argument
175 fmsg[0] = msgtype; in dfui_npipe_be_ll_exchange()
326 dfui_npipe_fe_ll_request(struct dfui_connection *c, char msgtype, const char *msg) in dfui_npipe_fe_ll_request() argument
343 fmsg[0] = msgtype; in dfui_npipe_fe_ll_request()
H A Dconn_tcp.c196 dfui_tcp_be_ll_exchange(struct dfui_connection *c, char msgtype, const char *msg) in dfui_tcp_be_ll_exchange() argument
205 fmsg[0] = msgtype; in dfui_tcp_be_ll_exchange()
379 dfui_tcp_fe_ll_request(struct dfui_connection *c, char msgtype, const char *msg) in dfui_tcp_fe_ll_request() argument
396 fmsg[0] = msgtype; in dfui_tcp_fe_ll_request()
H A Dconn_tcp.h62 char msgtype, const char *);
H A Ddfui.h224 char msgtype; member
/dragonfly/contrib/wpa_supplicant/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 …]
/dragonfly/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()
/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dmain.c149 char msgtype; in main() local
249 dfui_fe_receive(c, &msgtype, &payload); in main()
250 switch (msgtype) { in main()
/dragonfly/usr.sbin/makefs/
H A Dmtree.c108 mtree_print(const char *msgtype, const char *fmt, va_list ap) in mtree_print() argument
112 if (msgtype != NULL) { in mtree_print()
116 fprintf(stderr, "%s: ", msgtype); in mtree_print()
/dragonfly/sys/dev/disk/amd/
H A Damd.c111 static int amdsentmsg(struct amd_softc *amd, u_int msgtype, int full);
1404 amdsentmsg(struct amd_softc *amd, u_int msgtype, int full) in amdsentmsg() argument
1422 if (amd->msgout_buf[index+2] == msgtype) { in amdsentmsg()