Home
last modified time | relevance | path

Searched refs:udppcb (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c181 int netstat_get_udp_sendQLen6(struct udp_pcb *udppcb, struct pbuf *udpbuf);
185 int netstat_get_udp_sendQLen(struct udp_pcb *udppcb, struct pbuf *udpbuf);
2755 int netstat_get_udp_sendQLen6(struct udp_pcb *udppcb, struct pbuf *udpbuf) argument
2766 LWIP_ERROR("netstat_get_udp6_sendQLen: NULL pcb received\n", (udppcb != NULL), return -1);
2771 if (!(ip6_addr_cmp(&iphdr->dest, ip_2_ip6(&udppcb->remote_ip)) &&
2772 (ip_addr_isany(&udppcb->local_ip) ||
2773 ip6_addr_cmp(&iphdr->src, ip_2_ip6(&udppcb->local_ip))))) {
2832 if ((ntohs(udphdr->dest) == udppcb->remote_port) && (ntohs(udphdr->src) == udppcb->local_port)) {
2847 int netstat_get_udp_sendQLen(struct udp_pcb *udppcb, struc argument
[all...]

Completed in 12 milliseconds