Home
last modified time | relevance | path

Searched refs:print_server_msg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c260 print_server_msg(dsmp, msg, msglen); in dhcp_requesting()
277 print_server_msg(dsmp, in dhcp_requesting()
675 print_server_msg(dsmp, (char *)plp->opts[CD_MESSAGE]->value, in accept_v4_acknak()
858 print_server_msg(dsmp, msg, msglen); in accept_v6_message()
913 print_server_msg(dsmp, msg, msglen); in accept_v6_message()
944 print_server_msg(dsmp, msg, msglen); in accept_v6_message()
H A Dutil.h73 void print_server_msg(dhcp_smach_t *, const char *, uint_t);
H A Dbound.c736 print_server_msg(dsmp, msg, msglen); in configure_v6_leases()
812 print_server_msg(dsmp, msg, msglen); in configure_v6_leases()
H A Dutil.c197 print_server_msg(dhcp_smach_t *dsmp, const char *msg, uint_t msglen) in print_server_msg() function