Searched refs:auth_random (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dsm_make_chunk.c260 chunksize += sizeof(asoc->c.auth_random);
333 sctp_addto_chunk(retval, sizeof(asoc->c.auth_random),
334 asoc->c.auth_random);
365 *auth_random = NULL; local
406 auth_random = (sctp_paramhdr_t *)asoc->c.auth_random;
407 chunksize += ntohs(auth_random->length);
470 sctp_addto_chunk(retval, ntohs(auth_random->length),
471 auth_random);
H A Dauth.c235 (sctp_random_param_t*)asoc->c.auth_random,
H A Dassociola.c333 p = (sctp_paramhdr_t *)asoc->c.auth_random;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h426 __u8 auth_random[sizeof(sctp_paramhdr_t) + SCTP_AUTH_RANDOM_LENGTH]; member in struct:sctp_cookie

Completed in 203 milliseconds