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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dnetboot.h46 boolean_t netboot_rootpath(struct in_addr * server_ip,
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Ddhcp_thread.h51 struct in_addr server_ip; member in struct:saved_pkt
H A Ddhcp.c181 get_server_identifier(dhcpol_t * options, struct in_addr * server_ip) argument
189 *server_ip = *ipaddr_p;
475 dhcp_msgtype_t * msgtype_p, struct in_addr * server_ip,
501 *server_ip = pkt->data->dp_siaddr;
505 server_ip->s_addr = 0;
506 (void)get_server_identifier(&pkt->options, server_ip);
782 struct in_addr server_ip; local
785 &server_ip, &is_dhcp) == FALSE) {
823 inform->saved.server_ip = server_ip;
474 verify_packet(bootp_receive_data_t * pkt, u_int32_t xid, interface_t * if_p, dhcp_msgtype_t * msgtype_p, struct in_addr * server_ip, boolean_t * is_dhcp) argument
2239 struct in_addr server_ip; local
2339 struct in_addr server_ip = G_ip_broadcast; local
2508 struct in_addr server_ip; local
2735 struct in_addr server_ip = { 0 }; local
3672 struct in_addr server_ip; local
[all...]
H A Dipconfigd_threads.h167 netboot_addresses(struct in_addr * ip, struct in_addr * server_ip);
H A Dipconfigd.c2165 netboot_addresses(struct in_addr * ip, struct in_addr * server_ip) argument
2169 if (server_ip)
2170 *server_ip = S_netboot_server_ip;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c104 struct in_addr server_ip; member in struct:netboot_info
357 struct in_addr server_ip; local
359 if (parse_image_path(root_path, &server_ip, &server_name,
362 info->server_ip = server_ip;
456 netboot_rootpath(struct in_addr * server_ip, argument
476 *server_ip = S_netboot_info_p->server_ip;
703 error = host_route_delete(S_netboot_info_p->server_ip,
708 IP_LIST(&S_netboot_info_p->server_ip), erro
[all...]
/macosx-10.10/bootp-298/bootplib/
H A Dnbimages.c558 struct in_addr server_ip; local
839 else if (parse_nfs_path(tmp, &server_ip, &mount_point,
843 inet_ntoa(server_ip), mount_point,
848 inet_ntoa(server_ip), mount_point);
876 else if (parse_http_path(tmp, &server_ip, &server_username,
884 inet_ntoa(server_ip),
890 inet_ntoa(server_ip),
897 inet_ntoa(server_ip), server_port,
902 inet_ntoa(server_ip), image_file);
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c174 struct in_addr server_ip; member in struct:BSDPClient_s::__anon6905
328 BSDPClientProcessList(BSDPClientRef client, struct in_addr server_ip,
727 struct in_addr server_ip; local
791 if (opt == NULL || opt_len != sizeof(server_ip)) {
794 server_ip = *((struct in_addr *)opt);
816 BSDPClientProcessList(client, server_ip,
1158 BSDPClientProcessList(BSDPClientRef client, struct in_addr server_ip, argument
1198 cf_server_ip = CFStringCreateWithCString(NULL, inet_ntoa(server_ip),
1484 &client->callback.server_ip) != dhcpoa_success_e) {
1572 (void)my_CFStringToIPAddress(ServerAddress, &client->callback.server_ip);
[all...]
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbsdpd.c834 image_server_ip(NBImageEntryRef image_entry, struct in_addr server_ip) argument
837 server_ip = image_entry->load_balance_ip;
839 return (server_ip);
873 X_netboot(NBImageEntryRef image_entry, struct in_addr server_ip, argument
889 inet_ntoa(image_server_ip(image_entry, server_ip)),
902 inet_ntoa(image_server_ip(image_entry, server_ip)),
946 afp_user, passwd, inet_ntoa(server_ip), vol->name);
998 char * idstr, struct in_addr server_ip,
1069 server_ip, host_number,
1076 if (X_netboot(image_entry, server_ip, hostnam
996 S_client_update(struct in_addr * client_ip_p, const char * arch, PLCacheEntry_t * entry, struct dhcp * reply, char * idstr, struct in_addr server_ip, NBImageEntryRef image_entry, dhcpoa_t * options, dhcpoa_t * bsdp_options, struct timeval * time_in_p) argument
1116 S_client_create(struct in_addr client_ip, struct dhcp * reply, char * idstr, const char * arch, const char * sysid, struct in_addr server_ip, NBImageEntryRef image_entry, dhcpoa_t * options, dhcpoa_t * bsdp_options, struct timeval * time_in_p) argument
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim2203 \ 'iis_add_server(': 'string path, string comment, string server_ip, int port, string host_name, int rights, int start_server | int',
2435 \ 'ircg_pconnect(': 'string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings [, bool bailout_on_trivial]]]]]] | resource',

Completed in 168 milliseconds