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

  /external/syslinux/core/lwip/src/include/lwip/
err.h 58 #define ERR_VAL -6 /* Illegal value. */
  /external/syslinux/core/lwip/src/api/
tcpip.c 190 return ERR_VAL;
229 return ERR_VAL;
259 return ERR_VAL;
287 return ERR_VAL;
306 apimsg->msg.err = ERR_VAL;
316 return ERR_VAL;
333 apimsg->msg.err = ERR_VAL;
373 return ERR_VAL;
api_msg.c 228 return ERR_VAL;
441 return ERR_VAL;
528 msg->err = ERR_VAL;
891 msg->err = ERR_VAL;
935 return ERR_VAL;
1015 LWIP_ERROR("Invalid netconn type", 0, do{ msg->err = ERR_VAL; }while(0));
1039 msg->err = ERR_VAL;
    [all...]
api_lib.c 547 return ERR_VAL;
594 LWIP_ERROR("netconn_write: invalid conn->type", (conn->type == NETCONN_TCP), return ERR_VAL;);
710 * ERR_VAL: dns server response was invalid
  /external/syslinux/core/lwip/src/core/ipv4/
igmp.c 518 err_t err = ERR_VAL; /* no matching interface */
523 LWIP_ERROR("igmp_joingroup: attempt to join non-multicast address", ip_addr_ismulticast(groupaddr), return ERR_VAL;);
524 LWIP_ERROR("igmp_joingroup: attempt to join allsystems address", (!ip_addr_cmp(groupaddr, &allsystems)), return ERR_VAL;);
588 err_t err = ERR_VAL; /* no matching interface */
593 LWIP_ERROR("igmp_leavegroup: attempt to leave non-multicast address", ip_addr_ismulticast(groupaddr), return ERR_VAL;);
594 LWIP_ERROR("igmp_leavegroup: attempt to leave allsystems address", (!ip_addr_cmp(groupaddr, &allsystems)), return ERR_VAL;);
  /external/syslinux/core/lwip/src/core/
raw.c 254 return ERR_VAL;
pbuf.c 871 (p_from->next == NULL), return ERR_VAL;);
876 (p_to->next == NULL), return ERR_VAL;);
    [all...]
udp.c 500 return ERR_VAL;
568 return ERR_VAL;
    [all...]
tcp.c 396 * ERR_VAL if bind failed because the PCB is not in a valid state
406 LWIP_ERROR("tcp_bind: can only bind in state CLOSED", pcb->state == CLOSED, return ERR_VAL);
644 * @return ERR_VAL if invalid arguments are given
662 return ERR_VAL;
    [all...]
dhcp.c     [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.c 872 return ERR_VAL;
    [all...]

Completed in 142 milliseconds