Searched refs:DHCP_OPT (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/common/net/dhcp/ |
H A D | dhcp_impl.h | 95 } DHCP_OPT; typedef 124 DHCP_OPT *opts[DHCP_LAST_OPT + 1]; 129 DHCP_OPT *vs[VS_OPTION_END - VS_OPTION_START + 1];
|
H A D | scan.c | 45 field_scan(uint8_t *start, uint8_t *end, DHCP_OPT **options, in field_scan() 74 options[*current] = (DHCP_OPT *)current; in field_scan()
|
/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() 723 DHCP_OPT *opt; in getinfo_ifnames() 849 dhcp_ipc_getinfo(dhcp_optnum_t *optnum, DHCP_OPT **result, int32_t timeout) in dhcp_ipc_getinfo()
|
H A D | dhcp_hostconf.c | 44 static void relativize_time(DHCP_OPT *, time_t, time_t); 381 relativize_time(DHCP_OPT *option, time_t orig_time, time_t current_time) in relativize_time()
|
H A D | dhcpagent_ipc.h | 154 extern int dhcp_ipc_getinfo(dhcp_optnum_t *, DHCP_OPT **, int32_t);
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 63 DHCP_OPT *opt; in main()
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 415 prt_server_msg(DHCP_OPT *p) in prt_server_msg() 717 DHCP_OPT *doptp; in dhcp_requesting() 893 DHCP_OPT *doptp; in dhcp_bound()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | agent.c | 885 DHCP_OPT *v4opt = opt; in ipc_event() 919 optlen = ((DHCP_OPT *)opt)->len + 2; in ipc_event()
|
H A D | bound.c | 320 DHCP_OPT *router_list; in dhcp_bound_complete()
|
H A D | README.v6 | 391 DHCP_OPT structure which is specific to IPv4 DHCP -- and are
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 963 DHCP_OPT *doptp; in dhcpinit() 998 bzero(pl->opts, (DHCP_LAST_OPT + 1) * sizeof (DHCP_OPT *)); in dhcpinit() 1000 sizeof (DHCP_OPT *)); in dhcpinit() 1175 DHCP_OPT *doptp; in cacheinit()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_ip.c | 152 DHCP_OPT *opt; in nwamd_get_dhcpinfo_data()
|