OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sin_client
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/bootp/bootptest/
bootptest.c
101
struct sockaddr_in
sin_client
; /* for bind and listen */
variable in typeref:struct:sockaddr_in
282
sin_client
.sin_family = AF_INET;
283
sin_client
.sin_port = htons(bootpc_port);
284
sin_client
.sin_addr.s_addr = INADDR_ANY;
289
if (bind(s, (struct sockaddr *) &
sin_client
, sizeof(
sin_client
)) < 0) {
bootptest.c
101
struct sockaddr_in
sin_client
; /* for bind and listen */
variable in typeref:struct:sockaddr_in
282
sin_client
.sin_family = AF_INET;
283
sin_client
.sin_port = htons(bootpc_port);
284
sin_client
.sin_addr.s_addr = INADDR_ANY;
289
if (bind(s, (struct sockaddr *) &
sin_client
, sizeof(
sin_client
)) < 0) {
bootptest.c
101
struct sockaddr_in
sin_client
; /* for bind and listen */
variable in typeref:struct:sockaddr_in
282
sin_client
.sin_family = AF_INET;
283
sin_client
.sin_port = htons(bootpc_port);
284
sin_client
.sin_addr.s_addr = INADDR_ANY;
289
if (bind(s, (struct sockaddr *) &
sin_client
, sizeof(
sin_client
)) < 0) {
Completed in 37 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025