Lines Matching defs:local
258 * Get the local or remote IP address and port of a netconn.
264 * @param local 1 to get the local IP address, 0 to get the remote one
269 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local)
280 API_MSG_VAR_REF(msg).msg.ad.local = local;
297 * Bind a netconn to a specific local IP address and port.
301 * @param addr the local IP address to bind the netconn to
303 * @param port the local port to bind the netconn to (not used for RAW)
347 * @param if_idx the local interface index to bind the netconn to