Searched refs:clnp_pdu_type (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/tcpdump/ |
| H A D | print-isoclns.c | 829 …li_remaining,tlen,nsap_offset,source_address_length,dest_address_length, clnp_pdu_type, clnp_flags; in clnp_print() local 871 clnp_pdu_type = GET_U_1(clnp_header->type) & CLNP_PDU_TYPE_MASK; in clnp_print() 914 tok2str(clnp_pdu_values,"unknown (%u)",clnp_pdu_type), in clnp_print() 921 tok2str(clnp_pdu_values, "unknown (%u)",clnp_pdu_type), in clnp_print() 1097 switch (clnp_pdu_type) { in clnp_print()
|