Symbol: imsg_type
sbin/iked/ca.c
148
ca_getkey(struct privsep *ps, struct iked_id *key, enum imsg_type type)
sbin/iked/iked.h
1299
void ca_getkey(struct privsep *, struct iked_id *, enum imsg_type);
sbin/unwind/unwind.c
639
main_sendall(enum imsg_type type, void *buf, uint16_t len)
sbin/unwind/unwind.c
73
int main_sendall(enum imsg_type, void *, uint16_t);
usr.sbin/bgpctl/bgpctl.c
92
enum imsg_type type;
usr.sbin/bgpd/bgpd.h
1049
enum imsg_type type;
usr.sbin/bgpd/mrt.c
1131
enum imsg_type type;
usr.sbin/bgpd/rde.c
3274
enum imsg_type type)
usr.sbin/bgpd/rde.c
3553
enum imsg_type type;
usr.sbin/bgpd/rde.c
69
enum imsg_type);
usr.sbin/eigrpd/eigrpd.c
52
static int eigrp_sendboth(enum imsg_type, void *, uint16_t);
usr.sbin/eigrpd/eigrpd.c
630
eigrp_sendboth(enum imsg_type type, void *buf, uint16_t len)
usr.sbin/ldpd/address.c
182
enum imsg_type type;
usr.sbin/ldpd/labelmapping.c
359
int imsg_type = IMSG_NONE;
usr.sbin/ldpd/labelmapping.c
407
imsg_type = IMSG_LABEL_MAPPING;
usr.sbin/ldpd/labelmapping.c
410
imsg_type = IMSG_LABEL_REQUEST;
usr.sbin/ldpd/labelmapping.c
413
imsg_type = IMSG_LABEL_WITHDRAW;
usr.sbin/ldpd/labelmapping.c
416
imsg_type = IMSG_LABEL_RELEASE;
usr.sbin/ldpd/labelmapping.c
419
imsg_type = IMSG_LABEL_ABORT;
usr.sbin/ldpd/labelmapping.c
425
ldpe_imsg_compose_lde(imsg_type, nbr->peerid, 0, &me->map,
usr.sbin/ldpd/ldpd.c
46
static int main_imsg_compose_both(enum imsg_type, void *,
usr.sbin/ldpd/ldpd.c
550
main_imsg_compose_both(enum imsg_type type, void *buf, uint16_t len)
usr.sbin/ospf6d/ospf6d.c
59
int ospf_sendboth(enum imsg_type, void *, u_int16_t);
usr.sbin/ospf6d/ospf6d.c
652
ospf_sendboth(enum imsg_type type, void *buf, u_int16_t len)
usr.sbin/ospf6d/rde.c
826
rde_dump_area(struct area *area, int imsg_type, pid_t pid)
usr.sbin/ospf6d/rde.c
838
lsa_dump(&iface->lsa_tree, imsg_type, pid);
usr.sbin/ospf6d/rde.c
842
lsa_dump(&area->lsa_tree, imsg_type, pid);
usr.sbin/ospf6d/rde_lsdb.c
754
lsa_dump(struct lsa_tree *tree, int imsg_type, pid_t pid)
usr.sbin/ospf6d/rde_lsdb.c
762
switch (imsg_type) {
usr.sbin/ospf6d/rde_lsdb.c
801
rde_imsg_compose_ospfe(imsg_type, 0, pid, &v->lsa->hdr,
usr.sbin/ospfd/ospfd.c
59
int ospf_sendboth(enum imsg_type, void *, u_int16_t);
usr.sbin/ospfd/ospfd.c
694
ospf_sendboth(enum imsg_type type, void *buf, u_int16_t len)
usr.sbin/ospfd/rde.c
758
rde_dump_area(struct area *area, int imsg_type, pid_t pid)
usr.sbin/ospfd/rde.c
770
lsa_dump(&iface->lsa_tree, imsg_type, pid);
usr.sbin/ospfd/rde.c
774
lsa_dump(&area->lsa_tree, imsg_type, pid);
usr.sbin/ospfd/rde_lsdb.c
607
lsa_dump(struct lsa_tree *tree, int imsg_type, pid_t pid)
usr.sbin/ospfd/rde_lsdb.c
615
switch (imsg_type) {
usr.sbin/ospfd/rde_lsdb.c
652
rde_imsg_compose_ospfe(imsg_type, 0, pid, &v->lsa->hdr,
usr.sbin/rad/rad.c
654
main_sendboth(enum imsg_type type, void *buf, uint16_t len)
usr.sbin/rad/rad.c
75
int main_sendboth(enum imsg_type, void *, uint16_t);
usr.sbin/radiusd/radiusd.c
1599
uint32_t imsg_type, const char *type_str)
usr.sbin/radiusd/radiusd_module.c
321
module_common_radpkt(struct module_base *base, uint32_t imsg_type, u_int q_id,
usr.sbin/radiusd/radiusd_module.c
345
ret = imsg_composev(&base->ibuf, imsg_type, 0, 0, -1, iov,
usr.sbin/snmpd/snmp.h
56
u_int32_t imsg_type;
usr.sbin/vmd/priv.c
122
switch (imsg_type) {
usr.sbin/vmd/priv.c
165
if (imsg_type == IMSG_VMDOP_PRIV_IFUP)
usr.sbin/vmd/priv.c
90
uint32_t imsg_type, peer_id;
usr.sbin/vmd/priv.c
93
imsg_type = imsg_get_type(imsg);
usr.sbin/vmd/priv.c
96
switch (imsg_type) {
usr.sbin/ypldap/ldapclient.c
495
enum imsg_type type)
usr.sbin/ypldap/ldapclient.c
54
char **, char *, int, int, enum imsg_type);