Searched refs:dhcp_optnum_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.h | 104 } dhcp_optnum_t; typedef 154 extern int dhcp_ipc_getinfo(dhcp_optnum_t *, DHCP_OPT **, int32_t);
|
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() 733 sizeof (dhcp_optnum_t), DHCP_TYPE_OPTNUM); in getinfo_ifnames() 849 dhcp_ipc_getinfo(dhcp_optnum_t *optnum, DHCP_OPT **result, int32_t timeout) in dhcp_ipc_getinfo()
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 56 dhcp_optnum_t optnum; in main() 167 ifname, &optnum, sizeof (dhcp_optnum_t), DHCP_TYPE_OPTNUM); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | agent.c | 761 dhcp_optnum_t optnum; in ipc_event() 773 iap->ia_request->data_length != sizeof (dhcp_optnum_t)) { in ipc_event() 779 sizeof (dhcp_optnum_t)); in ipc_event()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_ip.c | 149 dhcp_optnum_t optnum; in nwamd_get_dhcpinfo_data() 177 sizeof (dhcp_optnum_t), DHCP_TYPE_OPTNUM); in nwamd_get_dhcpinfo_data()
|