Home
last modified time | relevance | path

Searched refs:lwip_bind (Results 1 - 7 of 7) sorted by relevance

/kernel/liteos_a/apps/tftp/include/
H A Dtypes_adapt.h73 #define lwip_bind bind macro
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c82 int lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() function
106 #ifdef lwip_bind
107 #undef lwip_bind macro
109 #define lwip_bind static lwip_bind2 macro
122 #undef lwip_bind macro
/kernel/liteos_a/compat/posix/src/
H A Dsocket.c55 return lwip_bind(s, name, namelen); in bind()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c56 return lwip_bind(s, name, namelen); in bind()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c45 return lwip_bind(s, name, namelen); in bind()
/kernel/liteos_a/apps/tftp/src/
H A Dtftpc.c116 retval = lwip_bind(*piSocketID, (struct sockaddr *)&stClientAddr, sizeof(stClientAddr)); in lwip_tftp_create_bind_socket()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c2407 ret = lwip_bind(sfd, (struct sockaddr *)&stHostAddr6, sizeof(stHostAddr6));
3634 ret = lwip_bind(sockfd, (struct sockaddr *)&seraddr, sizeof(seraddr));

Completed in 12 milliseconds