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

  /src/sys/netinet/
sctp_pcb.c 4172 int lptype; local in function:sctp_load_addresses_from_init
4187 lptype = ntohs(fee->addrp.ph.param_type);
4188 if (lptype == SCTP_IPV4_ADDRESS) {
4199 } else if (lptype == SCTP_IPV6_ADDRESS) {
sctp_pcb.c 4172 int lptype; local in function:sctp_load_addresses_from_init
4187 lptype = ntohs(fee->addrp.ph.param_type);
4188 if (lptype == SCTP_IPV4_ADDRESS) {
4199 } else if (lptype == SCTP_IPV6_ADDRESS) {

Completed in 30 milliseconds