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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h110 } dhcp_optnum_t; typedef in typeref:struct:__anon1527
160 extern int dhcp_ipc_getinfo(dhcp_optnum_t *, DHCP_OPT **, int32_t);
H A Ddhcpagent_ipc.c75 static int getinfo_ifnames(const char *, dhcp_optnum_t *, DHCP_OPT **);
710 * dhcp_optnum_t *: a description of the desired option
718 getinfo_ifnames(const char *ifn, dhcp_optnum_t *optnum, DHCP_OPT **result)
733 sizeof (dhcp_optnum_t), DHCP_TYPE_OPTNUM);
840 * input: dhcp_optnum_t *: a description of the desired option
849 dhcp_ipc_getinfo(dhcp_optnum_t *optnum, DHCP_OPT **result, int32_t timeout)

Completed in 19 milliseconds