/net-tools-3.4.0/ |
D | net-capture.py | 26 port = 4242 variable 66 port = int(a) variable
|
D | throughput-client.c | 342 int c, ret, fd, i = 0, timeout = -1, port = SERVER_PORT; in main() local
|
D | echo-client.c | 395 int c, ret, fd, i = 0, timeout = -1, port = SERVER_PORT; in main() local
|
D | echo-server.c | 373 int port = SERVER_PORT; in main() local
|
D | tunslip6.c | 73 const char *port = NULL; variable
|
D | coap-client.c | 1576 int ifindex = -1, on, port; local
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | uri.h | 22 unsigned short port; /**< The port in host byte order */ member
|
D | address.h | 26 uint16_t port; member 42 unsigned short port; member
|
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | session.h | 39 unsigned short port; member
|
D | debug.c | 121 in_port_t port; in dsrv_print_addr() local
|
/net-tools-3.4.0/libcoap/examples/ |
D | tiny.c | 66 get_context(const char *node, const char *port) { in get_context()
|
D | client.c | 982 get_context(const char *node, const char *port) { in get_context() 1036 unsigned short port = COAP_DEFAULT_PORT; in main() local
|
D | coap-server.c | 344 get_context(const char *node, const char *port) { in get_context()
|
D | coap-rd.c | 573 get_context(const char *node, const char *port) { in get_context()
|
D | etsi_iot_01.c | 631 get_context(const char *node, const char *port) { in get_context()
|
/net-tools-3.4.0/libcoap/src/ |
D | coap_io_lwip.c | 52 static void coap_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in coap_recv()
|
D | debug.c | 165 in_port_t port; in coap_print_addr() local
|
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | net_sockets.c | 136 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.4.0/tinydtls-0.8.2/tests/ |
D | dtls-client.c | 344 unsigned short port = DEFAULT_PORT; local
|
/net-tools-3.4.0/python-websocket-server/websocket_server/ |
D | websocket_server.py | 121 def __init__(self, port, host='127.0.0.1', loglevel=logging.WARNING): argument
|