| /lib/lwip/lwip/src/apps/tftp/ |
| A D | tftp.c | 84 u16_t port; member 96 u16_t port; member 166 send_request(const ip_addr_t *addr, u16_t port, u16_t opcode, const char* fname, const char* mode) in send_request() 203 send_error(const ip_addr_t *addr, u16_t port, enum tftp_error code, const char *str) in send_error() 224 send_ack(const ip_addr_t *addr, u16_t port, u16_t blknum) in send_ack() 246 resend_data(const ip_addr_t *addr, u16_t port) in resend_data() 266 send_data(const ip_addr_t *addr, u16_t port) in send_data() 352 tftp_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in tftp_recv() 697 start_send_requests(const ip_addr_t *addr, u16_t port, u16_t opcode, const char* fname, enum tftp_t… in start_send_requests() 711 tftp_get(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mod… in tftp_get() [all …]
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_raw.c | 47 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in snmp_recv() 57 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
|
| A D | snmp_netconn.c | 82 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto()
|
| /lib/lwip/lwip/contrib/apps/udpecho_raw/ |
| A D | udpecho_raw.c | 59 const ip_addr_t *addr, u16_t port) in udpecho_raw_recv()
|
| /lib/lwip/lwip/test/unit/udp/ |
| A D | test_udp.c | 153 const ip_addr_t *addr, u16_t port) in test_recv() 172 test_udp_create_test_packet(u16_t length, u16_t port, u32_t dst_addr) in test_udp_create_test_packet() 216 const u16_t port = 12345; in START_TEST() local
|
| /lib/lwip/lwip/src/core/ |
| A D | altcp.c | 303 altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_bind() 316 altcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn conne… in altcp_connect() 478 altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_get_tcp_addrinfo() 552 altcp_default_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_default_bind() 661 altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_default_get_tcp_addrinfo()
|
| A D | udp.c | 73 #define UDP_ENSURE_LOCAL_PORT_RANGE(port) ((u16_t)(((port) & (u16_t)~UDP_LOCAL_PORT_RANGE_START) + … argument 932 udp_bind(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in udp_bind() 1075 udp_connect(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in udp_connect()
|
| A D | altcp_tcp.c | 260 altcp_tcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_tcp_bind() 272 altcp_tcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn c… in altcp_tcp_connect() 489 altcp_tcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_tcp_get_tcp_addrinfo()
|
| A D | tcp.c | 126 #define TCP_ENSURE_LOCAL_PORT_RANGE(port) ((u16_t)(((port) & (u16_t)~TCP_LOCAL_PORT_RANGE_START) + … argument 662 tcp_bind(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) in tcp_bind() 1071 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, in tcp_connect() 2370 tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *port) in tcp_tcp_get_tcp_addrinfo()
|
| A D | dns.c | 112 #define DNS_PORT_ALLOWED(port) ((port) >= 1024) argument 896 u16_t port = (u16_t)DNS_RAND_TXID(); in dns_alloc_random_port() local 1189 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in dns_recv()
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | ip4.c | 92 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(LWIP_IANA_PORT_DHCP_CLIENT))… argument 96 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_PORT(port)) argument 99 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(LWIP_IANA_PORT_DHCP_CLIENT)) argument
|
| /lib/lwip/lwip/src/api/ |
| A D | sockets.c | 133 #define IP4ADDR_PORT_TO_SOCKADDR(sin, ipaddr, port) do { \ argument 139 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \ argument 145 #define IP6ADDR_PORT_TO_SOCKADDR(sin6, ipaddr, port) do { \ argument 152 #define SOCKADDR6_TO_IP6ADDR_PORT(sin6, ipaddr, port) do { \ argument 183 #define IPADDR_PORT_TO_SOCKADDR(sockaddr, ipaddr, port) \ argument 185 #define SOCKADDR_TO_IPADDR_PORT(sockaddr, ipaddr, port) \ argument 192 #define IPADDR_PORT_TO_SOCKADDR(sockaddr, ipaddr, port) \ argument 194 #define SOCKADDR_TO_IPADDR_PORT(sockaddr, ipaddr, port) \ argument 664 u16_t port = 0; in lwip_accept() local 1108 u16_t port; in lwip_recv_tcp_from() local [all …]
|
| A D | api_lib.c | 269 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() 307 netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_bind() 377 netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port) in netconn_connect() 922 netconn_sendto(struct netconn *conn, struct netbuf *buf, const ip_addr_t *addr, u16_t port) in netconn_sendto()
|
| /lib/lwip/lwip/src/apps/http/ |
| A D | altcp_proxyconnect.c | 99 #define PROXY_CONNECT_FORMAT(host, port) PROXY_CONNECT, host, port, ALTCP_PROXYCONNECT_CLIENT_AGENT argument 103 altcp_proxyconnect_format_request(char *buffer, size_t bufsize, const char *host, int port) in altcp_proxyconnect_format_request() 459 altcp_proxyconnect_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_conne… in altcp_proxyconnect_connect()
|
| A D | http_client.c | 634 httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t … in httpc_get_file() 679 httpc_get_file_dns(const char* server_name, u16_t port, const char* uri, const httpc_connection_t *… in httpc_get_file_dns() 820 httpc_get_file_to_disk(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_conne… in httpc_get_file_to_disk() 872 httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri, const httpc_connec… in httpc_get_file_dns_to_disk()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | pppol2tp.c | 110 struct netif *netif, const ip_addr_t *ipaddr, u16_t port, in pppol2tp_create() 348 …pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { in pppol2tp_input() 497 static void pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t … in pppol2tp_dispatch_control_packet()
|
| /lib/lwip/lwip/test/fuzz/ |
| A D | fuzz_common.c | 479 udp_app_fuzz_input(struct udp_pcb *pcb, const ip_addr_t *addr, u16_t port) in udp_app_fuzz_input() 538 udp_client_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in udp_client_recv() 562 udp_server_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in udp_server_recv()
|
| /lib/lwip/lwip/src/netif/ |
| A D | zepif.c | 109 const ip_addr_t *addr, u16_t port) in zepif_udp_recv()
|
| A D | bridgeif.c | 332 bridgeif_port_t *port; in bridgeif_input() local 527 bridgeif_port_t *port; in bridgeif_add_port() local
|
| A D | bridgeif_fdb.c | 56 u8_t port; member
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | net_sockets.c | 159 const char *port, int proto) in mbedtls_net_connect() 205 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | netbuf.h | 63 u16_t port; member
|
| /lib/lwip/lwip/contrib/apps/shell/ |
| A D | shell.c | 193 u16_t port; in com_open() local 253 u16_t port; in com_lstn() local
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | pppapi.h | 78 u16_t port; member
|
| /lib/lwip/lwip/src/apps/netbiosns/ |
| A D | netbiosns.c | 347 netbiosns_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in netbiosns_recv()
|