| /openbsd/src/usr.sbin/smtpd/ |
| D | smtp_client.c | 138 struct smtp_client *proto; in smtp_connect() local 163 smtp_cert_verified(struct smtp_client *proto, int verified) in smtp_cert_verified() 187 smtp_set_tls(struct smtp_client *proto, void *ctx) in smtp_set_tls() 193 smtp_quit(struct smtp_client *proto) in smtp_quit() 202 smtp_sendmail(struct smtp_client *proto, struct smtp_mail *mail) in smtp_sendmail() 212 smtp_client_free(struct smtp_client *proto) in smtp_client_free() 230 smtp_client_abort(struct smtp_client *proto, int err, const char *reason) in smtp_client_abort() 244 smtp_client_cancel(struct smtp_client *proto, int err, const char *reason) in smtp_client_cancel() 255 smtp_client_state(struct smtp_client *proto, int newstate) in smtp_client_state() 452 smtp_client_response(struct smtp_client *proto, const char *line) in smtp_client_response() [all …]
|
| D | smtpc.c | 450 smtp_require_tls(void *tag, struct smtp_client *proto) in smtp_require_tls() 465 smtp_ready(void *tag, struct smtp_client *proto) in smtp_ready() 476 smtp_failed(void *tag, struct smtp_client *proto, int failure, const char *detail) in smtp_failed() 500 smtp_status(void *tag, struct smtp_client *proto, struct smtp_status *status) in smtp_status() 506 smtp_done(void *tag, struct smtp_client *proto, struct smtp_mail *mail) in smtp_done() 523 smtp_closed(void *tag, struct smtp_client *proto) in smtp_closed()
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | tracepoint.h | 10 #define DEFINE_EVENT(template, name, proto, args) \ argument 14 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 17 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 21 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 24 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
|
| /openbsd/src/sbin/isakmpd/ |
| D | sa.h | 57 struct proto { struct 68 u_int8_t proto; argument 90 TAILQ_HEAD(proto_attr_head, proto_attr) xfs; argument 94 struct proto_attr { argument
|
| D | ipsec.c | 88 struct proto *proto; member 196 u_int8_t proto; member 208 struct proto *proto; in ipsec_sa_check() local 239 ipsec_sa_lookup(struct sockaddr *dst, u_int32_t spi, u_int8_t proto) in ipsec_sa_lookup() 424 struct proto *proto, *last_proto = 0; in ipsec_finalize_exchange() local 577 struct proto *proto; in ipsec_set_network() local 909 ipsec_spi_size(u_int8_t proto) in ipsec_spi_size() 939 u_int8_t proto = GET_IPSEC_ID_PROTO(extra); in ipsec_validate_id_information() local 1011 ipsec_validate_proto(u_int8_t proto) in ipsec_validate_proto() 1035 ipsec_validate_transform_id(u_int8_t proto, u_int8_t transform_id) in ipsec_validate_transform_id() [all …]
|
| D | isakmp_doi.c | 142 isakmp_spi_size(u_int8_t proto) in isakmp_spi_size() 185 isakmp_validate_proto(u_int8_t proto) in isakmp_validate_proto() 200 isakmp_validate_transform_id(u_int8_t proto, u_int8_t transform_id) in isakmp_validate_transform_id()
|
| D | message.c | 599 u_int8_t proto = GET_ISAKMP_DELETE_PROTO(p->p); in message_validate_delete() local 885 u_int8_t proto = GET_ISAKMP_NOTIFY_PROTO(p->p); in message_validate_notify() local 948 u_int8_t proto = GET_ISAKMP_PROP_PROTO(p->p); in message_validate_proposal() local 1091 u_int8_t proto = GET_ISAKMP_PROP_PROTO(p->context->p); in message_validate_transform() local 1675 u_int8_t proto; member 1707 u_int16_t notify, struct proto *proto, int incoming) in message_send_notification() 1732 struct proto *proto; in message_send_delete() local 1878 message_drop(struct message *msg, int notify, struct proto *proto, in message_drop() 2110 struct proto *proto; in message_negotiate_sa() local 2289 struct proto *proto; in message_add_sa_payload() local
|
| D | sa.c | 464 struct proto *proto; in sa_dump() local 538 report_proto(FILE *fd, struct proto *proto) in report_proto() 720 struct proto *proto; in report_phase2() local 800 proto_free(struct proto *proto) in proto_free() 873 struct proto *proto; in sa_release() local 1092 struct proto *proto; in sa_add_transform() local
|
| D | pf_key_v2.c | 511 pf_key_v2_get_spi(size_t *sz, u_int8_t proto, struct sockaddr *src, in pf_key_v2_get_spi() 650 pf_key_v2_get_kernel_sa(u_int8_t *spi, size_t spi_sz, u_int8_t proto, in pf_key_v2_get_kernel_sa() 872 pf_key_v2_set_spi(struct sa *sa, struct proto *proto, int incoming, in pf_key_v2_set_spi() 1486 u_int8_t *spi, u_int8_t proto, struct sockaddr *dst, in pf_key_v2_flow() 1822 struct proto *proto = TAILQ_FIRST(&sa->protos); in pf_key_v2_enable_sa() local 1982 struct proto *proto = TAILQ_FIRST(&sa->protos); in pf_key_v2_disable_sa() local 2005 pf_key_v2_delete_spi(struct sa *sa, struct proto *proto, int incoming) in pf_key_v2_delete_spi() 2315 int masklen, u_int8_t proto, u_int16_t port) in phase2id()
|
| /openbsd/src/usr.sbin/npppd/npppd/ |
| D | ppp.c | 324 int proto, int direction, const char *message) in ppp_set_disconnect_cause() 545 proto_name(uint16_t proto) in proto_name() 744 uint16_t proto; local 962 ppp_output(npppd_ppp *_this, uint16_t proto, u_char code, u_char id, 1036 ppp_packetbuf(npppd_ppp *_this, int proto) 1103 ppp_proto_bit(int proto)
|
| /openbsd/src/lib/libc/net/ |
| D | getservbyport.c | 36 getservbyport_r(int port, const char *proto, struct servent *se, in getservbyport_r() 57 getservbyport(int port, const char *proto) in getservbyport()
|
| D | getservbyname.c | 36 getservbyname_r(const char *name, const char *proto, struct servent *se, in getservbyname_r() 63 getservbyname(const char *name, const char *proto) in getservbyname()
|
| /openbsd/src/lib/libpcap/ |
| D | gencode.c | 809 gen_linktype(int proto) in gen_linktype() 931 gen_hostop(bpf_u_int32 addr, bpf_u_int32 mask, int dir, int proto, in gen_hostop() 972 gen_hostop6(struct in6_addr *addr, struct in6_addr *mask, int dir, int proto, in gen_hostop6() 1182 gen_host(bpf_u_int32 addr, bpf_u_int32 mask, int proto, int dir) in gen_host() 1270 gen_host6(struct in6_addr *addr, struct in6_addr *mask, int proto, int dir) in gen_host6() 1347 gen_gateway(const u_char *eaddr, bpf_u_int32 **alist, int proto, int dir) in gen_gateway() 1383 gen_proto_abbrev(int proto) in gen_proto_abbrev() 1624 gen_portop(int port, int proto, int dir) in gen_portop() 1692 gen_portop6(int port, int proto, int dir) in gen_portop6() 1758 lookup_proto(const char *name, int proto) in lookup_proto() [all …]
|
| /openbsd/src/usr.sbin/relayd/ |
| D | relay.c | 269 struct protocol *proto = rlay->rl_proto; in relay_protodebug() local 540 struct protocol *proto, int fd, int reuseport) in relay_socket() 642 struct protocol *proto, int fd) in relay_socket_connect() 663 struct protocol *proto) in relay_socket_listen() 688 struct protocol *proto = rlay->rl_proto; in relay_connected() local 797 struct protocol *proto = rlay->rl_proto; in relay_input() local 888 struct protocol *proto = con->se_relay->rl_proto; in relay_read() local 925 struct protocol *proto = rlay->rl_proto; in relay_splice() local 1468 relay_bindanyreq(struct rsession *con, in_port_t port, int proto) in relay_bindanyreq() 1731 struct protocol *proto = rlay->rl_proto; in relay_close() local [all …]
|
| D | relay_udp.c | 70 struct protocol *proto = rlay->rl_proto; in relay_udp_init() local 90 struct protocol *proto) in relay_udp_bind() 109 struct protocol *proto) in relay_udp_socket() 181 struct protocol *proto = rlay->rl_proto; in relay_udp_response() local 215 struct protocol *proto = rlay->rl_proto; in relay_udp_server() local
|
| D | config.c | 144 struct protocol *proto; in config_purge() local 612 config_setproto(struct relayd *env, struct protocol *proto) in config_setproto() 643 config_setrule(struct relayd *env, struct protocol *proto) in config_setrule() 697 struct protocol *proto; in config_getproto() local 736 struct protocol *proto; in config_getrule() local
|
| /openbsd/src/usr.sbin/tftp-proxy/ |
| D | filter.c | 58 struct sockaddr *dst, u_int16_t d_port, u_int8_t proto) in add_filter() 77 u_int16_t d_port, struct sockaddr *rdr, u_int16_t rdr_port, u_int8_t proto) in add_rdr() 172 struct sockaddr *dst, u_int16_t d_port, u_int8_t proto) in prepare_rule()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptExpressionOpts.cpp | 43 static bool registerRSDefaultTargetOpts(clang::TargetOptions &proto, in registerRSDefaultTargetOpts() 156 bool RenderScriptRuntime::GetOverrideExprOptions(clang::TargetOptions &proto) { in GetOverrideExprOptions()
|
| /openbsd/src/usr.sbin/mopd/common/ |
| D | print.c | 95 u_short proto; in mopPrintOneline() local 239 u_short proto; in mopPrintHeader() local 298 u_short proto; in mopPrintMopHeader() local
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | print-mobile.c | 50 u_int16_t proto; member 67 u_short proto,crc; in mobile_print() local
|
| D | print-stp.c | 91 int proto = STP_PROTO_STP; in stp_print() local 156 stp_print_cbpdu(const u_char *p, u_int len, int proto) in stp_print_cbpdu()
|
| /openbsd/src/regress/lib/libc/netdb/ |
| D | netdb.c | 15 checkp(int n, struct protoent *p, int proto, const char *name, ...) in checkp() 55 checks(int n, struct servent *s, int port, const char *proto, in checks()
|
| /openbsd/src/sys/net/ |
| D | if_gif.c | 217 uint8_t proto, ttl, tos; in gif_start() local 308 uint8_t proto, uint8_t ttl, uint8_t itos) in gif_send() 718 in_gif_input(struct mbuf **mp, int *offp, int proto, int af) in in_gif_input() 740 in6_gif_input(struct mbuf **mp, int *offp, int proto, int af) in in6_gif_input() 785 gif_input(struct gif_tunnel *key, struct mbuf **mp, int *offp, int proto, in gif_input()
|
| /openbsd/src/sys/netinet/ |
| D | ipsec_input.c | 750 ipsec_input_disabled(struct mbuf **mp, int *offp, int proto, int af) in ipsec_input_disabled() 765 ah46_input(struct mbuf **mp, int *offp, int proto, int af) in ah46_input() 798 esp46_input(struct mbuf **mp, int *offp, int proto, int af) in esp46_input() 822 ipcomp46_input(struct mbuf **mp, int *offp, int proto, int af) in ipcomp46_input() 869 void *v, int proto) in ipsec_common_ctlinput() 1048 ipsec_local_check(struct mbuf *m, int hlen, int proto, int af) in ipsec_local_check()
|
| /openbsd/src/lib/libc/asr/ |
| D | getnameinfo.c | 110 asr_print_port(const struct sockaddr *sa, const char *proto, char *buf, size_t buflen) in asr_print_port() 155 const char *proto; in getnameinfo() local
|