Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c83 dhcpmsg(MSG_ERR, "insert_pif: cannot allocate pif entry for " in insert_pif()
109 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFINDEX for %s", pname); in insert_pif()
120 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFFLAGS for %s", pname); in insert_pif()
133 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFMTU for %s", pname); in insert_pif()
153 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFGROUPNAME for %s", pname); in insert_pif()
162 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFGROUPINFO for %s", in insert_pif()
186 dhcpmsg(MSG_ERR, "insert_pif: SIOCGLIFINDEX " in insert_pif()
232 dhcpmsg(MSG_ERR, "insert_pif: cannot allocate " in insert_pif()
411 dhcpmsg(MSG_ERR, "insert_lif: cannot allocate lif entry for " in insert_lif()
447 dhcpmsg(MSG_ERR, "insert_lif: SIOCGLIFADDR for %s", lname); in insert_lif()
[all …]
H A Dagent.c188 dhcpmsg(MSG_ERR, "cannot become daemon, exiting"); in main()
207 dhcpmsg(MSG_ERR, "cannot create timer queue or event handler"); in main()
254 dhcpmsg(MSG_ERR, "setrlimit failed"); in main()
288 dhcpmsg(MSG_ERR, "cannot register ipc fd for messages"); in main()
301 dhcpmsg(MSG_ERR, "cannot open routing socket"); in main()
311 dhcpmsg(MSG_ERR, "cannot set RT_AWARE on routing socket"); in main()
316 dhcpmsg(MSG_ERR, "cannot register routing socket for messages"); in main()
418 dhcpmsg(MSG_ERR, "accept_event: accept on ipc socket"); in accept_event()
1214 dhcpmsg(MSG_ERR, in check_lif()
1278 dhcpmsg(MSG_ERR, in check_main_lif()
H A Dpacket.c193 dhcpmsg(MSG_ERR, "init_pkt: cannot allocate v6 pkt: %u", in init_pkt()
228 dhcpmsg(MSG_ERR, "init_pkt: cannot allocate v4 pkt: %u", in init_pkt()
938 dhcpmsg(MSG_ERR, in send_pkt_internal()
992 msgtype = (n_bytes == -1) ? MSG_ERR : MSG_WARNING; in send_pkt_internal()
1331 dhcpmsg(MSG_ERR, "recv_pkt: recvfrom v%d failed, dropped", in recv_pkt()
1520 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1527 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1534 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1554 dhcpmsg(MSG_ERR, in dhcp_ip_default()
1561 dhcpmsg(MSG_ERR, in dhcp_ip_default()
H A Dstates.c70 dhcpmsg(MSG_ERR, in iaid_retry()
179 dhcpmsg(MSG_ERR, "cannot allocate state machine entry for %s", in insert_smach()
232 dhcpmsg(MSG_ERR, "unable to open socket for %s", in insert_smach()
827 dhcpmsg(MSG_ERR, in duid_retry()
885 dhcpmsg(MSG_ERR, "get_smach_cid: cannot parse " in get_smach_cid()
900 dhcpmsg(MSG_ERR, "get_smach_cid: " in get_smach_cid()
961 dhcpmsg(MSG_ERR, "get_smach_cid: " in get_smach_cid()
1129 dhcpmsg(MSG_ERR, "get_smach_cid: cannot allocate Client Id for %s", in get_smach_cid()
H A Dadopt.c344 dhcpmsg(MSG_ERR, "get_prom_prop: cannot read property data"); in get_prom_prop()
361 dhcpmsg(MSG_ERR, "get_prom_prop: cannot allocate " in get_prom_prop()
H A Dbound.c364 dhcpmsg(MSG_ERR, "dhcp_bound_complete: cannot allocate " in dhcp_bound_complete()
377 dhcpmsg(MSG_ERR, "dhcp_bound_complete: cannot " in dhcp_bound_complete()
391 dhcpmsg(MSG_ERR, in dhcp_bound_complete()
1080 dhcpmsg(MSG_ERR, "configure_v4_lease: cannot set IP netmask " in configure_v4_lease()
1090 dhcpmsg(MSG_ERR, "configure_v4_lease: cannot set IP address " in configure_v4_lease()
1140 dhcpmsg(MSG_ERR, "configure_v4_lease: cannot get broadcast " in configure_v4_lease()
H A Dipc_action.c255 dhcpmsg(MSG_ERR, "send_data_reply: cannot allocate reply"); in send_data_reply()
H A Dutil.c704 dhcpmsg(MSG_ERR, "cannot write %s (reboot will " in write_lease_to_hostconf()
/titanic_50/usr/src/lib/libdhcputil/common/
H A Ddhcpmsg.c75 (void) snprintf(buf, sizeof (buf), (errlevel == MSG_ERR && in dhcpmsg()
83 (void) snprintf(buf, sizeof (buf), (errlevel == MSG_ERR && in dhcpmsg()
159 case MSG_ERR: in err_to_syslog()
195 case MSG_ERR: in err_to_string()
H A Ddhcpmsg.h60 MSG_ERR, /* LOG_ERR, use errno if nonzero */ enumerator