Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_subr.c436 char keystring[TCP_FASTOPEN_KEYLEN * 2 + 2]; in tcp_sysctl_fastopenkey() local
446 bzero(keystring, sizeof(keystring)); in tcp_sysctl_fastopenkey()
448 error = sysctl_io_string(req, keystring, sizeof(keystring), 0, NULL); in tcp_sysctl_fastopenkey()
452 __func__, error, req->newlen, sizeof(keystring)); in tcp_sysctl_fastopenkey()
459 ks_len = strbuflen(keystring, sizeof(keystring)); in tcp_sysctl_fastopenkey()
473 if (sscanf(__unsafe_null_terminated_from_indexable(&keystring[i * 8]), "%8x", &key[i]) != 1) { in tcp_sysctl_fastopenkey()