Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-atm.c429 uint16_t vpi, vci, cksum, cksum_shouldbe, idx; in oam_print() local
523 cksum_shouldbe = verify_crc10_cksum(0, p, OAM_PAYLOAD_LEN); in oam_print()
527 cksum_shouldbe == 0 ? "" : "in"); in oam_print()