Lines Matching refs:msg4

66 static struct frame4 msg4 = {  variable
104 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
105 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
113 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
114 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
119 msg4.eh.ether_shost[5] = 2; in ATF_TC_BODY()
120 ng_send_data("b", &msg4, sizeof(msg4)); in ATF_TC_BODY()
125 msg4.eh.ether_shost[5] = 3; in ATF_TC_BODY()
126 ng_send_data("c", &msg4, sizeof(msg4)); in ATF_TC_BODY()
132 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
133 msg4.eh.ether_dhost[5] = 3; in ATF_TC_BODY()
134 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
148 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
149 msg4.eh.ether_dhost[5] = 0; in ATF_TC_BODY()
150 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
221 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
222 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
236 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
238 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
274 msg4.eh.ether_shost[3] = 0xff; in ATF_TC_BODY()
275 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
280 msg4.eh.ether_shost[3] = 0; in ATF_TC_BODY()
281 msg4.eh.ether_dhost[3] = 0xff; in ATF_TC_BODY()
293 msg4.eh.ether_shost[4] = i >> 8; in ATF_TC_BODY()
294 msg4.eh.ether_shost[5] = i & 0xff; in ATF_TC_BODY()
296 ng_send_data(hook, &msg4, sizeof(msg4)); in ATF_TC_BODY()
345 msg4.eh.ether_shost[3] = 0xff; in ATF_TC_BODY()
346 ng_send_data("a", &msg4, sizeof(msg4)); in ATF_TC_BODY()
351 msg4.eh.ether_shost[3] = 0; in ATF_TC_BODY()
352 memset(msg4.eh.ether_dhost, 0xff, sizeof(msg4.eh.ether_dhost)); in ATF_TC_BODY()
364 msg4.eh.ether_shost[4] = i >> 8; in ATF_TC_BODY()
365 msg4.eh.ether_shost[5] = i & 0xff; in ATF_TC_BODY()
367 ng_send_data(hook, &msg4, sizeof(msg4)); in ATF_TC_BODY()
412 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
413 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
419 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
420 msg4.eh.ether_dhost[5] = 2; in ATF_TC_BODY()
421 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
427 msg4.eh.ether_shost[5] = 2; in ATF_TC_BODY()
428 msg4.eh.ether_dhost[5] = 0; in ATF_TC_BODY()
429 ng_send_data("u2", &msg4, sizeof(msg4)); in ATF_TC_BODY()
435 msg4.eh.ether_shost[5] = 3; in ATF_TC_BODY()
436 msg4.eh.ether_dhost[5] = 0; in ATF_TC_BODY()
437 ng_send_data("l3", &msg4, sizeof(msg4)); in ATF_TC_BODY()
443 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
444 msg4.eh.ether_dhost[5] = 2; in ATF_TC_BODY()
445 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
451 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
452 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
458 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
459 msg4.eh.ether_dhost[0] = 0xff; in ATF_TC_BODY()
460 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
466 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
467 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
473 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
474 memset(msg4.eh.ether_dhost, 0xff, sizeof(msg4.eh.ether_dhost)); in ATF_TC_BODY()
475 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
481 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
482 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
526 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
527 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
533 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
534 msg4.eh.ether_dhost[5] = 2; in ATF_TC_BODY()
535 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
541 msg4.eh.ether_shost[5] = 2; in ATF_TC_BODY()
542 msg4.eh.ether_dhost[5] = 0; in ATF_TC_BODY()
543 ng_send_data("u2", &msg4, sizeof(msg4)); in ATF_TC_BODY()
549 msg4.eh.ether_shost[5] = 3; in ATF_TC_BODY()
550 msg4.eh.ether_dhost[5] = 0; in ATF_TC_BODY()
551 ng_send_data("l3", &msg4, sizeof(msg4)); in ATF_TC_BODY()
557 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
558 msg4.eh.ether_dhost[5] = 2; in ATF_TC_BODY()
559 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
565 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
566 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
572 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
573 msg4.eh.ether_dhost[0] = 0xff; in ATF_TC_BODY()
574 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
580 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
581 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()
587 msg4.eh.ether_shost[5] = 1; in ATF_TC_BODY()
588 memset(msg4.eh.ether_dhost, 0xff, sizeof(msg4.eh.ether_dhost)); in ATF_TC_BODY()
589 ng_send_data("u1", &msg4, sizeof(msg4)); in ATF_TC_BODY()
595 msg4.eh.ether_shost[5] = 0; in ATF_TC_BODY()
596 ng_send_data("l0", &msg4, sizeof(msg4)); in ATF_TC_BODY()