Searched refs:ip_addr_t (Results 51 – 58 of 58) sorted by relevance
123
| /lib/liblwip/src/netif/ |
| D | slipif.c | 115 slipif_output(struct netif *netif, struct pbuf *p, ip_addr_t *ipaddr) in slipif_output()
|
| /lib/liblwip/src/core/ |
| D | tcp.c | 433 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) in tcp_bind() 684 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port, in tcp_connect() 1586 tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr) in tcp_eff_send_mss()
|
| D | tcp_out.c | 1196 ip_addr_t *local_ip, ip_addr_t *remote_ip, in tcp_rst()
|
| /lib/liblwip/src/api/ |
| D | api_msg.c | 79 ip_addr_t *addr) in recv_raw() 145 ip_addr_t *addr, u16_t port) 1526 do_dns_found(const char *name, ip_addr_t *ipaddr, void *arg)
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 61 static void snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port); 822 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in snmp_recv()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_frag.c | 667 ip_frag(struct pbuf *p, struct netif *netif, ip_addr_t *dest) in ip_frag()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 810 pppifOutput(struct netif *netif, struct pbuf *pb, ip_addr_t *ipaddr) in pppifOutput()
|
| /lib/liblwip/ |
| D | CHANGELOG | 336 * many many files: bug #27352: removed packing from ip_addr_t, the packed 478 * nearly every file: Replaced struct ip_addr by typedef ip_addr_t to
|
123