Home
last modified time | relevance | path

Searched refs:addr (Results 51 – 61 of 61) sorted by relevance

123

/lib/liblwip/src/include/lwip/
Ddhcp.h127 void dhcp_arp_reply(struct netif *netif, ip_addr_t *addr);
Dsockets.h321 int lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
Dtcp_impl.h454 u16_t tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr);
/lib/liblwip/src/api/
Dnetbuf.c64 ip_addr_set_any(&buf->addr); in netbuf_new()
/lib/liblwip/src/netif/ppp/
Dipcp.c389 #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()
Dppp.c1271 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/
Dudp.c874 LWIP_DEBUGF(UDP_DEBUG, ("udp_connect: No route to 0x%lx\n", pcb->remote_ip.addr));
883 pcb->local_ip.addr = 0;
Dtcp.c1586 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/
Dmsg_in.c61 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/
Drawapi.txt356 ip_addr_t *addr,
/lib/liblwip/
DCHANGELOG621 * 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