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

/freebsd-10.0-release/sbin/dhclient/
H A Dbpf.c347 struct sockaddr_in sato; local
349 sato.sin_addr = to;
350 sato.sin_port = htons(REMOTE_PORT);
351 sato.sin_family = AF_INET;
352 sato.sin_len = sizeof(sato);
355 msg.msg_name = (struct sockaddr *)&sato;
356 msg.msg_namelen = sizeof(sato);

Completed in 159 milliseconds