Home
last modified time | relevance | path

Searched refs:st_port (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/net/
Dudp.c63 if ( ! udp->local.st_port ) { in udp_bind()
68 udp->local.st_port = htons ( try_port ); in udp_bind()
77 if ( existing->local.st_port == udp->local.st_port ) { in udp_bind()
79 udp, ntohs ( udp->local.st_port ) ); in udp_bind()
86 udp, ntohs ( udp->local.st_port ) ); in udp_bind()
214 udphdr->dest = dest->st_port; in udp_tx()
215 udphdr->src = src->st_port; in udp_tx()
249 ( ( udp->local.st_port == local->st_port ) || in udp_demux()
250 ( udp->local.st_port == 0 ) ) && in udp_demux()
311 st_src->st_port = udphdr->src; in udp_rx()
[all …]
Dtcp.c237 bind_port = ( st_local ? st_local->st_port : 0 ); in tcp_open()
484 tcphdr->dest = tcp->peer.st_port; in tcp_xmit()
1145 peer.st_port = htons ( uri_port ( uri, 0 ) ); in tcp_open_uri()
/external/syslinux/gpxe/src/include/gpxe/
Dtcpip.h36 uint16_t st_port; member
/external/syslinux/gpxe/src/net/udp/
Dtftp.c201 server.st_port = htons ( tftp->port ); in tftp_reopen()
951 ntohs ( tftp->peer.st_port ) ); in tftp_rx()
955 "%d, wanted %d)\n", tftp, ntohs ( st_src->st_port ), in tftp_rx()
956 ntohs ( tftp->peer.st_port ) ); in tftp_rx()
Ddns.c50 .st_port = htons ( DNS_PORT ),
Dslam.c770 server.st_port = htons ( uri_port ( uri, SLAM_DEFAULT_PORT ) ); in slam_open()
/external/syslinux/gpxe/src/net/tcp/
Dftp.c506 server.st_port = htons ( uri_port ( uri, FTP_PORT ) ); in ftp_open()
Dhttp.c558 server.st_port = htons ( uri_port ( http->uri, default_port ) ); in http_open_filter()
Discsi.c117 target.st_port = htons ( iscsi->target_port ); in iscsi_open_connection()