/
clang
/
musl
ОбзорДокументацияВойти
/
clang
/
musl
Код
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
musl/
src/network/
..
accept.c

reduce spurious inclusion of libc.h

8 лет назад
accept4.c

accept4: don't fall back to accept if we got unknown flags

3 года назад
bind.c

cleanup socketcall syscall interface to ease porting to sane(r) archs

15 лет назад
connect.c

reduce spurious inclusion of libc.h

8 лет назад
dn_comp.c

remove or make static various unused __-prefixed symbols

8 лет назад
dn_expand.c

reduce spurious inclusion of libc.h

8 лет назад
dn_skipname.c

handle labels with 8-bit byte values in dn_skipname

7 лет назад
dns_parse.c

remove arbitrary limit from dns result parsing

3 года назад
ent.c

reduce spurious inclusion of libc.h

8 лет назад
ether.c

add stubs for additional legacy ether.h functions

13 лет назад
freeaddrinfo.c

allow freeaddrinfo of arbitrary sublists of addrinfo list

8 лет назад
gai_strerror.c

getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain

4 года назад
getaddrinfo.c

getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain

4 года назад
gethostbyaddr.c

fix return value of gethostby{name[2],addr} with no result but no error

4 года назад
gethostbyaddr_r.c

fix error cases in gethostbyaddr_r

4 года назад
gethostbyname.c

remove obsolete and unused gethostbyaddr implementation

10 лет назад
gethostbyname2.c

fix return value of gethostby{name[2],addr} with no result but no error

4 года назад
gethostbyname2_r.c

getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain

4 года назад
gethostbyname_r.c

initial check-in, version 0.5.0

16 лет назад
getifaddrs.c

getifaddr: fix typo ssl to sll

5 месяцев назад
getnameinfo.c

getnameinfo: fix calling __dns_parse with potentially too large rlen

2 года назад
getpeername.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
getservbyname.c

improve getservbyname_r using new resolver backend

12 лет назад
getservbyname_r.c

don't treat numeric port strings as servent records in getservby*()

9 лет назад
getservbyport.c

initial check-in, version 0.5.0

16 лет назад
getservbyport_r.c

getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW

3 года назад
getsockname.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
getsockopt.c

implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions

7 лет назад
h_errno.c

restore h_errno ABI compatibility with ancient binaries

6 лет назад
herror.c

fix missing newline in herror output

6 лет назад
hstrerror.c

add support for LC_TIME and LC_MESSAGES translations

12 лет назад
htonl.c

optimize ntohl etc. in terms of bswap functions

15 лет назад
htons.c

optimize ntohl etc. in terms of bswap functions

15 лет назад
if_freenameindex.c

implement if_nameindex and if_freenameindex

15 лет назад
if_indextoname.c

fix if_indextoname error case

10 лет назад
if_nameindex.c

reimplement if_nameindex and getifaddrs using netlink

12 лет назад
if_nametoindex.c

fix if_nametoindex return value when socket open fails

11 лет назад
in6addr_any.c

initial check-in, version 0.5.0

16 лет назад
in6addr_loopback.c

initial check-in, version 0.5.0

16 лет назад
inet_addr.c

overhaul internally-public declarations using wrapper headers

8 лет назад
inet_aton.c

reduce spurious inclusion of libc.h

8 лет назад
inet_legacy.c

remove cruft from old resolver and numeric ip parsing

12 лет назад
inet_ntoa.c

split inet_addr and inet_ntoa back into their own files

13 лет назад
inet_ntop.c

inet_ntop: fix the IPv6 leading zero sequence compression

2 года назад
inet_pton.c

inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addresses

4 года назад
listen.c

cleanup socketcall syscall interface to ease porting to sane(r) archs

15 лет назад
lookup.h

prevent CNAME/PTR parsing from reading data past the response end

3 года назад
lookup_ipliteral.c

getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain

4 года назад
lookup_name.c

dns stub resolver: increase buffer size to handle chained CNAMEs

3 года назад
lookup_serv.c

reduce spurious inclusion of libc.h

8 лет назад
netlink.c

reimplement if_nameindex and getifaddrs using netlink

12 лет назад
netlink.h

fix incorrect parameter name in internal netlink.h RTA_OK macro

4 года назад
netname.c

"implement" getnetbyaddr and getnetbyname

15 лет назад
ns_parse.c

fix negated return value of ns_skiprr, breakage in related functions

11 лет назад
ntohl.c

optimize ntohl etc. in terms of bswap functions

15 лет назад
ntohs.c

optimize ntohl etc. in terms of bswap functions

15 лет назад
proto.c

fix incorrect protocol name and number for egp

10 лет назад
recv.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
recvfrom.c

reduce spurious inclusion of libc.h

8 лет назад
recvmmsg.c

hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels

7 лет назад
recvmsg.c

hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels

7 лет назад
res_init.c

implement new dns backend, res_send and other legacy resolver functions

12 лет назад
res_mkquery.c

res_mkquery: error out on consecutive final dots in name

4 года назад
res_msend.c

dns: fix nameserver OOB read in IPv6-disabled fallback

5 месяцев назад
res_query.c

report res_query failures, including nxdomain/nodata, via h_errno

6 лет назад
res_querydomain.c

accept trailing . and empty domain names

12 лет назад
res_send.c

res_send: use a temp buffer if caller's buffer is under 512 bytes

4 года назад
res_state.c

add _res (__res_state()) dummy

15 лет назад
resolvconf.c

reduce spurious inclusion of libc.h

8 лет назад
send.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
sendmmsg.c

fix sendmmsg emulation return value for zero-length vector

12 лет назад
sendmsg.c

increase sendmsg internal buffer to support SCM_MAX_FD

4 года назад
sendto.c

reduce spurious inclusion of libc.h

8 лет назад
serv.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
setsockopt.c

implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions

7 лет назад
shutdown.c

cleanup socketcall syscall interface to ease porting to sane(r) archs

15 лет назад
sockatmark.c

cleanup socketcall syscall interface to ease porting to sane(r) archs

15 лет назад
socket.c

use __socketcall to simplify socket()

6 лет назад
socketpair.c

add SOCK_CLOEXEC fallback for socketpair on old kernels

12 лет назад