Lines Matching +full:wire +full:- +full:config
35 #include <config.h>
37 #include "netdissect-stdinc.h"
57 * to the SunATM pseudo-header for the packet, 'h->ts' is the timestamp,
58 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
65 u_int caplen = h->caplen; in sunatm_if_print()
66 u_int length = h->len; in sunatm_if_print()
71 ndo->ndo_protocol = "sunatm"; in sunatm_if_print()
73 if (ndo->ndo_eflag) { in sunatm_if_print()
96 caplen -= PKT_BEGIN_POS; in sunatm_if_print()
97 length -= PKT_BEGIN_POS; in sunatm_if_print()
98 ndo->ndo_ll_hdr_len += PKT_BEGIN_POS; in sunatm_if_print()