Home
last modified time | relevance | path

Searched full:accept (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/illumos-gate/usr/src/man/man3socket/
H A Daccept.3socket9 .TH ACCEPT 3SOCKET "June 21, 2024"
11 accept \- accept a connection on a socket
18 \fBint\fR \fBaccept\fR(\fBint\fR \fIs\fR, \fBstruct sockaddr *\fR\fIaddr\fR, \fBsocklen_t *\fR\fIad…
28 \fBaccept()\fR function extracts the first connection on the queue of pending
32 \fBaccept()\fR blocks the caller until a connection is present. If the socket
34 \fBaccept()\fR returns an error as described below. The \fBaccept()\fR
39 accept more connections. The original socket (\fIs\fR) remains open for
54 The \fBaccept()\fR function is used with connection-based socket types,
60 identically to \fBaccept()\fR. Values for \fIflags\fR are constructed by
71 caller thus avoiding the race condition between \fBaccept()\fR and
[all …]
/illumos-gate/usr/src/man/man3xnet/
H A Daccept.3xnet46 .TH ACCEPT 3XNET "Nov 1, 2003"
48 accept \- accept a new connection on a socket
56 \fBint\fR \fBaccept\fR(\fBint\fR \fIsocket\fR, \fBstruct sockaddr *restrict\fR \fIaddress\fR,
62 The \fBaccept()\fR function extracts the first connection on the queue of
119 on the file descriptor for the socket, \fBaccept()\fR will block until a
122 \fBaccept()\fR will fail and set \fBerrno\fR to \fBEAGAIN\fR or
126 The accepted socket cannot itself accept more connections. The original socket
127 remains open and can accept more connections.
134 Upon successful completion, \fBaccept()\fR returns the nonnegative file
139 The \fBaccept()\fR function will fail if:
[all …]
/illumos-gate/usr/src/man/man8/
H A Daccept.87 .TH ACCEPT 8 "Feb 25, 2017"
9 accept, reject \- accept or reject print requests
13 \fBaccept\fR \fIdestination\fR...
23 \fBaccept\fR allows the queueing of print requests for the named destinations.
33 Generally, \fBaccept\fR and \fBreject\fR are run on the print server to control
34 local print queues. Under some configurations, \fBaccept\fR and \fBreject\fR
155 \fBaccept\fR and \fBreject\fR affect only queueing on the print server's
161 \fBaccept\fR is CSI-enabled except for the \fIdestination\fR name.
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter.xml275 …rfaces, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
288 …rfaces, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
301 … will be exempted from the set policy, accept if the policy is set to deny, or deny if the policy …
314 …om the set policy. That is, those to accept if the policy is set to deny, or to deny if the policy…
327 …resses, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
340 …resses, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
481 policy is set to deny, or accept if the policy is set to accept.
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h337 #define RXCFG_AEP 0x80000000U /* accept error packets */
338 #define RXCFG_ARP 0x40000000U /* accept runt packets */
339 #define RXCFG_ATX 0x10000000U /* accept transmit packets */
340 #define RXCFG_AJAB 0x08000000U /* accept jabber packets */
341 #define RXCFG_ALP_DP83815 0x08000000U /* accept long pakets */
394 #define RFCR_AAB 0x40000000U /* accept all broadcast */
395 #define RFCR_AAM 0x20000000U /* accept all multicast */
396 #define RFCR_AAP 0x10000000U /* accept all physical */
397 #define RFCR_APM_DP83815 0x08000000U /* accept perfect match */
398 #define RFCR_APAT_DP83815 0x07800000U /* accept on pattern match */
[all …]
/illumos-gate/usr/src/man/man3sip/
H A Dsip_add_from.3sip423 The \fBsip_add_accept()\fR function appends an \fBACCEPT\fR header to the
424 \fBSIP\fR message \fIsip_msg\fR. The \fBACCEPT\fR header is created using type
425 and subtype. If both type and subtype are null, then an empty \fBACCEPT\fR
427 null, then the \fBACCEPT\fR header has the specified type and sets the subtype
429 provided, are added to the \fBACCEPT\fR header before appending the header to
433 The \fBsip_add_accept_enc()\fR function appends an \fBACCEPT-ENCODING\fR header
434 to the \fBSIP\fR message \fIsip_msg\fR. The \fBACCEPT-ENCODING\fR is created
436 \fBACCEPT-ENCODING\fR header before appending the header to the \fBSIP\fR
440 The \fBsip_add_accept_lang()\fR function appends an \fBACCEPT-LANGUAGE\fR
441 header to the \fBSIP\fR message \fIsip_msg\fR. The \fBACCEPT-LANGUAGE\fR header
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h140 * Fortran formatted input, accept this; if we don't
188 * Accept the leading zero and set pd->fpclass
269 * Accept trailing blanks if no extra characters
300 /* accept parenthesized string */
334 /* accept trailing blanks */
346 * Don't accept the radix point just yet;
447 * Only accept these as the start of the exponent
468 /* accept the radix point */
601 * Only accept these as the start of the exponent
610 /* don't accept exponent without preceding digits */
[all …]
/illumos-gate/usr/src/uts/common/io/urf/
H A Drtl8150reg.h75 #define RCR_AER 0x0040 /* Accept Error packet */
76 #define RCR_AR 0x0020 /* Accept runt */
77 #define RCR_AM 0x0010 /* Accept multicast */
78 #define RCR_AB 0x0008 /* Accept broadcast */
79 #define RCR_AD 0x0004 /* Accept physical match */
80 #define RCR_AAM 0x0002 /* Accept all Multicast */
81 #define RCR_AAP 0x0001 /* Accept all physical */
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c66 accept(),
247 * - make the Spooler accept requests (if need be),
272 accept (printer);
317 accept (printer); /* someone snuck a reject in! */
477 ** accept() - MAKE PRINTER ACCEPT REQUESTS
480 static void accept (printer) in accept() function
492 case MERRDEST: /* someone may have snuck in an accept */
593 ** cancel() - MAKE PRINTER ACCEPT REQUESTS
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c40 "active connections. The functions \avarname\a\b.accept\b, "
43 "[+accept?This function is invoked when a client tries to connect "
97 #define ACCEPT 0 macro
107 "accept",
191 fd = accept(fd, &addr, &addrlen); in process_stream()
282 static int Accept(register Service_t *sp, int accept_fd) in Accept() function
284 register Namval_t* nq = sp->disc[ACCEPT]; in Accept()
437 sp->acceptf = Accept; in b_mkservice()
/illumos-gate/usr/src/uts/common/io/axf/
H A Dax88172reg.h59 #define RCR_AP_88772 0x20 /* accept physical address from mcast filter */
60 #define RCR_AM 0x10 /* accept multicast address */
61 #define RCR_AB 0x08 /* accept broadcast address */
63 #define RCR_AMALL 0x02 /* accept all multicast address */
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dglobal.xml794 …rfaces, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
807 …rfaces, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
820 …om the set policy. That is, those to accept if the policy is set to deny, or to deny if the policy…
833 …om the set policy. That is, those to accept if the policy is set to deny, or to deny if the policy…
846 …resses, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
859 …resses, and ippools to deny if the policy is set to deny, or accept if the policy is set to accept.
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c58 (void) printf("Vadic will not accept dial command\n"); in v3451_dialer()
60 logent(value(HOST), num, "vadic", "will not accept dial"); in v3451_dialer()
68 (void) printf("Vadic will not accept phone number\n"); in v3451_dialer()
70 logent(value(HOST), num, "vadic", "will not accept number"); in v3451_dialer()
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_private.h61 * the _v variants accept a list of attributes as an array, while
62 * the _l variants accept the attribute list as arguments.
63 * All variations accept a list of identifiers, and return a
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.h57 * accept packets with partial checksums (CSUM), and that the driver will
58 * accept packets with partial checksums (GUEST_CSUM). These features
86 * VIRTIO_NET_F_GUEST_CSUM and signal that the driver can accept large
106 * VIRTIO_NET_F_CSUM and signal that the device will accept large combined
117 * This features means the device will accept packets that both require
277 * we must be able to accept a 1514 byte packet, or if any segmentation offload
/illumos-gate/usr/src/man/man9e/
H A Dmac_capab_rings.9e163 addresses, then the hardware will accept a frame if it matches
171 should only accept a frame if it passes
175 filter, the hardware will only accept the frame if it passes both sets
179 multiple filters present in each class, then the driver will accept a
205 accept p for group
217 accept p for group
/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c129 int bad,accept,skip,t,cc; in pkaccept() local
133 bad = accept = skip = 0; in pkaccept()
190 accept++; in pkaccept()
216 accept = 0; in pkaccept()
229 accept++; in pkaccept()
242 pk->p_rcount = accept; in pkaccept()
243 return(accept); in pkaccept()
/illumos-gate/usr/src/man/man4p/
H A Dtcp.4p113 .Xr accept 3SOCKET
304 .Xr accept 3SOCKET .
472 TCP will not accept SACK or send out SACK information.
483 This means that TCP will only accept SACK information if the other side of the
489 it will both initiate and accept connections with SACK information.
811 if ((cfd = accept(sfd, addr, &alen)) == -1) {
812 perror("accept() failed");
888 .Xr accept 3SOCKET ,
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DTcp6.h316 /// following value if accept finishes:
320 /// EFI_CONNECTION_RESET: The accept fails because the connection is reset either
322 /// EFI_ABORTED: The accept request has been aborted.
323 /// EFI_SECURITY_VIOLATION: The accept operation was failed because of IPSec policy check.
516 its state will transit to Tcp6StateListen after configuration, and Accept() may be
596 Listen on the passive instance to accept an incoming connection request. This is a
599 The Accept() function initiates an asynchronous accept request to wait for an incoming
781 If Token is NULL all asynchronous token issued by Connect(), Accept(),
787 EFI_TCP6_PROTOCOL.Accept(),
845 EFI_TCP6_ACCEPT Accept; member
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh38 # Pools of correct vdev types accept boot property
95 log_assert "Pools of correct vdev types accept boot property"
145 log_pass "Pools of correct vdev types accept boot property"
/illumos-gate/usr/src/man/man3nsl/
H A Dt_accept.3nsl49 t_accept \- accept a connection request
73 This function is issued by a transport user to accept a connection request.
101 A transport user may accept a connection on either the same, or on a different,
163 The user does not have permission to accept a connection on the responding
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c248 * Accept the leading zero and set pd->fpclass in wstring_to_decimal()
333 /* accept parenthesized string */ in wstring_to_decimal()
354 * Don't accept the radix point just yet; in wstring_to_decimal()
444 /* accept the radix point */ in wstring_to_decimal()
533 /* don't accept exponent without preceding digits */ in wstring_to_decimal()
540 /* don't accept exponent without preceding digits */ in wstring_to_decimal()
599 * first character we didn't accept; otherwise, pass back a in wstring_to_decimal()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmktest.sh43 script with the \b--accept\b option to (re)generate the
115 integer KEEP_UNIT=0 SCRIPT_UNIT=0 TEST=0 CODE=0 EXIT=0 ACCEPT=0 DIAGNOSTICS=0 code
574 ACCEPT=0
577 -a|--accept)
578 ACCEPT=1
582 Usage: \\\$SHELL $PREFIX${UNIT[0]}.sh [ --accept ] [ unit ... ]
586 $PREFIX${UNIT[0]}.out. The --accept option generates $PREFIX${UNIT[0]}.tmp
622 case \$ACCEPT in
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c551 * We must not accept packets if the dld_str_t is not marked as bound in dls_accept_common()
573 * always accept. in dls_accept_common()
576 goto accept; in dls_accept_common()
592 * We can accept unicast and broadcast packets because in dls_accept_common()
595 goto accept; in dls_accept_common()
603 goto accept; in dls_accept_common()
611 goto accept; in dls_accept_common()
621 accept: in dls_accept_common()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c148 * Generate an accept token for a context and channel binding puting the
156 gss_buffer_t output /* The accept token */) in gen_accept_token()
160 dh_cntx_t accept = &token.ver.dh_version_u. in gen_accept_token() local
167 /* Set the token type to be an ACCEPT token. */ in gen_accept_token()
170 accept->remote = ctx->local; in gen_accept_token()
172 accept->local = ctx->remote; in gen_accept_token()
174 accept->flags = ctx->flags; in gen_accept_token()
176 accept->expire = ctx->expire; in gen_accept_token()
178 accept->channel = GSS2DH_channel_binding(&dh_binding, channel); in gen_accept_token()
860 /* Update the context flags with what the remote will accept */ in continue_context()

12345678910>>...43