Searched defs:port (Results 1 - 25 of 853) sorted by path

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c524 uint16_t port = htons(*((uint16_t *)addr)); local
/freebsd-current/contrib/bearssl/samples/
H A Dclient_basic.c46 host_connect(const char *host, const char *port) argument
242 const char *host, *port, *path; local
H A Dserver_basic.c96 host_bind(const char *host, const char *port) argument
290 const char *port; local
/freebsd-current/contrib/bearssl/tools/
H A Dclient.c51 host_connect(const char *host, const char *port, int verbose) argument
517 char *port; local
H A Dserver.c52 host_bind(const char *host, const char *port, int verbose) argument
634 const char *port; local
[all...]
/freebsd-current/contrib/blocklist/bin/
H A Dconf.c240 in_port_t *port = NULL; local
555 in_port_t *port; local
744 fmtport(char *b, size_t l, int port) argument
[all...]
/freebsd-current/contrib/blocklist/port/
H A Dsockaddr_snprintf.c169 char Abuf[1024], pbuf[32], *name = NULL, *port = NULL; local
288 port = pbuf, local
/freebsd-current/contrib/blocklist/test/
H A Dcltest.c99 in_port_t port = 6161; local
H A Dsrvtest.c184 in_port_t port = 6161; local
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpclient.c888 open_client_udp(const char *host, const char *port) argument
1055 snmp_open(const char *host, const char *port, const char *readcomm, argument
2205 const char *port[2] = { local
[all...]
H A Dsupport.c129 getaddrinfo(const char *host, const char *port, const struct addrinfo *hints, argument
/freebsd-current/contrib/bsnmp/snmpd/
H A Dmain.c766 trans_insert_port(struct transport *t, struct tport *port) argument
784 trans_remove_port(struct tport *port) argument
1214 snmp_send_port(void *targ, const struct asn_oid *port, struct snmp_pdu *pdu, const struct sockaddr *addr, socklen_t addrlen) argument
[all...]
H A Dtrans_inet.c104 struct inet_port *port; member in struct:port_sock
248 struct inet_port *port = (struct inet_port *)tp; local
261 struct inet_port *port = (struct inet_port *)tp; local
353 struct inet_port *port = __containerof(tp, struct inet_port, tport); local
442 uint32_t port; member in struct:inet_port_params
458 ipv4_create(struct inet_port *port, struct inet_port_params *params) argument
667 ipv6_create_common(struct inet_port *port, struct inet_port_params *params, u_int scope_id) argument
712 ipv6_create(struct inet_port *port, struct inet_port_params *params) argument
908 ipv6z_create(struct inet_port *port, struct inet_port_params *params) argument
936 dns_create(struct inet_port *port, struct inet_port_params *params) argument
966 dns_activate(struct inet_port *port) argument
1030 dns_deactivate(struct inet_port *port) argument
1045 struct inet_port *port = NULL; local
1110 struct inet_port *port; local
1128 struct inet_port *port; local
1148 inet_port_set(struct snmp_context *ctx, struct inet_port *port, struct inet_port_params *params, enum RowStatus nstatus) argument
1233 struct inet_port *port; local
[all...]
H A Dtrans_lsock.c81 struct lsock_port *port = (struct lsock_port *)tp; local
115 struct lsock_port *port; local
220 struct lsock_port *port = (struct lsock_port *)tp; local
501 struct lsock_port *port; member in struct:lsock_dep
[all...]
H A Dtrans_lsock.h44 struct lsock_port *port; /* parent port */ member in struct:lsock_peer
H A Dtrans_udp.c162 struct udp_port *port; local
209 struct udp_port *port = (struct udp_port *)tp; local
351 u_int32_t port; local
[all...]
H A Dtrans_udp.h37 uint16_t port; /* host byteorder */ member in struct:udp_port
50 uint16_t port; /* host byteorder */ member in struct:udp_open
H A Dtrap.c303 int32_t port; local
/freebsd-current/contrib/bsnmp/tests/
H A Dsnmp_parse_server.cc153 const auto port = "10007"s; variable
164 const auto port = "telnet"s; variable
175 const auto port = "10007"s; variable
186 const auto port = "10007"s; variable
197 const auto port = ""s; variable
210 const auto port = "10007"s; variable
221 const auto port = "snmp"s; variable
232 const auto port = ""s; variable
398 const auto port = "ssh"s; variable
410 const auto port = "ssh"s; variable
422 const auto port = "ssh"s; variable
434 const auto port = "ssh"s; variable
494 const auto port = "65000"s; variable
507 const auto port = "ftp"s; variable
520 const auto port = "ftp"s; variable
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dsctp.cc23 static int SctpClient(int port, unsigned char byte) { argument
100 int port = ntohs(addr.sin_port); local
H A Dsocket.cc159 int port = ntohs(addr.sin_port); local
276 int port = ntohs(addr.sin_port); local
/freebsd-current/contrib/dma/
H A Ddma.h132 int port; member in struct:config
H A Ddns.c66 add_host(int pref, const char *host, int port, struct mx_hostentry **he, size_t *ps) argument
132 dns_get_mx_list(const char *host, int port, struct mx_hostentry **he, int no_mx) argument
H A Dnet.c637 int port; local
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc869 zx::port port; local
[all...]

Completed in 246 milliseconds

1234567891011>>