|
static err_t | lwip_do_ioctl_impl (struct tcpip_api_call_data *call) |
|
static void | poll_check_waiters (int s, int check_waiters) |
|
static int | lwip_socket_wrap (int domain, int type, int protocol) |
|
int | lwip_socket (int domain, int type, int protocol) |
|
static int | lwip_setsockopt_wrap (int s, int level, int optname, const void *optval, socklen_t optlen) |
|
int | lwip_setsockopt (int s, int level, int optname, const void *optval, socklen_t optlen) |
|
static int | lwip_bind_wrap (int s, const struct sockaddr *name, socklen_t namelen) |
|
int | lwip_bind (int s, const struct sockaddr *name, socklen_t namelen) |
|
static ssize_t | lwip_sendto_wrap (int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, socklen_t tolen) |
|
ssize_t | lwip_sendto (int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, socklen_t tolen) |
|
static int | lwip_socket2 (int domain, int type, int protocol) |
|
static int | lwip_setsockopt2 (int s, int level, int optname, const void *optval, socklen_t optlen) |
|
static int | lwip_bind2 (int s, const struct sockaddr *name, socklen_t namelen) |
|
ssize_t | lwip_sendto2 (int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, socklen_t tolen) |
|
static int | ip_addr_isbroadcast_bysock (const ip_addr_t *ipaddr, int s) |
|
void | poll_wait (struct file *filp, wait_queue_head_t *wait_address, poll_table *p) |
|
void | __wake_up_interruptible_poll (wait_queue_head_t *wait, pollevent_t key) |
|
int | socks_poll (int s, poll_table *wait) |
|
| API_ALIAS (lwip_ioctl, ioctlsocket) |
|
int | get_unused_socket_num (void) |
|
static u8_t | lwip_ioctl_internal_SIOCADDRT (struct rtentry *rmten) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFCONF (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFADDR (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFADDR_6 (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFADDR (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCDIFADDR_6 (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCDIFADDR (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFNETMASK (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFNETMASK (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFHWADDR (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFHWADDR (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFFLAGS (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFFLAGS (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFNAME (struct ifreq *ifr) |
|
static bool | lwip_validate_ifname (const char *name, u8_t *let_pos) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFNAME (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFINDEX (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIFMTU (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFMTU (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIFBRDADDR (struct ifreq *ifr) |
|
static s32_t | lwip_ioctl_internal_SIOCETHTOOL (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIPV6DAD (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIPV6DAD (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCSIPV6DPCTD (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_internal_SIOCGIPV6DPCTD (struct ifreq *ifr) |
|
static u8_t | lwip_ioctl_impl (const struct lwip_sock *sock, long cmd, void *argp) |
|
static int | do_ioctl_SIOCGIFCONF (int sockfd, long cmd, void *argp) |
|
int | socks_ioctl (int sockfd, long cmd, void *argp) |
|
void | socks_refer (int sockfd) |
|
int | socks_close (int sockfd) |
|