Lines Matching defs:Source
1089 @param[in] SourceAddress If not NULL, the source address of the message.
1091 @param[in] SourceLinkAddress If not NULL, the MAC address of the source.
1092 A source link-layer address option will be appended
1162 // Fill in the ICMP header, and Source link-layer address if contained.
1194 @param[in] SourceAddress The source address of the message.
1313 @param[in] SourceAddress The source address of the message.
1318 a source link-layer address option will be appended
1360 // The Neighbor Solicitation message should include a source link-layer address option
1403 // Fill in the ICMP header, Target address, and Source link-layer address.
1419 // Fill in the source link-layer address option
1539 // The solicitation for neighbor discovery should include a source link-layer
1545 // If the IP source address is the unspecified address, the source
1556 // If the IP source address is the unspecified address, the IP
1564 // If the target address is tentative, and the source address is a unicast address,
1654 // If the source address of the solicitation is unspeicifed, and target address
1974 // The IP source address must be a link-local address
2013 // If the source address already in the default router list, update it.
2101 // The only defined options that may appear are the Source
2426 // The IP source address must be a link-local address
2515 // The IP source address of the Redirect is the same as the current
2522 // The source of this Redirect message must match the NextHop of the
2769 EFI_IPv6_ADDRESS Source;
2780 ZeroMem (&Source, sizeof (EFI_IPv6_ADDRESS));
2840 // Source - unspecified address, destination - solicited-node multicast address
2897 Status = Ip6SelectSourceAddress (IpSb, &NeighborCache->Neighbor, &Source);
2904 &Source,
2987 Status = Ip6SelectSourceAddress (IpSb, &NeighborCache->Neighbor, &Source);
2994 &Source,
3024 Status = Ip6SelectSourceAddress (IpSb, &NeighborCache->Neighbor, &Source);
3031 &Source,