Searched refs:insert_ip (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | dovend.c | 111 if (insert_ip(TAG_DOMAIN_SERVER, in dovend_rfc1497() 133 if (insert_ip(TAG_NIS_SERVER, in dovend_rfc1497() 153 if (insert_ip(TAG_NAME_SERVER, in dovend_rfc1497() 159 if (insert_ip(TAG_RLP_SERVER, in dovend_rfc1497() 166 if (insert_ip(TAG_TIME_SERVER, in dovend_rfc1497() 173 if (insert_ip(TAG_NTP_SERVER, in dovend_rfc1497() 223 if (insert_ip(TAG_LPR_SERVER, in dovend_rfc1497() 229 if (insert_ip(TAG_COOKIE_SERVER, in dovend_rfc1497() 235 if (insert_ip(TAG_LOG_SERVER, in dovend_rfc1497() 270 insert_ip(byte tag, struct in_addr_list *iplist, byte **dest, int *bytesleft) in insert_ip() function
|
H A D | dovend.h | 4 extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
|
H A D | bootpd.c | 1311 (void) insert_ip(TAG_GATEWAY, in dovend_rfc1048()
|