Home
last modified time | relevance | path

Searched defs:dsmp (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c95 const char *param_name, dhcp_smach_t *dsmp) in parse_param_list()
174 dhcp_smach_t *dsmp, *alt_primary; in insert_smach() local
301 hold_smach(dhcp_smach_t *dsmp) in hold_smach()
317 free_smach(dhcp_smach_t *dsmp) in free_smach()
353 release_smach(dhcp_smach_t *dsmp) in release_smach()
383 next_smach(dhcp_smach_t *dsmp, boolean_t isv6) in next_smach()
424 dhcp_smach_t *dsmp; in primary_smach() local
447 dhcp_smach_t *dsmp; in info_primary_smach() local
487 make_primary(dhcp_smach_t *dsmp) in make_primary()
535 dhcp_smach_t *dsmp; in lookup_smach() local
[all …]
H A Drequest.c62 send_v6_request(dhcp_smach_t *dsmp) in send_v6_request()
100 server_unicast_option(dhcp_smach_t *dsmp, PKT_LIST *plp) in server_unicast_option()
150 dhcp_smach_t *dsmp = arg; in dhcp_requesting() local
360 compute_points_v6(const PKT_LIST *pkt, const dhcp_smach_t *dsmp) in compute_points_v6()
532 select_best(dhcp_smach_t *dsmp) in select_best()
606 accept_v4_acknak(dhcp_smach_t *dsmp, PKT_LIST *plp) in accept_v4_acknak()
695 accept_v6_message(dhcp_smach_t *dsmp, PKT_LIST *plp, const char *pname, in accept_v6_message()
982 dhcp_smach_t *dsmp; in dhcp_acknak_global() local
1067 request_failed(dhcp_smach_t *dsmp) in request_failed()
1104 dhcp_smach_t *dsmp; in dhcp_packet_lif() local
[all …]
H A Dselect.c64 dhcp_smach_t *dsmp = arg; in dhcp_start() local
82 set_start_timer(dhcp_smach_t *dsmp) in set_start_timer()
106 dhcp_selecting(dhcp_smach_t *dsmp) in dhcp_selecting()
252 stop_selecting(dhcp_smach_t *dsmp, unsigned int n_discovers) in stop_selecting()
H A Dasync.c49 async_start(dhcp_smach_t *dsmp, dhcp_ipc_type_t cmd, boolean_t user) in async_start()
71 async_finish(dhcp_smach_t *dsmp) in async_finish()
92 async_cancel(dhcp_smach_t *dsmp) in async_cancel()
H A Drenew.c83 dhcp_smach_t *dsmp = dlp->dl_smach; in dhcp_renew() local
156 dhcp_smach_t *dsmp = dlp->dl_smach; in dhcp_rebind() local
255 dhcp_finish_expire(dhcp_smach_t *dsmp, void *arg) in dhcp_finish_expire()
334 dhcp_smach_t *dsmp; in dhcp_expire() local
404 dhcp_extending(dhcp_smach_t *dsmp) in dhcp_extending()
516 stop_extending(dhcp_smach_t *dsmp, unsigned int n_requests) in stop_extending()
H A Dinit_reboot.c58 dhcp_init_reboot_v4(dhcp_smach_t *dsmp) in dhcp_init_reboot_v4()
122 dhcp_init_reboot_v6(dhcp_smach_t *dsmp) in dhcp_init_reboot_v6()
204 dhcp_init_reboot(dhcp_smach_t *dsmp) in dhcp_init_reboot()
235 stop_init_reboot(dhcp_smach_t *dsmp, unsigned int n_requests) in stop_init_reboot()
H A Drelease.c55 send_declines(dhcp_smach_t *dsmp) in send_declines()
137 dhcp_release(dhcp_smach_t *dsmp, void *arg) in dhcp_release()
227 dhcp_drop(dhcp_smach_t *dsmp, void *arg) in dhcp_drop()
261 stop_release_decline(dhcp_smach_t *dsmp, unsigned int n_requests) in stop_release_decline()
H A Dscript_handler.c120 run_script(dhcp_smach_t *dsmp, const char *event, int fd) in run_script()
196 script_init(dhcp_smach_t *dsmp) in script_init()
215 script_cleanup(dhcp_smach_t *dsmp) in script_cleanup()
282 script_start(dhcp_smach_t *dsmp, const char *event, in script_start()
377 script_stop(dhcp_smach_t *dsmp) in script_stop()
H A Dbound.c72 bound_event_cb(dhcp_smach_t *dsmp, void *arg) in bound_event_cb()
93 dhcp_bound(dhcp_smach_t *dsmp, PKT_LIST *ack) in dhcp_bound()
317 dhcp_bound_complete(dhcp_smach_t *dsmp) in dhcp_bound_complete()
510 configure_v4_timers(dhcp_smach_t *dsmp) in configure_v4_timers()
651 configure_v6_leases(dhcp_smach_t *dsmp) in configure_v6_leases()
954 configure_v4_lease(dhcp_smach_t *dsmp) in configure_v4_lease()
1167 save_server_id(dhcp_smach_t *dsmp, PKT_LIST *msg) in save_server_id()
H A Dpacket.c155 init_pkt(dhcp_smach_t *dsmp, uchar_t type) in init_pkt()
589 add_pkt_prl(dhcp_pkt_t *dpkt, dhcp_smach_t *dsmp) in add_pkt_prl()
636 dhcp_smach_t *dsmp; in add_pkt_lif() local
797 send_pkt_internal(dhcp_smach_t *dsmp) in send_pkt_internal()
1024 send_pkt(dhcp_smach_t *dsmp, dhcp_pkt_t *dpkt, in_addr_t dest, in send_pkt()
1080 send_pkt_v6(dhcp_smach_t *dsmp, dhcp_pkt_t *dpkt, in6_addr_t dest, in send_pkt_v6()
1135 dhcp_smach_t *dsmp = arg; in retransmit() local
1175 stop_pkt_retransmission(dhcp_smach_t *dsmp) in stop_pkt_retransmission()
1196 retransmit_now(dhcp_smach_t *dsmp) in retransmit_now()
1413 pkt_smach_enqueue(dhcp_smach_t *dsmp, PKT_LIST *plp) in pkt_smach_enqueue()
[all …]
H A Dinform.c56 dhcp_inform(dhcp_smach_t *dsmp) in dhcp_inform()
122 stop_informing(dhcp_smach_t *dsmp, unsigned int n_requests) in stop_informing()
H A Dipc_action.c68 ipc_action_start(dhcp_smach_t *dsmp, ipc_action_t *iareq) in ipc_action_start()
129 ipc_action_finish(dhcp_smach_t *dsmp, int reason) in ipc_action_finish()
180 dhcp_smach_t *dsmp = arg; in ipc_action_timeout() local
H A Dadopt.c76 dhcp_smach_t *dsmp = NULL; in dhcp_adopt() local
206 dhcp_adopt_complete(dhcp_smach_t *dsmp) in dhcp_adopt_complete()
H A Dagent.c445 dhcp_smach_t *dsmp; in ipc_event() local
1257 check_main_lif(dhcp_smach_t *dsmp, const struct ifa_msghdr *ifam, int msglen) in check_main_lif()
1363 dhcp_smach_t *dsmp, *dsmnext; in rtsock_event() local
H A Dutil.c180 print_server_msg(dhcp_smach_t *dsmp, const char *msg, uint_t msglen) in print_server_msg()
688 write_lease_to_hostconf(dhcp_smach_t *dsmp) in write_lease_to_hostconf()
H A Dinterface.c365 dhcp_smach_t *dsmp; in pif_status() local
1646 expired_lif_state(dhcp_smach_t *dsmp) in expired_lif_state()
1682 find_expired_lif(dhcp_smach_t *dsmp) in find_expired_lif()