HomeSort by: relevance | last modified time | path
    Searched defs:mopcode (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mopd/mopprobe/
mopprobe.c 96 u_char *dst, *src, *p, mopcode, tmpc, ilen; local in function:mopProcess
135 mopcode = mopGetChar(p,&idx);
139 if (mopcode != MOP_K_CODE_SID) {
  /src/usr.sbin/mopd/mopd/
process.c 173 u_char mopcode = MOP_K_CODE_ASV; local in function:mopSendASV
179 mopPutChar(pkt,&idx,mopcode);
214 u_char mopcode = MOP_K_CODE_MLD; local in function:mopStartLoad
275 mopPutChar (pkt, &idx, mopcode);
319 u_char mopcode; local in function:mopNextLoad
363 mopcode = MOP_K_CODE_MLD;
365 mopPutChar (pkt,&idx, mopcode);
382 mopcode = MOP_K_CODE_PLT;
383 mopPutChar (pkt, &idx, mopcode);
432 u_char pfile[129], mopcode; local in function:mopProcessDL
569 u_char mopcode; local in function:mopProcessRC
    [all...]

Completed in 11 milliseconds