Searched refs:PACKETS_DEBUG (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 42 #define PACKETS_DEBUG LWIP_DBG_OFF macro 182 LWIP_DEBUGF(PACKETS_DEBUG, ("free_pkt_socket %d\n", s)); in free_pkt_socket() 186 LWIP_DEBUGF(PACKETS_DEBUG, ("free_pkt_socket %d failed\n", s)); in free_pkt_socket() 252 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_listen is not supported\n")); in packet_listen() 260 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_accept is not supported\n")); in packet_accept() 268 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_connect is not supported\n")); in packet_connect() 502 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_send is not supported\n")); in packet_send() 786 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_sendto err(%d)\n", err)); in packet_sendto() 807 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_close(%d)\n", s)); in packet_close() 976 LWIP_DEBUGF(PACKETS_DEBUG, ("packet_input dont recv \n")); in packet_input() [all …]
|
Completed in 4 milliseconds