Home
last modified time | relevance | path

Searched refs:netdev_res_print_buffer (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_cli.c35 static char netdev_res_print_buffer[NDEV_PRINT_BUFFER_SIZE]; variable
42 memset(netdev_res_print_buffer, 0, NDEV_PRINT_BUFFER_SIZE); in netdev_res_print()
43 vsprintf(netdev_res_print_buffer, fmt, args); in netdev_res_print()
47 write(fd, netdev_res_print_buffer, strlen(netdev_res_print_buffer)); in netdev_res_print()
49 NDEV_PRINT(netdev_res_print_buffer); in netdev_res_print()

Completed in 8 milliseconds