HomeSort by relevance Sort by last modified time
    Searched refs:uri_port (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
uri.h 81 URI_PORT = 5, URI_PORT_BIT = ( 1 << URI_PORT ),
169 extern unsigned int uri_port ( struct uri *uri, unsigned int default_port );
  /external/syslinux/gpxe/src/core/
uri.c 198 unsigned int uri_port ( struct uri *uri, unsigned int default_port ) { function
  /external/syslinux/gpxe/src/net/tcp/
ftp.c 506 server.st_port = htons ( uri_port ( uri, FTP_PORT ) );
http.c 558 server.st_port = htons ( uri_port ( http->uri, default_port ) );
  /external/syslinux/gpxe/src/net/
udp.c 453 peer.st_port = htons ( uri_port ( uri, 0 ) );
tcp.c 1145 peer.st_port = htons ( uri_port ( uri, 0 ) );
  /external/syslinux/gpxe/src/net/udp/
slam.c 770 server.st_port = htons ( uri_port ( uri, SLAM_DEFAULT_PORT ) );
tftp.c 1131 tftp->port = uri_port ( tftp->uri, default_port );
    [all...]

Completed in 428 milliseconds