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

  /src/usr.sbin/mopd/common/
put.c 37 mopPutChar(u_char *pkt, int *idx, u_char value)
90 mopPutChar (pkt,idx,10);
91 mopPutChar (pkt,idx,(timenow->tm_year / 100) + 19);
92 mopPutChar (pkt,idx,(timenow->tm_year % 100));
93 mopPutChar (pkt,idx,(timenow->tm_mon + 1));
94 mopPutChar (pkt,idx,(timenow->tm_mday));
95 mopPutChar (pkt,idx,(timenow->tm_hour));
96 mopPutChar (pkt,idx,(timenow->tm_min));
97 mopPutChar (pkt,idx,(timenow->tm_sec));
98 mopPutChar (pkt,idx,0x00)
    [all...]
put.h 34 void mopPutChar(u_char *, int *, u_char);
  /src/usr.sbin/mopd/mopd/
process.c 179 mopPutChar(pkt,&idx,mopcode);
275 mopPutChar (pkt, &idx, mopcode);
277 mopPutChar (pkt, &idx, dle->count);
365 mopPutChar (pkt,&idx, mopcode);
366 mopPutChar (pkt,&idx, dle->count);
383 mopPutChar (pkt, &idx, mopcode);
384 mopPutChar (pkt, &idx, dle->count);
385 mopPutChar (pkt, &idx, MOP_K_PLTP_HSN);
386 mopPutChar (pkt, &idx, 3);
388 mopPutChar (pkt, &idx, MOP_K_PLTP_HSA)
    [all...]

Completed in 13 milliseconds