Searched refs:ip_tos (Results 1 – 4 of 4) sorted by relevance
58 uint8_t ip_tos; /* type of service */ member
583 ND_PRINT((ndo, "(tos 0x%x", (int)ipds->ip->ip_tos)); in ip_print()585 if (ipds->ip->ip_tos & 0x03) { in ip_print()586 switch (ipds->ip->ip_tos & 0x03) { in ip_print()
208 ip.ip_tos = 0; in send_via_bpf()
3231 p.ip.ip_tos = 0; in valid_udp_packet()