Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c56 ifname_to_hostconf(const char *ifname, boolean_t isv6) in ifname_to_hostconf() function
79 return (unlink(ifname_to_hostconf(ifname, isv6))); in remove_hostconf()
107 fd = open(ifname_to_hostconf(ifname, isv6), O_RDONLY); in read_hostconf()
335 fd = open(ifname_to_hostconf(ifname, isv6), O_WRONLY|O_CREAT|O_TRUNC, in write_hostconf()
H A Ddhcp_hostconf.h54 extern char *ifname_to_hostconf(const char *, boolean_t);
H A Dmapfile-vers60 ifname_to_hostconf;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c681 hcfile = ifname_to_hostconf(dsmp->dsm_name, dsmp->dsm_isv6); in write_lease_to_hostconf()