Searched refs:arp_drop_packet (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c74 static void arp_drop_packet(const char *str, mblk_t *, ill_t *);
783 arp_drop_packet("No ill", mp, ill);
832 arp_drop_packet("Interface does not support ARP", mp, ill);
854 arp_drop_packet("Interface is not nominated "
864 arp_drop_packet("Missing ARP packet", mp, ill);
870 arp_drop_packet("Funny message: pullup failed",
879 arp_drop_packet("mblk len too small", mp, ill);
891 arp_drop_packet("Bogus hlen or plen", mp, ill);
937 arp_drop_packet("Martian IP addr", mp, ill);
957 arp_drop_packet("ba
2107 arp_drop_packet(const char *str, mblk_t *mp, ill_t *ill) function
[all...]

Completed in 46 milliseconds