Searched refs:tif (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/dhclient/
H A Ddispatch.c74 struct ifreq *tif; local
109 if ((tif = malloc(len)) == NULL)
111 strlcpy(tif->ifr_name, ifa->ifa_name, IFNAMSIZ);
112 memcpy(&tif->ifr_addr, ifa->ifa_addr,
114 iface->ifp = tif;
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c1527 struct ifnet *tif; local
1529 INADDR_TO_IFP(src_ip, tif);
1530 match = (tif != NULL);
1566 struct ifnet *tif; local
1568 INADDR_TO_IFP(dst_ip, tif);
1569 match = (tif != NULL);

Completed in 96 milliseconds