Searched refs:ddp_putmsg (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.h135 void ddp_putmsg(gref_t *gref, gbuf_t *mp);
H A Dddp.h181 void ddp_putmsg(gref_t *gref, gbuf_t *mp);
H A Dddp_proto.c63 void ddp_putmsg(gref, mp) function
111 kprintf("ddp_putmsg: DDP_IOC_GET_CFG\n");
149 kprintf("unexpected message type in ddp_putmsg: %d/n",
156 } /* ddp_putmsg */
H A Dsysglue.h160 #define DDP_OUTPUT(m) ddp_putmsg(0,m)
H A Dsys_glue.c120 ddp_putmsg(gref, m); break;

Completed in 27 milliseconds