Home
last modified time | relevance | path

Searched refs:putLong (Results 1 – 3 of 3) sorted by relevance

/src/sbin/dhclient/
H A Dconvert.c96 putLong(unsigned char *obuf, int32_t val) in putLong() function
H A Ddhcpd.h350 void putLong(unsigned char *, int32_t);
H A Dparse.c411 putLong(buf, -(unsigned long)val); in convert_num()