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

/systemd/src/libsystemd-network/
H A Dtest-dhcp6-client.c45 static int test_dhcp_fd[2]; variable
400 assert_se(write(test_dhcp_fd[1], msg_reply, sizeof(msg_reply))
502 assert_se(write(test_dhcp_fd[1], msg_advertise, sizeof(msg_advertise))
662 assert_se(s == test_dhcp_fd[0]);
695 if (socketpair(AF_UNIX, SOCK_STREAM, 0, test_dhcp_fd) < 0)
698 return test_dhcp_fd[0];
743 test_dhcp_fd[1] = safe_close(test_dhcp_fd[1]);

Completed in 302 milliseconds