Searched refs:in (Results 276 - 300 of 439) sorted by relevance

<<1112131415161718

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp153 MixerInput* in = new MixerInput(this, input, fMixBufferFrameRate, local
155 fInputs->AddItem(in);
156 return in;
565 // fill in the buffer header
694 // fill in the buffer header
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp70 status_t _GetHexFromData(const uint8* in, size_t inSize,
353 FindTextView::_GetHexFromData(const uint8* in, size_t inSize, char** _hex, argument
362 out += sprintf(out, "%02x", *(unsigned char*)(in + i));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.cpp11 #include <netinet/in.h>
124 // if no alternative protocol is supplied we will choose a new one in
H A DKPPPLCP.cpp22 #include <netinet/in.h>
55 NOTE: You can only add option handlers in \c PPP_DOWN_PHASE. \n
76 NOTE: You can only remove option handlers in \c PPP_DOWN_PHASE.
107 // The iteration style in this method is strange C/C++.
132 NOTE: You can only add LCP extensions in \c PPP_DOWN_PHASE.
150 NOTE: You can only remove LCP extensions in \c PPP_DOWN_PHASE.
181 // The iteration style in this method is strange C/C++.
307 // We must duplicate the packet in order to ask all handlers.
/haiku/src/add-ons/translators/raw/
H A DRAW.h105 void _PseudoInverse(double (*in)[3], double (*out)[3], uint32 size);
/haiku/src/kits/network/libnetapi/
H A DNetAddress.cpp28 #include <netinet/in.h>
139 * The hostname output parameter can be a variety of things, but in this
182 * This method fills in the sin_addr, sin_family, and sin_port fields of
185 * address values added to the output parameter are in network byte order.
220 * Output port will be in host byte order, but addr will be in the usual
367 Set from passed in sockaddr_in address.
392 Set from passed in address and port.
394 \param addr IP address in network form.
411 Set from passed in addres
[all...]
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc10 This library is distributed in the hope that it will be useful,
189 pos = _strbuf->pubseekpos(pos, ios::in);
206 streampos pos = _strbuf->pubseekoff(0, ios::cur, ios::in);
688 // Uses __cvt_double (renamed from static cvt), in Chris Torek's
690 // as in __vsbprintf.C (also based on Torek's code).
891 { Is in osform.cc, to avoid pulling in all of _IO_vfprintf by this file. */ }
981 // Differs from ws() manipulator in that failbit is set on EOF.
/haiku/src/apps/packageinstaller/
H A DPackageItem.h51 extern status_t inflate_data(uint8* in, uint32 inSize, uint8* out,
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_cidr_pton.c9 * copyright notice and this permission notice appear in all copies.
33 #include <netinet/in.h>
H A Dinet_cidr_ntop.c9 * copyright notice and this permission notice appear in all copies.
33 #include <netinet/in.h>
117 * 0b11110000 in its fourth octet.
133 /* Find number of significant bytes in address. */
171 * Keep this in mind if you think this function should have been coded
188 * Find the longest run of 0x00's in src[] for :: shorthanding.
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_mkquery.c9 * copyright notice and this permission notice appear in all copies.
24 * Redistribution and use in source and binary forms, with or without
29 * 2. Redistributions in binary form must reproduce the above copyright
30 * notice, this list of conditions and the following disclaimer in the
54 * copyright notice and this permission notice appear in all copies, and that
55 * the name of Digital Equipment Corporation not be used in advertising or
83 #include <netinet/in.h>
213 /* attach OPT pseudo-RR, as documented in RFC2671 (EDNS0). */
217 int n0, /*%< current offset in buffer */
274 int n0, /*%< current offset in buffe
[all...]
/haiku/src/tests/system/network/multicast/
H A Dmultisend.c4 * day, and you think this stuff is worth it, you can buy me a beer in return.
20 #include <netinet/in.h>
/haiku/src/tests/system/network/
H A Dudp_echo.c14 #include <netinet/in.h>
/haiku/src/tools/locale/
H A DPlainTextCatalog.cpp41 * locale kit. It is not meant to be used in applications like other add ons,
56 // Note: \xNN is not replaced back, so you get the unescaped value in the catkey
80 // Look for the catalog in the directory we are going to use
85 "trying to load plaintext-catalog(lang=%s) results in %s\n",
119 catalogFile.open(path, std::fstream::in);
225 // but we want to keep the strings in the new catkey. Hash collisions
246 // some information living in member variables needs to be copied
/haiku/src/kits/mail/
H A Dmail_util.cpp82 /* {"utf-16", B_UNICODE_CONVERSION}, Might not work due to NULs in text, needs testing. */
251 // Replace spurious NUL bytes, which should normally not be in the
253 // in our usual input strings). They happen for some odd ISO-2022-JP
313 characterLength = 1; // Invalid in-between data byte 10xxxxxx.
325 characterLength = 1; // 0xFE and 0xFF are invalid in UTF-8.
357 // lost or other weird things happen in the headers). Note that we can't
364 if (tempDstLen < 3) // Not enough space remaining in the output.
436 // find the charset this text is in now
612 // a word in itself since it shouldn't be encoded, which would hide
617 // last character in th
913 readfoldedline(BPositionIO &in, char **buffer, size_t *buflen) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h17 #include <netinet/in.h>
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp11 #include <netinet/in.h>
206 // This is the child process. We can exec image provided in args.
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp16 #include <netinet/in.h>
/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSSettingsView.cpp13 #include <netinet/in.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_spectral.c7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
69 #include <netinet/in.h>
203 * Copy in data.
219 * pointer for us to use below in reclaiming the buffer;
252 /* XXX need to update the PHY mask in the driver */
257 /* XXX need to update the PHY mask in the driver */
H A Dif_ath_btcoex.c7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
70 #include <netinet/in.h>
115 btinfo.bt_isolation = 0; /* in dB, not used */
172 btinfo.bt_isolation = 0; /* in dB, not used */
235 btinfo.bt_isolation = 0; /* in dB, not used */
447 * Copy in data.
463 * pointer for us to use below in reclaiming the buffer;
H A Dif_ath_ioctl.c5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
46 * It's also required for any AH_DEBUG checks in here, eg the
96 #include <netinet/in.h>
181 * Copy in data.
197 * pointer for us to use below in reclaiming the buffer;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c9 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
81 #include <netinet/in.h>
870 struct iwi_node *in; local
872 in = malloc(sizeof (struct iwi_node), M_80211_NODE, M_NOWAIT | M_ZERO);
873 if (in == NULL)
876 in->in_station = -1;
878 return &in->in_node;
886 struct iwi_node *in local
1779 struct iwi_node *in = (struct iwi_node *)ni; local
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_bip.c8 * copyright notice and this permission notice appear in all copies.
21 * defined in IEEE P802.11w/D7.0 section 8.3.4.
36 #include <netinet/in.h>
168 * a header and a MMIE (checked in ieee80211_decrypt()).
201 /* check that MIC matches the one in MMIE */
H A Dieee80211_rssadapt.c7 * Redistribution and use in source and binary forms, with or
12 * 2. Redistributions in binary form must reproduce the above
14 * disclaimer in the documentation and/or other materials provided
39 #include <netinet/in.h>
144 * seconds, more eligible in proportion to recent packet rates.

Completed in 150 milliseconds

<<1112131415161718