Searched refs:xif (Results 1 – 1 of 1) sorted by relevance
507 struct xif { struct508 struct xif *xif_next; argument517 struct xif *xif; variable5753 struct xif *tmp; in add_nwif()5755 for (tmp = xif; tmp != NULL; tmp = tmp->xif_next) { in add_nwif()5775 tmp->xif_next = xif; in add_nwif()5776 xif = tmp; in add_nwif()5813 struct xif *tmp; in verify_func()5967 for (tmp = xif; tmp != NULL; tmp = tmp->xif_next) { in verify_func()5977 free(xif); in verify_func()[all …]