Home
last modified time | relevance | path

Searched refs:lifc_buf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddiscover.c174 # define lifc_buf iflc_buf macro
213 # define lifc_buf ifc_buf macro
295 ifaces->conf.lifc_buf = dmalloc(ifaces->conf.lifc_len, MDL); in begin_iface_scan()
296 if (ifaces->conf.lifc_buf == NULL) { in begin_iface_scan()
302 dfree(ifaces->conf.lifc_buf, MDL); in begin_iface_scan()
388 dfree(ifaces->conf.lifc_buf, MDL); in end_iface_scan()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dinet_addr_local.c278 lifc.lifc_buf = vstring_str(buf); in ial_siocglif()
287 the_end = (struct lifreq *) (lifc.lifc_buf + lifc.lifc_len); in ial_siocglif()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetifaddrs.c61 #define lifc_buf iflc_buf macro
1048 ifconf.lifc_buf = buf; in getlifaddrs2()
1068 for (p = ifconf.lifc_buf; in getlifaddrs2()
1069 p < ifconf.lifc_buf + ifconf.lifc_len; in getlifaddrs2()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgethostent.c468 #define lifc_buf iflc_buf macro
514 lifc.lifc_buf = buf; in scan_interfaces6()