HomeSort by: relevance | last modified time | path
    Searched refs:myipaddr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/am-utils/dist/wire-test/
wire-test.c 56 struct in_addr myipaddr; /* (An) IP address of this host */ local
79 amu_get_myaddress(&myipaddr, NULL);
80 fprintf(stderr, "My IP address is 0x%x.\n", (unsigned int) htonl(myipaddr.s_addr));
  /src/external/bsd/am-utils/dist/amd/
amd.c 69 struct in_addr myipaddr; /* (An) IP address of this host */ variable in typeref:struct:in_addr
519 amu_get_myaddress(&myipaddr, gopt.localhost_address);
520 plog(XLOG_INFO, "My ip addr is %s", inet_ntoa(myipaddr));
nfs_prot_svc.c 135 if (sinp && (sinp->sin_addr.s_addr != myipaddr.s_addr)) {
146 inet_dquad(dq2, sizeof(dq2), myipaddr.s_addr));
autil.c 551 sin.sin_addr = myipaddr;
  /src/external/bsd/am-utils/dist/include/
am_utils.h 270 extern struct in_addr myipaddr; /* (An) IP address of this host */

Completed in 62 milliseconds