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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c48 * ifname_to_hostconf(): converts an interface name into a hostconf file for
58 ifname_to_hostconf(const char *ifname, boolean_t isv6) function
81 return (unlink(ifname_to_hostconf(ifname, isv6)));
109 fd = open(ifname_to_hostconf(ifname, isv6), O_RDONLY);
337 fd = open(ifname_to_hostconf(ifname, isv6), O_WRONLY|O_CREAT|O_TRUNC,

Completed in 57 milliseconds