Lines Matching defs:ph

848 			struct sctp_paramhdr *ph;
853 ph = mtod(oper, struct sctp_paramhdr *);
854 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION);
855 ph->param_length = htons(oper->m_len);
856 ippp = (u_int32_t *)(ph + 1);
1077 struct sctp_paramhdr *ph;
1083 ph = mtod(oper, struct sctp_paramhdr *);
1084 ph->param_type =
1086 ph->param_length = htons(oper->m_len);
1087 ippp = (u_int32_t *)(ph + 1);
1107 struct sctp_paramhdr *ph;
1113 ph = mtod(oper, struct sctp_paramhdr *);
1114 ph->param_type =
1116 ph->param_length = htons(oper->m_len);
1117 ippp = (u_int32_t *)(ph + 1);
1137 struct sctp_paramhdr *ph;
1142 ph = mtod(oper,
1144 ph->param_type =
1146 ph->param_length =
1148 ippp = (u_int32_t *)(ph + 1);
1168 struct sctp_paramhdr *ph;
1173 ph = mtod(oper,
1175 ph->param_type =
1177 ph->param_length =
1179 ippp = (u_int32_t *)(ph + 1);
1265 struct sctp_paramhdr *ph;
1271 ph = mtod(oper,
1273 ph->param_type =
1275 ph->param_length =
1278 ippp = (u_int32_t *)(ph + 1);
1301 struct sctp_paramhdr *ph;
1307 ph = mtod(oper,
1309 ph->param_type =
1311 ph->param_length =
1313 ippp = (u_int32_t *)(ph + 1);
1339 struct sctp_paramhdr *ph;
1345 ph = mtod(oper,
1347 ph->param_type =
1349 ph->param_length =
1351 ippp = (u_int32_t *)(ph + 1);
1373 struct sctp_paramhdr *ph;
1379 ph = mtod(oper,
1381 ph->param_type =
1383 ph->param_length =
1385 ippp = (u_int32_t *)(ph + 1);
1418 struct sctp_paramhdr *ph;
1424 ph = mtod(oper,
1426 ph->param_type =
1428 ph->param_length =
1430 ippp = (u_int32_t *)(ph + 1);
1455 struct sctp_paramhdr *ph;
1461 ph = mtod(oper,
1463 ph->param_type =
1465 ph->param_length =
1467 ippp = (u_int32_t *)(ph + 1);
1491 struct sctp_paramhdr *ph;
1497 ph = mtod(oper,
1499 ph->param_type =
1501 ph->param_length =
1503 ippp = (u_int32_t *)(ph + 1);
1529 struct sctp_paramhdr *ph;
1535 ph = mtod(oper,
1537 ph->param_type =
1539 ph->param_length =
1541 ippp = (u_int32_t *)(ph + 1);
1852 struct sctp_paramhdr *ph;
1857 ph = mtod(oper, struct sctp_paramhdr *);
1858 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION);
1859 ph->param_length = htons(oper->m_len);
1860 ippp = (u_int32_t *)(ph + 1);
2061 struct sctp_paramhdr *ph;
2067 ph = mtod(oper, struct sctp_paramhdr *);
2068 ph->param_type =
2070 ph->param_length = htons(oper->m_len);
2071 ippp = (u_int32_t *)(ph + 1);
2084 struct sctp_paramhdr *ph;
2090 ph = mtod(oper,
2092 ph->param_type =
2094 ph->param_length =
2096 ippp = (u_int32_t *)(ph + 1);
2118 struct sctp_paramhdr *ph;
2124 ph = mtod(oper,
2126 ph->param_type =
2128 ph->param_length =
2130 ippp = (u_int32_t *)(ph + 1);
2597 struct sctp_paramhdr *ph;
2602 ph = mtod(op_err, struct sctp_paramhdr *);
2603 ph->param_type =
2605 ph->param_length = htons(op_err->m_len);
2606 ippp = (u_int32_t *)(ph + 1);
3566 struct sctp_paramhdr *ph;
3571 ph = mtod(oper, struct sctp_paramhdr *);
3572 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION);
3573 ph->param_length = htons(oper->m_len);
3574 ippp = (u_int32_t *)(ph + 1);