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

  /external/syslinux/gpxe/src/net/
udp.c 63 if ( ! udp->local.st_port ) {
68 udp->local.st_port = htons ( try_port );
77 if ( existing->local.st_port == udp->local.st_port ) {
79 udp, ntohs ( udp->local.st_port ) );
86 udp, ntohs ( udp->local.st_port ) );
214 udphdr->dest = dest->st_port;
215 udphdr->src = src->st_port;
249 ( ( udp->local.st_port == local->st_port ) ||
    [all...]
tcp.c 237 bind_port = ( st_local ? st_local->st_port : 0 );
484 tcphdr->dest = tcp->peer.st_port;
1145 peer.st_port = htons ( uri_port ( uri, 0 ) );
  /external/syslinux/gpxe/src/include/gpxe/
tcpip.h 36 uint16_t st_port; member in struct:sockaddr_tcpip
  /external/syslinux/gpxe/src/net/udp/
tftp.c 201 server.st_port = htons ( tftp->port );
951 ntohs ( tftp->peer.st_port ) );
955 "%d, wanted %d)\n", tftp, ntohs ( st_src->st_port ),
956 ntohs ( tftp->peer.st_port ) );
    [all...]
dns.c 50 .st_port = htons ( DNS_PORT ),
slam.c 770 server.st_port = htons ( uri_port ( uri, SLAM_DEFAULT_PORT ) );
  /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 ) );
iscsi.c 117 target.st_port = htons ( iscsi->target_port );
    [all...]

Completed in 95 milliseconds