Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Ddovend.c67 insert_u_long(htonl(hp->time_offset), &vp); /* -4 bytes */ in dovend_rfc1497()
78 insert_u_long(hp->swap_server.s_addr, &vp); /* -4 bytes */ in dovend_rfc1497()
287 insert_u_long(addrptr->s_addr, dest); in insert_ip()
361 insert_u_long(u_int32 value, byte **dest) in insert_u_long() function
H A Ddovend.h5 extern void insert_u_long(u_int32, u_char **);
H A Dbootpd.c1308 insert_u_long(hp->subnet_mask.s_addr, &vp); /* -4 bytes */ in dovend_rfc1048()