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

/freebsd-10.2-release/release/picobsd/tinyware/ns/
H A Dns.c242 int if_len; local
296 if (sysctl(mib, 6, NULL, &if_len, NULL, 0) == -1) {
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;
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_table.c81 uint8_t if_len; /* length of this struct */ member in struct:xaddr_iface

Completed in 159 milliseconds