Home | History | Annotate | Download | only in DxeNetLib

Lines Matching defs:Ip4

44 // All the supported IP4 maskes in host byte order.

327 IP4_HEAD *Ip4;
349 Ip4 = (IP4_HEAD *) Buf;
350 Ip4->HeadLen = 5;
351 Ip4->Ver = 4;
352 Ip4->Tos = 0;
353 Ip4->TotalLen = 0;
354 Ip4->Id = (UINT16) mSyslogPacketSeq;
355 Ip4->Fragment = 0;
356 Ip4->Ttl = 16;
357 Ip4->Protocol = 0x11;
358 Ip4->Checksum = 0;
359 Ip4->Src = mSyslogSrcIp;
360 Ip4->Dst = mSyslogDstIp;
419 Ip4->TotalLen = HTONS ((UINT16) Len);
420 Ip4->Checksum = (UINT16) (~NetblockChecksum ((UINT8 *) Ip4, sizeof (IP4_HEAD)));
2490 default address is static. If failed to get the policy from Ip4 Config2 Protocol,
2491 the default address is static. Otherwise, get the result from Ip4 Config2 Protocol.