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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.h54 extern char *ifname_to_hostconf(const char *, boolean_t);
H A Ddhcp_hostconf.c45 * ifname_to_hostconf(): converts an interface name into a hostconf file for
55 ifname_to_hostconf(const char *ifname, boolean_t isv6) function
92 return (unlink(ifname_to_hostconf(ifname, isv6)));
120 fd = open(ifname_to_hostconf(ifname, isv6), O_RDONLY);
351 fd = open(ifname_to_hostconf(ifname, isv6), O_WRONLY|O_CREAT|O_TRUNC,

Completed in 21 milliseconds