Lines Matching refs:port
177 u16_t port;
196 /** Sender IP/port */
232 /** Destination IP/port if sent unicast */
1253 srvdata[2] = lwip_htons(service->port);
1281 /* Copy source IP/port to use when responding unicast, or to choose
1741 /* Check port field */
1743 if (len != sizeof(field16) || lwip_ntohs(field16) != service->port) {
1853 mdns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port)
1883 packet.source_port = port;
2184 * @param port The port the service listens to
2192 mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_sd_proto proto, u16_t port, u32_t dns_ttl, service_get_txt_fn_t txt_fn, void *txt_data)
2224 srv->port = port;
2378 * Initiate MDNS responder. Will open UDP sockets on port 5353