Searched refs:ddp_handler (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.c101 } ddp_handler[];
177 if (ddp_handler[ddpsock].func)
H A Dddp.c112 } ddp_handler[256]; variable in typeref:struct:__anon349
116 bzero(ddp_handler, sizeof(ddp_handler));
123 ddp_handler[ddp_socket].func = input_func;
1015 if (ddp_handler[socket].func) {
1018 (u_int) socket, ddp_handler[socket].func));
1022 (*ddp_handler[socket].func)(mp, ifID);

Completed in 74 milliseconds