Searched defs:JoinFlag (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpMain.c319 Management Protocol (IGMP) packets. If JoinFlag is FALSE and MacAddress is
323 @param[in] JoinFlag Set to TRUE to join this multicast group.
331 * JoinFlag is TRUE and MacAddress is NULL.
353 IN BOOLEAN JoinFlag,
366 if (This == NULL || (JoinFlag && (MacAddress == NULL))) {
422 if (JoinFlag && AddressExist) {
429 if (!JoinFlag && !AddressExist) {
450 Status = MnpGroupOp (Instance, JoinFlag, MacAddress, GroupCtrlBlk);
351 MnpGroups( IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_MAC_ADDRESS *MacAddress OPTIONAL ) argument
H A DMnpConfig.c1825 @param[in] JoinFlag Set to TRUE to join a group. Set to TRUE to
1828 @param[in] CtrlBlk Pointer to the group control block if JoinFlag
1839 IN BOOLEAN JoinFlag,
1859 if (JoinFlag) {
1837 MnpGroupOp( IN OUT MNP_INSTANCE_DATA *Instance, IN BOOLEAN JoinFlag, IN EFI_MAC_ADDRESS *MacAddress OPTIONAL, IN MNP_GROUP_CONTROL_BLOCK *CtrlBlk OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c297 filtering. If the JoinFlag is FALSE and the MulticastAddress is NULL, then all
301 @param[in] JoinFlag Set to TRUE to join a multicast group. Set to FALSE to leave one
312 - JoinFlag is TRUE and MulticastAddress is NULL.
313 - JoinFlag is TRUE and *MulticastAddress is not
316 JoinFlag is TRUE).
317 @retval EFI_NOT_FOUND The group address is not in the group table (when JoinFlag is
326 IN BOOLEAN JoinFlag,
336 if ((This == NULL) || (JoinFlag && (MulticastAddress == NULL))) {
341 if (JoinFlag) {
366 Status = Ip->Groups (Ip, JoinFlag, MulticastAddres
324 Udp4Groups( IN EFI_UDP4_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
H A DUdp6Main.c300 @param[in] JoinFlag Set to TRUE to join a multicast group. Set to
311 JoinFlag is TRUE and MulticastAddress is NULL.
312 JoinFlag is TRUE and *MulticastAddress is not a
315 (when JoinFlag is TRUE).
317 JoinFlag is FALSE).
325 IN BOOLEAN JoinFlag,
335 if ((This == NULL) || (JoinFlag && (MulticastAddress == NULL))) {
341 if (JoinFlag) {
364 Status = Ip->Groups (Ip, JoinFlag, MulticastAddress);
376 if (JoinFlag) {
323 Udp6Groups( IN EFI_UDP6_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_IPv6_ADDRESS *MulticastAddress OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c721 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
724 @param[in] JoinFlag Set to TRUE to join the multicast group session, and FALSE to leave.
731 - JoinFlag is TRUE and GroupAddress is NULL.
740 JoinFlag is TRUE).
741 @retval EFI_NOT_FOUND The group address is not in the group table (when JoinFlag is FALSE).
749 IN BOOLEAN JoinFlag,
758 if ((This == NULL) || (JoinFlag && GroupAddress == NULL)) {
780 Status = Ip6Groups (IpInstance, JoinFlag, GroupAddress);
747 EfiIp6Groups( IN EFI_IP6_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL ) argument
H A DIp6Mld.c607 @param[in] JoinFlag TRUE to join the group, otherwise leave it.
621 IN BOOLEAN JoinFlag,
632 if (JoinFlag) {
619 Ip6Groups( IN IP6_PROTOCOL *IpInstance, IN BOOLEAN JoinFlag, IN EFI_IPv6_ADDRESS *GroupAddress OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c102 If JoinFlag is FALSE and GroupAddress is NULL, all joined groups will be left.
105 @param[in] JoinFlag Set to TRUE to join the multicast group session and FALSE to leave.
111 - JoinFlag is TRUE and GroupAddress is NULL.
120 JoinFlag is TRUE).
121 @retval EFI_NOT_FOUND The group address is not in the group table (when JoinFlag is FALSE).
129 IN BOOLEAN JoinFlag,
1102 @param[in] JoinFlag TRUE to join the group, otherwise leave it.
1115 IN BOOLEAN JoinFlag,
1128 if (JoinFlag) {
1130 // When JoinFlag i
1113 Ip4Groups( IN IP4_PROTOCOL *IpInstance, IN BOOLEAN JoinFlag, IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL ) argument
1227 EfiIp4Groups( IN EFI_IP4_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL ) argument
[all...]

Completed in 873 milliseconds