Lines Matching refs:xif
507 struct xif { struct
508 struct xif *xif_next; argument
517 struct xif *xif; variable
5753 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()
5978 xif = NULL; in verify_func()