Searched refs:cap_len (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dvirtio_pcireg.h103 uint8_t cap_len; /* Generic PCI field: capability length */ member in struct:virtio_pci_cap
H A Dvirtio_pci.c597 if (v->vcap.cap_len > sizeof(struct virtio_pci_cap)) {
598 len = roundup(v->vcap.cap_len, sizeof(pcireg_t));
/netbsd-current/usr.sbin/bta2dpd/bta2dpd/
H A Davdtp.c308 avdtpAutoConfigSBC(int fd, int recvfd, uint8_t *capabilities, size_t cap_len, argument
316 for (i = 0; i < cap_len - 5; i++) {
324 if (i >= cap_len - 9)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bgp.c2526 u_int cap_type, cap_len, tcap_len, cap_offset; local
2532 cap_len=GET_U_1(opt + i + 1);
2536 cap_len);
2537 ND_TCHECK_LEN(opt + 2 + i, cap_len);
2541 if (cap_len < 4) {
2553 tcap_len = cap_len;
2569 if (cap_len < 2) {
2573 tcap_len=cap_len;
2600 if (cap_len < 4) {
2609 if (cap_len
[all...]
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c149 ctl_client(evContext lev, const struct sockaddr *cap, size_t cap_len, argument
197 if (bind(ctx->sock, captmp, cap_len) < 0) {

Completed in 201 milliseconds