Searched refs:DEFAULT_PORT (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/tools/tools/mctest/
H A Dmctest.h32 const int DEFAULT_PORT = 6666; variable
H A Dmctest.cc150 local.sin_port = htons(DEFAULT_PORT);
321 addr.sin_port = htons(DEFAULT_PORT);
/freebsd-11.0-release/contrib/bsnmp/lib/
H A Dsnmppriv.h46 #define DEFAULT_PORT "snmp" macro
H A Dsnmpclient.c904 if ((snmp_client.cport = malloc(1 + sizeof(DEFAULT_PORT)))
909 strcpy(snmp_client.cport, DEFAULT_PORT);
/freebsd-11.0-release/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c67 #define DEFAULT_PORT 6698 macro
95 DEFAULT_PORT);
149 portno = DEFAULT_PORT;
/freebsd-11.0-release/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c83 #define DEFAULT_PORT 6698 macro
106 static uint16_t portno = DEFAULT_PORT;
376 portno = DEFAULT_PORT;
771 DEFAULT_PORT);
/freebsd-11.0-release/usr.bin/whois/
H A Dwhois.c79 #define DEFAULT_PORT "whois" macro
128 static const char *port = DEFAULT_PORT;

Completed in 68 milliseconds