Lines Matching +full:layer +full:- +full:buffer +full:- +full:offset
48 If a link-layer address or UNIX-domain address is passed to
54 will be set to the empty string if non-NULL;
57 For a link-layer address,
75 link-layer,
76 or UNIX-domain respectively
89 .Va sa->sa_len
93 .Va sa->sa_len
126 .Bl -tag -width "NI_NUMERICSCOPEXX"
137 a non-zero error code is returned.
152 This is required for the few ports (512\-514) that have different services
161 IPv6 link-local address will appear as a string like
175 .Bd -literal -offset indent
179 if (getnameinfo(sa, sa->sa_len, hbuf, sizeof(hbuf), sbuf,
188 .Bd -literal -offset indent
192 if (getnameinfo(sa, sa->sa_len, hbuf, sizeof(hbuf), NULL, 0,
244 .St -p1003.1-2004
254 is a result of binary to numeric-text translation (like
258 .Bd -literal -offset indent
259 1.0.0.127.in-addr.arpa. IN PTR 10.1.1.1
277 .Bd -literal -offset indent
294 return -1;
309 .\"suggests, to avoid buffer length handling mistakes.