Home
last modified time | relevance | path

Searched refs:SKD1 (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/tests/skywalk/
H A Dskt_filter.c69 SKD1("%s: %s%s" fmt, (name), (opts), SEPARATOR((opts)), \
108 SKD1("%s: connecting to server\n", client); in connect_to_server()
135 SKD1("%s: connected to server\n", client); in connect_to_server()
179 SKD1("%s: %.2f%% complete\n", name, in socket_test_status()
370 SKD1("packet length mismatch: len %ld, expected %d\n", in custom_ether_verify()
380 SKD1("ethertype mismatch: 0x%x != 0x%x\n", in custom_ether_verify()
392 SKD1("received non-vlan packet: 0x%x", etype); in custom_ether_verify()
397 SKD1("ethertype mismatch: 0x%x != 0x%x\n", in custom_ether_verify()
406 SKD1("tag not expected: 0x%x\n", tag); in custom_ether_verify()
410 SKD1("priority mismatch: 0x%x != 0x%x\n", in custom_ether_verify()
[all …]
H A Dskywalk_test_common.h65 #define SKD1(_fmt, ...) SKD(1, _fmt, ##__VA_ARGS__) macro