Searched refs:mopGetShort (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/usr.sbin/mopd/common/ |
| D | rc.c | 65 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 72 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 142 tmps = mopGetShort(pkt,&idx); /* Receipt # */ in mopDumpRC() 150 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 156 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 159 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 189 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 192 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 202 tmps = mopGetShort(pkt,&idx); in mopDumpRC() 205 tmps = mopGetShort(pkt,&idx); in mopDumpRC() [all …]
|
| D | print.c | 455 itype = mopGetShort(pkt,idx); in mopPrintInfo() 472 tmps = mopGetShort(pkt,idx); in mopPrintInfo() 491 tmps = mopGetShort(pkt,idx); in mopPrintInfo() 496 tmps = mopGetShort(pkt,idx); in mopPrintInfo() 501 tmps = mopGetShort(pkt,idx); in mopPrintInfo() 594 tmps = mopGetShort(pkt,idx); in mopPrintInfo() 629 tmps = mopGetShort(pkt,idx); in mopPrintInfo() 679 itype = mopGetShort(pkt,idx); in mopPrintInfo()
|
| D | get.h | 35 u_short mopGetShort(const u_char *, int *);
|
| D | get.c | 51 mopGetShort(const u_char *pkt, int *idx) in mopGetShort() function
|
| D | dl.c | 152 tmps = mopGetShort(pkt,&idx); /* Count */ in mopDumpDL()
|
| /netbsd/src/usr.sbin/mopd/mopprobe/ |
| D | mopprobe.c | 133 moplen = mopGetShort(pkt,&idx); in mopProcess() 144 (void)mopGetShort(pkt,&idx); /* Receipt # */ in mopProcess() 146 itype = mopGetShort(pkt,&idx); in mopProcess() 225 itype = mopGetShort(pkt,&idx); in mopProcess()
|
| /netbsd/src/usr.sbin/mopd/mopd/ |
| D | process.c | 79 itype = mopGetShort(pkt,idx); in mopProcessInfo() 94 tmps = mopGetShort(pkt,idx); in mopProcessInfo() 100 tmps = mopGetShort(pkt,idx); in mopProcessInfo() 103 tmps = mopGetShort(pkt,idx); in mopProcessInfo() 106 tmps = mopGetShort(pkt,idx); in mopProcessInfo() 128 tmps = mopGetShort(pkt,idx); in mopProcessInfo() 148 tmps = mopGetShort(pkt,idx); in mopProcessInfo() 163 itype = mopGetShort(pkt,idx); in mopProcessInfo() 601 (void)mopGetShort(pkt,idx); /* Receipt # */ in mopProcessRC()
|