Lines Matching refs:PRINTF
48 PRINTF("%02x", *s++ & 0xff);
51 PRINTF("%02x", *s++ & 0xff);
67 PRINTF("> ");
69 PRINTF("< ");
71 PRINTF("%s ", IFNAME(m->mb_ifp));
75 PRINTF("ip #%d %d(%d) %d", ntohs(ip->ip_id), ntohs(ip->ip_len),
78 PRINTF(" @%d", off << 3);
79 PRINTF(" %s", inet_ntoa(ip->ip_src));
82 PRINTF(",%d", ntohs(tcp->th_sport));
83 PRINTF(" > ");
84 PRINTF("%s", inet_ntoa(ip->ip_dst));
87 PRINTF(",%d", ntohs(tcp->th_dport));