Searched defs:send_pkt_internal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c66 static boolean_t send_pkt_internal(dhcp_smach_t *);
790 * send_pkt_internal(): sends a packet out on an interface
797 send_pkt_internal(dhcp_smach_t *dsmp) function
815 dhcpmsg(MSG_CRIT, "send_pkt_internal: unexpected retransmit "
833 dhcpmsg(MSG_WARNING, "send_pkt_internal: cannot "
939 "send_pkt_internal: ioctl SIOCGDSTINFO");
943 dhcpmsg(MSG_DEBUG, "send_pkt_internal: %s is "
994 dhcpmsg(msgtype, "send_pkt_internal: cannot send "
997 dhcpmsg(msgtype, "send_pkt_internal: cannot send "
1062 return (send_pkt_internal(dsm
[all...]

Completed in 74 milliseconds