Home
last modified time | relevance | path

Searched refs:DHCP_OPT (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/common/net/dhcp/
H A Ddhcp_impl.h95 } DHCP_OPT; typedef
124 DHCP_OPT *opts[DHCP_LAST_OPT + 1];
129 DHCP_OPT *vs[VS_OPTION_END - VS_OPTION_START + 1];
H A Dscan.c45 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 Ddhcpagent_ipc.c75 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 Ddhcp_hostconf.c44 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 Ddhcpagent_ipc.h154 extern int dhcp_ipc_getinfo(dhcp_optnum_t *, DHCP_OPT **, int32_t);
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c63 DHCP_OPT *opt; in main()
/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.c415 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 Dagent.c885 DHCP_OPT *v4opt = opt; in ipc_event()
919 optlen = ((DHCP_OPT *)opt)->len + 2; in ipc_event()
H A Dbound.c320 DHCP_OPT *router_list; in dhcp_bound_complete()
H A DREADME.v6391 DHCP_OPT structure which is specific to IPv4 DHCP -- and are
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c963 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 Dncu_ip.c152 DHCP_OPT *opt; in nwamd_get_dhcpinfo_data()