OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XDM_UDP_PORT
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/libXdmcp/dist/include/X11/
Xdmcp.h
26
#define
XDM_UDP_PORT
177
/xsrc/external/mit/xdm/dist/chooser/
chooser.c
526
in_addr.sin_port = htons (
XDM_UDP_PORT
);
541
in_addr.sin_port = htons (
XDM_UDP_PORT
);
559
snprintf(sport, sizeof(sport), "%d",
XDM_UDP_PORT
);
605
in_addr.sin_port = htons (
XDM_UDP_PORT
);
/xsrc/external/mit/xdm/dist/xdm/
xdmcp.c
161
in_addr.sin_port = htons ((short)
XDM_UDP_PORT
);
176
in6_addr.sin6_port = htons ((short)
XDM_UDP_PORT
);
/xsrc/external/mit/xorg-server/dist/os/
xdmcp.c
214
static unsigned short
xdm_udp_port
=
XDM_UDP_PORT
;
variable
282
xdm_udp_port
= (unsigned short) atoi(argv[i]);
349
bcast->sin_port = htons(
xdm_udp_port
);
1432
get_addr_by_name(argv[i], argv[i + 1],
xdm_udp_port
, SOCK_DGRAM,
1484
if (
xdm_udp_port
> 0 &&
xdm_udp_port
< 65535) {
1485
snprintf(portstr, sizeof(portstr), "%d",
xdm_udp_port
);
1488
FatalError("Xserver: port out of range: %d\n",
xdm_udp_port
);
/xsrc/external/mit/xorg-server.old/dist/os/
xdmcp.c
224
static unsigned short
xdm_udp_port
=
XDM_UDP_PORT
;
variable
279
xdm_udp_port
= (unsigned short) atoi(argv[i]);
346
bcast->sin_port = htons (
xdm_udp_port
);
1556
get_addr_by_name(argv[i], argv[i+1],
xdm_udp_port
, SOCK_DGRAM,
1614
if (
xdm_udp_port
> 0 &&
xdm_udp_port
< 65535) {
1615
sprintf(portstr, "%d",
xdm_udp_port
);
1617
FatalError("Xserver: port out of range: %d\n",
xdm_udp_port
);
Completed in 87 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026