Home
last modified time | relevance | path

Searched refs:cifp (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/iplang/
HDiplang_y.y57 iface_t *cifp = NULL; variable
1326 cifp = (iface_t *)calloc(1, sizeof(iface_t)); in new_interface()
1327 *iftail = cifp; in new_interface()
1328 iftail = &cifp->if_next; in new_interface()
1329 cifp->if_fd = -1; in new_interface()
1335 if (!cifp->if_name || !*cifp->if_name) in check_interface()
1337 if (!cifp->if_MTU || !*cifp->if_name) in check_interface()
1339 cifp->if_name); in check_interface()
1346 cifp->if_name = *arg;
1354 cifp->if_MTU = arg;
[all …]