Searched defs:do_get_authmode (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 60 static dladm_status_t do_get_authmode(dladm_handle_t, datalink_id_t, void *, 802 if ((status = do_get_authmode(handle, linkid, &authmode, 1231 do_get_authmode(dladm_handle_t handle, datalink_id_t linkid, void *buf, function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 248 static boolean_t do_get_authmode(int fd); 427 {AUTHMODE, "authmode", do_get_authmode, do_set_authmode, RW}, 4023 do_get_authmode(int fd) function 4025 PRTDBG(("do_get_authmode(%d)\n", fd));
|
Completed in 57 milliseconds