Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h94 } DHCP_OPT; typedef
128 DHCP_OPT *opts[DHCP_LAST_OPT + 1];
133 DHCP_OPT *vs[VS_OPTION_END - VS_OPTION_START + 1];
H A Dscan.c43 field_scan(uint8_t *start, uint8_t *end, DHCP_OPT **options, in field_scan()
72 options[*current] = (DHCP_OPT *)current; in field_scan()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c78 static DHCP_OPT * dhcp_get_ack_or_state(const dhcp_smach_t *dsmp,
889 DHCP_OPT *v4opt = opt; in ipc_event()
922 optlen = ((DHCP_OPT *)opt)->len + in ipc_event()
1076 DHCP_OPT *d4o; in dhcp_smach_set_msg_reqhost()
1110 d4o = (DHCP_OPT *)iap->ia_request->buffer; in dhcp_smach_set_msg_reqhost()
1162 static DHCP_OPT *
1166 DHCP_OPT *opt; in dhcp_get_ack_or_state()
H A Dutil.c1171 DHCP_OPT *opt; in get_offered_domainname_v4()
H A Dbound.c323 DHCP_OPT *router_list; in dhcp_bound_complete()
H A DREADME.v6389 DHCP_OPT structure which is specific to IPv4 DHCP -- and are
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c78 static int getinfo_ifnames(const char *, dhcp_optnum_t *, DHCP_OPT **);
721 getinfo_ifnames(const char *ifn, dhcp_optnum_t *optnum, DHCP_OPT **result) in getinfo_ifnames()
726 DHCP_OPT *opt; in getinfo_ifnames()
852 dhcp_ipc_getinfo(dhcp_optnum_t *optnum, DHCP_OPT **result, int32_t timeout) in dhcp_ipc_getinfo()
H A Ddhcp_hostconf.c42 static void relativize_time(DHCP_OPT *, time_t, time_t);
379 relativize_time(DHCP_OPT *option, time_t orig_time, time_t current_time) in relativize_time()
H A Ddhcpagent_ipc.h158 extern int dhcp_ipc_getinfo(dhcp_optnum_t *, DHCP_OPT **, int32_t);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c61 DHCP_OPT *opt; in main()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c965 DHCP_OPT *doptp; in dhcpinit()
1000 bzero(pl->opts, (DHCP_LAST_OPT + 1) * sizeof (DHCP_OPT *)); in dhcpinit()
1002 sizeof (DHCP_OPT *)); in dhcpinit()
1177 DHCP_OPT *doptp; in cacheinit()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c152 DHCP_OPT *opt; in nwamd_get_dhcpinfo_data()