- t2ex
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_congctl.c - 25.6KB - 776 lines
282: TAILQ_REMOVE(&tcp_congctlhd, rtccp, congctl_ent);
283: free(rtccp, M_TCPCONGCTL);
284: }
- More results from tcp_congctl.c
- bsd_source/t2ex/network/net/src_bsd/sys/malloc.h - 4.9KB - 145 lines
106: (space) = (cast)malloc((u_long)(size), (type), (flags))
107: #define FREE(addr, type) free((void *)(addr), (type))
108:
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
390: if (ai->ai_canonname)
391: free(ai->ai_canonname);
392: /* no need to free(ai->ai_addr) */
- More results from getaddrinfo.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
362: #ifdef T2EX
363: free(tbuf);
364: #endif
- More results from gethnamaddr.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c - 13.7KB - 383 lines
121: if (sysctl(mib, __arraycount(mib), buf, &needed, NULL, 0) < 0) {
122: free(buf);
123: return (-1);
- More results from getifaddrs.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyname_r.c - 4.3KB - 124 lines
83: if (sd->line)
84: free(sd->line);
85:
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservbyport_r.c - 4.0KB - 114 lines
84: if (sd->line)
85: free(sd->line);
86:
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/getservent_r.c - 7.5KB - 263 lines
106: if (sd->line) {
107: free(sd->line);
108: sd->line = NULL;
- More results from getservent_r.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/if_indextoname.c - 3.9KB - 123 lines
91: if ((error = getifaddrs(&ifaddrs, buf, len, &len)) < 0) {
92: free(buf);
93: return error;
- More results from if_indextoname.c
- bsd_source/t2ex/network/net/src_bsdlib/libc/net/if_nametoindex.c - 3.5KB - 121 lines
90: if ((error = getifaddrs(&ifaddrs, buf, len, &len)) < 0) {
91: free(buf);
92: return error;
- More results from if_nametoindex.c