Home
last modified time | relevance | path

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

12

/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c84 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 Dsnmp_raw.c47 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 Dsnmp_netconn.c82 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 Dudpecho_raw.c59 const ip_addr_t *addr, u16_t port) in udpecho_raw_recv()
/lib/lwip/lwip/test/unit/udp/
A Dtest_udp.c153 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 Daltcp.c303 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 Dudp.c73 #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 Daltcp_tcp.c260 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 Dtcp.c126 #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 Ddns.c112 #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 Dip4.c92 #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 Dsockets.c133 #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 Dapi_lib.c269 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 Daltcp_proxyconnect.c99 #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 Dhttp_client.c634 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 Dpppol2tp.c110 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 Dfuzz_common.c479 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 Dzepif.c109 const ip_addr_t *addr, u16_t port) in zepif_udp_recv()
A Dbridgeif.c332 bridgeif_port_t *port; in bridgeif_input() local
527 bridgeif_port_t *port; in bridgeif_add_port() local
A Dbridgeif_fdb.c56 u8_t port; member
/lib/mbedtls/external/mbedtls/library/
A Dnet_sockets.c159 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 Dnetbuf.h63 u16_t port; member
/lib/lwip/lwip/contrib/apps/shell/
A Dshell.c193 u16_t port; in com_open() local
253 u16_t port; in com_lstn() local
/lib/lwip/lwip/src/include/netif/ppp/
A Dpppapi.h78 u16_t port; member
/lib/lwip/lwip/src/apps/netbiosns/
A Dnetbiosns.c347 netbiosns_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in netbiosns_recv()

Completed in 66 milliseconds

12