Lines Matching refs:pdu_buf
120 static char *dump_pdu(unsigned char *pdu_buf, int pdu_len) in dump_pdu() argument
125 if (!pdu_buf || !pdu_len) in dump_pdu()
132 len += sprintf(p + len, "%02x", pdu_buf[i]); in dump_pdu()
139 if (!pdu_buf[i] && pdu_rest_is_zero(pdu_buf + i, pdu_len - i)) { in dump_pdu()
169 int pdu_len, unsigned char *pdu_buf, char field, in print_field() argument
224 char *p = dump_pdu(pdu_buf, pdu_len); in print_field()
263 int pdu_len, unsigned char *pdu_buf, in parse_field() argument
282 print_field(act, pci, t, elapsed, pdu_len, pdu_buf, *p++, in parse_field()
290 int pdu_len, unsigned char *pdu_buf) in process_default() argument
321 char *p = dump_pdu(pdu_buf, pdu_len); in process_default()
355 p = dump_pdu(pdu_buf, pdu_len); in process_default()
413 fprintf(ofp, "%*s\n", pdu_len, pdu_buf); in process_default()
425 unsigned char *pdu_buf) in process_fmt() argument
430 process_default(act, pci, t, elapsed, pdu_len, pdu_buf); in process_fmt()
444 pdu_len, pdu_buf, p); in process_fmt()