Home
last modified time | relevance | path

Searched refs:MSG_ERR (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c186 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFINDEX " in insert_pif()
743 dhcpmsg(MSG_ERR, in verify_lif()
897 dhcpmsg(MSG_ERR, in canonize_lif()
910 dhcpmsg(MSG_ERR, in canonize_lif()
916 dhcpmsg(MSG_ERR, in canonize_lif()
929 dhcpmsg(MSG_ERR, in canonize_lif()
938 dhcpmsg(MSG_ERR, in canonize_lif()
974 dhcpmsg(MSG_ERR, in plumb_lif()
1726 dhcpmsg(MSG_ERR, in remove_v6_strays()
1745 dhcpmsg(MSG_ERR, in remove_v6_strays()
[all …]
H A Dagent.c195 dhcpmsg(MSG_ERR, "cannot become daemon, exiting"); in main()
214 dhcpmsg(MSG_ERR, "cannot create timer queue or event handler"); in main()
261 dhcpmsg(MSG_ERR, "setrlimit failed"); in main()
295 dhcpmsg(MSG_ERR, "cannot register ipc fd for messages"); in main()
308 dhcpmsg(MSG_ERR, "cannot open routing socket"); in main()
318 dhcpmsg(MSG_ERR, "cannot set RT_AWARE on routing socket"); in main()
323 dhcpmsg(MSG_ERR, "cannot register routing socket for messages"); in main()
425 dhcpmsg(MSG_ERR, "accept_event: accept on ipc socket"); in accept_event()
1355 dhcpmsg(MSG_ERR, in check_lif()
1419 dhcpmsg(MSG_ERR, in check_main_lif()
H A Dpacket.c194 dhcpmsg(MSG_ERR, "init_pkt: cannot allocate v6 pkt: %u", in init_pkt()
229 dhcpmsg(MSG_ERR, "init_pkt: cannot allocate v4 pkt: %u", in init_pkt()
971 dhcpmsg(MSG_ERR, in send_pkt_internal()
1025 msgtype = (n_bytes == -1) ? MSG_ERR : MSG_WARNING; in send_pkt_internal()
1364 dhcpmsg(MSG_ERR, "recv_pkt: recvfrom v%d failed, dropped", in recv_pkt()
1553 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1560 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1567 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1587 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1594 dhcpmsg(MSG_ERR, in dhcp_ip_default()
H A Dstates.c71 dhcpmsg(MSG_ERR, in iaid_retry()
180 dhcpmsg(MSG_ERR, "cannot allocate state machine entry for %s", in insert_smach()
233 dhcpmsg(MSG_ERR, "unable to open socket for %s", in insert_smach()
830 dhcpmsg(MSG_ERR, in duid_retry()
888 dhcpmsg(MSG_ERR, "get_smach_cid: cannot parse " in get_smach_cid()
903 dhcpmsg(MSG_ERR, "get_smach_cid: " in get_smach_cid()
964 dhcpmsg(MSG_ERR, "get_smach_cid: " in get_smach_cid()
1135 dhcpmsg(MSG_ERR, "get_smach_cid: cannot allocate Client Id for %s", in get_smach_cid()
H A Dadopt.c343 dhcpmsg(MSG_ERR, "get_prom_prop: cannot read property data"); in get_prom_prop()
360 dhcpmsg(MSG_ERR, "get_prom_prop: cannot allocate " in get_prom_prop()
H A Dbound.c367 dhcpmsg(MSG_ERR, "dhcp_bound_complete: cannot allocate " in dhcp_bound_complete()
380 dhcpmsg(MSG_ERR, "dhcp_bound_complete: cannot " in dhcp_bound_complete()
394 dhcpmsg(MSG_ERR, in dhcp_bound_complete()
1083 dhcpmsg(MSG_ERR, "configure_v4_lease: cannot set IP netmask " in configure_v4_lease()
1093 dhcpmsg(MSG_ERR, "configure_v4_lease: cannot set IP address " in configure_v4_lease()
1143 dhcpmsg(MSG_ERR, "configure_v4_lease: cannot get broadcast " in configure_v4_lease()
H A Dipc_action.c256 dhcpmsg(MSG_ERR, "send_data_reply: cannot allocate reply"); in send_data_reply()
H A Dutil.c692 dhcpmsg(MSG_ERR, "cannot write %s (reboot will " in write_lease_to_hostconf()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcpmsg.c73 (void) snprintf(buf, sizeof (buf), (errlevel == MSG_ERR && in dhcpmsg()
81 (void) snprintf(buf, sizeof (buf), (errlevel == MSG_ERR && in dhcpmsg()
157 case MSG_ERR: in err_to_syslog()
193 case MSG_ERR: in err_to_string()
H A Ddhcpmsg.h58 MSG_ERR, /* LOG_ERR, use errno if nonzero */ enumerator