Searched refs:atp_pidM (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_open.c70 int atp_pidM[256]; variable
120 bzero(atp_pidM, sizeof(atp_pidM));
272 pid = (pid_t)atp_pidM[socket];
273 atp_pidM[socket] = 0;
H A Dddp.c101 extern int *atp_pidM;
444 && (atp_pidM[socket] == pid))
H A Datp_write.c79 extern int atp_pidM[];
890 atp_pidM[sVal] = atp->atp_pid;
H A Dasp_proto.c94 extern int atp_pidM[];
450 atp_pidM[sock_num] = 0;

Completed in 25 milliseconds