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

/freebsd-10.0-release/sys/dev/streams/
H A Dstreams.c87 static struct cdev *dt_ptm, *dt_arp, *dt_icmp, *dt_ip, *dt_tcp, *dt_udp, variable in typeref:struct:
129 dt_ip = make_dev(&streams_cdevsw, dev_ip, 0, 0, 0666,
144 if (! (dt_ptm && dt_arp && dt_icmp && dt_ip && dt_tcp &&
156 destroy_dev(dt_ip);

Completed in 63 milliseconds