Home
last modified time | relevance | path

Searched refs:imsg_type (Results 1 – 25 of 43) sorted by relevance

12

/openbsd/src/usr.sbin/ldpd/
Dlabelmapping.c359 int imsg_type = IMSG_NONE; in recv_labelmessage() local
407 imsg_type = IMSG_LABEL_MAPPING; in recv_labelmessage()
410 imsg_type = IMSG_LABEL_REQUEST; in recv_labelmessage()
413 imsg_type = IMSG_LABEL_WITHDRAW; in recv_labelmessage()
416 imsg_type = IMSG_LABEL_RELEASE; in recv_labelmessage()
419 imsg_type = IMSG_LABEL_ABORT; in recv_labelmessage()
425 ldpe_imsg_compose_lde(imsg_type, nbr->peerid, 0, &me->map, in recv_labelmessage()
Daddress.c182 enum imsg_type type; in recv_address()
/openbsd/src/usr.sbin/radiusd/
Dradiusd.h29 enum imsg_type { enum
Dradiusd_module.c321 module_common_radpkt(struct module_base *base, uint32_t imsg_type, u_int q_id, in module_common_radpkt() argument
345 ret = imsg_composev(&base->ibuf, imsg_type, 0, 0, -1, iov, in module_common_radpkt()
/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_ctl.h42 enum imsg_type { enum
/openbsd/src/usr.sbin/snmpd/
Dsnmp.h56 u_int32_t imsg_type; member
Dsnmpd.h89 enum imsg_type { enum
/openbsd/src/sbin/iked/
Dtypes.h94 enum imsg_type { enum
/openbsd/src/sbin/unwind/
Dunwind.h86 enum imsg_type { enum
Dunwind.c73 int main_sendall(enum imsg_type, void *, uint16_t);
639 main_sendall(enum imsg_type type, void *buf, uint16_t len) in main_sendall()
/openbsd/src/usr.sbin/rad/
Drad.h50 enum imsg_type { enum
Drad.c75 int main_sendboth(enum imsg_type, void *, uint16_t);
654 main_sendboth(enum imsg_type type, void *buf, uint16_t len) in main_sendboth()
/openbsd/src/sbin/slaacd/
Dslaacd.h37 enum imsg_type { enum
/openbsd/src/usr.sbin/ypldap/
Dypldap.h31 enum imsg_type { enum
Dldapclient.c54 char **, char *, int, int, enum imsg_type);
495 enum imsg_type type) in client_search_idm()
/openbsd/src/sbin/dhcpleased/
Ddhcpleased.h194 enum imsg_type { enum
/openbsd/src/usr.sbin/ospfd/
Drde_lsdb.c607 lsa_dump(struct lsa_tree *tree, int imsg_type, pid_t pid) in lsa_dump() argument
615 switch (imsg_type) { in lsa_dump()
652 rde_imsg_compose_ospfe(imsg_type, 0, pid, &v->lsa->hdr, in lsa_dump()
Dospfd.c59 int ospf_sendboth(enum imsg_type, void *, u_int16_t);
694 ospf_sendboth(enum imsg_type type, void *buf, u_int16_t len) in ospf_sendboth()
/openbsd/src/usr.sbin/ospf6d/
Drde_lsdb.c754 lsa_dump(struct lsa_tree *tree, int imsg_type, pid_t pid) in lsa_dump() argument
762 switch (imsg_type) { in lsa_dump()
801 rde_imsg_compose_ospfe(imsg_type, 0, pid, &v->lsa->hdr, in lsa_dump()
Dospf6d.c59 int ospf_sendboth(enum imsg_type, void *, u_int16_t);
652 ospf_sendboth(enum imsg_type type, void *buf, u_int16_t len) in ospf_sendboth()
/openbsd/src/usr.sbin/eigrpd/
Deigrpd.c52 static int eigrp_sendboth(enum imsg_type, void *, uint16_t);
630 eigrp_sendboth(enum imsg_type type, void *buf, uint16_t len) in eigrp_sendboth()
/openbsd/src/usr.sbin/ripd/
Dripd.h68 enum imsg_type { enum
/openbsd/src/usr.sbin/dvmrpd/
Ddvmrpd.h64 enum imsg_type { enum
/openbsd/src/usr.sbin/ntpd/
Dntpd.h303 enum imsg_type { enum
/openbsd/src/usr.sbin/ldapd/
Dldapd.h290 enum imsg_type { enum

12