Searched refs:cifp (Results 1 – 1 of 1) sorted by relevance
55 iface_t *cifp = NULL; variable1296 cifp = (iface_t *)calloc(1, sizeof(iface_t)); in new_interface()1297 *iftail = cifp; in new_interface()1298 iftail = &cifp->if_next; in new_interface()1299 cifp->if_fd = -1; in new_interface()1305 if (!cifp->if_name || !*cifp->if_name) in check_interface()1307 if (!cifp->if_MTU || !*cifp->if_name) in check_interface()1309 cifp->if_name); in check_interface()1315 cifp->if_name = *arg; in set_ifname()1322 cifp->if_MTU = arg; in set_ifmtu()[all …]