Searched refs:dest_port (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bootp-298/bootplib/
H A Dbootp_transmit.h46 u_short dest_port,
H A Dbootp_transmit.c107 u_short dest_port,
189 ip_udp->udp.uh_dport = htons(dest_port);
224 dst.sin_port = htons(dest_port);
103 bootp_transmit(int sockfd, void * sendbuf, const char * if_name, int hwtype, const void * hwaddr, int hwlen, struct in_addr dest_ip, struct in_addr src_ip, u_short dest_port, u_short src_port, const void * data, int len) argument
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dbootp_session.h81 uint16_t dest_port,
H A Dbootp_session.c372 uint16_t dest_port,
426 dest_ip, src_ip, dest_port, src_port, data, len);
369 bootp_client_transmit(bootp_client_t * client, struct in_addr dest_ip, struct in_addr src_ip, uint16_t dest_port, uint16_t src_port, void * data, int len) argument
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-tipc.c121 u_int32_t dest_port; member in struct:payload_tipc_pkthdr
177 u_int dest_port; local
181 ND_TCHECK(ap->dest_port);
190 dest_port = EXTRACT_32BITS(&ap->dest_port);
195 orig_port, dest_port,
208 dest_port,
/macosx-10.10/network_cmds-457/alias/
H A Dalias_cuseeme.c64 u_int16_t dest_port; member in struct:cu_header
H A Dalias.c1092 u_short dest_port; local
1108 dest_port = tc->th_dport;
1153 SetProxyPort(link, dest_port);
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c1276 ipc_port_t dest_port; local
1281 dest_port = (ipc_port_t)msg->msgh_remote_port;
1290 if (IP_VALID(dest_port) && IP_PREALLOC(dest_port)) {
1293 ip_lock(dest_port);
1294 if (!ip_active(dest_port)) {
1295 ip_unlock(dest_port);
1298 assert(IP_PREALLOC(dest_port));
1299 kmsg = dest_port->ip_premsg;
1301 ip_unlock(dest_port);
1661 ipc_object_t dest_port = IO_NULL; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsocket_wrapper.c689 unsigned short dest_port; member in struct:swrap_packet::__anon683::__anon685::__anon686
701 unsigned short dest_port; member in struct:swrap_packet::__anon683::__anon685::__anon687
792 unsigned short dest_port = dest_addr->sin_port; local
867 dest_port = src_addr->sin_port;
873 packet->ip.p.tcp.dest_port = dest_port;
886 packet->ip.p.udp.dest_port = dest_addr->sin_port;
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1033 u_int16_t dest_port; member in struct:__anon3183
1070 buffer_get(&c->input, (char *)&s4_req.dest_port, 2);
1108 c->host_port = ntohs(s4_req.dest_port);
1120 s4_rsp.dest_port = 0; /* ignored */
1145 u_int16_t dest_port; local
1217 buffer_get(&c->input, (char *)&dest_port, 2);
1235 c->host_port = ntohs(dest_port);
1245 dest_port = 0; /* ignored */
1249 buffer_append(&c->output, &dest_port, sizeof(dest_port));
[all...]
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootpd.c1599 u_short dest_port = S_ipport_client; local
1615 dest_port = S_ipport_server;
1640 dest_port, src_port,

Completed in 304 milliseconds