Searched refs:ipxpt_lport (Results 1 – 2 of 2) sorted by relevance
66 table->ipxpt_lport = 0;129 if ((ipxcbtable.ipxpt_lport++ < IPXPORT_RESERVED) ||130 (ipxcbtable.ipxpt_lport >= IPXPORT_WELLKNOWN))131 ipxcbtable.ipxpt_lport = IPXPORT_RESERVED;132 lport = htons(ipxcbtable.ipxpt_lport);
67 u_int16_t ipxpt_lport; member