Home
last modified time | relevance | path

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

12

/netbsd/src/external/bsd/tmux/dist/
Dcmd-detach-client.c64 enum msgtype msgtype; in cmd_detach_client_exec() local
73 msgtype = MSG_DETACHKILL; in cmd_detach_client_exec()
75 msgtype = MSG_DETACH; in cmd_detach_client_exec()
86 server_client_detach(loop, msgtype); in cmd_detach_client_exec()
98 server_client_detach(loop, msgtype); in cmd_detach_client_exec()
107 server_client_detach(tc, msgtype); in cmd_detach_client_exec()
Dcmd-attach-session.c63 enum msgtype msgtype; in cmd_attach_session() local
116 msgtype = MSG_DETACHKILL; in cmd_attach_session()
118 msgtype = MSG_DETACH; in cmd_attach_session()
122 server_client_detach(c_loop, msgtype); in cmd_attach_session()
140 msgtype = MSG_DETACHKILL; in cmd_attach_session()
142 msgtype = MSG_DETACH; in cmd_attach_session()
146 server_client_detach(c_loop, msgtype); in cmd_attach_session()
Dtmux-protocol.h26 enum msgtype { enum
Dclient.c52 static enum msgtype client_exittype;
240 enum msgtype msg; in client_main()
Dproc.c164 proc_send(struct tmuxpeer *peer, enum msgtype type, int fd, const void *buf, in proc_send()
Dtmux.h1933 enum msgtype exit_msgtype;
2155 int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);
2778 void server_client_detach(struct client *, enum msgtype);
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dsomeip1.out1 …, service 65535, event 256, len 64, client 0, session 0, pver 1, iver 1, msgtype NOTIFICATION, ret…
3 …, service 65535, event 256, len 48, client 0, session 0, pver 1, iver 1, msgtype NOTIFICATION, ret…
5 …, service 65535, event 256, len 48, client 0, session 0, pver 1, iver 1, msgtype NOTIFICATION, ret…
Dsomeip2.out1 …SOMEIP, service 1, method 2, len 8, client 8, session 5, pver 1, iver 1, msgtype REQUEST_NO_RETURN…
/netbsd/src/external/bsd/wpa/dist/src/ap/
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()
Ddhcp_snoop.c40 int res, msgtype = 0, prefixlen = 32; in handle_dhcp() local
84 msgtype = opt[2]; in handle_dhcp()
102 if (msgtype == DHCPACK) { in handle_dhcp()
Dwpa_auth_ft.c1061 const char *msgtype, int no_defer) in wpa_ft_rrb_seq_chk() argument
1070 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_chk()
1116 MACSTR, msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk()
1121 msgtype, MAC2STR(src_addr)); in wpa_ft_rrb_seq_chk()
1131 const char *msgtype) in wpa_ft_rrb_seq_accept() argument
1140 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both)); in wpa_ft_rrb_seq_accept()
3991 const char *msgtype = "pull request"; in wpa_ft_rrb_rx_pull() local
4009 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1); in wpa_ft_rrb_rx_pull()
4017 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull()
4038 auth, auth_len, msgtype, no_defer); in wpa_ft_rrb_rx_pull()
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-dhcp6.c108 nd_uint8_t msgtype; member
868 uint8_t msgtype; in dhcp6_print() local
883 msgtype = GET_U_1(dh6->dh6_msgtypexid.msgtype); in dhcp6_print()
884 name = tok2str(dh6_msgtype_str, "msgtype-%u", msgtype); in dhcp6_print()
894 if (msgtype != DH6_RELAY_FORW && msgtype != DH6_RELAY_REPLY) { in dhcp6_print()
Dprint-fr.c822 u_int msgtype; in q933_print() local
873 msgtype = GET_U_1(p); in q933_print()
951 "unknown message", msgtype), in q933_print()
952 msgtype, in q933_print()
957 "unknown message 0x%02x", msgtype)); in q933_print()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dasynciotest.c151 unsigned int msgtype = 0, negversion = 0; in async_write() local
164 && !PACKET_get_1(&wholebody, &msgtype)) in async_write()
167 if (msgtype == SSL3_MT_SERVER_HELLO) { in async_write()
233 && msgtype == SSL3_MT_SERVER_HELLO)) { in async_write()
Dtls13ccstest.c94 unsigned int rectype, recvers, msgtype, expectedrecvers; in watchccs_write() local
116 if (!PACKET_get_1(&msg, &msgtype) in watchccs_write()
119 if (msgtype == SSL3_MT_CLIENT_HELLO) { in watchccs_write()
148 } else if (msgtype == SSL3_MT_SERVER_HELLO) { in watchccs_write()
/netbsd/src/external/bsd/openldap/dist/clients/tools/
Dldapmodify.c650 int rc = LDAP_OTHER, msgtype; in process_response() local
677 msgtype = ldap_msgtype( res ); in process_response()
686 } else if ( msgtype != op ) { in process_response()
688 res2str( op ), op, msgtype ); in process_response()
/netbsd/src/sys/dev/pci/
Dif_bwfm_pci.c1021 uint32_t msgtype) in bwfm_pci_fill_rx_ioctl_ring() argument
1050 req->msg.msgtype = msgtype; in bwfm_pci_fill_rx_ioctl_ring()
1092 req->msg.msgtype = MSGBUF_TYPE_RXBUF_POST; in bwfm_pci_fill_rx_buf_ring()
1425 switch (msg->msgtype) in bwfm_pci_msg_rx()
1529 printf("%s: msgtype 0x%08x\n", __func__, msg->msgtype); in bwfm_pci_msg_rx()
1831 req->msg.msgtype = MSGBUF_TYPE_FLOW_RING_CREATE; in bwfm_pci_flowring_create_cb()
1869 req->msg.msgtype = MSGBUF_TYPE_FLOW_RING_DELETE; in bwfm_pci_flowring_delete()
1960 tx->msg.msgtype = MSGBUF_TYPE_TX_POST; in bwfm_pci_txdata()
2078 req->msg.msgtype = MSGBUF_TYPE_IOCTLPTR_REQ; in bwfm_pci_msgbuf_query_dcmd()
Dif_bwfm_pci.h147 uint8_t msgtype; member
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dtest.c280 int i, c, port, errflg, method, id, msgtype; in main() local
543 if (( msgtype = ldap_result( ld, id, all, in main()
549 msgtype, res->lm_msgid ); in main()
Drequest.c122 ber_tag_t msgtype, in ldap_send_initial_request() argument
154 if (msgtype == LDAP_REQ_BIND) { in ldap_send_initial_request()
164 if (msgtype != LDAP_REQ_ABANDON && msgtype != LDAP_REQ_SEARCH) in ldap_send_initial_request()
Dldap-int.h794 LDAP_F (ber_int_t) ldap_send_initial_request( LDAP *ld, ber_tag_t msgtype,
/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dd1_lib.c465 unsigned int rectype, versmajor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
603 if (!PACKET_get_1(&msgpkt, &msgtype) in DTLSv1_listen()
614 if (msgtype != SSL3_MT_CLIENT_HELLO) { in DTLSv1_listen()
/netbsd/src/usr.sbin/mrouted/
Ddefs.h198 int msgtype, char *p, int datalen,
Dvif.c989 update_neighbor(vifi_t vifi, u_int32_t addr, int msgtype, char *p, int datalen, u_int32_t level) in update_neighbor() argument
1103 if (msgtype == DVMRP_PROBE) { in update_neighbor()
/netbsd/src/sys/net/
Dif_ipsec.c1731 if_ipsec_set_sadb_msg(struct sadb_msg *msg, uint16_t extlen, uint8_t msgtype) in if_ipsec_set_sadb_msg() argument
1737 msg->sadb_msg_type = msgtype; in if_ipsec_set_sadb_msg()

12