Home | History | Annotate | Download | only in netinet

Lines Matching defs:p_size

2318 			uint16_t p_size, addr_size;
2325 p_size = sizeof(struct sctp_ipv6addr_param);
2329 p_size = sizeof(struct sctp_ipv4addr_param);
2332 lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
2334 m_asconf_chk->m_len += SCTP_SIZE32(p_size);
2364 uint16_t p_size, addr_size;
2379 p_size = sizeof(struct sctp_ipv6addr_param);
2387 p_size = sizeof(struct sctp_ipv4addr_param);
2392 lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
2394 m_asconf_chk->m_len += SCTP_SIZE32(p_size);