Generic functions for system database functions
From Forum Nokia Wiki
Following are the generic functions for system database functions in Open C:
- gethostbyaddr -- Gets network host entry
- gethostbyname -- Gets network host entry
- getprotobyname -- Gets protocol entry
- getprotobynumber -- Gets protocol entry
- endservent -- Closes the file.
- getservbyname -- Gets service entry
- getservbyport -- Gets service entry
- getservent -- Gets service entry
- setservent -- Gets service entry
While using the above functions in your Open C application, link it with libc.lib and include netdb.h.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| panic : USER 42 | Zefa | General Symbian C++ | 3 | 2007-01-05 09:54 |
| API design with leaving functions | LavanyaSpm | General Symbian C++ | 4 | 2008-10-22 08:45 |
| IP selection dialog | Kalderas | Symbian User Interface | 3 | 2004-04-27 08:33 |
| need help in modifying lookup example for series 60 mobile phones | kritysh | General Symbian C++ | 24 | 2006-10-01 12:18 |
| Program flow | Kozak17 | General Symbian C++ | 4 | 2005-01-07 09:06 |
