Go to the source code of this file.
Defines | |
TCP Ports | |
#define | NIP_TCP_PORT_HTTP 0x0050 |
decimal 80 | |
#define | NIP_TCP_PORT_TELNET 0x0017 |
decimal 23 | |
UDP Ports | |
#define | NIP_UDP_PORT_DHCPCLIENT 0x0044 |
decimal 68 | |
#define | NIP_UDP_PORT_DHCPSERVER 0x0043 |
decimal 67 | |
#define | NIP_UDP_PORT_NTP 0x0080 |
decimal 123 | |
#define | NIP_UDP_PORT_MDNS 0x14E9 |
decimal 5353 |
#define NIP_UDP_PORT_DHCPCLIENT 0x0044 |
#define NIP_UDP_PORT_DHCPSERVER 0x0043 |
#define NIP_UDP_PORT_MDNS 0x14E9 |
decimal 5353
Definition at line 55 of file ports.h.
Referenced by nip_mdns_init(), and nip_mdns_transmit().