Lines Matching +full:no +full:- +full:ether +full:- +full:link
3 * Written by George Neville-Neil gnn@freebsd.org
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
73 if (sysctlbyname("net.link.ether.inet.maxhold", &maxhold, &size, in main()
75 perror("not ok 1 - sysctlbyname failed"); in main()
84 perror("not ok 1 - could not open socket"); in main()
90 perror("not ok 1 - could not parse address"); in main()
97 if (sysctlbyname("net.link.ether.arp.stats", &arpstat, &len, in main()
99 perror("not ok 1 - could not get initial arp stats"); in main()
116 perror("not ok 1 - could not send packet"); in main()
119 maxhold--; in main()
122 if (sysctlbyname("net.link.ether.arp.stats", &arpstat, &len, in main()
124 perror("not ok 1 - could not get new arp stats"); in main()
133 printf("not ok 1 - Failed, drops changed:" in main()
143 perror("not ok 1 - could not send packet"); in main()
147 if (sysctlbyname("net.link.ether.arp.stats", &arpstat, &len, in main()
149 perror("not ok 1 - could not get new arp stats"); in main()
154 printf("not ok 1 - Failed to drop one packet: before" in main()