Searched refs:ddp_output (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_proto.c81 (void)ddp_output(&mp, ddp->src_socket,
93 if ((error = ddp_output(&mp, gref->lport, 0)) != 0) {
H A Dddp_aep.c105 (void)ddp_output(&mp, (at_socket)EP_SOCKET, FALSE);
H A Dddp_sip.c184 (void)ddp_output(&mp, DDP_SOCKET_1st_DYNAMIC, FALSE);
H A Dddp.h215 int ddp_output(gbuf_t **, at_socket , int );
H A Dddp_usrreq.c237 /* as in ddp_output() loop processing, fill in the
250 return(ddp_output(&m, pcb->lport, FALSE));
H A Dddp.c514 * ddp_output()
523 int ddp_output(mp, src_socket, src_addr_included) function
628 ("ddp_output: loop to %d:%d port=%d\n",
676 ("ddp_output: after search ifid:0x%x %s ifID_home:0x%x\n",
782 ("ddp_output: going out to %d:%d skt%d on %s\n",
830 ("ddp_output: Unknown addr_flag = 0x%x\n", addr_flag));
872 } /* ddp_output */
1125 * This is a modified version of ddp_output for router use.
H A Dddp_nbp.c991 status = ddp_output(&nbp_req->response, (at_socket)NBP_SOCKET, FALSE);

Completed in 19 milliseconds