aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_srv6_un.py
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2023-05-29 16:19:38 -0700
committerFlorin Coras <florin.coras@gmail.com>2023-06-02 16:22:08 +0000
commit95f95670982f1ab056e45047eb0b78cf682df73f (patch)
treed0a3437bd0c75a4ddfaf742ef6d1bad7f2e52ed3 /test/test_srv6_un.py
parentb4b65194e36ac3b378c8f5a40694ce1618696384 (diff)
vcl: refactor want deq ntf checks for null fifos
Type: refactor Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I5d0445ca381f1a4943bb2fe454433b3454043b56 (cherry picked from commit 607eb203b1e954ac3f7ed82bd7bde3cf3aad60cf)
Diffstat (limited to 'test/test_srv6_un.py')
0 files changed, 0 insertions, 0 deletions
span>// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin dragonfly freebsd linux netbsd openbsd solaris // +build !gccgo package unix import "syscall" func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno) func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)