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

/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c102 struct sockaddr_in sin_client; /* for bind and listen */ variable in typeref:struct:sockaddr_in
286 sin_client.sin_family = AF_INET;
287 sin_client.sin_port = htons(bootpc_port);
288 sin_client.sin_addr.s_addr = INADDR_ANY;
293 if (bind(s, (struct sockaddr *) &sin_client, sizeof(sin_client)) < 0) {

Completed in 115 milliseconds