Home | History | Annotate | Download | only in netinet6

Lines Matching defs:tclass

1565 			u_int8_t tclass;
1567 error = sockopt_get(sopt, &tclass, sizeof(tclass));
1572 (u_char *)&tclass,
1573 sizeof(tclass),
2969 int tclass;
2973 tclass = *(int *)buf;
2974 if (tclass < -1 || tclass > 255)
2977 opt->ip6po_tclass = tclass;