X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=portmap%2Fportmap.x;h=abe31b986855c6253de1f744640e486bfa7be8e2;hb=f3684c0857e5616ecd4031450177ca648a346f6b;hp=6f4bc39f8f2fa2f87c52c49a17858c058d1d0edd;hpb=d5f7880641c979b986f6c4d7b6502bd7e768a9ea;p=deb_libnfs.git diff --git a/portmap/portmap.x b/portmap/portmap.x index 6f4bc39..abe31b9 100644 --- a/portmap/portmap.x +++ b/portmap/portmap.x @@ -1,5 +1,6 @@ /* * From RFC1833 + * and http://tools.ietf.org/html/draft-ietf-oncrpc-rpcbind-00 */ const PMAP_PORT = 111; /* portmapper port number */ @@ -67,6 +68,10 @@ struct pmap3_call_result { struct pmap3_netbuf { unsigned int maxlen; + /* This pretty much contains a sockaddr_storage. + * Beware differences in endianess for ss_family + * and whether or not ss_len exists. + */ opaque buf<>; };