HomeSort by: relevance | last modified time | path
    Searched refs:mopGetChar (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/mopd/common/
dl.c 58 code = mopGetChar(pkt,&idx);
63 tmpc = mopGetChar(pkt,&idx); /* Load Number */
86 mopGetChar(pkt,&idx));
109 tmpc = mopGetChar(pkt,&idx); /* Load Number */
129 mopGetChar(pkt,&idx));
158 tmpc = mopGetChar(pkt,&idx); /* Device Type */
162 tmpc = mopGetChar(pkt,&idx); /* Format Version */
165 tmpc = mopGetChar(pkt,&idx); /* Program Type */
170 tmpc = mopGetChar(pkt,&idx); /* Software ID Len */
172 program[i] = mopGetChar(pkt,&idx)
    [all...]
get.h 34 u_char mopGetChar(const u_char *, int *);
rc.c 57 code = mopGetChar(pkt,&idx);
62 tmpc = mopGetChar(pkt,&idx);
79 tmpc = mopGetChar(pkt,&idx); /* Processor */
83 control = mopGetChar(pkt,&idx); /* Control */
102 tmpc = mopGetChar(pkt,&idx);/* Device ID */
107 mopGetChar(pkt,&idx));
112 tmpc = mopGetChar(pkt,&idx); /* Software ID */
129 mopGetChar(pkt,&idx));
139 tmpc = mopGetChar(pkt,&idx); /* Reserved */
238 tmpc = mopGetChar(pkt,&idx)
    [all...]
print.c 107 code = mopGetChar(pkt, &idx);
316 code = mopGetChar(pkt, &idx);
458 ilen = mopGetChar(pkt,idx);
461 tmpc = mopGetChar(pkt,idx);
465 uc1 = mopGetChar(pkt,idx);
466 uc2 = mopGetChar(pkt,idx);
467 uc3 = mopGetChar(pkt,idx);
518 device = mopGetChar(pkt,idx);
524 tmpc = mopGetChar(pkt,idx);
541 mopGetChar(pkt,idx))
    [all...]
get.c 41 mopGetChar(const u_char *pkt, int *idx)
  /src/usr.sbin/mopd/mopprobe/
mopprobe.c 135 mopcode = mopGetChar(p,&idx);
143 tmpc = mopGetChar(pkt,&idx); /* Reserved */
149 ilen = mopGetChar(pkt,&idx);
152 tmpc = mopGetChar(pkt,&idx);
180 (void)mopGetChar(pkt, &idx);
183 tmpc = mopGetChar(pkt,&idx);
  /src/usr.sbin/mopd/mopd/
process.c 82 ilen = mopGetChar(pkt,idx);
85 tmpc = mopGetChar(pkt,idx);
89 (void)mopGetChar(pkt,idx);
90 (void)mopGetChar(pkt,idx);
91 (void)mopGetChar(pkt,idx);
115 device = mopGetChar(pkt,idx);
118 tmpc = mopGetChar(pkt,idx);
122 tmpc = mopGetChar(pkt,idx);
125 tmpc = mopGetChar(pkt,idx);
453 mopcode = mopGetChar(pkt,idx)
    [all...]

Completed in 41 milliseconds