Home
last modified time | relevance | path

Searched refs:imsg (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/dports/net-im/p5-Net-AOLIM/Net-AOLIM/
H A DAOLIM.pm341 my $imsg = $_[0];
382 …i = $imsg->toc_format_login_msg('toc_signon',$imsg->{'login_server'},$imsg->{'login_port'},$imsg->…
386 my @ready = $imsg->{'sel'}->can_read($imsg->{'login_timeout'});
457 my $imsg = shift @_;
554 my $imsg = shift @_;
643 my $imsg = shift @_;
679 my $imsg = shift @_;
1450 $imsg->im_deny_all;
1459 $imsg->toc_set_config;
1495 $imsg->toc_set_config;
[all …]
/dports/irc/srain/srain-1.1.0/src/sirc/
H A Dsirc_parse.c47 str_assign(&imsg->cmd, NULL); in sirc_message_free()
53 g_free(imsg); in sirc_message_free()
76 SircMessage *imsg; in sirc_parse() local
80 imsg = sirc_message_new(); in sirc_parse()
115 DBG_FR("nick: %s, user: %s, host: %s", imsg->nick, imsg->user, imsg->host); in sirc_parse()
148 imsg->params[imsg->nparam++] = g_strdup(params_ptr); in sirc_parse()
149 DBG("%s(%d) ", imsg->params[imsg->nparam-1], imsg->nparam); in sirc_parse()
159 imsg->params[imsg->nparam++] = g_strdup(trailing_ptr); in sirc_parse()
160 DBG_FR("trailing: %s", imsg->params[imsg->nparam-1]); in sirc_parse()
163 return imsg; in sirc_parse()
[all …]
H A Dsirc_event_hdr.c46 g_return_if_fail(imsg->nick || imsg->prefix); in sirc_event_hdr()
49 num = atoi(imsg->cmd); in sirc_event_hdr()
52 origin = imsg->nick ? imsg->nick : imsg->prefix; in sirc_event_hdr()
60 if (i == imsg->nparam - 1) { in sirc_event_hdr()
216 event = imsg->cmd; in sirc_ctcp_event_hdr()
217 tmp = imsg->params[imsg->nparam - 1]; in sirc_ctcp_event_hdr()
221 origin = imsg->nick ? imsg->nick : imsg->prefix; in sirc_ctcp_event_hdr()
236 imsg->params[imsg->nparam - 1] = ptr; in sirc_ctcp_event_hdr()
238 imsg->params[imsg->nparam - 1] = tmp; // Recover parameter in sirc_ctcp_event_hdr()
244 imsg->params[imsg->nparam - 1] = ptr; in sirc_ctcp_event_hdr()
[all …]
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dipmb_ipmi.c66 msg[0] = imsg->len + 7; in ipmb_send()
67 msg[1] = imsg->rs_addr; in ipmb_send()
68 msg[2] = (imsg->netfn << 2) | imsg->rs_lun; in ipmb_send()
71 msg[5] = (imsg->rq_seq << 2) | imsg->rq_lun; in ipmb_send()
72 msg[6] = imsg->cmd; in ipmb_send()
73 memcpy(msg + 7, imsg->data, imsg->len); in ipmb_send()
122 imsg++; in ipmbserv_handle_data()
132 msg.rs_addr = imsg[0]; in ipmbserv_handle_data()
136 msg.rq_addr = imsg[3]; in ipmbserv_handle_data()
139 msg.cmd = imsg[5]; in ipmbserv_handle_data()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dcontrol.c236 struct imsg imsg; in control_dispatch_msg() local
299 imsg_ctl_parent(imsg.hdr.type, imsg.hdr.peerid, in control_dispatch_msg()
453 imsg_ctl_parent(imsg.hdr.type, 0, imsg.hdr.pid, in control_dispatch_msg()
454 imsg.data, imsg.hdr.len - IMSG_HEADER_SIZE); in control_dispatch_msg()
460 imsg_ctl_parent(imsg.hdr.type, imsg.hdr.peerid, in control_dispatch_msg()
461 imsg.hdr.pid, imsg.data, imsg.hdr.len - in control_dispatch_msg()
496 imsg_ctl_rde(imsg.hdr.type, imsg.hdr.pid, in control_dispatch_msg()
497 imsg.data, imsg.hdr.len - IMSG_HEADER_SIZE); in control_dispatch_msg()
505 imsg_ctl_rde(imsg.hdr.type, imsg.hdr.pid, in control_dispatch_msg()
524 imsg_ctl_parent(imsg.hdr.type, 0, imsg.hdr.pid, in control_dispatch_msg()
[all …]
H A Drtr.c182 struct imsg imsg; in rtr_dispatch_imsg_parent() local
193 switch (imsg.hdr.type) { in rtr_dispatch_imsg_parent()
195 if ((fd = imsg.fd) == -1) { in rtr_dispatch_imsg_parent()
211 if ((fd = imsg.fd) == -1) { in rtr_dispatch_imsg_parent()
218 imsg.hdr.peerid); in rtr_dispatch_imsg_parent()
228 copy_config(nconf, imsg.data); in rtr_dispatch_imsg_parent()
242 rtr_new(imsg.hdr.peerid, imsg.data); in rtr_dispatch_imsg_parent()
274 rtr_show(rs, imsg.hdr.pid); in rtr_dispatch_imsg_parent()
281 imsg_free(&imsg); in rtr_dispatch_imsg_parent()
288 struct imsg imsg; in rtr_dispatch_imsg_rde() local
[all …]
/dports/mail/mailutils/mailutils-3.13/libproto/imap/
H A Dmailbox.c98 struct _mu_imap_message *imsg = clos->imsg; in _save_message_parser() local
186 clos.imsg = imsg; in __imap_msg_get_stream()
216 imsg->offset + imsg->message_size - 1); in __imap_msg_get_stream()
246 imsg->message_lines = imsg->header_lines + 1 + imsg->body_lines; in _imap_msg_scan()
275 &imsg->env->date, &imsg->env->tz); in _imap_env_date()
291 mu_address_t addr = imsg->env->sender ? imsg->env->sender : imsg->env->from; in _imap_env_sender()
320 if (!imsg) in _imap_attr_get_flags()
429 imsg->offset + imsg->body_start, in _imap_body_get_stream()
430 imsg->offset + imsg->body_end - 1); in _imap_body_get_stream()
443 *psize = imsg->body_end - imsg->body_start; in _imap_body_size()
[all …]
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dlogger.c35 struct imsg *);
37 struct imsg *);
140 logger_open_fd(struct imsg *imsg) in logger_open_fd() argument
152 log->log_fd = imsg->fd; in logger_open_fd()
161 logger_open_priv(struct imsg *imsg) in logger_open_priv() argument
246 logger_log(struct imsg *imsg) in logger_log() argument
284 logger_dispatch_parent(int fd, struct privsep_proc *p, struct imsg *imsg) in logger_dispatch_parent() argument
286 switch (imsg->hdr.type) { in logger_dispatch_parent()
310 logger_dispatch_server(int fd, struct privsep_proc *p, struct imsg *imsg) in logger_dispatch_server() argument
312 switch (imsg->hdr.type) { in logger_dispatch_server()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dldp_vty_exec.c134 show_interface_msg(struct vty *vty, struct imsg *imsg, in show_interface_msg() argument
210 show_discovery_msg(struct vty *vty, struct imsg *imsg, in show_discovery_msg() argument
275 show_discovery_detail_msg(struct vty *vty, struct imsg *imsg, in show_discovery_detail_msg() argument
565 show_nbr_detail_msg(struct vty *vty, struct imsg *imsg, in show_nbr_detail_msg() argument
1238 show_l2vpn_binding_msg(struct vty *vty, struct imsg *imsg, in show_l2vpn_binding_msg() argument
1426 ldp_vty_dispatch_iface(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_iface() argument
1440 ldp_vty_dispatch_disc(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_disc() argument
1462 ldp_vty_dispatch_nbr(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_nbr() argument
1511 ldp_vty_dispatch_lib(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_lib() argument
1607 ldp_vty_dispatch_l2vpn_pw(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_l2vpn_pw() argument
[all …]
H A Dcontrol.c199 struct imsg imsg; in control_dispatch_imsg() local
225 switch (imsg.hdr.type) { in control_dispatch_imsg()
252 c->iev.ibuf.pid = imsg.hdr.pid; in control_dispatch_imsg()
253 ldpe_imsg_compose_lde(imsg.hdr.type, 0, imsg.hdr.pid, in control_dispatch_imsg()
254 imsg.data, imsg.hdr.len - IMSG_HEADER_SIZE); in control_dispatch_imsg()
264 nbr_clear_ctl(imsg.data); in control_dispatch_imsg()
271 imsg.hdr.type); in control_dispatch_imsg()
274 imsg_free(&imsg); in control_dispatch_imsg()
283 control_imsg_relay(struct imsg *imsg) in control_imsg_relay() argument
290 return (imsg_compose_event(&c->iev, imsg->hdr.type, 0, imsg->hdr.pid, in control_imsg_relay()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dldp_vty_exec.c134 show_interface_msg(struct vty *vty, struct imsg *imsg, in show_interface_msg() argument
210 show_discovery_msg(struct vty *vty, struct imsg *imsg, in show_discovery_msg() argument
275 show_discovery_detail_msg(struct vty *vty, struct imsg *imsg, in show_discovery_detail_msg() argument
565 show_nbr_detail_msg(struct vty *vty, struct imsg *imsg, in show_nbr_detail_msg() argument
1238 show_l2vpn_binding_msg(struct vty *vty, struct imsg *imsg, in show_l2vpn_binding_msg() argument
1426 ldp_vty_dispatch_iface(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_iface() argument
1440 ldp_vty_dispatch_disc(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_disc() argument
1462 ldp_vty_dispatch_nbr(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_nbr() argument
1511 ldp_vty_dispatch_lib(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_lib() argument
1607 ldp_vty_dispatch_l2vpn_pw(struct vty *vty, struct imsg *imsg, in ldp_vty_dispatch_l2vpn_pw() argument
[all …]
H A Dcontrol.c199 struct imsg imsg; in control_dispatch_imsg() local
225 switch (imsg.hdr.type) { in control_dispatch_imsg()
252 c->iev.ibuf.pid = imsg.hdr.pid; in control_dispatch_imsg()
253 ldpe_imsg_compose_lde(imsg.hdr.type, 0, imsg.hdr.pid, in control_dispatch_imsg()
254 imsg.data, imsg.hdr.len - IMSG_HEADER_SIZE); in control_dispatch_imsg()
264 nbr_clear_ctl(imsg.data); in control_dispatch_imsg()
271 imsg.hdr.type); in control_dispatch_imsg()
274 imsg_free(&imsg); in control_dispatch_imsg()
283 control_imsg_relay(struct imsg *imsg) in control_imsg_relay() argument
290 return (imsg_compose_event(&c->iev, imsg->hdr.type, 0, imsg->hdr.pid, in control_imsg_relay()
[all …]
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dcontrol.c85 control_imsg(struct mproc *p, struct imsg *imsg) in control_imsg() argument
94 if (imsg == NULL) { in control_imsg()
115 imsg->hdr.peerid = 0; in control_imsg()
127 m_msg(&m, imsg); in control_imsg()
140 m_msg(&m, imsg); in control_imsg()
153 m_msg(&m, imsg); in control_imsg()
438 control_dispatch_ext(struct mproc *p, struct imsg *imsg) in control_dispatch_ext() argument
452 if (imsg == NULL) { in control_dispatch_ext()
482 kvp = imsg->data; in control_dispatch_ext()
681 imsg->data, imsg->hdr.len - sizeof(imsg->hdr)); in control_dispatch_ext()
[all …]
H A Dqueue.c56 queue_imsg(struct mproc *p, struct imsg *imsg) in queue_imsg() argument
71 if (imsg == NULL) in queue_imsg()
78 m_msg(&m, imsg); in queue_imsg()
96 m_msg(&m, imsg); in queue_imsg()
109 m_msg(&m, imsg); in queue_imsg()
130 m_msg(&m, imsg); in queue_imsg()
148 m_msg(&m, imsg); in queue_imsg()
177 m_msg(&m, imsg); in queue_imsg()
187 m_msg(&m, imsg); in queue_imsg()
288 if (imsg->hdr.len == sizeof imsg->hdr) { in queue_imsg()
[all …]
H A Dpony.c45 void mda_imsg(struct mproc *, struct imsg *);
52 pony_imsg(struct mproc *p, struct imsg *imsg) in pony_imsg() argument
57 if (imsg == NULL) in pony_imsg()
60 switch (imsg->hdr.type) { in pony_imsg()
66 resolver_dispatch_result(p, imsg); in pony_imsg()
71 cert_dispatch_result(p, imsg); in pony_imsg()
80 m_msg(&m, imsg); in pony_imsg()
86 m_msg(&m, imsg); in pony_imsg()
108 smtp_imsg(p, imsg); in pony_imsg()
129 mta_imsg(p, imsg); in pony_imsg()
[all …]
/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dcontrol.c59 control_lookup(struct ctl_conn *c, struct imsg *imsg) in control_lookup() argument
139 control_browse_add(struct ctl_conn *c, struct imsg *imsg) in control_browse_add() argument
211 control_browse_del(struct ctl_conn *c, struct imsg *imsg) in control_browse_del() argument
247 control_resolve(struct ctl_conn *c, struct imsg *imsg) in control_resolve() argument
339 control_group_add(struct ctl_conn *c, struct imsg *imsg) in control_group_add() argument
364 control_group_add_service(struct ctl_conn *c, struct imsg *imsg) in control_group_add_service() argument
397 control_group_reset(struct ctl_conn *c, struct imsg *imsg) in control_group_reset() argument
426 control_group_commit(struct ctl_conn *c, struct imsg *imsg) in control_group_commit() argument
640 struct imsg imsg; in control_dispatch_imsg() local
670 switch (imsg.hdr.type) { in control_dispatch_imsg()
[all …]
/dports/www/obhttpd/libimsg-6.9.20210510/
H A DChangeLog19 * lib/libutil/imsg.h: Make imsg.h a bit more self-contained by
28 * lib/libutil/: imsg-buffer.c, imsg.h, imsg_init.3: Change imsg
45 * lib/libutil/: imsg-buffer.c, imsg.c: Make a few internal symbols
62 * lib/libutil/: imsg-buffer.c, imsg.c: Use freezero(3) for the imsg
76 * lib/libutil/: imsg.c, imsg.h, imsg_init.3: Use C99 types
148 * lib/libutil/: imsg-buffer.c, imsg.c: Use memset instead of bzero
160 * lib/libutil/: imsg-buffer.c, imsg.c: bzero cmsgbuf before using
194 * lib/libutil/: imsg.c, imsg.h, imsg_init.3: constify data
254 * lib/libutil/: imsg-buffer.c, imsg.c: in imsg_read() avoid calling
294 * lib/libutil/: imsg-buffer.c, imsg.c, imsg.h, imsg_init.3: Move
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Ddtio_26.f0319 character(len=*), intent(inout) :: imsg local
22 i = 0 ; imsg=''
25 read( unit=lun, fmt='(a1)', iostat=istat, iomsg=imsg) c
51 character(len=256) :: imsg variable
57 read(unit=10, fmt='(dt)', iostat=istat, iomsg=imsg) foo
58 if (imsg.ne."End of record") STOP 1
60 read(unit=10, fmt=*, iostat=istat, iomsg=imsg) foo
61 if (imsg.ne."End of record") STOP 2
64 if (imsg.ne."End of record") STOP 3
65 read( unit=s, fmt=*, iostat=istat, iomsg=imsg) foo
[all …]

12345678910>>...39