LOOPBACK_IF
if (strcmp(LOOPBACK_IF, if_reqp->lifr_name) == 0) {
int len = strlen(LOOPBACK_IF);
return (strncmp(ifname, LOOPBACK_IF, len) == 0 &&