Home
last modified time | relevance | path

Searched refs:send_raw (Results 126 – 150 of 174) sorted by relevance

1234567

/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/docs/releases/
H A D0.4.0.rst66 send_raw: true
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dsocks5.py656 def send_raw(self, raw_data): member in Socks5
1171 self.send_raw(self._get_auth_response())
1173 self.send_raw(self._get_request_buff(self.sha_msg, 0x00))
1322 self.send_raw(self._get_auth_buff())
1324 self.send_raw(self._get_request_buff(self._get_sha1_auth()))
/dports/net-im/biboumi/biboumi-9.0/src/irc/
H A Dirc_client.hpp100 void send_raw(const std::string& txt);
/dports/multimedia/libdv/libdv-24218c36bed3b0a3bd5a57d5790ac12ade44e88d/encodedv/
H A Ddvconnect.c687 int send_raw(const char*const* filenames, int channel, int nbuffers, in send_raw() function
1089 send_raw(poptGetArgs(optCon), channel, buffers, start, end, in main()
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dautorealname.pl183 $server->send_raw("WHOIS :$whois_query");
H A Dban.pl171 $server->send_raw("USERHOST :$arg");
H A Dgetop.pl126 $server->send_raw("USERHOST $mask");
H A Dquery.pl267 $serv->send_raw("USERHOST :$nick");
H A Djoininfo.pl503 $server->send_raw("WHOIS $nick");
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/features/feature_mechanisms/
H A Dmechanisms.py238 self.xmpp.send_raw(self.xmpp.stream_header)
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dprpl.h525 int (*send_raw)(PurpleConnection *gc, const char *buf, int len); member
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dprpl.h525 int (*send_raw)(PurpleConnection *gc, const char *buf, int len); member
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dprpl.h525 int (*send_raw)(PurpleConnection *gc, const char *buf, int len); member
/dports/www/moinmoin/moin-1.9.11/MoinMoin/action/
H A D__init__.py250 Page(request, pagename, rev=rev).send_raw(mimetype=mimetype)
/dports/net/iodine/iodine-0.7.0/src/
H A Diodined.c219 send_raw(int fd, char *buf, int buflen, int user, int cmd, struct query *q) in send_raw() function
660 send_raw(dns_fd, out, outlen, userid, RAW_HDR_CMD_DATA, &users[userid].q); in tunnel_tun()
1845 send_raw(dns_fd, users[userid].inpacket.data, in handle_full_packet()
1895 send_raw(fd, myhash, 16, userid, RAW_HDR_CMD_LOGIN, q); in handle_raw_login()
1943 send_raw(dns_fd, NULL, 0, userid, RAW_HDR_CMD_PING, q); in handle_raw_ping()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_eventstream.cpp718 …bool send_raw = (type == STREAM_JPEG) && ((scale>=ZM_SCALE_BASE)&&(zoom==ZM_SCALE_BASE)) && filepa… in sendFrame() local
722 if ( send_raw ) { in sendFrame()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/
H A Dxmppconsole.c201 if (prpl_info && prpl_info->send_raw != NULL) in message_send_cb()
202 prpl_info->send_raw(gc, text, strlen(text)); in message_send_cb()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/
H A Dxmppconsole.c201 if (prpl_info && prpl_info->send_raw != NULL) in message_send_cb()
202 prpl_info->send_raw(gc, text, strlen(text)); in message_send_cb()
/dports/net-im/finch/pidgin-2.14.8/pidgin/plugins/
H A Dxmppconsole.c201 if (prpl_info && prpl_info->send_raw != NULL) in message_send_cb()
202 prpl_info->send_raw(gc, text, strlen(text)); in message_send_cb()
/dports/net-im/libpurple/pidgin-2.14.8/doc/
H A Djabber-signals.dox119 to use this instead of prpl_info->send_raw.
/dports/net-im/pidgin/pidgin-2.14.8/doc/
H A Djabber-signals.dox119 to use this instead of prpl_info->send_raw.
/dports/net-im/finch/pidgin-2.14.8/doc/
H A Djabber-signals.dox119 to use this instead of prpl_info->send_raw.
/dports/lang/vala/vala-0.48.18/vapi/
H A Dloudmouth-1.0.vapi30 public bool send_raw (string str) throws GLib.Error;
/dports/comms/linrad/linrad-04.02/
H A Dglobdef.h981 int send_raw; member
/dports/devel/py-jupyter-client/jupyter_client-6.1.12/jupyter_client/tests/
H A Dtest_session.py321 self.session.send_raw(A, msg_list, ident=b'foo')

1234567