Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-openflow-1.3.c857 uint16_t type, bmlen; in of13_hello_elements_print() local
867 bmlen = GET_BE_U_2(cp); in of13_hello_elements_print()
869 ND_PRINT(", length %u", bmlen); in of13_hello_elements_print()
871 if (bmlen < OF_HELLO_ELEM_MINSIZE || in of13_hello_elements_print()
872 bmlen > OF_HELLO_ELEM_MINSIZE + len) in of13_hello_elements_print()
883 if (bmlen == OF_HELLO_ELEM_MINSIZE + 4) { in of13_hello_elements_print()
890 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print()
894 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print()
896 OF_FWD(bmlen - OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print()