Searched refs:at_socket (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp.h87 at_socket dst_socket; /* Destination socket number */
88 at_socket src_socket; /* Source socket number */
215 int ddp_output(gbuf_t **, at_socket , int );
H A Dddp_aep.c105 (void)ddp_output(&mp, (at_socket)EP_SOCKET, FALSE);
H A Datp.h301 at_socket socket;
327 at_socket tr_local_socket;
H A Datp_write.c141 at_socket skt;
173 skt = *(at_socket *)gbuf_rptr(gbuf_cont(m));
174 if ((skt = (at_socket)atp_bind(gref, (unsigned int)skt, 0)) == 0)
177 *(at_socket *)gbuf_rptr(gbuf_cont(m)) = skt;
449 at_socket src_socket = (at_socket)atp->atp_socket_no;
666 at_socket src_socket;
690 if ((src_socket = (at_socket)atp->atp_socket_no) == 0xFF) {
1178 ddp->src_socket = (at_socket)atp->atp_socket_no;
1511 ddp->src_socket = (at_socket)at
[all...]
H A Dappletalk.h64 typedef u_char at_socket; /* AppleTalk socket number */ typedef
H A Dadsp.c193 (at_socket)adspAssignSocket(gref, flag)) == 0)) {
H A Dddp.c458 if ((at_socket)socket == nve_entry->address.socket &&
520 at_socket src_socket;
875 register at_socket socket;
H A Dddp_nbp.c333 register at_socket ourSkt = 0; /* originating skt */
991 status = ddp_output(&nbp_req->response, (at_socket)NBP_SOCKET, FALSE);
H A Dasp_proto.c437 if ((sock_num = (at_socket)atp_bind(gref, 0, &sockSav)) == 0) {
466 if ((sock_num = (at_socket)atp_bind(gref, 0, 0)) == 0) {
533 if ((sock_num = (at_socket)atp_bind(gref, 0, &sockSav)) == 0) {

Completed in 33 milliseconds