Searched refs:SAL_INTERNET_MONTH_LEN (Results 1 – 1 of 1) sorted by relevance
177 #define SAL_INTERNET_MONTH_LEN 4 in check_netdev_internet_up_work() macro189 …const char month[][SAL_INTERNET_MONTH_LEN] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Au… in check_netdev_internet_up_work()238 for (index = 0; index < sizeof(month) / SAL_INTERNET_MONTH_LEN; index++) in check_netdev_internet_up_work()240 if (rt_memcmp(date, month[index], SAL_INTERNET_MONTH_LEN - 1) == 0) in check_netdev_internet_up_work()248 if (moth_num == 0 || moth_num > sizeof(month) / SAL_INTERNET_MONTH_LEN) in check_netdev_internet_up_work()
Completed in 5 milliseconds