HomeSort by: relevance | last modified time | path
    Searched refs:msgtype (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/tmux/dist/
cmd-detach-client.c 64 enum msgtype msgtype; local
73 msgtype = MSG_DETACHKILL;
75 msgtype = MSG_DETACH;
86 server_client_detach(loop, msgtype);
98 server_client_detach(loop, msgtype);
107 server_client_detach(tc, msgtype);
cmd-attach-session.c 63 enum msgtype msgtype; local
116 msgtype = MSG_DETACHKILL;
118 msgtype = MSG_DETACH;
122 server_client_detach(c_loop, msgtype);
140 msgtype = MSG_DETACHKILL;
142 msgtype = MSG_DETACH;
146 server_client_detach(c_loop, msgtype);
tmux-protocol.h 26 enum msgtype { enum
client.c 52 static enum msgtype client_exittype;
240 enum msgtype msg;
proc.c 160 proc_send(struct tmuxpeer *peer, enum msgtype type, int fd, const void *buf,
server-client.c 546 server_client_detach(struct client *c, enum msgtype msgtype)
556 c->exit_msgtype = msgtype;
  /src/external/bsd/wpa/dist/src/ap/
dhcp_snoop.c 40 int res, msgtype = 0, prefixlen = 32; local
84 msgtype = opt[2];
102 if (msgtype == DHCPACK) {
fils_hlp.c 159 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 != DHCPDISCOVER
    [all...]
wpa_auth_ft.c 1061 const char *msgtype, int no_defer)
1070 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both));
1116 MACSTR, msgtype, MAC2STR(src_addr));
1121 msgtype, MAC2STR(src_addr));
1131 const char *msgtype)
1140 RRB_GET_AUTH(FT_RRB_SEQ, seq, msgtype, sizeof(*msg_both));
3991 const char *msgtype = "pull request"; local
4009 RRB_GET_AUTH(FT_RRB_R0KH_ID, r0kh_id, msgtype, -1);
4017 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN);
4038 auth, auth_len, msgtype, no_defer)
4379 const char *msgtype = "pull response"; local
4432 const char *msgtype = "push"; local
    [all...]
  /src/external/bsd/tcpdump/dist/
print-dhcp6.c 108 nd_uint8_t msgtype; member in union:dhcp6::__anon5738
868 uint8_t msgtype; local
883 msgtype = GET_U_1(dh6->dh6_msgtypexid.msgtype);
884 name = tok2str(dh6_msgtype_str, "msgtype-%u", msgtype);
894 if (msgtype != DH6_RELAY_FORW && msgtype != DH6_RELAY_REPLY) {
print-fr.c 822 u_int msgtype; local
873 msgtype = GET_U_1(p);
951 "unknown message", msgtype),
952 msgtype,
957 "unknown message 0x%02x", msgtype));
  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 598 dnstap_type(dns_dtmsgtype_t msgtype) {
599 switch (msgtype) {
741 dns_dt_send(dns_view_t *view, dns_dtmsgtype_t msgtype, isc_sockaddr_t *qaddr,
750 if ((msgtype & view->dttypes) == 0) {
767 init_msg(view->dtenv, &dm, dnstap_type(msgtype));
770 switch (msgtype) {
791 if (msgtype != DNS_DTTYPE_RR && msgtype != DNS_DTTYPE_FR) {
815 "invalid dnstap message type %d", msgtype);
820 if ((msgtype & DNS_DTTYPE_QUERY) != 0)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 609 dnstap_type(dns_dtmsgtype_t msgtype) {
610 switch (msgtype) {
768 dns_dt_send(dns_view_t *view, dns_dtmsgtype_t msgtype, isc_sockaddr_t *qaddr,
776 if ((msgtype & view->dttypes) == 0) {
793 init_msg(view->dtenv, &dm, dnstap_type(msgtype));
796 switch (msgtype) {
817 if (msgtype != DNS_DTTYPE_RR && msgtype != DNS_DTTYPE_FR) {
841 "invalid dnstap message type %d", msgtype);
846 if ((msgtype & DNS_DTTYPE_QUERY) != 0)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dnstap.h 267 dns_dt_send(dns_view_t *view, dns_dtmsgtype_t msgtype, isc_sockaddr_t *qaddr,
271 * Sends a dnstap message to the log, if 'msgtype' is one of the message
  /src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c 668 int rc = LDAP_OTHER, msgtype; local
695 msgtype = ldap_msgtype( res );
704 } else if ( msgtype != op ) {
705 fprintf( stderr, "%s: msgtype: expected %d got %d\n",
706 res2str( op ), op, msgtype );
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dnstap.h 267 dns_dt_send(dns_view_t *view, dns_dtmsgtype_t msgtype, isc_sockaddr_t *qaddr,
272 * Sends a dnstap message to the log, if 'msgtype' is one of the message
  /src/external/mpl/bind/dist/lib/isccc/
cc.c 501 unsigned int msgtype; local
514 GET8(msgtype, source->rstart);
522 if (msgtype == ISCCC_CCMSGTYPE_BINARYDATA) {
530 } else if (msgtype == ISCCC_CCMSGTYPE_TABLE) {
532 } else if (msgtype == ISCCC_CCMSGTYPE_LIST) {
  /src/external/bsd/openldap/dist/libraries/libldap/
test.c 280 int i, c, port, errflg, method, id, msgtype; local
543 if (( msgtype = ldap_result( ld, id, all,
548 printf( "\nresult: msgtype %d msgid %d\n",
549 msgtype, res->lm_msgid );
request.c 123 ber_tag_t msgtype,
155 if (msgtype == LDAP_REQ_BIND) {
165 if (msgtype != LDAP_REQ_ABANDON && msgtype != LDAP_REQ_SEARCH)
ldap-int.h 795 LDAP_F (ber_int_t) ldap_send_initial_request( LDAP *ld, ber_tag_t msgtype,
  /src/sys/dev/pci/
if_bwfm_pci.h 147 uint8_t msgtype; member in struct:msgbuf_common_hdr
if_bwfm_pci.c 1021 uint32_t msgtype)
1050 req->msg.msgtype = msgtype;
1092 req->msg.msgtype = MSGBUF_TYPE_RXBUF_POST;
1425 switch (msg->msgtype)
1529 printf("%s: msgtype 0x%08x\n", __func__, msg->msgtype);
1831 req->msg.msgtype = MSGBUF_TYPE_FLOW_RING_CREATE;
1869 req->msg.msgtype = MSGBUF_TYPE_FLOW_RING_DELETE;
1960 tx->msg.msgtype = MSGBUF_TYPE_TX_POST
    [all...]
  /src/usr.sbin/mrouted/
defs.h 198 int msgtype, char *p, int datalen,
vif.c 985 * 'msgtype' is the type of DVMRP message received from the neighbor.
989 update_neighbor(vifi_t vifi, u_int32_t addr, int msgtype, char *p, int datalen, u_int32_t level)
1103 if (msgtype == DVMRP_PROBE) {
  /src/sys/net/
if_ipsec.c 1731 if_ipsec_set_sadb_msg(struct sadb_msg *msg, uint16_t extlen, uint8_t msgtype)
1737 msg->sadb_msg_type = msgtype;

Completed in 73 milliseconds

1 2