Skip to Content
Palm OS Network Programming
book

Palm OS Network Programming

by Greg Winton
September 2001
Intermediate to advanced
400 pages
11h 23m
English
O'Reilly Media, Inc.
Content preview from Palm OS Network Programming

Service Resolution

Once your application finds the remote host, it still must locate the particular service it wants to access on that host. Email, file transfer, and web sites are all services. For the ease of users, these services are given well-known names such as “smtp,” “ftp,” or “http.” For the ease of computers, these services are assigned a 16-bit integer port number.

Service resolution provides the mapping between well-known service names and their respective port number. The Palm OS Net Library supports service resolution only as far as retrieving the service information by name. It does not support retrieving this information by port number, which is supported by many other sockets implementations.

NetServInfoType

Service information is returned in the NetServInfoType structure. This structure corresponds to the Berkeley Sockets’ servent structure.

typedef struct {
   Char*    nameP;
   Char**   nameAliasesP;
   UInt16   port;
   Char*    protoP;
   } NetServInfoType, *NetServInfoPtr;

The attributes of this structure are described in Table 7-7.

Table 7-7. Attributes of the NetServInfoType structure

Attribute

Size

Purpose

nameP

2

Points to `C’ string containing official service name.

nameAliasesP

2

Points to NULL-terminated array of pointers, and to `C’ strings containing alternate service names.

port

2

Port number assigned to the service.

protoP

2

Name of the transport protocol over which the service runs.

Total Size

8

Figure 7-3 shows the arrangement of this structure in ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Palm OS Programming, 2nd Edition

Palm OS Programming, 2nd Edition

Julie McKeehan, Neil Rhodes
Leo Laporte’s Guide to Safe Computing

Leo Laporte’s Guide to Safe Computing

Leo Laporte, Mark Edward Soper, Andy Walker
Office 2003 XML

Office 2003 XML

Simon St. Laurent, Mary McRae, Evan Lenz

Publisher Resources

ISBN: 0596000057Catalog PageErrata