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

/freebsd-12-stable/release/picobsd/tinyware/ns/
H A Dns.c245 char *if_buf; local
300 if ((if_buf = (char *)malloc(if_len)) == NULL) {
306 if (sysctl(mib, 6, if_buf, &if_len, NULL, 0) == -1) {
310 lim = if_buf + if_len;
312 for (next = if_buf, i = 0; next < lim; next += ifm->ifm_msglen) {
327 for (next = if_buf; next < lim; next += ifm->ifm_msglen) {
336 for (next = if_buf; next < lim; next += ifm->ifm_msglen) {
374 free(if_buf);
426 free(if_buf);
/freebsd-12-stable/contrib/telnet/telnetd/
H A Dtelnetd.c739 char *if_buf; local
925 if_buf = (char *) mmap (0, statbuf.st_size,
927 if (if_buf != MAP_FAILED) {
928 putf(if_buf, ptyibuf2);
929 munmap(if_buf, statbuf.st_size);

Completed in 167 milliseconds