Home
last modified time | relevance | path

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

/external/libpcap/
Dbpf_image.c42 char operand_buf[64]; in bpf_image() local
49 (void)pcap_snprintf(operand_buf, sizeof operand_buf, "0x%x", p->code); in bpf_image()
50 operand = operand_buf; in bpf_image()
55 (void)pcap_snprintf(operand_buf, sizeof operand_buf, "#%d", p->k); in bpf_image()
56 operand = operand_buf; in bpf_image()
66 (void)pcap_snprintf(operand_buf, sizeof operand_buf, "[%d]", p->k); in bpf_image()
67 operand = operand_buf; in bpf_image()
72 (void)pcap_snprintf(operand_buf, sizeof operand_buf, "[%d]", p->k); in bpf_image()
73 operand = operand_buf; in bpf_image()
78 (void)pcap_snprintf(operand_buf, sizeof operand_buf, "[%d]", p->k); in bpf_image()
[all …]