HomeSort by: relevance | last modified time | path
    Searched defs:last_client_ip (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.c 305 struct in_addr last_client_ip; local in function:main
595 memcpy(&last_client_ip, the_hostent->h_addr, sizeof(last_client_ip));
603 inet_ntoa(last_client_ip)));
613 ip_packet->ip_src = last_client_ip;
616 last_client_ip.s_addr) {
682 ((unsigned char *) &last_client_ip)[0],
683 ((unsigned char *) &last_client_ip)[1],
684 ((unsigned char *) &last_client_ip)[2],
685 ((unsigned char *) &last_client_ip)[3])
    [all...]

Completed in 12 milliseconds