HomeSort by relevance Sort by last modified time
    Searched refs:local_hmacs (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_peeloff.c 134 if (n_inp->sctp_ep.local_hmacs)
135 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs);
136 n_inp->sctp_ep.local_hmacs =
137 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
250 if (n_inp->sctp_ep.local_hmacs)
251 sctp_free_hmaclist(n_inp->sctp_ep.local_hmacs);
252 n_inp->sctp_ep.local_hmacs =
253 sctp_copy_hmaclist(inp->sctp_ep.local_hmacs);
sctp_auth.c     [all...]
sctp_pcb.h 362 sctp_hmaclist_t *local_hmacs; member in struct:sctp_pcb
sctp_structs.h 1110 sctp_hmaclist_t *local_hmacs; \/* local HMACs supported *\/ member in struct:sctp_association
    [all...]
sctp_input.c 518 stcb->asoc.local_hmacs);
    [all...]
sctp_pcb.c     [all...]
sctp_usrreq.c     [all...]
sctp_output.c     [all...]

Completed in 51 milliseconds