Searched refs:lwip_socket (Results 1 – 8 of 8) sorted by relevance
/kernel/liteos_a/apps/tftp/include/ |
D | types_adapt.h | 70 #define lwip_socket socket macro
|
/kernel/liteos_a/compat/posix/src/ |
D | socket.c | 153 return lwip_socket(domain, type, protocol); in socket()
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
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 97 #define lwip_socket static lwip_socket2 macro 120 #undef lwip_socket
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
D | api_shell.c | 337 sfd = lwip_socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); in OsPingFunc()
|
D | sockets_porting.c | 154 return lwip_socket(domain, type, protocol); in socket()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
D | sockets.c | 150 return lwip_socket(domain, type, protocol); in socket()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
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/ |
D | tftpc.c | 94 *piSocketID = lwip_socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); in lwip_tftp_create_bind_socket()
|