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

/freebsd-12-stable/sbin/dhclient/
H A Dbpf.c349 struct sockaddr_in sato; local
351 sato.sin_addr = to;
352 sato.sin_port = htons(REMOTE_PORT);
353 sato.sin_family = AF_INET;
354 sato.sin_len = sizeof(sato);
357 msg.msg_name = (struct sockaddr *)&sato;
358 msg.msg_namelen = sizeof(sato);

Completed in 104 milliseconds