Searched refs:ddns_cb_free (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/common/
H A Ddns.c586 ddns_cb_free(dhcp_ddns_cb_t *ddns_cb, const char *file, int line) function
2519 ddns_cb_free(ddns_cb->next_op, MDL);
2521 ddns_cb_free(ddns_cb, MDL);
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dddns.c66 * ddns_cb_free() is part of common lib, while ia_* routines are known
67 * only in the server. Use this wrapper instead of ddns_cb_free() directly.
79 ddns_cb_free(ddns_cb, file, line);
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3223 void ddns_cb_free (dhcp_ddns_cb_t *ddns_cb, const char *file, int line);
/netbsd-current/external/mpl/dhcp/dist/client/
H A Ddhclient.c5706 /* Wrapper function around common ddns_cb_free function that ensures
5716 ddns_cb_free(ddns_cb, file, line);

Completed in 144 milliseconds