Home
last modified time | relevance | path

Searched refs:lwip_socket (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_a/apps/tftp/include/
H A Dtypes_adapt.h70 #define lwip_socket socket macro
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c70 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 Dsocket.c153 return lwip_socket(domain, type, protocol); in socket()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c337 sfd = lwip_socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); in OsPingFunc()
H A Dsockets_porting.c154 return lwip_socket(domain, type, protocol); in socket()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c150 return lwip_socket(domain, type, protocol); in socket()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1644 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 Dtftpc.c94 *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 13 milliseconds