Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Dconvert.c104 putUShort(unsigned char *obuf, unsigned int val) in putUShort() function
H A Ddhcpd.h351 void putUShort(unsigned char *, unsigned int);
H A Dparse.c423 putUShort(buf, (u_int16_t)val); in convert_num()