Changeset 17392 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Mar 5, 2009 11:20:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r17391 r17392 521 521 #endif 522 522 #ifdef VBOX_WITH_MULTI_DNS 523 int slirp_init_dns_list(PNATState pData)523 static int slirp_init_dns_list(PNATState pData) 524 524 { 525 525 LIST_INIT(&pData->dns_list_head); 526 526 return get_dns_addr_domain(pData, true, NULL, &pData->pszDomain); 527 527 } 528 void slirp_release_dns_list(PNATState pData)528 static void slirp_release_dns_list(PNATState pData) 529 529 { 530 530 struct dns_entry *de = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.