Lines Matching refs:reply
872 struct net_pkt *reply; in test_solicit_expect_request_send_reply() local
889 reply = test_dhcpv6_create_message(test_ctx.iface, in test_solicit_expect_request_send_reply()
892 zassert_not_null(reply, "Failed to create pkt"); in test_solicit_expect_request_send_reply()
894 result = net_ipv6_input(reply, false); in test_solicit_expect_request_send_reply()
913 struct net_pkt *reply; in test_solicit_expect_solicit_send_advertise() local
934 reply = test_dhcpv6_create_message(test_ctx.iface, in test_solicit_expect_solicit_send_advertise()
937 zassert_not_null(reply, "Failed to create pkt"); in test_solicit_expect_solicit_send_advertise()
939 result = net_ipv6_input(reply, false); in test_solicit_expect_solicit_send_advertise()
984 struct net_pkt *reply; in expect_request_send_reply() local
991 reply = test_dhcpv6_create_message(test_ctx.iface, in expect_request_send_reply()
994 zassert_not_null(reply, "Failed to create pkt"); in expect_request_send_reply()
996 result = net_ipv6_input(reply, false); in expect_request_send_reply()
1004 struct net_pkt *reply; in expect_solicit_send_advertise() local
1011 reply = test_dhcpv6_create_message(test_ctx.iface, in expect_solicit_send_advertise()
1014 zassert_not_null(reply, "Failed to create pkt"); in expect_solicit_send_advertise()
1016 result = net_ipv6_input(reply, false); in expect_solicit_send_advertise()
1039 struct net_pkt *reply; in test_confirm_expect_confirm_send_reply() local
1056 reply = test_dhcpv6_create_message(test_ctx.iface, in test_confirm_expect_confirm_send_reply()
1059 zassert_not_null(reply, "Failed to create pkt"); in test_confirm_expect_confirm_send_reply()
1061 result = net_ipv6_input(reply, false); in test_confirm_expect_confirm_send_reply()
1107 struct net_pkt *reply; in test_rebind_expect_rebind_send_reply() local
1125 reply = test_dhcpv6_create_message(test_ctx.iface, in test_rebind_expect_rebind_send_reply()
1128 zassert_not_null(reply, "Failed to create pkt"); in test_rebind_expect_rebind_send_reply()
1130 result = net_ipv6_input(reply, false); in test_rebind_expect_rebind_send_reply()
1180 struct net_pkt *reply; in test_renew_expect_renew_send_reply() local
1199 reply = test_dhcpv6_create_message(test_ctx.iface, in test_renew_expect_renew_send_reply()
1202 zassert_not_null(reply, "Failed to create pkt"); in test_renew_expect_renew_send_reply()
1204 result = net_ipv6_input(reply, false); in test_renew_expect_renew_send_reply()