package nettools import ( "context" ) func (icmpC *IcmpPing) ping_rootless(ctx context.Context) IPingResult { return icmpC.rawping("udp") }