Searched refs:IIOD_PORT (Results 1 – 2 of 2) sorted by relevance
/external/libiio/src/iiod/ |
D | iiod.c | 49 #define IIOD_PORT 30431 macro 66 .sin_port = __bswap_constant_16(IIOD_PORT), 69 .sin_port = IIOD_PORT, 78 .sin6_port = __bswap_constant_16(IIOD_PORT), 80 .sin6_port = IIOD_PORT, 129 0, "iio", "_iio._tcp", NULL, NULL, IIOD_PORT, NULL)) { in __avahi_client_cb()
|
/external/libiio/src/ |
D | network.c | 65 #define IIOD_PORT 30431 macro 66 #define IIOD_PORT_STR STRINGIFY(IIOD_PORT) 1443 uint16_t port = IIOD_PORT; in network_create_context()
|