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

  /src/usr.sbin/rpc.bootparamd/
test.c 87 bp.client_address.address_type = IP_ADDR_TYPE;
88 bp.client_address.bp_address_u.ip_addr.net = (addr >> 24) & 0xff;
89 bp.client_address.bp_address_u.ip_addr.host = (addr >> 16) & 0xff;
90 bp.client_address.bp_address_u.ip_addr.lh = (addr >> 8) & 0xff;
91 bp.client_address.bp_address_u.ip_addr.impno = (addr >> 0) & 0xff;
bootparamd.c 163 255 & whoami->client_address.bp_address_u.ip_addr.net,
164 255 & whoami->client_address.bp_address_u.ip_addr.host,
165 255 & whoami->client_address.bp_address_u.ip_addr.lh,
166 255 & whoami->client_address.bp_address_u.ip_addr.impno);
169 255 & whoami->client_address.bp_address_u.ip_addr.net,
170 255 & whoami->client_address.bp_address_u.ip_addr.host,
171 255 & whoami->client_address.bp_address_u.ip_addr.lh,
172 255 & whoami->client_address.bp_address_u.ip_addr.impno);
175 (char *) &whoami->client_address.bp_address_u.ip_addr,
  /src/lib/librpcsvc/
bootparam_prot.x 77 bp_address client_address;
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 186 def finish_request(self, request, client_address):
190 HTTPServer.finish_request(self, request, client_address)
192 def handle_error(self, request, client_address):
199 HTTPServer.handle_error(self, request, client_address)
660 self.client_address[0] != '127.0.0.1'):

Completed in 73 milliseconds