Lines Matching refs:T_LOG
81 T_LOG("%5zd: %s\n", i, buf); in HexDump()
95 T_LOG("ifnet_destroy %s", ifname1); in cleanup()
98 T_LOG("ifnet_destroy %s", ifname2); in cleanup()
102 T_LOG("sysctl net.link.fake.max_mtu=%d", default_fake_max_mtu); in cleanup()
149 T_LOG("created %s", ifname1); in setup_feth_pair()
156 T_LOG("created %s", ifname2); in setup_feth_pair()
182 T_LOG("bpf_new"); in create_bpf_on_interface()
203 …T_LOG("write_size_max %u %s value %u", write_size_max, write_size_max != value ? "!=" : "==", valu… in create_bpf_on_interface()
215 T_LOG("batch_write %u %s 1", value, value != 1 ? "!=" : "=="); in create_bpf_on_interface()
286 T_LOG("iov_len %lu bh_hdrlen %u frame_length %u ip_len %u payload_len %u", in make_bootp_packet()
305 T_LOG("bpf bdlen %d", bdlen); in do_bpf_write_batch()
319 T_LOG("tv_sec %u tv_usec %u caplen %u datalen %u hdrlen %u", in do_bpf_write_batch()
327 T_LOG("total_len %ld", total_len); in do_bpf_write_batch()
332 T_LOG("bpf write returned %ld", nwritten); in do_bpf_write_batch()
341 T_LOG("bpf written %ld bytes over %lu", nwritten, total_len); in do_bpf_write_batch()
360 T_LOG("bpf read %ld bytes", nread); in do_bpf_write_batch()
373 T_LOG("tv_sec %u tv_usec %u caplen %u datalen %u hdrlen %u", in do_bpf_write_batch()