HomeSort by: relevance | last modified time | path
    Searched defs:pbad (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_input.c 714 struct sctp_paramhdr *pbad; local in function:sctp_process_unrecog_param
716 pbad = phdr + 1;
717 switch (ntohs(pbad->param_type)) {
752 pbad->param_type, (u_int)pbad->param_type);
sctp_input.c 714 struct sctp_paramhdr *pbad; local in function:sctp_process_unrecog_param
716 pbad = phdr + 1;
717 switch (ntohs(pbad->param_type)) {
752 pbad->param_type, (u_int)pbad->param_type);

Completed in 25 milliseconds