Searched refs:mopcode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/mopd/mopd/ |
H A D | process.c | 173 u_char mopcode = MOP_K_CODE_ASV; in mopSendASV() local 179 mopPutChar(pkt,&idx,mopcode); in mopSendASV() 214 u_char mopcode = MOP_K_CODE_MLD; in mopStartLoad() local 275 mopPutChar (pkt, &idx, mopcode); in mopStartLoad() 319 u_char mopcode; in mopNextLoad() local 363 mopcode = MOP_K_CODE_MLD; in mopNextLoad() 365 mopPutChar (pkt,&idx, mopcode); in mopNextLoad() 382 mopcode = MOP_K_CODE_PLT; in mopNextLoad() 383 mopPutChar (pkt, &idx, mopcode); in mopNextLoad() 432 u_char pfile[129], mopcode; in mopProcessDL() local [all …]
|
/netbsd-src/usr.sbin/mopd/mopprobe/ |
H A D | mopprobe.c | 130 u_char *dst, *src, *p, mopcode, tmpc, ilen; in mopProcess() local 171 mopcode = mopGetChar(p,&idx); in mopProcess() 175 if (mopcode != MOP_K_CODE_SID) { in mopProcess()
|
/netbsd-src/usr.sbin/mopd/common/ |
H A D | print.c | 436 u_short moplen, u_char mopcode, int trans) in mopPrintInfo() argument
|