Searched refs:addr (Results 51 – 61 of 61) sorted by relevance
123
| /lib/liblwip/src/include/lwip/ |
| D | dhcp.h | 127 void dhcp_arp_reply(struct netif *netif, ip_addr_t *addr);
|
| D | sockets.h | 321 int lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
|
| D | tcp_impl.h | 454 u16_t tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr);
|
| /lib/liblwip/src/api/ |
| D | netbuf.c | 64 ip_addr_set_any(&buf->addr); in netbuf_new()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ipcp.c | 389 #define ADDCIDNS(opt, neg, addr) \ in ipcp_addci() argument 395 l = ntohl(addr); \ in ipcp_addci() 493 #define ACKCIDNS(opt, neg, addr) \ in ipcp_ackci() argument 507 if (addr != cilong) { \ in ipcp_ackci()
|
| D | ppp.c | 1271 GetMask(u32_t addr) in GetMask() argument 1275 addr = htonl(addr); in GetMask() 1276 if (IP_CLASSA(addr)) { /* determine network mask for address class */ in GetMask() 1278 } else if (IP_CLASSB(addr)) { in GetMask()
|
| /lib/liblwip/src/core/ |
| D | udp.c | 874 LWIP_DEBUGF(UDP_DEBUG, ("udp_connect: No route to 0x%lx\n", pcb->remote_ip.addr)); 883 pcb->local_ip.addr = 0;
|
| D | tcp.c | 1586 tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr) in tcp_eff_send_mss() argument 1591 outif = ip_route(addr); in tcp_eff_send_mss()
|
| /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() argument 854 msg_ps->sip = *addr; in snmp_recv()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 356 ip_addr_t *addr,
|
| /lib/liblwip/ |
| D | CHANGELOG | 621 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr 965 support dest-addr and dest-port (optional: LWIP_NETBUF_RECVINFO) 1440 * sockets.c (lwip_accept): check addr isn't NULL. If it's valid, do an 1979 to corrupt remote addr/port connection state". Reduce problems "not enought memory" with 1983 these fields are now renamed "addr" & "port". 2358 changed in netif_set_ipaddr if previous netif->ip_addr.addr was 0.
|
123