Home | History | Annotate | Download | only in libpcap

Lines Matching refs:kd

1803 	register int kd;
1822 kd = open("/dev/kmem", O_RDONLY);
1823 if (kd < 0) {
1828 if (dlpi_kread(kd, nl[NL_IFNET].n_value,
1830 close(kd);
1834 if (dlpi_kread(kd, (off_t)addr,
1836 dlpi_kread(kd, (off_t)ifnet.if_name,
1838 (void)close(kd);