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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c75 static int getinfo_ifnames(const char *, dhcp_optnum_t *, DHCP_OPT **);
706 * getinfo_ifnames(): checks the value of a specified option on a list of
718 getinfo_ifnames(const char *ifn, dhcp_optnum_t *optnum, DHCP_OPT **result) function
871 retval = getinfo_ifnames("", optnum, result);
882 retval = getinfo_ifnames(ifnames, optnum, result);
932 retval = getinfo_ifnames(ifnames, optnum, result);

Completed in 55 milliseconds