Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dether-wake.c169 static int get_wol_pw(const char *ethoptarg, unsigned char *wol_passwd) in get_wol_pw() argument
189 wol_passwd[i] = passwd[i]; in get_wol_pw()
192 wol_passwd[0], wol_passwd[1], wol_passwd[2], wol_passwd[3], in get_wol_pw()
204 unsigned char wol_passwd[6]; in ether_wake_main() local
216 wol_passwd_sz = get_wol_pw(pass, wol_passwd); in ether_wake_main()
259 memcpy(outpack+pktsize, wol_passwd, wol_passwd_sz); in ether_wake_main()