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

  /src/sys/netinet/
sctp_asconf.c 220 case SCTP_IPV4_ADDRESS:
355 case SCTP_IPV4_ADDRESS:
482 case SCTP_IPV4_ADDRESS:
827 if ((aa->ap.addrp.ph.param_type == SCTP_IPV4_ADDRESS) &&
992 aa->ap.addrp.ph.param_type = SCTP_IPV4_ADDRESS;
1144 aa->ap.addrp.ph.param_type = SCTP_IPV4_ADDRESS;
2386 htons(SCTP_IPV4_ADDRESS);
2403 lookup->ph.param_type = htons(SCTP_IPV4_ADDRESS);
2501 } else if (ptype == SCTP_IPV4_ADDRESS) {
2674 if (ptype == SCTP_IPV4_ADDRESS &
    [all...]
sctp_constants.h 205 #define SCTP_IPV4_ADDRESS 0x0005
sctp_pcb.c 446 } else if (ptype == SCTP_IPV4_ADDRESS) {
1009 if (ptype == SCTP_IPV4_ADDRESS &&
4021 if ((ptype == SCTP_IPV4_ADDRESS) &&
4188 if (lptype == SCTP_IPV4_ADDRESS) {
sctp_output.c 204 parmh->param_type = htons(SCTP_IPV4_ADDRESS);
2658 sup_addr->addr_type[0] = htons(SCTP_IPV4_ADDRESS);
2954 (ptype == SCTP_IPV4_ADDRESS) ||
3175 if (ptype == SCTP_IPV4_ADDRESS) {
3411 stc.addr_type = SCTP_IPV4_ADDRESS;
3425 stc.laddr_type = SCTP_IPV4_ADDRESS;
3538 stc.addr_type = SCTP_IPV4_ADDRESS;
3554 stc.laddr_type = SCTP_IPV4_ADDRESS;
sctp_input.c 1585 if (cookie->laddr_type == SCTP_IPV4_ADDRESS) {
1980 } else if (cookie->addr_type == SCTP_IPV4_ADDRESS) {

Completed in 62 milliseconds