Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c254 static void verify_dhcpv6_header(struct net_if *iface, struct net_pkt *pkt, in verify_dhcpv6_header() function
437 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_SOLICIT); in verify_solicit_message()
468 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_REQUEST); in verify_request_message()
500 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_CONFIRM); in verify_confirm_message()
529 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_RENEW); in verify_renew_message()
561 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_REBIND); in verify_rebind_message()
874 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_REQUEST); in test_solicit_expect_request_send_reply()
915 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_SOLICIT); in test_solicit_expect_solicit_send_advertise()
985 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_REQUEST); in expect_request_send_reply()
1005 verify_dhcpv6_header(iface, pkt, DHCPV6_MSG_TYPE_SOLICIT); in expect_solicit_send_advertise()
[all …]