HomeSort by relevance Sort by last modified time
    Searched defs:v4 (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/krb5/kdestroy/
kdestroy.c 115 int v4 = 1; local
234 v4 = 0; /* Don't do v4 if doing v5 and cache name given. */
277 if (got_k4 && v4) {
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
ssl_asn1.c 86 int v1=0,v2=0,v3=0,v4=0,v5=0; local
199 M_ASN1_I2D_len_EXP_opt(&a.session_id_context,i2d_ASN1_OCTET_STRING,4,v4);
223 v4);
  /onnv/onnv-gate/usr/src/common/net/dhcp/
dhcp_impl.h 98 struct sockaddr_in v4; member in union:sockaddr46_s
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
addrmatch.c 39 struct in_addr v4; member in union:xaddr::__anon1
45 #define v4 xa.v4 macro
96 memcpy(&xa->v4, &in4->sin_addr, sizeof(xa->v4));
131 n->v4.s_addr = htonl((0xffffffff << (32 - l)) & 0xffffffff);
161 dst->v4.s_addr &= b->v4.s_addr;
187 if (a->v4.s_addr == b->v4.s_addr
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
states.h 178 struct sockaddr_in v4; member in union:dhcp_smach_s::__anon15
183 * For v4, dsm_send_tcenter is used to track the central timer value in
199 * here between the DISCOVER and the REQUEST. (v4 only)
204 * V4 and V6 use slightly different timers. For v4, we must count
209 * In v4, `dsm_neg_hrtime' represents the time since DHCP started
211 * field in v4. In v6, it represents the time since the current
packet.c 219 PKT *v4; local
222 (v4 = realloc(dpkt->pkt, mtu)) != NULL) {
223 dpkt->pkt = v4;
228 dhcpmsg(MSG_ERR, "init_pkt: cannot allocate v4 pkt: %u",
233 v4 = dpkt->pkt;
236 (void) memset(v4, 0, dpkt->pkt_max_len);
237 (void) memcpy(v4->cookie, bootmagic, sizeof (bootmagic));
238 if (pif->pif_hwlen <= sizeof (v4->chaddr)) {
239 v4->hlen = pif->pif_hwlen;
240 (void) memcpy(v4->chaddr, pif->pif_hwaddr
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7c.c 100 ipaddr_t v4; /* IPv4 address */ member in union:nl7c_addr_s::__anon4746
148 (v4p->sin_addr.s_addr == p->addr.v4 ||
149 p->addr.v4 == INADDR_ANY)) {
179 (v4p->sin_addr.s_addr == p->addr.v4 ||
180 p->addr.v4 == INADDR_ANY)) {
194 new->addr.v4 = v4p->sin_addr.s_addr;
246 ip = ntohl(p->addr.v4);
326 if (inet_pton(AF_INET, s, &p->addr.v4) != 1) {
335 p->addr.v4 = ntohl(p->addr.v4);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
gethostent.c 277 int v4 = 0, v6 = 0; local
295 if ((v4 = inet_pton(AF_INET, name, &in4)) != 1)
300 if ((af == AF_INET6 && (flags & AI_V4MAPPED) == 0 && v4 == 1) ||
302 (have_v4 == 0 && v4 == 1) ||
311 if (v4 == 1 || v6 == 1) {
317 he.h_addr_list[0] = (v4 == 1) ? (char *)&in4 : (char *)&in6;
321 he.h_length = (v4 == 1) ? INADDRSZ : IN6ADDRSZ;
322 he.h_addrtype = (v4 == 1) ? AF_INET : AF_INET6;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
TestBean.java 354 ValueRecord v4 = new ScalarRecord("mouse", 256); local
357 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6);
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/
rdc_bitmap.c 245 rdc_headerv4_t *v4; member in union:__anon4630
300 cmn_err(CE_NOTE, "!sndr: old style (V4) bit map header");
305 u_hdrp.current->asyncthr = u_hdrp.v4->asyncthr;
306 u_hdrp.current->syshostid = u_hdrp.v4->syshostid;
307 u_hdrp.current->maxqitems = u_hdrp.v4->maxqitems;
308 u_hdrp.current->maxqfbas = u_hdrp.v4->maxqfbas;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libilb/common/
libilb.h 127 struct in_addr v4; /* network byte order */ member in union:__anon34::__anon35
130 #define ia_v4 _au.v4
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_addr.c 793 /* We might have one for v4 and for v6 */
1663 struct in_addr *v4; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libkmf/libkmf/common/
generalop.c 1670 in_addr_t v4; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
mDNS.c 3045 mDNSAddr v4 = { mDNSAddrType_IPv4, {{{0}}} }; local
3526 mDNSBool v4 = !intf->IPv4Available; \/\/ If this interface doesn't do v4, we don't need to find a v4 duplicate of this query local
    [all...]
mDNSEmbeddedAPI.h 691 <rdar://problem/3368159> Interaction between v4, v6 and dual-stack hosts not working quite right
693 2. When we see the first v4 (or first v6) member of a group, we re-trigger questions and probes on that interface.
694 3. When we see the last v4 (or v6) member of a group go away, we revalidate all the records received on that interface.
1206 union { mDNSv6Addr v6; mDNSv4Addr v4; } ip; member in union:__anon171::__anon172
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
ipqosconf.c 7048 int v4 = 1, v6 = 1; \/* default lookup family is v4 and v6 *\/ local
7326 int v4 = 0, v6 = 0; local
    [all...]

Completed in 2119 milliseconds