Lines Matching defs:local
161 /* last local TCP port */
714 * host. Deletes the local protocol control block. This is done when
803 * Binds the connection to a local port number and IP address. If the
805 * bound to all local IP addresses.
812 * @param ipaddr the local ip address to bind to (use IPx_ADDR_ANY to bind
813 * to any local address
814 * @param port the local port to bind to
848 packets using both local and remote IP addresses and ports to distinguish.
962 * to a local port with the tcp_bind() function.
1031 /* Since SOF_REUSEADDR allows reusing a local address before the pcb's usage
1033 this port is only used once for every local IP. */
1172 * Allocate a new local TCP port.
1174 * @return a new (free) local TCP port number
1275 /* check if local IP has been assigned to pcb, if not, get one */
1302 /* Since SOF_REUSEADDR allows reusing a local address, we have to make sure
2384 /* reset the local port to prevent the pcb from being 'bound' */
2488 /* PCB bound to current local interface address? */
2491 /* connections to link-local addresses must persist (RFC3927 ch. 1.9) */
2521 /* PCB bound to current local interface address? */
2523 /* PCB bound to current local interface address? */
2541 tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *port)
2544 if (local) {