NM_NAME
namelen = strlen(NM_NAME); /* base length */
if (strncmp(name, NM_NAME, sizeof(NM_NAME) - 1)) {
if (strncmp(name, NM_NAME, strlen(NM_NAME))) {