HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_IPV6_ADDRESS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_asconf.c 238 case SCTP_IPV6_ADDRESS:
373 case SCTP_IPV6_ADDRESS:
499 case SCTP_IPV6_ADDRESS:
817 if ((aa->ap.addrp.ph.param_type == SCTP_IPV6_ADDRESS) &&
978 aa->ap.addrp.ph.param_type = SCTP_IPV6_ADDRESS;
1136 aa->ap.addrp.ph.param_type = SCTP_IPV6_ADDRESS;
2323 if (aa->ap.addrp.ph.param_type == SCTP_IPV6_ADDRESS) {
2378 htons(SCTP_IPV6_ADDRESS);
2477 if (ptype == SCTP_IPV6_ADDRESS) {
2633 if (ptype == SCTP_IPV6_ADDRESS && sa->sa_family == AF_INET6)
    [all...]
sctp_constants.h 206 #define SCTP_IPV6_ADDRESS 0x0006
sctp_pcb.c 423 if (ptype == SCTP_IPV6_ADDRESS) {
1027 } else if (ptype == SCTP_IPV6_ADDRESS &&
4089 } else if ((ptype == SCTP_IPV6_ADDRESS) &&
4199 } else if (lptype == SCTP_IPV6_ADDRESS) {
sctp_output.c 213 parmh->param_type = htons(SCTP_IPV6_ADDRESS);
2659 sup_addr->addr_type[1] = htons(SCTP_IPV6_ADDRESS);
2955 (ptype == SCTP_IPV6_ADDRESS) ||
3187 } else if (ptype == SCTP_IPV6_ADDRESS) {
3454 stc.addr_type = SCTP_IPV6_ADDRESS;
3510 stc.laddr_type = SCTP_IPV6_ADDRESS;
3558 stc.addr_type = SCTP_IPV6_ADDRESS;
3570 stc.laddr_type = SCTP_IPV6_ADDRESS;
sctp_input.c 1592 } else if (cookie->laddr_type == SCTP_IPV6_ADDRESS) {
1971 if (cookie->addr_type == SCTP_IPV6_ADDRESS) {

Completed in 25 milliseconds