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

  /src/usr.sbin/mopd/mopd/
process.c 49 struct dllist dllist[MAXDL]; /* dump/load list */ variable in typeref:struct:dllist[]
56 void mopProcessInfo(const u_char *, int *, u_short, struct dllist *, int);
58 void mopStartLoad(const u_char *, const u_char *, struct dllist *, int);
61 mopProcessInfo(const u_char *pkt, int *idx, u_short moplen, struct dllist *dl_rpr,
207 mopStartLoad(const u_char *dst, const u_char *src, struct dllist *dl_rpr,
216 struct dllist *dle;
222 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
233 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
251 dllist[slot] = *dl_rpr
    [all...]
  /src/usr.sbin/mopd/common/
common.h 75 struct dllist { struct

Completed in 43 milliseconds