Searched refs:iasubopt_allocate (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/server/tests/
H A Dmdb6_unittest.c64 if (iasubopt_allocate(&iaaddr, MDL) != ISC_R_SUCCESS) {
65 atf_tc_fail("ERROR: iasubopt_allocate() %s:%d", MDL);
111 if (iasubopt_allocate(NULL, MDL) != DHCP_R_INVALIDARG) {
112 atf_tc_fail("ERROR: iasubopt_allocate() %s:%d", MDL);
115 if (iasubopt_allocate(&iaaddr, MDL) != DHCP_R_INVALIDARG) {
116 atf_tc_fail("ERROR: iasubopt_allocate() %s:%d", MDL);
121 if (iasubopt_allocate(&iaaddr, MDL) != ISC_R_SUCCESS) {
122 atf_tc_fail("ERROR: iasubopt_allocate() %s:%d", MDL);
193 if (iasubopt_allocate(&iaaddr, MDL) != ISC_R_SUCCESS) {
194 atf_tc_fail("ERROR: iasubopt_allocate()
[all...]
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dmdb6.c206 iasubopt_allocate(struct iasubopt **iasubopt, const char *file, int line) { function
1132 result = iasubopt_allocate(&iaaddr, MDL);
1233 result = iasubopt_allocate(&iaaddr, MDL);
1929 result = iasubopt_allocate(&iapref, MDL);
1979 result = iasubopt_allocate(&dummy_iasubopt, MDL);
H A Dconfpars.c5081 if (iasubopt_allocate(&iaaddr, MDL) != ISC_R_SUCCESS) {
5529 if (iasubopt_allocate(&iaaddr, MDL) != ISC_R_SUCCESS) {
5967 if (iasubopt_allocate(&iapref, MDL) != ISC_R_SUCCESS) {
H A Ddhcpv6.c1265 result = iasubopt_allocate(addr, MDL);
1498 result = iasubopt_allocate(pref, MDL);
3431 if (iasubopt_allocate(&reply->lease, MDL) != ISC_R_SUCCESS)
8607 if (iasubopt_allocate(&iasub, MDL) != ISC_R_SUCCESS) {
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3789 isc_result_t iasubopt_allocate(struct iasubopt **iasubopt,

Completed in 184 milliseconds