Searched refs:keyMode (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp560 const char* keyMode = get_key_mode(network.key_mode); local
561 if (keyMode != NULL)
562 printf(", %s/%s", keyMode, get_cipher(network.cipher));
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h36 void MakeEmpty(int8 keyMode = HASH_EMPTY_NONE,int8 valueMode = HASH_EMPTY_NONE);
H A DHashtable.cpp196 Hashtable::MakeEmpty(int8 keyMode,int8 valueMode) argument
204 switch (keyMode) {

Completed in 96 milliseconds