Home
last modified time | relevance | path

Searched refs:UDP_LOG (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dudp6_output.c198 UDP_LOG(in6p, "flow controlled error ENOBUFS"); in udp6_output()
261 UDP_LOG(in6p, "bad option error %d", error); in udp6_output()
290 UDP_LOG(in6p, "sin6_port 0 error EADDRNOTAVAIL"); in udp6_output()
298 UDP_LOG(in6p, "already connected error EISCONN"); in udp6_output()
323 UDP_LOG(in6p, "IPv6 only with IPv4 mapped error EINVAL"); in udp6_output()
335 UDP_LOG(in6p, "bad scope error EINVAL"); in udp6_output()
358 UDP_LOG(in6p, "source address not available error EADDRNOTAVAIL"); in udp6_output()
373 UDP_LOG(in6p, "in6_pcbsetport error %d", error); in udp6_output()
380 UDP_LOG(in6p, "not connected error ENOTCONN"); in udp6_output()
409 UDP_LOG(in6p, "IPv6 only with IPv4 mapped error EINVAL"); in udp6_output()
[all …]
H A Dudp6_usrreq.c218 UDP_LOG(last, "ip_savecontrol error %d", ret); in udp6_append()
232 UDP_LOG(last, "sbappendaddr full receive socket buffer"); in udp6_append()
657 UDP_LOG(in6p, "ip_savecontrol error %d", ret); in udp6_input()
671 UDP_LOG(in6p, "sbappendaddr full receive socket buffer"); in udp6_input()
/xnu-12377.81.4/bsd/netinet/
H A Dudp_usrreq.c930 UDP_LOG(last, "ip6_savecontrol error %d", ret); in udp_append()
937 UDP_LOG(last, "ip_savecontrol error %d", ret); in udp_append()
960 UDP_LOG(last, "sbappendaddr full receive socket buffer"); in udp_append()
1680 UDP_LOG(inp, "udp_check_pktinfo error %d", error); in udp_output()
1695 UDP_LOG(inp, "len %d too big error EMSGSIZE", len); in udp_output()
1705 UDP_LOG(inp, "flow controlled error ENOBUFS"); in udp_output()
1777 UDP_LOG(inp, "source address not available error EADDRNOTAVAIL"); in udp_output()
1824 UDP_LOG(inp, "socket already connected error EISCONN"); in udp_output()
1849 UDP_LOG(inp, "calling in_pcbladdr addr %s laddr %s ipoa_boundif %u outif %s", in udp_output()
1854 UDP_LOG(inp, "in_pcbladdr error %d", error); in udp_output()
[all …]
H A Dudp_log.h117 #define UDP_LOG(inp, format, ...) if (udp_is_log_enabled((inp), ULEF_LOG)) \ macro