Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ascii.c65 u_int caplength; in ascii_print() local
70 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0; in ascii_print()
71 if (length > caplength) { in ascii_print()
72 length = caplength; in ascii_print()
108 u_int caplength; in hex_and_ascii_print_with_offset() local
116 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0; in hex_and_ascii_print_with_offset()
117 if (length > caplength) { in hex_and_ascii_print_with_offset()
118 length = caplength; in hex_and_ascii_print_with_offset()
179 u_int caplength; in hex_print_with_offset() local
185 if (length > caplength) { in hex_print_with_offset()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c269 uint32_t caplength; /* caplen & hciversion */ member
2300 value = sc->caplength; in pci_xhci_hostcap_read()
2878 sc->caplength = XHCI_SET_CAPLEN(XHCI_CAPLEN) | in pci_xhci_init()
3041 SNAPSHOT_VAR_OR_LEAVE(sc->caplength, meta, ret, done); in pci_xhci_snapshot()