Searched refs:getinfo_ifnames (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 75 static int getinfo_ifnames(const char *, dhcp_optnum_t *, DHCP_OPT **); 718 getinfo_ifnames(const char *ifn, dhcp_optnum_t *optnum, DHCP_OPT **result) in getinfo_ifnames() function 871 retval = getinfo_ifnames("", optnum, result); in dhcp_ipc_getinfo() 882 retval = getinfo_ifnames(ifnames, optnum, result); in dhcp_ipc_getinfo() 932 retval = getinfo_ifnames(ifnames, optnum, result); in dhcp_ipc_getinfo()
|