#include "dhcpd.h"
#include <omapip/omapip_p.h>
Go to the source code of this file.
Functions | |
u_int32_t | getULong (unsigned char *buf) const |
int32_t | getLong (unsigned char *buf) const |
u_int32_t | getUShort (unsigned char *buf) const |
int32_t | getShort (unsigned char *buf) const |
void | putULong (unsigned char *obuf, u_int32_t val) |
void | putLong (unsigned char *obuf, int32_t val) |
void | putUShort (unsigned char *obuf, u_int32_t val) |
void | putShort (unsigned char *obuf, int32_t val) |
void | putUChar (unsigned char *obuf, u_int32_t val) |
u_int32_t | getUChar (unsigned char *obuf) const |
int | converted_length (unsigned char *buf, unsigned int base, unsigned int width) const |
int | binary_to_ascii (unsigned char *outbuf, const unsigned char *inbuf, unsigned int base, unsigned int width) |