Searched refs:bmlen (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-openflow-1.3.c857 uint16_t type, bmlen; local
867 bmlen = GET_BE_U_2(cp);
869 ND_PRINT(", length %u", bmlen);
871 if (bmlen < OF_HELLO_ELEM_MINSIZE ||
872 bmlen > OF_HELLO_ELEM_MINSIZE + len)
883 if (bmlen == OF_HELLO_ELEM_MINSIZE + 4) {
890 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE);
894 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE);
896 OF_FWD(bmlen - OF_HELLO_ELEM_MINSIZE);
/netbsd-current/sys/fs/nfs/common/
H A Doldnfsproto.h428 uint32_t bmlen; member in struct:nfsv4_bitmap

Completed in 218 milliseconds