Home
last modified time | relevance | path

Searched defs:port (Results 1 – 20 of 20) sorted by relevance

/net-tools-3.6.0/
Dnet-capture.py26 port = 4242 variable
66 port = int(a) variable
Dthroughput-client.c342 int c, ret, fd, i = 0, timeout = -1, port = SERVER_PORT; in main() local
Decho-client.c395 int c, ret, fd, i = 0, timeout = -1, port = SERVER_PORT; in main() local
Decho-server.c373 int port = SERVER_PORT; in main() local
Dtunslip6.c73 const char *port = NULL; variable
Dcoap-client.c1576 int ifindex = -1, on, port; local
/net-tools-3.6.0/libcoap/include/coap/
Duri.h22 unsigned short port; /**< The port in host byte order */ member
Daddress.h26 uint16_t port; member
42 unsigned short port; member
/net-tools-3.6.0/tinydtls-0.8.2/
Dsession.h39 unsigned short port; member
Ddebug.c121 in_port_t port; in dsrv_print_addr() local
/net-tools-3.6.0/libcoap/examples/
Dtiny.c66 get_context(const char *node, const char *port) { in get_context()
Dclient.c982 get_context(const char *node, const char *port) { in get_context()
1036 unsigned short port = COAP_DEFAULT_PORT; in main() local
Dcoap-server.c344 get_context(const char *node, const char *port) { in get_context()
Dcoap-rd.c573 get_context(const char *node, const char *port) { in get_context()
Detsi_iot_01.c631 get_context(const char *node, const char *port) { in get_context()
/net-tools-3.6.0/libcoap/src/
Dcoap_io_lwip.c52 static void coap_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in coap_recv()
Ddebug.c165 in_port_t port; in coap_print_addr() local
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dnet_sockets.c136 int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto ) in mbedtls_net_connect()
183 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind()
/net-tools-3.6.0/tinydtls-0.8.2/tests/
Ddtls-client.c344 unsigned short port = DEFAULT_PORT; local
/net-tools-3.6.0/python-websocket-server/websocket_server/
Dwebsocket_server.py121 def __init__(self, port, host='127.0.0.1', loglevel=logging.WARNING): argument