Searched refs:bcmp (Results 1 – 2 of 2) sorted by relevance
38 int bcmp();44 # define bcmp(b1,b2,len) memcmp(b1, b2, len) macro
2105 !bcmp(ie->data, voui, DOT11_OUI_LEN)) in find_vendor_ie()2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()