Home
last modified time | relevance | path

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

/titanic_52/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c95 const char *param_name, dhcp_smach_t *dsmp) in parse_param_list() argument
174 dhcp_smach_t *dsmp, *alt_primary; in insert_smach() local
301 hold_smach(dhcp_smach_t * dsmp) hold_smach() argument
317 free_smach(dhcp_smach_t * dsmp) free_smach() argument
353 release_smach(dhcp_smach_t * dsmp) release_smach() argument
383 next_smach(dhcp_smach_t * dsmp,boolean_t isv6) next_smach() argument
424 dhcp_smach_t *dsmp; primary_smach() local
447 dhcp_smach_t *dsmp; info_primary_smach() local
487 make_primary(dhcp_smach_t * dsmp) make_primary() argument
535 dhcp_smach_t *dsmp; lookup_smach() local
556 lookup_smach_by_uindex(uint16_t ifindex,dhcp_smach_t * dsmp,boolean_t isv6) lookup_smach_by_uindex() argument
605 lookup_smach_by_xid(uint32_t xid,dhcp_smach_t * dsmp,boolean_t isv6) lookup_smach_by_xid() argument
628 dhcp_smach_t *dsmp; lookup_smach_by_event() local
654 cancel_offer_timer(dhcp_smach_t * dsmp) cancel_offer_timer() argument
677 cancel_smach_timers(dhcp_smach_t * dsmp) cancel_smach_timers() argument
709 remove_smach(dhcp_smach_t * dsmp) remove_smach() argument
741 finished_smach(dhcp_smach_t * dsmp,int error) finished_smach() argument
775 set_smach_state(dhcp_smach_t * dsmp,DHCPSTATE state) set_smach_state() argument
843 get_smach_cid(dhcp_smach_t * dsmp) get_smach_cid() argument
1156 discard_default_routes(dhcp_smach_t * dsmp) discard_default_routes() argument
1173 remove_default_routes(dhcp_smach_t * dsmp) remove_default_routes() argument
1206 reset_smach(dhcp_smach_t * dsmp) reset_smach() argument
1248 refresh_smach(dhcp_smach_t * dsmp) refresh_smach() argument
1275 dhcp_smach_t *dsmp; refresh_smachs() local
1300 dhcp_smach_t *dsmp, *dsmp_next; nuke_smach_list() local
1351 insert_lease(dhcp_smach_t * dsmp) insert_lease() argument
1527 deprecate_leases(dhcp_smach_t * dsmp) deprecate_leases() argument
1555 verify_smach(dhcp_smach_t * dsmp) verify_smach() argument
[all...]
H A Drequest.c62 send_v6_request(dhcp_smach_t *dsmp) in send_v6_request() argument
100 server_unicast_option(dhcp_smach_t *dsmp, PKT_LIS argument
150 dhcp_smach_t *dsmp = arg; dhcp_requesting() local
360 compute_points_v6(const PKT_LIST * pkt,const dhcp_smach_t * dsmp) compute_points_v6() argument
532 select_best(dhcp_smach_t * dsmp) select_best() argument
606 accept_v4_acknak(dhcp_smach_t * dsmp,PKT_LIST * plp) accept_v4_acknak() argument
695 accept_v6_message(dhcp_smach_t * dsmp,PKT_LIST * plp,const char * pname,uchar_t recv_type) accept_v6_message() argument
982 dhcp_smach_t *dsmp; dhcp_acknak_global() local
1067 request_failed(dhcp_smach_t * dsmp) request_failed() argument
1104 dhcp_smach_t *dsmp; dhcp_packet_lif() local
1166 dhcp_restart(dhcp_smach_t * dsmp) dhcp_restart() argument
1203 stop_requesting(dhcp_smach_t * dsmp,unsigned int n_requests) stop_requesting() argument
[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() argument
106 dhcp_selecting(dhcp_smach_t * dsmp) dhcp_selecting() argument
252 stop_selecting(dhcp_smach_t * dsmp,unsigned int n_discovers) stop_selecting() argument
[all...]
H A Dasync.c49 async_start(dhcp_smach_t *dsmp, dhcp_ipc_type_t cmd, boolean_t user) in async_start() argument
71 async_finish(dhcp_smach_t *dsmp) in async_finish() argument
92 async_cancel(dhcp_smach_t *dsmp) in async_cancel() argument
[all...]
H A Drenew.c83 dhcp_smach_t *dsmp = dlp->dl_smach; in dhcp_renew() local
156 dhcp_smach_t *dsmp = dlp->dl_smach; dhcp_rebind() local
255 dhcp_finish_expire(dhcp_smach_t * dsmp,void * arg) dhcp_finish_expire() argument
334 dhcp_smach_t *dsmp; dhcp_expire() local
404 dhcp_extending(dhcp_smach_t * dsmp) dhcp_extending() argument
516 stop_extending(dhcp_smach_t * dsmp,unsigned int n_requests) stop_extending() argument
[all...]
H A Dinit_reboot.c58 dhcp_init_reboot_v4(dhcp_smach_t *dsmp) in dhcp_init_reboot_v4() argument
122 dhcp_init_reboot_v6(dhcp_smach_t * dsmp) dhcp_init_reboot_v6() argument
204 dhcp_init_reboot(dhcp_smach_t * dsmp) dhcp_init_reboot() argument
235 stop_init_reboot(dhcp_smach_t * dsmp,unsigned int n_requests) stop_init_reboot() argument
[all...]
H A Drelease.c55 send_declines(dhcp_smach_t *dsmp) in send_declines() argument
137 dhcp_release(dhcp_smach_t * dsmp,void * arg) dhcp_release() argument
227 dhcp_drop(dhcp_smach_t * dsmp,void * arg) dhcp_drop() argument
261 stop_release_decline(dhcp_smach_t * dsmp,unsigned int n_requests) stop_release_decline() argument
[all...]
H A Dscript_handler.c120 run_script(dhcp_smach_t *dsmp, const char *event, int fd) in run_script() argument
196 script_init(dhcp_smach_t *dsmp) in script_init() argument
215 script_cleanup(dhcp_smach_t * dsmp) script_cleanup() argument
282 script_start(dhcp_smach_t * dsmp,const char * event,script_callback_t * callback,void * arg,int * status) script_start() argument
377 script_stop(dhcp_smach_t * dsmp) script_stop() argument
[all...]
H A Dbound.c72 bound_event_cb(dhcp_smach_t *dsmp, void *arg) in bound_event_cb() argument
93 dhcp_bound(dhcp_smach_t *dsmp, PKT_LIST *ack) in dhcp_bound() argument
317 dhcp_bound_complete(dhcp_smach_t * dsmp) dhcp_bound_complete() argument
510 configure_v4_timers(dhcp_smach_t * dsmp) configure_v4_timers() argument
651 configure_v6_leases(dhcp_smach_t * dsmp) configure_v6_leases() argument
954 configure_v4_lease(dhcp_smach_t * dsmp) configure_v4_lease() argument
1167 save_server_id(dhcp_smach_t * dsmp,PKT_LIST * msg) save_server_id() argument
[all...]
H A Dpacket.c155 init_pkt(dhcp_smach_t *dsmp, uchar_t type) in init_pkt() argument
589 add_pkt_prl(dhcp_pkt_t * dpkt,dhcp_smach_t * dsmp) add_pkt_prl() argument
636 dhcp_smach_t *dsmp; add_pkt_lif() local
797 send_pkt_internal(dhcp_smach_t * dsmp) send_pkt_internal() argument
1024 send_pkt(dhcp_smach_t * dsmp,dhcp_pkt_t * dpkt,in_addr_t dest,stop_func_t * stop) send_pkt() argument
1080 send_pkt_v6(dhcp_smach_t * dsmp,dhcp_pkt_t * dpkt,in6_addr_t dest,stop_func_t * stop,uint_t irt,uint_t mrt) send_pkt_v6() argument
1135 dhcp_smach_t *dsmp = arg; retransmit() local
1175 stop_pkt_retransmission(dhcp_smach_t * dsmp) stop_pkt_retransmission() argument
1196 retransmit_now(dhcp_smach_t * dsmp) retransmit_now() argument
1413 pkt_smach_enqueue(dhcp_smach_t * dsmp,PKT_LIST * plp) pkt_smach_enqueue() argument
1435 next_retransmission(dhcp_smach_t * dsmp,boolean_t first_send,boolean_t positive_only) next_retransmission() argument
[all...]
H A Dinform.c56 dhcp_inform(dhcp_smach_t *dsmp) in dhcp_inform() argument
122 stop_informing(dhcp_smach_t * dsmp,unsigned int n_requests) stop_informing() argument
[all...]
H A Dipc_action.c68 ipc_action_start(dhcp_smach_t *dsmp, ipc_action_t *iareq) in ipc_action_start() argument
129 ipc_action_finish(dhcp_smach_t * dsmp,int reason) ipc_action_finish() argument
180 dhcp_smach_t *dsmp = arg; ipc_action_timeout() local
[all...]
H A Dadopt.c76 dhcp_smach_t *dsmp = NULL; in dhcp_adopt() local
206 dhcp_adopt_complete(dhcp_smach_t * dsmp) dhcp_adopt_complete() argument
[all...]
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) check_main_lif() argument
1363 dhcp_smach_t *dsmp, *dsmnext; rtsock_event() local
[all...]
H A Dutil.c180 print_server_msg(dhcp_smach_t *dsmp, const char *msg, uint_t msglen) in print_server_msg() argument
688 write_lease_to_hostconf(dhcp_smach_t *dsmp) in write_lease_to_hostconf() argument
[all...]
H A Dinterface.c365 dhcp_smach_t *dsmp; in pif_status() local
1646 expired_lif_state(dhcp_smach_t *dsmp) in expired_lif_state() argument
1682 find_expired_lif(dhcp_smach_t *dsmp) in find_expired_lif() argument
[all...]