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

  /external/syslinux/core/lwip/src/include/lwip/
err.h 60 #define ERR_USE -8 /* Address in use. */
  /external/syslinux/core/lwip/src/core/
udp.c 695 * - ERR_USE. The specified ipaddr and port are already bound to by
739 return ERR_USE;
770 return ERR_USE;
    [all...]
tcp.c 395 * @return ERR_USE if the port is already in use
438 return ERR_USE;
696 /* linux returns EISCONN here, but ERR_USE should be OK for us */
697 return ERR_USE;
    [all...]

Completed in 140 milliseconds