Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_subr.c343 char keystring[TCP_FASTOPEN_KEYLEN * 2 + 2]; in tcp_sysctl_fastopenkey() local
353 bzero(keystring, sizeof(keystring)); in tcp_sysctl_fastopenkey()
355 error = sysctl_io_string(req, keystring, sizeof(keystring), 0, NULL); in tcp_sysctl_fastopenkey()
359 __func__, error, req->newlen, sizeof(keystring)); in tcp_sysctl_fastopenkey()
366 ks_len = strbuflen(keystring, sizeof(keystring)); in tcp_sysctl_fastopenkey()
380 if (sscanf(__unsafe_null_terminated_from_indexable(&keystring[i * 8]), "%8x", &key[i]) != 1) { in tcp_sysctl_fastopenkey()