Searched refs:mopcode (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/mopd/mopprobe/
H A Dmopprobe.c126 u_char *dst, *src, mopcode, tmpc, device, ilen; local
180 mopcode = mopGetChar(pkt,&idx);
184 if (mopcode != MOP_K_CODE_SID) {
/openbsd-current/usr.sbin/mopd/mopd/
H A Dprocess.c162 u_char mopcode = MOP_K_CODE_MLD; local
204 mopPutChar(pkt, &idx, mopcode);
343 u_char pfile[129], mopcode; local
362 mopcode = mopGetChar(pkt, idx);
364 switch (mopcode) {
470 u_char mopcode; local
485 mopcode = mopGetChar(pkt, idx);
487 switch (mopcode) {
/openbsd-current/usr.sbin/mopd/common/
H A Dprint.c420 mopPrintInfo(FILE *fd, u_char *pkt, int *idx, u_short moplen, u_char mopcode, argument

Completed in 573 milliseconds