Searched refs:lwip_socket (Results 1 - 8 of 8) sorted by relevance
/kernel/liteos_a/apps/tftp/include/ |
H A D | types_adapt.h | 70 #define lwip_socket socket macro
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | sockets.c | 70 int lwip_socket(int domain, int type, int protocol) in lwip_socket() function 94 #ifdef lwip_socket 95 #undef lwip_socket macro 97 #define lwip_socket static lwip_socket2 macro 120 #undef lwip_socket macro
|
/kernel/liteos_a/compat/posix/src/ |
H A D | socket.c | 153 return lwip_socket(domain, type, protocol); in socket()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | api_shell.c | 337 sfd = lwip_socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); in OsPingFunc()
|
H A D | sockets_porting.c | 154 return lwip_socket(domain, type, protocol);
in socket()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sockets.c | 150 return lwip_socket(domain, type, protocol);
in socket()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 1644 sfd = lwip_socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); 2028 sfd = lwip_socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); 2392 sfd = lwip_socket(PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); 3623 sockfd = lwip_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
|
/kernel/liteos_a/apps/tftp/src/ |
H A D | tftpc.c | 94 *piSocketID = lwip_socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); in lwip_tftp_create_bind_socket() 96 LWIP_DEBUGF(TFTP_DEBUG, ("lwip_tftp_create_bind_socket : lwip_socket create socket failed\n")); in lwip_tftp_create_bind_socket()
|
Completed in 15 milliseconds