Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U-Boot U-Boot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • U-BootU-Boot
  • U-BootU-Boot
  • Repository
Switch branch/tag
  • u-boot
  • include
  • net.h
Find file BlameHistoryPermalink
  • Viacheslav Mitrofanov's avatar
    net: ping6: Add ping6 command · eeb0a2c6
    Viacheslav Mitrofanov authored Dec 02, 2022 and Tom Rini's avatar Tom Rini committed Dec 05, 2022
    
    
    Implement ping6 command to ping hosts using IPv6. It works the same way as
    an ordinary ping command. There is no ICMP request so it is not possible
    to ping our host. This patch adds options in Kconfig and Makefile to
    build ping6 command.
    
    Series-changes: 3
    - Added structures and functions descriptions
    - Added to ping6_receive() return value instead of void
    
    Series-changes: 4
    - Fixed structures and functions description style
    
    Signed-off-by: default avatarViacheslav Mitrofanov <v.v.mitrofanov@yadro.com>
    Reviewed-by: Ramon Fried's avatarRamon Fried <rfried.dev@gmail.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    eeb0a2c6

Imprint & Privacy Policy