Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.h109 extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list);
H A Dsctp_auth.c102 sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list) in sctp_auth_add_chunk() function
218 (void)sctp_auth_add_chunk(*ptr++, list); in sctp_unpack_auth_chunks()
228 (void)sctp_auth_add_chunk((index * 8) + offset, list); in sctp_unpack_auth_chunks()
1439 (void)sctp_auth_add_chunk(chunks->chunk_types[i], in sctp_auth_get_cookie_params()
H A Dsctp_pcb.c2461 sctp_auth_add_chunk(SCTP_ASCONF, m->local_auth_chunks); in sctp_inpcb_alloc()
2462 sctp_auth_add_chunk(SCTP_ASCONF_ACK, m->local_auth_chunks); in sctp_inpcb_alloc()
6407 (void)sctp_auth_add_chunk(chunks->chunk_types[i], in sctp_load_addresses_from_init()
H A Dsctp_usrreq.c4252 if (sctp_auth_add_chunk(sauth->sauth_chunk, inp->sctp_ep.local_auth_chunks)) {
6696 sctp_auth_add_chunk(SCTP_ASCONF,
6698 sctp_auth_add_chunk(SCTP_ASCONF_ACK,