HomeSort by relevance Sort by last modified time
    Searched refs:IP_ADDR_ANY (Results 1 - 6 of 6) sorted by null

  /external/syslinux/core/lwip/src/core/
dhcp.c 191 netif_set_ipaddr(netif, IP_ADDR_ANY);
192 netif_set_gw(netif, IP_ADDR_ANY);
193 netif_set_netmask(netif, IP_ADDR_ANY);
681 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
682 udp_connect(dhcp->pcb, IP_ADDR_ANY, DHCP_SERVER_PORT);
730 udp_bind(dhcp.pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
    [all...]
dns.c 254 udp_bind(dns_pcb, IP_ADDR_ANY, 0);
290 * @return IP address of the indexed DNS server or "ip_addr_any" if the DNS
299 return *IP_ADDR_ANY;
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip_addr.h 86 extern const ip_addr_t ip_addr_any;
92 #define IP_ADDR_ANY ((ip_addr_t *)&ip_addr_any)
  /external/syslinux/core/lwip/src/core/ipv4/
autoip.c 240 (struct eth_addr *)netif->hwaddr, IP_ADDR_ANY, &ethzero,
igmp.c 746 * @param src the source IP address to send from (if src == IP_ADDR_ANY, the
778 ip_addr_t src = *IP_ADDR_ANY;
  /external/syslinux/core/lwip/src/core/snmp/
msg_in.c 68 * Allocates UDP pcb and binds it to IP_ADDR_ANY port 161.
80 udp_bind(snmp1_pcb, IP_ADDR_ANY, SNMP_IN_PORT);
    [all...]

Completed in 241 milliseconds