Lines Matching +full:wire +full:- +full:config
26 /* \summary: IP-over-InfiniBand (IPoIB) printer */
28 #include <config.h>
30 #include "netdissect-stdinc.h"
47 if (!ndo->ndo_qflag) {
75 ndo->ndo_ll_hdr_len += caplen;
81 ndo->ndo_ll_hdr_len += length;
85 if (ndo->ndo_eflag) {
93 ndo->ndo_ll_hdr_len += IPOIB_HDRLEN;
94 length -= IPOIB_HDRLEN;
95 caplen -= IPOIB_HDRLEN;
101 if (!ndo->ndo_eflag) {
107 if (!ndo->ndo_suppress_default_print)
114 * to the ether header of the packet, 'h->ts' is the timestamp,
115 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
121 ndo->ndo_protocol = "ipoib";
122 ipoib_print(ndo, p, h->len, h->caplen, NULL, NULL);