Searched refs:mopPutChar (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/mopd/common/ |
H A D | put.c | 37 mopPutChar(u_char *pkt, int *idx, u_char value) in mopPutChar() function 90 mopPutChar (pkt,idx,10); in mopPutTime() 91 mopPutChar (pkt,idx,(timenow->tm_year / 100) + 19); in mopPutTime() 92 mopPutChar (pkt,idx,(timenow->tm_year % 100)); in mopPutTime() 93 mopPutChar (pkt,idx,(timenow->tm_mon + 1)); in mopPutTime() 94 mopPutChar (pkt,idx,(timenow->tm_mday)); in mopPutTime() 95 mopPutChar (pkt,idx,(timenow->tm_hour)); in mopPutTime() 96 mopPutChar (pkt,idx,(timenow->tm_min)); in mopPutTime() 97 mopPutChar (pkt,idx,(timenow->tm_sec)); in mopPutTime() 98 mopPutChar (pkt,idx,0x00); in mopPutTime() [all …]
|
H A D | put.h | 34 void mopPutChar(u_char *, int *, u_char);
|
/netbsd-src/usr.sbin/mopd/mopd/ |
H A D | process.c | 179 mopPutChar(pkt,&idx,mopcode); in mopSendASV() 275 mopPutChar (pkt, &idx, mopcode); in mopStartLoad() 277 mopPutChar (pkt, &idx, dle->count); in mopStartLoad() 365 mopPutChar (pkt,&idx, mopcode); in mopNextLoad() 366 mopPutChar (pkt,&idx, dle->count); in mopNextLoad() 383 mopPutChar (pkt, &idx, mopcode); in mopNextLoad() 384 mopPutChar (pkt, &idx, dle->count); in mopNextLoad() 385 mopPutChar (pkt, &idx, MOP_K_PLTP_HSN); in mopNextLoad() 386 mopPutChar (pkt, &idx, 3); in mopNextLoad() 388 mopPutChar (pkt, &idx, MOP_K_PLTP_HSA); in mopNextLoad() [all …]
|