| /netbsd-src/sys/sys/ |
| H A D | socketvar.h | 86 struct sockbuf { struct 88 struct mowner *sb_mowner; /* who owns data for this sockbuf */ argument 108 #define SB_MAX (256*1024) /* default for max chars in sockbuf */ argument 168 struct sockbuf so_snd; /* send buffer */ 169 struct sockbuf so_rcv; /* receive buffer */ 270 void sbappend(struct sockbuf *, struct mbuf *); 271 void sbappendstream(struct sockbuf *, struct mbuf *); 272 int sbappendaddr(struct sockbuf *, const struct sockaddr *, struct mbuf *, 274 int sbappendaddrchain(struct sockbuf *, const struct sockaddr *, 276 int sbappendcontrol(struct sockbuf *, struc [all...] |
| /netbsd-src/sys/kern/ |
| H A D | uipc_socket2.c | 531 sbwait(struct sockbuf *sb) in sbwait() 558 sowakeup(struct socket *so, struct sockbuf *sb, int code) in sowakeup() 615 * Socket buffer (struct sockbuf) utility routines. 699 * Allot mbufs to a sockbuf. 704 sbreserve(struct sockbuf *sb, u_long cc, struct socket *so) in sbreserve() 734 sbrelease(struct sockbuf *sb, struct socket *so) in sbrelease() 771 sblastrecordchk(struct sockbuf *sb, const char *where) in sblastrecordchk() 791 sblastmbufchk(struct sockbuf *sb, const char *where) in sblastmbufchk() 842 sbappend(struct sockbuf *sb, struct mbuf *m) in sbappend() 886 sbappendstream(struct sockbuf *s in sbappendstream() [all...] |
| H A D | uipc_socket.c | 1115 sbsync(struct sockbuf *sb, struct mbuf *nextrecord) in sbsync() 1146 * We depend on the way that records are added to the sockbuf by sbappend*. In 1152 * splx() while doing the actual copy to user space. Although the sockbuf is 1154 * consistency of the sockbuf during that time. 1480 * we must note any additions to the sockbuf when we in soreceive() 1589 * Keep sockbuf locked against other readers. in soreceive() 1710 struct sockbuf *sb, asb; in sorflush() 1723 * Clear most of the sockbuf structure, but leave some of the in sorflush() 1727 sizeof(*sb) - offsetof(struct sockbuf, sb_startzero)); in sorflush() 2383 struct sockbuf *s in soo_kqfilter() [all...] |
| /netbsd-src/external/bsd/openldap/dist/libraries/liblber/ |
| H A D | Makefile.in | 27 memory.c options.c sockbuf.c $(@PLAT@_SRCS) 29 memory.lo options.lo sockbuf.lo $(@PLAT@_OBJS)
|
| H A D | lber-int.h | 132 struct sockbuf { struct
|
| /netbsd-src/external/bsd/openldap/lib/liblber/ |
| H A D | Makefile | 13 memory.c options.c sockbuf.c stdio.c 19 MAN= lber-decode.3 lber-encode.3 lber-memory.3 lber-sockbuf.3 \
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_pvt.h | 298 struct sockbuf; /* avoid pulling in <lber.h> */ 299 LDAP_F (int) ldap_pvt_sasl_install LDAP_P(( struct sockbuf *, void * )); 300 LDAP_F (void) ldap_pvt_sasl_remove LDAP_P(( struct sockbuf * ));
|
| H A D | lber.h | 174 typedef struct sockbuf Sockbuf;
|
| /netbsd-src/sys/netinet/ |
| H A D | accf_http.c | 62 static int sbfull(struct sockbuf *sb); 141 sbfull(struct sockbuf *sb) in sbfull()
|
| H A D | sctputil.h | 202 int sbappendaddr_nocheck(struct sockbuf *, const struct sockaddr *,
|
| H A D | sctputil.c | 2965 sbappendaddr_nocheck(struct sockbuf *sb, const struct sockaddr *asa, in sbappendaddr_nocheck() 3261 struct sockbuf *old_sb, *new_sb; in sctp_grub_through_socket_buffer()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsd.c | 590 char sockbuf[INET6_ADDRSTRLEN + 6 + 1]; in print_sockets() local 613 addrport2str((void*)&udp[i].addr.ai_addr, sockbuf, sizeof(sockbuf)); in print_sockets() 616 VERBOSITY(3, (LOG_NOTICE, fmt, sockbuf, "udp", serverbuf)); in print_sockets() 618 addrport2str((void*)&tcp[i].addr.ai_addr, sockbuf, sizeof(sockbuf)); in print_sockets() 621 VERBOSITY(3, (LOG_NOTICE, fmt, sockbuf, "tcp", serverbuf)); in print_sockets()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| H A D | monitor.c | 409 Sockbuf *sockbuf; in ldap_back_monitor_conn_peername() local 426 ldap_get_option( ld, LDAP_OPT_SOCKBUF, (void **)&sockbuf ); in ldap_back_monitor_conn_peername() 427 ber_sockbuf_ctrl( sockbuf, LBER_SB_OPT_GET_FD, &socket ); in ldap_back_monitor_conn_peername()
|
| /netbsd-src/share/doc/smm/18.net/ |
| H A D | spell.ok | 274 sockbuf
|
| /netbsd-src/sys/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 679 struct sockbuf *sb; in fifo_kqfilter()
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 1268 sockbuf
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 2112 lber-sockbuf
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | NEWS | 554 [HEIMDAL-58] - sockbuf.c calls setsockopt with bad args
|