SYMBOL INDEX (109558 symbols across 763 files) FILE: c/ladspa/ladspa.h type LADSPA_Data (line 84) | typedef float LADSPA_Data; type LADSPA_Properties (line 94) | typedef int LADSPA_Properties; type LADSPA_PortDescriptor (line 152) | typedef int LADSPA_PortDescriptor; type LADSPA_PortRangeHintDescriptor (line 200) | typedef int LADSPA_PortRangeHintDescriptor; type LADSPA_PortRangeHint (line 337) | typedef struct _LADSPA_PortRangeHint { type LADSPA_Descriptor (line 373) | typedef struct _LADSPA_Descriptor { type LADSPA_Descriptor (line 592) | typedef const LADSPA_Descriptor * FILE: c/ladspa/module.c type rnnoiseFilter (line 26) | typedef struct { function LADSPA_Handle (line 40) | static LADSPA_Handle function activateSimpleFilter (line 59) | static void activateSimpleFilter(LADSPA_Handle Instance) { function connectPortToSimpleFilter (line 63) | static void connectPortToSimpleFilter(LADSPA_Handle Instance, function runFilter (line 84) | static void runFilter(LADSPA_Handle Instance, unsigned long n_samples) { function cleanupFilter (line 146) | static void cleanupFilter(LADSPA_Handle Instance) { function deleteDescriptor (line 206) | static void deleteDescriptor(LADSPA_Descriptor *psDescriptor) { function LADSPA_Descriptor (line 224) | const LADSPA_Descriptor *ladspa_descriptor(unsigned long Index) { FILE: capability.go function getCurrentCaps (line 14) | func getCurrentCaps() *capability.Capabilities { function getSelfFileCaps (line 28) | func getSelfFileCaps() *capability.Capabilities { function hasCapSysResource (line 47) | func hasCapSysResource(caps *capability.Capabilities) bool { function makeBinarySetcapped (line 51) | func makeBinarySetcapped() error { function pkexecSetcapSelf (line 63) | func pkexecSetcapSelf() error { FILE: cli.go type CLIOpts (line 16) | type CLIOpts struct function parseCLIOpts (line 28) | func parseCLIOpts() CLIOpts { function doCLI (line 44) | func doCLI(opt CLIOpts, config *config, librnnoise string) { function cleanupExit (line 178) | func cleanupExit(librnnoise string, exitCode int) { FILE: config.go type config (line 15) | type config struct constant configFile (line 25) | configFile = "config.toml" function initializeConfigIfNot (line 27) | func initializeConfigIfNot() { function readConfig (line 64) | func readConfig() *config { function writeConfig (line 74) | func writeConfig(conf *config) { function configDir (line 83) | func configDir() string { function exists (line 87) | func exists(path string) (bool, error) { function xdgOrFallback (line 98) | func xdgOrFallback(xdg string, fallback string) string { FILE: main.go type device (line 35) | type device struct function main (line 53) | func main() { function dumpLib (line 108) | func dumpLib() string { function removeLib (line 118) | func removeLib(file string) { function getSources (line 126) | func getSources(ctx *ntcontext, client *pulseaudio.Client) []device { function getSinks (line 158) | func getSinks(ctx *ntcontext, client *pulseaudio.Client) []device { function paConnectionWatchdog (line 191) | func paConnectionWatchdog(ctx *ntcontext) { function serverInfo (line 228) | func serverInfo(paClient *pulseaudio.Client) (audioserverinfo, error) { function preselectDevice (line 298) | func preselectDevice(ctx *ntcontext, devices []device, preselectID string, function getDefaultSourceID (line 322) | func getDefaultSourceID(client *pulseaudio.Client) (string, error) { function getDefaultSinkID (line 330) | func getDefaultSinkID(client *pulseaudio.Client) (string, error) { function fixWindowClass (line 339) | func fixWindowClass() { FILE: module.go constant loaded (line 15) | loaded = iota constant unloaded (line 16) | unloaded constant inconsistent (line 17) | inconsistent function updateNoiseSupressorLoaded (line 22) | func updateNoiseSupressorLoaded(ctx *ntcontext) { function supressorState (line 39) | func supressorState(ctx *ntcontext) (int, bool) { function loadSupressor (line 133) | func loadSupressor(ctx *ntcontext, inp *device, out *device) error { function loadModule (line 187) | func loadModule(ctx *ntcontext, module, args string) (uint32, error) { function loadPipeWireInput (line 198) | func loadPipeWireInput(ctx *ntcontext, inp *device) error { function loadPipeWireOutput (line 212) | func loadPipeWireOutput(ctx *ntcontext, out *device) error { function loadPulseInput (line 226) | func loadPulseInput(ctx *ntcontext, inp *device) error { function loadPulseOutput (line 267) | func loadPulseOutput(ctx *ntcontext, out *device) error { function unloadSupressor (line 299) | func unloadSupressor(ctx *ntcontext) error { function unloadSupressorPipeWire (line 307) | func unloadSupressorPipeWire(ctx *ntcontext) error { function unloadSupressorPulse (line 333) | func unloadSupressorPulse(ctx *ntcontext) error { function findModule (line 442) | func findModule(c *pulseaudio.Client, name string, argMatch string) (mod... FILE: rlimit.go constant rlimitRTTime (line 17) | rlimitRTTime = 15 function getPulsePid (line 19) | func getPulsePid() (int, error) { function getRlimit (line 35) | func getRlimit(pid int) (syscall.Rlimit, error) { function setRlimit (line 41) | func setRlimit(pid int, new *syscall.Rlimit) error { function removeRlimit (line 47) | func removeRlimit(pid int) { function pRlimit (line 56) | func pRlimit(pid int, limit uintptr, new *syscall.Rlimit, old *syscall.R... FILE: scripts/embedlicenses.go function main (line 9) | func main() { //nolint FILE: scripts/signer.go function main (line 14) | func main() { //nolint function loadKeys (line 87) | func loadKeys() (ed25519.PublicKey, ed25519.PrivateKey) { function generateKeypair (line 99) | func generateKeypair() { FILE: ui.go type ntcontext (line 20) | type ntcontext struct type audioserverinfo (line 40) | type audioserverinfo struct constant servertype_pulse (line 50) | servertype_pulse = iota constant servertype_pipewire (line 51) | servertype_pipewire constant notice (line 59) | notice = "NoiseTorch Next Gen (stylized NoiseTorch-ng) is a continuation... function updatefn (line 61) | func updatefn(ctx *ntcontext, w *nucular.Window) { function mainView (line 66) | func mainView(ctx *ntcontext, w *nucular.Window) { function uiUnloadFilters (line 274) | func uiUnloadFilters(ctx *ntcontext) { function uiReloadFilters (line 289) | func uiReloadFilters(ctx *ntcontext, inp, out device) { function ensureOnlyOneInputSelected (line 313) | func ensureOnlyOneInputSelected(inps *[]device, current *device) { function inputSelection (line 324) | func inputSelection(ctx *ntcontext) (device, bool) { function outputSelection (line 337) | func outputSelection(ctx *ntcontext) (device, bool) { function validConfiguration (line 350) | func validConfiguration(ctx *ntcontext, inpOk bool, outOk bool) bool { function loadingView (line 357) | func loadingView(ctx *ntcontext, w *nucular.Window) { function licenseView (line 364) | func licenseView(ctx *ntcontext, w *nucular.Window) { function versionView (line 383) | func versionView(ctx *ntcontext, w *nucular.Window) { function connectView (line 399) | func connectView(ctx *ntcontext, w *nucular.Window) { function capabilitiesView (line 404) | func capabilitiesView(ctx *ntcontext, w *nucular.Window) { function makeErrorView (line 436) | func makeErrorView(ctx *ntcontext, errorMsg string) ViewFunc { function makeFatalErrorView (line 451) | func makeFatalErrorView(ctx *ntcontext, errorMsg string) ViewFunc { function makeConfirmView (line 466) | func makeConfirmView(ctx *ntcontext, title, text, confirmText, denyText ... function resetUI (line 487) | func resetUI(ctx *ntcontext) { FILE: untar.go function Untar (line 56) | func Untar(r io.Reader, dir string) error { function untar (line 60) | func untar(r io.Reader, dir string) (err error) { function validRelativeDir (line 154) | func validRelativeDir(dir string) bool { function validRelPath (line 165) | func validRelPath(p string) bool { FILE: update.go type github_release (line 22) | type github_release struct type updateui (line 74) | type updateui struct function init (line 84) | func init() { function updateable (line 92) | func updateable() bool { function updateCheck (line 96) | func updateCheck(ctx *ntcontext) { function update (line 111) | func update(ctx *ntcontext) { function fetchFile (line 150) | func fetchFile(file string) ([]byte, error) { function publickey (line 166) | func publickey() []byte { function getLatestRelease (line 175) | func getLatestRelease() (string, error) { FILE: vendor/dmitri.shuralyov.com/gpu/mtl/mtl.go type FeatureSet (line 33) | type FeatureSet constant MacOSGPUFamily1V1 (line 37) | MacOSGPUFamily1V1 FeatureSet = 10000 constant MacOSGPUFamily1V2 (line 38) | MacOSGPUFamily1V2 FeatureSet = 10001 constant MacOSReadWriteTextureTier2 (line 39) | MacOSReadWriteTextureTier2 FeatureSet = 10002 constant MacOSGPUFamily1V3 (line 40) | MacOSGPUFamily1V3 FeatureSet = 10003 constant MacOSGPUFamily1V4 (line 41) | MacOSGPUFamily1V4 FeatureSet = 10004 constant MacOSGPUFamily2V1 (line 42) | MacOSGPUFamily2V1 FeatureSet = 10005 type PixelFormat (line 49) | type PixelFormat constant PixelFormatRGBA8UNorm (line 54) | PixelFormatRGBA8UNorm PixelFormat = 70 constant PixelFormatBGRA8UNorm (line 55) | PixelFormatBGRA8UNorm PixelFormat = 80 constant PixelFormatBGRA8UNormSRGB (line 56) | PixelFormatBGRA8UNormSRGB PixelFormat = 81 type PrimitiveType (line 62) | type PrimitiveType constant PrimitiveTypePoint (line 66) | PrimitiveTypePoint PrimitiveType = 0 constant PrimitiveTypeLine (line 67) | PrimitiveTypeLine PrimitiveType = 1 constant PrimitiveTypeLineStrip (line 68) | PrimitiveTypeLineStrip PrimitiveType = 2 constant PrimitiveTypeTriangle (line 69) | PrimitiveTypeTriangle PrimitiveType = 3 constant PrimitiveTypeTriangleStrip (line 70) | PrimitiveTypeTriangleStrip PrimitiveType = 4 type LoadAction (line 77) | type LoadAction constant LoadActionDontCare (line 81) | LoadActionDontCare LoadAction = 0 constant LoadActionLoad (line 82) | LoadActionLoad LoadAction = 1 constant LoadActionClear (line 83) | LoadActionClear LoadAction = 2 type StoreAction (line 90) | type StoreAction constant StoreActionDontCare (line 94) | StoreActionDontCare StoreAction = 0 constant StoreActionStore (line 95) | StoreActionStore StoreAction = 1 constant StoreActionMultisampleResolve (line 96) | StoreActionMultisampleResolve StoreAction = 2 constant StoreActionStoreAndMultisampleResolve (line 97) | StoreActionStoreAndMultisampleResolve StoreAction = 3 constant StoreActionUnknown (line 98) | StoreActionUnknown StoreAction = 4 constant StoreActionCustomSampleDepthStore (line 99) | StoreActionCustomSampleDepthStore StoreAction = 5 type StorageMode (line 105) | type StorageMode constant StorageModeShared (line 110) | StorageModeShared StorageMode = 0 constant StorageModeManaged (line 115) | StorageModeManaged StorageMode = 1 constant StorageModePrivate (line 120) | StorageModePrivate StorageMode = 2 constant StorageModeMemoryless (line 127) | StorageModeMemoryless StorageMode = 3 type ResourceOptions (line 134) | type ResourceOptions constant ResourceCPUCacheModeDefaultCache (line 139) | ResourceCPUCacheModeDefaultCache ResourceOptions = ResourceOptions(CPUCa... constant ResourceCPUCacheModeWriteCombined (line 143) | ResourceCPUCacheModeWriteCombined ResourceOptions = ResourceOptions(CPUC... constant ResourceStorageModeShared (line 147) | ResourceStorageModeShared ResourceOptions = ResourceOptions(StorageModeS... constant ResourceStorageModeManaged (line 152) | ResourceStorageModeManaged ResourceOptions = ResourceOptions(StorageMode... constant ResourceStorageModePrivate (line 157) | ResourceStorageModePrivate ResourceOptions = ResourceOptions(StorageMode... constant ResourceStorageModeMemoryless (line 164) | ResourceStorageModeMemoryless ResourceOptions = ResourceOptions(StorageM... constant ResourceHazardTrackingModeUntracked (line 170) | ResourceHazardTrackingModeUntracked ResourceOptions = 1 << resourceHazar... constant resourceCPUCacheModeShift (line 174) | resourceCPUCacheModeShift = 0 constant resourceStorageModeShift (line 175) | resourceStorageModeShift = 4 constant resourceHazardTrackingModeShift (line 176) | resourceHazardTrackingModeShift = 8 type CPUCacheMode (line 182) | type CPUCacheMode constant CPUCacheModeDefaultCache (line 187) | CPUCacheModeDefaultCache CPUCacheMode = 0 constant CPUCacheModeWriteCombined (line 191) | CPUCacheModeWriteCombined CPUCacheMode = 1 type Resource (line 198) | type Resource interface type RenderPipelineDescriptor (line 206) | type RenderPipelineDescriptor struct type RenderPipelineColorAttachmentDescriptor (line 221) | type RenderPipelineColorAttachmentDescriptor struct type RenderPassDescriptor (line 230) | type RenderPassDescriptor struct type RenderPassColorAttachmentDescriptor (line 239) | type RenderPassColorAttachmentDescriptor struct type RenderPassAttachmentDescriptor (line 248) | type RenderPassAttachmentDescriptor struct type ClearColor (line 257) | type ClearColor struct type TextureDescriptor (line 264) | type TextureDescriptor struct type Device (line 275) | type Device struct method Device (line 335) | func (d Device) Device() unsafe.Pointer { return d.device } method SupportsFeatureSet (line 340) | func (d Device) SupportsFeatureSet(fs FeatureSet) bool { method MakeCommandQueue (line 347) | func (d Device) MakeCommandQueue() CommandQueue { method MakeLibrary (line 355) | func (d Device) MakeLibrary(source string, opt CompileOptions) (Librar... method MakeRenderPipelineState (line 367) | func (d Device) MakeRenderPipelineState(rpd RenderPipelineDescriptor) ... method MakeBuffer (line 385) | func (d Device) MakeBuffer(bytes unsafe.Pointer, length uintptr, opt R... method MakeTexture (line 393) | func (d Device) MakeTexture(td TextureDescriptor) Texture { function CreateSystemDefaultDevice (line 297) | func CreateSystemDefaultDevice() (Device, error) { function CopyAllDevices (line 316) | func CopyAllDevices() []Device { type CompileOptions (line 411) | type CompileOptions struct type Drawable (line 418) | type Drawable interface type CommandQueue (line 427) | type CommandQueue struct method MakeCommandBuffer (line 434) | func (cq CommandQueue) MakeCommandBuffer() CommandBuffer { type CommandBuffer (line 442) | type CommandBuffer struct method PresentDrawable (line 449) | func (cb CommandBuffer) PresentDrawable(d Drawable) { method Commit (line 456) | func (cb CommandBuffer) Commit() { method WaitUntilCompleted (line 463) | func (cb CommandBuffer) WaitUntilCompleted() { method MakeRenderCommandEncoder (line 471) | func (cb CommandBuffer) MakeRenderCommandEncoder(rpd RenderPassDescrip... method MakeBlitCommandEncoder (line 490) | func (cb CommandBuffer) MakeBlitCommandEncoder() BlitCommandEncoder { type CommandEncoder (line 498) | type CommandEncoder struct method EndEncoding (line 505) | func (ce CommandEncoder) EndEncoding() { type RenderCommandEncoder (line 513) | type RenderCommandEncoder struct method SetRenderPipelineState (line 520) | func (rce RenderCommandEncoder) SetRenderPipelineState(rps RenderPipel... method SetVertexBuffer (line 528) | func (rce RenderCommandEncoder) SetVertexBuffer(buf Buffer, offset, in... method SetVertexBytes (line 535) | func (rce RenderCommandEncoder) SetVertexBytes(bytes unsafe.Pointer, l... method DrawPrimitives (line 543) | func (rce RenderCommandEncoder) DrawPrimitives(typ PrimitiveType, vert... type BlitCommandEncoder (line 551) | type BlitCommandEncoder struct method CopyFromTexture (line 559) | func (bce BlitCommandEncoder) CopyFromTexture( method Synchronize (line 589) | func (bce BlitCommandEncoder) Synchronize(resource Resource) { type Library (line 596) | type Library struct method MakeFunction (line 603) | func (l Library) MakeFunction(name string) (Function, error) { type Texture (line 616) | type Texture struct method resource (line 634) | func (t Texture) resource() unsafe.Pointer { return t.texture } method ReplaceRegion (line 639) | func (t Texture) ReplaceRegion(region Region, level int, pixelBytes *b... method GetBytes (line 659) | func (t Texture) GetBytes(pixelBytes *byte, bytesPerRow uintptr, regio... function NewTexture (line 629) | func NewTexture(texture unsafe.Pointer) Texture { type Buffer (line 679) | type Buffer struct type Function (line 686) | type Function struct type RenderPipelineState (line 694) | type RenderPipelineState struct type Region (line 702) | type Region struct type Origin (line 711) | type Origin struct type Size (line 717) | type Size struct function RegionMake2D (line 722) | func RegionMake2D(x, y, width, height int) Region { FILE: vendor/dmitri.shuralyov.com/gpu/mtl/mtl.h type uint_t (line 3) | typedef unsigned long uint_t; type Device (line 8) | struct Device { type Devices (line 17) | struct Devices { type Library (line 22) | struct Library { type RenderPipelineDescriptor (line 27) | struct RenderPipelineDescriptor { type RenderPipelineState (line 33) | struct RenderPipelineState { type ClearColor (line 38) | struct ClearColor { type RenderPassDescriptor (line 45) | struct RenderPassDescriptor { type TextureDescriptor (line 52) | struct TextureDescriptor { type Origin (line 59) | struct Origin { type Size (line 65) | struct Size { type Region (line 71) | struct Region { type Device (line 76) | struct Device type Devices (line 77) | struct Devices type Library (line 81) | struct Library type RenderPipelineState (line 82) | struct RenderPipelineState type RenderPipelineDescriptor (line 82) | struct RenderPipelineDescriptor type TextureDescriptor (line 84) | struct TextureDescriptor type RenderPassDescriptor (line 91) | struct RenderPassDescriptor type Origin (line 102) | struct Origin type Size (line 102) | struct Size type Origin (line 103) | struct Origin type Region (line 108) | struct Region type Region (line 109) | struct Region FILE: vendor/gioui.org/app/Gio.java class Gio (line 13) | public final class Gio { method init (line 25) | public static synchronized void init(Context appCtx) { method runGoMain (line 43) | static private native void runGoMain(byte[] dataDir, Context context); method writeClipboard (line 45) | static void writeClipboard(Context ctx, String s) { method readClipboard (line 50) | static String readClipboard(Context ctx) { method wakeupMainThread (line 59) | static void wakeupMainThread() { method scheduleMainFuncs (line 67) | static private native void scheduleMainFuncs(); FILE: vendor/gioui.org/app/GioActivity.java class GioActivity (line 9) | public final class GioActivity extends Activity { method onCreate (line 12) | @Override public void onCreate(Bundle state) { method onDestroy (line 20) | @Override public void onDestroy() { method onStart (line 25) | @Override public void onStart() { method onStop (line 30) | @Override public void onStop() { method onConfigurationChanged (line 35) | @Override public void onConfigurationChanged(Configuration c) { method onLowMemory (line 40) | @Override public void onLowMemory() { method onBackPressed (line 45) | @Override public void onBackPressed() { FILE: vendor/gioui.org/app/GioView.java class GioView (line 48) | public final class GioView extends SurfaceView { method GioView (line 61) | public GioView(Context context) { method GioView (line 65) | public GioView(Context context, AttributeSet attrs) { method onKeyDown (line 122) | @Override public boolean onKeyDown(int keyCode, KeyEvent event) { method onGenericMotionEvent (line 129) | @Override public boolean onGenericMotionEvent(MotionEvent event) { method onTouchEvent (line 134) | @Override public boolean onTouchEvent(MotionEvent event) { method setCursor (line 145) | private void setCursor(int id) { method setOrientation (line 153) | private void setOrientation(int id, int fallback) { method setFullscreen (line 160) | private void setFullscreen(boolean enabled) { type Bar (line 176) | private enum Bar { method setBarColor (line 181) | private void setBarColor(Bar t, int color, int luminance) { method setStatusColor (line 232) | private void setStatusColor(int color, int luminance) { method setNavigationColor (line 236) | private void setNavigationColor(int color, int luminance) { method dispatchHoverEvent (line 240) | @Override protected boolean dispatchHoverEvent(MotionEvent event) { method sendA11yEvent (line 257) | void sendA11yEvent(int eventType, int viewId) { method obtainA11yEvent (line 265) | AccessibilityEvent obtainA11yEvent(int eventType, int viewId) { method isA11yActive (line 272) | boolean isA11yActive() { method sendA11yChange (line 276) | void sendA11yChange(int viewId) { method dispatchMotionEvent (line 287) | private void dispatchMotionEvent(MotionEvent event) { method onCreateInputConnection (line 327) | @Override public InputConnection onCreateInputConnection(EditorInfo ed... method setInputHint (line 333) | void setInputHint(int hint) { method showTextInput (line 341) | void showTextInput() { method hideTextInput (line 346) | void hideTextInput() { method fitSystemWindows (line 350) | @Override protected boolean fitSystemWindows(Rect insets) { method onDraw (line 357) | @Override protected void onDraw(Canvas canvas) { method getDensity (line 363) | int getDensity() { method getFontScale (line 367) | float getFontScale() { method start (line 371) | public void start() { method stop (line 377) | public void stop() { method destroy (line 383) | public void destroy() { method unregister (line 389) | protected void unregister() { method configurationChanged (line 395) | public void configurationChanged() { method backPressed (line 401) | public boolean backPressed() { method onCreateView (line 408) | static private native long onCreateView(GioView view); method onDestroyView (line 409) | static private native void onDestroyView(long handle); method onStartView (line 410) | static private native void onStartView(long handle); method onStopView (line 411) | static private native void onStopView(long handle); method onSurfaceDestroyed (line 412) | static private native void onSurfaceDestroyed(long handle); method onSurfaceChanged (line 413) | static private native void onSurfaceChanged(long handle, Surface surfa... method onConfigurationChanged (line 414) | static private native void onConfigurationChanged(long handle); method onWindowInsets (line 415) | static private native void onWindowInsets(long handle, int top, int ri... method onLowMemory (line 416) | static public native void onLowMemory(); method onTouchEvent (line 417) | static private native void onTouchEvent(long handle, int action, int p... method onKeyEvent (line 418) | static private native void onKeyEvent(long handle, int code, int chara... method onFrameCallback (line 419) | static private native void onFrameCallback(long handle); method onBack (line 420) | static private native boolean onBack(long handle); method onFocusChange (line 421) | static private native void onFocusChange(long handle, boolean focus); method initializeAccessibilityNodeInfo (line 422) | static private native AccessibilityNodeInfo initializeAccessibilityNod... method onTouchExploration (line 423) | static private native void onTouchExploration(long handle, float x, fl... method onExitTouchExploration (line 424) | static private native void onExitTouchExploration(long handle); method onA11yFocus (line 425) | static private native void onA11yFocus(long handle, int viewId); method onClearA11yFocus (line 426) | static private native void onClearA11yFocus(long handle, int viewId); class InputConnection (line 428) | private static class InputConnection extends BaseInputConnection { method InputConnection (line 431) | InputConnection(View view) { method getEditable (line 438) | @Override public Editable getEditable() { method getAccessibilityNodeProvider (line 443) | @Override public AccessibilityNodeProvider getAccessibilityNodeProvide... FILE: vendor/gioui.org/app/app.go function init (line 17) | func init() { function DataDir (line 32) | func DataDir() (string, error) { function Main (line 44) | func Main() { FILE: vendor/gioui.org/app/d3d11_windows.go type d3d11Context (line 13) | type d3d11Context struct method API (line 52) | func (c *d3d11Context) API() gpu.API { method RenderTarget (line 56) | func (c *d3d11Context) RenderTarget() (gpu.RenderTarget, error) { method Present (line 62) | func (c *d3d11Context) Present() error { method Refresh (line 79) | func (c *d3d11Context) Refresh() error { method Lock (line 106) | func (c *d3d11Context) Lock() error { method Unlock (line 111) | func (c *d3d11Context) Unlock() {} method Release (line 113) | func (c *d3d11Context) Release() { method releaseFBO (line 130) | func (c *d3d11Context) releaseFBO() { constant debug (line 23) | debug = false function init (line 25) | func init() { FILE: vendor/gioui.org/app/datadir.go function dataDir (line 10) | func dataDir() (string, error) { FILE: vendor/gioui.org/app/egl_android.go type androidContext (line 17) | type androidContext struct method Release (line 34) | func (c *androidContext) Release() { method Refresh (line 41) | func (c *androidContext) Refresh() error { method Lock (line 52) | func (c *androidContext) Lock() error { method Unlock (line 64) | func (c *androidContext) Unlock() { function init (line 24) | func init() { FILE: vendor/gioui.org/app/egl_wayland.go type wlContext (line 27) | type wlContext struct method Release (line 44) | func (c *wlContext) Release() { method Refresh (line 55) | func (c *wlContext) Refresh() error { method Lock (line 74) | func (c *wlContext) Lock() error { method Unlock (line 78) | func (c *wlContext) Unlock() { function init (line 33) | func init() { FILE: vendor/gioui.org/app/egl_windows.go type glContext (line 11) | type glContext struct method Release (line 30) | func (c *glContext) Release() { method Refresh (line 37) | func (c *glContext) Refresh() error { method Lock (line 56) | func (c *glContext) Lock() error { method Unlock (line 60) | func (c *glContext) Unlock() { function init (line 16) | func init() { FILE: vendor/gioui.org/app/egl_x11.go type x11Context (line 15) | type x11Context struct method Release (line 31) | func (c *x11Context) Release() { method Refresh (line 38) | func (c *x11Context) Refresh() error { method Lock (line 53) | func (c *x11Context) Lock() error { method Unlock (line 57) | func (c *x11Context) Unlock() { function init (line 20) | func init() { FILE: vendor/gioui.org/app/gl_ios.go type context (line 40) | type context struct method RenderTarget (line 73) | func (c *context) RenderTarget() gpu.RenderTarget { method API (line 77) | func (c *context) API() gpu.API { method Release (line 81) | func (c *context) Release() { method Present (line 93) | func (c *context) Present() error { method Lock (line 104) | func (c *context) Lock() error { method Unlock (line 114) | func (c *context) Unlock() { method Refresh (line 118) | func (c *context) Refresh() error { function newContext (line 50) | func newContext(w *window) (*context, error) { function contextAPI (line 69) | func contextAPI() gpu.OpenGL { method NewContext (line 146) | func (w *window) NewContext() (Context, error) { FILE: vendor/gioui.org/app/gl_js.go type glContext (line 13) | type glContext struct method RenderTarget (line 39) | func (c *glContext) RenderTarget() (gpu.RenderTarget, error) { method API (line 43) | func (c *glContext) API() gpu.API { method Release (line 47) | func (c *glContext) Release() { method Present (line 50) | func (c *glContext) Present() error { method Lock (line 57) | func (c *glContext) Lock() error { method Unlock (line 61) | func (c *glContext) Unlock() {} method Refresh (line 63) | func (c *glContext) Refresh() error { function newContext (line 18) | func newContext(w *window) (*glContext, error) { method NewContext (line 67) | func (w *window) NewContext() (context, error) { FILE: vendor/gioui.org/app/gl_macos.go type glContext (line 41) | type glContext struct method RenderTarget (line 76) | func (c *glContext) RenderTarget() (gpu.RenderTarget, error) { method API (line 80) | func (c *glContext) API() gpu.API { method Release (line 84) | func (c *glContext) Release() { method Present (line 92) | func (c *glContext) Present() error { method Lock (line 98) | func (c *glContext) Lock() error { method Unlock (line 107) | func (c *glContext) Unlock() { method Refresh (line 112) | func (c *glContext) Refresh() error { function newContext (line 49) | func newContext(w *window) (*glContext, error) { method NewContext (line 119) | func (w *window) NewContext() (context, error) { FILE: vendor/gioui.org/app/internal/log/log_android.go constant logLineLimit (line 23) | logLineLimit = 1024 function init (line 27) | func init() { type androidLogWriter (line 37) | type androidLogWriter struct method Write (line 42) | func (w *androidLogWriter) Write(data []byte) (int, error) { function logFd (line 61) | func logFd(fd uintptr) { FILE: vendor/gioui.org/app/internal/log/log_ios.go function init (line 28) | func init() { function newNSLogWriter (line 34) | func newNSLogWriter() io.Writer { FILE: vendor/gioui.org/app/internal/log/log_windows.go type logger (line 11) | type logger struct method Write (line 27) | func (l *logger) Write(buf []byte) (int, error) { function init (line 19) | func init() { FILE: vendor/gioui.org/app/internal/windows/windows.go type Rect (line 17) | type Rect struct type WndClassEx (line 21) | type WndClassEx struct type Msg (line 36) | type Msg struct type Point (line 46) | type Point struct type MinMaxInfo (line 50) | type MinMaxInfo struct type WindowPlacement (line 58) | type WindowPlacement struct method Rect (line 682) | func (p WindowPlacement) Rect() Rect { type MonitorInfo (line 68) | type MonitorInfo struct constant TRUE (line 76) | TRUE = 1 constant CS_HREDRAW (line 78) | CS_HREDRAW = 0x0002 constant CS_VREDRAW (line 79) | CS_VREDRAW = 0x0001 constant CS_OWNDC (line 80) | CS_OWNDC = 0x0020 constant CW_USEDEFAULT (line 82) | CW_USEDEFAULT = -2147483648 constant GWL_STYLE (line 84) | GWL_STYLE = ^(uint32(16) - 1) constant HWND_TOPMOST (line 85) | HWND_TOPMOST = ^(uint32(1) - 1) constant HTCLIENT (line 87) | HTCLIENT = 1 constant IDC_ARROW (line 89) | IDC_ARROW = 32512 constant IDC_IBEAM (line 90) | IDC_IBEAM = 32513 constant IDC_HAND (line 91) | IDC_HAND = 32649 constant IDC_CROSS (line 92) | IDC_CROSS = 32515 constant IDC_SIZENS (line 93) | IDC_SIZENS = 32645 constant IDC_SIZEWE (line 94) | IDC_SIZEWE = 32644 constant IDC_SIZEALL (line 95) | IDC_SIZEALL = 32646 constant INFINITE (line 97) | INFINITE = 0xFFFFFFFF constant LOGPIXELSX (line 99) | LOGPIXELSX = 88 constant MDT_EFFECTIVE_DPI (line 101) | MDT_EFFECTIVE_DPI = 0 constant MONITOR_DEFAULTTOPRIMARY (line 103) | MONITOR_DEFAULTTOPRIMARY = 1 constant SIZE_MAXIMIZED (line 105) | SIZE_MAXIMIZED = 2 constant SIZE_MINIMIZED (line 106) | SIZE_MINIMIZED = 1 constant SIZE_RESTORED (line 107) | SIZE_RESTORED = 0 constant SW_SHOWDEFAULT (line 109) | SW_SHOWDEFAULT = 10 constant SWP_FRAMECHANGED (line 111) | SWP_FRAMECHANGED = 0x0020 constant SWP_NOMOVE (line 112) | SWP_NOMOVE = 0x0002 constant SWP_NOOWNERZORDER (line 113) | SWP_NOOWNERZORDER = 0x0200 constant SWP_NOSIZE (line 114) | SWP_NOSIZE = 0x0001 constant SWP_NOZORDER (line 115) | SWP_NOZORDER = 0x0004 constant SWP_SHOWWINDOW (line 116) | SWP_SHOWWINDOW = 0x0040 constant USER_TIMER_MINIMUM (line 118) | USER_TIMER_MINIMUM = 0x0000000A constant VK_CONTROL (line 120) | VK_CONTROL = 0x11 constant VK_LWIN (line 121) | VK_LWIN = 0x5B constant VK_MENU (line 122) | VK_MENU = 0x12 constant VK_RWIN (line 123) | VK_RWIN = 0x5C constant VK_SHIFT (line 124) | VK_SHIFT = 0x10 constant VK_BACK (line 126) | VK_BACK = 0x08 constant VK_DELETE (line 127) | VK_DELETE = 0x2e constant VK_DOWN (line 128) | VK_DOWN = 0x28 constant VK_END (line 129) | VK_END = 0x23 constant VK_ESCAPE (line 130) | VK_ESCAPE = 0x1b constant VK_HOME (line 131) | VK_HOME = 0x24 constant VK_LEFT (line 132) | VK_LEFT = 0x25 constant VK_NEXT (line 133) | VK_NEXT = 0x22 constant VK_PRIOR (line 134) | VK_PRIOR = 0x21 constant VK_RIGHT (line 135) | VK_RIGHT = 0x27 constant VK_RETURN (line 136) | VK_RETURN = 0x0d constant VK_SPACE (line 137) | VK_SPACE = 0x20 constant VK_TAB (line 138) | VK_TAB = 0x09 constant VK_UP (line 139) | VK_UP = 0x26 constant VK_F1 (line 141) | VK_F1 = 0x70 constant VK_F2 (line 142) | VK_F2 = 0x71 constant VK_F3 (line 143) | VK_F3 = 0x72 constant VK_F4 (line 144) | VK_F4 = 0x73 constant VK_F5 (line 145) | VK_F5 = 0x74 constant VK_F6 (line 146) | VK_F6 = 0x75 constant VK_F7 (line 147) | VK_F7 = 0x76 constant VK_F8 (line 148) | VK_F8 = 0x77 constant VK_F9 (line 149) | VK_F9 = 0x78 constant VK_F10 (line 150) | VK_F10 = 0x79 constant VK_F11 (line 151) | VK_F11 = 0x7A constant VK_F12 (line 152) | VK_F12 = 0x7B constant VK_OEM_1 (line 154) | VK_OEM_1 = 0xba constant VK_OEM_PLUS (line 155) | VK_OEM_PLUS = 0xbb constant VK_OEM_COMMA (line 156) | VK_OEM_COMMA = 0xbc constant VK_OEM_MINUS (line 157) | VK_OEM_MINUS = 0xbd constant VK_OEM_PERIOD (line 158) | VK_OEM_PERIOD = 0xbe constant VK_OEM_2 (line 159) | VK_OEM_2 = 0xbf constant VK_OEM_3 (line 160) | VK_OEM_3 = 0xc0 constant VK_OEM_4 (line 161) | VK_OEM_4 = 0xdb constant VK_OEM_5 (line 162) | VK_OEM_5 = 0xdc constant VK_OEM_6 (line 163) | VK_OEM_6 = 0xdd constant VK_OEM_7 (line 164) | VK_OEM_7 = 0xde constant VK_OEM_102 (line 165) | VK_OEM_102 = 0xe2 constant UNICODE_NOCHAR (line 167) | UNICODE_NOCHAR = 65535 constant WM_CANCELMODE (line 169) | WM_CANCELMODE = 0x001F constant WM_CHAR (line 170) | WM_CHAR = 0x0102 constant WM_CREATE (line 171) | WM_CREATE = 0x0001 constant WM_DPICHANGED (line 172) | WM_DPICHANGED = 0x02E0 constant WM_DESTROY (line 173) | WM_DESTROY = 0x0002 constant WM_ERASEBKGND (line 174) | WM_ERASEBKGND = 0x0014 constant WM_KEYDOWN (line 175) | WM_KEYDOWN = 0x0100 constant WM_KEYUP (line 176) | WM_KEYUP = 0x0101 constant WM_LBUTTONDOWN (line 177) | WM_LBUTTONDOWN = 0x0201 constant WM_LBUTTONUP (line 178) | WM_LBUTTONUP = 0x0202 constant WM_MBUTTONDOWN (line 179) | WM_MBUTTONDOWN = 0x0207 constant WM_MBUTTONUP (line 180) | WM_MBUTTONUP = 0x0208 constant WM_MOUSEMOVE (line 181) | WM_MOUSEMOVE = 0x0200 constant WM_MOUSEWHEEL (line 182) | WM_MOUSEWHEEL = 0x020A constant WM_MOUSEHWHEEL (line 183) | WM_MOUSEHWHEEL = 0x020E constant WM_PAINT (line 184) | WM_PAINT = 0x000F constant WM_CLOSE (line 185) | WM_CLOSE = 0x0010 constant WM_QUIT (line 186) | WM_QUIT = 0x0012 constant WM_SETCURSOR (line 187) | WM_SETCURSOR = 0x0020 constant WM_SETFOCUS (line 188) | WM_SETFOCUS = 0x0007 constant WM_KILLFOCUS (line 189) | WM_KILLFOCUS = 0x0008 constant WM_SHOWWINDOW (line 190) | WM_SHOWWINDOW = 0x0018 constant WM_SIZE (line 191) | WM_SIZE = 0x0005 constant WM_SYSKEYDOWN (line 192) | WM_SYSKEYDOWN = 0x0104 constant WM_SYSKEYUP (line 193) | WM_SYSKEYUP = 0x0105 constant WM_RBUTTONDOWN (line 194) | WM_RBUTTONDOWN = 0x0204 constant WM_RBUTTONUP (line 195) | WM_RBUTTONUP = 0x0205 constant WM_TIMER (line 196) | WM_TIMER = 0x0113 constant WM_UNICHAR (line 197) | WM_UNICHAR = 0x0109 constant WM_USER (line 198) | WM_USER = 0x0400 constant WM_GETMINMAXINFO (line 199) | WM_GETMINMAXINFO = 0x0024 constant WS_CLIPCHILDREN (line 201) | WS_CLIPCHILDREN = 0x00010000 constant WS_CLIPSIBLINGS (line 202) | WS_CLIPSIBLINGS = 0x04000000 constant WS_MAXIMIZE (line 203) | WS_MAXIMIZE = 0x01000000 constant WS_VISIBLE (line 204) | WS_VISIBLE = 0x10000000 constant WS_OVERLAPPED (line 205) | WS_OVERLAPPED = 0x00000000 constant WS_OVERLAPPEDWINDOW (line 206) | WS_OVERLAPPEDWINDOW = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICK... constant WS_CAPTION (line 208) | WS_CAPTION = 0x00C00000 constant WS_SYSMENU (line 209) | WS_SYSMENU = 0x00080000 constant WS_THICKFRAME (line 210) | WS_THICKFRAME = 0x00040000 constant WS_MINIMIZEBOX (line 211) | WS_MINIMIZEBOX = 0x00020000 constant WS_MAXIMIZEBOX (line 212) | WS_MAXIMIZEBOX = 0x00010000 constant WS_EX_APPWINDOW (line 214) | WS_EX_APPWINDOW = 0x00040000 constant WS_EX_WINDOWEDGE (line 215) | WS_EX_WINDOWEDGE = 0x00000100 constant QS_ALLINPUT (line 217) | QS_ALLINPUT = 0x04FF constant MWMO_WAITALL (line 219) | MWMO_WAITALL = 0x0001 constant MWMO_INPUTAVAILABLE (line 220) | MWMO_INPUTAVAILABLE = 0x0004 constant WAIT_OBJECT_0 (line 222) | WAIT_OBJECT_0 = 0 constant PM_REMOVE (line 224) | PM_REMOVE = 0x0001 constant PM_NOREMOVE (line 225) | PM_NOREMOVE = 0x0000 constant GHND (line 227) | GHND = 0x0042 constant CF_UNICODETEXT (line 229) | CF_UNICODETEXT = 13 constant IMAGE_BITMAP (line 230) | IMAGE_BITMAP = 0 constant IMAGE_ICON (line 231) | IMAGE_ICON = 1 constant IMAGE_CURSOR (line 232) | IMAGE_CURSOR = 2 constant LR_CREATEDIBSECTION (line 234) | LR_CREATEDIBSECTION = 0x00002000 constant LR_DEFAULTCOLOR (line 235) | LR_DEFAULTCOLOR = 0x00000000 constant LR_DEFAULTSIZE (line 236) | LR_DEFAULTSIZE = 0x00000040 constant LR_LOADFROMFILE (line 237) | LR_LOADFROMFILE = 0x00000010 constant LR_LOADMAP3DCOLORS (line 238) | LR_LOADMAP3DCOLORS = 0x00001000 constant LR_LOADTRANSPARENT (line 239) | LR_LOADTRANSPARENT = 0x00000020 constant LR_MONOCHROME (line 240) | LR_MONOCHROME = 0x00000001 constant LR_SHARED (line 241) | LR_SHARED = 0x00008000 constant LR_VGACOLOR (line 242) | LR_VGACOLOR = 0x00000080 function AdjustWindowRectEx (line 312) | func AdjustWindowRectEx(r *Rect, dwStyle uint32, bMenu int, dwExStyle ui... function CallMsgFilter (line 317) | func CallMsgFilter(m *Msg, nCode uintptr) bool { function CloseClipboard (line 323) | func CloseClipboard() error { function CreateWindowEx (line 331) | func CreateWindowEx(dwExStyle uint32, lpClassName uint16, lpWindowName s... function DefWindowProc (line 351) | func DefWindowProc(hwnd syscall.Handle, msg uint32, wparam, lparam uintp... function DestroyWindow (line 356) | func DestroyWindow(hwnd syscall.Handle) { function DispatchMessage (line 360) | func DispatchMessage(m *Msg) { function EmptyClipboard (line 365) | func EmptyClipboard() error { function GetClientRect (line 373) | func GetClientRect(hwnd syscall.Handle, r *Rect) { function GetClipboardData (line 378) | func GetClipboardData(format uint32) (syscall.Handle, error) { function GetDC (line 386) | func GetDC(hwnd syscall.Handle) (syscall.Handle, error) { function GetModuleHandle (line 394) | func GetModuleHandle() (syscall.Handle, error) { function getDeviceCaps (line 402) | func getDeviceCaps(hdc syscall.Handle, index int32) int { function getDpiForMonitor (line 407) | func getDpiForMonitor(hmonitor syscall.Handle, dpiType uint32) int { function GetSystemDPI (line 414) | func GetSystemDPI() int { function GetKeyState (line 430) | func GetKeyState(nVirtKey int32) int16 { function GetMessage (line 435) | func GetMessage(m *Msg, hwnd syscall.Handle, wMsgFilterMin, wMsgFilterMa... function GetMessageTime (line 444) | func GetMessageTime() time.Duration { function GetWindowDPI (line 450) | func GetWindowDPI(hwnd syscall.Handle) int { function GetWindowPlacement (line 460) | func GetWindowPlacement(hwnd syscall.Handle) *WindowPlacement { function GetMonitorInfo (line 467) | func GetMonitorInfo(hwnd syscall.Handle) MonitorInfo { function GetWindowLong (line 475) | func GetWindowLong(hwnd syscall.Handle) (style uintptr) { function SetWindowLong (line 484) | func SetWindowLong(hwnd syscall.Handle, idx uint32, style uintptr) { function SetWindowPlacement (line 492) | func SetWindowPlacement(hwnd syscall.Handle, wp *WindowPlacement) { function SetWindowPos (line 496) | func SetWindowPos(hwnd syscall.Handle, hwndInsertAfter uint32, x, y, dx,... function SetWindowText (line 504) | func SetWindowText(hwnd syscall.Handle, title string) { function GlobalAlloc (line 509) | func GlobalAlloc(size int) (syscall.Handle, error) { function GlobalFree (line 517) | func GlobalFree(h syscall.Handle) { function GlobalLock (line 521) | func GlobalLock(h syscall.Handle) (uintptr, error) { function GlobalUnlock (line 529) | func GlobalUnlock(h syscall.Handle) { function KillTimer (line 533) | func KillTimer(hwnd syscall.Handle, nIDEvent uintptr) error { function LoadCursor (line 541) | func LoadCursor(curID uint16) (syscall.Handle, error) { function LoadImage (line 549) | func LoadImage(hInst syscall.Handle, res uint32, typ uint32, cx, cy int,... function MoveWindow (line 557) | func MoveWindow(hwnd syscall.Handle, x, y, width, height int32, repaint ... function monitorFromPoint (line 565) | func monitorFromPoint(pt Point, flags uint32) syscall.Handle { function MsgWaitForMultipleObjectsEx (line 570) | func MsgWaitForMultipleObjectsEx(nCount uint32, pHandles uintptr, millis... function OpenClipboard (line 579) | func OpenClipboard(hwnd syscall.Handle) error { function PeekMessage (line 587) | func PeekMessage(m *Msg, hwnd syscall.Handle, wMsgFilterMin, wMsgFilterM... function PostQuitMessage (line 593) | func PostQuitMessage(exitCode uintptr) { function PostMessage (line 597) | func PostMessage(hwnd syscall.Handle, msg uint32, wParam, lParam uintptr... function ReleaseCapture (line 605) | func ReleaseCapture() bool { function RegisterClassEx (line 610) | func RegisterClassEx(cls *WndClassEx) (uint16, error) { function ReleaseDC (line 619) | func ReleaseDC(hdc syscall.Handle) { function SetForegroundWindow (line 623) | func SetForegroundWindow(hwnd syscall.Handle) { function SetFocus (line 627) | func SetFocus(hwnd syscall.Handle) { function SetProcessDPIAware (line 631) | func SetProcessDPIAware() { function SetCapture (line 635) | func SetCapture(hwnd syscall.Handle) syscall.Handle { function SetClipboardData (line 640) | func SetClipboardData(format uint32, mem syscall.Handle) error { function SetCursor (line 648) | func SetCursor(h syscall.Handle) { function SetTimer (line 652) | func SetTimer(hwnd syscall.Handle, nIDEvent uintptr, uElapse uint32, tim... function ScreenToClient (line 660) | func ScreenToClient(hwnd syscall.Handle, p *Point) { function ShowWindow (line 665) | func ShowWindow(hwnd syscall.Handle, nCmdShow int32) { function TranslateMessage (line 669) | func TranslateMessage(m *Msg) { function UnregisterClass (line 674) | func UnregisterClass(cls uint16, hInst syscall.Handle) { function UpdateWindow (line 678) | func UpdateWindow(hwnd syscall.Handle) { function issue34474KeepAlive (line 688) | func issue34474KeepAlive(v interface{}) { FILE: vendor/gioui.org/app/internal/xkb/xkb_unix.go type Context (line 33) | type Context struct method Destroy (line 49) | func (x *Context) Destroy() { method DestroyKeymapState (line 97) | func (x *Context) DestroyKeymapState() { method SetKeymap (line 110) | func (x *Context) SetKeymap(xkbKeyMap, xkbState unsafe.Pointer) { method LoadKeymap (line 116) | func (x *Context) LoadKeymap(format int, fd int, size int) error { method Modifiers (line 137) | func (x *Context) Modifiers() key.Modifiers { method DispatchKey (line 154) | func (x *Context) DispatchKey(keyCode uint32, state key.State) (events... method charsForKeycode (line 212) | func (x *Context) charsForKeycode(keyCode C.xkb_keycode_t) []byte { method IsRepeatKey (line 221) | func (x *Context) IsRepeatKey(keyCode uint32) bool { method UpdateMask (line 226) | func (x *Context) UpdateMask(depressed, latched, locked, depressedGrou... function New (line 65) | func New() (*Context, error) { function convertKeysym (line 234) | func convertKeysym(s C.xkb_keysym_t) (string, bool) { FILE: vendor/gioui.org/app/metal_darwin.go type mtlContext (line 76) | type mtlContext struct method RenderTarget (line 112) | func (c *mtlContext) RenderTarget() (gpu.RenderTarget, error) { method API (line 129) | func (c *mtlContext) API() gpu.API { method Release (line 137) | func (c *mtlContext) Release() { method Present (line 150) | func (c *mtlContext) Present() error { method Lock (line 159) | func (c *mtlContext) Lock() error { method Unlock (line 163) | func (c *mtlContext) Unlock() {} method Refresh (line 165) | func (c *mtlContext) Refresh() error { function newMtlContext (line 85) | func newMtlContext(w *window) (*mtlContext, error) { method NewContext (line 170) | func (w *window) NewContext() (context, error) { FILE: vendor/gioui.org/app/metal_ios.go function getMetalLayer (line 42) | func getMetalLayer(view C.CFTypeRef) C.CFTypeRef { function resizeDrawable (line 46) | func resizeDrawable(view, layer C.CFTypeRef) { FILE: vendor/gioui.org/app/metal_macos.go function getMetalLayer (line 43) | func getMetalLayer(view C.CFTypeRef) C.CFTypeRef { function resizeDrawable (line 47) | func resizeDrawable(view, layer C.CFTypeRef) { FILE: vendor/gioui.org/app/os.go type size (line 20) | type size struct type Config (line 30) | type Config struct method apply (line 58) | func (c *Config) apply(m unit.Metric, options []Option) { type ConfigEvent (line 54) | type ConfigEvent struct method ImplementsEvent (line 220) | func (ConfigEvent) ImplementsEvent() {} type wakeupEvent (line 64) | type wakeupEvent struct method ImplementsEvent (line 219) | func (wakeupEvent) ImplementsEvent() {} type WindowMode (line 69) | type WindowMode method Option (line 78) | func (m WindowMode) Option() Option { method String (line 84) | func (m WindowMode) String() string { constant Windowed (line 73) | Windowed WindowMode = iota constant Fullscreen (line 75) | Fullscreen type Orientation (line 97) | type Orientation method Option (line 108) | func (o Orientation) Option() Option { method String (line 114) | func (o Orientation) String() string { constant AnyOrientation (line 101) | AnyOrientation Orientation = iota constant LandscapeOrientation (line 103) | LandscapeOrientation constant PortraitOrientation (line 105) | PortraitOrientation type frameEvent (line 126) | type frameEvent struct type context (line 132) | type context interface type driver (line 144) | type driver interface type windowRendezvous (line 182) | type windowRendezvous struct type windowAndConfig (line 188) | type windowAndConfig struct function newWindowRendezvous (line 193) | func newWindowRendezvous() *windowRendezvous { FILE: vendor/gioui.org/app/os_android.go type window (line 148) | type window struct method NewContext (line 310) | func (w *window) NewContext() (context, error) { method initAccessibilityNodeInfo (line 657) | func (w *window) initAccessibilityNodeInfo(env *C.JNIEnv, sem router.S... method virtualIDFor (line 745) | func (w *window) virtualIDFor(id router.SemanticID) C.jint { method semIDFor (line 753) | func (w *window) semIDFor(virtID C.jint) router.SemanticID { method detach (line 760) | func (w *window) detach(env *C.JNIEnv) { method setVisible (line 769) | func (w *window) setVisible(env *C.JNIEnv) { method setStage (line 778) | func (w *window) setStage(stage system.Stage) { method setVisual (line 786) | func (w *window) setVisual(visID int) error { method nativeWindow (line 793) | func (w *window) nativeWindow() (*C.ANativeWindow, int, int) { method loadConfig (line 798) | func (w *window) loadConfig(env *C.JNIEnv, class C.jclass) { method SetAnimating (line 812) | func (w *window) SetAnimating(anim bool) { method draw (line 821) | func (w *window) draw(env *C.JNIEnv, sync bool) { method ShowTextInput (line 979) | func (w *window) ShowTextInput(show bool) { method SetInputHint (line 989) | func (w *window) SetInputHint(mode key.InputHint) { method WriteClipboard (line 1131) | func (w *window) WriteClipboard(s string) { method ReadClipboard (line 1139) | func (w *window) ReadClipboard() { method Configure (line 1151) | func (w *window) Configure(options []Option) { method Raise (line 1184) | func (w *window) Raise() {} method SetCursor (line 1186) | func (w *window) SetCursor(name pointer.CursorName) { method Wakeup (line 1192) | func (w *window) Wakeup() { method Close (line 1253) | func (w *window) Close() {} method Maximize (line 1256) | func (w *window) Maximize() {} method Center (line 1259) | func (w *window) Center() {} type ViewEvent (line 195) | type ViewEvent struct method ImplementsEvent (line 1283) | func (_ ViewEvent) ImplementsEvent() {} type jvalue (line 203) | type jvalue constant HOST_VIEW_ID (line 295) | HOST_VIEW_ID = -1 constant TYPE_VIEW_HOVER_ENTER (line 299) | TYPE_VIEW_HOVER_ENTER = 128 constant TYPE_VIEW_HOVER_EXIT (line 300) | TYPE_VIEW_HOVER_EXIT = 256 constant ACTION_ACCESSIBILITY_FOCUS (line 305) | ACTION_ACCESSIBILITY_FOCUS = 64 constant ACTION_CLEAR_ACCESSIBILITY_FOCUS (line 306) | ACTION_CLEAR_ACCESSIBILITY_FOCUS = 128 constant ACTION_CLICK (line 307) | ACTION_CLICK = 16 function dataDir (line 332) | func dataDir() (string, error) { function getMethodID (line 353) | func getMethodID(env *C.JNIEnv, class C.jclass, method, sig string) C.jm... function getStaticMethodID (line 365) | func getStaticMethodID(env *C.JNIEnv, class C.jclass, method, sig string... function Java_org_gioui_Gio_runGoMain (line 378) | func Java_org_gioui_Gio_runGoMain(env *C.JNIEnv, class C.jclass, jdataDi... function initJVM (line 392) | func initJVM(env *C.JNIEnv, gio C.jclass, ctx C.jobject) { function JavaVM (line 436) | func JavaVM() uintptr { function javaVM (line 441) | func javaVM() *C.JavaVM { function AppContext (line 448) | func AppContext() uintptr { function Java_org_gioui_GioView_onCreateView (line 455) | func Java_org_gioui_GioView_onCreateView(env *C.JNIEnv, class C.jclass, ... function Java_org_gioui_GioView_onDestroyView (line 499) | func Java_org_gioui_GioView_onDestroyView(env *C.JNIEnv, class C.jclass,... function Java_org_gioui_GioView_onStopView (line 505) | func Java_org_gioui_GioView_onStopView(env *C.JNIEnv, class C.jclass, ha... function Java_org_gioui_GioView_onStartView (line 512) | func Java_org_gioui_GioView_onStartView(env *C.JNIEnv, class C.jclass, h... function Java_org_gioui_GioView_onSurfaceDestroyed (line 521) | func Java_org_gioui_GioView_onSurfaceDestroyed(env *C.JNIEnv, class C.jc... function Java_org_gioui_GioView_onSurfaceChanged (line 528) | func Java_org_gioui_GioView_onSurfaceChanged(env *C.JNIEnv, class C.jcla... function Java_org_gioui_GioView_onLowMemory (line 537) | func Java_org_gioui_GioView_onLowMemory(env *C.JNIEnv, class C.jclass) { function Java_org_gioui_GioView_onConfigurationChanged (line 543) | func Java_org_gioui_GioView_onConfigurationChanged(env *C.JNIEnv, class ... function Java_org_gioui_GioView_onFrameCallback (line 552) | func Java_org_gioui_GioView_onFrameCallback(env *C.JNIEnv, class C.jclas... function Java_org_gioui_GioView_onBack (line 569) | func Java_org_gioui_GioView_onBack(env *C.JNIEnv, class C.jclass, view C... function Java_org_gioui_GioView_onFocusChange (line 580) | func Java_org_gioui_GioView_onFocusChange(env *C.JNIEnv, class C.jclass,... function Java_org_gioui_GioView_onWindowInsets (line 586) | func Java_org_gioui_GioView_onWindowInsets(env *C.JNIEnv, class C.jclass... function Java_org_gioui_GioView_initializeAccessibilityNodeInfo (line 600) | func Java_org_gioui_GioView_initializeAccessibilityNodeInfo(env *C.JNIEn... function Java_org_gioui_GioView_onTouchExploration (line 614) | func Java_org_gioui_GioView_onTouchExploration(env *C.JNIEnv, class C.jc... function Java_org_gioui_GioView_onExitTouchExploration (line 631) | func Java_org_gioui_GioView_onExitTouchExploration(env *C.JNIEnv, class ... function Java_org_gioui_GioView_onA11yFocus (line 640) | func Java_org_gioui_GioView_onA11yFocus(env *C.JNIEnv, class C.jclass, v... function Java_org_gioui_GioView_onClearA11yFocus (line 650) | func Java_org_gioui_GioView_onClearA11yFocus(env *C.JNIEnv, class C.jcla... type keyMapper (line 867) | type keyMapper function runInJVM (line 869) | func runInJVM(jvm *C.JavaVM, f func(env *C.JNIEnv)) { function convertKeyCode (line 889) | func convertKeyCode(code C.jint) (string, bool) { function Java_org_gioui_GioView_onKeyEvent (line 915) | func Java_org_gioui_GioView_onKeyEvent(env *C.JNIEnv, class C.jclass, ha... function Java_org_gioui_GioView_onTouchEvent (line 926) | func Java_org_gioui_GioView_onTouchEvent(env *C.JNIEnv, class C.jclass, ... function javaBool (line 1018) | func javaBool(b bool) C.jboolean { function javaString (line 1026) | func javaString(env *C.JNIEnv, str string) C.jstring { function varArgs (line 1034) | func varArgs(args []jvalue) *C.jvalue { function callStaticVoidMethod (line 1041) | func callStaticVoidMethod(env *C.JNIEnv, cls C.jclass, method C.jmethodI... function callStaticObjectMethod (line 1046) | func callStaticObjectMethod(env *C.JNIEnv, cls C.jclass, method C.jmetho... function callVoidMethod (line 1051) | func callVoidMethod(env *C.JNIEnv, obj C.jobject, method C.jmethodID, ar... function callBooleanMethod (line 1056) | func callBooleanMethod(env *C.JNIEnv, obj C.jobject, method C.jmethodID,... function callObjectMethod (line 1061) | func callObjectMethod(env *C.JNIEnv, obj C.jobject, method C.jmethodID, ... function newObject (line 1066) | func newObject(env *C.JNIEnv, cls C.jclass, method C.jmethodID, args ...... function exception (line 1074) | func exception(env *C.JNIEnv) error { function getObjectClass (line 1089) | func getObjectClass(env *C.JNIEnv, obj C.jobject) C.jclass { function goString (line 1102) | func goString(env *C.JNIEnv, str C.jstring) string { function findClass (line 1117) | func findClass(env *C.JNIEnv, name string) C.jclass { function osMain (line 1123) | func osMain() { function newWindow (line 1126) | func newWindow(window *callbacks, options []Option) error { function setCursor (line 1198) | func setCursor(env *C.JNIEnv, view C.jobject, name pointer.CursorName) { function setOrientation (line 1221) | func setOrientation(env *C.JNIEnv, view C.jobject, mode Orientation) { function setStatusColor (line 1238) | func setStatusColor(env *C.JNIEnv, view C.jobject, color color.NRGBA) { function setNavigationColor (line 1245) | func setNavigationColor(env *C.JNIEnv, view C.jobject, color color.NRGBA) { function runOnMain (line 1262) | func runOnMain(f func(env *C.JNIEnv)) { function Java_org_gioui_Gio_scheduleMainFuncs (line 1272) | func Java_org_gioui_Gio_scheduleMainFuncs(env *C.JNIEnv, cls C.jclass) { FILE: vendor/gioui.org/app/os_darwin.go type displayLink (line 49) | type displayLink struct method run (line 124) | func (d *displayLink) run(dl C.CFTypeRef) { method Start (line 171) | func (d *displayLink) Start() { method Stop (line 175) | func (d *displayLink) Stop() { method Close (line 179) | func (d *displayLink) Close() { method SetDisplayID (line 183) | func (d *displayLink) SetDisplayID(did uint64) { function runOnMain (line 69) | func runOnMain(f func()) { function gio_dispatchMainFuncs (line 81) | func gio_dispatchMainFuncs() { function nsstringToString (line 94) | func nsstringToString(str C.CFTypeRef) string { function NewDisplayLink (line 109) | func NewDisplayLink(callback func()) (*displayLink, error) { function gio_onFrameCallback (line 188) | func gio_onFrameCallback(dl C.CFTypeRef) { function windowSetCursor (line 199) | func windowSetCursor(from, to pointer.CursorName) pointer.CursorName { method Wakeup (line 233) | func (w *window) Wakeup() { FILE: vendor/gioui.org/app/os_ios.go type ViewEvent (line 89) | type ViewEvent struct method ImplementsEvent (line 358) | func (_ ViewEvent) ImplementsEvent() {} type window (line 94) | type window struct method draw (line 140) | func (w *window) draw(sync bool) { method ReadClipboard (line 262) | func (w *window) ReadClipboard() { method WriteClipboard (line 267) | func (w *window) WriteClipboard(s string) { method Configure (line 276) | func (w *window) Configure([]Option) {} method Raise (line 278) | func (w *window) Raise() {} method SetAnimating (line 280) | func (w *window) SetAnimating(anim bool) { method SetCursor (line 292) | func (w *window) SetCursor(name pointer.CursorName) { method onKeyCommand (line 296) | func (w *window) onKeyCommand(name string) { method lookupTouch (line 304) | func (w *window) lookupTouch(last bool, touch C.CFTypeRef) pointer.ID { method contextView (line 322) | func (w *window) contextView() C.CFTypeRef { method ShowTextInput (line 326) | func (w *window) ShowTextInput(show bool) { method SetInputHint (line 334) | func (w *window) SetInputHint(_ key.InputHint) {} method Close (line 337) | func (w *window) Close() {} method Maximize (line 340) | func (w *window) Maximize() {} method Center (line 343) | func (w *window) Center() {} function init (line 109) | func init() { function onCreate (line 115) | func onCreate(view, controller C.CFTypeRef) { function gio_onDraw (line 135) | func gio_onDraw(view C.CFTypeRef) { function onStop (line 174) | func onStop(view C.CFTypeRef) { function onDestroy (line 181) | func onDestroy(view C.CFTypeRef) { function onFocus (line 191) | func onFocus(view C.CFTypeRef, focus int) { function onLowMemory (line 197) | func onLowMemory() { function onUpArrow (line 203) | func onUpArrow(view C.CFTypeRef) { function onDownArrow (line 208) | func onDownArrow(view C.CFTypeRef) { function onLeftArrow (line 213) | func onLeftArrow(view C.CFTypeRef) { function onRightArrow (line 218) | func onRightArrow(view C.CFTypeRef) { function onDeleteBackward (line 223) | func onDeleteBackward(view C.CFTypeRef) { function onText (line 228) | func onText(view C.CFTypeRef, str *C.char) { function onTouch (line 236) | func onTouch(last C.int, view, touchRef C.CFTypeRef, phase C.NSInteger, ... function newWindow (line 345) | func newWindow(win *callbacks, options []Option) error { function osMain (line 350) | func osMain() { function gio_runMain (line 354) | func gio_runMain() { FILE: vendor/gioui.org/app/os_js.go type ViewEvent (line 25) | type ViewEvent struct method ImplementsEvent (line 722) | func (_ ViewEvent) ImplementsEvent() {} type window (line 27) | type window struct method cleanup (line 155) | func (w *window) cleanup() { method addEventListeners (line 164) | func (w *window) addEventListeners() { method addHistory (line 296) | func (w *window) addHistory() { method flushInput (line 300) | func (w *window) flushInput() { method blur (line 306) | func (w *window) blur() { method focus (line 311) | func (w *window) focus() { method keyboard (line 316) | func (w *window) keyboard(hint key.InputHint) { method keyEvent (line 337) | func (w *window) keyEvent(e js.Value, ks key.State) { method touchEvent (line 369) | func (w *window) touchEvent(typ pointer.Type, e js.Value) { method touchIDFor (line 407) | func (w *window) touchIDFor(touch js.Value) pointer.ID { method pointerEvent (line 419) | func (w *window) pointerEvent(typ pointer.Type, dx, dy float32, e js.V... method addEventListener (line 457) | func (w *window) addEventListener(this js.Value, event string, f func(... method funcOf (line 467) | func (w *window) funcOf(f func(this js.Value, args []js.Value) interfa... method animCallback (line 473) | func (w *window) animCallback() { method SetAnimating (line 484) | func (w *window) SetAnimating(anim bool) { method ReadClipboard (line 492) | func (w *window) ReadClipboard() { method WriteClipboard (line 502) | func (w *window) WriteClipboard(s string) { method Configure (line 512) | func (w *window) Configure(options []Option) { method Raise (line 536) | func (w *window) Raise() {} method SetCursor (line 538) | func (w *window) SetCursor(name pointer.CursorName) { method Wakeup (line 543) | func (w *window) Wakeup() { method ShowTextInput (line 550) | func (w *window) ShowTextInput(show bool) { method SetInputHint (line 562) | func (w *window) SetInputHint(mode key.InputHint) { method Close (line 567) | func (w *window) Close() {} method Maximize (line 570) | func (w *window) Maximize() {} method Center (line 573) | func (w *window) Center() {} method resize (line 575) | func (w *window) resize() { method draw (line 601) | func (w *window) draw(sync bool) { method getConfig (line 617) | func (w *window) getConfig() (image.Point, system.Insets, unit.Metric) { method windowMode (line 627) | func (w *window) windowMode(mode WindowMode) { method orientation (line 648) | func (w *window) orientation(mode Orientation) { method navigationColor (line 663) | func (w *window) navigationColor(c color.NRGBA) { function newWindow (line 59) | func newWindow(win *callbacks, options []Option) error { function getContainer (line 121) | func getContainer(doc js.Value) js.Value { function createTextArea (line 131) | func createTextArea(doc js.Value) js.Value { function createCanvas (line 146) | func createCanvas(doc js.Value) js.Value { function modifiersFor (line 351) | func modifiersFor(e js.Value) key.Modifiers { function osMain (line 674) | func osMain() { function translateKey (line 678) | func translateKey(k string) (string, bool) { FILE: vendor/gioui.org/app/os_macos.go function init (line 155) | func init() { type ViewEvent (line 162) | type ViewEvent struct method ImplementsEvent (line 663) | func (_ ViewEvent) ImplementsEvent() {} type window (line 169) | type window struct method contextView (line 217) | func (w *window) contextView() C.CFTypeRef { method ReadClipboard (line 221) | func (w *window) ReadClipboard() { method WriteClipboard (line 226) | func (w *window) WriteClipboard(s string) { method updateWindowMode (line 235) | func (w *window) updateWindowMode() { method Configure (line 244) | func (w *window) Configure(options []Option) { method SetCursor (line 286) | func (w *window) SetCursor(name pointer.CursorName) { method ShowTextInput (line 290) | func (w *window) ShowTextInput(show bool) {} method SetInputHint (line 292) | func (w *window) SetInputHint(_ key.InputHint) {} method SetAnimating (line 294) | func (w *window) SetAnimating(anim bool) { method Raise (line 302) | func (w *window) Raise() { method runOnMain (line 306) | func (w *window) runOnMain(f func()) { method Close (line 316) | func (w *window) Close() { method Maximize (line 321) | func (w *window) Maximize() { method Center (line 327) | func (w *window) Center() { method setStage (line 338) | func (w *window) setStage(stage system.Stage) { method draw (line 432) | func (w *window) draw() { function mustView (line 193) | func mustView(view C.CFTypeRef) *window { function lookupView (line 201) | func lookupView(view C.CFTypeRef) (*window, bool) { function deleteView (line 209) | func deleteView(view C.CFTypeRef) { function insertView (line 213) | func insertView(view C.CFTypeRef, w *window) { function gio_onKeys (line 347) | func gio_onKeys(view C.CFTypeRef, cstr *C.char, ti C.double, mods C.NSUI... function gio_onText (line 367) | func gio_onText(view C.CFTypeRef, cstr *C.char) { function gio_onMouse (line 374) | func gio_onMouse(view C.CFTypeRef, cdir C.int, cbtns C.NSUInteger, x, y,... function gio_onDraw (line 414) | func gio_onDraw(view C.CFTypeRef) { function gio_onFocus (line 420) | func gio_onFocus(view C.CFTypeRef, focus C.int) { function gio_onChangeScreen (line 427) | func gio_onChangeScreen(view C.CFTypeRef, did uint64) { function configFor (line 458) | func configFor(scale float32) unit.Metric { function gio_onClose (line 466) | func gio_onClose(view C.CFTypeRef) { function gio_onHide (line 480) | func gio_onHide(view C.CFTypeRef) { function gio_onShow (line 486) | func gio_onShow(view C.CFTypeRef) { function gio_onFullscreen (line 492) | func gio_onFullscreen(view C.CFTypeRef) { function gio_onWindowed (line 499) | func gio_onWindowed(view C.CFTypeRef) { function gio_onAppHide (line 506) | func gio_onAppHide() { function gio_onAppShow (line 513) | func gio_onAppShow() { function gio_onFinishLaunching (line 520) | func gio_onFinishLaunching() { function newWindow (line 524) | func newWindow(win *callbacks, options []Option) error { function newOSWindow (line 551) | func newOSWindow() (*window, error) { function osMain (line 575) | func osMain() { function convertKey (line 579) | func convertKey(k rune) (string, bool) { function convertMods (line 646) | func convertMods(mods C.NSUInteger) key.Modifiers { FILE: vendor/gioui.org/app/os_unix.go type ViewEvent (line 13) | type ViewEvent struct method ImplementsEvent (line 50) | func (_ ViewEvent) ImplementsEvent() {} function osMain (line 20) | func osMain() { type windowDriver (line 24) | type windowDriver function newWindow (line 30) | func newWindow(window *callbacks, options []Option) error { FILE: vendor/gioui.org/app/os_wayland.c type wl_registry_listener (line 12) | struct wl_registry_listener type wl_registry (line 14) | struct wl_registry type wl_surface_listener (line 18) | struct wl_surface_listener type xdg_surface_listener (line 23) | struct xdg_surface_listener type xdg_toplevel_listener (line 27) | struct xdg_toplevel_listener function xdg_wm_base_handle_ping (line 32) | static void xdg_wm_base_handle_ping(void *data, struct xdg_wm_base *wm, ... type xdg_wm_base_listener (line 36) | struct xdg_wm_base_listener type wl_callback_listener (line 40) | struct wl_callback_listener type wl_output_listener (line 44) | struct wl_output_listener type wl_output (line 46) | struct wl_output type wl_seat_listener (line 52) | struct wl_seat_listener type wl_seat (line 55) | struct wl_seat type wl_pointer_listener (line 58) | struct wl_pointer_listener type wl_touch_listener (line 70) | struct wl_touch_listener type wl_keyboard_listener (line 78) | struct wl_keyboard_listener type zwp_text_input_v3_listener (line 87) | struct zwp_text_input_v3_listener type zwp_text_input_v3 (line 91) | struct zwp_text_input_v3 type zwp_text_input_v3 (line 92) | struct zwp_text_input_v3 type wl_data_device_listener (line 97) | struct wl_data_device_listener type wl_data_offer_listener (line 106) | struct wl_data_offer_listener type wl_data_offer (line 107) | struct wl_data_offer type wl_data_source_listener (line 112) | struct wl_data_source_listener type wl_data_source (line 113) | struct wl_data_source type wl_data_source (line 114) | struct wl_data_source FILE: vendor/gioui.org/app/os_wayland.go type wlDisplay (line 81) | type wlDisplay struct method writeClipboard (line 258) | func (d *wlDisplay) writeClipboard(content []byte) error { method readClipboard (line 282) | func (d *wlDisplay) readClipboard() (io.ReadCloser, error) { method createNativeWindow (line 303) | func (d *wlDisplay) createNativeWindow(options []Option) (*window, err... method dispatch (line 1166) | func (d *wlDisplay) dispatch(p *poller) error { method wakeup (line 1221) | func (d *wlDisplay) wakeup() { method destroy (line 1571) | func (d *wlDisplay) destroy() { type wlSeat (line 103) | type wlSeat struct method flushOffers (line 403) | func (s *wlSeat) flushOffers() { method destroy (line 415) | func (s *wlSeat) destroy() { method updateCaps (line 444) | func (s *wlSeat) updateCaps(caps C.uint32_t) { type repeatState (line 135) | type repeatState struct method Start (line 1063) | func (r *repeatState) Start(w *window, keyCode uint32, t time.Duration) { method Stop (line 1092) | func (r *repeatState) Stop(t time.Duration) { method Advance (line 1105) | func (r *repeatState) Advance(dt time.Duration) { method Repeat (line 1111) | func (r *repeatState) Repeat(d *wlDisplay) { type window (line 149) | type window struct method flushFling (line 856) | func (w *window) flushFling() { method ReadClipboard (line 898) | func (w *window) ReadClipboard() { method WriteClipboard (line 913) | func (w *window) WriteClipboard(s string) { method Configure (line 917) | func (w *window) Configure(options []Option) { method Raise (line 937) | func (w *window) Raise() {} method SetCursor (line 939) | func (w *window) SetCursor(name pointer.CursorName) { method setCursor (line 976) | func (w *window) setCursor(pointer *C.struct_wl_pointer, serial C.uint... method resetFling (line 989) | func (w *window) resetFling() { method loop (line 1145) | func (w *window) loop() error { method Wakeup (line 1208) | func (w *window) Wakeup() { method SetAnimating (line 1216) | func (w *window) SetAnimating(anim bool) { method destroy (line 1228) | func (w *window) destroy() { method flushScroll (line 1333) | func (w *window) flushScroll() { method onPointerMotion (line 1370) | func (w *window) onPointerMotion(x, y C.wl_fixed_t, t C.uint32_t) { method updateOpaqueRegion (line 1386) | func (w *window) updateOpaqueRegion() { method updateOutputs (line 1393) | func (w *window) updateOutputs() { method getConfig (line 1418) | func (w *window) getConfig() (image.Point, unit.Metric) { method draw (line 1426) | func (w *window) draw(sync bool) { method setStage (line 1456) | func (w *window) setStage(s system.Stage) { method display (line 1464) | func (w *window) display() *C.struct_wl_display { method surface (line 1468) | func (w *window) surface() (*C.struct_wl_surface, int, int) { method ShowTextInput (line 1481) | func (w *window) ShowTextInput(show bool) {} method SetInputHint (line 1483) | func (w *window) SetInputHint(_ key.InputHint) {} method Close (line 1486) | func (w *window) Close() { method Maximize (line 1491) | func (w *window) Maximize() {} method Center (line 1494) | func (w *window) Center() {} method NewContext (line 1496) | func (w *window) NewContext() (context, error) { type poller (line 197) | type poller struct type wlOutput (line 203) | type wlOutput struct function init (line 228) | func init() { function newWLWindow (line 232) | func newWLWindow(callbacks *callbacks, options []Option) error { function callbackDelete (line 379) | func callbackDelete(k unsafe.Pointer) { function callbackStore (line 383) | func callbackStore(k unsafe.Pointer, v interface{}) { function callbackLoad (line 387) | func callbackLoad(k unsafe.Pointer) interface{} { function gio_onSeatCapabilities (line 396) | func gio_onSeatCapabilities(data unsafe.Pointer, seat *C.struct_wl_seat,... function gio_onSeatName (line 476) | func gio_onSeatName(data unsafe.Pointer, seat *C.struct_wl_seat, name *C... function gio_onXdgSurfaceConfigure (line 480) | func gio_onXdgSurfaceConfigure(data unsafe.Pointer, wmSurf *C.struct_xdg... function gio_onToplevelClose (line 489) | func gio_onToplevelClose(data unsafe.Pointer, topLvl *C.struct_xdg_tople... function gio_onToplevelConfigure (line 495) | func gio_onToplevelConfigure(data unsafe.Pointer, topLvl *C.struct_xdg_t... function gio_onOutputMode (line 504) | func gio_onOutputMode(data unsafe.Pointer, output *C.struct_wl_output, f... function gio_onOutputGeometry (line 515) | func gio_onOutputGeometry(data unsafe.Pointer, output *C.struct_wl_outpu... function gio_onOutputScale (line 524) | func gio_onOutputScale(data unsafe.Pointer, output *C.struct_wl_output, ... function gio_onOutputDone (line 531) | func gio_onOutputDone(data unsafe.Pointer, output *C.struct_wl_output) { function gio_onSurfaceEnter (line 540) | func gio_onSurfaceEnter(data unsafe.Pointer, surf *C.struct_wl_surface, ... function gio_onSurfaceLeave (line 557) | func gio_onSurfaceLeave(data unsafe.Pointer, surf *C.struct_wl_surface, ... function gio_onRegistryGlobal (line 570) | func gio_onRegistryGlobal(data unsafe.Pointer, reg *C.struct_wl_registry... function gio_onDataOfferOffer (line 622) | func gio_onDataOfferOffer(data unsafe.Pointer, offer *C.struct_wl_data_o... function gio_onDataOfferSourceActions (line 628) | func gio_onDataOfferSourceActions(data unsafe.Pointer, offer *C.struct_w... function gio_onDataOfferAction (line 632) | func gio_onDataOfferAction(data unsafe.Pointer, offer *C.struct_wl_data_... function gio_onDataDeviceOffer (line 636) | func gio_onDataDeviceOffer(data unsafe.Pointer, dataDev *C.struct_wl_dat... function gio_onDataDeviceEnter (line 644) | func gio_onDataDeviceEnter(data unsafe.Pointer, dataDev *C.struct_wl_dat... function gio_onDataDeviceLeave (line 651) | func gio_onDataDeviceLeave(data unsafe.Pointer, dataDev *C.struct_wl_dat... function gio_onDataDeviceMotion (line 655) | func gio_onDataDeviceMotion(data unsafe.Pointer, dataDev *C.struct_wl_da... function gio_onDataDeviceDrop (line 659) | func gio_onDataDeviceDrop(data unsafe.Pointer, dataDev *C.struct_wl_data... function gio_onDataDeviceSelection (line 663) | func gio_onDataDeviceSelection(data unsafe.Pointer, dataDev *C.struct_wl... function gio_onRegistryGlobalRemove (line 681) | func gio_onRegistryGlobalRemove(data unsafe.Pointer, reg *C.struct_wl_re... function gio_onTouchDown (line 695) | func gio_onTouchDown(data unsafe.Pointer, touch *C.struct_wl_touch, seri... function gio_onTouchUp (line 715) | func gio_onTouchUp(data unsafe.Pointer, touch *C.struct_wl_touch, serial... function gio_onTouchMotion (line 731) | func gio_onTouchMotion(data unsafe.Pointer, touch *C.struct_wl_touch, t ... function gio_onTouchFrame (line 749) | func gio_onTouchFrame(data unsafe.Pointer, touch *C.struct_wl_touch) { function gio_onTouchCancel (line 753) | func gio_onTouchCancel(data unsafe.Pointer, touch *C.struct_wl_touch) { function gio_onPointerEnter (line 765) | func gio_onPointerEnter(data unsafe.Pointer, pointer *C.struct_wl_pointe... function gio_onPointerLeave (line 775) | func gio_onPointerLeave(data unsafe.Pointer, p *C.struct_wl_pointer, ser... function gio_onPointerMotion (line 781) | func gio_onPointerMotion(data unsafe.Pointer, p *C.struct_wl_pointer, t ... function gio_onPointerButton (line 789) | func gio_onPointerButton(data unsafe.Pointer, p *C.struct_wl_pointer, se... function gio_onPointerAxis (line 832) | func gio_onPointerAxis(data unsafe.Pointer, p *C.struct_wl_pointer, t, a... function gio_onPointerFrame (line 849) | func gio_onPointerFrame(data unsafe.Pointer, p *C.struct_wl_pointer) { function gio_onPointerAxisSource (line 875) | func gio_onPointerAxisSource(data unsafe.Pointer, pointer *C.struct_wl_p... function gio_onPointerAxisStop (line 879) | func gio_onPointerAxisStop(data unsafe.Pointer, p *C.struct_wl_pointer, ... function gio_onPointerAxisDiscrete (line 886) | func gio_onPointerAxisDiscrete(data unsafe.Pointer, p *C.struct_wl_point... function gio_onKeyboardKeymap (line 995) | func gio_onKeyboardKeymap(data unsafe.Pointer, keyboard *C.struct_wl_key... function gio_onKeyboardEnter (line 1010) | func gio_onKeyboardEnter(data unsafe.Pointer, keyboard *C.struct_wl_keyb... function gio_onKeyboardLeave (line 1020) | func gio_onKeyboardLeave(data unsafe.Pointer, keyboard *C.struct_wl_keyb... function gio_onKeyboardKey (line 1029) | func gio_onKeyboardKey(data unsafe.Pointer, keyboard *C.struct_wl_keyboa... function mapXKBKeycode (line 1049) | func mapXKBKeycode(keyCode uint32) uint32 { function mapXKBKeyState (line 1054) | func mapXKBKeyState(state uint32) key.State { function gio_onFrameDone (line 1136) | func gio_onFrameDone(data unsafe.Pointer, callback *C.struct_wl_callback... function gio_onKeyboardModifiers (line 1251) | func gio_onKeyboardModifiers(data unsafe.Pointer, keyboard *C.struct_wl_... function gio_onKeyboardRepeatInfo (line 1263) | func gio_onKeyboardRepeatInfo(data unsafe.Pointer, keyboard *C.struct_wl... function gio_onTextInputEnter (line 1272) | func gio_onTextInputEnter(data unsafe.Pointer, im *C.struct_zwp_text_inp... function gio_onTextInputLeave (line 1276) | func gio_onTextInputLeave(data unsafe.Pointer, im *C.struct_zwp_text_inp... function gio_onTextInputPreeditString (line 1280) | func gio_onTextInputPreeditString(data unsafe.Pointer, im *C.struct_zwp_... function gio_onTextInputCommitString (line 1284) | func gio_onTextInputCommitString(data unsafe.Pointer, im *C.struct_zwp_t... function gio_onTextInputDeleteSurroundingText (line 1288) | func gio_onTextInputDeleteSurroundingText(data unsafe.Pointer, im *C.str... function gio_onTextInputDone (line 1292) | func gio_onTextInputDone(data unsafe.Pointer, im *C.struct_zwp_text_inpu... function gio_onDataSourceTarget (line 1298) | func gio_onDataSourceTarget(data unsafe.Pointer, source *C.struct_wl_dat... function gio_onDataSourceSend (line 1302) | func gio_onDataSourceSend(data unsafe.Pointer, source *C.struct_wl_data_... function gio_onDataSourceCancelled (line 1312) | func gio_onDataSourceCancelled(data unsafe.Pointer, source *C.struct_wl_... function gio_onDataSourceDNDDropPerformed (line 1322) | func gio_onDataSourceDNDDropPerformed(data unsafe.Pointer, source *C.str... function gio_onDataSourceDNDFinished (line 1326) | func gio_onDataSourceDNDFinished(data unsafe.Pointer, source *C.struct_w... function gio_onDataSourceAction (line 1330) | func gio_onDataSourceAction(data unsafe.Pointer, source *C.struct_wl_dat... function detectUIScale (line 1519) | func detectUIScale() float32 { function newWLDisplay (line 1532) | func newWLDisplay() (*wlDisplay, error) { function fromFixed (line 1617) | func fromFixed(v C.wl_fixed_t) float32 { FILE: vendor/gioui.org/app/os_windows.go type ViewEvent (line 31) | type ViewEvent struct method ImplementsEvent (line 832) | func (_ ViewEvent) ImplementsEvent() {} type winDeltas (line 35) | type winDeltas struct type window (line 40) | type window struct method pointerButton (line 352) | func (w *window) pointerButton(btn pointer.Buttons, press bool, lParam... method scrollEvent (line 385) | func (w *window) scrollEvent(wParam, lParam uintptr, horizontal bool) { method loop (line 410) | func (w *window) loop() error { method SetAnimating (line 432) | func (w *window) SetAnimating(anim bool) { method Wakeup (line 436) | func (w *window) Wakeup() { method setStage (line 442) | func (w *window) setStage(s system.Stage) { method draw (line 449) | func (w *window) draw(sync bool) { method NewContext (line 465) | func (w *window) NewContext() (context, error) { method ReadClipboard (line 483) | func (w *window) ReadClipboard() { method readClipboard (line 487) | func (w *window) readClipboard() error { method updateWindowMode (line 506) | func (w *window) updateWindowMode() { method Configure (line 517) | func (w *window) Configure(options []Option) { method Maximize (line 566) | func (w *window) Maximize() { method Center (line 582) | func (w *window) Center() { method SetWindowMode (line 605) | func (w *window) SetWindowMode(mode WindowMode) { method WriteClipboard (line 639) | func (w *window) WriteClipboard(s string) { method writeClipboard (line 643) | func (w *window) writeClipboard(s string) error { method SetCursor (line 679) | func (w *window) SetCursor(name pointer.CursorName) { method ShowTextInput (line 715) | func (w *window) ShowTextInput(show bool) {} method SetInputHint (line 717) | func (w *window) SetInputHint(_ key.InputHint) {} method HDC (line 719) | func (w *window) HDC() syscall.Handle { method HWND (line 723) | func (w *window) HWND() (syscall.Handle, int, int) { method Close (line 727) | func (w *window) Close() { method Raise (line 731) | func (w *window) Raise() { constant _WM_WAKEUP (line 61) | _WM_WAKEUP = windows.WM_USER + iota type gpuAPI (line 63) | type gpuAPI struct constant iconID (line 75) | iconID = 1 function osMain (line 87) | func osMain() { function newWindow (line 91) | func newWindow(window *callbacks, options []Option) error { function initResources (line 125) | func initResources() error { function createNativeWindow (line 154) | func createNativeWindow() (*window, error) { function windowProc (line 188) | func windowProc(hwnd syscall.Handle, msg uint32, wParam, lParam uintptr)... function getModifiers (line 335) | func getModifiers() key.Modifiers { function coordsFromlParam (line 379) | func coordsFromlParam(lParam uintptr) (int, int) { function loadCursor (line 690) | func loadCursor(name pointer.CursorName) (syscall.Handle, error) { function convertKeyCode (line 737) | func convertKeyCode(code uintptr) (string, bool) { function configForDPI (line 823) | func configForDPI(dpi int) unit.Metric { FILE: vendor/gioui.org/app/os_x11.go constant _NET_WM_STATE_REMOVE (line 53) | _NET_WM_STATE_REMOVE = 0 constant _NET_WM_STATE_ADD (line 54) | _NET_WM_STATE_ADD = 1 type x11Window (line 57) | type x11Window struct method NewContext (line 121) | func (w *x11Window) NewContext() (context, error) { method SetAnimating (line 143) | func (w *x11Window) SetAnimating(anim bool) { method ReadClipboard (line 147) | func (w *x11Window) ReadClipboard() { method WriteClipboard (line 152) | func (w *x11Window) WriteClipboard(s string) { method Configure (line 158) | func (w *x11Window) Configure(options []Option) { method Raise (line 208) | func (w *x11Window) Raise() { method SetCursor (line 228) | func (w *x11Window) SetCursor(name pointer.CursorName) { method SetWindowMode (line 252) | func (w *x11Window) SetWindowMode(mode WindowMode) { method ShowTextInput (line 268) | func (w *x11Window) ShowTextInput(show bool) {} method SetInputHint (line 270) | func (w *x11Window) SetInputHint(_ key.InputHint) {} method Close (line 273) | func (w *x11Window) Close() { method Maximize (line 290) | func (w *x11Window) Maximize() { method Center (line 295) | func (w *x11Window) Center() { method sendWMStateEvent (line 313) | func (w *x11Window) sendWMStateEvent(action C.long, atom1, atom2 C.ulo... method Wakeup (line 340) | func (w *x11Window) Wakeup() { method display (line 350) | func (w *x11Window) display() *C.Display { method window (line 354) | func (w *x11Window) window() (C.Window, int, int) { method setStage (line 358) | func (w *x11Window) setStage(s system.Stage) { method loop (line 366) | func (w *x11Window) loop() { method destroy (line 435) | func (w *x11Window) destroy() { method atom (line 455) | func (w *x11Window) atom(name string, onlyIfExists bool) C.Atom { method updateXkbKeymap (line 827) | func (w *x11Window) updateXkbKeymap() error { type x11EventHandler (line 469) | type x11EventHandler struct method handleEvents (line 477) | func (h *x11EventHandler) handleEvents() bool { function init (line 672) | func init() { function newX11Window (line 676) | func newX11Window(gioWin *callbacks, options []Option) error { function x11DetectUIScale (line 795) | func x11DetectUIScale(dpy *C.Display) float32 { FILE: vendor/gioui.org/app/runmain.go function mainMain (line 19) | func mainMain() function runMain (line 23) | func runMain() { FILE: vendor/gioui.org/app/vulkan.go type vkContext (line 17) | type vkContext struct method RenderTarget (line 70) | func (c *vkContext) RenderTarget() (gpu.RenderTarget, error) { method api (line 86) | func (c *vkContext) api() gpu.API { method release (line 125) | func (c *vkContext) release() { method present (line 135) | func (c *vkContext) present() error { method destroyImageViews (line 139) | func (c *vkContext) destroyImageViews() { method destroySwapchain (line 150) | func (c *vkContext) destroySwapchain() { method refresh (line 160) | func (c *vkContext) refresh(surf vk.Surface, width, height int) error { function newVulkanContext (line 34) | func newVulkanContext(inst vk.Instance, surf vk.Surface) (*vkContext, er... function mapErr (line 96) | func mapErr(err error) error { function mapSurfaceErr (line 104) | func mapSurfaceErr(err error) error { FILE: vendor/gioui.org/app/vulkan_android.go type wlVkContext (line 15) | type wlVkContext struct method RenderTarget (line 50) | func (c *wlVkContext) RenderTarget() (gpu.RenderTarget, error) { method API (line 54) | func (c *wlVkContext) API() gpu.API { method Release (line 58) | func (c *wlVkContext) Release() { method Present (line 67) | func (c *wlVkContext) Present() error { method Lock (line 71) | func (c *wlVkContext) Lock() error { method Unlock (line 75) | func (c *wlVkContext) Unlock() {} method Refresh (line 77) | func (c *wlVkContext) Refresh() error { function init (line 22) | func init() { FILE: vendor/gioui.org/app/vulkan_wayland.go type wlVkContext (line 17) | type wlVkContext struct method RenderTarget (line 53) | func (c *wlVkContext) RenderTarget() (gpu.RenderTarget, error) { method API (line 57) | func (c *wlVkContext) API() gpu.API { method Release (line 61) | func (c *wlVkContext) Release() { method Present (line 68) | func (c *wlVkContext) Present() error { method Lock (line 72) | func (c *wlVkContext) Lock() error { method Unlock (line 76) | func (c *wlVkContext) Unlock() {} method Refresh (line 78) | func (c *wlVkContext) Refresh() error { function init (line 24) | func init() { FILE: vendor/gioui.org/app/vulkan_x11.go type x11VkContext (line 17) | type x11VkContext struct method RenderTarget (line 53) | func (c *x11VkContext) RenderTarget() (gpu.RenderTarget, error) { method API (line 57) | func (c *x11VkContext) API() gpu.API { method Release (line 61) | func (c *x11VkContext) Release() { method Present (line 68) | func (c *x11VkContext) Present() error { method Lock (line 72) | func (c *x11VkContext) Lock() error { method Unlock (line 76) | func (c *x11VkContext) Unlock() {} method Refresh (line 78) | func (c *x11VkContext) Refresh() error { function init (line 24) | func init() { FILE: vendor/gioui.org/app/wayland_text_input.c type wl_interface (line 49) | struct wl_interface type wl_interface (line 50) | struct wl_interface type wl_interface (line 51) | struct wl_interface type wl_interface (line 53) | struct wl_interface type wl_message (line 64) | struct wl_message type wl_message (line 75) | struct wl_message type wl_message (line 90) | struct wl_message FILE: vendor/gioui.org/app/wayland_text_input.h type wl_seat (line 69) | struct wl_seat type wl_surface (line 70) | struct wl_surface type zwp_text_input_manager_v3 (line 71) | struct zwp_text_input_manager_v3 type zwp_text_input_v3 (line 72) | struct zwp_text_input_v3 type wl_interface (line 139) | struct wl_interface type wl_interface (line 156) | struct wl_interface type zwp_text_input_v3_change_cause (line 167) | enum zwp_text_input_v3_change_cause { type zwp_text_input_v3_content_hint (line 188) | enum zwp_text_input_v3_content_hint { type zwp_text_input_v3_content_purpose (line 248) | enum zwp_text_input_v3_content_purpose { type zwp_text_input_v3_listener (line 312) | struct zwp_text_input_v3_listener { function zwp_text_input_v3_add_listener (line 452) | static inline int function zwp_text_input_v3_set_user_data (line 528) | static inline void type zwp_text_input_v3 (line 536) | struct zwp_text_input_v3 type wl_proxy (line 538) | struct wl_proxy function zwp_text_input_v3_get_version (line 541) | static inline uint32_t function zwp_text_input_v3_destroy (line 553) | static inline void function zwp_text_input_v3_enable (line 595) | static inline void function zwp_text_input_v3_disable (line 611) | static inline void function zwp_text_input_v3_set_surrounding_text (line 653) | static inline void function zwp_text_input_v3_set_text_change_cause (line 678) | static inline void function zwp_text_input_v3_set_content_type (line 700) | static inline void function zwp_text_input_v3_set_cursor_rectangle (line 728) | static inline void function zwp_text_input_v3_commit (line 762) | static inline void function zwp_text_input_manager_v3_set_user_data (line 783) | static inline void type zwp_text_input_manager_v3 (line 791) | struct zwp_text_input_manager_v3 type wl_proxy (line 793) | struct wl_proxy function zwp_text_input_manager_v3_get_version (line 796) | static inline uint32_t function zwp_text_input_manager_v3_destroy (line 807) | static inline void type zwp_text_input_v3 (line 821) | struct zwp_text_input_v3 type zwp_text_input_manager_v3 (line 822) | struct zwp_text_input_manager_v3 type wl_seat (line 822) | struct wl_seat type wl_proxy (line 824) | struct wl_proxy type wl_proxy (line 826) | struct wl_proxy type zwp_text_input_v3 (line 829) | struct zwp_text_input_v3 FILE: vendor/gioui.org/app/wayland_xdg_decoration.c type wl_interface (line 44) | struct wl_interface type wl_interface (line 45) | struct wl_interface type wl_interface (line 47) | struct wl_interface type wl_message (line 53) | struct wl_message type wl_message (line 64) | struct wl_message type wl_message (line 70) | struct wl_message FILE: vendor/gioui.org/app/wayland_xdg_decoration.h type xdg_toplevel (line 44) | struct xdg_toplevel type zxdg_decoration_manager_v1 (line 45) | struct zxdg_decoration_manager_v1 type zxdg_toplevel_decoration_v1 (line 46) | struct zxdg_toplevel_decoration_v1 type wl_interface (line 105) | struct wl_interface type wl_interface (line 132) | struct wl_interface function zxdg_decoration_manager_v1_set_user_data (line 149) | static inline void type zxdg_decoration_manager_v1 (line 157) | struct zxdg_decoration_manager_v1 type wl_proxy (line 159) | struct wl_proxy function zxdg_decoration_manager_v1_get_version (line 162) | static inline uint32_t function zxdg_decoration_manager_v1_destroy (line 174) | static inline void type zxdg_toplevel_decoration_v1 (line 194) | struct zxdg_toplevel_decoration_v1 type zxdg_decoration_manager_v1 (line 195) | struct zxdg_decoration_manager_v1 type xdg_toplevel (line 195) | struct xdg_toplevel type wl_proxy (line 197) | struct wl_proxy type wl_proxy (line 199) | struct wl_proxy type zxdg_toplevel_decoration_v1 (line 202) | struct zxdg_toplevel_decoration_v1 type zxdg_toplevel_decoration_v1_error (line 207) | enum zxdg_toplevel_decoration_v1_error { type zxdg_toplevel_decoration_v1_mode (line 231) | enum zxdg_toplevel_decoration_v1_mode { type zxdg_toplevel_decoration_v1_listener (line 247) | struct zxdg_toplevel_decoration_v1_listener { function zxdg_toplevel_decoration_v1_add_listener (line 269) | static inline int function zxdg_toplevel_decoration_v1_set_user_data (line 300) | static inline void type zxdg_toplevel_decoration_v1 (line 308) | struct zxdg_toplevel_decoration_v1 type wl_proxy (line 310) | struct wl_proxy function zxdg_toplevel_decoration_v1_get_version (line 313) | static inline uint32_t function zxdg_toplevel_decoration_v1_destroy (line 325) | static inline void function zxdg_toplevel_decoration_v1_set_mode (line 356) | static inline void function zxdg_toplevel_decoration_v1_unset_mode (line 371) | static inline void FILE: vendor/gioui.org/app/wayland_xdg_shell.c type wl_interface (line 49) | struct wl_interface type wl_interface (line 50) | struct wl_interface type wl_interface (line 51) | struct wl_interface type wl_interface (line 52) | struct wl_interface type wl_interface (line 53) | struct wl_interface type wl_interface (line 54) | struct wl_interface type wl_interface (line 55) | struct wl_interface type wl_interface (line 57) | struct wl_interface type wl_message (line 86) | struct wl_message type wl_message (line 93) | struct wl_message type wl_message (line 103) | struct wl_message type wl_message (line 122) | struct wl_message type wl_message (line 130) | struct wl_message type wl_message (line 140) | struct wl_message type wl_message (line 157) | struct wl_message type wl_message (line 168) | struct wl_message type wl_message (line 174) | struct wl_message FILE: vendor/gioui.org/app/wayland_xdg_shell.h type wl_output (line 52) | struct wl_output type wl_seat (line 53) | struct wl_seat type wl_surface (line 54) | struct wl_surface type xdg_popup (line 55) | struct xdg_popup type xdg_positioner (line 56) | struct xdg_positioner type xdg_surface (line 57) | struct xdg_surface type xdg_toplevel (line 58) | struct xdg_toplevel type xdg_wm_base (line 59) | struct xdg_wm_base type wl_interface (line 84) | struct wl_interface type wl_interface (line 137) | struct wl_interface type wl_interface (line 240) | struct wl_interface type wl_interface (line 289) | struct wl_interface type wl_interface (line 352) | struct wl_interface type xdg_wm_base_error (line 357) | enum xdg_wm_base_error { type xdg_wm_base_listener (line 389) | struct xdg_wm_base_listener { function xdg_wm_base_add_listener (line 415) | static inline int function xdg_wm_base_set_user_data (line 451) | static inline void type xdg_wm_base (line 459) | struct xdg_wm_base type wl_proxy (line 461) | struct wl_proxy function xdg_wm_base_get_version (line 464) | static inline uint32_t function xdg_wm_base_destroy (line 479) | static inline void type xdg_positioner (line 495) | struct xdg_positioner type xdg_wm_base (line 496) | struct xdg_wm_base type wl_proxy (line 498) | struct wl_proxy type wl_proxy (line 500) | struct wl_proxy type xdg_positioner (line 503) | struct xdg_positioner type xdg_surface (line 521) | struct xdg_surface type xdg_wm_base (line 522) | struct xdg_wm_base type wl_surface (line 522) | struct wl_surface type wl_proxy (line 524) | struct wl_proxy type wl_proxy (line 526) | struct wl_proxy type xdg_surface (line 529) | struct xdg_surface function xdg_wm_base_pong (line 538) | static inline void type xdg_positioner_error (line 547) | enum xdg_positioner_error { type xdg_positioner_anchor (line 557) | enum xdg_positioner_anchor { type xdg_positioner_gravity (line 572) | enum xdg_positioner_gravity { type xdg_positioner_constraint_adjustment (line 593) | enum xdg_positioner_constraint_adjustment { function xdg_positioner_set_user_data (line 658) | static inline void type xdg_positioner (line 666) | struct xdg_positioner type wl_proxy (line 668) | struct wl_proxy function xdg_positioner_get_version (line 671) | static inline uint32_t function xdg_positioner_destroy (line 682) | static inline void function xdg_positioner_set_size (line 700) | static inline void function xdg_positioner_set_anchor_rect (line 721) | static inline void function xdg_positioner_set_anchor (line 738) | static inline void function xdg_positioner_set_gravity (line 755) | static inline void function xdg_positioner_set_constraint_adjustment (line 779) | static inline void function xdg_positioner_set_offset (line 801) | static inline void function xdg_positioner_set_reactive (line 818) | static inline void function xdg_positioner_set_parent_size (line 836) | static inline void function xdg_positioner_set_parent_configure (line 851) | static inline void type xdg_surface_error (line 860) | enum xdg_surface_error { type xdg_surface_listener (line 871) | struct xdg_surface_listener { function xdg_surface_add_listener (line 904) | static inline int function xdg_surface_set_user_data (line 945) | static inline void type xdg_surface (line 953) | struct xdg_surface type wl_proxy (line 955) | struct wl_proxy function xdg_surface_get_version (line 958) | static inline uint32_t function xdg_surface_destroy (line 970) | static inline void type xdg_toplevel (line 988) | struct xdg_toplevel type xdg_surface (line 989) | struct xdg_surface type wl_proxy (line 991) | struct wl_proxy type wl_proxy (line 993) | struct wl_proxy type xdg_toplevel (line 996) | struct xdg_toplevel type xdg_popup (line 1011) | struct xdg_popup type xdg_surface (line 1012) | struct xdg_surface type xdg_surface (line 1012) | struct xdg_surface type xdg_positioner (line 1012) | struct xdg_positioner type wl_proxy (line 1014) | struct wl_proxy type wl_proxy (line 1016) | struct wl_proxy type xdg_popup (line 1019) | struct xdg_popup function xdg_surface_set_window_geometry (line 1055) | static inline void function xdg_surface_ack_configure (line 1085) | static inline void type xdg_toplevel_resize_edge (line 1101) | enum xdg_toplevel_resize_edge { type xdg_toplevel_state (line 1123) | enum xdg_toplevel_state { type xdg_toplevel_listener (line 1179) | struct xdg_toplevel_listener { function xdg_toplevel_add_listener (line 1229) | static inline int function xdg_toplevel_set_user_data (line 1319) | static inline void type xdg_toplevel (line 1327) | struct xdg_toplevel type wl_proxy (line 1329) | struct wl_proxy function xdg_toplevel_get_version (line 1332) | static inline uint32_t function xdg_toplevel_destroy (line 1344) | static inline void function xdg_toplevel_set_parent (line 1373) | static inline void function xdg_toplevel_set_title (line 1391) | static inline void function xdg_toplevel_set_app_id (line 1425) | static inline void function xdg_toplevel_show_window_menu (line 1447) | static inline void function xdg_toplevel_move (line 1474) | static inline void function xdg_toplevel_resize (line 1515) | static inline void function xdg_toplevel_set_max_size (line 1560) | static inline void function xdg_toplevel_set_min_size (line 1605) | static inline void function xdg_toplevel_set_maximized (line 1635) | static inline void function xdg_toplevel_unset_maximized (line 1667) | static inline void function xdg_toplevel_set_fullscreen (line 1701) | static inline void function xdg_toplevel_unset_fullscreen (line 1729) | static inline void function xdg_toplevel_set_minimized (line 1748) | static inline void type xdg_popup_error (line 1757) | enum xdg_popup_error { type xdg_popup_listener (line 1769) | struct xdg_popup_listener { function xdg_popup_add_listener (line 1837) | static inline int function xdg_popup_set_user_data (line 1876) | static inline void type xdg_popup (line 1884) | struct xdg_popup type wl_proxy (line 1886) | struct wl_proxy function xdg_popup_get_version (line 1889) | static inline uint32_t function xdg_popup_destroy (line 1904) | static inline void function xdg_popup_grab (line 1958) | static inline void function xdg_popup_reposition (line 1992) | static inline void FILE: vendor/gioui.org/app/window.go type Option (line 27) | type Option type Window (line 30) | type Window struct method Events (line 138) | func (w *Window) Events() <-chan event.Event { method update (line 145) | func (w *Window) update(frame *op.Ops) { method validateAndProcess (line 150) | func (w *Window) validateAndProcess(d driver, frameStart time.Time, si... method render (line 208) | func (w *Window) render(frame *op.Ops, viewport image.Point) error { method processFrame (line 230) | func (w *Window) processFrame(d driver, frameStart time.Time, frame *o... method Invalidate (line 272) | func (w *Window) Invalidate() { method Option (line 286) | func (w *Window) Option(opts ...Option) { method ReadClipboard (line 295) | func (w *Window) ReadClipboard() { method WriteClipboard (line 302) | func (w *Window) WriteClipboard(s string) { method SetCursorName (line 309) | func (w *Window) SetCursorName(name pointer.CursorName) { method Close (line 320) | func (w *Window) Close() { method Maximize (line 328) | func (w *Window) Maximize() { method Center (line 336) | func (w *Window) Center() { method Run (line 350) | func (w *Window) Run(f func()) { method driverDefer (line 364) | func (w *Window) driverDefer(f func(d driver)) { method updateAnimation (line 372) | func (w *Window) updateAnimation(d driver) { method wakeup (line 392) | func (w *Window) wakeup() { method setNextFrame (line 399) | func (w *Window) setNextFrame(at time.Time) { method waitAck (line 449) | func (w *Window) waitAck(d driver) { method destroyGPU (line 464) | func (w *Window) destroyGPU() { method waitFrame (line 480) | func (w *Window) waitFrame(d driver) (*op.Ops, bool) { method updateSemantics (line 501) | func (w *Window) updateSemantics() { method collectSemanticDiffs (line 515) | func (w *Window) collectSemanticDiffs(diffs *[]router.SemanticID, n ro... method updateState (line 535) | func (w *Window) updateState(d driver) { method processEvent (line 549) | func (w *Window) processEvent(d driver, e event.Event) { method run (line 618) | func (w *Window) run(options []Option) { method updateCursor (line 659) | func (w *Window) updateCursor() { method Raise (line 670) | func (w *Window) Raise() { type semanticResult (line 80) | type semanticResult struct type callbacks (line 85) | type callbacks struct method SetDriver (line 406) | func (c *callbacks) SetDriver(d driver) { method Event (line 415) | func (c *callbacks) Event(e event.Event) { method SemanticRoot (line 424) | func (c *callbacks) SemanticRoot() router.SemanticID { method LookupSemantic (line 430) | func (c *callbacks) LookupSemantic(semID router.SemanticID) (router.Se... method AppendSemanticDiffs (line 436) | func (c *callbacks) AppendSemanticDiffs(diffs []router.SemanticID) []r... method SemanticAt (line 444) | func (c *callbacks) SemanticAt(pos f32.Point) (router.SemanticID, bool) { type queue (line 92) | type queue struct method Events (line 676) | func (q *queue) Events(k event.Tag) []event.Event { function NewWindow (line 109) | func NewWindow(options ...Option) *Window { function Title (line 681) | func Title(t string) Option { function Size (line 689) | func Size(w, h unit.Value) Option { function MaxSize (line 705) | func MaxSize(w, h unit.Value) Option { function MinSize (line 721) | func MinSize(w, h unit.Value) Option { function StatusColor (line 737) | func StatusColor(color color.NRGBA) Option { function NavigationColor (line 744) | func NavigationColor(color color.NRGBA) Option { function CustomRenderer (line 752) | func CustomRenderer(custom bool) Option { FILE: vendor/gioui.org/cpu/abi.h type dword (line 7) | typedef ALIGN(4, uint32_t) dword; type qword (line 9) | typedef ALIGN(8, uint64_t) qword; type half (line 17) | typedef unsigned short half; type image_descriptor (line 37) | struct image_descriptor { type buffer_descriptor (line 57) | struct buffer_descriptor { type program_data (line 63) | struct program_data { type yield_result (line 76) | typedef int32_t yield_result; type coroutine (line 80) | typedef coroutine (*routine_begin)(struct program_data *data, FILE: vendor/gioui.org/cpu/driver.go constant Supported (line 32) | Supported = true function NewBuffer (line 34) | func NewBuffer(size int) BufferDescriptor { method Data (line 38) | func (d *BufferDescriptor) Data() []byte { method Free (line 42) | func (d *BufferDescriptor) Free() { function NewImageRGBA (line 49) | func NewImageRGBA(width, height int) ImageDescriptor { method Data (line 53) | func (d *ImageDescriptor) Data() []byte { method Free (line 57) | func (d *ImageDescriptor) Free() { function NewDispatchContext (line 64) | func NewDispatchContext() *DispatchContext { method Free (line 68) | func (c *DispatchContext) Free() { method Prepare (line 72) | func (c *DispatchContext) Prepare(numThreads int, prog *ProgramInfo, des... method Dispatch (line 76) | func (c *DispatchContext) Dispatch(threadIdx int, ctx *ThreadContext) { function NewThreadContext (line 80) | func NewThreadContext() *ThreadContext { method Free (line 84) | func (c *ThreadContext) Free() { FILE: vendor/gioui.org/cpu/driver_nosupport.go type BufferDescriptor (line 11) | type BufferDescriptor struct method Data (line 26) | func (d *BufferDescriptor) Data() []byte { method Free (line 30) | func (d *BufferDescriptor) Free() { type ImageDescriptor (line 12) | type ImageDescriptor struct method Data (line 37) | func (d *ImageDescriptor) Data() []byte { method Free (line 41) | func (d *ImageDescriptor) Free() { type SamplerDescriptor (line 13) | type SamplerDescriptor struct type DispatchContext (line 15) | type DispatchContext struct method Free (line 48) | func (c *DispatchContext) Free() { method Prepare (line 51) | func (c *DispatchContext) Prepare(numThreads int, prog *ProgramInfo, d... method Dispatch (line 55) | func (c *DispatchContext) Dispatch(threadIdx int, ctx *ThreadContext) { type ThreadContext (line 16) | type ThreadContext struct method Free (line 63) | func (c *ThreadContext) Free() { type ProgramInfo (line 17) | type ProgramInfo struct constant Supported (line 20) | Supported = false function NewBuffer (line 22) | func NewBuffer(size int) BufferDescriptor { function NewImageRGBA (line 33) | func NewImageRGBA(width, height int) ImageDescriptor { function NewDispatchContext (line 44) | func NewDispatchContext() *DispatchContext { function NewThreadContext (line 59) | func NewThreadContext() *ThreadContext { FILE: vendor/gioui.org/cpu/runtime.c type coroutines (line 19) | struct coroutines { type dispatch_context (line 28) | struct dispatch_context { type thread_context (line 44) | struct thread_context { function coroutines_dump (line 57) | static void coroutines_dump(struct coroutines *routines) { function coroutines_push (line 67) | static void coroutines_push(struct coroutines *routines, coroutine r) { function coroutines_pop (line 94) | static bool coroutines_pop(struct coroutines *routines, coroutine *r) { function coroutines_free (line 103) | static void coroutines_free(struct coroutines *routines) { type dispatch_context (line 110) | struct dispatch_context type dispatch_context (line 111) | struct dispatch_context type dispatch_context (line 113) | struct dispatch_context function free_dispatch_context (line 117) | void free_dispatch_context(struct dispatch_context *c) { type thread_context (line 124) | struct thread_context type thread_context (line 125) | struct thread_context type thread_context (line 127) | struct thread_context function free_thread_context (line 131) | void free_thread_context(struct thread_context *c) { function alloc_buffer (line 139) | struct buffer_descriptor alloc_buffer(size_t size) { function alloc_image_rgba (line 149) | struct image_descriptor alloc_image_rgba(int width, int height) { function prepare_dispatch (line 166) | void prepare_dispatch(struct dispatch_context *ctx, int nthreads, struct... function dispatch_thread (line 199) | void dispatch_thread(struct dispatch_context *ctx, int thread_idx, struc... FILE: vendor/gioui.org/cpu/runtime.h type program_info (line 6) | struct program_info { type dispatch_context (line 23) | struct dispatch_context type thread_context (line 27) | struct thread_context type buffer_descriptor (line 29) | struct buffer_descriptor type image_descriptor (line 30) | struct image_descriptor type dispatch_context (line 32) | struct dispatch_context type dispatch_context (line 34) | struct dispatch_context type thread_context (line 36) | struct thread_context type thread_context (line 38) | struct thread_context type dispatch_context (line 42) | struct dispatch_context type program_info (line 42) | struct program_info type dispatch_context (line 45) | struct dispatch_context type thread_context (line 45) | struct thread_context FILE: vendor/gioui.org/f32/affine.go type Affine2D (line 12) | type Affine2D struct method Offset (line 34) | func (a Affine2D) Offset(offset Point) Affine2D { method Scale (line 42) | func (a Affine2D) Scale(origin, factor Point) Affine2D { method Rotate (line 52) | func (a Affine2D) Rotate(origin Point, radians float32) Affine2D { method Shear (line 62) | func (a Affine2D) Shear(origin Point, radiansX, radiansY float32) Affi... method Mul (line 72) | func (A Affine2D) Mul(B Affine2D) (r Affine2D) { method Invert (line 84) | func (a Affine2D) Invert() Affine2D { method Transform (line 102) | func (a Affine2D) Transform(p Point) Point { method Elems (line 111) | func (a Affine2D) Elems() (sx, hx, ox, hy, sy, oy float32) { method scale (line 115) | func (a Affine2D) scale(factor Point) Affine2D { method rotate (line 122) | func (a Affine2D) rotate(radians float32) Affine2D { method shear (line 131) | func (a Affine2D) shear(radiansX, radiansY float32) Affine2D { method String (line 140) | func (a Affine2D) String() string { function NewAffine2D (line 26) | func NewAffine2D(sx, hx, ox, hy, sy, oy float32) Affine2D { FILE: vendor/gioui.org/f32/f32.go type Point (line 15) | type Point struct method String (line 20) | func (p Point) String() string { method Add (line 55) | func (p Point) Add(p2 Point) Point { method Sub (line 60) | func (p Point) Sub(p2 Point) Point { method Mul (line 65) | func (p Point) Mul(s float32) Point { method Div (line 70) | func (p Point) Div(s float32) Point { method In (line 75) | func (p Point) In(r Rectangle) bool { type Rectangle (line 27) | type Rectangle struct method String (line 32) | func (r Rectangle) String() string { method Size (line 81) | func (r Rectangle) Size() Point { method Dx (line 86) | func (r Rectangle) Dx() float32 { method Dy (line 91) | func (r Rectangle) Dy() float32 { method Intersect (line 96) | func (r Rectangle) Intersect(s Rectangle) Rectangle { method Union (line 116) | func (r Rectangle) Union(s Rectangle) Rectangle { method Canon (line 140) | func (r Rectangle) Canon() Rectangle { method Empty (line 151) | func (r Rectangle) Empty() bool { method Add (line 156) | func (r Rectangle) Add(p Point) Rectangle { method Sub (line 164) | func (r Rectangle) Sub(p Point) Rectangle { function Rect (line 39) | func Rect(x0, y0, x1, y1 float32) Rectangle { function Pt (line 50) | func Pt(x, y float32) Point { FILE: vendor/gioui.org/font/opentype/opentype.go type Font (line 25) | type Font struct method Layout (line 112) | func (f *Font) Layout(ppem fixed.Int26_6, maxWidth int, txt io.Reader)... method Shape (line 122) | func (f *Font) Shape(ppem fixed.Int26_6, str text.Layout) clip.PathSpec { method Metrics (line 127) | func (f *Font) Metrics(ppem fixed.Int26_6) font.Metrics { type Collection (line 32) | type Collection struct method NumFonts (line 100) | func (c *Collection) NumFonts() int { method Font (line 105) | func (c *Collection) Font(i int) (*Font, error) { method Layout (line 133) | func (c *Collection) Layout(ppem fixed.Int26_6, maxWidth int, txt io.R... method Shape (line 142) | func (c *Collection) Shape(ppem fixed.Int26_6, str text.Layout) clip.P... type opentype (line 36) | type opentype struct method HasGlyph (line 357) | func (f *opentype) HasGlyph(buf *sfnt.Buffer, r rune) bool { method GlyphAdvance (line 362) | func (f *opentype) GlyphAdvance(buf *sfnt.Buffer, ppem fixed.Int26_6, ... method Kern (line 371) | func (f *opentype) Kern(buf *sfnt.Buffer, ppem fixed.Int26_6, r0, r1 r... method Metrics (line 387) | func (f *opentype) Metrics(buf *sfnt.Buffer, ppem fixed.Int26_6) font.... method Bounds (line 392) | func (f *opentype) Bounds(buf *sfnt.Buffer, ppem fixed.Int26_6) fixed.... method LoadGlyph (line 397) | func (f *opentype) LoadGlyph(buf *sfnt.Buffer, ppem fixed.Int26_6, r r... type glyph (line 43) | type glyph struct function Parse (line 50) | func Parse(src []byte) (*Font, error) { function ParseCollection (line 63) | func ParseCollection(src []byte) (*Collection, error) { function ParseCollectionReaderAt (line 76) | func ParseCollectionReaderAt(src io.ReaderAt) (*Collection, error) { function newCollectionFrom (line 84) | func newCollectionFrom(coll *sfnt.Collection) (*Collection, error) { function fontForGlyph (line 147) | func fontForGlyph(buf *sfnt.Buffer, fonts []*opentype, r rune) *opentype { function layoutText (line 159) | func layoutText(sbuf *sfnt.Buffer, ppem fixed.Int26_6, maxWidth int, fon... function toLayout (line 254) | func toLayout(glyphs []glyph) text.Layout { function textPath (line 264) | func textPath(buf *sfnt.Buffer, ppem fixed.Int26_6, fonts []*opentype, s... function readGlyphs (line 328) | func readGlyphs(r io.Reader) ([]glyph, error) { FILE: vendor/gioui.org/gesture/gesture.go constant doubleClickDuration (line 28) | doubleClickDuration = 200 * time.Millisecond type Hover (line 31) | type Hover struct method Add (line 39) | func (h *Hover) Add(ops *op.Ops) { method Hovered (line 47) | func (h *Hover) Hovered(q event.Queue) bool { type Click (line 72) | type Click struct method Add (line 161) | func (c *Click) Add(ops *op.Ops) { method Hovered (line 169) | func (c *Click) Hovered() bool { method Pressed (line 174) | func (c *Click) Pressed() bool { method Events (line 179) | func (c *Click) Events(q event.Queue) []ClickEvent { type ClickEvent (line 90) | type ClickEvent struct method ImplementsEvent (line 244) | func (ClickEvent) ImplementsEvent() {} type ClickType (line 100) | type ClickType method String (line 443) | func (ct ClickType) String() string { type Drag (line 103) | type Drag struct method Add (line 363) | func (d *Drag) Add(ops *op.Ops) { method Events (line 372) | func (d *Drag) Events(cfg unit.Metric, q event.Queue, axis Axis) []poi... method Dragging (line 427) | func (d *Drag) Dragging() bool { return d.dragging } method Pressed (line 430) | func (d *Drag) Pressed() bool { return d.pressed } type Scroll (line 114) | type Scroll struct method Add (line 249) | func (s *Scroll) Add(ops *op.Ops, bounds image.Rectangle) { method Stop (line 263) | func (s *Scroll) Stop() { method Scroll (line 269) | func (s *Scroll) Scroll(cfg unit.Metric, q event.Queue, t time.Time, a... method val (line 342) | func (s *Scroll) val(p f32.Point) float32 { method State (line 351) | func (s *Scroll) State() ScrollState { type ScrollState (line 126) | type ScrollState method String (line 456) | func (s ScrollState) String() string { type Axis (line 128) | type Axis method String (line 432) | func (a Axis) String() string { constant Horizontal (line 131) | Horizontal Axis = iota constant Vertical (line 132) | Vertical constant Both (line 133) | Both constant TypePress (line 139) | TypePress ClickType = iota constant TypeClick (line 142) | TypeClick constant TypeCancel (line 145) | TypeCancel constant StateIdle (line 150) | StateIdle ScrollState = iota constant StateDragging (line 152) | StateDragging constant StateFlinging (line 155) | StateFlinging FILE: vendor/gioui.org/gpu/caches.go type resourceCache (line 11) | type resourceCache struct method get (line 43) | func (r *resourceCache) get(key interface{}) (resource, bool) { method put (line 51) | func (r *resourceCache) put(key interface{}, val resource) { method frame (line 59) | func (r *resourceCache) frame() { method release (line 72) | func (r *resourceCache) release() { type opCache (line 19) | type opCache struct method get (line 89) | func (r *opCache) get(key opKey) (o opCacheValue, exist bool) { method put (line 98) | func (r *opCache) put(key opKey, val opCacheValue) { method frame (line 118) | func (r *opCache) frame() { method release (line 134) | func (r *opCache) release() { type opCacheValue (line 27) | type opCacheValue struct function newResourceCache (line 36) | func newResourceCache() *resourceCache { function newOpCache (line 81) | func newOpCache() *opCache { FILE: vendor/gioui.org/gpu/clip.go type quadSplitter (line 8) | type quadSplitter struct method encodeQuadTo (line 45) | func (qs *quadSplitter) encodeQuadTo(from, ctrl, to f32.Point) { method splitAndEncode (line 50) | func (qs *quadSplitter) splitAndEncode(quad stroke.QuadSegment) { function encodeQuadTo (line 14) | func encodeQuadTo(data []byte, meta uint32, from, ctrl, to f32.Point) { function encodeVertex (line 25) | func encodeVertex(data []byte, meta uint32, cornerx, cornery int16, from... function unionRect (line 100) | func unionRect(r, s f32.Rectangle) f32.Rectangle { FILE: vendor/gioui.org/gpu/compute.go type compute (line 37) | type compute struct method Frame (line 580) | func (g *compute) Frame(frameOps *op.Ops, target RenderTarget, viewpor... method collect (line 586) | func (g *compute) collect(viewport image.Point, ops *op.Ops) { method Clear (line 594) | func (g *compute) Clear(col color.NRGBA) { method frame (line 599) | func (g *compute) frame(target RenderTarget) error { method dumpAtlases (line 650) | func (g *compute) dumpAtlases() { method Profile (line 669) | func (g *compute) Profile() string { method compactAllocs (line 673) | func (g *compute) compactAllocs() error { method renderLayers (line 792) | func (g *compute) renderLayers(viewport image.Point) error { method blitLayers (line 852) | func (g *compute) blitLayers(d driver.LoadDesc, fbo driver.Texture, vi... method renderMaterials (line 910) | func (g *compute) renderMaterials() error { method uploadImages (line 1040) | func (g *compute) uploadImages() error { method materialQuad (line 1118) | func (g *compute) materialQuad(imgAtlasSize image.Point, M f32.Affine2... method render (line 1205) | func (g *compute) render(images *textureAtlas, dst driver.Texture, cpu... method memoryBarrier (line 1351) | func (g *compute) memoryBarrier() { method dispatch (line 1357) | func (g *compute) dispatch(p computeProgram, x, y, z int) { method zeros (line 1367) | func (g *compute) zeros(size int) []byte { method touchAlloc (line 1374) | func (g *compute) touchAlloc(a *atlasAlloc) { method atlasAlloc (line 1382) | func (g *compute) atlasAlloc(q allocQuery) (atlasAlloc, bool) { method realizeAtlas (line 1439) | func (g *compute) realizeAtlas(atlas *textureAtlas, useCPU bool, size ... method Release (line 1480) | func (g *compute) Release() { method bindBuffers (line 1529) | func (g *compute) bindBuffers() { method bindStorageBuffers (line 1592) | func (g *compute) bindStorageBuffers(prog computeProgram, buffers ...s... method layer (line 1926) | func (g *compute) layer(viewport image.Point, texOps []textureOp) { type materialAlloc (line 113) | type materialAlloc struct type layer (line 118) | type layer struct type allocQuery (line 125) | type allocQuery struct type atlasAlloc (line 134) | type atlasAlloc struct type atlasMove (line 142) | type atlasMove struct type textureAtlas (line 149) | type textureAtlas struct method resize (line 1457) | func (a *textureAtlas) resize(ctx driver.Device, size image.Point) err... method ensureCPUImage (line 1472) | func (a *textureAtlas) ensureCPUImage(useCPU bool) { method Release (line 1520) | func (a *textureAtlas) Release() { type copyUniforms (line 163) | type copyUniforms struct type materialUniforms (line 170) | type materialUniforms struct type collector (line 177) | type collector struct method reset (line 1674) | func (c *collector) reset() { method addClip (line 1689) | func (c *collector) addClip(state *encoderState, viewport, bounds f32.... method collect (line 1728) | func (c *collector) collect(root *op.Ops, viewport image.Point, texOps... method hashOp (line 1913) | func (c *collector) hashOp(op paintOp) uint64 { method save (line 2154) | func (c *collector) save(id int, state f32.Affine2D) { type transEntry (line 191) | type transEntry struct type hashIndex (line 196) | type hashIndex struct type opsCollector (line 201) | type opsCollector struct method reset (line 1682) | func (c *opsCollector) reset() { type paintOp (line 208) | type paintOp struct type clipCmd (line 220) | type clipCmd struct type encoderState (line 229) | type encoderState struct type clipKey (line 238) | type clipKey struct type paintKey (line 247) | type paintKey struct type clipState (line 262) | type clipState struct type layerVertex (line 273) | type layerVertex struct type materialVertex (line 280) | type materialVertex struct type textureKey (line 286) | type textureKey struct type textureOp (line 293) | type textureOp struct type encoder (line 304) | type encoder struct method encodePath (line 1189) | func (enc *encoder) encodePath(verts []byte, fillMode int) { method reset (line 1604) | func (e *encoder) reset() { method numElements (line 1611) | func (e *encoder) numElements() int { method append (line 1615) | func (e *encoder) append(e2 encoder) { method transform (line 1622) | func (e *encoder) transform(m f32.Affine2D) { method lineWidth (line 1627) | func (e *encoder) lineWidth(width float32) { method fillMode (line 1631) | func (e *encoder) fillMode(mode scene.FillMode) { method beginClip (line 1635) | func (e *encoder) beginClip(bbox f32.Rectangle) { method endClip (line 1640) | func (e *encoder) endClip(bbox f32.Rectangle) { method rect (line 1645) | func (e *encoder) rect(r f32.Rectangle) { method fillColor (line 1654) | func (e *encoder) fillColor(col color.RGBA) { method fillImage (line 1659) | func (e *encoder) fillImage(index int, offset image.Point) { method line (line 1664) | func (e *encoder) line(start, end f32.Point) { method quad (line 1669) | func (e *encoder) quad(start, ctrl, end f32.Point) { type encodeState (line 311) | type encodeState struct type sizedBuffer (line 317) | type sizedBuffer struct method Release (line 1546) | func (b *sizedBuffer) Release() { method ensureCapacity (line 1554) | func (b *sizedBuffer) ensureCapacity(useCPU bool, ctx driver.Device, b... method download (line 1575) | func (b *sizedBuffer) download(data []byte) error { method upload (line 1584) | func (b *sizedBuffer) upload(data []byte) { type computeProgram (line 325) | type computeProgram struct method Release (line 1539) | func (p *computeProgram) Release() { type config (line 335) | type config struct type memAlloc (line 349) | type memAlloc struct type memoryHeader (line 355) | type memoryHeader struct type rectangle (line 361) | type rectangle method In (line 2184) | func (r rectangle) In(b f32.Rectangle) bool { method Contains (line 2195) | func (r rectangle) Contains(b f32.Rectangle) bool { method Bounds (line 2199) | func (r rectangle) Bounds() f32.Rectangle { constant layersBindings (line 364) | layersBindings = driver.BufferBindingShaderStorageWrite | driver.Buff... constant materialsBindings (line 365) | materialsBindings = driver.BufferBindingFramebuffer | driver.BufferBindi... constant combinedBindings (line 367) | combinedBindings = layersBindings | materialsBindings constant tileWidthPx (line 372) | tileWidthPx = 32 constant tileHeightPx (line 373) | tileHeightPx = 32 constant ptclInitialAlloc (line 374) | ptclInitialAlloc = 1024 constant kernel4OutputUnit (line 375) | kernel4OutputUnit = 2 constant kernel4AtlasUnit (line 376) | kernel4AtlasUnit = 3 constant pathSize (line 378) | pathSize = 12 constant binSize (line 379) | binSize = 8 constant pathsegSize (line 380) | pathsegSize = 52 constant annoSize (line 381) | annoSize = 32 constant transSize (line 382) | transSize = 24 constant stateSize (line 383) | stateSize = 60 constant stateStride (line 384) | stateStride = 4 + 2*stateSize constant memNoError (line 389) | memNoError = 0 constant memMallocFailed (line 390) | memMallocFailed = 1 function newCompute (line 393) | func newCompute(ctx driver.Device) (*compute, error) { function newShaders (line 568) | func newShaders(ctx driver.Device, vsrc, fsrc shader.Sources) (vert driv... function copyImage (line 778) | func copyImage(dst []byte, dstStride int, dstPos image.Point, src []byte... function pow2Ceil (line 1108) | func pow2Ceil(v int) int { function quadBounds (line 1156) | func quadBounds(q [4]materialVertex) f32.Rectangle { function max (line 1167) | func max(p1, p2 f32.Point) f32.Point { function min (line 1178) | func min(p1, p2 f32.Point) f32.Point { function longestLayer (line 1999) | func longestLayer(prev []paintOp, order []hashIndex, ops []paintOp) ([]p... function searchOp (line 2041) | func searchOp(order []hashIndex, hash uint64) int { function opEqual (line 2054) | func opEqual(off image.Point, o1 paintOp, o2 paintOp) bool { function encodeLayer (line 2079) | func encodeLayer(l layer, pos image.Point, viewport image.Point, enc *en... function encodeOp (line 2090) | func encodeOp(viewport image.Point, absOff image.Point, enc *encoder, te... function transformBounds (line 2161) | func transformBounds(t f32.Affine2D, bounds f32.Rectangle) rectangle { function separateTransform (line 2168) | func separateTransform(t f32.Affine2D) (f32.Affine2D, image.Point) { function transformRect (line 2176) | func transformRect(t f32.Affine2D, r rectangle) rectangle { FILE: vendor/gioui.org/gpu/cpu.go type dispatcher (line 14) | type dispatcher struct method dispatcher (line 60) | func (d *dispatcher) dispatcher() { method worker (line 98) | func (d *dispatcher) worker() { method Barrier (line 107) | func (d *dispatcher) Barrier() { method Sync (line 111) | func (d *dispatcher) Sync() { method Dispatch (line 116) | func (d *dispatcher) Dispatch(program *cpu.ProgramInfo, descSet unsafe... method Stop (line 127) | func (d *dispatcher) Stop() { type work (line 25) | type work struct type dispatch (line 30) | type dispatch struct type jobType (line 37) | type jobType constant jobDispatch (line 40) | jobDispatch jobType = iota constant jobBarrier (line 41) | jobBarrier constant jobSync (line 42) | jobSync function newDispatcher (line 45) | func newDispatcher(workers int) *dispatcher { FILE: vendor/gioui.org/gpu/gpu.go type GPU (line 40) | type GPU interface type gpu (line 53) | type gpu struct method init (line 334) | func (g *gpu) init(ctx driver.Device) error { method Clear (line 340) | func (g *gpu) Clear(col color.NRGBA) { method Release (line 345) | func (g *gpu) Release() { method Frame (line 355) | func (g *gpu) Frame(frameOps *op.Ops, target RenderTarget, viewport im... method collect (line 360) | func (g *gpu) collect(viewport image.Point, frameOps *op.Ops) { method frame (line 374) | func (g *gpu) frame(target RenderTarget) error { method Profile (line 420) | func (g *gpu) Profile() string { type renderer (line 65) | type renderer struct method texHandle (line 424) | func (r *renderer) texHandle(cache *resourceCache, data imageOpData) d... method release (line 471) | func (r *renderer) release() { method stencilClips (line 615) | func (r *renderer) stencilClips(pathCache *opCache, ops []*pathOp) { method prepareIntersections (line 640) | func (r *renderer) prepareIntersections(ops []imageOp) { method intersect (line 650) | func (r *renderer) intersect(ops []imageOp) { method intersectPath (line 680) | func (r *renderer) intersectPath(p *pathOp, clip image.Rectangle) { method packIntersections (line 706) | func (r *renderer) packIntersections(ops []imageOp) { method packStencils (line 736) | func (r *renderer) packStencils(pops *[]*pathOp) { method uploadImages (line 1071) | func (r *renderer) uploadImages(cache *resourceCache, ops []imageOp) { method prepareDrawOps (line 1080) | func (r *renderer) prepareDrawOps(cache *resourceCache, ops []imageOp) { method drawOps (line 1101) | func (r *renderer) drawOps(cache *resourceCache, ops []imageOp) { type drawOps (line 73) | type drawOps struct method reset (line 783) | func (d *drawOps) reset(viewport image.Point) { method collect (line 793) | func (d *drawOps) collect(root *op.Ops, viewport image.Point) { method buildPaths (line 805) | func (d *drawOps) buildPaths(ctx driver.Device) { method newPathOp (line 818) | func (d *drawOps) newPathOp() *pathOp { method addClipPath (line 823) | func (d *drawOps) addClipPath(state *drawState, aux []byte, auxKey opK... method save (line 855) | func (d *drawOps) save(id int, state f32.Affine2D) { method collectOps (line 871) | func (d *drawOps) collectOps(r *ops.Reader, viewport f32.Rectangle) { method writeVertCache (line 1297) | func (d *drawOps) writeVertCache(n int) []byte { method buildVerts (line 1303) | func (d *drawOps) buildVerts(pathData []byte, tr f32.Affine2D, outline... method boundsForTransformedRect (line 1371) | func (d *drawOps) boundsForTransformedRect(r f32.Rectangle, tr f32.Aff... type drawState (line 89) | type drawState struct method materialFor (line 1031) | func (d *drawState) materialFor(rect f32.Rectangle, off f32.Point, par... type pathOp (line 106) | type pathOp struct type imageOp (line 125) | type imageOp struct function decodeStrokeOp (line 133) | func decodeStrokeOp(data []byte) float32 { type quadsOp (line 139) | type quadsOp struct type opKey (line 144) | type opKey struct method SetTransform (line 862) | func (k opKey) SetTransform(t f32.Affine2D) opKey { type material (line 151) | type material struct type imageOpData (line 165) | type imageOpData struct type linearGradientOpData (line 170) | type linearGradientOpData struct function decodeImageOp (line 177) | func decodeImageOp(data []byte, refs []interface{}) imageOpData { function decodeColorOp (line 188) | func decodeColorOp(data []byte) color.NRGBA { function decodeLinearGradientOp (line 197) | func decodeLinearGradientOp(data []byte) linearGradientOpData { type clipType (line 223) | type clipType type resource (line 225) | type resource interface type texture (line 229) | type texture struct method release (line 446) | func (t *texture) release() { type blitter (line 234) | type blitter struct method release (line 505) | func (b *blitter) release() { method blit (line 1141) | func (b *blitter) blit(mat materialType, col f32color.RGBA, col1, col2... type blitColUniforms (line 244) | type blitColUniforms struct type blitTexUniforms (line 250) | type blitTexUniforms struct type blitLinearGradientUniforms (line 254) | type blitLinearGradientUniforms struct type uniformBuffer (line 260) | type uniformBuffer struct method Upload (line 1183) | func (u *uniformBuffer) Upload() { method Release (line 1187) | func (u *uniformBuffer) Release() { type pipeline (line 265) | type pipeline struct method UploadUniforms (line 1192) | func (p *pipeline) UploadUniforms(ctx driver.Device) { method Release (line 1199) | func (p *pipeline) Release() { type blitUniforms (line 270) | type blitUniforms struct type colorUniforms (line 276) | type colorUniforms struct type gradientUniforms (line 280) | type gradientUniforms struct type materialType (line 285) | type materialType constant clipTypeNone (line 288) | clipTypeNone clipType = iota constant clipTypePath (line 289) | clipTypePath constant clipTypeIntersection (line 290) | clipTypeIntersection constant materialColor (line 294) | materialColor materialType = iota constant materialLinearGradient (line 295) | materialLinearGradient constant materialTexture (line 296) | materialTexture function New (line 300) | func New(api API) (GPU, error) { function NewWithDevice (line 311) | func NewWithDevice(d driver.Device) (GPU, error) { function newGPU (line 323) | func newGPU(ctx driver.Device) (*gpu, error) { function newRenderer (line 452) | func newRenderer(ctx driver.Device) *renderer { function newBlitter (line 476) | func newBlitter(ctx driver.Device) *blitter { function createColorPrograms (line 512) | func createColorPrograms(b driver.Device, vsSrc shader.Sources, fsSrc [3... function boundRectF (line 762) | func boundRectF(r f32.Rectangle) image.Rectangle { function ceil (line 775) | func ceil(v float32) int { function floor (line 779) | func floor(v float32) int { function splitTransform (line 848) | func splitTransform(t f32.Affine2D) (srs f32.Affine2D, offset f32.Point) { function expandPathOp (line 1020) | func expandPathOp(p *pathOp, clip image.Rectangle) { function newUniformBuffer (line 1170) | func newUniformBuffer(b driver.Device, uniformBlock interface{}) *unifor... function texSpaceTransform (line 1209) | func texSpaceTransform(r f32.Rectangle, bounds image.Point) (f32.Point, ... function gradientSpaceTransform (line 1217) | func gradientSpaceTransform(clip image.Rectangle, off f32.Point, stop1, ... function clipSpaceTransform (line 1234) | func clipSpaceTransform(r image.Rectangle, viewport image.Point) (f32.Po... function fillMaxY (line 1257) | func fillMaxY(verts []byte) { function fillContourMaxY (line 1289) | func fillContourMaxY(maxy float32, verts []byte) { function decodeToOutlineQuads (line 1336) | func decodeToOutlineQuads(qs *quadSplitter, tr f32.Affine2D, pathData []... function isPureOffset (line 1427) | func isPureOffset(t f32.Affine2D) bool { FILE: vendor/gioui.org/gpu/internal/d3d11/d3d11_windows.go type Backend (line 20) | type Backend struct method BeginFrame (line 153) | func (b *Backend) BeginFrame(target driver.RenderTarget, clear bool, v... method CopyTexture (line 171) | func (b *Backend) CopyTexture(dstTex driver.Texture, dstOrigin image.P... method EndFrame (line 191) | func (b *Backend) EndFrame() { method Caps (line 194) | func (b *Backend) Caps() driver.Caps { method NewTimer (line 198) | func (b *Backend) NewTimer() driver.Timer { method IsTimeContinuous (line 202) | func (b *Backend) IsTimeContinuous() bool { method Release (line 206) | func (b *Backend) Release() { method NewTexture (line 211) | func (b *Backend) NewTexture(format driver.TextureFormat, width, heigh... method newInputLayout (line 332) | func (b *Backend) newInputLayout(vertexShader shader.Sources, layout [... method NewBuffer (line 380) | func (b *Backend) NewBuffer(typ driver.BufferBinding, size int) (drive... method NewImmutableBuffer (line 384) | func (b *Backend) NewImmutableBuffer(typ driver.BufferBinding, data []... method newBuffer (line 388) | func (b *Backend) newBuffer(typ driver.BufferBinding, size int, data [... method NewComputeProgram (line 464) | func (b *Backend) NewComputeProgram(shader shader.Sources) (driver.Pro... method NewPipeline (line 472) | func (b *Backend) NewPipeline(desc driver.PipelineDesc) (driver.Pipeli... method newBlendState (line 505) | func (b *Backend) newBlendState(desc driver.BlendDesc) (*d3d11.BlendSt... method NewVertexShader (line 523) | func (b *Backend) NewVertexShader(src shader.Sources) (driver.VertexSh... method NewFragmentShader (line 531) | func (b *Backend) NewFragmentShader(src shader.Sources) (driver.Fragme... method Viewport (line 539) | func (b *Backend) Viewport(x, y, width, height int) { method DrawArrays (line 551) | func (b *Backend) DrawArrays(off, count int) { method DrawElements (line 556) | func (b *Backend) DrawElements(off, count int) { method prepareDraw (line 561) | func (b *Backend) prepareDraw() { method BindImageTexture (line 585) | func (b *Backend) BindImageTexture(unit int, tex driver.Texture) { method DispatchCompute (line 594) | func (b *Backend) DispatchCompute(x, y, z int) { method PrepareTexture (line 635) | func (b *Backend) PrepareTexture(tex driver.Texture) {} method BindTexture (line 637) | func (b *Backend) BindTexture(unit int, tex driver.Texture) { method BindPipeline (line 643) | func (b *Backend) BindPipeline(pipe driver.Pipeline) { method BindProgram (line 647) | func (b *Backend) BindProgram(prog driver.Program) { method BindStorageBuffer (line 676) | func (b *Backend) BindStorageBuffer(binding int, buffer driver.Buffer) { method BindUniforms (line 685) | func (b *Backend) BindUniforms(buffer driver.Buffer) { method BindVertexBuffer (line 691) | func (b *Backend) BindVertexBuffer(buf driver.Buffer, offset int) { method BindIndexBuffer (line 696) | func (b *Backend) BindIndexBuffer(buf driver.Buffer) { method BeginCompute (line 790) | func (b *Backend) BeginCompute() { method EndCompute (line 793) | func (b *Backend) EndCompute() { method BeginRenderPass (line 796) | func (b *Backend) BeginRenderPass(tex driver.Texture, d driver.LoadDes... method EndRenderPass (line 806) | func (b *Backend) EndRenderPass() { type Pipeline (line 41) | type Pipeline struct method Release (line 666) | func (p *Pipeline) Release() { type Texture (line 50) | type Texture struct method Upload (line 599) | func (t *Texture) Upload(offset, size image.Point, pixels []byte, stri... method Release (line 615) | func (t *Texture) Release() { method ReadPixels (line 738) | func (t *Texture) ReadPixels(src image.Rectangle, pixels []byte, strid... method ImplementsRenderTarget (line 809) | func (f *Texture) ImplementsRenderTarget() {} type VertexShader (line 65) | type VertexShader struct method Release (line 651) | func (s *VertexShader) Release() { type FragmentShader (line 71) | type FragmentShader struct method Release (line 656) | func (s *FragmentShader) Release() { type Program (line 76) | type Program struct method Release (line 661) | func (s *Program) Release() { type Buffer (line 81) | type Buffer struct method Download (line 700) | func (b *Buffer) Download(dst []byte) error { method Upload (line 712) | func (b *Buffer) Upload(data []byte) { method Release (line 727) | func (b *Buffer) Release() { function init (line 91) | func init() { function detectFloatFormat (line 95) | func detectFloatFormat(dev *d3d11.Device) (uint32, bool) { function newDirect3D11Device (line 114) | func newDirect3D11Device(api driver.Direct3D11) (driver.Device, error) { function convBufferBinding (line 811) | func convBufferBinding(typ driver.BufferBinding) uint32 { function toBlendFactor (line 836) | func toBlendFactor(f driver.BlendFactor) (uint32, uint32) { function sliceOf (line 852) | func sliceOf(ptr uintptr, cap int) []byte { FILE: vendor/gioui.org/gpu/internal/driver/api.go type API (line 14) | type API interface type RenderTarget (line 18) | type RenderTarget interface type OpenGLRenderTarget (line 22) | type OpenGLRenderTarget method ImplementsRenderTarget (line 124) | func (OpenGLRenderTarget) ImplementsRenderTarget() {} type Direct3D11RenderTarget (line 24) | type Direct3D11RenderTarget struct method ImplementsRenderTarget (line 125) | func (Direct3D11RenderTarget) ImplementsRenderTarget() {} type MetalRenderTarget (line 29) | type MetalRenderTarget struct method ImplementsRenderTarget (line 126) | func (MetalRenderTarget) ImplementsRenderTarget() {} type VulkanRenderTarget (line 34) | type VulkanRenderTarget struct method ImplementsRenderTarget (line 127) | func (VulkanRenderTarget) ImplementsRenderTarget() {} type OpenGL (line 45) | type OpenGL struct method implementsAPI (line 120) | func (OpenGL) implementsAPI() {} type Direct3D11 (line 58) | type Direct3D11 struct method implementsAPI (line 121) | func (Direct3D11) implementsAPI() {} type Metal (line 63) | type Metal struct method implementsAPI (line 122) | func (Metal) implementsAPI() {} type Vulkan (line 72) | type Vulkan struct method implementsAPI (line 123) | func (Vulkan) implementsAPI() {} function NewDevice (line 98) | func NewDevice(api API) (Device, error) { FILE: vendor/gioui.org/gpu/internal/driver/driver.go type Device (line 17) | type Device interface type LoadDesc (line 59) | type LoadDesc struct type Pipeline (line 64) | type Pipeline interface type PipelineDesc (line 68) | type PipelineDesc struct type VertexLayout (line 77) | type VertexLayout struct type InputDesc (line 83) | type InputDesc struct type BlendDesc (line 90) | type BlendDesc struct type BlendFactor (line 95) | type BlendFactor type Topology (line 97) | type Topology type TextureFilter (line 99) | type TextureFilter type TextureFormat (line 100) | type TextureFormat type BufferBinding (line 102) | type BufferBinding type LoadAction (line 104) | type LoadAction type Features (line 106) | type Features method Has (line 198) | func (f Features) Has(feats Features) bool { type Caps (line 108) | type Caps struct type VertexShader (line 116) | type VertexShader interface type FragmentShader (line 120) | type FragmentShader interface type Program (line 124) | type Program interface type Buffer (line 128) | type Buffer interface type Timer (line 134) | type Timer interface type Texture (line 141) | type Texture interface constant BufferBindingIndices (line 149) | BufferBindingIndices BufferBinding = 1 << iota constant BufferBindingVertices (line 150) | BufferBindingVertices constant BufferBindingUniforms (line 151) | BufferBindingUniforms constant BufferBindingTexture (line 152) | BufferBindingTexture constant BufferBindingFramebuffer (line 153) | BufferBindingFramebuffer constant BufferBindingShaderStorageRead (line 154) | BufferBindingShaderStorageRead constant BufferBindingShaderStorageWrite (line 155) | BufferBindingShaderStorageWrite constant TextureFormatSRGBA (line 159) | TextureFormatSRGBA TextureFormat = iota constant TextureFormatFloat (line 160) | TextureFormatFloat constant TextureFormatRGBA8 (line 161) | TextureFormatRGBA8 constant TextureFormatOutput (line 163) | TextureFormatOutput constant FilterNearest (line 167) | FilterNearest TextureFilter = iota constant FilterLinear (line 168) | FilterLinear constant FeatureTimers (line 172) | FeatureTimers Features = 1 << iota constant FeatureFloatRenderTargets (line 173) | FeatureFloatRenderTargets constant FeatureCompute (line 174) | FeatureCompute constant FeatureSRGB (line 175) | FeatureSRGB constant TopologyTriangleStrip (line 179) | TopologyTriangleStrip Topology = iota constant TopologyTriangles (line 180) | TopologyTriangles constant BlendFactorOne (line 184) | BlendFactorOne BlendFactor = iota constant BlendFactorOneMinusSrcAlpha (line 185) | BlendFactorOneMinusSrcAlpha constant BlendFactorZero (line 186) | BlendFactorZero constant BlendFactorDstColor (line 187) | BlendFactorDstColor constant LoadActionKeep (line 191) | LoadActionKeep LoadAction = iota constant LoadActionClear (line 192) | LoadActionClear constant LoadActionInvalidate (line 193) | LoadActionInvalidate function DownloadImage (line 202) | func DownloadImage(d Device, t Texture, img *image.RGBA) error { function flipImageY (line 215) | func flipImageY(stride, height int, pixels []byte) { function UploadImage (line 229) | func UploadImage(t Texture, offset image.Point, img *image.RGBA) { FILE: vendor/gioui.org/gpu/internal/metal/metal_darwin.go type Backend (line 379) | type Backend struct method BeginFrame (line 467) | func (b *Backend) BeginFrame(target driver.RenderTarget, clear bool, v... method startBlit (line 486) | func (b *Backend) startBlit() C.CFTypeRef { method CopyTexture (line 499) | func (b *Backend) CopyTexture(dst driver.Texture, dorig image.Point, s... method EndFrame (line 524) | func (b *Backend) EndFrame() { method endCmdBuffer (line 528) | func (b *Backend) endCmdBuffer(wait bool) { method Caps (line 544) | func (b *Backend) Caps() driver.Caps { method NewTimer (line 551) | func (b *Backend) NewTimer() driver.Timer { method IsTimeContinuous (line 555) | func (b *Backend) IsTimeContinuous() bool { method Release (line 559) | func (b *Backend) Release() { method NewTexture (line 574) | func (b *Backend) NewTexture(format driver.TextureFormat, width, heigh... method NewPipeline (line 611) | func (b *Backend) NewPipeline(desc driver.PipelineDesc) (driver.Pipeli... method NewBuffer (line 714) | func (b *Backend) NewBuffer(typ driver.BufferBinding, size int) (drive... method NewImmutableBuffer (line 727) | func (b *Backend) NewImmutableBuffer(typ driver.BufferBinding, data []... method NewComputeProgram (line 736) | func (b *Backend) NewComputeProgram(src shader.Sources) (driver.Progra... method NewVertexShader (line 749) | func (b *Backend) NewVertexShader(src shader.Sources) (driver.VertexSh... method NewFragmentShader (line 753) | func (b *Backend) NewFragmentShader(src shader.Sources) (driver.Fragme... method newShader (line 757) | func (b *Backend) newShader(src shader.Sources) (*Shader, error) { method Viewport (line 775) | func (b *Backend) Viewport(x, y, width, height int) { method DrawArrays (line 790) | func (b *Backend) DrawArrays(off, count int) { method DrawElements (line 798) | func (b *Backend) DrawElements(off, count int) { method BindImageTexture (line 817) | func (b *Backend) BindImageTexture(unit int, tex driver.Texture) { method BeginCompute (line 821) | func (b *Backend) BeginCompute() { method EndCompute (line 833) | func (b *Backend) EndCompute() { method DispatchCompute (line 842) | func (b *Backend) DispatchCompute(x, y, z int) { method stagingBuffer (line 858) | func (b *Backend) stagingBuffer(size int) (C.CFTypeRef, int) { method PrepareTexture (line 921) | func (b *Backend) PrepareTexture(tex driver.Texture) {} method BindTexture (line 923) | func (b *Backend) BindTexture(unit int, tex driver.Texture) { method ensureCmdBuffer (line 935) | func (b *Backend) ensureCmdBuffer() { method BindPipeline (line 945) | func (b *Backend) BindPipeline(pipe driver.Pipeline) { method BindProgram (line 955) | func (b *Backend) BindProgram(prog driver.Program) { method BindStorageBuffer (line 975) | func (b *Backend) BindStorageBuffer(binding int, buffer driver.Buffer) { method BindUniforms (line 989) | func (b *Backend) BindUniforms(buf driver.Buffer) { method BindVertexBuffer (line 1004) | func (b *Backend) BindVertexBuffer(buf driver.Buffer, offset int) { method BindIndexBuffer (line 1017) | func (b *Backend) BindIndexBuffer(buf driver.Buffer) { method BeginRenderPass (line 1098) | func (b *Backend) BeginRenderPass(tex driver.Texture, d driver.LoadDes... method EndRenderPass (line 1118) | func (b *Backend) EndRenderPass() { method endEncoder (line 1127) | func (b *Backend) endEncoder() { type Texture (line 404) | type Texture struct method Upload (line 875) | func (t *Texture) Upload(offset, size image.Point, pixels []byte, stri... method Release (line 907) | func (t *Texture) Release() { method ReadPixels (line 1066) | func (t *Texture) ReadPixels(src image.Rectangle, pixels []byte, strid... method ImplementsRenderTarget (line 1141) | func (f *Texture) ImplementsRenderTarget() {} type Shader (line 413) | type Shader struct method Release (line 965) | func (s *Shader) Release() { type Program (line 418) | type Program struct method Release (line 970) | func (p *Program) Release() { type Pipeline (line 423) | type Pipeline struct method Release (line 916) | func (p *Pipeline) Release() { type Buffer (line 428) | type Buffer struct method Download (line 1021) | func (b *Buffer) Download(data []byte) error { method Upload (line 1034) | func (b *Buffer) Upload(data []byte) { method Release (line 1059) | func (b *Buffer) Release() { constant uniformBufferIndex (line 438) | uniformBufferIndex = 0 constant attributeBufferIndex (line 439) | attributeBufferIndex = 1 constant spvBufferSizeConstantsBinding (line 441) | spvBufferSizeConstantsBinding = 25 constant texUnits (line 445) | texUnits = 4 constant bufferUnits (line 446) | bufferUnits = 4 function init (line 449) | func init() { function newMetalDevice (line 453) | func newMetalDevice(api driver.Metal) (driver.Device, error) { function samplerFilterFor (line 600) | func samplerFilterFor(f driver.TextureFilter) C.MTLSamplerMinMagFilter { function dataTypeSize (line 660) | func dataTypeSize(d shader.DataType) int { function blendFactorFor (line 669) | func blendFactorFor(f driver.BlendFactor) C.MTLBlendFactor { function vertFormatFor (line 684) | func vertFormatFor(f shader.InputLocation) C.MTLVertexFormat { function pixelFormatFor (line 701) | func pixelFormatFor(f driver.TextureFormat) C.MTLPixelFormat { function primitiveFor (line 806) | func primitiveFor(mode driver.Topology) C.MTLPrimitiveType { function bufferStore (line 1049) | func bufferStore(buf C.CFTypeRef) []byte { function bufferSlice (line 1054) | func bufferSlice(buf C.CFTypeRef, off, len int) []byte { FILE: vendor/gioui.org/gpu/internal/opengl/opengl.go type Backend (line 19) | type Backend struct method BeginFrame (line 229) | func (b *Backend) BeginFrame(target driver.RenderTarget, clear bool, v... method EndFrame (line 287) | func (b *Backend) EndFrame() { method queryState (line 303) | func (b *Backend) queryState() glState { method restoreState (line 354) | func (b *Backend) restoreState(dst glState) { method Caps (line 656) | func (b *Backend) Caps() driver.Caps { method NewTimer (line 660) | func (b *Backend) NewTimer() driver.Timer { method IsTimeContinuous (line 667) | func (b *Backend) IsTimeContinuous() bool { method NewTexture (line 697) | func (b *Backend) NewTexture(format driver.TextureFormat, width, heigh... method NewBuffer (line 728) | func (b *Backend) NewBuffer(typ driver.BufferBinding, size int) (drive... method NewImmutableBuffer (line 751) | func (b *Backend) NewImmutableBuffer(typ driver.BufferBinding, data []... method Release (line 773) | func (b *Backend) Release() { method DispatchCompute (line 783) | func (b *Backend) DispatchCompute(x, y, z int) { method BindImageTexture (line 793) | func (b *Backend) BindImageTexture(unit int, tex driver.Texture) { method BlendFunc (line 809) | func (b *Backend) BlendFunc(sfactor, dfactor driver.BlendFactor) { method SetBlend (line 829) | func (b *Backend) SetBlend(enable bool) { method DrawElements (line 833) | func (b *Backend) DrawElements(off, count int) { method DrawArrays (line 840) | func (b *Backend) DrawArrays(off, count int) { method prepareDraw (line 845) | func (b *Backend) prepareDraw() { method Viewport (line 864) | func (b *Backend) Viewport(x, y, width, height int) { method clearOutput (line 868) | func (b *Backend) clearOutput(colR, colG, colB, colA float32) { method NewComputeProgram (line 873) | func (b *Backend) NewComputeProgram(src shader.Sources) (driver.Progra... method NewVertexShader (line 886) | func (b *Backend) NewVertexShader(src shader.Sources) (driver.VertexSh... method NewFragmentShader (line 892) | func (b *Backend) NewFragmentShader(src shader.Sources) (driver.Fragme... method glslFor (line 898) | func (b *Backend) glslFor(src shader.Sources) string { method NewPipeline (line 906) | func (b *Backend) NewPipeline(desc driver.PipelineDesc) (driver.Pipeli... method newProgram (line 930) | func (b *Backend) newProgram(desc driver.PipelineDesc) (*program, erro... method BindStorageBuffer (line 970) | func (b *Backend) BindStorageBuffer(binding int, buf driver.Buffer) { method BindUniforms (line 978) | func (b *Backend) BindUniforms(buf driver.Buffer) { method BindProgram (line 987) | func (b *Backend) BindProgram(prog driver.Program) { method BindVertexBuffer (line 1092) | func (b *Backend) BindVertexBuffer(buf driver.Buffer, offset int) { method setupVertexArrays (line 1100) | func (b *Backend) setupVertexArrays() { method BindIndexBuffer (line 1129) | func (b *Backend) BindIndexBuffer(buf driver.Buffer) { method CopyTexture (line 1137) | func (b *Backend) CopyTexture(dst driver.Texture, dstOrigin image.Poin... method BindPipeline (line 1166) | func (b *Backend) BindPipeline(pl driver.Pipeline) { method BeginCompute (line 1174) | func (b *Backend) BeginCompute() { method EndCompute (line 1178) | func (b *Backend) EndCompute() { method BeginRenderPass (line 1181) | func (b *Backend) BeginRenderPass(tex driver.Texture, desc driver.Load... method EndRenderPass (line 1193) | func (b *Backend) EndRenderPass() { method PrepareTexture (line 1214) | func (b *Backend) PrepareTexture(tex driver.Texture) {} method BindTexture (line 1216) | func (b *Backend) BindTexture(unit int, t driver.Texture) { type glState (line 48) | type glState struct method setVertexAttribArray (line 391) | func (s *glState) setVertexAttribArray(f *gl.Functions, idx int, enabl... method vertexAttribPointer (line 403) | func (s *glState) vertexAttribPointer(f *gl.Functions, buf gl.Buffer, ... method activeTexture (line 415) | func (s *glState) activeTexture(f *gl.Functions, unit gl.Enum) { method bindRenderbuffer (line 422) | func (s *glState) bindRenderbuffer(f *gl.Functions, target gl.Enum, r ... method bindTexture (line 429) | func (s *glState) bindTexture(f *gl.Functions, unit int, t gl.Texture) { method bindVertexArray (line 437) | func (s *glState) bindVertexArray(f *gl.Functions, a gl.VertexArray) { method deleteRenderbuffer (line 444) | func (s *glState) deleteRenderbuffer(f *gl.Functions, r gl.Renderbuffe... method deleteFramebuffer (line 451) | func (s *glState) deleteFramebuffer(f *gl.Functions, fbo gl.Framebuffe... method deleteBuffer (line 461) | func (s *glState) deleteBuffer(f *gl.Functions, b gl.Buffer) { method deleteProgram (line 487) | func (s *glState) deleteProgram(f *gl.Functions, p gl.Program) { method deleteVertexArray (line 494) | func (s *glState) deleteVertexArray(f *gl.Functions, a gl.VertexArray) { method deleteTexture (line 501) | func (s *glState) deleteTexture(f *gl.Functions, t gl.Texture) { method useProgram (line 511) | func (s *glState) useProgram(f *gl.Functions, p gl.Program) { method bindFramebuffer (line 518) | func (s *glState) bindFramebuffer(f *gl.Functions, target gl.Enum, fbo... method bindBufferBase (line 542) | func (s *glState) bindBufferBase(f *gl.Functions, target gl.Enum, idx ... method bindBuffer (line 562) | func (s *glState) bindBuffer(f *gl.Functions, target gl.Enum, buf gl.B... method pixelStorei (line 590) | func (s *glState) pixelStorei(f *gl.Functions, pname gl.Enum, val int) { method setClearColor (line 608) | func (s *glState) setClearColor(f *gl.Functions, r, g, b, a float32) { method setViewport (line 616) | func (s *glState) setViewport(f *gl.Functions, x, y, width, height int) { method setBlendFuncSeparate (line 624) | func (s *glState) setBlendFuncSeparate(f *gl.Functions, srcRGB, dstRGB... method set (line 634) | func (s *glState) set(f *gl.Functions, target gl.Enum, enable bool) { type state (line 85) | type state struct type bufferBinding (line 90) | type bufferBinding struct type timer (line 95) | type timer struct method Begin (line 1244) | func (t *timer) Begin() { method End (line 1248) | func (t *timer) End() { method ready (line 1252) | func (t *timer) ready() bool { method Release (line 1256) | func (t *timer) Release() { method Duration (line 1260) | func (t *timer) Duration() (time.Duration, bool) { type texture (line 100) | type texture struct method ensureFBO (line 671) | func (t *texture) ensureFBO() gl.Framebuffer { method ReadPixels (line 1149) | func (t *texture) ReadPixels(src image.Rectangle, pixels []byte, strid... method ImplementsRenderTarget (line 1196) | func (f *texture) ImplementsRenderTarget() {} method Release (line 1220) | func (t *texture) Release() { method Upload (line 1230) | func (t *texture) Upload(offset, size image.Point, pixels []byte, stri... type pipeline (line 112) | type pipeline struct method Release (line 1198) | func (p *pipeline) Release() { type buffer (line 120) | type buffer struct method Upload (line 1042) | func (b *buffer) Upload(data []byte) { method Download (line 1064) | func (b *buffer) Download(data []byte) error { method Release (line 1085) | func (b *buffer) Release() { type glshader (line 131) | type glshader struct method Release (line 992) | func (s *glshader) Release() { type program (line 137) | type program struct method Release (line 996) | func (p *program) Release() { type uniforms (line 144) | type uniforms struct method setup (line 1000) | func (u *uniforms) setup(funcs *gl.Functions, p gl.Program, uniformSiz... method update (line 1009) | func (p *uniforms) update(funcs *gl.Functions, buf *buffer) { type uniformLocation (line 149) | type uniformLocation struct type inputLayout (line 156) | type inputLayout struct type textureTriple (line 163) | type textureTriple struct constant storageBindings (line 170) | storageBindings = 32 function init (line 173) | func init() { constant brokenGLES31 (line 182) | brokenGLES31 = true function newOpenGLDevice (line 184) | func newOpenGLDevice(api driver.OpenGL) (driver.Device, error) { function glErr (line 766) | func glErr(f *gl.Functions) error { function toGLBlendFactor (line 814) | func toGLBlendFactor(f driver.BlendFactor) gl.Enum { function toGLDrawMode (line 853) | func toGLDrawMode(mode driver.Topology) gl.Enum { function toTexFilter (line 1203) | func toTexFilter(f driver.TextureFilter) int { function floatTripleFor (line 1269) | func floatTripleFor(f *gl.Functions, ver [2]int, exts []string) (texture... function srgbaTripleFor (line 1315) | func srgbaTripleFor(ver [2]int, exts []string) (textureTriple, error) { function alphaTripleFor (line 1326) | func alphaTripleFor(ver [2]int) textureTriple { function hasExtension (line 1335) | func hasExtension(exts []string, ext string) bool { function firstBufferType (line 1344) | func firstBufferType(typ driver.BufferBinding) gl.Enum { FILE: vendor/gioui.org/gpu/internal/opengl/srgb.go type SRGBFBO (line 19) | type SRGBFBO struct method Blit (line 58) | func (s *SRGBFBO) Blit() { method Framebuffer (line 89) | func (s *SRGBFBO) Framebuffer() gl.Framebuffer { method Refresh (line 93) | func (s *SRGBFBO) Refresh(viewport image.Point) error { method Release (line 128) | func (s *SRGBFBO) Release() { function NewSRGBFBO (line 31) | func NewSRGBFBO(f *gl.Functions, state *glState) (*SRGBFBO, error) { constant blitVSrc (line 139) | blitVSrc = ` constant blitFSrc (line 154) | blitFSrc = ` FILE: vendor/gioui.org/gpu/internal/vulkan/vulkan.go type Backend (line 19) | type Backend struct method BeginFrame (line 170) | func (b *Backend) BeginFrame(target driver.RenderTarget, clear bool, v... method deferFunc (line 206) | func (b *Backend) deferFunc(f func(d vk.Device)) { method runDefers (line 210) | func (b *Backend) runDefers() { method resetPipes (line 217) | func (b *Backend) resetPipes() { method EndFrame (line 232) | func (b *Backend) EndFrame() { method Caps (line 240) | func (b *Backend) Caps() driver.Caps { method NewTimer (line 247) | func (b *Backend) NewTimer() driver.Timer { method IsTimeContinuous (line 251) | func (b *Backend) IsTimeContinuous() bool { method Release (line 255) | func (b *Backend) Release() { method NewTexture (line 271) | func (b *Backend) NewTexture(format driver.TextureFormat, width, heigh... method NewBuffer (line 327) | func (b *Backend) NewBuffer(bindings driver.BufferBinding, size int) (... method newBuffer (line 346) | func (b *Backend) newBuffer(size int, usage vk.BufferUsageFlags, props... method NewImmutableBuffer (line 351) | func (b *Backend) NewImmutableBuffer(typ driver.BufferBinding, data []... method NewVertexShader (line 360) | func (b *Backend) NewVertexShader(src shader.Sources) (driver.VertexSh... method NewFragmentShader (line 365) | func (b *Backend) NewFragmentShader(src shader.Sources) (driver.Fragme... method NewPipeline (line 370) | func (b *Backend) NewPipeline(desc driver.PipelineDesc) (driver.Pipeli... method NewComputeProgram (line 443) | func (b *Backend) NewComputeProgram(src shader.Sources) (driver.Progra... method newShader (line 536) | func (b *Backend) newShader(src shader.Sources, stage vk.ShaderStageFl... method CopyTexture (line 555) | func (b *Backend) CopyTexture(dstTex driver.Texture, dorig image.Point... method Viewport (line 573) | func (b *Backend) Viewport(x, y, width, height int) { method DrawArrays (line 579) | func (b *Backend) DrawArrays(off, count int) { method DrawElements (line 588) | func (b *Backend) DrawElements(off, count int) { method BindImageTexture (line 597) | func (b *Backend) BindImageTexture(unit int, tex driver.Texture) { method DispatchCompute (line 608) | func (b *Backend) DispatchCompute(x, y, z int) { method PrepareTexture (line 770) | func (b *Backend) PrepareTexture(tex driver.Texture) { method BindTexture (line 780) | func (b *Backend) BindTexture(unit int, tex driver.Texture) { method BindPipeline (line 786) | func (b *Backend) BindPipeline(pipe driver.Pipeline) { method BindProgram (line 790) | func (b *Backend) BindProgram(prog driver.Program) { method bindPipeline (line 794) | func (b *Backend) bindPipeline(p *Pipeline, point vk.PipelineBindPoint) { method BindStorageBuffer (line 806) | func (b *Backend) BindStorageBuffer(binding int, buffer driver.Buffer) { method BindUniforms (line 816) | func (b *Backend) BindUniforms(buffer driver.Buffer) { method BindVertexBuffer (line 825) | func (b *Backend) BindVertexBuffer(buffer driver.Buffer, offset int) { method BindIndexBuffer (line 837) | func (b *Backend) BindIndexBuffer(buffer driver.Buffer) { method currentCmdBuf (line 955) | func (b *Backend) currentCmdBuf() vk.CommandBuffer { method ensureCmdBuf (line 963) | func (b *Backend) ensureCmdBuf() vk.CommandBuffer { method BeginRenderPass (line 986) | func (b *Backend) BeginRenderPass(tex driver.Texture, d driver.LoadDes... method EndRenderPass (line 1022) | func (b *Backend) EndRenderPass() { method BeginCompute (line 1026) | func (b *Backend) BeginCompute() { method EndCompute (line 1030) | func (b *Backend) EndCompute() { method lookupPass (line 1033) | func (b *Backend) lookupPass(fmt vk.Format, loadAct vk.AttachmentLoadO... method submitCmdBuf (line 1046) | func (b *Backend) submitCmdBuf(sync bool) { method stagingBuffer (line 1071) | func (b *Backend) stagingBuffer(size int) (*Buffer, []byte, int) { type passKey (line 62) | type passKey struct type Texture (line 69) | type Texture struct method Upload (line 617) | func (t *Texture) Upload(offset, size image.Point, pixels []byte, stri... method Release (line 642) | func (t *Texture) Release() { method imageBarrier (line 749) | func (t *Texture) imageBarrier(cmdBuf vk.CommandBuffer, layout vk.Imag... method ReadPixels (line 921) | func (t *Texture) ReadPixels(src image.Rectangle, pixels []byte, strid... method ImplementsRenderTarget (line 1121) | func (f *Texture) ImplementsRenderTarget() {} type Shader (line 90) | type Shader struct method Release (line 801) | func (s *Shader) Release() { type Pipeline (line 97) | type Pipeline struct method Release (line 659) | func (p *Pipeline) Release() { type descPool (line 105) | type descPool struct method release (line 668) | func (p *descPool) release(d vk.Device) { method bindDescriptorSet (line 678) | func (p *descPool) bindDescriptorSet(b *Backend, cmdBuf vk.CommandBuff... type Buffer (line 116) | type Buffer struct method Download (line 843) | func (b *Buffer) Download(data []byte) error { method Upload (line 866) | func (b *Buffer) Upload(data []byte) { method barrier (line 894) | func (b *Buffer) barrier(cmdBuf vk.CommandBuffer, stage vk.PipelineSta... method Release (line 910) | func (b *Buffer) Release() { constant texUnits (line 130) | texUnits = 4 constant storageUnits (line 131) | storageUnits = 4 function init (line 134) | func init() { function newVulkanDevice (line 138) | func newVulkanDevice(api driver.Vulkan) (driver.Device, error) { function vertFormatFor (line 461) | func vertFormatFor(f shader.InputLocation) vk.Format { function createPipelineLayout (line 478) | func createPipelineLayout(d vk.Device, src shader.Sources, ranges []vk.P... function formatFor (line 1100) | func formatFor(format driver.TextureFormat) vk.Format { function mapErr (line 1113) | func mapErr(err error) error { FILE: vendor/gioui.org/gpu/pack.go type packer (line 11) | type packer struct method add (line 26) | func (p *packer) add(s image.Point) (placement, bool) { method clear (line 34) | func (p *packer) clear() { method newPage (line 39) | func (p *packer) newPage() { method tryAdd (line 48) | func (p *packer) tryAdd(s image.Point) (placement, bool) { type placement (line 19) | type placement struct FILE: vendor/gioui.org/gpu/path.go type pather (line 22) | type pather struct method release (line 291) | func (p *pather) release() { method begin (line 317) | func (p *pather) begin(sizes []image.Point) { method stencilPath (line 321) | func (p *pather) stencilPath(bounds image.Rectangle, offset f32.Point,... method cover (line 364) | func (p *pather) cover(mat materialType, col f32color.RGBA, col1, col2... type coverer (line 31) | type coverer struct method release (line 296) | func (c *coverer) release() { method cover (line 368) | func (c *coverer) cover(mat materialType, col f32color.RGBA, col1, col... type coverTexUniforms (line 39) | type coverTexUniforms struct type coverColUniforms (line 44) | type coverColUniforms struct type coverLinearGradientUniforms (line 50) | type coverLinearGradientUniforms struct type coverUniforms (line 56) | type coverUniforms struct type stenciler (line 64) | type stenciler struct method release (line 283) | func (s *stenciler) release() { method beginIntersect (line 325) | func (s *stenciler) beginIntersect(sizes []image.Point) { method cover (line 332) | func (s *stenciler) cover(idx int) stencilFBO { method begin (line 336) | func (s *stenciler) begin(sizes []image.Point) { method stencilPath (line 340) | func (s *stenciler) stencilPath(bounds image.Rectangle, offset f32.Poi... type stencilUniforms (line 79) | type stencilUniforms struct type intersectUniforms (line 85) | type intersectUniforms struct type fboSet (line 92) | type fboSet struct method resize (line 245) | func (s *fboSet) resize(ctx driver.Device, sizes []image.Point) { method delete (line 275) | func (s *fboSet) delete(ctx driver.Device, idx int) { type stencilFBO (line 96) | type stencilFBO struct type pathData (line 101) | type pathData struct method release (line 313) | func (p pathData) release() { type vertex (line 107) | type vertex struct method encode (line 116) | func (v vertex) encode(d []byte, maxy uint32) { constant pathBatchSize (line 130) | pathBatchSize = 10000 constant vertStride (line 132) | vertStride = 8 * 4 function newPather (line 135) | func newPather(ctx driver.Device) *pather { function newCoverer (line 143) | func newCoverer(ctx driver.Device) *coverer { function newStenciler (line 160) | func newStenciler(ctx driver.Device) *stenciler { function buildPath (line 302) | func buildPath(ctx driver.Device, p []byte) pathData { function init (line 394) | func init() { FILE: vendor/gioui.org/gpu/timer.go type timers (line 11) | type timers struct method newTimer (line 37) | func (t *timers) newTimer() *timer { method ready (line 65) | func (t *timers) ready() bool { method Release (line 86) | func (t *timers) Release() { type timer (line 16) | type timer struct method begin (line 49) | func (t *timer) begin() { method end (line 57) | func (t *timer) end() { type timerState (line 23) | type timerState constant timerIdle (line 26) | timerIdle timerState = iota constant timerRunning (line 27) | timerRunning constant timerWaiting (line 28) | timerWaiting function newTimers (line 31) | func newTimers(b driver.Device) *timers { FILE: vendor/gioui.org/internal/byteslice/byteslice.go function Struct (line 13) | func Struct(s interface{}) []byte { function Uint32 (line 25) | func Uint32(s []uint32) []byte { function Slice (line 35) | func Slice(s interface{}) []byte { FILE: vendor/gioui.org/internal/cocoainit/cocoa_darwin.go function init (line 18) | func init() { FILE: vendor/gioui.org/internal/d3d11/d3d11_windows.go type DXGI_SWAP_CHAIN_DESC (line 16) | type DXGI_SWAP_CHAIN_DESC struct type DXGI_SAMPLE_DESC (line 27) | type DXGI_SAMPLE_DESC struct type DXGI_MODE_DESC (line 32) | type DXGI_MODE_DESC struct type DXGI_RATIONAL (line 41) | type DXGI_RATIONAL struct type TEXTURE2D_DESC (line 46) | type TEXTURE2D_DESC struct type SAMPLER_DESC (line 59) | type SAMPLER_DESC struct type SHADER_RESOURCE_VIEW_DESC_TEX2D (line 72) | type SHADER_RESOURCE_VIEW_DESC_TEX2D struct type SHADER_RESOURCE_VIEW_DESC_BUFFEREX (line 77) | type SHADER_RESOURCE_VIEW_DESC_BUFFEREX struct type UNORDERED_ACCESS_VIEW_DESC_TEX2D (line 82) | type UNORDERED_ACCESS_VIEW_DESC_TEX2D struct type UNORDERED_ACCESS_VIEW_DESC_BUFFER (line 87) | type UNORDERED_ACCESS_VIEW_DESC_BUFFER struct type SHADER_RESOURCE_VIEW_DESC (line 92) | type SHADER_RESOURCE_VIEW_DESC struct type UNORDERED_ACCESS_VIEW_DESC (line 97) | type UNORDERED_ACCESS_VIEW_DESC struct type TEX2D_SRV (line 102) | type TEX2D_SRV struct type BUFFEREX_SRV (line 107) | type BUFFEREX_SRV struct type TEX2D_UAV (line 113) | type TEX2D_UAV struct type BUFFER_UAV (line 117) | type BUFFER_UAV struct type INPUT_ELEMENT_DESC (line 123) | type INPUT_ELEMENT_DESC struct type IDXGISwapChain (line 133) | type IDXGISwapChain struct method GetDesc (line 1129) | func (s *IDXGISwapChain) GetDesc() (DXGI_SWAP_CHAIN_DESC, error) { method ResizeBuffers (line 1144) | func (s *IDXGISwapChain) ResizeBuffers(buffers, width, height, newForm... method Present (line 1161) | func (s *IDXGISwapChain) Present(SyncInterval int, Flags uint32) error { method GetBuffer (line 1175) | func (s *IDXGISwapChain) GetBuffer(index int, riid *GUID) (*IUnknown, ... type Debug (line 154) | type Debug struct method ReportLiveDeviceObjects (line 1119) | func (d *Debug) ReportLiveDeviceObjects(flags uint32) { type Device (line 169) | type Device struct method CheckFormatSupport (line 827) | func (d *Device) CheckFormatSupport(format uint32) (uint32, error) { method CreateBuffer (line 842) | func (d *Device) CreateBuffer(desc *BUFFER_DESC, data []byte) (*Buffer... method CreateDepthStencilViewTEX2D (line 865) | func (d *Device) CreateDepthStencilViewTEX2D(res *Resource, desc *DEPT... method CreatePixelShader (line 882) | func (d *Device) CreatePixelShader(bytecode []byte) (*PixelShader, err... method CreateVertexShader (line 900) | func (d *Device) CreateVertexShader(bytecode []byte) (*VertexShader, e... method CreateComputeShader (line 918) | func (d *Device) CreateComputeShader(bytecode []byte) (*ComputeShader,... method CreateShaderResourceView (line 936) | func (d *Device) CreateShaderResourceView(res *Resource, desc unsafe.P... method CreateUnorderedAccessView (line 953) | func (d *Device) CreateUnorderedAccessView(res *Resource, desc unsafe.... method CreateRasterizerState (line 970) | func (d *Device) CreateRasterizerState(desc *RASTERIZER_DESC) (*Raster... method CreateInputLayout (line 985) | func (d *Device) CreateInputLayout(descs []INPUT_ELEMENT_DESC, bytecod... method CreateSamplerState (line 1007) | func (d *Device) CreateSamplerState(desc *SAMPLER_DESC) (*SamplerState... method CreateTexture2D (line 1022) | func (d *Device) CreateTexture2D(desc *TEXTURE2D_DESC) (*Texture2D, er... method CreateRenderTargetView (line 1039) | func (d *Device) CreateRenderTargetView(res *Resource) (*RenderTargetV... method CreateBlendState (line 1056) | func (d *Device) CreateBlendState(desc *BLEND_DESC) (*BlendState, erro... method CreateDepthStencilState (line 1071) | func (d *Device) CreateDepthStencilState(desc *DEPTH_STENCIL_DESC) (*D... method GetFeatureLevel (line 1086) | func (d *Device) GetFeatureLevel() int { method GetImmediateContext (line 1096) | func (d *Device) GetImmediateContext() *DeviceContext { method ReportLiveDeviceObjects (line 1108) | func (d *Device) ReportLiveDeviceObjects() error { type DeviceContext (line 215) | type DeviceContext struct method Unmap (line 1193) | func (c *DeviceContext) Unmap(resource *Resource, subResource uint32) { method Map (line 1203) | func (c *DeviceContext) Map(resource *Resource, subResource, mapType, ... method CopySubresourceRegion (line 1221) | func (c *DeviceContext) CopySubresourceRegion(dst *Resource, dstSubres... method ClearDepthStencilView (line 1237) | func (c *DeviceContext) ClearDepthStencilView(target *DepthStencilView... method ClearRenderTargetView (line 1250) | func (c *DeviceContext) ClearRenderTargetView(target *RenderTargetView... method CSSetShaderResources (line 1260) | func (c *DeviceContext) CSSetShaderResources(startSlot uint32, s *Shad... method CSSetUnorderedAccessViews (line 1272) | func (c *DeviceContext) CSSetUnorderedAccessViews(startSlot uint32, v ... method CSSetShader (line 1284) | func (c *DeviceContext) CSSetShader(s *ComputeShader) { method RSSetViewports (line 1296) | func (c *DeviceContext) RSSetViewports(viewport *VIEWPORT) { method VSSetShader (line 1306) | func (c *DeviceContext) VSSetShader(s *VertexShader) { method VSSetConstantBuffers (line 1318) | func (c *DeviceContext) VSSetConstantBuffers(b *Buffer) { method PSSetConstantBuffers (line 1330) | func (c *DeviceContext) PSSetConstantBuffers(b *Buffer) { method PSSetShaderResources (line 1342) | func (c *DeviceContext) PSSetShaderResources(startSlot uint32, s *Shad... method PSSetSamplers (line 1354) | func (c *DeviceContext) PSSetSamplers(startSlot uint32, s *SamplerStat... method PSSetShader (line 1366) | func (c *DeviceContext) PSSetShader(s *PixelShader) { method UpdateSubresource (line 1378) | func (c *DeviceContext) UpdateSubresource(res *Resource, dstBox *BOX, ... method RSSetState (line 1393) | func (c *DeviceContext) RSSetState(state *RasterizerState) { method IASetInputLayout (line 1403) | func (c *DeviceContext) IASetInputLayout(layout *InputLayout) { method IASetIndexBuffer (line 1413) | func (c *DeviceContext) IASetIndexBuffer(buf *Buffer, format, offset u... method IASetVertexBuffers (line 1425) | func (c *DeviceContext) IASetVertexBuffers(buf *Buffer, stride, offset... method IASetPrimitiveTopology (line 1438) | func (c *DeviceContext) IASetPrimitiveTopology(mode uint32) { method OMGetRenderTargets (line 1448) | func (c *DeviceContext) OMGetRenderTargets() (*RenderTargetView, *Dept... method OMSetRenderTargets (line 1465) | func (c *DeviceContext) OMSetRenderTargets(target *RenderTargetView, d... method Draw (line 1477) | func (c *DeviceContext) Draw(count, start uint32) { method DrawIndexed (line 1487) | func (c *DeviceContext) DrawIndexed(count, start uint32, base int32) { method Dispatch (line 1499) | func (c *DeviceContext) Dispatch(x, y, z uint32) { method OMSetBlendState (line 1511) | func (c *DeviceContext) OMSetBlendState(state *BlendState, factor *f32... method OMSetDepthStencilState (line 1523) | func (c *DeviceContext) OMSetDepthStencilState(state *DepthStencilStat... type RenderTargetView (line 333) | type RenderTargetView struct type Resource (line 339) | type Resource struct type Texture2D (line 345) | type Texture2D struct type Buffer (line 351) | type Buffer struct type SamplerState (line 357) | type SamplerState struct type PixelShader (line 363) | type PixelShader struct type ShaderResourceView (line 369) | type ShaderResourceView struct type UnorderedAccessView (line 375) | type UnorderedAccessView struct type DepthStencilView (line 381) | type DepthStencilView struct type BlendState (line 387) | type BlendState struct type DepthStencilState (line 393) | type DepthStencilState struct type VertexShader (line 399) | type VertexShader struct type ComputeShader (line 405) | type ComputeShader struct type RasterizerState (line 411) | type RasterizerState struct type InputLayout (line 417) | type InputLayout struct type DEPTH_STENCIL_DESC (line 425) | type DEPTH_STENCIL_DESC struct type DEPTH_STENCILOP_DESC (line 436) | type DEPTH_STENCILOP_DESC struct type DEPTH_STENCIL_VIEW_DESC_TEX2D (line 443) | type DEPTH_STENCIL_VIEW_DESC_TEX2D struct type TEX2D_DSV (line 450) | type TEX2D_DSV struct type BLEND_DESC (line 454) | type BLEND_DESC struct type RENDER_TARGET_BLEND_DESC (line 460) | type RENDER_TARGET_BLEND_DESC struct type IDXGIObject (line 471) | type IDXGIObject struct method GetParent (line 1533) | func (d *IDXGIObject) GetParent(guid *GUID) (*IDXGIObject, error) { type IDXGIAdapter (line 481) | type IDXGIAdapter struct type IDXGIFactory (line 495) | type IDXGIFactory struct method CreateSwapChain (line 1548) | func (d *IDXGIFactory) CreateSwapChain(device *IUnknown, desc *DXGI_SW... type IDXGIDebug (line 510) | type IDXGIDebug struct method ReportLiveObjects (line 814) | func (d *IDXGIDebug) ReportLiveObjects(guid *GUID, flags uint32) { type IDXGIDevice (line 517) | type IDXGIDevice struct method GetAdapter (line 1565) | func (d *IDXGIDevice) GetAdapter() (*IDXGIAdapter, error) { type IUnknown (line 532) | type IUnknown struct type _IUnknownVTbl (line 538) | type _IUnknownVTbl struct type BUFFER_DESC (line 544) | type BUFFER_DESC struct type GUID (line 553) | type GUID struct type VIEWPORT (line 567) | type VIEWPORT struct type SUBRESOURCE_DATA (line 576) | type SUBRESOURCE_DATA struct type BOX (line 580) | type BOX struct type MAPPED_SUBRESOURCE (line 589) | type MAPPED_SUBRESOURCE struct type ErrorCode (line 595) | type ErrorCode struct method Error (line 1615) | func (e ErrorCode) Error() string { type RASTERIZER_DESC (line 600) | type RASTERIZER_DESC struct constant SDK_VERSION (line 635) | SDK_VERSION = 7 constant DRIVER_TYPE_HARDWARE (line 636) | DRIVER_TYPE_HARDWARE = 1 constant DXGI_FORMAT_UNKNOWN (line 638) | DXGI_FORMAT_UNKNOWN = 0 constant DXGI_FORMAT_R16_FLOAT (line 639) | DXGI_FORMAT_R16_FLOAT = 54 constant DXGI_FORMAT_R32_FLOAT (line 640) | DXGI_FORMAT_R32_FLOAT = 41 constant DXGI_FORMAT_R32_TYPELESS (line 641) | DXGI_FORMAT_R32_TYPELESS = 39 constant DXGI_FORMAT_R32G32_FLOAT (line 642) | DXGI_FORMAT_R32G32_FLOAT = 16 constant DXGI_FORMAT_R32G32B32_FLOAT (line 643) | DXGI_FORMAT_R32G32B32_FLOAT = 6 constant DXGI_FORMAT_R32G32B32A32_FLOAT (line 644) | DXGI_FORMAT_R32G32B32A32_FLOAT = 2 constant DXGI_FORMAT_R8G8B8A8_UNORM (line 645) | DXGI_FORMAT_R8G8B8A8_UNORM = 28 constant DXGI_FORMAT_R8G8B8A8_UNORM_SRGB (line 646) | DXGI_FORMAT_R8G8B8A8_UNORM_SRGB = 29 constant DXGI_FORMAT_R16_SINT (line 647) | DXGI_FORMAT_R16_SINT = 59 constant DXGI_FORMAT_R16G16_SINT (line 648) | DXGI_FORMAT_R16G16_SINT = 38 constant DXGI_FORMAT_R16_UINT (line 649) | DXGI_FORMAT_R16_UINT = 57 constant DXGI_FORMAT_D24_UNORM_S8_UINT (line 650) | DXGI_FORMAT_D24_UNORM_S8_UINT = 45 constant DXGI_FORMAT_R16G16_FLOAT (line 651) | DXGI_FORMAT_R16G16_FLOAT = 34 constant DXGI_FORMAT_R16G16B16A16_FLOAT (line 652) | DXGI_FORMAT_R16G16B16A16_FLOAT = 10 constant DXGI_DEBUG_RLO_SUMMARY (line 654) | DXGI_DEBUG_RLO_SUMMARY = 0x1 constant DXGI_DEBUG_RLO_DETAIL (line 655) | DXGI_DEBUG_RLO_DETAIL = 0x2 constant DXGI_DEBUG_RLO_IGNORE_INTERNAL (line 656) | DXGI_DEBUG_RLO_IGNORE_INTERNAL = 0x4 constant FORMAT_SUPPORT_TEXTURE2D (line 658) | FORMAT_SUPPORT_TEXTURE2D = 0x20 constant FORMAT_SUPPORT_RENDER_TARGET (line 659) | FORMAT_SUPPORT_RENDER_TARGET = 0x4000 constant DXGI_USAGE_RENDER_TARGET_OUTPUT (line 661) | DXGI_USAGE_RENDER_TARGET_OUTPUT = 1 << (1 + 4) constant CPU_ACCESS_READ (line 663) | CPU_ACCESS_READ = 0x20000 constant MAP_READ (line 665) | MAP_READ = 1 constant DXGI_SWAP_EFFECT_DISCARD (line 667) | DXGI_SWAP_EFFECT_DISCARD = 0 constant FEATURE_LEVEL_9_1 (line 669) | FEATURE_LEVEL_9_1 = 0x9100 constant FEATURE_LEVEL_9_3 (line 670) | FEATURE_LEVEL_9_3 = 0x9300 constant FEATURE_LEVEL_11_0 (line 671) | FEATURE_LEVEL_11_0 = 0xb000 constant USAGE_IMMUTABLE (line 673) | USAGE_IMMUTABLE = 1 constant USAGE_STAGING (line 674) | USAGE_STAGING = 3 constant BIND_VERTEX_BUFFER (line 676) | BIND_VERTEX_BUFFER = 0x1 constant BIND_INDEX_BUFFER (line 677) | BIND_INDEX_BUFFER = 0x2 constant BIND_CONSTANT_BUFFER (line 678) | BIND_CONSTANT_BUFFER = 0x4 constant BIND_SHADER_RESOURCE (line 679) | BIND_SHADER_RESOURCE = 0x8 constant BIND_RENDER_TARGET (line 680) | BIND_RENDER_TARGET = 0x20 constant BIND_DEPTH_STENCIL (line 681) | BIND_DEPTH_STENCIL = 0x40 constant BIND_UNORDERED_ACCESS (line 682) | BIND_UNORDERED_ACCESS = 0x80 constant PRIMITIVE_TOPOLOGY_TRIANGLELIST (line 684) | PRIMITIVE_TOPOLOGY_TRIANGLELIST = 4 constant PRIMITIVE_TOPOLOGY_TRIANGLESTRIP (line 685) | PRIMITIVE_TOPOLOGY_TRIANGLESTRIP = 5 constant FILTER_MIN_MAG_LINEAR_MIP_POINT (line 687) | FILTER_MIN_MAG_LINEAR_MIP_POINT = 0x14 constant FILTER_MIN_MAG_MIP_POINT (line 688) | FILTER_MIN_MAG_MIP_POINT = 0 constant TEXTURE_ADDRESS_MIRROR (line 690) | TEXTURE_ADDRESS_MIRROR = 2 constant TEXTURE_ADDRESS_CLAMP (line 691) | TEXTURE_ADDRESS_CLAMP = 3 constant TEXTURE_ADDRESS_WRAP (line 692) | TEXTURE_ADDRESS_WRAP = 1 constant SRV_DIMENSION_BUFFER (line 694) | SRV_DIMENSION_BUFFER = 1 constant UAV_DIMENSION_BUFFER (line 695) | UAV_DIMENSION_BUFFER = 1 constant SRV_DIMENSION_BUFFEREX (line 696) | SRV_DIMENSION_BUFFEREX = 11 constant SRV_DIMENSION_TEXTURE2D (line 697) | SRV_DIMENSION_TEXTURE2D = 4 constant UAV_DIMENSION_TEXTURE2D (line 698) | UAV_DIMENSION_TEXTURE2D = 4 constant BUFFER_UAV_FLAG_RAW (line 700) | BUFFER_UAV_FLAG_RAW = 0x1 constant BUFFEREX_SRV_FLAG_RAW (line 701) | BUFFEREX_SRV_FLAG_RAW = 0x1 constant RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS (line 703) | RESOURCE_MISC_BUFFER_ALLOW_RAW_VIEWS = 0x20 constant CREATE_DEVICE_DEBUG (line 705) | CREATE_DEVICE_DEBUG = 0x2 constant FILL_SOLID (line 707) | FILL_SOLID = 3 constant CULL_NONE (line 709) | CULL_NONE = 1 constant CLEAR_DEPTH (line 711) | CLEAR_DEPTH = 0x1 constant CLEAR_STENCIL (line 712) | CLEAR_STENCIL = 0x2 constant DSV_DIMENSION_TEXTURE2D (line 714) | DSV_DIMENSION_TEXTURE2D = 3 constant DEPTH_WRITE_MASK_ALL (line 716) | DEPTH_WRITE_MASK_ALL = 1 constant COMPARISON_GREATER (line 718) | COMPARISON_GREATER = 5 constant COMPARISON_GREATER_EQUAL (line 719) | COMPARISON_GREATER_EQUAL = 7 constant BLEND_OP_ADD (line 721) | BLEND_OP_ADD = 1 constant BLEND_ONE (line 722) | BLEND_ONE = 2 constant BLEND_INV_SRC_ALPHA (line 723) | BLEND_INV_SRC_ALPHA = 6 constant BLEND_ZERO (line 724) | BLEND_ZERO = 1 constant BLEND_DEST_COLOR (line 725) | BLEND_DEST_COLOR = 9 constant BLEND_DEST_ALPHA (line 726) | BLEND_DEST_ALPHA = 7 constant COLOR_WRITE_ENABLE_ALL (line 728) | COLOR_WRITE_ENABLE_ALL = 1 | 2 | 4 | 8 constant DXGI_STATUS_OCCLUDED (line 730) | DXGI_STATUS_OCCLUDED = 0x087A0001 constant DXGI_ERROR_DEVICE_RESET (line 731) | DXGI_ERROR_DEVICE_RESET = 0x887A0007 constant DXGI_ERROR_DEVICE_REMOVED (line 732) | DXGI_ERROR_DEVICE_REMOVED = 0x887A0005 constant D3DDDIERR_DEVICEREMOVED (line 733) | D3DDDIERR_DEVICEREMOVED = 1<<31 | 0x876<<16 | 2160 constant RLDO_SUMMARY (line 735) | RLDO_SUMMARY = 1 constant RLDO_DETAIL (line 736) | RLDO_DETAIL = 2 constant RLDO_IGNORE_INTERNAL (line 737) | RLDO_IGNORE_INTERNAL = 4 function CreateDevice (line 740) | func CreateDevice(driverType uint32, flags uint32) (*Device, *DeviceCont... function CreateDeviceAndSwapChain (line 764) | func CreateDeviceAndSwapChain(driverType uint32, flags uint32, swapDesc ... function DXGIGetDebugInterface1 (line 791) | func DXGIGetDebugInterface1() (*IDXGIDebug, error) { function ReportLiveObjects (line 804) | func ReportLiveObjects() error { function IUnknownQueryInterface (line 1580) | func IUnknownQueryInterface(obj unsafe.Pointer, queryInterfaceMethod uin... function IUnknownAddRef (line 1595) | func IUnknownAddRef(obj unsafe.Pointer, addRefMethod uintptr) { function IUnknownRelease (line 1605) | func IUnknownRelease(obj unsafe.Pointer, releaseMethod uintptr) { function CreateSwapChain (line 1619) | func CreateSwapChain(dev *Device, hwnd windows.Handle) (*IDXGISwapChain,... function CreateDepthView (line 1657) | func CreateDepthView(d *Device, width, height, depthBits int) (*DepthSte... FILE: vendor/gioui.org/internal/egl/egl.go type Context (line 17) | type Context struct method Release (line 59) | func (c *Context) Release() { method Present (line 68) | func (c *Context) Present() error { method RenderTarget (line 100) | func (c *Context) RenderTarget() (gpu.RenderTarget, error) { method API (line 104) | func (c *Context) API() gpu.API { method ReleaseSurface (line 108) | func (c *Context) ReleaseSurface() { method VisualID (line 119) | func (c *Context) VisualID() int { method CreateSurface (line 123) | func (c *Context) CreateSurface(win NativeWindowType, width, height in... method ReleaseCurrent (line 131) | func (c *Context) ReleaseCurrent() { method MakeCurrent (line 137) | func (c *Context) MakeCurrent() error { method EnableVSync (line 150) | func (c *Context) EnableVSync(enable bool) { type eglContext (line 24) | type eglContext struct constant _EGL_ALPHA_SIZE (line 41) | _EGL_ALPHA_SIZE = 0x3021 constant _EGL_BLUE_SIZE (line 42) | _EGL_BLUE_SIZE = 0x3022 constant _EGL_CONFIG_CAVEAT (line 43) | _EGL_CONFIG_CAVEAT = 0x3027 constant _EGL_CONTEXT_CLIENT_VERSION (line 44) | _EGL_CONTEXT_CLIENT_VERSION = 0x3098 constant _EGL_DEPTH_SIZE (line 45) | _EGL_DEPTH_SIZE = 0x3025 constant _EGL_GL_COLORSPACE_KHR (line 46) | _EGL_GL_COLORSPACE_KHR = 0x309d constant _EGL_GL_COLORSPACE_SRGB_KHR (line 47) | _EGL_GL_COLORSPACE_SRGB_KHR = 0x3089 constant _EGL_GREEN_SIZE (line 48) | _EGL_GREEN_SIZE = 0x3023 constant _EGL_EXTENSIONS (line 49) | _EGL_EXTENSIONS = 0x3055 constant _EGL_NATIVE_VISUAL_ID (line 50) | _EGL_NATIVE_VISUAL_ID = 0x302e constant _EGL_NONE (line 51) | _EGL_NONE = 0x3038 constant _EGL_OPENGL_ES2_BIT (line 52) | _EGL_OPENGL_ES2_BIT = 0x4 constant _EGL_RED_SIZE (line 53) | _EGL_RED_SIZE = 0x3024 constant _EGL_RENDERABLE_TYPE (line 54) | _EGL_RENDERABLE_TYPE = 0x3040 constant _EGL_SURFACE_TYPE (line 55) | _EGL_SURFACE_TYPE = 0x3033 constant _EGL_WINDOW_BIT (line 56) | _EGL_WINDOW_BIT = 0x4 function NewContext (line 75) | func NewContext(disp NativeDisplayType) (*Context, error) { function hasExtension (line 158) | func hasExtension(exts []string, ext string) bool { function createContext (line 167) | func createContext(disp _EGLDisplay) (*eglContext, error) { function createSurface (line 236) | func createSurface(disp _EGLDisplay, eglCtx *eglContext, win NativeWindo... FILE: vendor/gioui.org/internal/egl/egl_unix.go function loadEGL (line 32) | func loadEGL() error { function eglChooseConfig (line 36) | func eglChooseConfig(disp _EGLDisplay, attribs []_EGLint) (_EGLConfig, b... function eglCreateContext (line 45) | func eglCreateContext(disp _EGLDisplay, cfg _EGLConfig, shareCtx _EGLCon... function eglDestroySurface (line 50) | func eglDestroySurface(disp _EGLDisplay, surf _EGLSurface) bool { function eglDestroyContext (line 54) | func eglDestroyContext(disp _EGLDisplay, ctx _EGLContext) bool { function eglGetConfigAttrib (line 58) | func eglGetConfigAttrib(disp _EGLDisplay, cfg _EGLConfig, attr _EGLint) ... function eglGetError (line 64) | func eglGetError() _EGLint { function eglInitialize (line 68) | func eglInitialize(disp _EGLDisplay) (_EGLint, _EGLint, bool) { function eglMakeCurrent (line 74) | func eglMakeCurrent(disp _EGLDisplay, draw, read _EGLSurface, ctx _EGLCo... function eglReleaseThread (line 78) | func eglReleaseThread() bool { function eglSwapBuffers (line 82) | func eglSwapBuffers(disp _EGLDisplay, surf _EGLSurface) bool { function eglSwapInterval (line 86) | func eglSwapInterval(disp _EGLDisplay, interval _EGLint) bool { function eglTerminate (line 90) | func eglTerminate(disp _EGLDisplay) bool { function eglQueryString (line 94) | func eglQueryString(disp _EGLDisplay, name _EGLint) string { function eglGetDisplay (line 98) | func eglGetDisplay(disp NativeDisplayType) _EGLDisplay { function eglCreateWindowSurface (line 102) | func eglCreateWindowSurface(disp _EGLDisplay, conf _EGLConfig, win Nativ... function eglWaitClient (line 107) | func eglWaitClient() bool { FILE: vendor/gioui.org/internal/egl/egl_windows.go type _EGLint (line 17) | type _EGLint type _EGLDisplay (line 18) | type _EGLDisplay type _EGLConfig (line 19) | type _EGLConfig type _EGLContext (line 20) | type _EGLContext type _EGLSurface (line 21) | type _EGLSurface type NativeDisplayType (line 22) | type NativeDisplayType type NativeWindowType (line 23) | type NativeWindowType function loadEGL (line 48) | func loadEGL() error { function loadDLLs (line 56) | func loadDLLs() error { function loadDLL (line 67) | func loadDLL(dll *syscall.LazyDLL, name string) error { function eglChooseConfig (line 75) | func eglChooseConfig(disp _EGLDisplay, attribs []_EGLint) (_EGLConfig, b... function eglCreateContext (line 84) | func eglCreateContext(disp _EGLDisplay, cfg _EGLConfig, shareCtx _EGLCon... function eglCreateWindowSurface (line 91) | func eglCreateWindowSurface(disp _EGLDisplay, cfg _EGLConfig, win Native... function eglDestroySurface (line 98) | func eglDestroySurface(disp _EGLDisplay, surf _EGLSurface) bool { function eglDestroyContext (line 103) | func eglDestroyContext(disp _EGLDisplay, ctx _EGLContext) bool { function eglGetConfigAttrib (line 108) | func eglGetConfigAttrib(disp _EGLDisplay, cfg _EGLConfig, attr _EGLint) ... function eglGetDisplay (line 114) | func eglGetDisplay(disp NativeDisplayType) _EGLDisplay { function eglGetError (line 119) | func eglGetError() _EGLint { function eglInitialize (line 124) | func eglInitialize(disp _EGLDisplay) (_EGLint, _EGLint, bool) { function eglMakeCurrent (line 130) | func eglMakeCurrent(disp _EGLDisplay, draw, read _EGLSurface, ctx _EGLCo... function eglReleaseThread (line 135) | func eglReleaseThread() bool { function eglSwapInterval (line 140) | func eglSwapInterval(disp _EGLDisplay, interval _EGLint) bool { function eglSwapBuffers (line 145) | func eglSwapBuffers(disp _EGLDisplay, surf _EGLSurface) bool { function eglTerminate (line 150) | func eglTerminate(disp _EGLDisplay) bool { function eglQueryString (line 155) | func eglQueryString(disp _EGLDisplay, name _EGLint) string { function eglWaitClient (line 160) | func eglWaitClient() bool { function issue34474KeepAlive (line 167) | func issue34474KeepAlive(v interface{}) { FILE: vendor/gioui.org/internal/f32color/rgba.go type RGBA (line 11) | type RGBA struct method Array (line 16) | func (rgba RGBA) Array() [4]float32 { method Float32 (line 21) | func (col RGBA) Float32() (r, g, b, a float32) { method SRGB (line 26) | func (col RGBA) SRGB() color.NRGBA { method Luminance (line 42) | func (col RGBA) Luminance() float32 { method Opaque (line 47) | func (col RGBA) Opaque() RGBA { function LinearFromSRGB (line 53) | func LinearFromSRGB(col color.NRGBA) RGBA { function NRGBAToRGBA (line 67) | func NRGBAToRGBA(col color.NRGBA) color.RGBA { function NRGBAToLinearRGBA (line 83) | func NRGBAToLinearRGBA(col color.NRGBA) color.RGBA { function RGBAToNRGBA (line 97) | func RGBAToNRGBA(col color.RGBA) color.NRGBA { function linearTosRGB (line 113) | func linearTosRGB(c float32) float32 { function sRGBToLinear (line 128) | func sRGBToLinear(c float32) float32 { function MulAlpha (line 138) | func MulAlpha(c color.NRGBA, alpha uint8) color.NRGBA { function Disabled (line 146) | func Disabled(c color.NRGBA) (d color.NRGBA) { function Hovered (line 158) | func Hovered(c color.NRGBA) (d color.NRGBA) { function approxLuminance (line 169) | func approxLuminance(c color.NRGBA) byte { FILE: vendor/gioui.org/internal/fling/animation.go type Animation (line 13) | type Animation struct method Start (line 34) | func (f *Animation) Start(c unit.Metric, now time.Time, velocity float... method init (line 50) | func (f *Animation) init(now time.Time, v0 float32) { method Active (line 56) | func (f *Animation) Active() bool { method Tick (line 62) | func (f *Animation) Tick(now time.Time) int { constant thresholdVelocity (line 29) | thresholdVelocity = 1 FILE: vendor/gioui.org/internal/fling/extrapolation.go type Extrapolation (line 16) | type Extrapolation struct method SampleDelta (line 55) | func (e *Extrapolation) SampleDelta(t time.Duration, delta float32) { method Sample (line 61) | func (e *Extrapolation) Sample(t time.Duration, val float32) { method Estimate (line 84) | func (e *Extrapolation) Estimate() Estimate { method get (line 117) | func (e *Extrapolation) get(i int) sample { type sample (line 30) | type sample struct type matrix (line 35) | type matrix struct method set (line 235) | func (m *matrix) set(row, col int, v float32) { method get (line 245) | func (m *matrix) get(row, col int) float32 { method col (line 255) | func (m *matrix) col(c int) []float32 { method approxEqual (line 259) | func (m *matrix) approxEqual(m2 *matrix) bool { method transpose (line 275) | func (m *matrix) transpose() *matrix { method mul (line 289) | func (m *matrix) mul(m2 *matrix) *matrix { method String (line 310) | func (m *matrix) String() string { type Estimate (line 40) | type Estimate struct type coefficients (line 45) | type coefficients method approxEqual (line 323) | func (c coefficients) approxEqual(c2 coefficients) bool { constant degree (line 48) | degree = 2 constant historySize (line 49) | historySize = 20 constant maxAge (line 50) | maxAge = 100 * time.Millisecond constant maxSampleGap (line 51) | maxSampleGap = 40 * time.Millisecond function polyFit (line 126) | func polyFit(X, Y []float32) (coefficients, bool) { function decomposeQR (line 170) | func decomposeQR(A *matrix) (*matrix, *matrix, bool) { function norm (line 211) | func norm(V []float32) float32 { function dot (line 219) | func dot(V1, V2 []float32) float32 { function newMatrix (line 227) | func newMatrix(rows, cols int) *matrix { FILE: vendor/gioui.org/internal/gl/gl.go type Attrib (line 6) | type Attrib type Enum (line 7) | type Enum constant ACTIVE_TEXTURE (line 11) | ACTIVE_TEXTURE = 0x84E0 constant ALL_BARRIER_BITS (line 12) | ALL_BARRIER_BITS = 0xffffffff constant ARRAY_BUFFER (line 13) | ARRAY_BUFFER = 0x8892 constant ARRAY_BUFFER_BINDING (line 14) | ARRAY_BUFFER_BINDING = 0x8894 constant BACK (line 15) | BACK = 0x0405 constant BLEND (line 16) | BLEND = 0xbe2 constant BLEND_DST_RGB (line 17) | BLEND_DST_RGB = 0x80C8 constant BLEND_SRC_RGB (line 18) | BLEND_SRC_RGB = 0x80C9 constant BLEND_DST_ALPHA (line 19) | BLEND_DST_ALPHA = 0x80CA constant BLEND_SRC_ALPHA (line 20) | BLEND_SRC_ALPHA = 0x80CB constant CLAMP_TO_EDGE (line 21) | CLAMP_TO_EDGE = 0x812f constant COLOR_ATTACHMENT0 (line 22) | COLOR_ATTACHMENT0 = 0x8ce0 constant COLOR_BUFFER_BIT (line 23) | COLOR_BUFFER_BIT = 0x4000 constant COLOR_CLEAR_VALUE (line 24) | COLOR_CLEAR_VALUE = 0x0C22 constant COMPILE_STATUS (line 25) | COMPILE_STATUS = 0x8b81 constant COMPUTE_SHADER (line 26) | COMPUTE_SHADER = 0x91B9 constant CURRENT_PROGRAM (line 27) | CURRENT_PROGRAM = 0x8B8D constant DEPTH_ATTACHMENT (line 28) | DEPTH_ATTACHMENT = 0x8d00 constant DEPTH_BUFFER_BIT (line 29) | DEPTH_BUFFER_BIT = 0x100 constant DEPTH_CLEAR_VALUE (line 30) | DEPTH_CLEAR_VALUE = 0x0B73 constant DEPTH_COMPONENT16 (line 31) | DEPTH_COMPONENT16 = 0x81a5 constant DEPTH_COMPONENT24 (line 32) | DEPTH_COMPONENT24 = 0x81A6 constant DEPTH_COMPONENT32F (line 33) | DEPTH_COMPONENT32F = 0x8CAC constant DEPTH_FUNC (line 34) | DEPTH_FUNC = 0x0B74 constant DEPTH_TEST (line 35) | DEPTH_TEST = 0xb71 constant DEPTH_WRITEMASK (line 36) | DEPTH_WRITEMASK = 0x0B72 constant DRAW_FRAMEBUFFER (line 37) | DRAW_FRAMEBUFFER = 0x8CA9 constant DST_COLOR (line 38) | DST_COLOR = 0x306 constant DYNAMIC_DRAW (line 39) | DYNAMIC_DRAW = 0x88E8 constant DYNAMIC_READ (line 40) | DYNAMIC_READ = 0x88E9 constant ELEMENT_ARRAY_BUFFER (line 41) | ELEMENT_ARRAY_BUFFER = 0x8893 constant ELEMENT_ARRAY_BUFFER_BINDING (line 42) | ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 constant EXTENSIONS (line 43) | EXTENSIONS = 0x1f03 constant FALSE (line 44) | FALSE = 0 constant FLOAT (line 45) | FLOAT = 0x1406 constant FRAGMENT_SHADER (line 46) | FRAGMENT_SHADER = 0x8b30 constant FRAMEBUFFER (line 47) | FRAMEBUFFER = 0x8d40 constant FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING (line 48) | FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 constant FRAMEBUFFER_BINDING (line 49) | FRAMEBUFFER_BINDING = 0x8ca6 constant FRAMEBUFFER_COMPLETE (line 50) | FRAMEBUFFER_COMPLETE = 0x8cd5 constant FRAMEBUFFER_SRGB (line 51) | FRAMEBUFFER_SRGB = 0x8db9 constant HALF_FLOAT (line 52) | HALF_FLOAT = 0x140b constant HALF_FLOAT_OES (line 53) | HALF_FLOAT_OES = 0x8d61 constant INFO_LOG_LENGTH (line 54) | INFO_LOG_LENGTH = 0x8B84 constant INVALID_INDEX (line 55) | INVALID_INDEX = ^uint(0) constant GREATER (line 56) | GREATER = 0x204 constant GEQUAL (line 57) | GEQUAL = 0x206 constant LINEAR (line 58) | LINEAR = 0x2601 constant LINK_STATUS (line 59) | LINK_STATUS = 0x8b82 constant LUMINANCE (line 60) | LUMINANCE = 0x1909 constant MAP_READ_BIT (line 61) | MAP_READ_BIT = 0x0001 constant MAX_TEXTURE_SIZE (line 62) | MAX_TEXTURE_SIZE = 0xd33 constant NEAREST (line 63) | NEAREST = 0x2600 constant NO_ERROR (line 64) | NO_ERROR = 0x0 constant NUM_EXTENSIONS (line 65) | NUM_EXTENSIONS = 0x821D constant ONE (line 66) | ONE = 0x1 constant ONE_MINUS_SRC_ALPHA (line 67) | ONE_MINUS_SRC_ALPHA = 0x303 constant PACK_ROW_LENGTH (line 68) | PACK_ROW_LENGTH = 0x0D02 constant PROGRAM_BINARY_LENGTH (line 69) | PROGRAM_BINARY_LENGTH = 0x8741 constant QUERY_RESULT (line 70) | QUERY_RESULT = 0x8866 constant QUERY_RESULT_AVAILABLE (line 71) | QUERY_RESULT_AVAILABLE = 0x8867 constant R16F (line 72) | R16F = 0x822d constant R8 (line 73) | R8 = 0x8229 constant READ_FRAMEBUFFER (line 74) | READ_FRAMEBUFFER = 0x8ca8 constant READ_FRAMEBUFFER_BINDING (line 75) | READ_FRAMEBUFFER_BINDING = 0x8CAA constant READ_ONLY (line 76) | READ_ONLY = 0x88B8 constant READ_WRITE (line 77) | READ_WRITE = 0x88BA constant RED (line 78) | RED = 0x1903 constant RENDERER (line 79) | RENDERER = 0x1F01 constant RENDERBUFFER (line 80) | RENDERBUFFER = 0x8d41 constant RENDERBUFFER_BINDING (line 81) | RENDERBUFFER_BINDING = 0x8ca7 constant RENDERBUFFER_HEIGHT (line 82) | RENDERBUFFER_HEIGHT = 0x8d43 constant RENDERBUFFER_WIDTH (line 83) | RENDERBUFFER_WIDTH = 0x8d42 constant RGB (line 84) | RGB = 0x1907 constant RGBA (line 85) | RGBA = 0x1908 constant RGBA8 (line 86) | RGBA8 = 0x8058 constant SHADER_STORAGE_BUFFER (line 87) | SHADER_STORAGE_BUFFER = 0x90D2 constant SHADER_STORAGE_BUFFER_BINDING (line 88) | SHADER_STORAGE_BUFFER_BINDING = 0x90D3 constant SHORT (line 89) | SHORT = 0x1402 constant SRGB (line 90) | SRGB = 0x8c40 constant SRGB_ALPHA_EXT (line 91) | SRGB_ALPHA_EXT = 0x8c42 constant SRGB8 (line 92) | SRGB8 = 0x8c41 constant SRGB8_ALPHA8 (line 93) | SRGB8_ALPHA8 = 0x8c43 constant STATIC_DRAW (line 94) | STATIC_DRAW = 0x88e4 constant STENCIL_BUFFER_BIT (line 95) | STENCIL_BUFFER_BIT = 0x00000400 constant TEXTURE_2D (line 96) | TEXTURE_2D = 0xde1 constant TEXTURE_BINDING_2D (line 97) | TEXTURE_BINDING_2D = 0x8069 constant TEXTURE_MAG_FILTER (line 98) | TEXTURE_MAG_FILTER = 0x2800 constant TEXTURE_MIN_FILTER (line 99) | TEXTURE_MIN_FILTER = 0x2801 constant TEXTURE_WRAP_S (line 100) | TEXTURE_WRAP_S = 0x2802 constant TEXTURE_WRAP_T (line 101) | TEXTURE_WRAP_T = 0x2803 constant TEXTURE0 (line 102) | TEXTURE0 = 0x84c0 constant TEXTURE1 (line 103) | TEXTURE1 = 0x84c1 constant TRIANGLE_STRIP (line 104) | TRIANGLE_STRIP = 0x5 constant TRIANGLES (line 105) | TRIANGLES = 0x4 constant TRUE (line 106) | TRUE = 1 constant UNIFORM_BUFFER (line 107) | UNIFORM_BUFFER = 0x8A11 constant UNIFORM_BUFFER_BINDING (line 108) | UNIFORM_BUFFER_BINDING = 0x8A28 constant UNPACK_ALIGNMENT (line 109) | UNPACK_ALIGNMENT = 0xcf5 constant UNPACK_ROW_LENGTH (line 110) | UNPACK_ROW_LENGTH = 0x0CF2 constant UNSIGNED_BYTE (line 111) | UNSIGNED_BYTE = 0x1401 constant UNSIGNED_SHORT (line 112) | UNSIGNED_SHORT = 0x1403 constant VIEWPORT (line 113) | VIEWPORT = 0x0BA2 constant VERSION (line 114) | VERSION = 0x1f02 constant VERTEX_ARRAY_BINDING (line 115) | VERTEX_ARRAY_BINDING = 0x85B5 constant VERTEX_SHADER (line 116) | VERTEX_SHADER = 0x8b31 constant VERTEX_ATTRIB_ARRAY_BUFFER_BINDING (line 117) | VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F constant VERTEX_ATTRIB_ARRAY_ENABLED (line 118) | VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 constant VERTEX_ATTRIB_ARRAY_POINTER (line 119) | VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 constant VERTEX_ATTRIB_ARRAY_NORMALIZED (line 120) | VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A constant VERTEX_ATTRIB_ARRAY_SIZE (line 121) | VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 constant VERTEX_ATTRIB_ARRAY_STRIDE (line 122) | VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 constant VERTEX_ATTRIB_ARRAY_TYPE (line 123) | VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 constant WRITE_ONLY (line 124) | WRITE_ONLY = 0x88B9 constant ZERO (line 125) | ZERO = 0x0 constant TIME_ELAPSED_EXT (line 128) | TIME_ELAPSED_EXT = 0x88BF constant GPU_DISJOINT_EXT (line 129) | GPU_DISJOINT_EXT = 0x8FBB FILE: vendor/gioui.org/internal/gl/gl_js.go type Functions (line 11) | type Functions struct method Init (line 39) | func (f *Functions) Init() error { method getExtension (line 60) | func (f *Functions) getExtension(name string) js.Value { method ActiveTexture (line 64) | func (f *Functions) ActiveTexture(t Enum) { method AttachShader (line 67) | func (f *Functions) AttachShader(p Program, s Shader) { method BeginQuery (line 70) | func (f *Functions) BeginQuery(target Enum, query Query) { method BindAttribLocation (line 77) | func (f *Functions) BindAttribLocation(p Program, a Attrib, name strin... method BindBuffer (line 80) | func (f *Functions) BindBuffer(target Enum, b Buffer) { method BindBufferBase (line 83) | func (f *Functions) BindBufferBase(target Enum, index int, b Buffer) { method BindFramebuffer (line 86) | func (f *Functions) BindFramebuffer(target Enum, fb Framebuffer) { method BindRenderbuffer (line 89) | func (f *Functions) BindRenderbuffer(target Enum, rb Renderbuffer) { method BindTexture (line 92) | func (f *Functions) BindTexture(target Enum, t Texture) { method BindImageTexture (line 95) | func (f *Functions) BindImageTexture(unit int, t Texture, level int, l... method BindVertexArray (line 98) | func (f *Functions) BindVertexArray(a VertexArray) { method BlendEquation (line 101) | func (f *Functions) BlendEquation(mode Enum) { method BlendFuncSeparate (line 104) | func (f *Functions) BlendFuncSeparate(srcRGB, dstRGB, srcA, dstA Enum) { method BufferData (line 107) | func (f *Functions) BufferData(target Enum, size int, usage Enum, data... method BufferSubData (line 117) | func (f *Functions) BufferSubData(target Enum, offset int, src []byte) { method CheckFramebufferStatus (line 120) | func (f *Functions) CheckFramebufferStatus(target Enum) Enum { method Clear (line 123) | func (f *Functions) Clear(mask Enum) { method ClearColor (line 126) | func (f *Functions) ClearColor(red, green, blue, alpha float32) { method ClearDepthf (line 129) | func (f *Functions) ClearDepthf(d float32) { method CompileShader (line 132) | func (f *Functions) CompileShader(s Shader) { method CopyTexSubImage2D (line 135) | func (f *Functions) CopyTexSubImage2D(target Enum, level, xoffset, yof... method CreateBuffer (line 138) | func (f *Functions) CreateBuffer() Buffer { method CreateFramebuffer (line 141) | func (f *Functions) CreateFramebuffer() Framebuffer { method CreateProgram (line 144) | func (f *Functions) CreateProgram() Program { method CreateQuery (line 147) | func (f *Functions) CreateQuery() Query { method CreateRenderbuffer (line 150) | func (f *Functions) CreateRenderbuffer() Renderbuffer { method CreateShader (line 153) | func (f *Functions) CreateShader(ty Enum) Shader { method CreateTexture (line 156) | func (f *Functions) CreateTexture() Texture { method CreateVertexArray (line 159) | func (f *Functions) CreateVertexArray() VertexArray { method DeleteBuffer (line 162) | func (f *Functions) DeleteBuffer(v Buffer) { method DeleteFramebuffer (line 165) | func (f *Functions) DeleteFramebuffer(v Framebuffer) { method DeleteProgram (line 168) | func (f *Functions) DeleteProgram(p Program) { method DeleteQuery (line 171) | func (f *Functions) DeleteQuery(query Query) { method DeleteShader (line 178) | func (f *Functions) DeleteShader(s Shader) { method DeleteRenderbuffer (line 181) | func (f *Functions) DeleteRenderbuffer(v Renderbuffer) { method DeleteTexture (line 184) | func (f *Functions) DeleteTexture(v Texture) { method DeleteVertexArray (line 187) | func (f *Functions) DeleteVertexArray(a VertexArray) { method DepthFunc (line 190) | func (f *Functions) DepthFunc(fn Enum) { method DepthMask (line 193) | func (f *Functions) DepthMask(mask bool) { method DisableVertexAttribArray (line 196) | func (f *Functions) DisableVertexAttribArray(a Attrib) { method Disable (line 199) | func (f *Functions) Disable(cap Enum) { method DrawArrays (line 202) | func (f *Functions) DrawArrays(mode Enum, first, count int) { method DrawElements (line 205) | func (f *Functions) DrawElements(mode Enum, count int, ty Enum, offset... method DispatchCompute (line 208) | func (f *Functions) DispatchCompute(x, y, z int) { method Enable (line 211) | func (f *Functions) Enable(cap Enum) { method EnableVertexAttribArray (line 214) | func (f *Functions) EnableVertexAttribArray(a Attrib) { method EndQuery (line 217) | func (f *Functions) EndQuery(target Enum) { method Finish (line 224) | func (f *Functions) Finish() { method Flush (line 227) | func (f *Functions) Flush() { method FramebufferRenderbuffer (line 230) | func (f *Functions) FramebufferRenderbuffer(target, attachment, render... method FramebufferTexture2D (line 233) | func (f *Functions) FramebufferTexture2D(target, attachment, texTarget... method GetError (line 236) | func (f *Functions) GetError() Enum { method GetRenderbufferParameteri (line 240) | func (f *Functions) GetRenderbufferParameteri(target, pname Enum) int { method GetFramebufferAttachmentParameteri (line 243) | func (f *Functions) GetFramebufferAttachmentParameteri(target, attachm... method GetBinding (line 250) | func (f *Functions) GetBinding(pname Enum) Object { method GetBindingi (line 257) | func (f *Functions) GetBindingi(pname Enum, idx int) Object { method GetInteger (line 264) | func (f *Functions) GetInteger(pname Enum) int { method GetFloat (line 273) | func (f *Functions) GetFloat(pname Enum) float32 { method GetInteger4 (line 276) | func (f *Functions) GetInteger4(pname Enum) [4]int { method GetFloat4 (line 284) | func (f *Functions) GetFloat4(pname Enum) [4]float32 { method GetProgrami (line 292) | func (f *Functions) GetProgrami(p Program, pname Enum) int { method GetProgramInfoLog (line 295) | func (f *Functions) GetProgramInfoLog(p Program) string { method GetQueryObjectuiv (line 298) | func (f *Functions) GetQueryObjectuiv(query Query, pname Enum) uint { method GetShaderi (line 305) | func (f *Functions) GetShaderi(s Shader, pname Enum) int { method GetShaderInfoLog (line 308) | func (f *Functions) GetShaderInfoLog(s Shader) string { method GetString (line 311) | func (f *Functions) GetString(pname Enum) string { method GetUniformBlockIndex (line 324) | func (f *Functions) GetUniformBlockIndex(p Program, name string) uint { method GetUniformLocation (line 327) | func (f *Functions) GetUniformLocation(p Program, name string) Uniform { method GetVertexAttrib (line 330) | func (f *Functions) GetVertexAttrib(index int, pname Enum) int { method GetVertexAttribBinding (line 333) | func (f *Functions) GetVertexAttribBinding(index int, pname Enum) Obje... method GetVertexAttribPointer (line 340) | func (f *Functions) GetVertexAttribPointer(index int, pname Enum) uint... method InvalidateFramebuffer (line 343) | func (f *Functions) InvalidateFramebuffer(target, attachment Enum) { method IsEnabled (line 353) | func (f *Functions) IsEnabled(cap Enum) bool { method LinkProgram (line 356) | func (f *Functions) LinkProgram(p Program) { method PixelStorei (line 359) | func (f *Functions) PixelStorei(pname Enum, param int) { method MemoryBarrier (line 362) | func (f *Functions) MemoryBarrier(barriers Enum) { method MapBufferRange (line 365) | func (f *Functions) MapBufferRange(target Enum, offset, length int, ac... method RenderbufferStorage (line 368) | func (f *Functions) RenderbufferStorage(target, internalformat Enum, w... method ReadPixels (line 371) | func (f *Functions) ReadPixels(x, y, width, height int, format, ty Enu... method Scissor (line 376) | func (f *Functions) Scissor(x, y, width, height int32) { method ShaderSource (line 379) | func (f *Functions) ShaderSource(s Shader, src string) { method TexImage2D (line 382) | func (f *Functions) TexImage2D(target Enum, level int, internalFormat ... method TexStorage2D (line 385) | func (f *Functions) TexStorage2D(target Enum, levels int, internalForm... method TexSubImage2D (line 388) | func (f *Functions) TexSubImage2D(target Enum, level int, x, y, width,... method TexParameteri (line 391) | func (f *Functions) TexParameteri(target, pname Enum, param int) { method UniformBlockBinding (line 394) | func (f *Functions) UniformBlockBinding(p Program, uniformBlockIndex u... method Uniform1f (line 397) | func (f *Functions) Uniform1f(dst Uniform, v float32) { method Uniform1i (line 400) | func (f *Functions) Uniform1i(dst Uniform, v int) { method Uniform2f (line 403) | func (f *Functions) Uniform2f(dst Uniform, v0, v1 float32) { method Uniform3f (line 406) | func (f *Functions) Uniform3f(dst Uniform, v0, v1, v2 float32) { method Uniform4f (line 409) | func (f *Functions) Uniform4f(dst Uniform, v0, v1, v2, v3 float32) { method UseProgram (line 412) | func (f *Functions) UseProgram(p Program) { method UnmapBuffer (line 415) | func (f *Functions) UnmapBuffer(target Enum) bool { method VertexAttribPointer (line 418) | func (f *Functions) VertexAttribPointer(dst Attrib, size int, ty Enum,... method Viewport (line 421) | func (f *Functions) Viewport(x, y, width, height int) { method byteArrayOf (line 425) | func (f *Functions) byteArrayOf(data []byte) js.Value { method resizeByteBuffer (line 435) | func (f *Functions) resizeByteBuffer(n int) { type Context (line 26) | type Context function NewFunctions (line 28) | func NewFunctions(ctx Context, forceES bool) (*Functions, error) { function paramVal (line 445) | func paramVal(v js.Value) int { FILE: vendor/gioui.org/internal/gl/gl_unix.go type Context (line 521) | type Context interface type Functions (line 523) | type Functions struct method load (line 556) | func (f *Functions) load(forceES bool) error { method ActiveTexture (line 719) | func (f *Functions) ActiveTexture(texture Enum) { method AttachShader (line 723) | func (f *Functions) AttachShader(p Program, s Shader) { method BeginQuery (line 727) | func (f *Functions) BeginQuery(target Enum, query Query) { method BindAttribLocation (line 731) | func (f *Functions) BindAttribLocation(p Program, a Attrib, name strin... method BindBufferBase (line 737) | func (f *Functions) BindBufferBase(target Enum, index int, b Buffer) { method BindBuffer (line 741) | func (f *Functions) BindBuffer(target Enum, b Buffer) { method BindFramebuffer (line 745) | func (f *Functions) BindFramebuffer(target Enum, fb Framebuffer) { method BindRenderbuffer (line 749) | func (f *Functions) BindRenderbuffer(target Enum, fb Renderbuffer) { method BindImageTexture (line 753) | func (f *Functions) BindImageTexture(unit int, t Texture, level int, l... method BindTexture (line 761) | func (f *Functions) BindTexture(target Enum, t Texture) { method BindVertexArray (line 765) | func (f *Functions) BindVertexArray(a VertexArray) { method BlendEquation (line 769) | func (f *Functions) BlendEquation(mode Enum) { method BlendFuncSeparate (line 773) | func (f *Functions) BlendFuncSeparate(srcRGB, dstRGB, srcA, dstA Enum) { method BlitFramebuffer (line 777) | func (f *Functions) BlitFramebuffer(sx0, sy0, sx1, sy1, dx0, dy0, dx1,... method BufferData (line 785) | func (f *Functions) BufferData(target Enum, size int, usage Enum, data... method BufferSubData (line 793) | func (f *Functions) BufferSubData(target Enum, offset int, src []byte) { method CheckFramebufferStatus (line 801) | func (f *Functions) CheckFramebufferStatus(target Enum) Enum { method Clear (line 805) | func (f *Functions) Clear(mask Enum) { method ClearColor (line 809) | func (f *Functions) ClearColor(red float32, green float32, blue float3... method ClearDepthf (line 813) | func (f *Functions) ClearDepthf(d float32) { method CompileShader (line 817) | func (f *Functions) CompileShader(s Shader) { method CopyTexSubImage2D (line 821) | func (f *Functions) CopyTexSubImage2D(target Enum, level, xoffset, yof... method CreateBuffer (line 825) | func (f *Functions) CreateBuffer() Buffer { method CreateFramebuffer (line 830) | func (f *Functions) CreateFramebuffer() Framebuffer { method CreateProgram (line 835) | func (f *Functions) CreateProgram() Program { method CreateQuery (line 839) | func (f *Functions) CreateQuery() Query { method CreateRenderbuffer (line 844) | func (f *Functions) CreateRenderbuffer() Renderbuffer { method CreateShader (line 849) | func (f *Functions) CreateShader(ty Enum) Shader { method CreateTexture (line 853) | func (f *Functions) CreateTexture() Texture { method CreateVertexArray (line 858) | func (f *Functions) CreateVertexArray() VertexArray { method DeleteBuffer (line 863) | func (f *Functions) DeleteBuffer(v Buffer) { method DeleteFramebuffer (line 868) | func (f *Functions) DeleteFramebuffer(v Framebuffer) { method DeleteProgram (line 873) | func (f *Functions) DeleteProgram(p Program) { method DeleteQuery (line 877) | func (f *Functions) DeleteQuery(query Query) { method DeleteVertexArray (line 882) | func (f *Functions) DeleteVertexArray(array VertexArray) { method DeleteRenderbuffer (line 887) | func (f *Functions) DeleteRenderbuffer(v Renderbuffer) { method DeleteShader (line 892) | func (f *Functions) DeleteShader(s Shader) { method DeleteTexture (line 896) | func (f *Functions) DeleteTexture(v Texture) { method DepthFunc (line 901) | func (f *Functions) DepthFunc(v Enum) { method DepthMask (line 905) | func (f *Functions) DepthMask(mask bool) { method DisableVertexAttribArray (line 913) | func (f *Functions) DisableVertexAttribArray(a Attrib) { method Disable (line 917) | func (f *Functions) Disable(cap Enum) { method DrawArrays (line 921) | func (f *Functions) DrawArrays(mode Enum, first int, count int) { method DrawElements (line 925) | func (f *Functions) DrawElements(mode Enum, count int, ty Enum, offset... method DispatchCompute (line 929) | func (f *Functions) DispatchCompute(x, y, z int) { method Enable (line 933) | func (f *Functions) Enable(cap Enum) { method EndQuery (line 937) | func (f *Functions) EndQuery(target Enum) { method EnableVertexAttribArray (line 941) | func (f *Functions) EnableVertexAttribArray(a Attrib) { method Finish (line 945) | func (f *Functions) Finish() { method Flush (line 949) | func (f *Functions) Flush() { method FramebufferRenderbuffer (line 953) | func (f *Functions) FramebufferRenderbuffer(target, attachment, render... method FramebufferTexture2D (line 957) | func (f *Functions) FramebufferTexture2D(target, attachment, texTarget... method GetBinding (line 961) | func (c *Functions) GetBinding(pname Enum) Object { method GetBindingi (line 965) | func (c *Functions) GetBindingi(pname Enum, idx int) Object { method GetError (line 969) | func (f *Functions) GetError() Enum { method GetRenderbufferParameteri (line 973) | func (f *Functions) GetRenderbufferParameteri(target, pname Enum) int { method GetFramebufferAttachmentParameteri (line 978) | func (f *Functions) GetFramebufferAttachmentParameteri(target, attachm... method GetFloat4 (line 983) | func (f *Functions) GetFloat4(pname Enum) [4]float32 { method GetFloat (line 992) | func (f *Functions) GetFloat(pname Enum) float32 { method GetInteger4 (line 997) | func (f *Functions) GetInteger4(pname Enum) [4]int { method GetInteger (line 1006) | func (f *Functions) GetInteger(pname Enum) int { method GetIntegeri (line 1011) | func (f *Functions) GetIntegeri(pname Enum, idx int) int { method GetProgrami (line 1016) | func (f *Functions) GetProgrami(p Program, pname Enum) int { method GetProgramBinary (line 1021) | func (f *Functions) GetProgramBinary(p Program) []byte { method GetProgramInfoLog (line 1032) | func (f *Functions) GetProgramInfoLog(p Program) string { method GetQueryObjectuiv (line 1039) | func (f *Functions) GetQueryObjectuiv(query Query, pname Enum) uint { method GetShaderi (line 1044) | func (f *Functions) GetShaderi(s Shader, pname Enum) int { method GetShaderInfoLog (line 1049) | func (f *Functions) GetShaderInfoLog(s Shader) string { method getStringi (line 1056) | func (f *Functions) getStringi(pname Enum, index int) string { method GetString (line 1064) | func (f *Functions) GetString(pname Enum) string { method GetUniformBlockIndex (line 1082) | func (f *Functions) GetUniformBlockIndex(p Program, name string) uint { method GetUniformLocation (line 1088) | func (f *Functions) GetUniformLocation(p Program, name string) Uniform { method GetVertexAttrib (line 1094) | func (f *Functions) GetVertexAttrib(index int, pname Enum) int { method GetVertexAttribBinding (line 1099) | func (f *Functions) GetVertexAttribBinding(index int, pname Enum) Obje... method GetVertexAttribPointer (line 1103) | func (f *Functions) GetVertexAttribPointer(index int, pname Enum) uint... method InvalidateFramebuffer (line 1108) | func (f *Functions) InvalidateFramebuffer(target, attachment Enum) { method IsEnabled (line 1112) | func (f *Functions) IsEnabled(cap Enum) bool { method LinkProgram (line 1116) | func (f *Functions) LinkProgram(p Program) { method PixelStorei (line 1120) | func (f *Functions) PixelStorei(pname Enum, param int) { method MemoryBarrier (line 1124) | func (f *Functions) MemoryBarrier(barriers Enum) { method MapBufferRange (line 1128) | func (f *Functions) MapBufferRange(target Enum, offset, length int, ac... method Scissor (line 1136) | func (f *Functions) Scissor(x, y, width, height int32) { method ReadPixels (line 1140) | func (f *Functions) ReadPixels(x, y, width, height int, format, ty Enu... method RenderbufferStorage (line 1148) | func (f *Functions) RenderbufferStorage(target, internalformat Enum, w... method ShaderSource (line 1152) | func (f *Functions) ShaderSource(s Shader, src string) { method TexImage2D (line 1159) | func (f *Functions) TexImage2D(target Enum, level int, internalFormat ... method TexStorage2D (line 1163) | func (f *Functions) TexStorage2D(target Enum, levels int, internalForm... method TexSubImage2D (line 1167) | func (f *Functions) TexSubImage2D(target Enum, level int, x int, y int... method TexParameteri (line 1175) | func (f *Functions) TexParameteri(target, pname Enum, param int) { method UniformBlockBinding (line 1179) | func (f *Functions) UniformBlockBinding(p Program, uniformBlockIndex u... method Uniform1f (line 1183) | func (f *Functions) Uniform1f(dst Uniform, v float32) { method Uniform1i (line 1187) | func (f *Functions) Uniform1i(dst Uniform, v int) { method Uniform2f (line 1191) | func (f *Functions) Uniform2f(dst Uniform, v0 float32, v1 float32) { method Uniform3f (line 1195) | func (f *Functions) Uniform3f(dst Uniform, v0 float32, v1 float32, v2 ... method Uniform4f (line 1199) | func (f *Functions) Uniform4f(dst Uniform, v0 float32, v1 float32, v2 ... method UseProgram (line 1203) | func (f *Functions) UseProgram(p Program) { method UnmapBuffer (line 1207) | func (f *Functions) UnmapBuffer(target Enum) bool { method VertexAttribPointer (line 1212) | func (f *Functions) VertexAttribPointer(dst Attrib, size int, ty Enum,... method Viewport (line 1220) | func (f *Functions) Viewport(x int, y int, width int, height int) { function NewFunctions (line 532) | func NewFunctions(ctx Context, forceES bool) (*Functions, error) { function dlsym (line 544) | func dlsym(handle unsafe.Pointer, s string) unsafe.Pointer { function dlopen (line 550) | func dlopen(lib string) unsafe.Pointer { FILE: vendor/gioui.org/internal/gl/gl_windows.go type Functions (line 104) | type Functions struct method ActiveTexture (line 120) | func (c *Functions) ActiveTexture(t Enum) { method AttachShader (line 123) | func (c *Functions) AttachShader(p Program, s Shader) { method BeginQuery (line 126) | func (f *Functions) BeginQuery(target Enum, query Query) { method BindAttribLocation (line 129) | func (c *Functions) BindAttribLocation(p Program, a Attrib, name strin... method BindBuffer (line 135) | func (c *Functions) BindBuffer(target Enum, b Buffer) { method BindBufferBase (line 138) | func (c *Functions) BindBufferBase(target Enum, index int, b Buffer) { method BindFramebuffer (line 141) | func (c *Functions) BindFramebuffer(target Enum, fb Framebuffer) { method BindRenderbuffer (line 144) | func (c *Functions) BindRenderbuffer(target Enum, rb Renderbuffer) { method BindImageTexture (line 147) | func (f *Functions) BindImageTexture(unit int, t Texture, level int, l... method BindTexture (line 150) | func (c *Functions) BindTexture(target Enum, t Texture) { method BindVertexArray (line 153) | func (c *Functions) BindVertexArray(a VertexArray) { method BlendEquation (line 156) | func (c *Functions) BlendEquation(mode Enum) { method BlendFuncSeparate (line 159) | func (c *Functions) BlendFuncSeparate(srcRGB, dstRGB, srcA, dstA Enum) { method BufferData (line 162) | func (c *Functions) BufferData(target Enum, size int, usage Enum, data... method BufferSubData (line 169) | func (f *Functions) BufferSubData(target Enum, offset int, src []byte) { method CheckFramebufferStatus (line 176) | func (c *Functions) CheckFramebufferStatus(target Enum) Enum { method Clear (line 180) | func (c *Functions) Clear(mask Enum) { method ClearColor (line 183) | func (c *Functions) ClearColor(red, green, blue, alpha float32) { method ClearDepthf (line 186) | func (c *Functions) ClearDepthf(d float32) { method CompileShader (line 189) | func (c *Functions) CompileShader(s Shader) { method CopyTexSubImage2D (line 192) | func (f *Functions) CopyTexSubImage2D(target Enum, level, xoffset, yof... method CreateBuffer (line 195) | func (c *Functions) CreateBuffer() Buffer { method CreateFramebuffer (line 200) | func (c *Functions) CreateFramebuffer() Framebuffer { method CreateProgram (line 205) | func (c *Functions) CreateProgram() Program { method CreateQuery (line 209) | func (f *Functions) CreateQuery() Query { method CreateRenderbuffer (line 214) | func (c *Functions) CreateRenderbuffer() Renderbuffer { method CreateShader (line 219) | func (c *Functions) CreateShader(ty Enum) Shader { method CreateTexture (line 223) | func (c *Functions) CreateTexture() Texture { method CreateVertexArray (line 228) | func (c *Functions) CreateVertexArray() VertexArray { method DeleteBuffer (line 233) | func (c *Functions) DeleteBuffer(v Buffer) { method DeleteFramebuffer (line 236) | func (c *Functions) DeleteFramebuffer(v Framebuffer) { method DeleteProgram (line 239) | func (c *Functions) DeleteProgram(p Program) { method DeleteQuery (line 242) | func (f *Functions) DeleteQuery(query Query) { method DeleteShader (line 245) | func (c *Functions) DeleteShader(s Shader) { method DeleteRenderbuffer (line 248) | func (c *Functions) DeleteRenderbuffer(v Renderbuffer) { method DeleteTexture (line 251) | func (c *Functions) DeleteTexture(v Texture) { method DeleteVertexArray (line 254) | func (f *Functions) DeleteVertexArray(array VertexArray) { method DepthFunc (line 257) | func (c *Functions) DepthFunc(f Enum) { method DepthMask (line 260) | func (c *Functions) DepthMask(mask bool) { method DisableVertexAttribArray (line 267) | func (c *Functions) DisableVertexAttribArray(a Attrib) { method Disable (line 270) | func (c *Functions) Disable(cap Enum) { method DrawArrays (line 273) | func (c *Functions) DrawArrays(mode Enum, first, count int) { method DrawElements (line 276) | func (c *Functions) DrawElements(mode Enum, count int, ty Enum, offset... method DispatchCompute (line 279) | func (f *Functions) DispatchCompute(x, y, z int) { method Enable (line 282) | func (c *Functions) Enable(cap Enum) { method EnableVertexAttribArray (line 285) | func (c *Functions) EnableVertexAttribArray(a Attrib) { method EndQuery (line 288) | func (f *Functions) EndQuery(target Enum) { method Finish (line 291) | func (c *Functions) Finish() { method Flush (line 294) | func (c *Functions) Flush() { method FramebufferRenderbuffer (line 297) | func (c *Functions) FramebufferRenderbuffer(target, attachment, render... method FramebufferTexture2D (line 300) | func (c *Functions) FramebufferTexture2D(target, attachment, texTarget... method GetUniformBlockIndex (line 303) | func (f *Functions) GetUniformBlockIndex(p Program, name string) uint { method GetBinding (line 310) | func (c *Functions) GetBinding(pname Enum) Object { method GetBindingi (line 313) | func (c *Functions) GetBindingi(pname Enum, idx int) Object { method GetError (line 316) | func (c *Functions) GetError() Enum { method GetRenderbufferParameteri (line 320) | func (c *Functions) GetRenderbufferParameteri(target, pname Enum) int { method GetFramebufferAttachmentParameteri (line 324) | func (c *Functions) GetFramebufferAttachmentParameteri(target, attachm... method GetInteger4 (line 328) | func (c *Functions) GetInteger4(pname Enum) [4]int { method GetInteger (line 336) | func (c *Functions) GetInteger(pname Enum) int { method GetIntegeri (line 340) | func (c *Functions) GetIntegeri(pname Enum, idx int) int { method GetFloat (line 344) | func (c *Functions) GetFloat(pname Enum) float32 { method GetFloat4 (line 348) | func (c *Functions) GetFloat4(pname Enum) [4]float32 { method GetProgrami (line 354) | func (c *Functions) GetProgrami(p Program, pname Enum) int { method GetProgramInfoLog (line 358) | func (c *Functions) GetProgramInfoLog(p Program) string { method GetQueryObjectuiv (line 364) | func (c *Functions) GetQueryObjectuiv(query Query, pname Enum) uint { method GetShaderi (line 368) | func (c *Functions) GetShaderi(s Shader, pname Enum) int { method GetShaderInfoLog (line 372) | func (c *Functions) GetShaderInfoLog(s Shader) string { method GetString (line 378) | func (c *Functions) GetString(pname Enum) string { method GetUniformLocation (line 382) | func (c *Functions) GetUniformLocation(p Program, name string) Uniform { method GetVertexAttrib (line 389) | func (c *Functions) GetVertexAttrib(index int, pname Enum) int { method GetVertexAttribBinding (line 394) | func (c *Functions) GetVertexAttribBinding(index int, pname Enum) Obje... method GetVertexAttribPointer (line 398) | func (c *Functions) GetVertexAttribPointer(index int, pname Enum) uint... method InvalidateFramebuffer (line 402) | func (c *Functions) InvalidateFramebuffer(target, attachment Enum) { method IsEnabled (line 410) | func (f *Functions) IsEnabled(cap Enum) bool { method LinkProgram (line 414) | func (c *Functions) LinkProgram(p Program) { method PixelStorei (line 417) | func (c *Functions) PixelStorei(pname Enum, param int) { method MemoryBarrier (line 420) | func (f *Functions) MemoryBarrier(barriers Enum) { method MapBufferRange (line 423) | func (f *Functions) MapBufferRange(target Enum, offset, length int, ac... method ReadPixels (line 426) | func (f *Functions) ReadPixels(x, y, width, height int, format, ty Enu... method RenderbufferStorage (line 431) | func (c *Functions) RenderbufferStorage(target, internalformat Enum, w... method Scissor (line 434) | func (c *Functions) Scissor(x, y, width, height int32) { method ShaderSource (line 437) | func (c *Functions) ShaderSource(s Shader, src string) { method TexImage2D (line 443) | func (f *Functions) TexImage2D(target Enum, level int, internalFormat ... method TexStorage2D (line 446) | func (f *Functions) TexStorage2D(target Enum, levels int, internalForm... method TexSubImage2D (line 449) | func (c *Functions) TexSubImage2D(target Enum, level int, x, y, width,... method TexParameteri (line 454) | func (c *Functions) TexParameteri(target, pname Enum, param int) { method UniformBlockBinding (line 457) | func (f *Functions) UniformBlockBinding(p Program, uniformBlockIndex u... method Uniform1f (line 460) | func (c *Functions) Uniform1f(dst Uniform, v float32) { method Uniform1i (line 463) | func (c *Functions) Uniform1i(dst Uniform, v int) { method Uniform2f (line 466) | func (c *Functions) Uniform2f(dst Uniform, v0, v1 float32) { method Uniform3f (line 469) | func (c *Functions) Uniform3f(dst Uniform, v0, v1, v2 float32) { method Uniform4f (line 472) | func (c *Functions) Uniform4f(dst Uniform, v0, v1, v2, v3 float32) { method UseProgram (line 475) | func (c *Functions) UseProgram(p Program) { method UnmapBuffer (line 478) | func (f *Functions) UnmapBuffer(target Enum) bool { method VertexAttribPointer (line 481) | func (c *Functions) VertexAttribPointer(dst Attrib, size int, ty Enum,... method Viewport (line 488) | func (c *Functions) Viewport(x, y, width, height int) { type Context (line 111) | type Context interface function NewFunctions (line 113) | func NewFunctions(ctx Context, forceES bool) (*Functions, error) { function cString (line 492) | func cString(s string) []byte { function issue34474KeepAlive (line 500) | func issue34474KeepAlive(v interface{}) { FILE: vendor/gioui.org/internal/gl/types.go type Object (line 7) | type Object struct method valid (line 19) | func (o Object) valid() bool { method equal (line 23) | func (o Object) equal(o2 Object) bool { type Buffer (line 8) | type Buffer method Equal (line 75) | func (b Buffer) Equal(b2 Buffer) bool { type Framebuffer (line 9) | type Framebuffer method Valid (line 27) | func (u Framebuffer) Valid() bool { method Equal (line 47) | func (f Framebuffer) Equal(f2 Framebuffer) bool { type Program (line 10) | type Program method Valid (line 35) | func (p Program) Valid() bool { method Equal (line 51) | func (p Program) Equal(p2 Program) bool { type Renderbuffer (line 11) | type Renderbuffer method Equal (line 67) | func (r Renderbuffer) Equal(r2 Renderbuffer) bool { type Shader (line 12) | type Shader method Valid (line 39) | func (s Shader) Valid() bool { method Equal (line 55) | func (s Shader) Equal(s2 Shader) bool { type Texture (line 13) | type Texture method Equal (line 71) | func (t Texture) Equal(t2 Texture) bool { type Query (line 14) | type Query type Uniform (line 15) | type Uniform struct method Valid (line 31) | func (u Uniform) Valid() bool { method Equal (line 59) | func (u Uniform) Equal(u2 Uniform) bool { type VertexArray (line 16) | type VertexArray method Valid (line 43) | func (a VertexArray) Valid() bool { method Equal (line 63) | func (a VertexArray) Equal(a2 VertexArray) bool { FILE: vendor/gioui.org/internal/gl/types_js.go type Object (line 8) | type Object method valid (line 20) | func (o Object) valid() bool { method equal (line 24) | func (o Object) equal(o2 Object) bool { type Buffer (line 9) | type Buffer method Valid (line 28) | func (b Buffer) Valid() bool { method Equal (line 88) | func (b Buffer) Equal(b2 Buffer) bool { type Framebuffer (line 10) | type Framebuffer method Valid (line 32) | func (f Framebuffer) Valid() bool { method Equal (line 60) | func (f Framebuffer) Equal(f2 Framebuffer) bool { type Program (line 11) | type Program method Valid (line 36) | func (p Program) Valid() bool { method Equal (line 64) | func (p Program) Equal(p2 Program) bool { type Renderbuffer (line 12) | type Renderbuffer method Valid (line 40) | func (r Renderbuffer) Valid() bool { method Equal (line 80) | func (r Renderbuffer) Equal(r2 Renderbuffer) bool { type Shader (line 13) | type Shader method Valid (line 44) | func (s Shader) Valid() bool { method Equal (line 68) | func (s Shader) Equal(s2 Shader) bool { type Texture (line 14) | type Texture method Valid (line 48) | func (t Texture) Valid() bool { method Equal (line 84) | func (t Texture) Equal(t2 Texture) bool { type Query (line 15) | type Query type Uniform (line 16) | type Uniform method Valid (line 52) | func (u Uniform) Valid() bool { method Equal (line 72) | func (u Uniform) Equal(u2 Uniform) bool { type VertexArray (line 17) | type VertexArray method Valid (line 56) | func (a VertexArray) Valid() bool { method Equal (line 76) | func (a VertexArray) Equal(a2 VertexArray) bool { FILE: vendor/gioui.org/internal/gl/util.go function CreateProgram (line 11) | func CreateProgram(ctx *Functions, vsSrc, fsSrc string, attribs []string... function CreateComputeProgram (line 40) | func CreateComputeProgram(ctx *Functions, src string) (Program, error) { function CreateShader (line 60) | func CreateShader(ctx *Functions, typ Enum, src string) (Shader, error) { function ParseGLVersion (line 75) | func ParseGLVersion(glVer string) (version [2]int, gles bool, err error) { FILE: vendor/gioui.org/internal/ops/ops.go type Ops (line 15) | type Ops struct type OpType (line 30) | type OpType method Size (line 350) | func (t OpType) Size() int { method NumRefs (line 391) | func (t OpType) NumRefs() int { method String (line 404) | func (t OpType) String() string { type Shape (line 32) | type Shape constant firstOpIndex (line 35) | firstOpIndex = 200 constant TypeMacro (line 38) | TypeMacro OpType = iota + firstOpIndex constant TypeCall (line 39) | TypeCall constant TypeDefer (line 40) | TypeDefer constant TypePushTransform (line 41) | TypePushTransform constant TypeTransform (line 42) | TypeTransform constant TypePopTransform (line 43) | TypePopTransform constant TypeInvalidate (line 44) | TypeInvalidate constant TypeImage (line 45) | TypeImage constant TypePaint (line 46) | TypePaint constant TypeColor (line 47) | TypeColor constant TypeLinearGradient (line 48) | TypeLinearGradient constant TypePass (line 49) | TypePass constant TypePopPass (line 50) | TypePopPass constant TypePointerInput (line 51) | TypePointerInput constant TypeClipboardRead (line 52) | TypeClipboardRead constant TypeClipboardWrite (line 53) | TypeClipboardWrite constant TypeSource (line 54) | TypeSource constant TypeTarget (line 55) | TypeTarget constant TypeOffer (line 56) | TypeOffer constant TypeKeyInput (line 57) | TypeKeyInput constant TypeKeyFocus (line 58) | TypeKeyFocus constant TypeKeySoftKeyboard (line 59) | TypeKeySoftKeyboard constant TypeSave (line 60) | TypeSave constant TypeLoad (line 61) | TypeLoad constant TypeAux (line 62) | TypeAux constant TypeClip (line 63) | TypeClip constant TypePopClip (line 64) | TypePopClip constant TypeProfile (line 65) | TypeProfile constant TypeCursor (line 66) | TypeCursor constant TypePath (line 67) | TypePath constant TypeStroke (line 68) | TypeStroke constant TypeSemanticLabel (line 69) | TypeSemanticLabel constant TypeSemanticDesc (line 70) | TypeSemanticDesc constant TypeSemanticClass (line 71) | TypeSemanticClass constant TypeSemanticSelected (line 72) | TypeSemanticSelected constant TypeSemanticDisabled (line 73) | TypeSemanticDisabled type StackID (line 76) | type StackID struct type StateOp (line 83) | type StateOp struct method Load (line 297) | func (s StateOp) Load() { type stack (line 91) | type stack struct method push (line 259) | func (s *stack) push() StackID { method check (line 269) | func (s *stack) check(sid StackID) { method pop (line 275) | func (s *stack) pop(sid StackID) { type StackKind (line 96) | type StackKind type ClipOp (line 99) | type ClipOp struct method Decode (line 157) | func (op *ClipOp) Decode(data []byte) { constant ClipStack (line 106) | ClipStack StackKind = iota constant TransStack (line 107) | TransStack constant PassStack (line 108) | PassStack constant MetaStack (line 109) | MetaStack constant Path (line 113) | Path Shape = iota constant Ellipse (line 114) | Ellipse constant Rect (line 115) | Rect constant TypeMacroLen (line 119) | TypeMacroLen = 1 + 4 + 4 constant TypeCallLen (line 120) | TypeCallLen = 1 + 4 + 4 constant TypeDeferLen (line 121) | TypeDeferLen = 1 constant TypePushTransformLen (line 122) | TypePushTransformLen = 1 + 4*6 constant TypeTransformLen (line 123) | TypeTransformLen = 1 + 1 + 4*6 constant TypePopTransformLen (line 124) | TypePopTransformLen = 1 constant TypeRedrawLen (line 125) | TypeRedrawLen = 1 + 8 constant TypeImageLen (line 126) | TypeImageLen = 1 constant TypePaintLen (line 127) | TypePaintLen = 1 constant TypeColorLen (line 128) | TypeColorLen = 1 + 4 constant TypeLinearGradientLen (line 129) | TypeLinearGradientLen = 1 + 8*2 + 4*2 constant TypePassLen (line 130) | TypePassLen = 1 constant TypePopPassLen (line 131) | TypePopPassLen = 1 constant TypePointerInputLen (line 132) | TypePointerInputLen = 1 + 1 + 1*2 + 2*4 + 2*4 constant TypeClipboardReadLen (line 133) | TypeClipboardReadLen = 1 constant TypeClipboardWriteLen (line 134) | TypeClipboardWriteLen = 1 constant TypeSourceLen (line 135) | TypeSourceLen = 1 constant TypeTargetLen (line 136) | TypeTargetLen = 1 constant TypeOfferLen (line 137) | TypeOfferLen = 1 constant TypeKeyInputLen (line 138) | TypeKeyInputLen = 1 + 1 constant TypeKeyFocusLen (line 139) | TypeKeyFocusLen = 1 + 1 constant TypeKeySoftKeyboardLen (line 140) | TypeKeySoftKeyboardLen = 1 + 1 constant TypeSaveLen (line 141) | TypeSaveLen = 1 + 4 constant TypeLoadLen (line 142) | TypeLoadLen = 1 + 4 constant TypeAuxLen (line 143) | TypeAuxLen = 1 constant TypeClipLen (line 144) | TypeClipLen = 1 + 4*4 + 1 + 1 constant TypePopClipLen (line 145) | TypePopClipLen = 1 constant TypeProfileLen (line 146) | TypeProfileLen = 1 constant TypeCursorLen (line 147) | TypeCursorLen = 1 + 1 constant TypePathLen (line 148) | TypePathLen = 8 + 1 constant TypeStrokeLen (line 149) | TypeStrokeLen = 1 + 4 constant TypeSemanticLabelLen (line 150) | TypeSemanticLabelLen = 1 constant TypeSemanticDescLen (line 151) | TypeSemanticDescLen = 1 constant TypeSemanticClassLen (line 152) | TypeSemanticClassLen = 2 constant TypeSemanticSelectedLen (line 153) | TypeSemanticSelectedLen = 2 constant TypeSemanticDisabledLen (line 154) | TypeSemanticDisabledLen = 2 function Reset (line 179) | func Reset(o *Ops) { function Write (line 194) | func Write(o *Ops, n int) []byte { function PushMacro (line 199) | func PushMacro(o *Ops) StackID { function PopMacro (line 203) | func PopMacro(o *Ops, id StackID) { function FillMacro (line 207) | func FillMacro(o *Ops, startPC PC) { function AddCall (line 218) | func AddCall(o *Ops, callOps *Ops, pc PC) { function PushOp (line 226) | func PushOp(o *Ops, kind StackKind) (StackID, int) { function PopOp (line 230) | func PopOp(o *Ops, kind StackKind, sid StackID, macroID int) { function Write1 (line 237) | func Write1(o *Ops, n int, ref1 interface{}) []byte { function Write2 (line 243) | func Write2(o *Ops, n int, ref1, ref2 interface{}) []byte { function Write3 (line 249) | func Write3(o *Ops, n int, ref1, ref2, ref3 interface{}) []byte { function PCFor (line 255) | func PCFor(o *Ops) PC { function Save (line 281) | func Save(o *Ops) StateOp { function DecodeCommand (line 304) | func DecodeCommand(d []byte) scene.Command { function EncodeCommand (line 310) | func EncodeCommand(out []byte, cmd scene.Command) { function DecodeTransform (line 314) | func DecodeTransform(data []byte) (t f32.Affine2D, push bool) { function DecodeSave (line 333) | func DecodeSave(data []byte) int { function DecodeLoad (line 342) | func DecodeLoad(data []byte) int { FILE: vendor/gioui.org/internal/ops/reader.go type Reader (line 10) | type Reader struct method Reset (line 56) | func (r *Reader) Reset(ops *Ops) { method ResetAt (line 61) | func (r *Reader) ResetAt(ops *Ops, pc PC) { method Decode (line 69) | func (r *Reader) Decode() (EncodedOp, bool) { type EncodedOp (line 20) | type EncodedOp struct type Key (line 27) | type Key struct type macroOp (line 34) | type macroOp struct method decode (line 178) | func (m *macroOp) decode(data []byte, refs []interface{}) { type PC (line 40) | type PC struct type macro (line 45) | type macro struct type opMacroDef (line 51) | type opMacroDef struct method decode (line 162) | func (op *opMacroDef) decode(data []byte) { FILE: vendor/gioui.org/internal/scene/scene.go type Op (line 17) | type Op type Command (line 19) | type Command method Op (line 49) | func (c Command) Op() Op { method String (line 53) | func (c Command) String() string { constant OpNop (line 23) | OpNop Op = iota constant OpLine (line 24) | OpLine constant OpQuad (line 25) | OpQuad constant OpCubic (line 26) | OpCubic constant OpFillColor (line 27) | OpFillColor constant OpLineWidth (line 28) | OpLineWidth constant OpTransform (line 29) | OpTransform constant OpBeginClip (line 30) | OpBeginClip constant OpEndClip (line 31) | OpEndClip constant OpFillImage (line 32) | OpFillImage constant OpSetFillMode (line 33) | OpSetFillMode constant OpGap (line 34) | OpGap type FillMode (line 38) | type FillMode constant FillModeNonzero (line 41) | FillModeNonzero = 0 constant FillModeStroke (line 42) | FillModeStroke = 1 constant CommandSize (line 45) | CommandSize = int(unsafe.Sizeof(Command{})) constant sceneElemSize (line 47) | sceneElemSize = 36 function Line (line 104) | func Line(start, end f32.Point) Command { function Gap (line 114) | func Gap(start, end f32.Point) Command { function Cubic (line 124) | func Cubic(start, ctrl0, ctrl1, end f32.Point) Command { function Quad (line 138) | func Quad(start, ctrl, end f32.Point) Command { function Transform (line 150) | func Transform(m f32.Affine2D) Command { function SetLineWidth (line 163) | func SetLineWidth(width float32) Command { function BeginClip (line 170) | func BeginClip(bbox f32.Rectangle) Command { function EndClip (line 180) | func EndClip(bbox f32.Rectangle) Command { function FillColor (line 190) | func FillColor(col color.RGBA) Command { function FillImage (line 197) | func FillImage(index int, offset image.Point) Command { function SetFillMode (line 207) | func SetFillMode(mode FillMode) Command { function DecodeLine (line 214) | func DecodeLine(cmd Command) (from, to f32.Point) { function DecodeGap (line 223) | func DecodeGap(cmd Command) (from, to f32.Point) { function DecodeQuad (line 232) | func DecodeQuad(cmd Command) (from, ctrl, to f32.Point) { function DecodeCubic (line 242) | func DecodeCubic(cmd Command) (from, ctrl0, ctrl1, to f32.Point) { FILE: vendor/gioui.org/internal/stroke/stroke.go type StrokeStyle (line 41) | type StrokeStyle struct constant strokeTolerance (line 52) | strokeTolerance = 0.01 type QuadSegment (line 54) | type QuadSegment struct method Transform (line 306) | func (q QuadSegment) Transform(t f32.Affine2D) QuadSegment { type StrokeQuad (line 58) | type StrokeQuad struct type strokeState (line 63) | type strokeState struct type StrokeQuads (line 70) | type StrokeQuads method setContour (line 72) | func (qs *StrokeQuads) setContour(n uint32) { method pen (line 78) | func (qs *StrokeQuads) pen() f32.Point { method lineTo (line 82) | func (qs *StrokeQuads) lineTo(pt f32.Point) { method arc (line 93) | func (qs *StrokeQuads) arc(f1, f2 f32.Point, angle float32) { method split (line 112) | func (qs StrokeQuads) split() []StrokeQuads { method stroke (line 134) | func (qs StrokeQuads) stroke(stroke StrokeStyle) StrokeQuads { method offset (line 167) | func (qs StrokeQuads) offset(hw float32, stroke StrokeStyle) (rhs, lhs... method close (line 234) | func (qs *StrokeQuads) close() { method ccw (line 252) | func (qs StrokeQuads) ccw() bool { method reverse (line 266) | func (qs StrokeQuads) reverse() StrokeQuads { method append (line 281) | func (qs StrokeQuads) append(ps StrokeQuads) StrokeQuads { method addLine (line 450) | func (qs *StrokeQuads) addLine(p0, ctrl, p1 f32.Point, t, d float32) { function strokePathNorm (line 314) | func strokePathNorm(p0, p1, p2 f32.Point, t, d float32) f32.Point { function rot90CW (line 334) | func rot90CW(p f32.Point) f32.Point { return f32.Pt(+p.Y, -p.X) } function rot90CCW (line 335) | func rot90CCW(p f32.Point) f32.Point { return f32.Pt(-p.Y, +p.X) } function cosPt (line 338) | func cosPt(p, q f32.Point) float32 { function normPt (line 344) | func normPt(p f32.Point, l float32) f32.Point { function lenPt (line 354) | func lenPt(p f32.Point) float32 { function dotPt (line 358) | func dotPt(p, q f32.Point) float32 { function perpDot (line 362) | func perpDot(p, q f32.Point) float32 { function strokePathCurv (line 368) | func strokePathCurv(beg, ctl, end f32.Point, t float32) float32 { function quadBezierSample (line 388) | func quadBezierSample(p0, p1, p2 f32.Point, t float32) f32.Point { function quadBezierD1 (line 402) | func quadBezierD1(p0, p1, p2 f32.Point, t float32) f32.Point { function quadBezierD2 (line 411) | func quadBezierD2(p0, p1, p2 f32.Point, t float32) f32.Point { function strokeQuadBezier (line 416) | func strokeQuadBezier(state strokeState, d, flatness float32) StrokeQuads { function flattenQuadBezier (line 425) | func flattenQuadBezier(qs StrokeQuads, p0, p1, p2 f32.Point, d, flatness... function quadInterp (line 474) | func quadInterp(p, q f32.Point, t float32) f32.Point { function quadBezierSplit (line 483) | func quadBezierSplit(p0, p1, p2 f32.Point, t float32) (f32.Point, f32.Po... function strokePathJoin (line 500) | func strokePathJoin(stroke StrokeStyle, rhs, lhs *StrokeQuads, hw float3... function strokePathRoundJoin (line 504) | func strokePathRoundJoin(rhs, lhs *StrokeQuads, hw float32, pivot, n0, n... function strokePathCap (line 527) | func strokePathCap(stroke StrokeStyle, qs *StrokeQuads, hw float32, pivo... function strokePathRoundCap (line 532) | func strokePathRoundCap(qs *StrokeQuads, hw float32, pivot, n0 f32.Point) { function ArcTransform (line 545) | func ArcTransform(p, f1, f2 f32.Point, angle float32, segments int) f32.... function dist (line 607) | func dist(p1, p2 f32.Point) float64 { function StrokePathCommands (line 619) | func StrokePathCommands(style StrokeStyle, scene []byte) StrokeQuads { function decodeToStrokeQuads (line 625) | func decodeToStrokeQuads(pathData []byte) StrokeQuads { function SplitCubic (line 666) | func SplitCubic(from, ctrl0, ctrl1, to f32.Point) []QuadSegment { function approxCubeTo (line 687) | func approxCubeTo(quads *[]QuadSegment, splits int, maxDist float32, fro... FILE: vendor/gioui.org/internal/vk/vulkan.go type VertexInputBindingDescription (line 455) | type VertexInputBindingDescription struct type VertexInputAttributeDescription (line 460) | type VertexInputAttributeDescription struct type DescriptorSetLayoutBinding (line 467) | type DescriptorSetLayoutBinding struct type Error (line 473) | type Error method Error (line 2079) | func (e Error) Error() string { constant FORMAT_R8G8B8A8_UNORM (line 476) | FORMAT_R8G8B8A8_UNORM Format = C.VK_FORMAT_R8G8B8A8_UNORM constant FORMAT_B8G8R8A8_SRGB (line 477) | FORMAT_B8G8R8A8_SRGB Format = C.VK_FORMAT_B8G8R8A8_SRGB constant FORMAT_R8G8B8A8_SRGB (line 478) | FORMAT_R8G8B8A8_SRGB Format = C.VK_FORMAT_R8G8B8A8_SRGB constant FORMAT_R16_SFLOAT (line 479) | FORMAT_R16_SFLOAT Format = C.VK_FORMAT_R16_SFLOAT constant FORMAT_R32_SFLOAT (line 480) | FORMAT_R32_SFLOAT Format = C.VK_FORMAT_R32_SFLOAT constant FORMAT_R32G32_SFLOAT (line 481) | FORMAT_R32G32_SFLOAT Format = C.VK_FORMAT_R32G32_SFLOAT constant FORMAT_R32G32B32_SFLOAT (line 482) | FORMAT_R32G32B32_SFLOAT Format = C.VK_FORMAT_R32G32B32_SFLOAT constant FORMAT_R32G32B32A32_SFLOAT (line 483) | FORMAT_R32G32B32A32_SFLOAT Format = C.VK_FORMAT_R32G32B32A32_SFLOAT constant FORMAT_FEATURE_COLOR_ATTACHMENT_BIT (line 485) | FORMAT_FEATURE_COLOR_ATTACHMENT_BIT FormatFeatureFlags = C.VK_FORM... constant FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT (line 486) | FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT FormatFeatureFlags = C.VK_FORM... constant FORMAT_FEATURE_SAMPLED_IMAGE_BIT (line 487) | FORMAT_FEATURE_SAMPLED_IMAGE_BIT FormatFeatureFlags = C.VK_FORM... constant IMAGE_USAGE_SAMPLED_BIT (line 489) | IMAGE_USAGE_SAMPLED_BIT ImageUsageFlags = C.VK_IMAGE_USAGE_SAMP... constant IMAGE_USAGE_COLOR_ATTACHMENT_BIT (line 490) | IMAGE_USAGE_COLOR_ATTACHMENT_BIT ImageUsageFlags = C.VK_IMAGE_USAGE_COLO... constant IMAGE_USAGE_STORAGE_BIT (line 491) | IMAGE_USAGE_STORAGE_BIT ImageUsageFlags = C.VK_IMAGE_USAGE_STOR... constant IMAGE_USAGE_TRANSFER_DST_BIT (line 492) | IMAGE_USAGE_TRANSFER_DST_BIT ImageUsageFlags = C.VK_IMAGE_USAGE_TRAN... constant IMAGE_USAGE_TRANSFER_SRC_BIT (line 493) | IMAGE_USAGE_TRANSFER_SRC_BIT ImageUsageFlags = C.VK_IMAGE_USAGE_TRAN... constant FILTER_NEAREST (line 495) | FILTER_NEAREST Filter = C.VK_FILTER_NEAREST constant FILTER_LINEAR (line 496) | FILTER_LINEAR Filter = C.VK_FILTER_LINEAR constant ATTACHMENT_LOAD_OP_CLEAR (line 498) | ATTACHMENT_LOAD_OP_CLEAR AttachmentLoadOp = C.VK_ATTACHMENT_LOAD_OP_... constant ATTACHMENT_LOAD_OP_DONT_CARE (line 499) | ATTACHMENT_LOAD_OP_DONT_CARE AttachmentLoadOp = C.VK_ATTACHMENT_LOAD_OP_... constant ATTACHMENT_LOAD_OP_LOAD (line 500) | ATTACHMENT_LOAD_OP_LOAD AttachmentLoadOp = C.VK_ATTACHMENT_LOAD_OP_... constant IMAGE_LAYOUT_UNDEFINED (line 502) | IMAGE_LAYOUT_UNDEFINED ImageLayout = C.VK_IMAGE_LAYOUT_UN... constant IMAGE_LAYOUT_PRESENT_SRC_KHR (line 503) | IMAGE_LAYOUT_PRESENT_SRC_KHR ImageLayout = C.VK_IMAGE_LAYOUT_PR... constant IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL (line 504) | IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL ImageLayout = C.VK_IMAGE_LAYOUT_SH... constant IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL (line 505) | IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL ImageLayout = C.VK_IMAGE_LAYOUT_CO... constant IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL (line 506) | IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL ImageLayout = C.VK_IMAGE_LAYOUT_TR... constant IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL (line 507) | IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL ImageLayout = C.VK_IMAGE_LAYOUT_TR... constant IMAGE_LAYOUT_GENERAL (line 508) | IMAGE_LAYOUT_GENERAL ImageLayout = C.VK_IMAGE_LAYOUT_GE... constant BUFFER_USAGE_TRANSFER_DST_BIT (line 510) | BUFFER_USAGE_TRANSFER_DST_BIT BufferUsageFlags = C.VK_BUFFER_USAGE_TRA... constant BUFFER_USAGE_TRANSFER_SRC_BIT (line 511) | BUFFER_USAGE_TRANSFER_SRC_BIT BufferUsageFlags = C.VK_BUFFER_USAGE_TRA... constant BUFFER_USAGE_UNIFORM_BUFFER_BIT (line 512) | BUFFER_USAGE_UNIFORM_BUFFER_BIT BufferUsageFlags = C.VK_BUFFER_USAGE_UNI... constant BUFFER_USAGE_STORAGE_BUFFER_BIT (line 513) | BUFFER_USAGE_STORAGE_BUFFER_BIT BufferUsageFlags = C.VK_BUFFER_USAGE_STO... constant BUFFER_USAGE_INDEX_BUFFER_BIT (line 514) | BUFFER_USAGE_INDEX_BUFFER_BIT BufferUsageFlags = C.VK_BUFFER_USAGE_IND... constant BUFFER_USAGE_VERTEX_BUFFER_BIT (line 515) | BUFFER_USAGE_VERTEX_BUFFER_BIT BufferUsageFlags = C.VK_BUFFER_USAGE_VER... constant ERROR_OUT_OF_DATE_KHR (line 517) | ERROR_OUT_OF_DATE_KHR = Error(C.VK_ERROR_OUT_OF_DATE_KHR) constant ERROR_SURFACE_LOST_KHR (line 518) | ERROR_SURFACE_LOST_KHR = Error(C.VK_ERROR_SURFACE_LOST_KHR) constant ERROR_DEVICE_LOST (line 519) | ERROR_DEVICE_LOST = Error(C.VK_ERROR_DEVICE_LOST) constant SUBOPTIMAL_KHR (line 520) | SUBOPTIMAL_KHR = Error(C.VK_SUBOPTIMAL_KHR) constant BLEND_FACTOR_ZERO (line 522) | BLEND_FACTOR_ZERO BlendFactor = C.VK_BLEND_FACTOR_ZERO constant BLEND_FACTOR_ONE (line 523) | BLEND_FACTOR_ONE BlendFactor = C.VK_BLEND_FACTOR_ONE constant BLEND_FACTOR_ONE_MINUS_SRC_ALPHA (line 524) | BLEND_FACTOR_ONE_MINUS_SRC_ALPHA BlendFactor = C.VK_BLEND_FACTOR_ONE_MIN... constant BLEND_FACTOR_DST_COLOR (line 525) | BLEND_FACTOR_DST_COLOR BlendFactor = C.VK_BLEND_FACTOR_DST_COLOR constant PRIMITIVE_TOPOLOGY_TRIANGLE_LIST (line 527) | PRIMITIVE_TOPOLOGY_TRIANGLE_LIST PrimitiveTopology = C.VK_PRIMITIVE_TOP... constant PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP (line 528) | PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP PrimitiveTopology = C.VK_PRIMITIVE_TOP... constant SHADER_STAGE_VERTEX_BIT (line 530) | SHADER_STAGE_VERTEX_BIT ShaderStageFlags = C.VK_SHADER_STAGE_VERTEX_BIT constant SHADER_STAGE_FRAGMENT_BIT (line 531) | SHADER_STAGE_FRAGMENT_BIT ShaderStageFlags = C.VK_SHADER_STAGE_FRAGMENT_BIT constant SHADER_STAGE_COMPUTE_BIT (line 532) | SHADER_STAGE_COMPUTE_BIT ShaderStageFlags = C.VK_SHADER_STAGE_COMPUTE_BIT constant DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER (line 534) | DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER DescriptorType = C.VK_DESCRIPTOR_... constant DESCRIPTOR_TYPE_UNIFORM_BUFFER (line 535) | DESCRIPTOR_TYPE_UNIFORM_BUFFER DescriptorType = C.VK_DESCRIPTOR_... constant DESCRIPTOR_TYPE_STORAGE_BUFFER (line 536) | DESCRIPTOR_TYPE_STORAGE_BUFFER DescriptorType = C.VK_DESCRIPTOR_... constant DESCRIPTOR_TYPE_STORAGE_IMAGE (line 537) | DESCRIPTOR_TYPE_STORAGE_IMAGE DescriptorType = C.VK_DESCRIPTOR_... constant MEMORY_PROPERTY_DEVICE_LOCAL_BIT (line 539) | MEMORY_PROPERTY_DEVICE_LOCAL_BIT MemoryPropertyFlags = C.VK_MEMORY_PROP... constant MEMORY_PROPERTY_HOST_VISIBLE_BIT (line 540) | MEMORY_PROPERTY_HOST_VISIBLE_BIT MemoryPropertyFlags = C.VK_MEMORY_PROP... constant MEMORY_PROPERTY_HOST_COHERENT_BIT (line 541) | MEMORY_PROPERTY_HOST_COHERENT_BIT MemoryPropertyFlags = C.VK_MEMORY_PROP... constant DEPENDENCY_BY_REGION_BIT (line 543) | DEPENDENCY_BY_REGION_BIT DependencyFlags = C.VK_DEPENDENCY_BY_REGION_BIT constant PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT (line 545) | PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_TRANSFER_BIT (line 546) | PIPELINE_STAGE_TRANSFER_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_FRAGMENT_SHADER_BIT (line 547) | PIPELINE_STAGE_FRAGMENT_SHADER_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_COMPUTE_SHADER_BIT (line 548) | PIPELINE_STAGE_COMPUTE_SHADER_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_TOP_OF_PIPE_BIT (line 549) | PIPELINE_STAGE_TOP_OF_PIPE_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_HOST_BIT (line 550) | PIPELINE_STAGE_HOST_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_VERTEX_INPUT_BIT (line 551) | PIPELINE_STAGE_VERTEX_INPUT_BIT PipelineStageFlags = C.VK_PIP... constant PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT (line 552) | PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT PipelineStageFlags = C.VK_PIP... constant ACCESS_MEMORY_READ_BIT (line 554) | ACCESS_MEMORY_READ_BIT AccessFlags = C.VK_ACCESS_MEMORY_READ_BIT constant ACCESS_MEMORY_WRITE_BIT (line 555) | ACCESS_MEMORY_WRITE_BIT AccessFlags = C.VK_ACCESS_MEMORY_WRITE... constant ACCESS_TRANSFER_READ_BIT (line 556) | ACCESS_TRANSFER_READ_BIT AccessFlags = C.VK_ACCESS_TRANSFER_REA... constant ACCESS_TRANSFER_WRITE_BIT (line 557) | ACCESS_TRANSFER_WRITE_BIT AccessFlags = C.VK_ACCESS_TRANSFER_WRI... constant ACCESS_SHADER_READ_BIT (line 558) | ACCESS_SHADER_READ_BIT AccessFlags = C.VK_ACCESS_SHADER_READ_BIT constant ACCESS_SHADER_WRITE_BIT (line 559) | ACCESS_SHADER_WRITE_BIT AccessFlags = C.VK_ACCESS_SHADER_WRITE... constant ACCESS_COLOR_ATTACHMENT_READ_BIT (line 560) | ACCESS_COLOR_ATTACHMENT_READ_BIT AccessFlags = C.VK_ACCESS_COLOR_ATTACH... constant ACCESS_COLOR_ATTACHMENT_WRITE_BIT (line 561) | ACCESS_COLOR_ATTACHMENT_WRITE_BIT AccessFlags = C.VK_ACCESS_COLOR_ATTACH... constant ACCESS_HOST_READ_BIT (line 562) | ACCESS_HOST_READ_BIT AccessFlags = C.VK_ACCESS_HOST_READ_BIT constant ACCESS_HOST_WRITE_BIT (line 563) | ACCESS_HOST_WRITE_BIT AccessFlags = C.VK_ACCESS_HOST_WRITE_BIT constant ACCESS_VERTEX_ATTRIBUTE_READ_BIT (line 564) | ACCESS_VERTEX_ATTRIBUTE_READ_BIT AccessFlags = C.VK_ACCESS_VERTEX_ATTRI... constant ACCESS_INDEX_READ_BIT (line 565) | ACCESS_INDEX_READ_BIT AccessFlags = C.VK_ACCESS_INDEX_READ_BIT constant PIPELINE_BIND_POINT_COMPUTE (line 567) | PIPELINE_BIND_POINT_COMPUTE PipelineBindPoint = C.VK_PIPELINE_BIND_POIN... constant PIPELINE_BIND_POINT_GRAPHICS (line 568) | PIPELINE_BIND_POINT_GRAPHICS PipelineBindPoint = C.VK_PIPELINE_BIND_POIN... constant INDEX_TYPE_UINT16 (line 570) | INDEX_TYPE_UINT16 IndexType = C.VK_INDEX_TYPE_UINT16 constant INDEX_TYPE_UINT32 (line 571) | INDEX_TYPE_UINT32 IndexType = C.VK_INDEX_TYPE_UINT32 constant QUEUE_GRAPHICS_BIT (line 573) | QUEUE_GRAPHICS_BIT QueueFlags = C.VK_QUEUE_GRAPHICS_BIT constant QUEUE_COMPUTE_BIT (line 574) | QUEUE_COMPUTE_BIT QueueFlags = C.VK_QUEUE_COMPUTE_BIT function vkInit (line 698) | func vkInit() error { function CreateInstance (line 822) | func CreateInstance(exts ...string) (Instance, error) { function mallocCStringArr (line 842) | func mallocCStringArr(s []string) []*C.char { function freeCStringArr (line 850) | func freeCStringArr(s []*C.char) { function DestroyInstance (line 857) | func DestroyInstance(inst Instance) { function GetPhysicalDeviceQueueFamilyProperties (line 861) | func GetPhysicalDeviceQueueFamilyProperties(pd PhysicalDevice) []QueueFa... function EnumeratePhysicalDevices (line 872) | func EnumeratePhysicalDevices(inst Instance) ([]PhysicalDevice, error) { function ChoosePhysicalDevice (line 887) | func ChoosePhysicalDevice(inst Instance, surf Surface) (PhysicalDevice, ... function CreateDeviceAndQueue (line 926) | func CreateDeviceAndQueue(pd C.VkPhysicalDevice, queueIdx int, exts ...s... function GetDeviceQueue (line 951) | func GetDeviceQueue(d Device, queueFamily, queueIndex int) Queue { function GetPhysicalDeviceSurfaceCapabilities (line 957) | func GetPhysicalDeviceSurfaceCapabilities(pd PhysicalDevice, surf Surfac... function CreateSwapchain (line 966) | func CreateSwapchain(pd PhysicalDevice, d Device, surf Surface, width, h... function DestroySwapchain (line 1031) | func DestroySwapchain(d Device, swchain Swapchain) { function AcquireNextImage (line 1035) | func AcquireNextImage(d Device, swchain Swapchain, sem Semaphore, fence ... function PresentQueue (line 1043) | func PresentQueue(q Queue, swchain Swapchain, sem Semaphore, imgIdx int)... function CreateImageView (line 1061) | func CreateImageView(d Device, img Image, format Format) (ImageView, err... function DestroyImageView (line 1080) | func DestroyImageView(d Device, view ImageView) { function CreateRenderPass (line 1084) | func CreateRenderPass(d Device, format Format, loadOp AttachmentLoadOp, ... function DestroyRenderPass (line 1125) | func DestroyRenderPass(d Device, r RenderPass) { function CreateFramebuffer (line 1129) | func CreateFramebuffer(d Device, rp RenderPass, view ImageView, width, h... function DestroyFramebuffer (line 1147) | func DestroyFramebuffer(d Device, f Framebuffer) { function DeviceWaitIdle (line 1151) | func DeviceWaitIdle(d Device) error { function QueueWaitIdle (line 1158) | func QueueWaitIdle(q Queue) error { function CreateSemaphore (line 1165) | func CreateSemaphore(d Device) (Semaphore, error) { function DestroySemaphore (line 1177) | func DestroySemaphore(d Device, sem Semaphore) { function DestroyDevice (line 1181) | func DestroyDevice(dev Device) { function DestroySurface (line 1185) | func DestroySurface(inst Instance, s Surface) { function CreateCommandPool (line 1189) | func CreateCommandPool(d Device, queueIndex int) (CommandPool, error) { function DestroyCommandPool (line 1203) | func DestroyCommandPool(d Device, pool CommandPool) { function AllocateCommandBuffer (line 1207) | func AllocateCommandBuffer(d Device, pool CommandPool) (CommandBuffer, e... function FreeCommandBuffers (line 1222) | func FreeCommandBuffers(d Device, pool CommandPool, bufs ...CommandBuffe... function BeginCommandBuffer (line 1229) | func BeginCommandBuffer(buf CommandBuffer) error { function EndCommandBuffer (line 1240) | func EndCommandBuffer(buf CommandBuffer) error { function QueueSubmit (line 1247) | func QueueSubmit(q Queue, buf CommandBuffer, waitSems []Semaphore, waitS... function CmdBeginRenderPass (line 1271) | func CmdBeginRenderPass(buf CommandBuffer, rp RenderPass, fbo Framebuffe... function CmdEndRenderPass (line 1284) | func CmdEndRenderPass(buf CommandBuffer) { function CmdCopyBuffer (line 1288) | func CmdCopyBuffer(cmdBuf CommandBuffer, src, dst Buffer, srcOff, dstOff... function CmdCopyBufferToImage (line 1296) | func CmdCopyBufferToImage(cmdBuf CommandBuffer, src Buffer, dst Image, l... function CmdPipelineBarrier (line 1300) | func CmdPipelineBarrier(cmdBuf CommandBuffer, srcStage, dstStage Pipelin... function CmdPushConstants (line 1319) | func CmdPushConstants(cmdBuf CommandBuffer, layout PipelineLayout, stage... function CmdBindPipeline (line 1326) | func CmdBindPipeline(cmdBuf CommandBuffer, bindPoint PipelineBindPoint, ... function CmdBindVertexBuffers (line 1330) | func CmdBindVertexBuffers(cmdBuf CommandBuffer, first int, buffers []Buf... function CmdSetViewport (line 1337) | func CmdSetViewport(cmdBuf CommandBuffer, first int, viewports ...Viewpo... function CmdBindIndexBuffer (line 1344) | func CmdBindIndexBuffer(cmdBuf CommandBuffer, buffer Buffer, offset int,... function CmdDraw (line 1348) | func CmdDraw(cmdBuf CommandBuffer, vertCount, instCount, firstVert, firs... function CmdDrawIndexed (line 1352) | func CmdDrawIndexed(cmdBuf CommandBuffer, idxCount, instCount, firstIdx,... function GetPhysicalDeviceFormatProperties (line 1356) | func GetPhysicalDeviceFormatProperties(physDev PhysicalDevice, format Fo... function CmdBindDescriptorSets (line 1362) | func CmdBindDescriptorSets(cmdBuf CommandBuffer, point PipelineBindPoint... function CmdCopyImage (line 1366) | func CmdCopyImage(cmdBuf CommandBuffer, src Image, srcLayout ImageLayout... function CmdCopyImageToBuffer (line 1373) | func CmdCopyImageToBuffer(cmdBuf CommandBuffer, src Image, srcLayout Ima... function CmdDispatch (line 1380) | func CmdDispatch(cmdBuf CommandBuffer, x, y, z int) { function CreateImage (line 1384) | func CreateImage(pd PhysicalDevice, d Device, format Format, width, heig... function DestroyImage (line 1433) | func DestroyImage(d Device, img Image) { function FreeMemory (line 1437) | func FreeMemory(d Device, mem DeviceMemory) { function CreateSampler (line 1441) | func CreateSampler(d Device, minFilter, magFilter Filter) (Sampler, erro... function DestroySampler (line 1456) | func DestroySampler(d Device, sampler Sampler) { function CreateBuffer (line 1460) | func CreateBuffer(pd PhysicalDevice, d Device, size int, usage BufferUsa... function DestroyBuffer (line 1499) | func DestroyBuffer(d Device, buf Buffer) { function CreateShaderModule (line 1503) | func CreateShaderModule(d Device, spirv string) (ShaderModule, error) { function DestroyShaderModule (line 1518) | func DestroyShaderModule(d Device, mod ShaderModule) { function CreateGraphicsPipeline (line 1522) | func CreateGraphicsPipeline(d Device, pass RenderPass, vmod, fmod Shader... function DestroyPipeline (line 1626) | func DestroyPipeline(d Device, p Pipeline) { function CreatePipelineLayout (line 1630) | func CreatePipelineLayout(d Device, pushRanges []PushConstantRange, sets... function DestroyPipelineLayout (line 1649) | func DestroyPipelineLayout(d Device, l PipelineLayout) { function CreateDescriptorSetLayout (line 1653) | func CreateDescriptorSetLayout(d Device, bindings []DescriptorSetLayoutB... function DestroyDescriptorSetLayout (line 1677) | func DestroyDescriptorSetLayout(d Device, l DescriptorSetLayout) { function MapMemory (line 1681) | func MapMemory(d Device, mem DeviceMemory, offset, size int) ([]byte, er... function UnmapMemory (line 1689) | func UnmapMemory(d Device, mem DeviceMemory) { function ResetCommandBuffer (line 1693) | func ResetCommandBuffer(buf CommandBuffer) error { function CreateDescriptorPool (line 1700) | func CreateDescriptorPool(d Device, maxSets int, sizes []DescriptorPoolS... function DestroyDescriptorPool (line 1714) | func DestroyDescriptorPool(d Device, pool DescriptorPool) { function ResetDescriptorPool (line 1718) | func ResetDescriptorPool(d Device, pool DescriptorPool) error { function UpdateDescriptorSet (line 1725) | func UpdateDescriptorSet(d Device, write WriteDescriptorSet) { function AllocateDescriptorSet (line 1729) | func AllocateDescriptorSet(d Device, pool DescriptorPool, layout Descrip... function CreateComputePipeline (line 1743) | func CreateComputePipeline(d Device, mod ShaderModule, layout PipelineLa... function CreateFence (line 1763) | func CreateFence(d Device) (Fence, error) { function DestroyFence (line 1774) | func DestroyFence(d Device, f Fence) { function WaitForFences (line 1778) | func WaitForFences(d Device, fences ...Fence) error { function ResetFences (line 1789) | func ResetFences(d Device, fences ...Fence) error { function BuildSubpassDependency (line 1800) | func BuildSubpassDependency(srcStage, dstStage PipelineStageFlags, srcMa... function BuildPushConstantRange (line 1812) | func BuildPushConstantRange(stages ShaderStageFlags, offset, size int) P... function BuildDescriptorPoolSize (line 1820) | func BuildDescriptorPoolSize(typ DescriptorType, count int) DescriptorPo... function BuildWriteDescriptorSetImage (line 1827) | func BuildWriteDescriptorSetImage(set DescriptorSet, binding int, typ De... function BuildWriteDescriptorSetBuffer (line 1842) | func BuildWriteDescriptorSetBuffer(set DescriptorSet, binding int, typ D... method StageFlags (line 1856) | func (r PushConstantRange) StageFlags() ShaderStageFlags { method Offset (line 1860) | func (r PushConstantRange) Offset() int { method Size (line 1864) | func (r PushConstantRange) Size() int { method Flags (line 1868) | func (p QueueFamilyProperties) Flags() QueueFlags { method MinExtent (line 1872) | func (c SurfaceCapabilities) MinExtent() image.Point { method MaxExtent (line 1876) | func (c SurfaceCapabilities) MaxExtent() image.Point { function BuildViewport (line 1880) | func BuildViewport(x, y, width, height float32) Viewport { function BuildImageMemoryBarrier (line 1890) | func BuildImageMemoryBarrier(img Image, srcMask, dstMask AccessFlags, ol... function BuildBufferMemoryBarrier (line 1906) | func BuildBufferMemoryBarrier(buf Buffer, srcMask, dstMask AccessFlags) ... function BuildMemoryBarrier (line 1916) | func BuildMemoryBarrier(srcMask, dstMask AccessFlags) MemoryBarrier { function BuildBufferImageCopy (line 1924) | func BuildBufferImageCopy(bufOff, bufStride, x, y, width, height int) Bu... function BuildImageCopy (line 1941) | func BuildImageCopy(srcX, srcY, dstX, dstY, width, height int) ImageCopy { function findMemoryTypeIndex (line 1967) | func findMemoryTypeIndex(pd C.VkPhysicalDevice, constraints C.uint32_t, ... function choosePresentMode (line 1984) | func choosePresentMode(pd C.VkPhysicalDevice, surf Surface) (C.VkPresent... function chooseFormat (line 2006) | func chooseFormat(pd C.VkPhysicalDevice, surf Surface) (C.VkSurfaceForma... function chooseQueue (line 2034) | func chooseQueue(pd C.VkPhysicalDevice, surf Surface, flags C.VkQueueFla... function dlsym (line 2058) | func dlsym(handle unsafe.Pointer, s string) unsafe.Pointer { function dlopen (line 2064) | func dlopen(lib string) unsafe.Pointer { function vkErr (line 2070) | func vkErr(res C.VkResult) error { FILE: vendor/gioui.org/internal/vk/vulkan_android.go function init (line 29) | func init() { function CreateAndroidSurface (line 35) | func CreateAndroidSurface(inst Instance, window unsafe.Pointer) (Surface... FILE: vendor/gioui.org/internal/vk/vulkan_wayland.go function init (line 29) | func init() { function CreateWaylandSurface (line 35) | func CreateWaylandSurface(inst Instance, disp unsafe.Pointer, wlSurf uns... FILE: vendor/gioui.org/internal/vk/vulkan_x11.go function init (line 29) | func init() { function CreateXlibSurface (line 35) | func CreateXlibSurface(inst Instance, dpy unsafe.Pointer, window uintptr... FILE: vendor/gioui.org/io/clipboard/clipboard.go type Event (line 12) | type Event struct method ImplementsEvent (line 37) | func (Event) ImplementsEvent() {} type ReadOp (line 18) | type ReadOp struct method Add (line 27) | func (h ReadOp) Add(o *op.Ops) { type WriteOp (line 23) | type WriteOp struct method Add (line 32) | func (h WriteOp) Add(o *op.Ops) { FILE: vendor/gioui.org/io/event/event.go type Queue (line 35) | type Queue interface type Tag (line 43) | type Tag interface type Event (line 46) | type Event interface FILE: vendor/gioui.org/io/key/key.go type InputOp (line 24) | type InputOp struct method Add (line 144) | func (h InputOp) Add(o *op.Ops) { type SoftKeyboardOp (line 31) | type SoftKeyboardOp struct method Add (line 153) | func (h SoftKeyboardOp) Add(o *op.Ops) { type FocusOp (line 37) | type FocusOp struct method Add (line 161) | func (h FocusOp) Add(o *op.Ops) { type FocusEvent (line 45) | type FocusEvent struct method ImplementsEvent (line 168) | func (FocusEvent) ImplementsEvent() {} type Event (line 51) | type Event struct method ImplementsEvent (line 167) | func (Event) ImplementsEvent() {} method String (line 170) | func (e Event) String() string { type EditEvent (line 64) | type EditEvent struct method ImplementsEvent (line 166) | func (EditEvent) ImplementsEvent() {} type InputHint (line 70) | type InputHint constant HintAny (line 74) | HintAny InputHint = iota constant HintText (line 76) | HintText constant HintNumeric (line 78) | HintNumeric constant HintEmail (line 80) | HintEmail constant HintURL (line 82) | HintURL constant HintTelephone (line 84) | HintTelephone type State (line 88) | type State method String (line 194) | func (s State) String() string { constant Press (line 92) | Press State = iota constant Release (line 97) | Release type Modifiers (line 101) | type Modifiers method Contain (line 140) | func (m Modifiers) Contain(m2 Modifiers) bool { method String (line 174) | func (m Modifiers) String() string { constant ModCtrl (line 105) | ModCtrl Modifiers = 1 << iota constant ModCommand (line 108) | ModCommand constant ModShift (line 110) | ModShift constant ModAlt (line 113) | ModAlt constant ModSuper (line 116) | ModSuper constant NameLeftArrow (line 121) | NameLeftArrow = "←" constant NameRightArrow (line 122) | NameRightArrow = "→" constant NameUpArrow (line 123) | NameUpArrow = "↑" constant NameDownArrow (line 124) | NameDownArrow = "↓" constant NameReturn (line 125) | NameReturn = "⏎" constant NameEnter (line 126) | NameEnter = "⌤" constant NameEscape (line 127) | NameEscape = "⎋" constant NameHome (line 128) | NameHome = "⇱" constant NameEnd (line 129) | NameEnd = "⇲" constant NameDeleteBackward (line 130) | NameDeleteBackward = "⌫" constant NameDeleteForward (line 131) | NameDeleteForward = "⌦" constant NamePageUp (line 132) | NamePageUp = "⇞" constant NamePageDown (line 133) | NamePageDown = "⇟" constant NameTab (line 134) | NameTab = "⇥" constant NameSpace (line 135) | NameSpace = "Space" FILE: vendor/gioui.org/io/key/mod.go constant ModShortcut (line 10) | ModShortcut = ModCtrl FILE: vendor/gioui.org/io/key/mod_darwin.go constant ModShortcut (line 7) | ModShortcut = ModCommand FILE: vendor/gioui.org/io/pointer/pointer.go type Event (line 20) | type Event struct method ImplementsEvent (line 311) | func (Event) ImplementsEvent() {} type PassOp (line 47) | type PassOp struct method Push (line 179) | func (p PassOp) Push(o *op.Ops) PassStack { type PassStack (line 51) | type PassStack struct method Pop (line 186) | func (p PassStack) Pop() { type CursorNameOp (line 58) | type CursorNameOp struct method Add (line 192) | func (op CursorNameOp) Add(o *op.Ops) { type InputOp (line 64) | type InputOp struct method Add (line 198) | func (op InputOp) Add(o *op.Ops) { type ID (line 79) | type ID type Type (line 82) | type Type method String (line 221) | func (t Type) String() string { method string (line 237) | func (t Type) string() string { type Priority (line 85) | type Priority method String (line 260) | func (p Priority) String() string { type Source (line 88) | type Source method String (line 273) | func (s Source) String() string { type Buttons (line 91) | type Buttons method Contain (line 286) | func (b Buttons) Contain(buttons Buttons) bool { method String (line 290) | func (b Buttons) String() string { type CursorName (line 94) | type CursorName method String (line 304) | func (c CursorName) String() string { constant CursorDefault (line 98) | CursorDefault CursorName = "" constant CursorText (line 100) | CursorText CursorName = "text" constant CursorPointer (line 102) | CursorPointer CursorName = "pointer" constant CursorCrossHair (line 104) | CursorCrossHair CursorName = "crosshair" constant CursorColResize (line 106) | CursorColResize CursorName = "col-resize" constant CursorRowResize (line 108) | CursorRowResize CursorName = "row-resize" constant CursorGrab (line 110) | CursorGrab CursorName = "grab" constant CursorNone (line 112) | CursorNone CursorName = "none" constant Cancel (line 118) | Cancel Type = (1 << iota) >> 1 constant Press (line 120) | Press constant Release (line 122) | Release constant Move (line 124) | Move constant Drag (line 126) | Drag constant Enter (line 128) | Enter constant Leave (line 130) | Leave constant Scroll (line 132) | Scroll constant Mouse (line 137) | Mouse Source = iota constant Touch (line 139) | Touch constant Shared (line 145) | Shared Priority = iota constant Foremost (line 148) | Foremost constant Grabbed (line 150) | Grabbed constant ButtonPrimary (line 156) | ButtonPrimary Buttons = 1 << iota constant ButtonSecondary (line 159) | ButtonSecondary constant ButtonTertiary (line 161) | ButtonTertiary function frect (line 165) | func frect(r image.Rectangle) f32.Rectangle { function fpt (line 172) | func fpt(p image.Point) f32.Point { FILE: vendor/gioui.org/io/profile/profile.go type Op (line 15) | type Op struct method Add (line 26) | func (p Op) Add(o *op.Ops) { type Event (line 21) | type Event struct method ImplementsEvent (line 31) | func (p Event) ImplementsEvent() {} FILE: vendor/gioui.org/io/router/clipboard.go type clipboardQueue (line 9) | type clipboardQueue struct method WriteClipboard (line 18) | func (q *clipboardQueue) WriteClipboard() (string, bool) { method ReadClipboard (line 29) | func (q *clipboardQueue) ReadClipboard() bool { method Push (line 37) | func (q *clipboardQueue) Push(e event.Event, events *handlerEvents) { method ProcessWriteClipboard (line 44) | func (q *clipboardQueue) ProcessWriteClipboard(refs []interface{}) { method ProcessReadClipboard (line 48) | func (q *clipboardQueue) ProcessReadClipboard(refs []interface{}) { FILE: vendor/gioui.org/io/router/key.go type TextInputState (line 10) | type TextInputState method String (line 132) | func (t TextInputState) String() string { type keyQueue (line 12) | type keyQueue struct method InputState (line 43) | func (q *keyQueue) InputState() TextInputState { method InputHint (line 48) | func (q *keyQueue) InputHint() (key.InputHint, bool) { method Reset (line 61) | func (q *keyQueue) Reset() { method Frame (line 71) | func (q *keyQueue) Frame(events *handlerEvents, collector keyCollector) { method Push (line 103) | func (q *keyQueue) Push(e event.Event, events *handlerEvents) { type keyHandler (line 19) | type keyHandler struct type keyCollector (line 29) | type keyCollector struct method focusOp (line 109) | func (k *keyCollector) focusOp(tag event.Tag) { method softKeyboard (line 114) | func (k *keyCollector) softKeyboard(show bool) { method inputOp (line 122) | func (k *keyCollector) inputOp(op key.InputOp) { constant TextInputKeep (line 36) | TextInputKeep TextInputState = iota constant TextInputClose (line 37) | TextInputClose constant TextInputOpen (line 38) | TextInputOpen FILE: vendor/gioui.org/io/router/pointer.go type pointerQueue (line 17) | type pointerQueue struct method assignSemIDs (line 341) | func (q *pointerQueue) assignSemIDs() { method AppendSemantics (line 353) | func (q *pointerQueue) AppendSemantics(nodes []SemanticNode) []Semanti... method appendSemanticArea (line 360) | func (q *pointerQueue) appendSemanticArea(nodes []SemanticNode, parent... method appendSemanticChildren (line 375) | func (q *pointerQueue) appendSemanticChildren(nodes []SemanticNode, ar... method semanticIDFor (line 404) | func (q *pointerQueue) semanticIDFor(content semanticContent) Semantic... method SemanticAt (line 422) | func (q *pointerQueue) SemanticAt(pos f32.Point) (SemanticID, bool) { method opHit (line 438) | func (q *pointerQueue) opHit(pos f32.Point) []event.Tag { method invTransform (line 466) | func (q *pointerQueue) invTransform(areaIdx int, p f32.Point) f32.Point { method hit (line 473) | func (q *pointerQueue) hit(areaIdx int, p f32.Point) bool { method reset (line 485) | func (q *pointerQueue) reset() { method Frame (line 523) | func (q *pointerQueue) Frame(events *handlerEvents) { method dropHandler (line 556) | func (q *pointerQueue) dropHandler(events *handlerEvents, tag event.Ta... method pointerOf (line 576) | func (q *pointerQueue) pointerOf(e pointer.Event) int { method Push (line 586) | func (q *pointerQueue) Push(e pointer.Event, events *handlerEvents) { method deliverEvent (line 630) | func (q *pointerQueue) deliverEvent(p *pointerInfo, events *handlerEve... method deliverScrollEvent (line 651) | func (q *pointerQueue) deliverScrollEvent(p *pointerInfo, events *hand... method deliverEnterLeaveEvents (line 676) | func (q *pointerQueue) deliverEnterLeaveEvents(p *pointerInfo, events ... method deliverDragEvent (line 740) | func (q *pointerQueue) deliverDragEvent(p *pointerInfo, events *handle... method deliverDropEvent (line 762) | func (q *pointerQueue) deliverDropEvent(p *pointerInfo, events *handle... method deliverTransferDataEvent (line 780) | func (q *pointerQueue) deliverTransferDataEvent(p *pointerInfo, events... method deliverTransferCancelEvent (line 806) | func (q *pointerQueue) deliverTransferCancelEvent(p *pointerInfo, even... type hitNode (line 38) | type hitNode struct type cursorNode (line 47) | type cursorNode struct type pointerInfo (line 52) | type pointerInfo struct type pointerHandler (line 67) | type pointerHandler struct type areaOp (line 81) | type areaOp struct method Hit (line 852) | func (op *areaOp) Hit(pos f32.Point) bool { type areaNode (line 86) | type areaNode struct type areaKind (line 103) | type areaKind type collectState (line 106) | type collectState struct type pointerCollector (line 116) | type pointerCollector struct method resetState (line 142) | func (c *pointerCollector) resetState() { method setTrans (line 146) | func (c *pointerCollector) setTrans(t f32.Affine2D) { method clip (line 150) | func (c *pointerCollector) clip(op ops.ClipOp) { method pushArea (line 158) | func (c *pointerCollector) pushArea(kind areaKind, bounds f32.Rectangl... method popArea (line 203) | func (c *pointerCollector) popArea() { method pass (line 209) | func (c *pointerCollector) pass() { method popPass (line 213) | func (c *pointerCollector) popPass() { method currentArea (line 217) | func (c *pointerCollector) currentArea() int { method addHitNode (line 225) | func (c *pointerCollector) addHitNode(n hitNode) { method newHandler (line 232) | func (c *pointerCollector) newHandler(tag event.Tag, events *handlerEv... method inputOp (line 252) | func (c *pointerCollector) inputOp(op pointer.InputOp, events *handler... method semanticLabel (line 266) | func (c *pointerCollector) semanticLabel(lbl string) { method semanticDesc (line 273) | func (c *pointerCollector) semanticDesc(desc string) { method semanticClass (line 280) | func (c *pointerCollector) semanticClass(class semantic.ClassOp) { method semanticSelected (line 287) | func (c *pointerCollector) semanticSelected(selected bool) { method semanticDisabled (line 294) | func (c *pointerCollector) semanticDisabled(disabled bool) { method cursor (line 301) | func (c *pointerCollector) cursor(name pointer.CursorName) { method sourceOp (line 308) | func (c *pointerCollector) sourceOp(op transfer.SourceOp, events *hand... method targetOp (line 313) | func (c *pointerCollector) targetOp(op transfer.TargetOp, events *hand... method offerOp (line 318) | func (c *pointerCollector) offerOp(op transfer.OfferOp, events *handle... method reset (line 324) | func (c *pointerCollector) reset() { method ensureRoot (line 332) | func (c *pointerCollector) ensureRoot() { type semanticContent (line 122) | type semanticContent struct type semanticID (line 132) | type semanticID struct constant areaRect (line 138) | areaRect areaKind = iota constant areaEllipse (line 139) | areaEllipse function frect (line 190) | func frect(r image.Rectangle) f32.Rectangle { function fpt (line 197) | func fpt(p image.Point) f32.Point { function searchTag (line 821) | func searchTag(tags []event.Tag, tag event.Tag) (int, bool) { function addHandler (line 831) | func addHandler(tags []event.Tag, tag event.Tag) []event.Tag { function firstMimeMatch (line 841) | func firstMimeMatch(src, tgt *pointerHandler) (first string, matched boo... function setScrollEvent (line 872) | func setScrollEvent(scroll float32, min, max int) (left, scrolled float3... FILE: vendor/gioui.org/io/router/router.go type Router (line 34) | type Router struct method Events (line 100) | func (q *Router) Events(k event.Tag) []event.Event { method Frame (line 112) | func (q *Router) Frame(frame *op.Ops) { method Queue (line 134) | func (q *Router) Queue(events ...event.Event) bool { method TextInputState (line 152) | func (q *Router) TextInputState() TextInputState { method TextInputHint (line 157) | func (q *Router) TextInputHint() (key.InputHint, bool) { method WriteClipboard (line 163) | func (q *Router) WriteClipboard() (string, bool) { method ReadClipboard (line 169) | func (q *Router) ReadClipboard() bool { method Cursor (line 174) | func (q *Router) Cursor() pointer.CursorName { method SemanticAt (line 179) | func (q *Router) SemanticAt(pos f32.Point) (SemanticID, bool) { method AppendSemantics (line 185) | func (q *Router) AppendSemantics(nodes []SemanticNode) []SemanticNode { method collect (line 191) | func (q *Router) collect() { method Profiling (line 342) | func (q *Router) Profiling() bool { method WakeupTime (line 348) | func (q *Router) WakeupTime() (time.Time, bool) { type SemanticNode (line 62) | type SemanticNode struct type SemanticDesc (line 72) | type SemanticDesc struct type SemanticGestures (line 83) | type SemanticGestures method String (line 419) | func (s SemanticGestures) String() string { constant ClickGesture (line 86) | ClickGesture SemanticGestures = 1 << iota type SemanticID (line 92) | type SemanticID type handlerEvents (line 94) | type handlerEvents struct method init (line 352) | func (h *handlerEvents) init() { method AddNoRedraw (line 358) | func (h *handlerEvents) AddNoRedraw(k event.Tag, e event.Event) { method Add (line 363) | func (h *handlerEvents) Add(k event.Tag, e event.Event) { method HadEvents (line 368) | func (h *handlerEvents) HadEvents() bool { method Events (line 374) | func (h *handlerEvents) Events(k event.Tag) []event.Event { method Clear (line 392) | func (h *handlerEvents) Clear() { function decodeProfileOp (line 398) | func decodeProfileOp(d []byte, refs []interface{}) profile.Op { function decodeInvalidateOp (line 407) | func decodeInvalidateOp(d []byte) op.InvalidateOp { FILE: vendor/gioui.org/io/semantic/semantic.go type LabelOp (line 18) | type LabelOp method Add (line 42) | func (l LabelOp) Add(o *op.Ops) { type DescriptionOp (line 21) | type DescriptionOp method Add (line 48) | func (d DescriptionOp) Add(o *op.Ops) { type ClassOp (line 24) | type ClassOp method Add (line 54) | func (c ClassOp) Add(o *op.Ops) { method String (line 76) | func (c ClassOp) String() string { constant Unknown (line 27) | Unknown ClassOp = iota constant Button (line 28) | Button constant CheckBox (line 29) | CheckBox constant Editor (line 30) | Editor constant RadioButton (line 31) | RadioButton constant Switch (line 32) | Switch type SelectedOp (line 37) | type SelectedOp method Add (line 60) | func (s SelectedOp) Add(o *op.Ops) { type DisabledOp (line 40) | type DisabledOp method Add (line 68) | func (d DisabledOp) Add(o *op.Ops) { FILE: vendor/gioui.org/io/system/system.go type FrameEvent (line 19) | type FrameEvent struct method ImplementsEvent (line 96) | func (FrameEvent) ImplementsEvent() {} type DestroyEvent (line 38) | type DestroyEvent struct method ImplementsEvent (line 99) | func (DestroyEvent) ImplementsEvent() {} type Insets (line 47) | type Insets struct type StageEvent (line 53) | type StageEvent struct method ImplementsEvent (line 97) | func (StageEvent) ImplementsEvent() {} type CommandEvent (line 59) | type CommandEvent struct method ImplementsEvent (line 98) | func (*CommandEvent) ImplementsEvent() {} type Stage (line 66) | type Stage method String (line 85) | func (l Stage) String() string { type CommandType (line 69) | type CommandType constant StagePaused (line 74) | StagePaused Stage = iota constant StageRunning (line 76) | StageRunning constant CommandBack (line 82) | CommandBack CommandType = iota FILE: vendor/gioui.org/io/transfer/transfer.go type SourceOp (line 30) | type SourceOp struct method Add (line 57) | func (op SourceOp) Add(o *op.Ops) { type TargetOp (line 38) | type TargetOp struct method Add (line 62) | func (op TargetOp) Add(o *op.Ops) { type OfferOp (line 45) | type OfferOp struct method Add (line 69) | func (op OfferOp) Add(o *op.Ops) { type RequestEvent (line 79) | type RequestEvent struct method ImplementsEvent (line 84) | func (RequestEvent) ImplementsEvent() {} type InitiateEvent (line 90) | type InitiateEvent struct method ImplementsEvent (line 92) | func (InitiateEvent) ImplementsEvent() {} type CancelEvent (line 96) | type CancelEvent struct method ImplementsEvent (line 98) | func (CancelEvent) ImplementsEvent() {} type DataEvent (line 101) | type DataEvent struct method ImplementsEvent (line 109) | func (DataEvent) ImplementsEvent() {} FILE: vendor/gioui.org/layout/context.go type Context (line 18) | type Context struct method Px (line 71) | func (c Context) Px(v unit.Value) int { method Events (line 77) | func (c Context) Events(k event.Tag) []event.Event { method Disabled (line 89) | func (c Context) Disabled() Context { function NewContext (line 44) | func NewContext(ops *op.Ops, e system.FrameEvent) Context { FILE: vendor/gioui.org/layout/flex.go type Flex (line 13) | type Flex struct method Layout (line 83) | func (f Flex) Layout(gtx Context, children ...FlexChild) Dimensions { type FlexChild (line 28) | type FlexChild struct type Spacing (line 40) | type Spacing method String (line 222) | func (s Spacing) String() string { constant SpaceEnd (line 44) | SpaceEnd Spacing = iota constant SpaceStart (line 46) | SpaceStart constant SpaceSides (line 48) | SpaceSides constant SpaceAround (line 51) | SpaceAround constant SpaceBetween (line 54) | SpaceBetween constant SpaceEvenly (line 57) | SpaceEvenly function Rigid (line 62) | func Rigid(widget Widget) FlexChild { function Flexed (line 72) | func Flexed(weight float32, widget Widget) FlexChild { FILE: vendor/gioui.org/layout/layout.go type Constraints (line 21) | type Constraints struct method Constrain (line 96) | func (c Constraints) Constrain(size image.Point) image.Point { type Dimensions (line 30) | type Dimensions struct type Axis (line 36) | type Axis method Convert (line 246) | func (a Axis) Convert(pt image.Point) image.Point { method FConvert (line 256) | func (a Axis) FConvert(pt f32.Point) f32.Point { method mainConstraint (line 264) | func (a Axis) mainConstraint(cs Constraints) (int, int) { method crossConstraint (line 272) | func (a Axis) crossConstraint(cs Constraints) (int, int) { method constraints (line 280) | func (a Axis) constraints(mainMin, mainMax, crossMin, crossMax int) Co... method String (line 287) | func (a Axis) String() string { type Alignment (line 39) | type Alignment method String (line 228) | func (a Alignment) String() string { type Direction (line 43) | type Direction method Layout (line 162) | func (d Direction) Layout(gtx Context, w Widget) Dimensions { method Position (line 194) | func (d Direction) Position(widget, bounds image.Point) image.Point { method String (line 298) | func (d Direction) String() string { type Widget (line 47) | type Widget constant Start (line 50) | Start Alignment = iota constant End (line 51) | End constant Middle (line 52) | Middle constant Baseline (line 53) | Baseline constant NW (line 57) | NW Direction = iota constant N (line 58) | N constant NE (line 59) | NE constant E (line 60) | E constant SE (line 61) | SE constant S (line 62) | S constant SW (line 63) | SW constant W (line 64) | W constant Center (line 65) | Center constant Horizontal (line 69) | Horizontal Axis = iota constant Vertical (line 70) | Vertical function Exact (line 75) | func Exact(size image.Point) Constraints { function FPt (line 82) | func FPt(p image.Point) f32.Point { function FRect (line 89) | func FRect(r image.Rectangle) f32.Rectangle { type Inset (line 115) | type Inset struct method Layout (line 120) | func (in Inset) Layout(gtx Context, w Widget) Dimensions { function UniformInset (line 156) | func UniformInset(v unit.Value) Inset { type Spacer (line 215) | type Spacer struct method Layout (line 219) | func (s Spacer) Layout(gtx Context) Dimensions { FILE: vendor/gioui.org/layout/list.go type scrollChild (line 13) | type scrollChild struct type List (line 21) | type List struct method init (line 89) | func (l *List) init(gtx Context, len int) { method Layout (line 105) | func (l *List) Layout(gtx Context, len int, w ListElement) Dimensions { method scrollToEnd (line 130) | func (l *List) scrollToEnd() bool { method Dragging (line 135) | func (l *List) Dragging() bool { method update (line 139) | func (l *List) update(gtx Context) { method next (line 146) | func (l *List) next() { method index (line 158) | func (l *List) index() int { method more (line 170) | func (l *List) more() bool { method nextDir (line 174) | func (l *List) nextDir() iterationDir { method end (line 196) | func (l *List) end(dims Dimensions, call op.CallOp) { method layout (line 216) | func (l *List) layout(ops *op.Ops, macro op.MacroOp) Dimensions { type ListElement (line 51) | type ListElement type iterationDir (line 53) | type iterationDir type Position (line 57) | type Position struct constant iterateNone (line 81) | iterateNone iterationDir = iota constant iterateForward (line 82) | iterateForward constant iterateBackward (line 83) | iterateBackward constant inf (line 86) | inf = 1e6 FILE: vendor/gioui.org/layout/stack.go type Stack (line 13) | type Stack struct method Layout (line 50) | func (s Stack) Layout(gtx Context, children ...StackChild) Dimensions { type StackChild (line 20) | type StackChild struct function Stacked (line 31) | func Stacked(w Widget) StackChild { function Expanded (line 40) | func Expanded(w Widget) StackChild { FILE: vendor/gioui.org/op/clip/clip.go type Op (line 20) | type Op struct method Push (line 42) | func (p Op) Push(o *op.Ops) Stack { method add (line 48) | func (p Op) add(o *op.Ops) { type Stack (line 28) | type Stack struct method Pop (line 85) | func (s Stack) Pop() { function init (line 36) | func init() { type PathSpec (line 91) | type PathSpec struct type Path (line 107) | type Path struct method Pos (line 119) | func (p *Path) Pos() f32.Point { return p.pen } method Begin (line 122) | func (p *Path) Begin(o *op.Ops) { method End (line 134) | func (p *Path) End() PathSpec { method Move (line 146) | func (p *Path) Move(delta f32.Point) { method MoveTo (line 152) | func (p *Path) MoveTo(to f32.Point) { method gap (line 162) | func (p *Path) gap() { method end (line 174) | func (p *Path) end() { method Line (line 179) | func (p *Path) Line(delta f32.Point) { method LineTo (line 185) | func (p *Path) LineTo(to f32.Point) { method cmd (line 194) | func (p *Path) cmd(data []byte, c scene.Command) { method expand (line 199) | func (p *Path) expand(pt f32.Point) { method Quad (line 245) | func (p *Path) Quad(ctrl, to f32.Point) { method QuadTo (line 253) | func (p *Path) QuadTo(ctrl, to f32.Point) { method ArcTo (line 268) | func (p *Path) ArcTo(f1, f2 f32.Point, angle float32) { method Arc (line 282) | func (p *Path) Arc(f1, f2 f32.Point, angle float32) { method Cube (line 290) | func (p *Path) Cube(ctrl0, ctrl1, to f32.Point) { method CubeTo (line 296) | func (p *Path) CubeTo(ctrl0, ctrl1, to f32.Point) { method Close (line 311) | func (p *Path) Close() { function boundRectF (line 222) | func boundRectF(r f32.Rectangle) image.Rectangle { function ceil (line 235) | func ceil(v float32) int { function floor (line 239) | func floor(v float32) int { type Stroke (line 319) | type Stroke struct method Op (line 326) | func (s Stroke) Op() Op { type Outline (line 335) | type Outline struct method Op (line 340) | func (o Outline) Op() Op { FILE: vendor/gioui.org/op/clip/shapes.go type Rect (line 15) | type Rect method Op (line 18) | func (r Rect) Op() Op { method Push (line 26) | func (r Rect) Push(ops *op.Ops) Stack { method Path (line 31) | func (r Rect) Path() PathSpec { function UniformRRect (line 40) | func UniformRRect(rect f32.Rectangle, radius float32) RRect { type RRect (line 55) | type RRect struct method Op (line 62) | func (rr RRect) Op(ops *op.Ops) Op { method Push (line 77) | func (rr RRect) Push(ops *op.Ops) Stack { method Path (line 82) | func (rr RRect) Path(ops *op.Ops) PathSpec { type Ellipse (line 120) | type Ellipse method Op (line 123) | func (e Ellipse) Op(ops *op.Ops) Op { method Push (line 128) | func (e Ellipse) Push(ops *op.Ops) Stack { method Path (line 133) | func (e Ellipse) Path(o *op.Ops) PathSpec { function fPt (line 181) | func fPt(p image.Point) f32.Point { FILE: vendor/gioui.org/op/op.go type Ops (line 80) | type Ops struct method Reset (line 144) | func (o *Ops) Reset() { type MacroOp (line 86) | type MacroOp struct method Stop (line 163) | func (m MacroOp) Stop() CallOp { method fill (line 172) | func (m MacroOp) fill() { type CallOp (line 93) | type CallOp struct method Add (line 179) | func (c CallOp) Add(o *Ops) { type InvalidateOp (line 101) | type InvalidateOp struct method Add (line 186) | func (r InvalidateOp) Add(o *Ops) { type TransformOp (line 107) | type TransformOp struct method Push (line 211) | func (t TransformOp) Push(o *Ops) TransformStack { method Add (line 219) | func (t TransformOp) Add(o *Ops) { method add (line 223) | func (t TransformOp) add(o *Ops, push bool) { type TransformStack (line 112) | type TransformStack struct method Pop (line 239) | func (t TransformStack) Pop() { function Defer (line 125) | func Defer(o *Ops, c CallOp) { function Record (line 149) | func Record(o *Ops) MacroOp { function Offset (line 200) | func Offset(o f32.Point) TransformOp { function Affine (line 205) | func Affine(a f32.Affine2D) TransformOp { FILE: vendor/gioui.org/op/paint/paint.go type ImageOp (line 19) | type ImageOp struct method Size (line 80) | func (i ImageOp) Size() image.Point { method Add (line 87) | func (i ImageOp) Add(o *op.Ops) { type ColorOp (line 30) | type ColorOp struct method Add (line 100) | func (c ColorOp) Add(o *op.Ops) { type LinearGradientOp (line 36) | type LinearGradientOp struct method Add (line 109) | func (c LinearGradientOp) Add(o *op.Ops) { type PaintOp (line 44) | type PaintOp struct method Add (line 129) | func (d PaintOp) Add(o *op.Ops) { function NewImageOp (line 53) | func NewImageOp(src image.Image) ImageOp { function FillShape (line 135) | func FillShape(ops *op.Ops, c color.NRGBA, shape clip.Op) { function Fill (line 144) | func Fill(ops *op.Ops, c color.NRGBA) { FILE: vendor/gioui.org/shader/gio/common.h type m3x2 (line 3) | struct m3x2 { function vec3 (line 33) | vec3 transform3x2(m3x2 t, vec3 v) { FILE: vendor/gioui.org/shader/gio/shaders.go function init (line 393) | func init() { FILE: vendor/gioui.org/shader/piet/abi.h type dword (line 7) | typedef ALIGN(4, uint32_t) dword; type qword (line 9) | typedef ALIGN(8, uint64_t) qword; type half (line 17) | typedef unsigned short half; type image_descriptor (line 37) | struct image_descriptor { type buffer_descriptor (line 57) | struct buffer_descriptor { type program_data (line 63) | struct program_data { type yield_result (line 76) | typedef int32_t yield_result; type coroutine (line 80) | typedef coroutine (*routine_begin)(struct program_data *data, FILE: vendor/gioui.org/shader/piet/annotated.h type AnnoImageRef (line 5) | struct AnnoImageRef { type AnnoColorRef (line 9) | struct AnnoColorRef { type AnnoBeginClipRef (line 13) | struct AnnoBeginClipRef { type AnnoEndClipRef (line 17) | struct AnnoEndClipRef { type AnnotatedRef (line 21) | struct AnnotatedRef { type AnnoImage (line 25) | struct AnnoImage { function AnnoImageRef (line 34) | AnnoImageRef AnnoImage_index(AnnoImageRef ref, uint index) { type AnnoColor (line 38) | struct AnnoColor { function AnnoColorRef (line 46) | AnnoColorRef AnnoColor_index(AnnoColorRef ref, uint index) { type AnnoBeginClip (line 50) | struct AnnoBeginClip { function AnnoBeginClipRef (line 57) | AnnoBeginClipRef AnnoBeginClip_index(AnnoBeginClipRef ref, uint index) { type AnnoEndClip (line 61) | struct AnnoEndClip { function AnnoEndClipRef (line 67) | AnnoEndClipRef AnnoEndClip_index(AnnoEndClipRef ref, uint index) { function AnnotatedRef (line 78) | AnnotatedRef Annotated_index(AnnotatedRef ref, uint index) { type AnnotatedTag (line 82) | struct AnnotatedTag { function AnnoImage (line 87) | AnnoImage AnnoImage_read(Alloc a, AnnoImageRef ref) { function AnnoImage_write (line 104) | void AnnoImage_write(Alloc a, AnnoImageRef ref, AnnoImage s) { function AnnoColor (line 115) | AnnoColor AnnoColor_read(Alloc a, AnnoColorRef ref) { function AnnoColor_write (line 130) | void AnnoColor_write(Alloc a, AnnoColorRef ref, AnnoColor s) { function AnnoBeginClip (line 140) | AnnoBeginClip AnnoBeginClip_read(Alloc a, AnnoBeginClipRef ref) { function AnnoBeginClip_write (line 153) | void AnnoBeginClip_write(Alloc a, AnnoBeginClipRef ref, AnnoBeginClip s) { function AnnoEndClip (line 162) | AnnoEndClip AnnoEndClip_read(Alloc a, AnnoEndClipRef ref) { function AnnoEndClip_write (line 173) | void AnnoEndClip_write(Alloc a, AnnoEndClipRef ref, AnnoEndClip s) { function AnnotatedTag (line 181) | AnnotatedTag Annotated_tag(Alloc a, AnnotatedRef ref) { function AnnoColor (line 186) | AnnoColor Annotated_Color_read(Alloc a, AnnotatedRef ref) { function AnnoImage (line 190) | AnnoImage Annotated_Image_read(Alloc a, AnnotatedRef ref) { function AnnoBeginClip (line 194) | AnnoBeginClip Annotated_BeginClip_read(Alloc a, AnnotatedRef ref) { function AnnoEndClip (line 198) | AnnoEndClip Annotated_EndClip_read(Alloc a, AnnotatedRef ref) { function Annotated_Nop_write (line 202) | void Annotated_Nop_write(Alloc a, AnnotatedRef ref) { function Annotated_Color_write (line 206) | void Annotated_Color_write(Alloc a, AnnotatedRef ref, uint flags, AnnoCo... function Annotated_Image_write (line 211) | void Annotated_Image_write(Alloc a, AnnotatedRef ref, uint flags, AnnoIm... function Annotated_BeginClip_write (line 216) | void Annotated_BeginClip_write(Alloc a, AnnotatedRef ref, uint flags, An... function Annotated_EndClip_write (line 221) | void Annotated_EndClip_write(Alloc a, AnnotatedRef ref, AnnoEndClip s) { FILE: vendor/gioui.org/shader/piet/backdrop_abi.c type program_info (line 13) | struct program_info type backdrop_descriptor_set_layout (line 16) | struct backdrop_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/backdrop_abi.go constant BackdropHash (line 27) | BackdropHash = "6862eaf623d89da635e9d5bc981c77aae4e39aa44047ab47c62d243c... method Binding0 (line 29) | func (l *BackdropDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *BackdropDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { FILE: vendor/gioui.org/shader/piet/backdrop_abi.h type backdrop_descriptor_set_layout (line 3) | struct backdrop_descriptor_set_layout { type program_data (line 8) | struct program_data type program_info (line 17) | struct program_info FILE: vendor/gioui.org/shader/piet/backdrop_abi_nosupport.go type BackdropDescriptorSetLayout (line 12) | type BackdropDescriptorSetLayout struct method Binding0 (line 16) | func (l *BackdropDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 20) | func (l *BackdropDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { constant BackdropHash (line 14) | BackdropHash = "" FILE: vendor/gioui.org/shader/piet/binning_abi.c type program_info (line 13) | struct program_info type binning_descriptor_set_layout (line 16) | struct binning_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/binning_abi.go constant BinningHash (line 27) | BinningHash = "84177b6dfb90309a6c054ab9fea42293bd49033c221651c756eb40188... method Binding0 (line 29) | func (l *BinningDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *BinningDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { FILE: vendor/gioui.org/shader/piet/binning_abi.h type binning_descriptor_set_layout (line 3) | struct binning_descriptor_set_layout { type program_data (line 8) | struct program_data type program_info (line 17) | struct program_info FILE: vendor/gioui.org/shader/piet/binning_abi_nosupport.go type BinningDescriptorSetLayout (line 12) | type BinningDescriptorSetLayout struct method Binding0 (line 16) | func (l *BinningDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 20) | func (l *BinningDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { constant BinningHash (line 14) | BinningHash = "" FILE: vendor/gioui.org/shader/piet/bins.h type BinInstanceRef (line 5) | struct BinInstanceRef { type BinInstance (line 9) | struct BinInstance { function BinInstanceRef (line 15) | BinInstanceRef BinInstance_index(BinInstanceRef ref, uint index) { function BinInstance (line 19) | BinInstance BinInstance_read(Alloc a, BinInstanceRef ref) { function BinInstance_write (line 27) | void BinInstance_write(Alloc a, BinInstanceRef ref, BinInstance s) { FILE: vendor/gioui.org/shader/piet/coarse_abi.c type program_info (line 13) | struct program_info type coarse_descriptor_set_layout (line 16) | struct coarse_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/coarse_abi.go constant CoarseHash (line 27) | CoarseHash = "e7ef250c08701490aed979a889cca73943b988bdb5e4ca4b02735aebcf... method Binding0 (line 29) | func (l *CoarseDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *CoarseDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { FILE: vendor/gioui.org/shader/piet/coarse_abi.h type coarse_descriptor_set_layout (line 3) | struct coarse_descriptor_set_layout { type program_data (line 8) | struct program_data type program_info (line 17) | struct program_info FILE: vendor/gioui.org/shader/piet/coarse_abi_nosupport.go type CoarseDescriptorSetLayout (line 12) | type CoarseDescriptorSetLayout struct method Binding0 (line 16) | func (l *CoarseDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 20) | func (l *CoarseDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { constant CoarseHash (line 14) | CoarseHash = "" FILE: vendor/gioui.org/shader/piet/elements_abi.c type program_info (line 13) | struct program_info type elements_descriptor_set_layout (line 16) | struct elements_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/elements_abi.go constant ElementsHash (line 27) | ElementsHash = "0f18de15866045b36217068789c9c8715a63e0f9f120c53ea2d4d76f... method Binding0 (line 29) | func (l *ElementsDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *ElementsDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { method Binding2 (line 37) | func (l *ElementsDescriptorSetLayout) Binding2() *cpu.BufferDescriptor { method Binding3 (line 41) | func (l *ElementsDescriptorSetLayout) Binding3() *cpu.BufferDescriptor { FILE: vendor/gioui.org/shader/piet/elements_abi.h type elements_descriptor_set_layout (line 3) | struct elements_descriptor_set_layout { type program_data (line 10) | struct program_data type program_info (line 19) | struct program_info FILE: vendor/gioui.org/shader/piet/elements_abi_nosupport.go type ElementsDescriptorSetLayout (line 12) | type ElementsDescriptorSetLayout struct method Binding0 (line 16) | func (l *ElementsDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 20) | func (l *ElementsDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { method Binding2 (line 24) | func (l *ElementsDescriptorSetLayout) Binding2() *cpu.BufferDescriptor { method Binding3 (line 28) | func (l *ElementsDescriptorSetLayout) Binding3() *cpu.BufferDescriptor { constant ElementsHash (line 14) | ElementsHash = "" FILE: vendor/gioui.org/shader/piet/kernel4_abi.c type program_info (line 13) | struct program_info type kernel4_descriptor_set_layout (line 16) | struct kernel4_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/kernel4_abi.go constant Kernel4Hash (line 27) | Kernel4Hash = "88ae29cf53c1819fad9680e85faaee30fcc934d1a978a717695c966ef... method Binding0 (line 29) | func (l *Kernel4DescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *Kernel4DescriptorSetLayout) Binding1() *cpu.BufferDescriptor { method Binding2 (line 37) | func (l *Kernel4DescriptorSetLayout) Binding2() *cpu.ImageDescriptor { method Binding3 (line 41) | func (l *Kernel4DescriptorSetLayout) Binding3() *cpu.ImageDescriptor { FILE: vendor/gioui.org/shader/piet/kernel4_abi.h type kernel4_descriptor_set_layout (line 3) | struct kernel4_descriptor_set_layout { type program_data (line 10) | struct program_data type program_info (line 19) | struct program_info FILE: vendor/gioui.org/shader/piet/kernel4_abi_nosupport.go type Kernel4DescriptorSetLayout (line 12) | type Kernel4DescriptorSetLayout struct method Binding0 (line 16) | func (l *Kernel4DescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 20) | func (l *Kernel4DescriptorSetLayout) Binding1() *cpu.BufferDescriptor { method Binding2 (line 24) | func (l *Kernel4DescriptorSetLayout) Binding2() *cpu.ImageDescriptor { method Binding3 (line 28) | func (l *Kernel4DescriptorSetLayout) Binding3() *cpu.ImageDescriptor { constant Kernel4Hash (line 14) | Kernel4Hash = "" FILE: vendor/gioui.org/shader/piet/mem.h function buffer (line 3) | buffer Memory { type Alloc (line 31) | struct Alloc { type MallocResult (line 40) | struct MallocResult { function Alloc (line 47) | Alloc new_alloc(uint offset, uint size, bool mem_ok) { function MallocResult (line 61) | MallocResult malloc(uint size) { function touch_mem (line 83) | bool touch_mem(Alloc alloc, uint offset) { function write_mem (line 95) | void write_mem(Alloc alloc, uint offset, uint val) { function uint (line 104) | uint read_mem(Alloc alloc, uint offset) { function Alloc (line 114) | Alloc slice_mem(Alloc a, uint offset, uint size) { function alloc_write (line 132) | void alloc_write(Alloc a, uint offset, Alloc alloc) { function Alloc (line 140) | Alloc alloc_read(Alloc a, uint offset) { FILE: vendor/gioui.org/shader/piet/path_coarse_abi.c type program_info (line 13) | struct program_info type path_coarse_descriptor_set_layout (line 16) | struct path_coarse_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/path_coarse_abi.go constant Path_coarseHash (line 27) | Path_coarseHash = "ed67e14c880cf92bdd7a9d520610e8c8b139907ff8b55df20464d... method Binding0 (line 29) | func (l *Path_coarseDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *Path_coarseDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { FILE: vendor/gioui.org/shader/piet/path_coarse_abi.h type path_coarse_descriptor_set_layout (line 3) | struct path_coarse_descriptor_set_layout { type program_data (line 8) | struct program_data type program_info (line 17) | struct program_info FILE: vendor/gioui.org/shader/piet/path_coarse_abi_nosupport.go type Path_coarseDescriptorSetLayout (line 12) | type Path_coarseDescriptorSetLayout struct method Binding0 (line 16) | func (l *Path_coarseDescriptorSetLayout) Binding0() *cpu.BufferDescrip... method Binding1 (line 20) | func (l *Path_coarseDescriptorSetLayout) Binding1() *cpu.BufferDescrip... constant Path_coarseHash (line 14) | Path_coarseHash = "" FILE: vendor/gioui.org/shader/piet/pathseg.h type PathCubicRef (line 5) | struct PathCubicRef { type PathSegRef (line 9) | struct PathSegRef { type PathCubic (line 13) | struct PathCubic { function PathCubicRef (line 25) | PathCubicRef PathCubic_index(PathCubicRef ref, uint index) { function PathSegRef (line 33) | PathSegRef PathSeg_index(PathSegRef ref, uint index) { type PathSegTag (line 37) | struct PathSegTag { function PathCubic (line 42) | PathCubic PathCubic_read(Alloc a, PathCubicRef ref) { function PathCubic_write (line 67) | void PathCubic_write(Alloc a, PathCubicRef ref, PathCubic s) { function PathSegTag (line 83) | PathSegTag PathSeg_tag(Alloc a, PathSegRef ref) { function PathCubic (line 88) | PathCubic PathSeg_Cubic_read(Alloc a, PathSegRef ref) { function PathSeg_Nop_write (line 92) | void PathSeg_Nop_write(Alloc a, PathSegRef ref) { function PathSeg_Cubic_write (line 96) | void PathSeg_Cubic_write(Alloc a, PathSegRef ref, uint flags, PathCubic ... FILE: vendor/gioui.org/shader/piet/ptcl.h type CmdStrokeRef (line 5) | struct CmdStrokeRef { type CmdFillRef (line 9) | struct CmdFillRef { type CmdColorRef (line 13) | struct CmdColorRef { type CmdImageRef (line 17) | struct CmdImageRef { type CmdAlphaRef (line 21) | struct CmdAlphaRef { type CmdJumpRef (line 25) | struct CmdJumpRef { type CmdRef (line 29) | struct CmdRef { type CmdStroke (line 33) | struct CmdStroke { function CmdStrokeRef (line 40) | CmdStrokeRef CmdStroke_index(CmdStrokeRef ref, uint index) { type CmdFill (line 44) | struct CmdFill { function CmdFillRef (line 51) | CmdFillRef CmdFill_index(CmdFillRef ref, uint index) { type CmdColor (line 55) | struct CmdColor { function CmdColorRef (line 61) | CmdColorRef CmdColor_index(CmdColorRef ref, uint index) { type CmdImage (line 65) | struct CmdImage { function CmdImageRef (line 72) | CmdImageRef CmdImage_index(CmdImageRef ref, uint index) { type CmdAlpha (line 76) | struct CmdAlpha { function CmdAlphaRef (line 82) | CmdAlphaRef CmdAlpha_index(CmdAlphaRef ref, uint index) { type CmdJump (line 86) | struct CmdJump { function CmdJumpRef (line 92) | CmdJumpRef CmdJump_index(CmdJumpRef ref, uint index) { function CmdRef (line 108) | CmdRef Cmd_index(CmdRef ref, uint index) { type CmdTag (line 112) | struct CmdTag { function CmdStroke (line 117) | CmdStroke CmdStroke_read(Alloc a, CmdStrokeRef ref) { function CmdStroke_write (line 127) | void CmdStroke_write(Alloc a, CmdStrokeRef ref, CmdStroke s) { function CmdFill (line 133) | CmdFill CmdFill_read(Alloc a, CmdFillRef ref) { function CmdFill_write (line 143) | void CmdFill_write(Alloc a, CmdFillRef ref, CmdFill s) { function CmdColor (line 149) | CmdColor CmdColor_read(Alloc a, CmdColorRef ref) { function CmdColor_write (line 157) | void CmdColor_write(Alloc a, CmdColorRef ref, CmdColor s) { function CmdImage (line 162) | CmdImage CmdImage_read(Alloc a, CmdImageRef ref) { function CmdImage_write (line 172) | void CmdImage_write(Alloc a, CmdImageRef ref, CmdImage s) { function CmdAlpha (line 178) | CmdAlpha CmdAlpha_read(Alloc a, CmdAlphaRef ref) { function CmdAlpha_write (line 186) | void CmdAlpha_write(Alloc a, CmdAlphaRef ref, CmdAlpha s) { function CmdJump (line 191) | CmdJump CmdJump_read(Alloc a, CmdJumpRef ref) { function CmdJump_write (line 199) | void CmdJump_write(Alloc a, CmdJumpRef ref, CmdJump s) { function CmdTag (line 204) | CmdTag Cmd_tag(Alloc a, CmdRef ref) { function CmdFill (line 209) | CmdFill Cmd_Fill_read(Alloc a, CmdRef ref) { function CmdStroke (line 213) | CmdStroke Cmd_Stroke_read(Alloc a, CmdRef ref) { function CmdAlpha (line 217) | CmdAlpha Cmd_Alpha_read(Alloc a, CmdRef ref) { function CmdColor (line 221) | CmdColor Cmd_Color_read(Alloc a, CmdRef ref) { function CmdImage (line 225) | CmdImage Cmd_Image_read(Alloc a, CmdRef ref) { function CmdJump (line 229) | CmdJump Cmd_Jump_read(Alloc a, CmdRef ref) { function Cmd_End_write (line 233) | void Cmd_End_write(Alloc a, CmdRef ref) { function Cmd_Fill_write (line 237) | void Cmd_Fill_write(Alloc a, CmdRef ref, CmdFill s) { function Cmd_Stroke_write (line 242) | void Cmd_Stroke_write(Alloc a, CmdRef ref, CmdStroke s) { function Cmd_Solid_write (line 247) | void Cmd_Solid_write(Alloc a, CmdRef ref) { function Cmd_Alpha_write (line 251) | void Cmd_Alpha_write(Alloc a, CmdRef ref, CmdAlpha s) { function Cmd_Color_write (line 256) | void Cmd_Color_write(Alloc a, CmdRef ref, CmdColor s) { function Cmd_Image_write (line 261) | void Cmd_Image_write(Alloc a, CmdRef ref, CmdImage s) { function Cmd_BeginClip_write (line 266) | void Cmd_BeginClip_write(Alloc a, CmdRef ref) { function Cmd_EndClip_write (line 270) | void Cmd_EndClip_write(Alloc a, CmdRef ref) { function Cmd_Jump_write (line 274) | void Cmd_Jump_write(Alloc a, CmdRef ref, CmdJump s) { FILE: vendor/gioui.org/shader/piet/runtime.h type program_info (line 6) | struct program_info { type dispatch_context (line 23) | struct dispatch_context type thread_context (line 27) | struct thread_context type buffer_descriptor (line 29) | struct buffer_descriptor type image_descriptor (line 30) | struct image_descriptor type dispatch_context (line 32) | struct dispatch_context type dispatch_context (line 34) | struct dispatch_context type thread_context (line 36) | struct thread_context type thread_context (line 38) | struct thread_context type dispatch_context (line 42) | struct dispatch_context type program_info (line 42) | struct program_info type dispatch_context (line 45) | struct dispatch_context type thread_context (line 45) | struct thread_context FILE: vendor/gioui.org/shader/piet/scene.h type LineSegRef (line 5) | struct LineSegRef { type QuadSegRef (line 9) | struct QuadSegRef { type CubicSegRef (line 13) | struct CubicSegRef { type FillColorRef (line 17) | struct FillColorRef { type FillImageRef (line 21) | struct FillImageRef { type SetLineWidthRef (line 25) | struct SetLineWidthRef { type TransformRef (line 29) | struct TransformRef { type ClipRef (line 33) | struct ClipRef { type SetFillModeRef (line 37) | struct SetFillModeRef { type ElementRef (line 41) | struct ElementRef { type LineSeg (line 45) | struct LineSeg { function LineSegRef (line 52) | LineSegRef LineSeg_index(LineSegRef ref, uint index) { type QuadSeg (line 56) | struct QuadSeg { function QuadSegRef (line 64) | QuadSegRef QuadSeg_index(QuadSegRef ref, uint index) { type CubicSeg (line 68) | struct CubicSeg { function CubicSegRef (line 77) | CubicSegRef CubicSeg_index(CubicSegRef ref, uint index) { type FillColor (line 81) | struct FillColor { function FillColorRef (line 87) | FillColorRef FillColor_index(FillColorRef ref, uint index) { type FillImage (line 91) | struct FillImage { function FillImageRef (line 98) | FillImageRef FillImage_index(FillImageRef ref, uint index) { type SetLineWidth (line 102) | struct SetLineWidth { function SetLineWidthRef (line 108) | SetLineWidthRef SetLineWidth_index(SetLineWidthRef ref, uint index) { type Transform (line 112) | struct Transform { function TransformRef (line 119) | TransformRef Transform_index(TransformRef ref, uint index) { type Clip (line 123) | struct Clip { function ClipRef (line 129) | ClipRef Clip_index(ClipRef ref, uint index) { type SetFillMode (line 133) | struct SetFillMode { function SetFillModeRef (line 139) | SetFillModeRef SetFillMode_index(SetFillModeRef ref, uint index) { function ElementRef (line 156) | ElementRef Element_index(ElementRef ref, uint index) { type ElementTag (line 160) | struct ElementTag { function LineSeg (line 165) | LineSeg LineSeg_read(LineSegRef ref) { function QuadSeg (line 177) | QuadSeg QuadSeg_read(QuadSegRef ref) { function CubicSeg (line 192) | CubicSeg CubicSeg_read(CubicSegRef ref) { function FillColor (line 210) | FillColor FillColor_read(FillColorRef ref) { function FillImage (line 218) | FillImage FillImage_read(FillImageRef ref) { function SetLineWidth (line 228) | SetLineWidth SetLineWidth_read(SetLineWidthRef ref) { function Transform (line 236) | Transform Transform_read(TransformRef ref) { function Clip (line 250) | Clip Clip_read(ClipRef ref) { function SetFillMode (line 261) | SetFillMode SetFillMode_read(SetFillModeRef ref) { function ElementTag (line 269) | ElementTag Element_tag(ElementRef ref) { function LineSeg (line 274) | LineSeg Element_Line_read(ElementRef ref) { function QuadSeg (line 278) | QuadSeg Element_Quad_read(ElementRef ref) { function CubicSeg (line 282) | CubicSeg Element_Cubic_read(ElementRef ref) { function FillColor (line 286) | FillColor Element_FillColor_read(ElementRef ref) { function SetLineWidth (line 290) | SetLineWidth Element_SetLineWidth_read(ElementRef ref) { function Transform (line 294) | Transform Element_Transform_read(ElementRef ref) { function Clip (line 298) | Clip Element_BeginClip_read(ElementRef ref) { function Clip (line 302) | Clip Element_EndClip_read(ElementRef ref) { function FillImage (line 306) | FillImage Element_FillImage_read(ElementRef ref) { function SetFillMode (line 310) | SetFillMode Element_SetFillMode_read(ElementRef ref) { FILE: vendor/gioui.org/shader/piet/setup.h type Config (line 28) | struct Config { function uint (line 49) | uint fill_mode_from_flags(uint flags) { FILE: vendor/gioui.org/shader/piet/shaders.go function init (line 121) | func init() { FILE: vendor/gioui.org/shader/piet/state.h type StateRef (line 5) | struct StateRef { type State (line 9) | struct State { function StateRef (line 22) | StateRef State_index(StateRef ref, uint index) { function State (line 26) | State State_read(StateRef ref) { function State_write (line 55) | void State_write(StateRef ref, State s) { FILE: vendor/gioui.org/shader/piet/support.c function ATTR_HIDDEN (line 20) | ATTR_HIDDEN void *coroutine_alloc_frame(size_t size) { function ATTR_HIDDEN (line 25) | ATTR_HIDDEN void coroutine_free_frame(void *ptr) { FILE: vendor/gioui.org/shader/piet/tile.h type PathRef (line 5) | struct PathRef { type TileRef (line 9) | struct TileRef { type TileSegRef (line 13) | struct TileSegRef { type TransformSegRef (line 17) | struct TransformSegRef { type Path (line 21) | struct Path { function PathRef (line 28) | PathRef Path_index(PathRef ref, uint index) { type Tile (line 32) | struct Tile { function TileRef (line 39) | TileRef Tile_index(TileRef ref, uint index) { type TileSeg (line 43) | struct TileSeg { function TileSegRef (line 52) | TileSegRef TileSeg_index(TileSegRef ref, uint index) { type TransformSeg (line 56) | struct TransformSeg { function TransformSegRef (line 63) | TransformSegRef TransformSeg_index(TransformSegRef ref, uint index) { function Path (line 67) | Path Path_read(Alloc a, PathRef ref) { function Path_write (line 78) | void Path_write(Alloc a, PathRef ref, Path s) { function Tile (line 85) | Tile Tile_read(Alloc a, TileRef ref) { function Tile_write (line 95) | void Tile_write(Alloc a, TileRef ref, Tile s) { function TileSeg (line 101) | TileSeg TileSeg_read(Alloc a, TileSegRef ref) { function TileSeg_write (line 117) | void TileSeg_write(Alloc a, TileSegRef ref, TileSeg s) { function TransformSeg (line 127) | TransformSeg TransformSeg_read(Alloc a, TransformSegRef ref) { function TransformSeg_write (line 141) | void TransformSeg_write(Alloc a, TransformSegRef ref, TransformSeg s) { FILE: vendor/gioui.org/shader/piet/tile_alloc_abi.c type program_info (line 13) | struct program_info type tile_alloc_descriptor_set_layout (line 16) | struct tile_alloc_descriptor_set_layout FILE: vendor/gioui.org/shader/piet/tile_alloc_abi.go constant Tile_allocHash (line 27) | Tile_allocHash = "364b3cf559d02a86c751292bedc571d5ceef2df899de39ad483b41... method Binding0 (line 29) | func (l *Tile_allocDescriptorSetLayout) Binding0() *cpu.BufferDescriptor { method Binding1 (line 33) | func (l *Tile_allocDescriptorSetLayout) Binding1() *cpu.BufferDescriptor { FILE: vendor/gioui.org/shader/piet/tile_alloc_abi.h type tile_alloc_descriptor_set_layout (line 3) | struct tile_alloc_descriptor_set_layout { type program_data (line 8) | struct program_data type program_info (line 17) | struct program_info FILE: vendor/gioui.org/shader/piet/tile_alloc_abi_nosupport.go type Tile_allocDescriptorSetLayout (line 12) | type Tile_allocDescriptorSetLayout struct method Binding0 (line 16) | func (l *Tile_allocDescriptorSetLayout) Binding0() *cpu.BufferDescript... method Binding1 (line 20) | func (l *Tile_allocDescriptorSetLayout) Binding1() *cpu.BufferDescript... constant Tile_allocHash (line 14) | Tile_allocHash = "" FILE: vendor/gioui.org/shader/shader.go type Sources (line 5) | type Sources struct type UniformsReflection (line 20) | type UniformsReflection struct type ImageBinding (line 25) | type ImageBinding struct type BufferBinding (line 30) | type BufferBinding struct type TextureBinding (line 35) | type TextureBinding struct type UniformLocation (line 40) | type UniformLocation struct type InputLocation (line 47) | type InputLocation struct type DataType (line 59) | type DataType constant DataTypeFloat (line 62) | DataTypeFloat DataType = iota constant DataTypeInt (line 63) | DataTypeInt constant DataTypeShort (line 64) | DataTypeShort FILE: vendor/gioui.org/text/lru.go type layoutCache (line 10) | type layoutCache struct method Get (line 45) | func (l *layoutCache) Get(k layoutKey) ([]Line, bool) { method Put (line 54) | func (l *layoutCache) Put(k layoutKey, lt []Line) { method remove (line 72) | func (l *layoutCache) remove(lt *layoutElem) { method insert (line 77) | func (l *layoutCache) insert(lt *layoutElem) { type pathCache (line 15) | type pathCache struct method Get (line 84) | func (c *pathCache) Get(k pathKey) (clip.PathSpec, bool) { method Put (line 93) | func (c *pathCache) Put(k pathKey, v clip.PathSpec) { method remove (line 111) | func (c *pathCache) remove(v *path) { method insert (line 116) | func (c *pathCache) insert(v *path) { type layoutElem (line 20) | type layoutElem struct type path (line 26) | type path struct type layoutKey (line 32) | type layoutKey struct type pathKey (line 38) | type pathKey struct constant maxSize (line 43) | maxSize = 1000 FILE: vendor/gioui.org/text/shaper.go type Shaper (line 15) | type Shaper interface type FontFace (line 25) | type FontFace struct type Cache (line 38) | type Cache struct method lookup (line 49) | func (c *Cache) lookup(font Font) *faceCache { method faceForStyle (line 58) | func (c *Cache) faceForStyle(font Font) *faceCache { method closestFont (line 71) | func (c *Cache) closestFont(lookup Font) (Font, bool) { method Layout (line 111) | func (c *Cache) Layout(font Font, size fixed.Int26_6, maxWidth int, tx... method LayoutString (line 117) | func (c *Cache) LayoutString(font Font, size fixed.Int26_6, maxWidth i... method Shape (line 124) | func (c *Cache) Shape(font Font, size fixed.Int26_6, layout Layout) cl... type faceCache (line 43) | type faceCache struct method layout (line 129) | func (f *faceCache) layout(ppem fixed.Int26_6, maxWidth int, str strin... method shape (line 146) | func (f *faceCache) shape(ppem fixed.Int26_6, layout Layout) clip.Path... function NewCache (line 97) | func NewCache(collection []FontFace) *Cache { FILE: vendor/gioui.org/text/text.go type Line (line 13) | type Line struct type Layout (line 26) | type Layout struct type Style (line 32) | type Style method String (line 106) | func (s Style) String() string { type Weight (line 36) | type Weight method String (line 117) | func (w Weight) String() string { type Font (line 39) | type Font struct type Face (line 49) | type Face interface type Typeface (line 56) | type Typeface type Variant (line 59) | type Variant type Alignment (line 61) | type Alignment method String (line 93) | func (a Alignment) String() string { constant Start (line 64) | Start Alignment = iota constant End (line 65) | End constant Middle (line 66) | Middle constant Regular (line 70) | Regular Style = iota constant Italic (line 71) | Italic constant Thin (line 75) | Thin Weight = 100 - 400 constant Hairline (line 76) | Hairline Weight = Thin constant ExtraLight (line 77) | ExtraLight Weight = 200 - 400 constant UltraLight (line 78) | UltraLight Weight = ExtraLight constant Light (line 79) | Light Weight = 300 - 400 constant Normal (line 80) | Normal Weight = 400 - 400 constant Medium (line 81) | Medium Weight = 500 - 400 constant SemiBold (line 82) | SemiBold Weight = 600 - 400 constant DemiBold (line 83) | DemiBold Weight = SemiBold constant Bold (line 84) | Bold Weight = 700 - 400 constant ExtraBold (line 85) | ExtraBold Weight = 800 - 400 constant UltraBold (line 86) | UltraBold Weight = ExtraBold constant Black (line 87) | Black Weight = 900 - 400 constant Heavy (line 88) | Heavy Weight = Black constant ExtraBlack (line 89) | ExtraBlack Weight = 950 - 400 constant UltraBlack (line 90) | UltraBlack Weight = ExtraBlack function weightDistance (line 145) | func weightDistance(wa Weight, wb Weight) int { FILE: vendor/gioui.org/unit/unit.go type Value (line 31) | type Value struct method Scale (line 77) | func (v Value) Scale(s float32) Value { method String (line 82) | func (v Value) String() string { type Unit (line 37) | type Unit method String (line 86) | func (u Unit) String() string { type Metric (line 41) | type Metric struct method Px (line 121) | func (c Metric) Px(v Value) int { constant UnitPx (line 51) | UnitPx Unit = iota constant UnitDp (line 55) | UnitDp constant UnitSp (line 57) | UnitSp function Px (line 61) | func Px(v float32) Value { function Dp (line 67) | func Dp(v float32) Value { function Sp (line 72) | func Sp(v float32) Value { function Add (line 100) | func Add(c Metric, values ...Value) Value { function Max (line 110) | func Max(c Metric, values ...Value) Value { function compatible (line 144) | func compatible(c Metric, v1, v2 Value) (Value, Value) { FILE: vendor/github.com/BurntSushi/toml/decode.go type Unmarshaler (line 20) | type Unmarshaler interface function Unmarshal (line 27) | func Unmarshal(data []byte, v interface{}) error { function Decode (line 35) | func Decode(data string, v interface{}) (MetaData, error) { function DecodeFile (line 40) | func DecodeFile(path string, v interface{}) (MetaData, error) { type Primitive (line 60) | type Primitive struct constant maxSafeFloat32Int (line 68) | maxSafeFloat32Int = 16777215 constant maxSafeFloat64Int (line 69) | maxSafeFloat64Int = int64(9007199254740991) type Decoder (line 109) | type Decoder struct method Decode (line 125) | func (dec *Decoder) Decode(v interface{}) (MetaData, error) { function NewDecoder (line 114) | func NewDecoder(r io.Reader) *Decoder { method PrimitiveDecode (line 182) | func (md *MetaData) PrimitiveDecode(primValue Primitive, v interface{}) ... method unify (line 193) | func (md *MetaData) unify(data interface{}, rv reflect.Value) error { method unifyStruct (line 261) | func (md *MetaData) unifyStruct(mapping interface{}, rv reflect.Value) e... method unifyMap (line 307) | func (md *MetaData) unifyMap(mapping interface{}, rv reflect.Value) error { method unifyArray (line 350) | func (md *MetaData) unifyArray(data interface{}, rv reflect.Value) error { method unifySlice (line 364) | func (md *MetaData) unifySlice(data interface{}, rv reflect.Value) error { method unifySliceArray (line 380) | func (md *MetaData) unifySliceArray(data, rv reflect.Value) error { method unifyString (line 391) | func (md *MetaData) unifyString(data interface{}, rv reflect.Value) error { method unifyFloat64 (line 411) | func (md *MetaData) unifyFloat64(data interface{}, rv reflect.Value) err... method unifyInt (line 441) | func (md *MetaData) unifyInt(data interface{}, rv reflect.Value) error { method unifyBool (line 484) | func (md *MetaData) unifyBool(data interface{}, rv reflect.Value) error { method unifyAnything (line 492) | func (md *MetaData) unifyAnything(data interface{}, rv reflect.Value) er... method unifyText (line 497) | func (md *MetaData) unifyText(data interface{}, v encoding.TextUnmarshal... method badtype (line 531) | func (md *MetaData) badtype(dst string, data interface{}) error { method parseErr (line 535) | func (md *MetaData) parseErr(err error) error { method e (line 546) | func (md *MetaData) e(format string, args ...interface{}) error { function rvalue (line 559) | func rvalue(v interface{}) reflect.Value { function indirect (line 570) | func indirect(v reflect.Value) reflect.Value { function isUnifiable (line 590) | func isUnifiable(rv reflect.Value) bool { FILE: vendor/github.com/BurntSushi/toml/decode_go116.go function DecodeFS (line 12) | func DecodeFS(fsys fs.FS, path string, v interface{}) (MetaData, error) { FILE: vendor/github.com/BurntSushi/toml/deprecated.go type TextMarshaler (line 11) | type TextMarshaler type TextUnmarshaler (line 16) | type TextUnmarshaler function PrimitiveDecode (line 21) | func PrimitiveDecode(primValue Primitive, v interface{}) error { function DecodeReader (line 29) | func DecodeReader(r io.Reader, v interface{}) (MetaData, error) { return... FILE: vendor/github.com/BurntSushi/toml/encode.go type tomlEncodeError (line 20) | type tomlEncodeError struct type Marshaler (line 75) | type Marshaler interface type Encoder (line 117) | type Encoder struct method Encode (line 137) | func (enc *Encoder) Encode(v interface{}) error { method safeEncode (line 146) | func (enc *Encoder) safeEncode(key Key, rv reflect.Value) (err error) { method encode (line 160) | func (enc *Encoder) encode(key Key, rv reflect.Value) { method eElement (line 210) | func (enc *Encoder) eElement(rv reflect.Value) { method writeQuoted (line 320) | func (enc *Encoder) writeQuoted(s string) { method eArrayOrSliceElement (line 324) | func (enc *Encoder) eArrayOrSliceElement(rv reflect.Value) { method eArrayOfTables (line 337) | func (enc *Encoder) eArrayOfTables(key Key, rv reflect.Value) { method eTable (line 353) | func (enc *Encoder) eTable(key Key, rv reflect.Value) { method eMapOrStruct (line 366) | func (enc *Encoder) eMapOrStruct(key Key, rv reflect.Value, inline boo... method eMap (line 378) | func (enc *Encoder) eMap(key Key, rv reflect.Value, inline bool) { method eStruct (line 434) | func (enc *Encoder) eStruct(key Key, rv reflect.Value, inline bool) { method newline (line 684) | func (enc *Encoder) newline() { method writeKeyValue (line 701) | func (enc *Encoder) writeKeyValue(key Key, val reflect.Value, inline b... method wf (line 715) | func (enc *Encoder) wf(format string, v ...interface{}) { method indentStr (line 723) | func (enc *Encoder) indentStr(key Key) string { function NewEncoder (line 126) | func NewEncoder(w io.Writer) *Encoder { function floatAddDecimal (line 313) | func floatAddDecimal(fstr string) string { constant is32Bit (line 425) | is32Bit = (32 << (^uint(0) >> 63)) == 32 function pointerTo (line 427) | func pointerTo(t reflect.Type) reflect.Type { function tomlTypeOfGo (line 547) | func tomlTypeOfGo(rv reflect.Value) tomlType { function isMarshaler (line 593) | func isMarshaler(rv reflect.Value) bool { function isTableArray (line 598) | func isTableArray(arr reflect.Value) bool { type tagOptions (line 618) | type tagOptions struct function getOptions (line 625) | func getOptions(tag reflect.StructTag) tagOptions { function isZero (line 644) | func isZero(rv reflect.Value) bool { function isEmpty (line 656) | func isEmpty(rv reflect.Value) bool { function encPanic (line 727) | func encPanic(err error) { function eindirect (line 732) | func eindirect(v reflect.Value) reflect.Value { function isNil (line 752) | func isNil(rv reflect.Value) bool { FILE: vendor/github.com/BurntSushi/toml/error.go type ParseError (line 52) | type ParseError struct method Error (line 74) | func (pe ParseError) Error() string { method ErrorWithPosition (line 90) | func (pe ParseError) ErrorWithPosition() string { method ErrorWithUsage (line 131) | func (pe ParseError) ErrorWithUsage() string { method column (line 145) | func (pe ParseError) column(lines []string) int { type Position (line 68) | type Position struct type errLexControl (line 163) | type errLexControl struct method Error (line 177) | func (e errLexControl) Error() string { method Usage (line 180) | func (e errLexControl) Usage() string { return "" } type errLexEscape (line 164) | type errLexEscape struct method Error (line 182) | func (e errLexEscape) Error() string { return fmt.Sprintf(`inva... method Usage (line 183) | func (e errLexEscape) Usage() string { return usageEscape } type errLexUTF8 (line 165) | type errLexUTF8 struct method Error (line 184) | func (e errLexUTF8) Error() string { return fmt.Sprintf("inva... method Usage (line 185) | func (e errLexUTF8) Usage() string { return "" } type errLexInvalidNum (line 166) | type errLexInvalidNum struct method Error (line 186) | func (e errLexInvalidNum) Error() string { return fmt.Sprintf("inva... method Usage (line 187) | func (e errLexInvalidNum) Usage() string { return "" } type errLexInvalidDate (line 167) | type errLexInvalidDate struct method Error (line 188) | func (e errLexInvalidDate) Error() string { return fmt.Sprintf("inva... method Usage (line 189) | func (e errLexInvalidDate) Usage() string { return "" } type errLexInlineTableNL (line 168) | type errLexInlineTableNL struct method Error (line 190) | func (e errLexInlineTableNL) Error() string { return "newlines not all... method Usage (line 191) | func (e errLexInlineTableNL) Usage() string { return usageInlineNewline } type errLexStringNL (line 169) | type errLexStringNL struct method Error (line 192) | func (e errLexStringNL) Error() string { return "strings cannot c... method Usage (line 193) | func (e errLexStringNL) Usage() string { return usageStringNewline } type errParseRange (line 170) | type errParseRange struct method Error (line 194) | func (e errParseRange) Error() string { return fmt.Sprintf("%v i... method Usage (line 195) | func (e errParseRange) Usage() string { return usageIntOverflow } type errParseDuration (line 174) | type errParseDuration struct method Error (line 196) | func (e errParseDuration) Error() string { return fmt.Sprintf("inva... method Usage (line 197) | func (e errParseDuration) Usage() string { return usageDuration } constant usageEscape (line 199) | usageEscape = ` constant usageInlineNewline (line 214) | usageInlineNewline = ` constant usageStringNewline (line 234) | usageStringNewline = ` constant usageIntOverflow (line 247) | usageIntOverflow = ` constant usageDuration (line 267) | usageDuration = ` FILE: vendor/github.com/BurntSushi/toml/lex.go type itemType (line 12) | type itemType method String (line 1200) | func (itype itemType) String() string { constant itemError (line 15) | itemError itemType = iota constant itemNIL (line 16) | itemNIL constant itemEOF (line 17) | itemEOF constant itemText (line 18) | itemText constant itemString (line 19) | itemString constant itemRawString (line 20) | itemRawString constant itemMultilineString (line 21) | itemMultilineString constant itemRawMultilineString (line 22) | itemRawMultilineString constant itemBool (line 23) | itemBool constant itemInteger (line 24) | itemInteger constant itemFloat (line 25) | itemFloat constant itemDatetime (line 26) | itemDatetime constant itemArray (line 27) | itemArray constant itemArrayEnd (line 28) | itemArrayEnd constant itemTableStart (line 29) | itemTableStart constant itemTableEnd (line 30) | itemTableEnd constant itemArrayTableStart (line 31) | itemArrayTableStart constant itemArrayTableEnd (line 32) | itemArrayTableEnd constant itemKeyStart (line 33) | itemKeyStart constant itemKeyEnd (line 34) | itemKeyEnd constant itemCommentStart (line 35) | itemCommentStart constant itemInlineTableStart (line 36) | itemInlineTableStart constant itemInlineTableEnd (line 37) | itemInlineTableEnd constant eof (line 40) | eof = 0 type stateFn (line 42) | type stateFn method String (line 1189) | func (s stateFn) String() string { method String (line 44) | func (p Position) String() string { type lexer (line 48) | type lexer struct method nextItem (line 79) | func (lx *lexer) nextItem() item { method push (line 103) | func (lx *lexer) push(state stateFn) { method pop (line 107) | func (lx *lexer) pop() stateFn { method current (line 116) | func (lx *lexer) current() string { method getPos (line 120) | func (lx lexer) getPos() Position { method emit (line 132) | func (lx *lexer) emit(typ itemType) { method emitTrim (line 142) | func (lx *lexer) emitTrim(typ itemType) { method next (line 147) | func (lx *lexer) next() (r rune) { method ignore (line 184) | func (lx *lexer) ignore() { method backup (line 189) | func (lx *lexer) backup() { method accept (line 210) | func (lx *lexer) accept(valid rune) bool { method peek (line 219) | func (lx *lexer) peek() rune { method skip (line 226) | func (lx *lexer) skip(pred func(rune) bool) { method error (line 242) | func (lx *lexer) error(err error) stateFn { method errorPrevLine (line 254) | func (lx *lexer) errorPrevLine(err error) stateFn { method errorPos (line 264) | func (lx *lexer) errorPos(start, length int, err error) stateFn { method errorf (line 273) | func (lx *lexer) errorf(format string, values ...interface{}) stateFn { method errorControlChar (line 286) | func (lx *lexer) errorControlChar(cc rune) stateFn { type item (line 72) | type item struct method String (line 1242) | func (item item) String() string { function lex (line 91) | func lex(input string, tomlNext bool) *lexer { function lexTop (line 291) | func lexTop(lx *lexer) stateFn { function lexTopEnd (line 320) | func lexTopEnd(lx *lexer) stateFn { function lexTableStart (line 346) | func lexTableStart(lx *lexer) stateFn { function lexTableEnd (line 358) | func lexTableEnd(lx *lexer) stateFn { function lexArrayTableEnd (line 363) | func lexArrayTableEnd(lx *lexer) stateFn { function lexTableNameStart (line 371) | func lexTableNameStart(lx *lexer) stateFn { function lexTableNameEnd (line 390) | func lexTableNameEnd(lx *lexer) stateFn { function lexBareName (line 411) | func lexBareName(lx *lexer) stateFn { function lexQuotedName (line 427) | func lexQuotedName(lx *lexer) stateFn { function lexKeyStart (line 446) | func lexKeyStart(lx *lexer) stateFn { function lexKeyNameStart (line 462) | func lexKeyNameStart(lx *lexer) stateFn { function lexKeyEnd (line 481) | func lexKeyEnd(lx *lexer) stateFn { function lexValue (line 502) | func lexValue(lx *lexer) stateFn { function lexArrayValue (line 568) | func lexArrayValue(lx *lexer) stateFn { function lexArrayValueEnd (line 590) | func lexArrayValueEnd(lx *lexer) stateFn { function lexArrayEnd (line 609) | func lexArrayEnd(lx *lexer) stateFn { function lexInlineTableValue (line 617) | func lexInlineTableValue(lx *lexer) stateFn { function lexInlineTableValueEnd (line 643) | func lexInlineTableValueEnd(lx *lexer) stateFn { function runeOrEOF (line 672) | func runeOrEOF(r rune) string { function lexInlineTableEnd (line 681) | func lexInlineTableEnd(lx *lexer) stateFn { function lexString (line 689) | func lexString(lx *lexer) stateFn { function lexMultilineString (line 711) | func lexMultilineString(lx *lexer) stateFn { function lexRawString (line 766) | func lexRawString(lx *lexer) stateFn { function lexMultilineRawString (line 787) | func lexMultilineRawString(lx *lexer) stateFn { function lexMultilineStringEscape (line 830) | func lexMultilineStringEscape(lx *lexer) stateFn { function lexStringEscape (line 839) | func lexStringEscape(lx *lexer) stateFn { function lexHexEscape (line 878) | func lexHexEscape(lx *lexer) stateFn { function lexShortUnicodeEscape (line 891) | func lexShortUnicodeEscape(lx *lexer) stateFn { function lexLongUnicodeEscape (line 904) | func lexLongUnicodeEscape(lx *lexer) stateFn { function lexNumberOrDateStart (line 921) | func lexNumberOrDateStart(lx *lexer) stateFn { function lexNumberOrDate (line 939) | func lexNumberOrDate(lx *lexer) stateFn { function lexDatetime (line 960) | func lexDatetime(lx *lexer) stateFn { function lexHexInteger (line 976) | func lexHexInteger(lx *lexer) stateFn { function lexOctalInteger (line 992) | func lexOctalInteger(lx *lexer) stateFn { function lexBinaryInteger (line 1008) | func lexBinaryInteger(lx *lexer) stateFn { function lexDecimalNumber (line 1024) | func lexDecimalNumber(lx *lexer) stateFn { function lexDecimalNumberStart (line 1046) | func lexDecimalNumberStart(lx *lexer) stateFn { function lexBaseNumberOrDate (line 1083) | func lexBaseNumberOrDate(lx *lexer) stateFn { function lexFloat (line 1126) | func lexFloat(lx *lexer) stateFn { function lexBool (line 1142) | func lexBool(lx *lexer) stateFn { function lexCommentStart (line 1163) | func lexCommentStart(lx *lexer) stateFn { function lexComment (line 1172) | func lexComment(lx *lexer) stateFn { function lexSkip (line 1184) | func lexSkip(lx *lexer, nextState stateFn) stateFn { function isWhitespace (line 1246) | func isWhitespace(r rune) bool { return r == '\t' || r == ' ' } function isNL (line 1247) | func isNL(r rune) bool { return r == '\n' || r == '\r' } function isControl (line 1248) | func isControl(r rune) bool { // Control characters except \t, \r, \n function isDigit (line 1256) | func isDigit(r rune) bool { return r >= '0' && r <= '9' } function isBinary (line 1257) | func isBinary(r rune) bool { return r == '0' || r == '1' } function isOctal (line 1258) | func isOctal(r rune) bool { return r >= '0' && r <= '7' } function isHexadecimal (line 1259) | func isHexadecimal(r rune) bool { function isBareKeyChar (line 1263) | func isBareKeyChar(r rune, tomlNext bool) bool { FILE: vendor/github.com/BurntSushi/toml/meta.go type MetaData (line 12) | type MetaData struct method IsDefined (line 28) | func (md *MetaData) IsDefined(key ...string) bool { method Type (line 53) | func (md *MetaData) Type(key ...string) string { method Keys (line 67) | func (md *MetaData) Keys() []Key { method Undecoded (line 82) | func (md *MetaData) Undecoded() []Key { type Key (line 94) | type Key method String (line 96) | func (k Key) String() string { method maybeQuoted (line 104) | func (k Key) maybeQuoted(i int) string { method add (line 116) | func (k Key) add(piece string) Key { FILE: vendor/github.com/BurntSushi/toml/parse.go type parser (line 14) | type parser struct method panicErr (line 91) | func (p *parser) panicErr(it item, err error) { method panicItemf (line 100) | func (p *parser) panicItemf(it item, format string, v ...interface{}) { method panicf (line 109) | func (p *parser) panicf(format string, v ...interface{}) { method next (line 118) | func (p *parser) next() item { method nextPos (line 136) | func (p *parser) nextPos() item { method bug (line 142) | func (p *parser) bug(format string, v ...interface{}) { method expect (line 146) | func (p *parser) expect(typ itemType) item { method assertEqual (line 152) | func (p *parser) assertEqual(expected, got itemType) { method topLevel (line 158) | func (p *parser) topLevel(item item) { method keyString (line 221) | func (p *parser) keyString(it item) string { method value (line 242) | func (p *parser) value(it item, parentIsArray bool) (interface{}, toml... method valueInteger (line 277) | func (p *parser) valueInteger(it item) (interface{}, tomlType) { method valueFloat (line 301) | func (p *parser) valueFloat(it item) (interface{}, tomlType) { method valueDatetime (line 355) | func (p *parser) valueDatetime(it item) (interface{}, tomlType) { method valueArray (line 378) | func (p *parser) valueArray(it item) (interface{}, tomlType) { method valueInlineTable (line 409) | func (p *parser) valueInlineTable(it item, parentIsArray bool) (interf... method addContext (line 513) | func (p *parser) addContext(key Key, array bool) { method set (line 569) | func (p *parser) set(key string, val interface{}, typ tomlType, pos Po... method setValue (line 577) | func (p *parser) setValue(key string, value interface{}) { method setType (line 635) | func (p *parser) setType(key string, typ tomlType, pos Position) { method addImplicit (line 652) | func (p *parser) addImplicit(key Key) { p.implicits[key.String(... method removeImplicit (line 653) | func (p *parser) removeImplicit(key Key) { delete(p.implicits, key... method isImplicit (line 654) | func (p *parser) isImplicit(key Key) bool { _, ok := p.implicits[ke... method isArray (line 655) | func (p *parser) isArray(key Key) bool { return p.keyInfo[key.St... method addImplicitContext (line 656) | func (p *parser) addImplicitContext(key Key) { p.addImplicit(key); p.a... method current (line 659) | func (p *parser) current() string { method stripEscapedNewlines (line 685) | func (p *parser) stripEscapedNewlines(s string) string { method replaceEscapes (line 729) | func (p *parser) replaceEscapes(it item, str string) string { method asciiEscapeToUnicode (line 801) | func (p *parser) asciiEscapeToUnicode(it item, bs []byte) rune { type keyInfo (line 28) | type keyInfo struct function parse (line 33) | func parse(data string) (p *parser, err error) { function numHasLeadingZero (line 464) | func numHasLeadingZero(s string) bool { function numUnderscoresOK (line 476) | func numUnderscoresOK(s string) bool { function numPeriodsOK (line 497) | func numPeriodsOK(s string) bool { function stripFirstNewline (line 669) | func stripFirstNewline(s string) string { FILE: vendor/github.com/BurntSushi/toml/type_fields.go type field (line 16) | type field struct type byName (line 26) | type byName method Len (line 28) | func (x byName) Len() int { return len(x) } method Swap (line 30) | func (x byName) Swap(i, j int) { x[i], x[j] = x[j], x[i] } method Less (line 32) | func (x byName) Less(i, j int) bool { type byIndex (line 46) | type byIndex method Len (line 48) | func (x byIndex) Len() int { return len(x) } method Swap (line 50) | func (x byIndex) Swap(i, j int) { x[i], x[j] = x[j], x[i] } method Less (line 52) | func (x byIndex) Less(i, j int) bool { function typeFields (line 67) | func typeFields(t reflect.Type) []field { function dominantField (line 182) | func dominantField(fields []field) (field, bool) { function cachedTypeFields (line 220) | func cachedTypeFields(t reflect.Type) []field { FILE: vendor/github.com/BurntSushi/toml/type_toml.go type tomlType (line 7) | type tomlType interface function typeEqual (line 12) | func typeEqual(t1, t2 tomlType) bool { function typeIsTable (line 19) | func typeIsTable(t tomlType) bool { type tomlBaseType (line 23) | type tomlBaseType method typeString (line 25) | func (btype tomlBaseType) typeString() string { method String (line 29) | func (btype tomlBaseType) String() string { method typeOfPrimitive (line 49) | func (p *parser) typeOfPrimitive(lexItem item) tomlType { FILE: vendor/github.com/BurntSushi/xgb/auth.go function readAuthority (line 19) | func readAuthority(hostname, display string) ( function getBytes (line 90) | func getBytes(r io.Reader, b []byte) ([]byte, error) { function getString (line 104) | func getString(r io.Reader, b []byte) (string, error) { FILE: vendor/github.com/BurntSushi/xgb/conn.go method connect (line 26) | func (c *Conn) connect(display string) error { method connectNet (line 36) | func (c *Conn) connectNet(netConn net.Conn) error { method postConnect (line 42) | func (c *Conn) postConnect() error { method dial (line 112) | func (c *Conn) dial(display string) error { FILE: vendor/github.com/BurntSushi/xgb/cookie.go type Cookie (line 11) | type Cookie struct method Reply (line 71) | func (c Cookie) Reply() ([]byte, error) { method replyChecked (line 86) | func (c Cookie) replyChecked() ([]byte, error) { method replyUnchecked (line 113) | func (c Cookie) replyUnchecked() ([]byte, error) { method Check (line 138) | func (c Cookie) Check() error { method NewCookie (line 28) | func (c *Conn) NewCookie(checked, reply bool) *Cookie { FILE: vendor/github.com/BurntSushi/xgb/help.go function StringsJoin (line 20) | func StringsJoin(ss []string, sep string) string { function Sprintf (line 25) | func Sprintf(format string, v ...interface{}) string { function Errorf (line 31) | func Errorf(format string, v ...interface{}) error { function Pad (line 36) | func Pad(n int) int { function PopCount (line 41) | func PopCount(mask0 int) int { function Put16 (line 53) | func Put16(buf []byte, v uint16) { function Put32 (line 59) | func Put32(buf []byte, v uint32) { function Put64 (line 67) | func Put64(buf []byte, v uint64) { function Get16 (line 79) | func Get16(buf []byte) uint16 { function Get32 (line 86) | func Get32(buf []byte) uint32 { function Get64 (line 95) | func Get64(buf []byte) uint64 { FILE: vendor/github.com/BurntSushi/xgb/render/render.go function Init (line 13) | func Init(c *xgb.Conn) error { function init (line 34) | func init() { type Animcursorelt (line 39) | type Animcursorelt struct method Bytes (line 68) | func (v Animcursorelt) Bytes() []byte { function AnimcursoreltRead (line 45) | func AnimcursoreltRead(buf []byte, v *Animcursorelt) int { function AnimcursoreltReadList (line 58) | func AnimcursoreltReadList(buf []byte, dest []Animcursorelt) int { function AnimcursoreltListBytes (line 82) | func AnimcursoreltListBytes(buf []byte, list []Animcursorelt) int { type Color (line 93) | type Color struct method Bytes (line 130) | func (v Color) Bytes() []byte { function ColorRead (line 101) | func ColorRead(buf []byte, v *Color) int { function ColorReadList (line 120) | func ColorReadList(buf []byte, dest []Color) int { function ColorListBytes (line 150) | func ColorListBytes(buf []byte, list []Color) int { constant CpRepeat (line 162) | CpRepeat = 1 constant CpAlphaMap (line 163) | CpAlphaMap = 2 constant CpAlphaXOrigin (line 164) | CpAlphaXOrigin = 4 constant CpAlphaYOrigin (line 165) | CpAlphaYOrigin = 8 constant CpClipXOrigin (line 166) | CpClipXOrigin = 16 constant CpClipYOrigin (line 167) | CpClipYOrigin = 32 constant CpClipMask (line 168) | CpClipMask = 64 constant CpGraphicsExposure (line 169) | CpGraphicsExposure = 128 constant CpSubwindowMode (line 170) | CpSubwindowMode = 256 constant CpPolyEdge (line 171) | CpPolyEdge = 512 constant CpPolyMode (line 172) | CpPolyMode = 1024 constant CpDither (line 173) | CpDither = 2048 constant CpComponentAlpha (line 174) | CpComponentAlpha = 4096 type Directformat (line 177) | type Directformat struct method Bytes (line 230) | func (v Directformat) Bytes() []byte { function DirectformatRead (line 189) | func DirectformatRead(buf []byte, v *Directformat) int { function DirectformatReadList (line 220) | func DirectformatReadList(buf []byte, dest []Directformat) int { function DirectformatListBytes (line 262) | func DirectformatListBytes(buf []byte, list []Directformat) int { type Fixed (line 273) | type Fixed type Glyph (line 275) | type Glyph constant BadGlyph (line 278) | BadGlyph = 4 type GlyphError (line 280) | type GlyphError struct method SequenceId (line 301) | func (err GlyphError) SequenceId() uint16 { method BadId (line 306) | func (err GlyphError) BadId() uint32 { method Error (line 312) | func (err GlyphError) Error() string { function GlyphErrorNew (line 286) | func GlyphErrorNew(buf []byte) xgb.Error { function init (line 319) | func init() { constant BadGlyphSet (line 324) | BadGlyphSet = 3 type GlyphSetError (line 326) | type GlyphSetError struct method SequenceId (line 347) | func (err GlyphSetError) SequenceId() uint16 { method BadId (line 352) | func (err GlyphSetError) BadId() uint32 { method Error (line 358) | func (err GlyphSetError) Error() string { function GlyphSetErrorNew (line 332) | func GlyphSetErrorNew(buf []byte) xgb.Error { function init (line 365) | func init() { type Glyphinfo (line 369) | type Glyphinfo struct method Bytes (line 414) | func (v Glyphinfo) Bytes() []byte { function GlyphinfoRead (line 379) | func GlyphinfoRead(buf []byte, v *Glyphinfo) int { function GlyphinfoReadList (line 404) | func GlyphinfoReadList(buf []byte, dest []Glyphinfo) int { function GlyphinfoListBytes (line 440) | func GlyphinfoListBytes(buf []byte, list []Glyphinfo) int { type Glyphset (line 451) | type Glyphset function NewGlyphsetId (line 453) | func NewGlyphsetId(c *xgb.Conn) (Glyphset, error) { type Indexvalue (line 461) | type Indexvalue struct method Bytes (line 502) | func (v Indexvalue) Bytes() []byte { function IndexvalueRead (line 470) | func IndexvalueRead(buf []byte, v *Indexvalue) int { function IndexvalueReadList (line 492) | func IndexvalueReadList(buf []byte, dest []Indexvalue) int { function IndexvalueListBytes (line 525) | func IndexvalueListBytes(buf []byte, list []Indexvalue) int { type Linefix (line 536) | type Linefix struct method Bytes (line 565) | func (v Linefix) Bytes() []byte { function LinefixRead (line 542) | func LinefixRead(buf []byte, v *Linefix) int { function LinefixReadList (line 555) | func LinefixReadList(buf []byte, dest []Linefix) int { function LinefixListBytes (line 585) | func LinefixListBytes(buf []byte, list []Linefix) int { constant BadPictFormat (line 597) | BadPictFormat = 0 type PictFormatError (line 599) | type PictFormatError struct method SequenceId (line 620) | func (err PictFormatError) SequenceId() uint16 { method BadId (line 625) | func (err PictFormatError) BadId() uint32 { method Error (line 631) | func (err PictFormatError) Error() string { function PictFormatErrorNew (line 605) | func PictFormatErrorNew(buf []byte) xgb.Error { function init (line 638) | func init() { constant BadPictOp (line 643) | BadPictOp = 2 type PictOpError (line 645) | type PictOpError struct method SequenceId (line 666) | func (err PictOpError) SequenceId() uint16 { method BadId (line 671) | func (err PictOpError) BadId() uint32 { method Error (line 677) | func (err PictOpError) Error() string { function PictOpErrorNew (line 651) | func PictOpErrorNew(buf []byte) xgb.Error { function init (line 684) | func init() { constant PictOpClear (line 689) | PictOpClear = 0 constant PictOpSrc (line 690) | PictOpSrc = 1 constant PictOpDst (line 691) | PictOpDst = 2 constant PictOpOver (line 692) | PictOpOver = 3 constant PictOpOverReverse (line 693) | PictOpOverReverse = 4 constant PictOpIn (line 694) | PictOpIn = 5 constant PictOpInReverse (line 695) | PictOpInReverse = 6 constant PictOpOut (line 696) | PictOpOut = 7 constant PictOpOutReverse (line 697) | PictOpOutReverse = 8 constant PictOpAtop (line 698) | PictOpAtop = 9 constant PictOpAtopReverse (line 699) | PictOpAtopReverse = 10 constant PictOpXor (line 700) | PictOpXor = 11 constant PictOpAdd (line 701) | PictOpAdd = 12 constant PictOpSaturate (line 702) | PictOpSaturate = 13 constant PictOpDisjointClear (line 703) | PictOpDisjointClear = 16 constant PictOpDisjointSrc (line 704) | PictOpDisjointSrc = 17 constant PictOpDisjointDst (line 705) | PictOpDisjointDst = 18 constant PictOpDisjointOver (line 706) | PictOpDisjointOver = 19 constant PictOpDisjointOverReverse (line 707) | PictOpDisjointOverReverse = 20 constant PictOpDisjointIn (line 708) | PictOpDisjointIn = 21 constant PictOpDisjointInReverse (line 709) | PictOpDisjointInReverse = 22 constant PictOpDisjointOut (line 710) | PictOpDisjointOut = 23 constant PictOpDisjointOutReverse (line 711) | PictOpDisjointOutReverse = 24 constant PictOpDisjointAtop (line 712) | PictOpDisjointAtop = 25 constant PictOpDisjointAtopReverse (line 713) | PictOpDisjointAtopReverse = 26 constant PictOpDisjointXor (line 714) | PictOpDisjointXor = 27 constant PictOpConjointClear (line 715) | PictOpConjointClear = 32 constant PictOpConjointSrc (line 716) | PictOpConjointSrc = 33 constant PictOpConjointDst (line 717) | PictOpConjointDst = 34 constant PictOpConjointOver (line 718) | PictOpConjointOver = 35 constant PictOpConjointOverReverse (line 719) | PictOpConjointOverReverse = 36 constant PictOpConjointIn (line 720) | PictOpConjointIn = 37 constant PictOpConjointInReverse (line 721) | PictOpConjointInReverse = 38 constant PictOpConjointOut (line 722) | PictOpConjointOut = 39 constant PictOpConjointOutReverse (line 723) | PictOpConjointOutReverse = 40 constant PictOpConjointAtop (line 724) | PictOpConjointAtop = 41 constant PictOpConjointAtopReverse (line 725) | PictOpConjointAtopReverse = 42 constant PictOpConjointXor (line 726) | PictOpConjointXor = 43 constant PictOpMultiply (line 727) | PictOpMultiply = 48 constant PictOpScreen (line 728) | PictOpScreen = 49 constant PictOpOverlay (line 729) | PictOpOverlay = 50 constant PictOpDarken (line 730) | PictOpDarken = 51 constant PictOpLighten (line 731) | PictOpLighten = 52 constant PictOpColorDodge (line 732) | PictOpColorDodge = 53 constant PictOpColorBurn (line 733) | PictOpColorBurn = 54 constant PictOpHardLight (line 734) | PictOpHardLight = 55 constant PictOpSoftLight (line 735) | PictOpSoftLight = 56 constant PictOpDifference (line 736) | PictOpDifference = 57 constant PictOpExclusion (line 737) | PictOpExclusion = 58 constant PictOpHSLHue (line 738) | PictOpHSLHue = 59 constant PictOpHSLSaturation (line 739) | PictOpHSLSaturation = 60 constant PictOpHSLColor (line 740) | PictOpHSLColor = 61 constant PictOpHSLLuminosity (line 741) | PictOpHSLLuminosity = 62 constant PictTypeIndexed (line 745) | PictTypeIndexed = 0 constant PictTypeDirect (line 746) | PictTypeDirect = 1 type Pictdepth (line 749) | type Pictdepth struct method Bytes (line 788) | func (v Pictdepth) Bytes() []byte { function PictdepthRead (line 758) | func PictdepthRead(buf []byte, v *Pictdepth) int { function PictdepthReadList (line 778) | func PictdepthReadList(buf []byte, dest []Pictdepth) int { function PictdepthListBytes (line 808) | func PictdepthListBytes(buf []byte, list []Pictdepth) int { function PictdepthListSize (line 820) | func PictdepthListSize(list []Pictdepth) int { type Pictformat (line 828) | type Pictformat function NewPictformatId (line 830) | func NewPictformatId(c *xgb.Conn) (Pictformat, error) { type Pictforminfo (line 838) | type Pictforminfo struct method Bytes (line 882) | func (v Pictforminfo) Bytes() []byte { function PictforminfoRead (line 848) | func PictforminfoRead(buf []byte, v *Pictforminfo) int { function PictforminfoReadList (line 872) | func PictforminfoReadList(buf []byte, dest []Pictforminfo) int { function PictforminfoListBytes (line 910) | func PictforminfoListBytes(buf []byte, list []Pictforminfo) int { type Pictscreen (line 921) | type Pictscreen struct method Bytes (line 954) | func (v Pictscreen) Bytes() []byte { function PictscreenRead (line 928) | func PictscreenRead(buf []byte, v *Pictscreen) int { function PictscreenReadList (line 944) | func PictscreenReadList(buf []byte, dest []Pictscreen) int { function PictscreenListBytes (line 970) | func PictscreenListBytes(buf []byte, list []Pictscreen) int { function PictscreenListSize (line 982) | func PictscreenListSize(list []Pictscreen) int { type Picture (line 990) | type Picture function NewPictureId (line 992) | func NewPictureId(c *xgb.Conn) (Picture, error) { constant BadPicture (line 1001) | BadPicture = 1 type PictureError (line 1003) | type PictureError struct method SequenceId (line 1024) | func (err PictureError) SequenceId() uint16 { method BadId (line 1029) | func (err PictureError) BadId() uint32 { method Error (line 1035) | func (err PictureError) Error() string { function PictureErrorNew (line 1009) | func PictureErrorNew(buf []byte) xgb.Error { function init (line 1042) | func init() { constant PictureNone (line 1047) | PictureNone = 0 type Pictvisual (line 1050) | type Pictvisual struct method Bytes (line 1079) | func (v Pictvisual) Bytes() []byte { function PictvisualRead (line 1056) | func PictvisualRead(buf []byte, v *Pictvisual) int { function PictvisualReadList (line 1069) | func PictvisualReadList(buf []byte, dest []Pictvisual) int { function PictvisualListBytes (line 1093) | func PictvisualListBytes(buf []byte, list []Pictvisual) int { type Pointfix (line 1104) | type Pointfix struct method Bytes (line 1133) | func (v Pointfix) Bytes() []byte { function PointfixRead (line 1110) | func PointfixRead(buf []byte, v *Pointfix) int { function PointfixReadList (line 1123) | func PointfixReadList(buf []byte, dest []Pointfix) int { function PointfixListBytes (line 1147) | func PointfixListBytes(buf []byte, list []Pointfix) int { constant PolyEdgeSharp (line 1159) | PolyEdgeSharp = 0 constant PolyEdgeSmooth (line 1160) | PolyEdgeSmooth = 1 constant PolyModePrecise (line 1164) | PolyModePrecise = 0 constant PolyModeImprecise (line 1165) | PolyModeImprecise = 1 constant RepeatNone (line 1169) | RepeatNone = 0 constant RepeatNormal (line 1170) | RepeatNormal = 1 constant RepeatPad (line 1171) | RepeatPad = 2 constant RepeatReflect (line 1172) | RepeatReflect = 3 type Spanfix (line 1175) | type Spanfix struct method Bytes (line 1208) | func (v Spanfix) Bytes() []byte { function SpanfixRead (line 1182) | func SpanfixRead(buf []byte, v *Spanfix) int { function SpanfixReadList (line 1198) | func SpanfixReadList(buf []byte, dest []Spanfix) int { function SpanfixListBytes (line 1225) | func SpanfixListBytes(buf []byte, list []Spanfix) int { constant SubPixelUnknown (line 1237) | SubPixelUnknown = 0 constant SubPixelHorizontalRGB (line 1238) | SubPixelHorizontalRGB = 1 constant SubPixelHorizontalBGR (line 1239) | SubPixelHorizontalBGR = 2 constant SubPixelVerticalRGB (line 1240) | SubPixelVerticalRGB = 3 constant SubPixelVerticalBGR (line 1241) | SubPixelVerticalBGR = 4 constant SubPixelNone (line 1242) | SubPixelNone = 5 type Transform (line 1245) | type Transform struct method Bytes (line 1302) | func (v Transform) Bytes() []byte { function TransformRead (line 1258) | func TransformRead(buf []byte, v *Transform) int { function TransformReadList (line 1292) | func TransformReadList(buf []byte, dest []Transform) int { function TransformListBytes (line 1337) | func TransformListBytes(buf []byte, list []Transform) int { type Trap (line 1348) | type Trap struct method Bytes (line 1377) | func (v Trap) Bytes() []byte { function TrapRead (line 1354) | func TrapRead(buf []byte, v *Trap) int { function TrapReadList (line 1367) | func TrapReadList(buf []byte, dest []Trap) int { function TrapListBytes (line 1397) | func TrapListBytes(buf []byte, list []Trap) int { type Trapezoid (line 1408) | type Trapezoid struct method Bytes (line 1445) | func (v Trapezoid) Bytes() []byte { function TrapezoidRead (line 1416) | func TrapezoidRead(buf []byte, v *Trapezoid) int { function TrapezoidReadList (line 1435) | func TrapezoidReadList(buf []byte, dest []Trapezoid) int { function TrapezoidListBytes (line 1471) | func TrapezoidListBytes(buf []byte, list []Trapezoid) int { type Triangle (line 1482) | type Triangle struct method Bytes (line 1515) | func (v Triangle) Bytes() []byte { function TriangleRead (line 1489) | func TriangleRead(buf []byte, v *Triangle) int { function TriangleReadList (line 1505) | func TriangleReadList(buf []byte, dest []Triangle) int { function TriangleListBytes (line 1541) | func TriangleListBytes(buf []byte, list []Triangle) int { type AddGlyphsCookie (line 1577) | type AddGlyphsCookie struct method Check (line 1609) | func (cook AddGlyphsCookie) Check() error { function AddGlyphs (line 1583) | func AddGlyphs(c *xgb.Conn, Glyphset Glyphset, GlyphsLen uint32, Glyphid... function AddGlyphsChecked (line 1596) | func AddGlyphsChecked(c *xgb.Conn, Glyphset Glyphset, GlyphsLen uint32, ... function addGlyphsRequest (line 1615) | func addGlyphsRequest(c *xgb.Conn, Glyphset Glyphset, GlyphsLen uint32, ... type AddTrapsCookie (line 1655) | type AddTrapsCookie struct method Check (line 1687) | func (cook AddTrapsCookie) Check() error { function AddTraps (line 1661) | func AddTraps(c *xgb.Conn, Picture Picture, XOff int16, YOff int16, Trap... function AddTrapsChecked (line 1674) | func AddTrapsChecked(c *xgb.Conn, Picture Picture, XOff int16, YOff int1... function addTrapsRequest (line 1693) | func addTrapsRequest(c *xgb.Conn, Picture Picture, XOff int16, YOff int1... type ChangePictureCookie (line 1724) | type ChangePictureCookie struct method Check (line 1756) | func (cook ChangePictureCookie) Check() error { function ChangePicture (line 1730) | func ChangePicture(c *xgb.Conn, Picture Picture, ValueMask uint32, Value... function ChangePictureChecked (line 1743) | func ChangePictureChecked(c *xgb.Conn, Picture Picture, ValueMask uint32... function changePictureRequest (line 1762) | func changePictureRequest(c *xgb.Conn, Picture Picture, ValueMask uint32... type CompositeCookie (line 1793) | type CompositeCookie struct method Check (line 1825) | func (cook CompositeCookie) Check() error { function Composite (line 1799) | func Composite(c *xgb.Conn, Op byte, Src Picture, Mask Picture, Dst Pict... function CompositeChecked (line 1812) | func CompositeChecked(c *xgb.Conn, Op byte, Src Picture, Mask Picture, D... function compositeRequest (line 1831) | func compositeRequest(c *xgb.Conn, Op byte, Src Picture, Mask Picture, D... type CompositeGlyphs16Cookie (line 1889) | type CompositeGlyphs16Cookie struct method Check (line 1921) | func (cook CompositeGlyphs16Cookie) Check() error { function CompositeGlyphs16 (line 1895) | func CompositeGlyphs16(c *xgb.Conn, Op byte, Src Picture, Dst Picture, M... function CompositeGlyphs16Checked (line 1908) | func CompositeGlyphs16Checked(c *xgb.Conn, Op byte, Src Picture, Dst Pic... function compositeGlyphs16Request (line 1927) | func compositeGlyphs16Request(c *xgb.Conn, Op byte, Src Picture, Dst Pic... type CompositeGlyphs32Cookie (line 1973) | type CompositeGlyphs32Cookie struct method Check (line 2005) | func (cook CompositeGlyphs32Cookie) Check() error { function CompositeGlyphs32 (line 1979) | func CompositeGlyphs32(c *xgb.Conn, Op byte, Src Picture, Dst Picture, M... function CompositeGlyphs32Checked (line 1992) | func CompositeGlyphs32Checked(c *xgb.Conn, Op byte, Src Picture, Dst Pic... function compositeGlyphs32Request (line 2011) | func compositeGlyphs32Request(c *xgb.Conn, Op byte, Src Picture, Dst Pic... type CompositeGlyphs8Cookie (line 2057) | type CompositeGlyphs8Cookie struct method Check (line 2089) | func (cook CompositeGlyphs8Cookie) Check() error { function CompositeGlyphs8 (line 2063) | func CompositeGlyphs8(c *xgb.Conn, Op byte, Src Picture, Dst Picture, Ma... function CompositeGlyphs8Checked (line 2076) | func CompositeGlyphs8Checked(c *xgb.Conn, Op byte, Src Picture, Dst Pict... function compositeGlyphs8Request (line 2095) | func compositeGlyphs8Request(c *xgb.Conn, Op byte, Src Picture, Dst Pict... type CreateAnimCursorCookie (line 2141) | type CreateAnimCursorCookie struct method Check (line 2173) | func (cook CreateAnimCursorCookie) Check() error { function CreateAnimCursor (line 2147) | func CreateAnimCursor(c *xgb.Conn, Cid xproto.Cursor, Cursors []Animcurs... function CreateAnimCursorChecked (line 2160) | func CreateAnimCursorChecked(c *xgb.Conn, Cid xproto.Cursor, Cursors []A... function createAnimCursorRequest (line 2179) | func createAnimCursorRequest(c *xgb.Conn, Cid xproto.Cursor, Cursors []A... type CreateConicalGradientCookie (line 2204) | type CreateConicalGradientCookie struct method Check (line 2236) | func (cook CreateConicalGradientCookie) Check() error { function CreateConicalGradient (line 2210) | func CreateConicalGradient(c *xgb.Conn, Picture Picture, Center Pointfix... function CreateConicalGradientChecked (line 2223) | func CreateConicalGradientChecked(c *xgb.Conn, Picture Picture, Center P... function createConicalGradientRequest (line 2242) | func createConicalGradientRequest(c *xgb.Conn, Picture Picture, Center P... type CreateCursorCookie (line 2288) | type CreateCursorCookie struct method Check (line 2320) | func (cook CreateCursorCookie) Check() error { function CreateCursor (line 2294) | func CreateCursor(c *xgb.Conn, Cid xproto.Cursor, Source Picture, X uint... function CreateCursorChecked (line 2307) | func CreateCursorChecked(c *xgb.Conn, Cid xproto.Cursor, Source Picture,... function createCursorRequest (line 2326) | func createCursorRequest(c *xgb.Conn, Cid xproto.Cursor, Source Picture,... type CreateGlyphSetCookie (line 2358) | type CreateGlyphSetCookie struct method Check (line 2390) | func (cook CreateGlyphSetCookie) Check() error { function CreateGlyphSet (line 2364) | func CreateGlyphSet(c *xgb.Conn, Gsid Glyphset, Format Pictformat) Creat... function CreateGlyphSetChecked (line 2377) | func CreateGlyphSetChecked(c *xgb.Conn, Gsid Glyphset, Format Pictformat... function createGlyphSetRequest (line 2396) | func createGlyphSetRequest(c *xgb.Conn, Gsid Glyphset, Format Pictformat... type CreateLinearGradientCookie (line 2422) | type CreateLinearGradientCookie struct method Check (line 2454) | func (cook CreateLinearGradientCookie) Check() error { function CreateLinearGradient (line 2428) | func CreateLinearGradient(c *xgb.Conn, Picture Picture, P1 Pointfix, P2 ... function CreateLinearGradientChecked (line 2441) | func CreateLinearGradientChecked(c *xgb.Conn, Picture Picture, P1 Pointf... function createLinearGradientRequest (line 2460) | func createLinearGradientRequest(c *xgb.Conn, Picture Picture, P1 Pointf... type CreatePictureCookie (line 2509) | type CreatePictureCookie struct method Check (line 2541) | func (cook CreatePictureCookie) Check() error { function CreatePicture (line 2515) | func CreatePicture(c *xgb.Conn, Pid Picture, Drawable xproto.Drawable, F... function CreatePictureChecked (line 2528) | func CreatePictureChecked(c *xgb.Conn, Pid Picture, Drawable xproto.Draw... function createPictureRequest (line 2547) | func createPictureRequest(c *xgb.Conn, Pid Picture, Drawable xproto.Draw... type CreateRadialGradientCookie (line 2584) | type CreateRadialGradientCookie struct method Check (line 2616) | func (cook CreateRadialGradientCookie) Check() error { function CreateRadialGradient (line 2590) | func CreateRadialGradient(c *xgb.Conn, Picture Picture, Inner Pointfix, ... function CreateRadialGradientChecked (line 2603) | func CreateRadialGradientChecked(c *xgb.Conn, Picture Picture, Inner Poi... function createRadialGradientRequest (line 2622) | func createRadialGradientRequest(c *xgb.Conn, Picture Picture, Inner Poi... type CreateSolidFillCookie (line 2677) | type CreateSolidFillCookie struct method Check (line 2709) | func (cook CreateSolidFillCookie) Check() error { function CreateSolidFill (line 2683) | func CreateSolidFill(c *xgb.Conn, Picture Picture, Color Color) CreateSo... function CreateSolidFillChecked (line 2696) | func CreateSolidFillChecked(c *xgb.Conn, Picture Picture, Color Color) C... function createSolidFillRequest (line 2715) | func createSolidFillRequest(c *xgb.Conn, Picture Picture, Color Color) [... type FillRectanglesCookie (line 2744) | type FillRectanglesCookie struct method Check (line 2776) | func (cook FillRectanglesCookie) Check() error { function FillRectangles (line 2750) | func FillRectangles(c *xgb.Conn, Op byte, Dst Picture, Color Color, Rect... function FillRectanglesChecked (line 2763) | func FillRectanglesChecked(c *xgb.Conn, Op byte, Dst Picture, Color Colo... function fillRectanglesRequest (line 2782) | func fillRectanglesRequest(c *xgb.Conn, Op byte, Dst Picture, Color Colo... type FreeGlyphSetCookie (line 2818) | type FreeGlyphSetCookie struct method Check (line 2850) | func (cook FreeGlyphSetCookie) Check() error { function FreeGlyphSet (line 2824) | func FreeGlyphSet(c *xgb.Conn, Glyphset Glyphset) FreeGlyphSetCookie { function FreeGlyphSetChecked (line 2837) | func FreeGlyphSetChecked(c *xgb.Conn, Glyphset Glyphset) FreeGlyphSetCoo... function freeGlyphSetRequest (line 2856) | func freeGlyphSetRequest(c *xgb.Conn, Glyphset Glyphset) []byte { type FreeGlyphsCookie (line 2879) | type FreeGlyphsCookie struct method Check (line 2911) | func (cook FreeGlyphsCookie) Check() error { function FreeGlyphs (line 2885) | func FreeGlyphs(c *xgb.Conn, Glyphset Glyphset, Glyphs []Glyph) FreeGlyp... function FreeGlyphsChecked (line 2898) | func FreeGlyphsChecked(c *xgb.Conn, Glyphset Glyphset, Glyphs []Glyph) F... function freeGlyphsRequest (line 2917) | func freeGlyphsRequest(c *xgb.Conn, Glyphset Glyphset, Glyphs []Glyph) [... type FreePictureCookie (line 2945) | type FreePictureCookie struct method Check (line 2977) | func (cook FreePictureCookie) Check() error { function FreePicture (line 2951) | func FreePicture(c *xgb.Conn, Picture Picture) FreePictureCookie { function FreePictureChecked (line 2964) | func FreePictureChecked(c *xgb.Conn, Picture Picture) FreePictureCookie { function freePictureRequest (line 2983) | func freePictureRequest(c *xgb.Conn, Picture Picture) []byte { type QueryFiltersCookie (line 3006) | type QueryFiltersCookie struct method Reply (line 3049) | func (cook QueryFiltersCookie) Reply() (*QueryFiltersReply, error) { function QueryFilters (line 3012) | func QueryFilters(c *xgb.Conn, Drawable xproto.Drawable) QueryFiltersCoo... function QueryFiltersUnchecked (line 3025) | func QueryFiltersUnchecked(c *xgb.Conn, Drawable xproto.Drawable) QueryF... type QueryFiltersReply (line 3037) | type QueryFiltersReply struct function queryFiltersReply (line 3061) | func queryFiltersReply(buf []byte) *QueryFiltersReply { function queryFiltersRequest (line 3095) | func queryFiltersRequest(c *xgb.Conn, Drawable xproto.Drawable) []byte { type QueryPictFormatsCookie (line 3118) | type QueryPictFormatsCookie struct method Reply (line 3167) | func (cook QueryPictFormatsCookie) Reply() (*QueryPictFormatsReply, er... function QueryPictFormats (line 3124) | func QueryPictFormats(c *xgb.Conn) QueryPictFormatsCookie { function QueryPictFormatsUnchecked (line 3137) | func QueryPictFormatsUnchecked(c *xgb.Conn) QueryPictFormatsCookie { type QueryPictFormatsReply (line 3149) | type QueryPictFormatsReply struct function queryPictFormatsReply (line 3179) | func queryPictFormatsReply(buf []byte) *QueryPictFormatsReply { function queryPictFormatsRequest (line 3229) | func queryPictFormatsRequest(c *xgb.Conn) []byte { type QueryPictIndexValuesCookie (line 3249) | type QueryPictIndexValuesCookie struct method Reply (line 3290) | func (cook QueryPictIndexValuesCookie) Reply() (*QueryPictIndexValuesR... function QueryPictIndexValues (line 3255) | func QueryPictIndexValues(c *xgb.Conn, Format Pictformat) QueryPictIndex... function QueryPictIndexValuesUnchecked (line 3268) | func QueryPictIndexValuesUnchecked(c *xgb.Conn, Format Pictformat) Query... type QueryPictIndexValuesReply (line 3280) | type QueryPictIndexValuesReply struct function queryPictIndexValuesReply (line 3302) | func queryPictIndexValuesReply(buf []byte) *QueryPictIndexValuesReply { function queryPictIndexValuesRequest (line 3327) | func queryPictIndexValuesRequest(c *xgb.Conn, Format Pictformat) []byte { type QueryVersionCookie (line 3350) | type QueryVersionCookie struct method Reply (line 3391) | func (cook QueryVersionCookie) Reply() (*QueryVersionReply, error) { function QueryVersion (line 3356) | func QueryVersion(c *xgb.Conn, ClientMajorVersion uint32, ClientMinorVer... function QueryVersionUnchecked (line 3369) | func QueryVersionUnchecked(c *xgb.Conn, ClientMajorVersion uint32, Clien... type QueryVersionReply (line 3381) | type QueryVersionReply struct function queryVersionReply (line 3403) | func queryVersionReply(buf []byte) *QueryVersionReply { function queryVersionRequest (line 3428) | func queryVersionRequest(c *xgb.Conn, ClientMajorVersion uint32, ClientM... type ReferenceGlyphSetCookie (line 3454) | type ReferenceGlyphSetCookie struct method Check (line 3486) | func (cook ReferenceGlyphSetCookie) Check() error { function ReferenceGlyphSet (line 3460) | func ReferenceGlyphSet(c *xgb.Conn, Gsid Glyphset, Existing Glyphset) Re... function ReferenceGlyphSetChecked (line 3473) | func ReferenceGlyphSetChecked(c *xgb.Conn, Gsid Glyphset, Existing Glyph... function referenceGlyphSetRequest (line 3492) | func referenceGlyphSetRequest(c *xgb.Conn, Gsid Glyphset, Existing Glyph... type SetPictureClipRectanglesCookie (line 3518) | type SetPictureClipRectanglesCookie struct method Check (line 3550) | func (cook SetPictureClipRectanglesCookie) Check() error { function SetPictureClipRectangles (line 3524) | func SetPictureClipRectangles(c *xgb.Conn, Picture Picture, ClipXOrigin ... function SetPictureClipRectanglesChecked (line 3537) | func SetPictureClipRectanglesChecked(c *xgb.Conn, Picture Picture, ClipX... function setPictureClipRectanglesRequest (line 3556) | func setPictureClipRectanglesRequest(c *xgb.Conn, Picture Picture, ClipX... type SetPictureFilterCookie (line 3587) | type SetPictureFilterCookie struct method Check (line 3619) | func (cook SetPictureFilterCookie) Check() error { function SetPictureFilter (line 3593) | func SetPictureFilter(c *xgb.Conn, Picture Picture, FilterLen uint16, Fi... function SetPictureFilterChecked (line 3606) | func SetPictureFilterChecked(c *xgb.Conn, Picture Picture, FilterLen uin... function setPictureFilterRequest (line 3625) | func setPictureFilterRequest(c *xgb.Conn, Picture Picture, FilterLen uin... type SetPictureTransformCookie (line 3665) | type SetPictureTransformCookie struct method Check (line 3697) | func (cook SetPictureTransformCookie) Check() error { function SetPictureTransform (line 3671) | func SetPictureTransform(c *xgb.Conn, Picture Picture, Transform Transfo... function SetPictureTransformChecked (line 3684) | func SetPictureTransformChecked(c *xgb.Conn, Picture Picture, Transform ... function setPictureTransformRequest (line 3703) | func setPictureTransformRequest(c *xgb.Conn, Picture Picture, Transform ... type TrapezoidsCookie (line 3732) | type TrapezoidsCookie struct method Check (line 3764) | func (cook TrapezoidsCookie) Check() error { function Trapezoids (line 3738) | func Trapezoids(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskForm... function TrapezoidsChecked (line 3751) | func TrapezoidsChecked(c *xgb.Conn, Op byte, Src Picture, Dst Picture, M... function trapezoidsRequest (line 3770) | func trapezoidsRequest(c *xgb.Conn, Op byte, Src Picture, Dst Picture, M... type TriFanCookie (line 3812) | type TriFanCookie struct method Check (line 3844) | func (cook TriFanCookie) Check() error { function TriFan (line 3818) | func TriFan(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskFormat P... function TriFanChecked (line 3831) | func TriFanChecked(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskF... function triFanRequest (line 3850) | func triFanRequest(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskF... type TriStripCookie (line 3892) | type TriStripCookie struct method Check (line 3924) | func (cook TriStripCookie) Check() error { function TriStrip (line 3898) | func TriStrip(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskFormat... function TriStripChecked (line 3911) | func TriStripChecked(c *xgb.Conn, Op byte, Src Picture, Dst Picture, Mas... function triStripRequest (line 3930) | func triStripRequest(c *xgb.Conn, Op byte, Src Picture, Dst Picture, Mas... type TrianglesCookie (line 3972) | type TrianglesCookie struct method Check (line 4004) | func (cook TrianglesCookie) Check() error { function Triangles (line 3978) | func Triangles(c *xgb.Conn, Op byte, Src Picture, Dst Picture, MaskForma... function TrianglesChecked (line 3991) | func TrianglesChecked(c *xgb.Conn, Op byte, Src Picture, Dst Picture, Ma... function trianglesRequest (line 4010) | func trianglesRequest(c *xgb.Conn, Op byte, Src Picture, Dst Picture, Ma... FILE: vendor/github.com/BurntSushi/xgb/shape/shape.go function Init (line 13) | func Init(c *xgb.Conn) error { function init (line 34) | func init() { type Kind (line 39) | type Kind constant Notify (line 42) | Notify = 0 type NotifyEvent (line 44) | type NotifyEvent struct method Bytes (line 99) | func (v NotifyEvent) Bytes() []byte { method SequenceId (line 145) | func (v NotifyEvent) SequenceId() uint16 { method String (line 150) | func (v NotifyEvent) String() string { function NotifyEventNew (line 58) | func NotifyEventNew(buf []byte) xgb.Event { function init (line 164) | func init() { type Op (line 168) | type Op constant SkBounding (line 171) | SkBounding = 0 constant SkClip (line 172) | SkClip = 1 constant SkInput (line 173) | SkInput = 2 constant SoSet (line 177) | SoSet = 0 constant SoUnion (line 178) | SoUnion = 1 constant SoIntersect (line 179) | SoIntersect = 2 constant SoSubtract (line 180) | SoSubtract = 3 constant SoInvert (line 181) | SoInvert = 4 type CombineCookie (line 209) | type CombineCookie struct method Check (line 241) | func (cook CombineCookie) Check() error { function Combine (line 215) | func Combine(c *xgb.Conn, Operation Op, DestinationKind Kind, SourceKind... function CombineChecked (line 228) | func CombineChecked(c *xgb.Conn, Operation Op, DestinationKind Kind, Sou... function combineRequest (line 247) | func combineRequest(c *xgb.Conn, Operation Op, DestinationKind Kind, Sou... type GetRectanglesCookie (line 290) | type GetRectanglesCookie struct method Reply (line 331) | func (cook GetRectanglesCookie) Reply() (*GetRectanglesReply, error) { function GetRectangles (line 296) | func GetRectangles(c *xgb.Conn, Window xproto.Window, SourceKind Kind) G... function GetRectanglesUnchecked (line 309) | func GetRectanglesUnchecked(c *xgb.Conn, Window xproto.Window, SourceKin... type GetRectanglesReply (line 321) | type GetRectanglesReply struct function getRectanglesReply (line 343) | func getRectanglesReply(buf []byte) *GetRectanglesReply { function getRectanglesRequest (line 369) | func getRectanglesRequest(c *xgb.Conn, Window xproto.Window, SourceKind ... type InputSelectedCookie (line 397) | type InputSelectedCookie struct method Reply (line 435) | func (cook InputSelectedCookie) Reply() (*InputSelectedReply, error) { function InputSelected (line 403) | func InputSelected(c *xgb.Conn, DestinationWindow xproto.Window) InputSe... function InputSelectedUnchecked (line 416) | func InputSelectedUnchecked(c *xgb.Conn, DestinationWindow xproto.Window... type InputSelectedReply (line 428) | type InputSelectedReply struct function inputSelectedReply (line 447) | func inputSelectedReply(buf []byte) *InputSelectedReply { function inputSelectedRequest (line 469) | func inputSelectedRequest(c *xgb.Conn, DestinationWindow xproto.Window) ... type MaskCookie (line 492) | type MaskCookie struct method Check (line 524) | func (cook MaskCookie) Check() error { function Mask (line 498) | func Mask(c *xgb.Conn, Operation Op, DestinationKind Kind, DestinationWi... function MaskChecked (line 511) | func MaskChecked(c *xgb.Conn, Operation Op, DestinationKind Kind, Destin... function maskRequest (line 530) | func maskRequest(c *xgb.Conn, Operation Op, DestinationKind Kind, Destin... type OffsetCookie (line 570) | type OffsetCookie struct method Check (line 602) | func (cook OffsetCookie) Check() error { function Offset (line 576) | func Offset(c *xgb.Conn, DestinationKind Kind, DestinationWindow xproto.... function OffsetChecked (line 589) | func OffsetChecked(c *xgb.Conn, DestinationKind Kind, DestinationWindow ... function offsetRequest (line 608) | func offsetRequest(c *xgb.Conn, DestinationKind Kind, DestinationWindow ... type QueryExtentsCookie (line 642) | type QueryExtentsCookie struct method Reply (line 691) | func (cook QueryExtentsCookie) Reply() (*QueryExtentsReply, error) { function QueryExtents (line 648) | func QueryExtents(c *xgb.Conn, DestinationWindow xproto.Window) QueryExt... function QueryExtentsUnchecked (line 661) | func QueryExtentsUnchecked(c *xgb.Conn, DestinationWindow xproto.Window)... type QueryExtentsReply (line 673) | type QueryExtentsReply struct function queryExtentsReply (line 703) | func queryExtentsReply(buf []byte) *QueryExtentsReply { function queryExtentsRequest (line 760) | func queryExtentsRequest(c *xgb.Conn, DestinationWindow xproto.Window) [... type QueryVersionCookie (line 783) | type QueryVersionCookie struct method Reply (line 823) | func (cook QueryVersionCookie) Reply() (*QueryVersionReply, error) { function QueryVersion (line 789) | func QueryVersion(c *xgb.Conn) QueryVersionCookie { function QueryVersionUnchecked (line 802) | func QueryVersionUnchecked(c *xgb.Conn) QueryVersionCookie { type QueryVersionReply (line 814) | type QueryVersionReply struct function queryVersionReply (line 835) | func queryVersionReply(buf []byte) *QueryVersionReply { function queryVersionRequest (line 858) | func queryVersionRequest(c *xgb.Conn) []byte { type RectanglesCookie (line 878) | type RectanglesCookie struct method Check (line 910) | func (cook RectanglesCookie) Check() error { function Rectangles (line 884) | func Rectangles(c *xgb.Conn, Operation Op, DestinationKind Kind, Orderin... function RectanglesChecked (line 897) | func RectanglesChecked(c *xgb.Conn, Operation Op, DestinationKind Kind, ... function rectanglesRequest (line 916) | func rectanglesRequest(c *xgb.Conn, Operation Op, DestinationKind Kind, ... type SelectInputCookie (line 958) | type SelectInputCookie struct method Check (line 990) | func (cook SelectInputCookie) Check() error { function SelectInput (line 964) | func SelectInput(c *xgb.Conn, DestinationWindow xproto.Window, Enable bo... function SelectInputChecked (line 977) | func SelectInputChecked(c *xgb.Conn, DestinationWindow xproto.Window, En... function selectInputRequest (line 996) | func selectInputRequest(c *xgb.Conn, DestinationWindow xproto.Window, En... FILE: vendor/github.com/BurntSushi/xgb/shm/shm.go function Init (line 13) | func Init(c *xgb.Conn) error { function init (line 34) | func init() { constant BadBadSeg (line 40) | BadBadSeg = 0 type BadSegError (line 42) | type BadSegError method SequenceId (line 53) | func (err BadSegError) SequenceId() uint16 { method BadId (line 58) | func (err BadSegError) BadId() uint32 { method Error (line 63) | func (err BadSegError) Error() string { function BadSegErrorNew (line 45) | func BadSegErrorNew(buf []byte) xgb.Error { function init (line 73) | func init() { constant Completion (line 78) | Completion = 0 type CompletionEvent (line 80) | type CompletionEvent struct method Bytes (line 122) | func (v CompletionEvent) Bytes() []byte { method SequenceId (line 157) | func (v CompletionEvent) SequenceId() uint16 { method String (line 162) | func (v CompletionEvent) String() string { function CompletionEventNew (line 92) | func CompletionEventNew(buf []byte) xgb.Event { function init (line 173) | func init() { type Seg (line 177) | type Seg function NewSegId (line 179) | func NewSegId(c *xgb.Conn) (Seg, error) { type AttachCookie (line 212) | type AttachCookie struct method Check (line 244) | func (cook AttachCookie) Check() error { function Attach (line 218) | func Attach(c *xgb.Conn, Shmseg Seg, Shmid uint32, ReadOnly bool) Attach... function AttachChecked (line 231) | func AttachChecked(c *xgb.Conn, Shmseg Seg, Shmid uint32, ReadOnly bool)... function attachRequest (line 250) | func attachRequest(c *xgb.Conn, Shmseg Seg, Shmid uint32, ReadOnly bool)... type AttachFdCookie (line 285) | type AttachFdCookie struct method Check (line 317) | func (cook AttachFdCookie) Check() error { function AttachFd (line 291) | func AttachFd(c *xgb.Conn, Shmseg Seg, ReadOnly bool) AttachFdCookie { function AttachFdChecked (line 304) | func AttachFdChecked(c *xgb.Conn, Shmseg Seg, ReadOnly bool) AttachFdCoo... function attachFdRequest (line 323) | func attachFdRequest(c *xgb.Conn, Shmseg Seg, ReadOnly bool) []byte { type CreatePixmapCookie (line 355) | type CreatePixmapCookie struct method Check (line 387) | func (cook CreatePixmapCookie) Check() error { function CreatePixmap (line 361) | func CreatePixmap(c *xgb.Conn, Pid xproto.Pixmap, Drawable xproto.Drawab... function CreatePixmapChecked (line 374) | func CreatePixmapChecked(c *xgb.Conn, Pid xproto.Pixmap, Drawable xproto... function createPixmapRequest (line 393) | func createPixmapRequest(c *xgb.Conn, Pid xproto.Pixmap, Drawable xproto... type CreateSegmentCookie (line 436) | type CreateSegmentCookie struct method Reply (line 475) | func (cook CreateSegmentCookie) Reply() (*CreateSegmentReply, error) { function CreateSegment (line 442) | func CreateSegment(c *xgb.Conn, Shmseg Seg, Size uint32, ReadOnly bool) ... function CreateSegmentUnchecked (line 455) | func CreateSegmentUnchecked(c *xgb.Conn, Shmseg Seg, Size uint32, ReadOn... type CreateSegmentReply (line 467) | type CreateSegmentReply struct function createSegmentReply (line 487) | func createSegmentReply(buf []byte) *CreateSegmentReply { function createSegmentRequest (line 507) | func createSegmentRequest(c *xgb.Conn, Shmseg Seg, Size uint32, ReadOnly... type DetachCookie (line 542) | type DetachCookie struct method Check (line 574) | func (cook DetachCookie) Check() error { function Detach (line 548) | func Detach(c *xgb.Conn, Shmseg Seg) DetachCookie { function DetachChecked (line 561) | func DetachChecked(c *xgb.Conn, Shmseg Seg) DetachCookie { function detachRequest (line 580) | func detachRequest(c *xgb.Conn, Shmseg Seg) []byte { type GetImageCookie (line 603) | type GetImageCookie struct method Reply (line 643) | func (cook GetImageCookie) Reply() (*GetImageReply, error) { function GetImage (line 609) | func GetImage(c *xgb.Conn, Drawable xproto.Drawable, X int16, Y int16, W... function GetImageUnchecked (line 622) | func GetImageUnchecked(c *xgb.Conn, Drawable xproto.Drawable, X int16, Y... type GetImageReply (line 634) | type GetImageReply struct function getImageReply (line 655) | func getImageReply(buf []byte) *GetImageReply { function getImageRequest (line 679) | func getImageRequest(c *xgb.Conn, Drawable xproto.Drawable, X int16, Y i... type PutImageCookie (line 728) | type PutImageCookie struct method Check (line 760) | func (cook PutImageCookie) Check() error { function PutImage (line 734) | func PutImage(c *xgb.Conn, Drawable xproto.Drawable, Gc xproto.Gcontext,... function PutImageChecked (line 747) | func PutImageChecked(c *xgb.Conn, Drawable xproto.Drawable, Gc xproto.Gc... function putImageRequest (line 766) | func putImageRequest(c *xgb.Conn, Drawable xproto.Drawable, Gc xproto.Gc... type QueryVersionCookie (line 833) | type QueryVersionCookie struct method Reply (line 877) | func (cook QueryVersionCookie) Reply() (*QueryVersionReply, error) { function QueryVersion (line 839) | func QueryVersion(c *xgb.Conn) QueryVersionCookie { function QueryVersionUnchecked (line 852) | func QueryVersionUnchecked(c *xgb.Conn) QueryVersionCookie { type QueryVersionReply (line 864) | type QueryVersionReply struct function queryVersionReply (line 889) | func queryVersionReply(buf []byte) *QueryVersionReply { function queryVersionRequest (line 928) | func queryVersionRequest(c *xgb.Conn) []byte { FILE: vendor/github.com/BurntSushi/xgb/sync.go method Sync (line 8) | func (c *Conn) Sync() { method getInputFocusRequest (line 16) | func (c *Conn) getInputFocusRequest() []byte { FILE: vendor/github.com/BurntSushi/xgb/xgb.go constant cookieBuffer (line 23) | cookieBuffer = 1000 constant xidBuffer (line 28) | xidBuffer = 5 constant seqBuffer (line 33) | seqBuffer = 5 constant reqBuffer (line 37) | reqBuffer = 100 constant eventBuffer (line 43) | eventBuffer = 5000 type Conn (line 47) | type Conn struct method Close (line 139) | func (c *Conn) Close() { method NewId (line 199) | func (c *Conn) NewId() (uint32, error) { method generateXIds (line 220) | func (conn *Conn) generateXIds() { method newSequenceId (line 261) | func (c *Conn) newSequenceId() uint16 { method generateSeqIds (line 273) | func (c *Conn) generateSeqIds() { method NewRequest (line 316) | func (c *Conn) NewRequest(buf []byte, cookie *Cookie) { method sendRequests (line 325) | func (c *Conn) sendRequests() { method noop (line 353) | func (c *Conn) noop() error { method writeBuffer (line 365) | func (c *Conn) writeBuffer(buf []byte) error { method readResponses (line 383) | func (c *Conn) readResponses() { method WaitForEvent (line 539) | func (c *Conn) WaitForEvent() (Event, Error) { method PollForEvent (line 547) | func (c *Conn) PollForEvent() (Event, Error) { function NewConn (line 78) | func NewConn() (*Conn, error) { function NewConnDisplay (line 91) | func NewConnDisplay(display string) (*Conn, error) { function NewConnNet (line 106) | func NewConnNet(netConn net.Conn) (*Conn, error) { function postNewConn (line 120) | func postNewConn(conn *Conn) (*Conn, error) { type Event (line 145) | type Event interface type NewEventFun (line 152) | type NewEventFun type Error (line 167) | type Error interface type NewErrorFun (line 175) | type NewErrorFun type eventOrError (line 190) | type eventOrError interface type xid (line 210) | type xid struct type request (line 290) | type request struct function processEventOrError (line 519) | func processEventOrError(everr eventOrError) (Event, Error) { FILE: vendor/github.com/BurntSushi/xgb/xinerama/xinerama.go function Init (line 13) | func Init(c *xgb.Conn) error { function init (line 34) | func init() { type ScreenInfo (line 39) | type ScreenInfo struct method Bytes (line 76) | func (v ScreenInfo) Bytes() []byte { function ScreenInfoRead (line 47) | func ScreenInfoRead(buf []byte, v *ScreenInfo) int { function ScreenInfoReadList (line 66) | func ScreenInfoReadList(buf []byte, dest []ScreenInfo) int { function ScreenInfoListBytes (line 96) | func ScreenInfoListBytes(buf []byte, list []ScreenInfo) int { type GetScreenCountCookie (line 132) | type GetScreenCountCookie struct method Reply (line 171) | func (cook GetScreenCountCookie) Reply() (*GetScreenCountReply, error) { function GetScreenCount (line 138) | func GetScreenCount(c *xgb.Conn, Window xproto.Window) GetScreenCountCoo... function GetScreenCountUnchecked (line 151) | func GetScreenCountUnchecked(c *xgb.Conn, Window xproto.Window) GetScree... type GetScreenCountReply (line 163) | type GetScreenCountReply struct function getScreenCountReply (line 183) | func getScreenCountReply(buf []byte) *GetScreenCountReply { function getScreenCountRequest (line 204) | func getScreenCountRequest(c *xgb.Conn, Window xproto.Window) []byte { type GetScreenSizeCookie (line 227) | type GetScreenSizeCookie struct method Reply (line 269) | func (cook GetScreenSizeCookie) Reply() (*GetScreenSizeReply, error) { function GetScreenSize (line 233) | func GetScreenSize(c *xgb.Conn, Window xproto.Window, Screen uint32) Get... function GetScreenSizeUnchecked (line 246) | func GetScreenSizeUnchecked(c *xgb.Conn, Window xproto.Window, Screen ui... type GetScreenSizeReply (line 258) | type GetScreenSizeReply struct function getScreenSizeReply (line 281) | func getScreenSizeReply(buf []byte) *GetScreenSizeReply { function getScreenSizeRequest (line 310) | func getScreenSizeRequest(c *xgb.Conn, Window xproto.Window, Screen uint... type GetStateCookie (line 336) | type GetStateCookie struct method Reply (line 375) | func (cook GetStateCookie) Reply() (*GetStateReply, error) { function GetState (line 342) | func GetState(c *xgb.Conn, Window xproto.Window) GetStateCookie { function GetStateUnchecked (line 355) | func GetStateUnchecked(c *xgb.Conn, Window xproto.Window) GetStateCookie { type GetStateReply (line 367) | type GetStateReply struct function getStateReply (line 387) | func getStateReply(buf []byte) *GetStateReply { function getStateRequest (line 408) | func getStateRequest(c *xgb.Conn, Window xproto.Window) []byte { type IsActiveCookie (line 431) | type IsActiveCookie struct method Reply (line 470) | func (cook IsActiveCookie) Reply() (*IsActiveReply, error) { function IsActive (line 437) | func IsActive(c *xgb.Conn) IsActiveCookie { function IsActiveUnchecked (line 450) | func IsActiveUnchecked(c *xgb.Conn) IsActiveCookie { type IsActiveReply (line 462) | type IsActiveReply struct function isActiveReply (line 482) | func isActiveReply(buf []byte) *IsActiveReply { function isActiveRequest (line 502) | func isActiveRequest(c *xgb.Conn) []byte { type QueryScreensCookie (line 522) | type QueryScreensCookie struct method Reply (line 563) | func (cook QueryScreensCookie) Reply() (*QueryScreensReply, error) { function QueryScreens (line 528) | func QueryScreens(c *xgb.Conn) QueryScreensCookie { function QueryScreensUnchecked (line 541) | func QueryScreensUnchecked(c *xgb.Conn) QueryScreensCookie { type QueryScreensReply (line 553) | type QueryScreensReply struct function queryScreensReply (line 575) | func queryScreensReply(buf []byte) *QueryScreensReply { function queryScreensRequest (line 600) | func queryScreensRequest(c *xgb.Conn) []byte { type QueryVersionCookie (line 620) | type QueryVersionCookie struct method Reply (line 660) | func (cook QueryVersionCookie) Reply() (*QueryVersionReply, error) { function QueryVersion (line 626) | func QueryVersion(c *xgb.Conn, Major byte, Minor byte) QueryVersionCookie { function QueryVersionUnchecked (line 639) | func QueryVersionUnchecked(c *xgb.Conn, Major byte, Minor byte) QueryVer... type QueryVersionReply (line 651) | type QueryVersionReply struct function queryVersionReply (line 672) | func queryVersionReply(buf []byte) *QueryVersionReply { function queryVersionRequest (line 695) | func queryVersionRequest(c *xgb.Conn, Major byte, Minor byte) []byte { FILE: vendor/github.com/BurntSushi/xgb/xproto/xproto.go function Setup (line 12) | func Setup(c *xgb.Conn) *SetupInfo { constant BadAccess (line 24) | BadAccess = 10 type AccessError (line 26) | type AccessError method SequenceId (line 37) | func (err AccessError) SequenceId() uint16 { method BadId (line 42) | func (err AccessError) BadId() uint32 { method Error (line 47) | func (err AccessError) Error() string { function AccessErrorNew (line 29) | func AccessErrorNew(buf []byte) xgb.Error { function init (line 57) | func init() { constant AccessControlDisable (line 62) | AccessControlDisable = 0 constant AccessControlEnable (line 63) | AccessControlEnable = 1 constant BadAlloc (line 67) | BadAlloc = 11 type AllocError (line 69) | type AllocError method SequenceId (line 80) | func (err AllocError) SequenceId() uint16 { method BadId (line 85) | func (err AllocError) BadId() uint32 { method Error (line 90) | func (err AllocError) Error() string { function AllocErrorNew (line 72) | func AllocErrorNew(buf []byte) xgb.Error { function init (line 100) | func init() { constant AllowAsyncPointer (line 105) | AllowAsyncPointer = 0 constant AllowSyncPointer (line 106) | AllowSyncPointer = 1 constant AllowReplayPointer (line 107) | AllowReplayPointer = 2 constant AllowAsyncKeyboard (line 108) | AllowAsyncKeyboard = 3 constant AllowSyncKeyboard (line 109) | AllowSyncKeyboard = 4 constant AllowReplayKeyboard (line 110) | AllowReplayKeyboard = 5 constant AllowAsyncBoth (line 111) | AllowAsyncBoth = 6 constant AllowSyncBoth (line 112) | AllowSyncBoth = 7 type Arc (line 115) | type Arc struct method Bytes (line 160) | func (v Arc) Bytes() []byte { function ArcRead (line 125) | func ArcRead(buf []byte, v *Arc) int { function ArcReadList (line 150) | func ArcReadList(buf []byte, dest []Arc) int { function ArcListBytes (line 186) | func ArcListBytes(buf []byte, list []Arc) int { constant ArcModeChord (line 198) | ArcModeChord = 0 constant ArcModePieSlice (line 199) | ArcModePieSlice = 1 type Atom (line 202) | type Atom function NewAtomId (line 204) | func NewAtomId(c *xgb.Conn) (Atom, error) { constant AtomNone (line 213) | AtomNone = 0 constant AtomAny (line 214) | AtomAny = 0 constant AtomPrimary (line 215) | AtomPrimary = 1 constant AtomSecondary (line 216) | AtomSecondary = 2 constant AtomArc (line 217) | AtomArc = 3 constant AtomAtom (line 218) | AtomAtom = 4 constant AtomBitmap (line 219) | AtomBitmap = 5 constant AtomCardinal (line 220) | AtomCardinal = 6 constant AtomColormap (line 221) | AtomColormap = 7 constant AtomCursor (line 222) | AtomCursor = 8 constant AtomCutBuffer0 (line 223) | AtomCutBuffer0 = 9 constant AtomCutBuffer1 (line 224) | AtomCutBuffer1 = 10 constant AtomCutBuffer2 (line 225) | AtomCutBuffer2 = 11 constant AtomCutBuffer3 (line 226) | AtomCutBuffer3 = 12 constant AtomCutBuffer4 (line 227) | AtomCutBuffer4 = 13 constant AtomCutBuffer5 (line 228) | AtomCutBuffer5 = 14 constant AtomCutBuffer6 (line 229) | AtomCutBuffer6 = 15 constant AtomCutBuffer7 (line 230) | AtomCutBuffer7 = 16 constant AtomDrawable (line 231) | AtomDrawable = 17 constant AtomFont (line 232) | AtomFont = 18 constant AtomInteger (line 233) | AtomInteger = 19 constant AtomPixmap (line 234) | AtomPixmap = 20 constant AtomPoint (line 235) | AtomPoint = 21 constant AtomRectangle (line 236) | AtomRectangle = 22 constant AtomResourceManager (line 237) | AtomResourceManager = 23 constant AtomRgbColorMap (line 238) | AtomRgbColorMap = 24 constant AtomRgbBestMap (line 239) | AtomRgbBestMap = 25 constant AtomRgbBlueMap (line 240) | AtomRgbBlueMap = 26 constant AtomRgbDefaultMap (line 241) | AtomRgbDefaultMap = 27 constant AtomRgbGrayMap (line 242) | AtomRgbGrayMap = 28 constant AtomRgbGreenMap (line 243) | AtomRgbGreenMap = 29 constant AtomRgbRedMap (line 244) | AtomRgbRedMap = 30 constant AtomString (line 245) | AtomString = 31 constant AtomVisualid (line 246) | AtomVisualid = 32 constant AtomWindow (line 247) | AtomWindow = 33 constant AtomWmCommand (line 248) | AtomWmCommand = 34 constant AtomWmHints (line 249) | AtomWmHints = 35 constant AtomWmClientMachine (line 250) | AtomWmClientMachine = 36 constant AtomWmIconName (line 251) | AtomWmIconName = 37 constant AtomWmIconSize (line 252) | AtomWmIconSize = 38 constant AtomWmName (line 253) | AtomWmName = 39 constant AtomWmNormalHints (line 254) | AtomWmNormalHints = 40 constant AtomWmSizeHints (line 255) | AtomWmSizeHints = 41 constant AtomWmZoomHints (line 256) | AtomWmZoomHints = 42 constant AtomMinSpace (line 257) | AtomMinSpace = 43 constant AtomNormSpace (line 258) | AtomNormSpace = 44 constant AtomMaxSpace (line 259) | AtomMaxSpace = 45 constant AtomEndSpace (line 260) | AtomEndSpace = 46 constant AtomSuperscriptX (line 261) | AtomSuperscriptX = 47 constant AtomSuperscriptY (line 262) | AtomSuperscriptY = 48 constant AtomSubscriptX (line 263) | AtomSubscriptX = 49 constant AtomSubscriptY (line 264) | AtomSubscriptY = 50 constant AtomUnderlinePosition (line 265) | AtomUnderlinePosition = 51 constant AtomUnderlineThickness (line 266) | AtomUnderlineThickness = 52 constant AtomStrikeoutAscent (line 267) | AtomStrikeoutAscent = 53 constant AtomStrikeoutDescent (line 268) | AtomStrikeoutDescent = 54 constant AtomItalicAngle (line 269) | AtomItalicAngle = 55 constant AtomXHeight (line 270) | AtomXHeight = 56 constant AtomQuadWidth (line 271) | AtomQuadWidth = 57 constant AtomWeight (line 272) | AtomWeight = 58 constant AtomPointSize (line 273) | AtomPointSize = 59 constant AtomResolution (line 274) | AtomResolution = 60 constant AtomCopyright (line 275) | AtomCopyright = 61 constant AtomNotice (line 276) | AtomNotice = 62 constant AtomFontName (line 277) | AtomFontName = 63 constant AtomFamilyName (line 278) | AtomFamilyName = 64 constant AtomFullName (line 279) | AtomFullName = 65 constant AtomCapHeight (line 280) | AtomCapHeight = 66 constant AtomWmClass (line 281) | AtomWmClass = 67 constant AtomWmTransientFor (line 282) | AtomWmTransientFor = 68 constant BadAtom (line 286) | BadAtom = 5 type AtomError (line 288) | type AtomError method SequenceId (line 299) | func (err AtomError) SequenceId() uint16 { method BadId (line 304) | func (err AtomError) BadId() uint32 { method Error (line 309) | func (err AtomError) Error() string { function AtomErrorNew (line 291) | func AtomErrorNew(buf []byte) xgb.Error { function init (line 319) | func init() { constant AutoRepeatModeOff (line 324) | AutoRepeatModeOff = 0 constant AutoRepeatModeOn (line 325) | AutoRepeatModeOn = 1 constant AutoRepeatModeDefault (line 326) | AutoRepeatModeDefault = 2 constant BackPixmapNone (line 330) | BackPixmapNone = 0 constant BackPixmapParentRelative (line 331) | BackPixmapParentRelative = 1 constant BackingStoreNotUseful (line 335) | BackingStoreNotUseful = 0 constant BackingStoreWhenMapped (line 336) | BackingStoreWhenMapped = 1 constant BackingStoreAlways (line 337) | BackingStoreAlways = 2 constant BlankingNotPreferred (line 341) | BlankingNotPreferred = 0 constant BlankingPreferred (line 342) | BlankingPreferred = 1 constant BlankingDefault (line 343) | BlankingDefault = 2 type Button (line 346) | type Button constant ButtonIndexAny (line 349) | ButtonIndexAny = 0 constant ButtonIndex1 (line 350) | ButtonIndex1 = 1 constant ButtonIndex2 (line 351) | ButtonIndex2 = 2 constant ButtonIndex3 (line 352) | ButtonIndex3 = 3 constant ButtonIndex4 (line 353) | ButtonIndex4 = 4 constant ButtonIndex5 (line 354) | ButtonIndex5 = 5 constant ButtonMask1 (line 358) | ButtonMask1 = 256 constant ButtonMask2 (line 359) | ButtonMask2 = 512 constant ButtonMask3 (line 360) | ButtonMask3 = 1024 constant ButtonMask4 (line 361) | ButtonMask4 = 2048 constant ButtonMask5 (line 362) | ButtonMask5 = 4096 constant ButtonMaskAny (line 363) | ButtonMaskAny = 32768 constant ButtonPress (line 367) | ButtonPress = 4 type ButtonPressEvent (line 369) | type ButtonPressEvent struct method Bytes (line 436) | func (v ButtonPressEvent) Bytes() []byte { method SequenceId (line 491) | func (v ButtonPressEvent) SequenceId() uint16 { method String (line 496) | func (v ButtonPressEvent) String() string { function ButtonPressEventNew (line 386) | func ButtonPressEventNew(buf []byte) xgb.Event { function init (line 513) | func init() { constant ButtonRelease (line 518) | ButtonRelease = 5 type ButtonReleaseEvent (line 520) | type ButtonReleaseEvent method Bytes (line 528) | func (v ButtonReleaseEvent) Bytes() []byte { method SequenceId (line 535) | func (v ButtonReleaseEvent) SequenceId() uint16 { method String (line 539) | func (v ButtonReleaseEvent) String() string { function ButtonReleaseEventNew (line 523) | func ButtonReleaseEventNew(buf []byte) xgb.Event { function init (line 556) | func init() { constant CapStyleNotLast (line 561) | CapStyleNotLast = 0 constant CapStyleButt (line 562) | CapStyleButt = 1 constant CapStyleRound (line 563) | CapStyleRound = 2 constant CapStyleProjecting (line 564) | CapStyleProjecting = 3 type Char2b (line 567) | type Char2b struct method Bytes (line 596) | func (v Char2b) Bytes() []byte { function Char2bRead (line 573) | func Char2bRead(buf []byte, v *Char2b) int { function Char2bReadList (line 586) | func Char2bReadList(buf []byte, dest []Char2b) int { function Char2bListBytes (line 610) | func Char2bListBytes(buf []byte, list []Char2b) int { type Charinfo (line 621) | type Charinfo struct method Bytes (line 666) | func (v Charinfo) Bytes() []byte { function CharinfoRead (line 631) | func CharinfoRead(buf []byte, v *Charinfo) int { function CharinfoReadList (line 656) | func CharinfoReadList(buf []byte, dest []Charinfo) int { function CharinfoListBytes (line 692) | func CharinfoListBytes(buf []byte, list []Charinfo) int { constant CirculateRaiseLowest (line 704) | CirculateRaiseLowest = 0 constant CirculateLowerHighest (line 705) | CirculateLowerHighest = 1 constant CirculateNotify (line 709) | CirculateNotify = 26 type CirculateNotifyEvent (line 711) | type CirculateNotifyEvent struct method Bytes (line 748) | func (v CirculateNotifyEvent) Bytes() []byte { method SequenceId (line 779) | func (v CirculateNotifyEvent) SequenceId() uint16 { method String (line 784) | func (v CirculateNotifyEvent) String() string { function CirculateNotifyEventNew (line 722) | func CirculateNotifyEventNew(buf []byte) xgb.Event { function init (line 793) | func init() { constant CirculateRequest (line 798) | CirculateRequest = 27 type CirculateRequestEvent (line 800) | type CirculateRequestEvent method Bytes (line 808) | func (v CirculateRequestEvent) Bytes() []byte { method SequenceId (line 815) | func (v CirculateRequestEvent) SequenceId() uint16 { method String (line 819) | func (v CirculateRequestEvent) String() string { function CirculateRequestEventNew (line 803) | func CirculateRequestEventNew(buf []byte) xgb.Event { function init (line 828) | func init() { constant ClientMessage (line 833) | ClientMessage = 33 type ClientMessageEvent (line 835) | type ClientMessageEvent struct method Bytes (line 867) | func (v ClientMessageEvent) Bytes() []byte { method SequenceId (line 898) | func (v ClientMessageEvent) SequenceId() uint16 { method String (line 903) | func (v ClientMessageEvent) String() string { function ClientMessageEventNew (line 844) | func ClientMessageEventNew(buf []byte) xgb.Event { function init (line 912) | func init() { type ClientMessageDataUnion (line 923) | type ClientMessageDataUnion struct method Bytes (line 1077) | func (v ClientMessageDataUnion) Bytes() []byte { function ClientMessageDataUnionData8New (line 930) | func ClientMessageDataUnionData8New(Data8 []byte) ClientMessageDataUnion { function ClientMessageDataUnionData16New (line 965) | func ClientMessageDataUnionData16New(Data16 []uint16) ClientMessageDataU... function ClientMessageDataUnionData32New (line 1002) | func ClientMessageDataUnionData32New(Data32 []uint32) ClientMessageDataU... function ClientMessageDataUnionRead (line 1039) | func ClientMessageDataUnionRead(buf []byte, v *ClientMessageDataUnion) i... function ClientMessageDataUnionReadList (line 1065) | func ClientMessageDataUnionReadList(buf []byte, dest []ClientMessageData... function ClientMessageDataUnionListBytes (line 1087) | func ClientMessageDataUnionListBytes(buf []byte, list []ClientMessageDat... constant ClipOrderingUnsorted (line 1099) | ClipOrderingUnsorted = 0 constant ClipOrderingYSorted (line 1100) | ClipOrderingYSorted = 1 constant ClipOrderingYXSorted (line 1101) | ClipOrderingYXSorted = 2 constant ClipOrderingYXBanded (line 1102) | ClipOrderingYXBanded = 3 constant CloseDownDestroyAll (line 1106) | CloseDownDestroyAll = 0 constant CloseDownRetainPermanent (line 1107) | CloseDownRetainPermanent = 1 constant CloseDownRetainTemporary (line 1108) | CloseDownRetainTemporary = 2 constant ColorFlagRed (line 1112) | ColorFlagRed = 1 constant ColorFlagGreen (line 1113) | ColorFlagGreen = 2 constant ColorFlagBlue (line 1114) | ColorFlagBlue = 4 type Coloritem (line 1117) | type Coloritem struct method Bytes (line 1161) | func (v Coloritem) Bytes() []byte { function ColoritemRead (line 1127) | func ColoritemRead(buf []byte, v *Coloritem) int { function ColoritemReadList (line 1151) | func ColoritemReadList(buf []byte, dest []Coloritem) int { function ColoritemListBytes (line 1186) | func ColoritemListBytes(buf []byte, list []Coloritem) int { type Colormap (line 1197) | type Colormap function NewColormapId (line 1199) | func NewColormapId(c *xgb.Conn) (Colormap, error) { constant BadColormap (line 1208) | BadColormap = 12 type ColormapError (line 1210) | type ColormapError method SequenceId (line 1221) | func (err ColormapError) SequenceId() uint16 { method BadId (line 1226) | func (err ColormapError) BadId() uint32 { method Error (line 1231) | func (err ColormapError) Error() string { function ColormapErrorNew (line 1213) | func ColormapErrorNew(buf []byte) xgb.Error { function init (line 1241) | func init() { constant ColormapNone (line 1246) | ColormapNone = 0 constant ColormapAllocNone (line 1250) | ColormapAllocNone = 0 constant ColormapAllocAll (line 1251) | ColormapAllocAll = 1 constant ColormapNotify (line 1255) | ColormapNotify = 32 type ColormapNotifyEvent (line 1257) | type ColormapNotifyEvent struct method Bytes (line 1299) | func (v ColormapNotifyEvent) Bytes() []byte { method SequenceId (line 1335) | func (v ColormapNotifyEvent) SequenceId() uint16 { method String (line 1340) | func (v ColormapNotifyEvent) String() string { function ColormapNotifyEventNew (line 1268) | func ColormapNotifyEventNew(buf []byte) xgb.Event { function init (line 1350) | func init() { constant ColormapStateUninstalled (line 1355) | ColormapStateUninstalled = 0 constant ColormapStateInstalled (line 1356) | ColormapStateInstalled = 1 constant ConfigWindowX (line 1360) | ConfigWindowX = 1 constant ConfigWindowY (line 1361) | ConfigWindowY = 2 constant ConfigWindowWidth (line 1362) | ConfigWindowWidth = 4 constant ConfigWindowHeight (line 1363) | ConfigWindowHeight = 8 constant ConfigWindowBorderWidth (line 1364) | ConfigWindowBorderWidth = 16 constant ConfigWindowSibling (line 1365) | ConfigWindowSibling = 32 constant ConfigWindowStackMode (line 1366) | ConfigWindowStackMode = 64 constant ConfigureNotify (line 1370) | ConfigureNotify = 22 type ConfigureNotifyEvent (line 1372) | type ConfigureNotifyEvent struct method Bytes (line 1434) | func (v ConfigureNotifyEvent) Bytes() []byte { method SequenceId (line 1485) | func (v ConfigureNotifyEvent) SequenceId() uint16 { method String (line 1490) | func (v ConfigureNotifyEvent) String() string { function ConfigureNotifyEventNew (line 1388) | func ConfigureNotifyEventNew(buf []byte) xgb.Event { function init (line 1505) | func init() { constant ConfigureRequest (line 1510) | ConfigureRequest = 23 type ConfigureRequestEvent (line 1512) | type ConfigureRequestEvent struct method Bytes (line 1568) | func (v ConfigureRequestEvent) Bytes() []byte { method SequenceId (line 1614) | func (v ConfigureRequestEvent) SequenceId() uint16 { method String (line 1619) | func (v ConfigureRequestEvent) String() string { function ConfigureRequestEventNew (line 1527) | func ConfigureRequestEventNew(buf []byte) xgb.Event { function init (line 1635) | func init() { constant CoordModeOrigin (line 1640) | CoordModeOrigin = 0 constant CoordModePrevious (line 1641) | CoordModePrevious = 1 constant CreateNotify (line 1645) | CreateNotify = 16 type CreateNotifyEvent (line 1647) | type CreateNotifyEvent struct method Bytes (line 1705) | func (v CreateNotifyEvent) Bytes() []byte { method SequenceId (line 1753) | func (v CreateNotifyEvent) SequenceId() uint16 { method String (line 1758) | func (v CreateNotifyEvent) String() string { function CreateNotifyEventNew (line 1662) | func CreateNotifyEventNew(buf []byte) xgb.Event { function init (line 1772) | func init() { type Cursor (line 1776) | type Cursor function NewCursorId (line 1778) | func NewCursorId(c *xgb.Conn) (Cursor, error) { constant BadCursor (line 1787) | BadCursor = 6 type CursorError (line 1789) | type CursorError method SequenceId (line 1800) | func (err CursorError) SequenceId() uint16 { method BadId (line 1805) | func (err CursorError) BadId() uint32 { method Error (line 1810) | func (err CursorError) Error() string { function CursorErrorNew (line 1792) | func CursorErrorNew(buf []byte) xgb.Error { function init (line 1820) | func init() { constant CursorNone (line 1825) | CursorNone = 0 constant CwBackPixmap (line 1829) | CwBackPixmap = 1 constant CwBackPixel (line 1830) | CwBackPixel = 2 constant CwBorderPixmap (line 1831) | CwBorderPixmap = 4 constant CwBorderPixel (line 1832) | CwBorderPixel = 8 constant CwBitGravity (line 1833) | CwBitGravity = 16 constant CwWinGravity (line 1834) | CwWinGravity = 32 constant CwBackingStore (line 1835) | CwBackingStore = 64 constant CwBackingPlanes (line 1836) | CwBackingPlanes = 128 constant CwBackingPixel (line 1837) | CwBackingPixel = 256 constant CwOverrideRedirect (line 1838) | CwOverrideRedirect = 512 constant CwSaveUnder (line 1839) | CwSaveUnder = 1024 constant CwEventMask (line 1840) | CwEventMask = 2048 constant CwDontPropagate (line 1841) | CwDontPropagate = 4096 constant CwColormap (line 1842) | CwColormap = 8192 constant CwCursor (line 1843) | CwCursor = 16384 type DepthInfo (line 1846) | type DepthInfo struct method Bytes (line 1885) | func (v DepthInfo) Bytes() []byte { function DepthInfoRead (line 1855) | func DepthInfoRead(buf []byte, v *DepthInfo) int { function DepthInfoReadList (line 1875) | func DepthInfoReadList(buf []byte, dest []DepthInfo) int { function DepthInfoListBytes (line 1905) | func DepthInfoListBytes(buf []byte, list []DepthInfo) int { function DepthInfoListSize (line 1917) | func DepthInfoListSize(list []DepthInfo) int { constant DestroyNotify (line 1926) | DestroyNotify = 17 type DestroyNotifyEvent (line 1928) | type DestroyNotifyEvent struct method Bytes (line 1955) | func (v DestroyNotifyEvent) Bytes() []byte { method SequenceId (line 1979) | func (v DestroyNotifyEvent) SequenceId() uint16 { method String (line 1984) | func (v DestroyNotifyEvent) String() string { function DestroyNotifyEventNew (line 1936) | func DestroyNotifyEventNew(buf []byte) xgb.Event { function init (line 1992) | func init() { type Drawable (line 1996) | type Drawable function NewDrawableId (line 1998) | func NewDrawableId(c *xgb.Conn) (Drawable, error) { constant BadDrawable (line 2007) | BadDrawable = 9 type DrawableError (line 2009) | type DrawableError method SequenceId (line 2020) | func (err DrawableError) SequenceId() uint16 { method BadId (line 2025) | func (err DrawableError) BadId() uint32 { method Error (line 2030) | func (err DrawableError) Error() string { function DrawableErrorNew (line 2012) | func DrawableErrorNew(buf []byte) xgb.Error { function init (line 2040) | func init() { constant EnterNotify (line 2045) | EnterNotify = 7 type EnterNotifyEvent (line 2047) | type EnterNotifyEvent struct method Bytes (line 2111) | func (v EnterNotifyEvent) Bytes() []byte { method SequenceId (line 2163) | func (v EnterNotifyEvent) SequenceId() uint16 { method String (line 2168) | func (v EnterNotifyEvent) String() string { function EnterNotifyEventNew (line 2064) | func EnterNotifyEventNew(buf []byte) xgb.Event { function init (line 2186) | func init() { constant EventMaskNoEvent (line 2191) | EventMaskNoEvent = 0 constant EventMaskKeyPress (line 2192) | EventMaskKeyPress = 1 constant EventMaskKeyRelease (line 2193) | EventMaskKeyRelease = 2 constant EventMaskButtonPress (line 2194) | EventMaskButtonPress = 4 constant EventMaskButtonRelease (line 2195) | EventMaskButtonRelease = 8 constant EventMaskEnterWindow (line 2196) | EventMaskEnterWindow = 16 constant EventMaskLeaveWindow (line 2197) | EventMaskLeaveWindow = 32 constant EventMaskPointerMotion (line 2198) | EventMaskPointerMotion = 64 constant EventMaskPointerMotionHint (line 2199) | EventMaskPointerMotionHint = 128 constant EventMaskButton1Motion (line 2200) | EventMaskButton1Motion = 256 constant EventMaskButton2Motion (line 2201) | EventMaskButton2Motion = 512 constant EventMaskButton3Motion (line 2202) | EventMaskButton3Motion = 1024 constant EventMaskButton4Motion (line 2203) | EventMaskButton4Motion = 2048 constant EventMaskButton5Motion (line 2204) | EventMaskButton5Motion = 4096 constant EventMaskButtonMotion (line 2205) | EventMaskButtonMotion = 8192 constant EventMaskKeymapState (line 2206) | EventMaskKeymapState = 16384 constant EventMaskExposure (line 2207) | EventMaskExposure = 32768 constant EventMaskVisibilityChange (line 2208) | EventMaskVisibilityChange = 65536 constant EventMaskStructureNotify (line 2209) | EventMaskStructureNotify = 131072 constant EventMaskResizeRedirect (line 2210) | EventMaskResizeRedirect = 262144 constant EventMaskSubstructureNotify (line 2211) | EventMaskSubstructureNotify = 524288 constant EventMaskSubstructureRedirect (line 2212) | EventMaskSubstructureRedirect = 1048576 constant EventMaskFocusChange (line 2213) | EventMaskFocusChange = 2097152 constant EventMaskPropertyChange (line 2214) | EventMaskPropertyChange = 4194304 constant EventMaskColorMapChange (line 2215) | EventMaskColorMapChange = 8388608 constant EventMaskOwnerGrabButton (line 2216) | EventMaskOwnerGrabButton = 16777216 constant Expose (line 2220) | Expose = 12 type ExposeEvent (line 2222) | type ExposeEvent struct method Bytes (line 2268) | func (v ExposeEvent) Bytes() []byte { method SequenceId (line 2306) | func (v ExposeEvent) SequenceId() uint16 { method String (line 2311) | func (v ExposeEvent) String() string { function ExposeEventNew (line 2235) | func ExposeEventNew(buf []byte) xgb.Event { function init (line 2323) | func init() { constant ExposuresNotAllowed (line 2328) | ExposuresNotAllowed = 0 constant ExposuresAllowed (line 2329) | ExposuresAllowed = 1 constant ExposuresDefault (line 2330) | ExposuresDefault = 2 constant FamilyInternet (line 2334) | FamilyInternet = 0 constant FamilyDECnet (line 2335) | FamilyDECnet = 1 constant FamilyChaos (line 2336) | FamilyChaos = 2 constant FamilyServerInterpreted (line 2337) | FamilyServerInterpreted = 5 constant FamilyInternet6 (line 2338) | FamilyInternet6 = 6 constant FillRuleEvenOdd (line 2342) | FillRuleEvenOdd = 0 constant FillRuleWinding (line 2343) | FillRuleWinding = 1 constant FillStyleSolid (line 2347) | FillStyleSolid = 0 constant FillStyleTiled (line 2348) | FillStyleTiled = 1 constant FillStyleStippled (line 2349) | FillStyleStippled = 2 constant FillStyleOpaqueStippled (line 2350) | FillStyleOpaqueStippled = 3 constant FocusIn (line 2354) | FocusIn = 9 type FocusInEvent (line 2356) | type FocusInEvent struct method Bytes (line 2387) | func (v FocusInEvent) Bytes() []byte { method SequenceId (line 2414) | func (v FocusInEvent) SequenceId() uint16 { method String (line 2419) | func (v FocusInEvent) String() string { function FocusInEventNew (line 2365) | func FocusInEventNew(buf []byte) xgb.Event { function init (line 2428) | func init() { constant FocusOut (line 2433) | FocusOut = 10 type FocusOutEvent (line 2435) | type FocusOutEvent method Bytes (line 2443) | func (v FocusOutEvent) Bytes() []byte { method SequenceId (line 2450) | func (v FocusOutEvent) SequenceId() uint16 { method String (line 2454) | func (v FocusOutEvent) String() string { function FocusOutEventNew (line 2438) | func FocusOutEventNew(buf []byte) xgb.Event { function init (line 2463) | func init() { type Font (line 2467) | type Font function NewFontId (line 2469) | func NewFontId(c *xgb.Conn) (Font, error) { constant BadFont (line 2478) | BadFont = 7 type FontError (line 2480) | type FontError method SequenceId (line 2491) | func (err FontError) SequenceId() uint16 { method BadId (line 2496) | func (err FontError) BadId() uint32 { method Error (line 2501) | func (err FontError) Error() string { function FontErrorNew (line 2483) | func FontErrorNew(buf []byte) xgb.Error { function init (line 2511) | func init() { constant FontNone (line 2516) | FontNone = 0 constant FontDrawLeftToRight (line 2520) | FontDrawLeftToRight = 0 constant FontDrawRightToLeft (line 2521) | FontDrawRightToLeft = 1 type Fontable (line 2524) | type Fontable function NewFontableId (line 2526) | func NewFontableId(c *xgb.Conn) (Fontable, error) { type Fontprop (line 2534) | type Fontprop struct method Bytes (line 2563) | func (v Fontprop) Bytes() []byte { function FontpropRead (line 2540) | func FontpropRead(buf []byte, v *Fontprop) int { function FontpropReadList (line 2553) | func FontpropReadList(buf []byte, dest []Fontprop) int { function FontpropListBytes (line 2577) | func FontpropListBytes(buf []byte, list []Fontprop) int { type Format (line 2588) | type Format struct method Bytes (line 2624) | func (v Format) Bytes() []byte { function FormatRead (line 2596) | func FormatRead(buf []byte, v *Format) int { function FormatReadList (line 2614) | func FormatReadList(buf []byte, dest []Format) int { function FormatListBytes (line 2643) | func FormatListBytes(buf []byte, list []Format) int { constant BadGContext (line 2655) | BadGContext = 13 type GContextError (line 2657) | type GContextError method SequenceId (line 2668) | func (err GContextError) SequenceId() uint16 { method BadId (line 2673) | func (err GContextError) BadId() uint32 { method Error (line 2678) | func (err GContextError) Error() string { function GContextErrorNew (line 2660) | func GContextErrorNew(buf []byte) xgb.Error { function init (line 2688) | func init() { constant GcFunction (line 2693) | GcFunction = 1 constant GcPlaneMask (line 2694) | GcPlaneMask = 2 constant GcForeground (line 2695) | GcForeground = 4 constant GcBackground (line 2696) | GcBackground = 8 constant GcLineWidth (line 2697) | GcLineWidth = 16 constant GcLineStyle (line 2698) | GcLineStyle = 32 constant GcCapStyle (line 2699) | GcCapStyle = 64 constant GcJoinStyle (line 2700) | GcJoinStyle = 128 constant GcFillStyle (line 2701) | GcFillStyle = 256 constant GcFillRule (line 2702) | GcFillRule = 512 constant GcTile (line 2703) | GcTile = 1024 constant GcStipple (line 2704) | GcStipple = 2048 constant GcTileStippleOriginX (line 2705) | GcTileStippleOriginX = 4096 constant GcTileStippleOriginY (line 2706) | GcTileStippleOriginY = 8192 constant GcFont (line 2707) | GcFont = 16384 constant GcSubwindowMode (line 2708) | GcSubwindowMode = 32768 constant GcGraphicsExposures (line 2709) | GcGraphicsExposures = 65536 constant GcClipOriginX (line 2710) | GcClipOriginX = 131072 constant GcClipOriginY (line 2711) | GcClipOriginY = 262144 constant GcClipMask (line 2712) | GcClipMask = 524288 constant GcDashOffset (line 2713) | GcDashOffset = 1048576 constant GcDashList (line 2714) | GcDashList = 2097152 constant GcArcMode (line 2715) | GcArcMode = 4194304 type Gcontext (line 2718) | type Gcontext function NewGcontextId (line 2720) | func NewGcontextId(c *xgb.Conn) (Gcontext, error) { constant GeGeneric (line 2729) | GeGeneric = 35 type GeGenericEvent (line 2731) | type GeGenericEvent struct method Bytes (line 2747) | func (v GeGenericEvent) Bytes() []byte { method SequenceId (line 2763) | func (v GeGenericEvent) SequenceId() uint16 { method String (line 2768) | func (v GeGenericEvent) String() string { function GeGenericEventNew (line 2737) | func GeGenericEventNew(buf []byte) xgb.Event { function init (line 2774) | func init() { constant GetPropertyTypeAny (line 2779) | GetPropertyTypeAny = 0 constant GrabAny (line 2783) | GrabAny = 0 constant GrabModeSync (line 2787) | GrabModeSync = 0 constant GrabModeAsync (line 2788) | GrabModeAsync = 1 constant GrabStatusSuccess (line 2792) | GrabStatusSuccess = 0 constant GrabStatusAlreadyGrabbed (line 2793) | GrabStatusAlreadyGrabbed = 1 constant GrabStatusInvalidTime (line 2794) | GrabStatusInvalidTime = 2 constant GrabStatusNotViewable (line 2795) | GrabStatusNotViewable = 3 constant GrabStatusFrozen (line 2796) | GrabStatusFrozen = 4 constant GraphicsExposure (line 2800) | GraphicsExposure = 13 type GraphicsExposureEvent (line 2802) | type GraphicsExposureEvent struct method Bytes (line 2856) | func (v GraphicsExposureEvent) Bytes() []byte { method SequenceId (line 2900) | func (v GraphicsExposureEvent) SequenceId() uint16 { method String (line 2905) | func (v GraphicsExposureEvent) String() string { function GraphicsExposureEventNew (line 2817) | func GraphicsExposureEventNew(buf []byte) xgb.Event { function init (line 2919) | func init() { constant GravityBitForget (line 2924) | GravityBitForget = 0 constant GravityWinUnmap (line 2925) | GravityWinUnmap = 0 constant GravityNorthWest (line 2926) | GravityNorthWest = 1 constant GravityNorth (line 2927) | GravityNorth = 2 constant GravityNorthEast (line 2928) | GravityNorthEast = 3 constant GravityWest (line 2929) | GravityWest = 4 constant GravityCenter (line 2930) | GravityCenter = 5 constant GravityEast (line 2931) | GravityEast = 6 constant GravitySouthWest (line 2932) | GravitySouthWest = 7 constant GravitySouth (line 2933) | GravitySouth = 8 constant GravitySouthEast (line 2934) | GravitySouthEast = 9 constant GravityStatic (line 2935) | GravityStatic = 10 constant GravityNotify (line 2939) | GravityNotify = 24 type GravityNotifyEvent (line 2941) | type GravityNotifyEvent struct method Bytes (line 2976) | func (v GravityNotifyEvent) Bytes() []byte { method SequenceId (line 3006) | func (v GravityNotifyEvent) SequenceId() uint16 { method String (line 3011) | func (v GravityNotifyEvent) String() string { function GravityNotifyEventNew (line 2951) | func GravityNotifyEventNew(buf []byte) xgb.Event { function init (line 3021) | func init() { constant GxClear (line 3026) | GxClear = 0 constant GxAnd (line 3027) | GxAnd = 1 constant GxAndReverse (line 3028) | GxAndReverse = 2 constant GxCopy (line 3029) | GxCopy = 3 constant GxAndInverted (line 3030) | GxAndInverted = 4 constant GxNoop (line 3031) | GxNoop = 5 constant GxXor (line 3032) | GxXor = 6 constant GxOr (line 3033) | GxOr = 7 constant GxNor (line 3034) | GxNor = 8 constant GxEquiv (line 3035) | GxEquiv = 9 constant GxInvert (line 3036) | GxInvert = 10 constant GxOrReverse (line 3037) | GxOrReverse = 11 constant GxCopyInverted (line 3038) | GxCopyInverted = 12 constant GxOrInverted (line 3039) | GxOrInverted = 13 constant GxNand (line 3040) | GxNand = 14 constant GxSet (line 3041) | GxSet = 15 type Host (line 3044) | type Host struct method Bytes (line 3081) | func (v Host) Bytes() []byte { function HostRead (line 3052) | func HostRead(buf []byte, v *Host) int { function HostReadList (line 3071) | func HostReadList(buf []byte, dest []Host) int { function HostListBytes (line 3100) | func HostListBytes(buf []byte, list []Host) int { function HostListSize (line 3112) | func HostListSize(list []Host) int { constant HostModeInsert (line 3121) | HostModeInsert = 0 constant HostModeDelete (line 3122) | HostModeDelete = 1 constant BadIDChoice (line 3126) | BadIDChoice = 14 type IDChoiceError (line 3128) | type IDChoiceError method SequenceId (line 3139) | func (err IDChoiceError) SequenceId() uint16 { method BadId (line 3144) | func (err IDChoiceError) BadId() uint32 { method Error (line 3149) | func (err IDChoiceError) Error() string { function IDChoiceErrorNew (line 3131) | func IDChoiceErrorNew(buf []byte) xgb.Error { function init (line 3159) | func init() { constant ImageFormatXYBitmap (line 3164) | ImageFormatXYBitmap = 0 constant ImageFormatXYPixmap (line 3165) | ImageFormatXYPixmap = 1 constant ImageFormatZPixmap (line 3166) | ImageFormatZPixmap = 2 constant ImageOrderLSBFirst (line 3170) | ImageOrderLSBFirst = 0 constant ImageOrderMSBFirst (line 3171) | ImageOrderMSBFirst = 1 constant BadImplementation (line 3175) | BadImplementation = 17 type ImplementationError (line 3177) | type ImplementationError method SequenceId (line 3188) | func (err ImplementationError) SequenceId() uint16 { method BadId (line 3193) | func (err ImplementationError) BadId() uint32 { method Error (line 3198) | func (err ImplementationError) Error() string { function ImplementationErrorNew (line 3180) | func ImplementationErrorNew(buf []byte) xgb.Error { function init (line 3208) | func init() { constant InputFocusNone (line 3213) | InputFocusNone = 0 constant InputFocusPointerRoot (line 3214) | InputFocusPointerRoot = 1 constant InputFocusParent (line 3215) | InputFocusParent = 2 constant InputFocusFollowKeyboard (line 3216) | InputFocusFollowKeyboard = 3 constant JoinStyleMiter (line 3220) | JoinStyleMiter = 0 constant JoinStyleRound (line 3221) | JoinStyleRound = 1 constant JoinStyleBevel (line 3222) | JoinStyleBevel = 2 constant KbKeyClickPercent (line 3226) | KbKeyClickPercent = 1 constant KbBellPercent (line 3227) | KbBellPercent = 2 constant KbBellPitch (line 3228) | KbBellPitch = 4 constant KbBellDuration (line 3229) | KbBellDuration = 8 constant KbLed (line 3230) | KbLed = 16 constant KbLedMode (line 3231) | KbLedMode = 32 constant KbKey (line 3232) | KbKey = 64 constant KbAutoRepeatMode (line 3233) | KbAutoRepeatMode = 128 constant KeyButMaskShift (line 3237) | KeyButMaskShift = 1 constant KeyButMaskLock (line 3238) | KeyButMaskLock = 2 constant KeyButMaskControl (line 3239) | KeyButMaskControl = 4 constant KeyButMaskMod1 (line 3240) | KeyButMaskMod1 = 8 constant KeyButMaskMod2 (line 3241) | KeyButMaskMod2 = 16 constant KeyButMaskMod3 (line 3242) | KeyButMaskMod3 = 32 constant KeyButMaskMod4 (line 3243) | KeyButMaskMod4 = 64 constant KeyButMaskMod5 (line 3244) | KeyButMaskMod5 = 128 constant KeyButMaskButton1 (line 3245) | KeyButMaskButton1 = 256 constant KeyButMaskButton2 (line 3246) | KeyButMaskButton2 = 512 constant KeyButMaskButton3 (line 3247) | KeyButMaskButton3 = 1024 constant KeyButMaskButton4 (line 3248) | KeyButMaskButton4 = 2048 constant KeyButMaskButton5 (line 3249) | KeyButMaskButton5 = 4096 constant KeyPress (line 3253) | KeyPress = 2 type KeyPressEvent (line 3255) | type KeyPressEvent struct method Bytes (line 3322) | func (v KeyPressEvent) Bytes() []byte { method SequenceId (line 3377) | func (v KeyPressEvent) SequenceId() uint16 { method String (line 3382) | func (v KeyPressEvent) String() string { function KeyPressEventNew (line 3272) | func KeyPressEventNew(buf []byte) xgb.Event { function init (line 3399) | func init() { constant KeyRelease (line 3404) | KeyRelease = 3 type KeyReleaseEvent (line 3406) | type KeyReleaseEvent method Bytes (line 3414) | func (v KeyReleaseEvent) Bytes() []byte { method SequenceId (line 3421) | func (v KeyReleaseEvent) SequenceId() uint16 { method String (line 3425) | func (v KeyReleaseEvent) String() string { function KeyReleaseEventNew (line 3409) | func KeyReleaseEventNew(buf []byte) xgb.Event { function init (line 3442) | func init() { type Keycode (line 3446) | type Keycode constant KeymapNotify (line 3449) | KeymapNotify = 11 type KeymapNotifyEvent (line 3451) | type KeymapNotifyEvent struct method Bytes (line 3468) | func (v KeymapNotifyEvent) Bytes() []byte { method SequenceId (line 3485) | func (v KeymapNotifyEvent) SequenceId() uint16 { method String (line 3490) | func (v KeymapNotifyEvent) String() string { function KeymapNotifyEventNew (line 3456) | func KeymapNotifyEventNew(buf []byte) xgb.Event { function init (line 3495) | func init() { type Keysym (line 3499) | type Keysym constant KillAllTemporary (line 3502) | KillAllTemporary = 0 constant LeaveNotify (line 3506) | LeaveNotify = 8 type LeaveNotifyEvent (line 3508) | type LeaveNotifyEvent method Bytes (line 3516) | func (v LeaveNotifyEvent) Bytes() []byte { method SequenceId (line 3523) | func (v LeaveNotifyEvent) SequenceId() uint16 { method String (line 3527) | func (v LeaveNotifyEvent) String() string { function LeaveNotifyEventNew (line 3511) | func LeaveNotifyEventNew(buf []byte) xgb.Event { function init (line 3545) | func init() { constant LedModeOff (line 3550) | LedModeOff = 0 constant LedModeOn (line 3551) | LedModeOn = 1 constant BadLength (line 3555) | BadLength = 16 type LengthError (line 3557) | type LengthError method SequenceId (line 3568) | func (err LengthError) SequenceId() uint16 { method BadId (line 3573) | func (err LengthError) BadId() uint32 { method Error (line 3578) | func (err LengthError) Error() string { function LengthErrorNew (line 3560) | func LengthErrorNew(buf []byte) xgb.Error { function init (line 3588) | func init() { constant LineStyleSolid (line 3593) | LineStyleSolid = 0 constant LineStyleOnOffDash (line 3594) | LineStyleOnOffDash = 1 constant LineStyleDoubleDash (line 3595) | LineStyleDoubleDash = 2 constant MapIndexShift (line 3599) | MapIndexShift = 0 constant MapIndexLock (line 3600) | MapIndexLock = 1 constant MapIndexControl (line 3601) | MapIndexControl = 2 constant MapIndex1 (line 3602) | MapIndex1 = 3 constant MapIndex2 (line 3603) | MapIndex2 = 4 constant MapIndex3 (line 3604) | MapIndex3 = 5 constant MapIndex4 (line 3605) | MapIndex4 = 6 constant MapIndex5 (line 3606) | MapIndex5 = 7 constant MapNotify (line 3610) | MapNotify = 19 type MapNotifyEvent (line 3612) | type MapNotifyEvent struct method Bytes (line 3650) | func (v MapNotifyEvent) Bytes() []byte { method SequenceId (line 3683) | func (v MapNotifyEvent) SequenceId() uint16 { method String (line 3688) | func (v MapNotifyEvent) String() string { function MapNotifyEventNew (line 3622) | func MapNotifyEventNew(buf []byte) xgb.Event { function init (line 3697) | func init() { constant MapRequest (line 3702) | MapRequest = 20 type MapRequestEvent (line 3704) | type MapRequestEvent struct method Bytes (line 3731) | func (v MapRequestEvent) Bytes() []byte { method SequenceId (line 3755) | func (v MapRequestEvent) SequenceId() uint16 { method String (line 3760) | func (v MapRequestEvent) String() string { function MapRequestEventNew (line 3712) | func MapRequestEventNew(buf []byte) xgb.Event { function init (line 3768) | func init() { constant MapStateUnmapped (line 3773) | MapStateUnmapped = 0 constant MapStateUnviewable (line 3774) | MapStateUnviewable = 1 constant MapStateViewable (line 3775) | MapStateViewable = 2 constant MappingModifier (line 3779) | MappingModifier = 0 constant MappingKeyboard (line 3780) | MappingKeyboard = 1 constant MappingPointer (line 3781) | MappingPointer = 2 constant MappingNotify (line 3785) | MappingNotify = 34 type MappingNotifyEvent (line 3787) | type MappingNotifyEvent struct method Bytes (line 3821) | func (v MappingNotifyEvent) Bytes() []byte { method SequenceId (line 3850) | func (v MappingNotifyEvent) SequenceId() uint16 { method String (line 3855) | func (v MappingNotifyEvent) String() string { function MappingNotifyEventNew (line 3797) | func MappingNotifyEventNew(buf []byte) xgb.Event { function init (line 3864) | func init() { constant MappingStatusSuccess (line 3869) | MappingStatusSuccess = 0 constant MappingStatusBusy (line 3870) | MappingStatusBusy = 1 constant MappingStatusFailure (line 3871) | MappingStatusFailure = 2 constant BadMatch (line 3875) | BadMatch = 8 type MatchError (line 3877) | type MatchError method SequenceId (line 3888) | func (err MatchError) SequenceId() uint16 { method BadId (line 3893) | func (err MatchError) BadId() uint32 { method Error (line 3898) | func (err MatchError) Error() string { function MatchErrorNew (line 3880) | func MatchErrorNew(buf []byte) xgb.Error { function init (line 3908) | func init() { constant ModMaskShift (line 3913) | ModMaskShift = 1 constant ModMaskLock (line 3914) | ModMaskLock = 2 constant ModMaskControl (line 3915) | ModMaskControl = 4 constant ModMask1 (line 3916) | ModMask1 = 8 constant ModMask2 (line 3917) | ModMask2 = 16 constant ModMask3 (line 3918) | ModMask3 = 32 constant ModMask4 (line 3919) | ModMask4 = 64 constant ModMask5 (line 3920) | ModMask5 = 128 constant ModMaskAny (line 3921) | ModMaskAny = 32768 constant MotionNormal (line 3925) | MotionNormal = 0 constant MotionHint (line 3926) | MotionHint = 1 constant MotionNotify (line 3930) | MotionNotify = 6 type MotionNotifyEvent (line 3932) | type MotionNotifyEvent struct method Bytes (line 3999) | func (v MotionNotifyEvent) Bytes() []byte { method SequenceId (line 4054) | func (v MotionNotifyEvent) SequenceId() uint16 { method String (line 4059) | func (v MotionNotifyEvent) String() string { function MotionNotifyEventNew (line 3949) | func MotionNotifyEventNew(buf []byte) xgb.Event { function init (line 4076) | func init() { constant BadName (line 4081) | BadName = 15 type NameError (line 4083) | type NameError method SequenceId (line 4094) | func (err NameError) SequenceId() uint16 { method BadId (line 4099) | func (err NameError) BadId() uint32 { method Error (line 4104) | func (err NameError) Error() string { function NameErrorNew (line 4086) | func NameErrorNew(buf []byte) xgb.Error { function init (line 4114) | func init() { constant NoExposure (line 4119) | NoExposure = 14 type NoExposureEvent (line 4121) | type NoExposureEvent struct method Bytes (line 4155) | func (v NoExposureEvent) Bytes() []byte { method SequenceId (line 4184) | func (v NoExposureEvent) SequenceId() uint16 { method String (line 4189) | func (v NoExposureEvent) String() string { function NoExposureEventNew (line 4131) | func NoExposureEventNew(buf []byte) xgb.Event { function init (line 4198) | func init() { constant NotifyDetailAncestor (line 4203) | NotifyDetailAncestor = 0 constant NotifyDetailVirtual (line 4204) | NotifyDetailVirtual = 1 constant NotifyDetailInferior (line 4205) | NotifyDetailInferior = 2 constant NotifyDetailNonlinear (line 4206) | NotifyDetailNonlinear = 3 constant NotifyDetailNonlinearVirtual (line 4207) | NotifyDetailNonlinearVirtual = 4 constant NotifyDetailPointer (line 4208) | NotifyDetailPointer = 5 constant NotifyDetailPointerRoot (line 4209) | NotifyDetailPointerRoot = 6 constant NotifyDetailNone (line 4210) | NotifyDetailNone = 7 constant NotifyModeNormal (line 4214) | NotifyModeNormal = 0 constant NotifyModeGrab (line 4215) | NotifyModeGrab = 1 constant NotifyModeUngrab (line 4216) | NotifyModeUngrab = 2 constant NotifyModeWhileGrabbed (line 4217) | NotifyModeWhileGrabbed = 3 type Pixmap (line 4220) | type Pixmap function NewPixmapId (line 4222) | func NewPixmapId(c *xgb.Conn) (Pixmap, error) { constant PixmapNone (line 4231) | PixmapNone = 0 constant BadPixmap (line 4235) | BadPixmap = 4 type PixmapError (line 4237) | type PixmapError method SequenceId (line 4248) | func (err PixmapError) SequenceId() uint16 { method BadId (line 4253) | func (err PixmapError) BadId() uint32 { method Error (line 4258) | func (err PixmapError) Error() string { function PixmapErrorNew (line 4240) | func PixmapErrorNew(buf []byte) xgb.Error { function init (line 4268) | func init() { constant PlaceOnTop (line 4273) | PlaceOnTop = 0 constant PlaceOnBottom (line 4274) | PlaceOnBottom = 1 type Point (line 4277) | type Point struct method Bytes (line 4306) | func (v Point) Bytes() []byte { function PointRead (line 4283) | func PointRead(buf []byte, v *Point) int { function PointReadList (line 4296) | func PointReadList(buf []byte, dest []Point) int { function PointListBytes (line 4320) | func PointListBytes(buf []byte, list []Point) int { constant PolyShapeComplex (line 4332) | PolyShapeComplex = 0 constant PolyShapeNonconvex (line 4333) | PolyShapeNonconvex = 1 constant PolyShapeConvex (line 4334) | PolyShapeConvex = 2 constant PropModeReplace (line 4338) | PropModeReplace = 0 constant PropModePrepend (line 4339) | PropModePrepend = 1 constant PropModeAppend (line 4340) | PropModeAppend = 2 constant PropertyNewValue (line 4344) | PropertyNewValue = 0 constant PropertyDelete (line 4345) | PropertyDelete = 1 constant PropertyNotify (line 4349) | PropertyNotify = 28 type PropertyNotifyEvent (line 4351) | type PropertyNotifyEvent struct method Bytes (line 4389) | func (v PropertyNotifyEvent) Bytes() []byte { method SequenceId (line 4421) | func (v PropertyNotifyEvent) SequenceId() uint16 { method String (line 4426) | func (v PropertyNotifyEvent) String() string { function PropertyNotifyEventNew (line 4362) | func PropertyNotifyEventNew(buf []byte) xgb.Event { function init (line 4436) | func init() { constant QueryShapeOfLargestCursor (line 4441) | QueryShapeOfLargestCursor = 0 constant QueryShapeOfFastestTile (line 4442) | QueryShapeOfFastestTile = 1 constant QueryShapeOfFastestStipple (line 4443) | QueryShapeOfFastestStipple = 2 type Rectangle (line 4446) | type Rectangle struct method Bytes (line 4483) | func (v Rectangle) Bytes() []byte { function RectangleRead (line 4454) | func RectangleRead(buf []byte, v *Rectangle) int { function RectangleReadList (line 4473) | func RectangleReadList(buf []byte, dest []Rectangle) int { function RectangleListBytes (line 4503) | func RectangleListBytes(buf []byte, list []Rectangle) int { constant ReparentNotify (line 4515) | ReparentNotify = 21 type ReparentNotifyEvent (line 4517) | type ReparentNotifyEvent struct method Bytes (line 4567) | func (v ReparentNotifyEvent) Bytes() []byte { method SequenceId (line 4609) | func (v ReparentNotifyEvent) SequenceId() uint16 { method String (line 4614) | func (v ReparentNotifyEvent) String() string { function ReparentNotifyEventNew (line 4530) | func ReparentNotifyEventNew(buf []byte) xgb.Event { function init (line 4626) | func init() { constant BadRequest (line 4631) | BadRequest = 1 type RequestError (line 4633) | type RequestError struct method SequenceId (line 4669) | func (err RequestError) SequenceId() uint16 { method BadId (line 4674) | func (err RequestError) BadId() uint32 { method Error (line 4680) | func (err RequestError) Error() string { function RequestErrorNew (line 4643) | func RequestErrorNew(buf []byte) xgb.Error { function init (line 4690) | func init() { constant ResizeRequest (line 4695) | ResizeRequest = 25 type ResizeRequestEvent (line 4697) | type ResizeRequestEvent struct method Bytes (line 4728) | func (v ResizeRequestEvent) Bytes() []byte { method SequenceId (line 4755) | func (v ResizeRequestEvent) SequenceId() uint16 { method String (line 4760) | func (v ResizeRequestEvent) String() string { function ResizeRequestEventNew (line 4706) | func ResizeRequestEventNew(buf []byte) xgb.Event { function init (line 4769) | func init() { type Rgb (line 4773) | type Rgb struct method Bytes (line 4809) | func (v Rgb) Bytes() []byte { function RgbRead (line 4781) | func RgbRead(buf []byte, v *Rgb) int { function RgbReadList (line 4799) | func RgbReadList(buf []byte, dest []Rgb) int { function RgbListBytes (line 4828) | func RgbListBytes(buf []byte, list []Rgb) int { type ScreenInfo (line 4839) | type ScreenInfo struct method Bytes (line 4932) | func (v ScreenInfo) Bytes() []byte { function ScreenInfoRead (line 4860) | func ScreenInfoRead(buf []byte, v *ScreenInfo) int { function ScreenInfoReadList (line 4922) | func ScreenInfoReadList(buf []byte, dest []ScreenInfo) int { function ScreenInfoListBytes (line 4994) | func ScreenInfoListBytes(buf []byte, list []ScreenInfo) int { function ScreenInfoListSize (line 5006) | func ScreenInfoListSize(list []ScreenInfo) int { constant ScreenSaverReset (line 5015) | ScreenSaverReset = 0 constant ScreenSaverActive (line 5016) | ScreenSaverActive = 1 type Segment (line 5019) | type Segment struct method Bytes (line 5056) | func (v Segment) Bytes() []byte { function SegmentRead (line 5027) | func SegmentRead(buf []byte, v *Segment) int { function SegmentReadList (line 5046) | func SegmentReadList(buf []byte, dest []Segment) int { function SegmentListBytes (line 5076) | func SegmentListBytes(buf []byte, list []Segment) int { constant SelectionClear (line 5088) | SelectionClear = 29 type SelectionClearEvent (line 5090) | type SelectionClearEvent struct method Bytes (line 5121) | func (v SelectionClearEvent) Bytes() []byte { method SequenceId (line 5148) | func (v SelectionClearEvent) SequenceId() uint16 { method String (line 5153) | func (v SelectionClearEvent) String() string { function SelectionClearEventNew (line 5099) | func SelectionClearEventNew(buf []byte) xgb.Event { function init (line 5162) | func init() { constant SelectionNotify (line 5167) | SelectionNotify = 31 type SelectionNotifyEvent (line 5169) | type SelectionNotifyEvent struct method Bytes (line 5208) | func (v SelectionNotifyEvent) Bytes() []byte { method SequenceId (line 5241) | func (v SelectionNotifyEvent) SequenceId() uint16 { method String (line 5246) | func (v SelectionNotifyEvent) String() string { function SelectionNotifyEventNew (line 5180) | func SelectionNotifyEventNew(buf []byte) xgb.Event { function init (line 5257) | func init() { constant SelectionRequest (line 5262) | SelectionRequest = 30 type SelectionRequestEvent (line 5264) | type SelectionRequestEvent struct method Bytes (line 5307) | func (v SelectionRequestEvent) Bytes() []byte { method SequenceId (line 5343) | func (v SelectionRequestEvent) SequenceId() uint16 { method String (line 5348) | func (v SelectionRequestEvent) String() string { function SelectionRequestEventNew (line 5276) | func SelectionRequestEventNew(buf []byte) xgb.Event { function init (line 5360) | func init() { constant SendEventDestPointerWindow (line 5365) | SendEventDestPointerWindow = 0 constant SendEventDestItemFocus (line 5366) | SendEventDestItemFocus = 1 constant SetModeInsert (line 5370) | SetModeInsert = 0 constant SetModeDelete (line 5371) | SetModeDelete = 1 type SetupAuthenticate (line 5374) | type SetupAuthenticate struct method Bytes (line 5414) | func (v SetupAuthenticate) Bytes() []byte { function SetupAuthenticateRead (line 5382) | func SetupAuthenticateRead(buf []byte, v *SetupAuthenticate) int { function SetupAuthenticateReadList (line 5404) | func SetupAuthenticateReadList(buf []byte, dest []SetupAuthenticate) int { function SetupAuthenticateListBytes (line 5433) | func SetupAuthenticateListBytes(buf []byte, list []SetupAuthenticate) int { function SetupAuthenticateListSize (line 5445) | func SetupAuthenticateListSize(list []SetupAuthenticate) int { type SetupFailed (line 5453) | type SetupFailed struct method Bytes (line 5502) | func (v SetupFailed) Bytes() []byte { function SetupFailedRead (line 5463) | func SetupFailedRead(buf []byte, v *SetupFailed) int { function SetupFailedReadList (line 5492) | func SetupFailedReadList(buf []byte, dest []SetupFailed) int { function SetupFailedListBytes (line 5528) | func SetupFailedListBytes(buf []byte, list []SetupFailed) int { function SetupFailedListSize (line 5540) | func SetupFailedListSize(list []SetupFailed) int { type SetupInfo (line 5548) | type SetupInfo struct method DefaultScreen (line 19) | func (s *SetupInfo) DefaultScreen(c *xgb.Conn) *ScreenInfo { method Bytes (line 5669) | func (v SetupInfo) Bytes() []byte { function SetupInfoRead (line 5577) | func SetupInfoRead(buf []byte, v *SetupInfo) int { function SetupInfoReadList (line 5659) | func SetupInfoReadList(buf []byte, dest []SetupInfo) int { function SetupInfoListBytes (line 5746) | func SetupInfoListBytes(buf []byte, list []SetupInfo) int { function SetupInfoListSize (line 5758) | func SetupInfoListSize(list []SetupInfo) int { type SetupRequest (line 5766) | type SetupRequest struct method Bytes (line 5829) | func (v SetupRequest) Bytes() []byte { function SetupRequestRead (line 5779) | func SetupRequestRead(buf []byte, v *SetupRequest) int { function SetupRequestReadList (line 5819) | func SetupRequestReadList(buf []byte, dest []SetupRequest) int { function SetupRequestListBytes (line 5862) | func SetupRequestListBytes(buf []byte, list []SetupRequest) int { function SetupRequestListSize (line 5874) | func SetupRequestListSize(list []SetupRequest) int { constant StackModeAbove (line 5883) | StackModeAbove = 0 constant StackModeBelow (line 5884) | StackModeBelow = 1 constant StackModeTopIf (line 5885) | StackModeTopIf = 2 constant StackModeBottomIf (line 5886) | StackModeBottomIf = 3 constant StackModeOpposite (line 5887) | StackModeOpposite = 4 type Str (line 5890) | type Str struct method Bytes (line 5923) | func (v Str) Bytes() []byte { function StrRead (line 5896) | func StrRead(buf []byte, v *Str) int { function StrReadList (line 5913) | func StrReadList(buf []byte, dest []Str) int { function StrListBytes (line 5937) | func StrListBytes(buf []byte, list []Str) int { function StrListSize (line 5949) | func StrListSize(list []Str) int { constant SubwindowModeClipByChildren (line 5958) | SubwindowModeClipByChildren = 0 constant SubwindowModeIncludeInferiors (line 5959) | SubwindowModeIncludeInferiors = 1 constant TimeCurrentTime (line 5963) | TimeCurrentTime = 0 type Timecoord (line 5966) | type Timecoord struct method Bytes (line 5999) | func (v Timecoord) Bytes() []byte { function TimecoordRead (line 5973) | func TimecoordRead(buf []byte, v *Timecoord) int { function TimecoordReadList (line 5989) | func TimecoordReadList(buf []byte, dest []Timecoord) int { function TimecoordListBytes (line 6016) | func TimecoordListBytes(buf []byte, list []Timecoord) int { type Timestamp (line 6027) | type Timestamp constant UnmapNotify (line 6030) | UnmapNotify = 18 type UnmapNotifyEvent (line 6032) | type UnmapNotifyEvent struct method Bytes (line 6070) | func (v UnmapNotifyEvent) Bytes() []byte { method SequenceId (line 6103) | func (v UnmapNotifyEvent) SequenceId() uint16 { method String (line 6108) | func (v UnmapNotifyEvent) String() string { function UnmapNotifyEventNew (line 6042) | func UnmapNotifyEventNew(buf []byte) xgb.Event { function init (line 6117) | func init() { constant BadValue (line 6122) | BadValue = 2 type ValueError (line 6124) | type ValueError struct method SequenceId (line 6160) | func (err ValueError) SequenceId() uint16 { method BadId (line 6165) | func (err ValueError) BadId() uint32 { method Error (line 6171) | func (err ValueError) Error() string { function ValueErrorNew (line 6134) | func ValueErrorNew(buf []byte) xgb.Error { function init (line 6181) | func init() { constant VisibilityUnobscured (line 6186) | VisibilityUnobscured = 0 constant VisibilityPartiallyObscured (line 6187) | VisibilityPartiallyObscured = 1 constant VisibilityFullyObscured (line 6188) | VisibilityFullyObscured = 2 constant VisibilityNotify (line 6192) | VisibilityNotify = 15 type VisibilityNotifyEvent (line 6194) | type VisibilityNotifyEvent struct method Bytes (line 6224) | func (v VisibilityNotifyEvent) Bytes() []byte { method SequenceId (line 6250) | func (v VisibilityNotifyEvent) SequenceId() uint16 { method String (line 6255) | func (v VisibilityNotifyEvent) String() string { function VisibilityNotifyEventNew (line 6203) | func VisibilityNotifyEventNew(buf []byte) xgb.Event { function init (line 6263) | func init() { constant VisualClassStaticGray (line 6268) | VisualClassStaticGray = 0 constant VisualClassGrayScale (line 6269) | VisualClassGrayScale = 1 constant VisualClassStaticColor (line 6270) | VisualClassStaticColor = 2 constant VisualClassPseudoColor (line 6271) | VisualClassPseudoColor = 3 constant VisualClassTrueColor (line 6272) | VisualClassTrueColor = 4 constant VisualClassDirectColor (line 6273) | VisualClassDirectColor = 5 type VisualInfo (line 6276) | type VisualInfo struct method Bytes (line 6328) | func (v VisualInfo) Bytes() []byte { function VisualInfoRead (line 6288) | func VisualInfoRead(buf []byte, v *VisualInfo) int { function VisualInfoReadList (line 6318) | func VisualInfoReadList(buf []byte, dest []VisualInfo) int { function VisualInfoListBytes (line 6359) | func VisualInfoListBytes(buf []byte, list []VisualInfo) int { type Visualid (line 6370) | type Visualid type Window (line 6372) | type Window function NewWindowId (line 6374) | func NewWindowId(c *xgb.Conn) (Window, error) { constant BadWindow (line 6383) | BadWindow = 3 type WindowError (line 6385) | type WindowError method SequenceId (line 6396) | func (err WindowError) SequenceId() uint16 { method BadId (line 6401) | func (err WindowError) BadId() uint32 { method Error (line 6406) | func (err WindowError) Error() string { function WindowErrorNew (line 6388) | func WindowErrorNew(buf []byte) xgb.Error { function init (line 6416) | func init() { constant WindowNone (line 6421) | WindowNone = 0 constant WindowClassCopyFromParent (line 6425) | WindowClassCopyFromParent = 0 constant WindowClassInputOutput (line 6426) | WindowClassInputOutput = 1 constant WindowClassInputOnly (line 6427) | WindowClassInputOnly = 2 type AllocColorCookie (line 6455) | type AllocColorCookie struct method Reply (line 6488) | func (cook AllocColorCookie) Reply() (*AllocColorReply, error) { function AllocColor (line 6461) | func AllocColor(c *xgb.Conn, Cmap Colormap, Red uint16, Green uint16, Bl... function AllocColorUnchecked (line 6469) | func AllocColorUnchecked(c *xgb.Conn, Cmap Colormap, Red uint16, Green u... type AllocColorReply (line 6476) | type AllocColorReply struct function allocColorReply (line 6500) | func allocColorReply(buf []byte) *AllocColorReply { function allocColorRequest (line 6531) | func allocColorRequest(c *xgb.Conn, Cmap Colormap, Red uint16, Green uin... type AllocColorCellsCookie (line 6562) | type AllocColorCellsCookie struct method Reply (line 6596) | func (cook AllocColorCellsCookie) Reply() (*AllocColorCellsReply, erro... function AllocColorCells (line 6568) | func AllocColorCells(c *xgb.Conn, Contiguous bool, Cmap Colormap, Colors... function AllocColorCellsUnchecked (line 6576) | func AllocColorCellsUnchecked(c *xgb.Conn, Contiguous bool, Cmap Colorma... type AllocColorCellsReply (line 6583) | type AllocColorCellsReply struct function allocColorCellsReply (line 6608) | func allocColorCellsReply(buf []byte) *AllocColorCellsReply { function allocColorCellsRequest (line 6647) | func allocColorCellsRequest(c *xgb.Conn, Contiguous bool, Cmap Colormap,... type AllocColorPlanesCookie (line 6678) | type AllocColorPlanesCookie struct method Reply (line 6713) | func (cook AllocColorPlanesCookie) Reply() (*AllocColorPlanesReply, er... function AllocColorPlanes (line 6684) | func AllocColorPlanes(c *xgb.Conn, Contiguous bool, Cmap Colormap, Color... function AllocColorPlanesUnchecked (line 6692) | func AllocColorPlanesUnchecked(c *xgb.Conn, Contiguous bool, Cmap Colorm... type AllocColorPlanesReply (line 6699) | type AllocColorPlanesReply struct function allocColorPlanesReply (line 6725) | func allocColorPlanesReply(buf []byte) *AllocColorPlanesReply { function allocColorPlanesRequest (line 6764) | func allocColorPlanesRequest(c *xgb.Conn, Contiguous bool, Cmap Colormap... type AllocNamedColorCookie (line 6801) | type AllocNamedColorCookie struct method Reply (line 6836) | func (cook AllocNamedColorCookie) Reply() (*AllocNamedColorReply, erro... function AllocNamedColor (line 6807) | func AllocNamedColor(c *xgb.Conn, Cmap Colormap, NameLen uint16, Name st... function AllocNamedColorUnchecked (line 6815) | func AllocNamedColorUnchecked(c *xgb.Conn, Cmap Colormap, NameLen uint16... type AllocNamedColorReply (line 6822) | type AllocNamedColorReply struct function allocNamedColorReply (line 6848) | func allocNamedColorReply(buf []byte) *AllocNamedColorReply { function allocNamedColorRequest (line 6886) | func allocNamedColorRequest(c *xgb.Conn, Cmap Colormap, NameLen uint16, ... type AllowEventsCookie (line 6914) | type AllowEventsCookie struct method Check (line 6936) | func (cook AllowEventsCookie) Check() error { function AllowEvents (line 6920) | func AllowEvents(c *xgb.Conn, Mode byte, Time Timestamp) AllowEventsCook... function AllowEventsChecked (line 6928) | func AllowEventsChecked(c *xgb.Conn, Mode byte, Time Timestamp) AllowEve... function allowEventsRequest (line 6942) | func allowEventsRequest(c *xgb.Conn, Mode byte, Time Timestamp) []byte { type BellCookie (line 6963) | type BellCookie struct method Check (line 6985) | func (cook BellCookie) Check() error { function Bell (line 6969) | func Bell(c *xgb.Conn, Percent int8) BellCookie { function BellChecked (line 6977) | func BellChecked(c *xgb.Conn, Percent int8) BellCookie { function bellRequest (line 6991) | func bellRequest(c *xgb.Conn, Percent int8) []byte { type ChangeActivePointerGrabCookie (line 7009) | type ChangeActivePointerGrabCookie struct method Check (line 7031) | func (cook ChangeActivePointerGrabCookie) Check() error { function ChangeActivePointerGrab (line 7015) | func ChangeActivePointerGrab(c *xgb.Conn, Cursor Cursor, Time Timestamp,... function ChangeActivePointerGrabChecked (line 7023) | func ChangeActivePointerGrabChecked(c *xgb.Conn, Cursor Cursor, Time Tim... function changeActivePointerGrabRequest (line 7037) | func changeActivePointerGrabRequest(c *xgb.Conn, Cursor Cursor, Time Tim... type ChangeGCCookie (line 7065) | type ChangeGCCookie struct method Check (line 7087) | func (cook ChangeGCCookie) Check() error { function ChangeGC (line 7071) | func ChangeGC(c *xgb.Conn, Gc Gcontext, ValueMask uint32, ValueList []ui... function ChangeGCChecked (line 7079) | func ChangeGCChecked(c *xgb.Conn, Gc Gcontext, ValueMask uint32, ValueLi... function changeGCRequest (line 7093) | func changeGCRequest(c *xgb.Conn, Gc Gcontext, ValueMask uint32, ValueLi... type ChangeHostsCookie (line 7121) | type ChangeHostsCookie struct method Check (line 7143) | func (cook ChangeHostsCookie) Check() error { function ChangeHosts (line 7127) | func ChangeHosts(c *xgb.Conn, Mode byte, Family byte, AddressLen uint16,... function ChangeHostsChecked (line 7135) | func ChangeHostsChecked(c *xgb.Conn, Mode byte, Family byte, AddressLen ... function changeHostsRequest (line 7149) | func changeHostsRequest(c *xgb.Conn, Mode byte, Family byte, AddressLen ... type ChangeKeyboardControlCookie (line 7178) | type ChangeKeyboardControlCookie struct method Check (line 7200) | func (cook ChangeKeyboardControlCookie) Check() error { function ChangeKeyboardControl (line 7184) | func ChangeKeyboardControl(c *xgb.Conn, ValueMask uint32, ValueList []ui... function ChangeKeyboardControlChecked (line 7192) | func ChangeKeyboardControlChecked(c *xgb.Conn, ValueMask uint32, ValueLi... function changeKeyboardControlRequest (line 7206) | func changeKeyboardControlRequest(c *xgb.Conn, ValueMask uint32, ValueLi... type ChangeKeyboardMappingCookie (line 7231) | type ChangeKeyboardMappingCookie struct method Check (line 7253) | func (cook ChangeKeyboardMappingCookie) Check() error { function ChangeKeyboardMapping (line 7237) | func ChangeKeyboardMapping(c *xgb.Conn, KeycodeCount byte, FirstKeycode ... function ChangeKeyboardMappingChecked (line 7245) | func ChangeKeyboardMappingChecked(c *xgb.Conn, KeycodeCount byte, FirstK... function changeKeyboardMappingRequest (line 7259) | func changeKeyboardMappingRequest(c *xgb.Conn, KeycodeCount byte, FirstK... type ChangePointerControlCookie (line 7290) | type ChangePointerControlCookie struct method Check (line 7312) | func (cook ChangePointerControlCookie) Check() error { function ChangePointerControl (line 7296) | func ChangePointerControl(c *xgb.Conn, AccelerationNumerator int16, Acce... function ChangePointerControlChecked (line 7304) | func ChangePointerControlChecked(c *xgb.Conn, AccelerationNumerator int1... function changePointerControlRequest (line 7318) | func changePointerControlRequest(c *xgb.Conn, AccelerationNumerator int1... type ChangePropertyCookie (line 7358) | type ChangePropertyCookie struct method Check (line 7380) | func (cook ChangePropertyCookie) Check() error { function ChangeProperty (line 7364) | func ChangeProperty(c *xgb.Conn, Mode byte, Window Window, Property Atom... function ChangePropertyChecked (line 7372) | func ChangePropertyChecked(c *xgb.Conn, Mode byte, Window Window, Proper... function changePropertyRequest (line 7386) | func changePropertyRequest(c *xgb.Conn, Mode byte, Window Window, Proper... type ChangeSaveSetCookie (line 7424) | type ChangeSaveSetCookie struct method Check (line 7446) | func (cook ChangeSaveSetCookie) Check() error { function ChangeSaveSet (line 7430) | func ChangeSaveSet(c *xgb.Conn, Mode byte, Window Window) ChangeSaveSetC... function ChangeSaveSetChecked (line 7438) | func ChangeSaveSetChecked(c *xgb.Conn, Mode byte, Window Window) ChangeS... function changeSaveSetRequest (line 7452) | func changeSaveSetRequest(c *xgb.Conn, Mode byte, Window Window) []byte { type ChangeWindowAttributesCookie (line 7473) | type ChangeWindowAttributesCookie struct method Check (line 7495) | func (cook ChangeWindowAttributesCookie) Check() error { function ChangeWindowAttributes (line 7479) | func ChangeWindowAttributes(c *xgb.Conn, Window Window, ValueMask uint32... function ChangeWindowAttributesChecked (line 7487) | func ChangeWindowAttributesChecked(c *xgb.Conn, Window Window, ValueMask... function changeWindowAttributesRequest (line 7501) | func changeWindowAttributesRequest(c *xgb.Conn, Window Window, ValueMask... type CirculateWindowCookie (line 7529) | type CirculateWindowCookie struct method Check (line 7551) | func (cook CirculateWindowCookie) Check() error { function CirculateWindow (line 7535) | func CirculateWindow(c *xgb.Conn, Direction byte, Window Window) Circula... function CirculateWindowChecked (line 7543) | func CirculateWindowChecked(c *xgb.Conn, Direction byte, Window Window) ... function circulateWindowRequest (line 7557) | func circulateWindowRequest(c *xgb.Conn, Direction byte, Window Window) ... type ClearAreaCookie (line 7578) | type ClearAreaCookie struct method Check (line 7600) | func (cook ClearAreaCookie) Check() error { function ClearArea (line 7584) | func ClearArea(c *xgb.Conn, Exposures bool, Window Window, X int16, Y in... function ClearAreaChecked (line 7592) | func ClearAreaChecked(c *xgb.Conn, Exposures bool, Window Window, X int1... function clearAreaRequest (line 7606) | func clearAreaRequest(c *xgb.Conn, Exposures bool, Window Window, X int1... type CloseFontCookie (line 7643) | type CloseFontCookie struct method Check (line 7665) | func (cook CloseFontCookie) Check() error { function CloseFont (line 7649) | func CloseFont(c *xgb.Conn, Font Font) CloseFontCookie { function CloseFontChecked (line 7657) | func CloseFontChecked(c *xgb.Conn, Font Font) CloseFontCookie { function closeFontRequest (line 7671) | func closeFontRequest(c *xgb.Conn, Font Font) []byte { type ConfigureWindowCookie (line 7691) | type ConfigureWindowCookie struct method Check (line 7713) | func (cook ConfigureWindowCookie) Check() error { function ConfigureWindow (line 7697) | func ConfigureWindow(c *xgb.Conn, Window Window, ValueMask uint16, Value... function ConfigureWindowChecked (line 7705) | func ConfigureWindowChecked(c *xgb.Conn, Window Window, ValueMask uint16... function configureWindowRequest (line 7719) | func configureWindowRequest(c *xgb.Conn, Window Window, ValueMask uint16... type ConvertSelectionCookie (line 7750) | type ConvertSelectionCookie struct method Check (line 7772) | func (cook ConvertSelectionCookie) Check() error { function ConvertSelection (line 7756) | func ConvertSelection(c *xgb.Conn, Requestor Window, Selection Atom, Tar... function ConvertSelectionChecked (line 7764) | func ConvertSelectionChecked(c *xgb.Conn, Requestor Window, Selection At... function convertSelectionRequest (line 7778) | func convertSelectionRequest(c *xgb.Conn, Requestor Window, Selection At... type CopyAreaCookie (line 7810) | type CopyAreaCookie struct method Check (line 7832) | func (cook CopyAreaCookie) Check() error { function CopyArea (line 7816) | func CopyArea(c *xgb.Conn, SrcDrawable Drawable, DstDrawable Drawable, G... function CopyAreaChecked (line 7824) | func CopyAreaChecked(c *xgb.Conn, SrcDrawable Drawable, DstDrawable Draw... function copyAreaRequest (line 7838) | func copyAreaRequest(c *xgb.Conn, SrcDrawable Drawable, DstDrawable Draw... type CopyColormapAndFreeCookie (line 7882) | type CopyColormapAndFreeCookie struct method Check (line 7904) | func (cook CopyColormapAndFreeCookie) Check() error { function CopyColormapAndFree (line 7888) | func CopyColormapAndFree(c *xgb.Conn, Mid Colormap, SrcCmap Colormap) Co... function CopyColormapAndFreeChecked (line 7896) | func CopyColormapAndFreeChecked(c *xgb.Conn, Mid Colormap, SrcCmap Color... function copyColormapAndFreeRequest (line 7910) | func copyColormapAndFreeRequest(c *xgb.Conn, Mid Colormap, SrcCmap Color... type CopyGCCookie (line 7933) | type CopyGCCookie struct method Check (line 7955) | func (cook CopyGCCookie) Check() error { function CopyGC (line 7939) | func CopyGC(c *xgb.Conn, SrcGc Gcontext, DstGc Gcontext, ValueMask uint3... function CopyGCChecked (line 7947) | func CopyGCChecked(c *xgb.Conn, SrcGc Gcontext, DstGc Gcontext, ValueMas... function copyGCRequest (line 7961) | func copyGCRequest(c *xgb.Conn, SrcGc Gcontext, DstGc Gcontext, ValueMas... type CopyPlaneCookie (line 7987) | type CopyPlaneCookie struct method Check (line 8009) | func (cook CopyPlaneCookie) Check() error { function CopyPlane (line 7993) | func CopyPlane(c *xgb.Conn, SrcDrawable Drawable, DstDrawable Drawable, ... function CopyPlaneChecked (line 8001) | func CopyPlaneChecked(c *xgb.Conn, SrcDrawable Drawable, DstDrawable Dra... function copyPlaneRequest (line 8015) | func copyPlaneRequest(c *xgb.Conn, SrcDrawable Drawable, DstDrawable Dra... type CreateColormapCookie (line 8062) | type CreateColormapCookie struct method Check (line 8084) | func (cook CreateColormapCookie) Check() error { function CreateColormap (line 8068) | func CreateColormap(c *xgb.Conn, Alloc byte, Mid Colormap, Window Window... function CreateColormapChecked (line 8076) | func CreateColormapChecked(c *xgb.Conn, Alloc byte, Mid Colormap, Window... function createColormapRequest (line 8090) | func createColormapRequest(c *xgb.Conn, Alloc byte, Mid Colormap, Window... type CreateCursorCookie (line 8117) | type CreateCursorCookie struct method Check (line 8139) | func (cook CreateCursorCookie) Check() error { function CreateCursor (line 8123) | func CreateCursor(c *xgb.Conn, Cid Cursor, Source Pixmap, Mask Pixmap, F... function CreateCursorChecked (line 8131) | func CreateCursorChecked(c *xgb.Conn, Cid Cursor, Source Pixmap, Mask Pi... function createCursorRequest (line 8145) | func createCursorRequest(c *xgb.Conn, Cid Cursor, Source Pixmap, Mask Pi... type CreateGCCookie (line 8195) | type CreateGCCookie struct method Check (line 8217) | func (cook CreateGCCookie) Check() error { function CreateGC (line 8201) | func CreateGC(c *xgb.Conn, Cid Gcontext, Drawable Drawable, ValueMask ui... function CreateGCChecked (line 8209) | func CreateGCChecked(c *xgb.Conn, Cid Gcontext, Drawable Drawable, Value... function createGCRequest (line 8223) | func createGCRequest(c *xgb.Conn, Cid Gcontext, Drawable Drawable, Value... type CreateGlyphCursorCookie (line 8254) | type CreateGlyphCursorCookie struct method Check (line 8276) | func (cook CreateGlyphCursorCookie) Check() error { function CreateGlyphCursor (line 8260) | func CreateGlyphCursor(c *xgb.Conn, Cid Cursor, SourceFont Font, MaskFon... function CreateGlyphCursorChecked (line 8268) | func CreateGlyphCursorChecked(c *xgb.Conn, Cid Cursor, SourceFont Font, ... function createGlyphCursorRequest (line 8282) | func createGlyphCursorRequest(c *xgb.Conn, Cid Cursor, SourceFont Font, ... type CreatePixmapCookie (line 8332) | type CreatePixmapCookie struct method Check (line 8354) | func (cook CreatePixmapCookie) Check() error { function CreatePixmap (line 8338) | func CreatePixmap(c *xgb.Conn, Depth byte, Pid Pixmap, Drawable Drawable... function CreatePixmapChecked (line 8346) | func CreatePixmapChecked(c *xgb.Conn, Depth byte, Pid Pixmap, Drawable D... function createPixmapRequest (line 8360) | func createPixmapRequest(c *xgb.Conn, Depth byte, Pid Pixmap, Drawable D... type CreateWindowCookie (line 8390) | type CreateWindowCookie struct method Check (line 8412) | func (cook CreateWindowCookie) Check() error { function CreateWindow (line 8396) | func CreateWindow(c *xgb.Conn, Depth byte, Wid Window, Parent Window, X ... function CreateWindowChecked (line 8404) | func CreateWindowChecked(c *xgb.Conn, Depth byte, Wid Window, Parent Win... function createWindowRequest (line 8418) | func createWindowRequest(c *xgb.Conn, Depth byte, Wid Window, Parent Win... type DeletePropertyCookie (line 8471) | type DeletePropertyCookie struct method Check (line 8493) | func (cook DeletePropertyCookie) Check() error { function DeleteProperty (line 8477) | func DeleteProperty(c *xgb.Conn, Window Window, Property Atom) DeletePro... function DeletePropertyChecked (line 8485) | func DeletePropertyChecked(c *xgb.Conn, Window Window, Property Atom) De... function deletePropertyRequest (line 8499) | func deletePropertyRequest(c *xgb.Conn, Window Window, Property Atom) []... type DestroySubwindowsCookie (line 8522) | type DestroySubwindowsCookie struct method Check (line 8544) | func (cook DestroySubwindowsCookie) Check() error { function DestroySubwindows (line 8528) | func DestroySubwindows(c *xgb.Conn, Window Window) DestroySubwindowsCook... function DestroySubwindowsChecked (line 8536) | func DestroySubwindowsChecked(c *xgb.Conn, Window Window) DestroySubwind... function destroySubwindowsRequest (line 8550) | func destroySubwindowsRequest(c *xgb.Conn, Window Window) []byte { type DestroyWindowCookie (line 8570) | type DestroyWindowCookie struct method Check (line 8592) | func (cook DestroyWindowCookie) Check() error { function DestroyWindow (line 8576) | func DestroyWindow(c *xgb.Conn, Window Window) DestroyWindowCookie { function DestroyWindowChecked (line 8584) | func DestroyWindowChecked(c *xgb.Conn, Window Window) DestroyWindowCookie { function destroyWindowRequest (line 8598) | func destroyWindowRequest(c *xgb.Conn, Window Window) []byte { type FillPolyCookie (line 8618) | type FillPolyCookie struct method Check (line 8640) | func (cook FillPolyCookie) Check() error { function FillPoly (line 8624) | func FillPoly(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Shape byte, C... function FillPolyChecked (line 8632) | func FillPolyChecked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Shape ... function fillPolyRequest (line 8646) | func fillPolyRequest(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Shape ... type ForceScreenSaverCookie (line 8679) | type ForceScreenSaverCookie struct method Check (line 8701) | func (cook ForceScreenSaverCookie) Check() error { function ForceScreenSaver (line 8685) | func ForceScreenSaver(c *xgb.Conn, Mode byte) ForceScreenSaverCookie { function ForceScreenSaverChecked (line 8693) | func ForceScreenSaverChecked(c *xgb.Conn, Mode byte) ForceScreenSaverCoo... function forceScreenSaverRequest (line 8707) | func forceScreenSaverRequest(c *xgb.Conn, Mode byte) []byte { type FreeColormapCookie (line 8725) | type FreeColormapCookie struct method Check (line 8747) | func (cook FreeColormapCookie) Check() error { function FreeColormap (line 8731) | func FreeColormap(c *xgb.Conn, Cmap Colormap) FreeColormapCookie { function FreeColormapChecked (line 8739) | func FreeColormapChecked(c *xgb.Conn, Cmap Colormap) FreeColormapCookie { function freeColormapRequest (line 8753) | func freeColormapRequest(c *xgb.Conn, Cmap Colormap) []byte { type FreeColorsCookie (line 8773) | type FreeColorsCookie struct method Check (line 8795) | func (cook FreeColorsCookie) Check() error { function FreeColors (line 8779) | func FreeColors(c *xgb.Conn, Cmap Colormap, PlaneMask uint32, Pixels []u... function FreeColorsChecked (line 8787) | func FreeColorsChecked(c *xgb.Conn, Cmap Colormap, PlaneMask uint32, Pix... function freeColorsRequest (line 8801) | func freeColorsRequest(c *xgb.Conn, Cmap Colormap, PlaneMask uint32, Pix... type FreeCursorCookie (line 8829) | type FreeCursorCookie struct method Check (line 8851) | func (cook FreeCursorCookie) Check() error { function FreeCursor (line 8835) | func FreeCursor(c *xgb.Conn, Cursor Cursor) FreeCursorCookie { function FreeCursorChecked (line 8843) | func FreeCursorChecked(c *xgb.Conn, Cursor Cursor) FreeCursorCookie { function freeCursorRequest (line 8857) | func freeCursorRequest(c *xgb.Conn, Cursor Cursor) []byte { type FreeGCCookie (line 8877) | type FreeGCCookie struct method Check (line 8899) | func (cook FreeGCCookie) Check() error { function FreeGC (line 8883) | func FreeGC(c *xgb.Conn, Gc Gcontext) FreeGCCookie { function FreeGCChecked (line 8891) | func FreeGCChecked(c *xgb.Conn, Gc Gcontext) FreeGCCookie { function freeGCRequest (line 8905) | func freeGCRequest(c *xgb.Conn, Gc Gcontext) []byte { type FreePixmapCookie (line 8925) | type FreePixmapCookie struct method Check (line 8947) | func (cook FreePixmapCookie) Check() error { function FreePixmap (line 8931) | func FreePixmap(c *xgb.Conn, Pixmap Pixmap) FreePixmapCookie { function FreePixmapChecked (line 8939) | func FreePixmapChecked(c *xgb.Conn, Pixmap Pixmap) FreePixmapCookie { function freePixmapRequest (line 8953) | func freePixmapRequest(c *xgb.Conn, Pixmap Pixmap) []byte { type GetAtomNameCookie (line 8973) | type GetAtomNameCookie struct method Reply (line 9004) | func (cook GetAtomNameCookie) Reply() (*GetAtomNameReply, error) { function GetAtomName (line 8979) | func GetAtomName(c *xgb.Conn, Atom Atom) GetAtomNameCookie { function GetAtomNameUnchecked (line 8987) | func GetAtomNameUnchecked(c *xgb.Conn, Atom Atom) GetAtomNameCookie { type GetAtomNameReply (line 8994) | type GetAtomNameReply struct function getAtomNameReply (line 9016) | func getAtomNameReply(buf []byte) *GetAtomNameReply { function getAtomNameRequest (line 9045) | func getAtomNameRequest(c *xgb.Conn, Atom Atom) []byte { type GetFontPathCookie (line 9065) | type GetFontPathCookie struct method Reply (line 9096) | func (cook GetFontPathCookie) Reply() (*GetFontPathReply, error) { function GetFontPath (line 9071) | func GetFontPath(c *xgb.Conn) GetFontPathCookie { function GetFontPathUnchecked (line 9079) | func GetFontPathUnchecked(c *xgb.Conn) GetFontPathCookie { type GetFontPathReply (line 9086) | type GetFontPathReply struct function getFontPathReply (line 9108) | func getFontPathReply(buf []byte) *GetFontPathReply { function getFontPathRequest (line 9133) | func getFontPathRequest(c *xgb.Conn) []byte { type GetGeometryCookie (line 9149) | type GetGeometryCookie struct method Reply (line 9184) | func (cook GetGeometryCookie) Reply() (*GetGeometryReply, error) { function GetGeometry (line 9155) | func GetGeometry(c *xgb.Conn, Drawable Drawable) GetGeometryCookie { function GetGeometryUnchecked (line 9163) | func GetGeometryUnchecked(c *xgb.Conn, Drawable Drawable) GetGeometryCoo... type GetGeometryReply (line 9170) | type GetGeometryReply struct function getGeometryReply (line 9196) | func getGeometryReply(buf []byte) *GetGeometryReply { function getGeometryRequest (line 9234) | func getGeometryRequest(c *xgb.Conn, Drawable Drawable) []byte { type GetImageCookie (line 9254) | type GetImageCookie struct method Reply (line 9285) | func (cook GetImageCookie) Reply() (*GetImageReply, error) { function GetImage (line 9260) | func GetImage(c *xgb.Conn, Format byte, Drawable Drawable, X int16, Y in... function GetImageUnchecked (line 9268) | func GetImageUnchecked(c *xgb.Conn, Format byte, Drawable Drawable, X in... type GetImageReply (line 9275) | type GetImageReply struct function getImageReply (line 9297) | func getImageReply(buf []byte) *GetImageReply { function getImageRequest (line 9324) | func getImageRequest(c *xgb.Conn, Format byte, Drawable Drawable, X int1... type GetInputFocusCookie (line 9360) | type GetInputFocusCookie struct method Reply (line 9389) | func (cook GetInputFocusCookie) Reply() (*GetInputFocusReply, error) { function GetInputFocus (line 9366) | func GetInputFocus(c *xgb.Conn) GetInputFocusCookie { function GetInputFocusUnchecked (line 9374) | func GetInputFocusUnchecked(c *xgb.Conn) GetInputFocusCookie { type GetInputFocusReply (line 9381) | type GetInputFocusReply struct function getInputFocusReply (line 9401) | func getInputFocusReply(buf []byte) *GetInputFocusReply { function getInputFocusRequest (line 9422) | func getInputFocusRequest(c *xgb.Conn) []byte { type GetKeyboardControlCookie (line 9438) | type GetKeyboardControlCookie struct method Reply (line 9473) | func (cook GetKeyboardControlCookie) Reply() (*GetKeyboardControlReply... function GetKeyboardControl (line 9444) | func GetKeyboardControl(c *xgb.Conn) GetKeyboardControlCookie { function GetKeyboardControlUnchecked (line 9452) | func GetKeyboardControlUnchecked(c *xgb.Conn) GetKeyboardControlCookie { type GetKeyboardControlReply (line 9459) | type GetKeyboardControlReply struct function getKeyboardControlReply (line 9485) | func getKeyboardControlReply(buf []byte) *GetKeyboardControlReply { function getKeyboardControlRequest (line 9524) | func getKeyboardControlRequest(c *xgb.Conn) []byte { type GetKeyboardMappingCookie (line 9540) | type GetKeyboardMappingCookie struct method Reply (line 9570) | func (cook GetKeyboardMappingCookie) Reply() (*GetKeyboardMappingReply... function GetKeyboardMapping (line 9546) | func GetKeyboardMapping(c *xgb.Conn, FirstKeycode Keycode, Count byte) G... function GetKeyboardMappingUnchecked (line 9554) | func GetKeyboardMappingUnchecked(c *xgb.Conn, FirstKeycode Keycode, Coun... type GetKeyboardMappingReply (line 9561) | type GetKeyboardMappingReply struct function getKeyboardMappingReply (line 9582) | func getKeyboardMappingReply(buf []byte) *GetKeyboardMappingReply { function getKeyboardMappingRequest (line 9608) | func getKeyboardMappingRequest(c *xgb.Conn, FirstKeycode Keycode, Count ... type GetModifierMappingCookie (line 9631) | type GetModifierMappingCookie struct method Reply (line 9661) | func (cook GetModifierMappingCookie) Reply() (*GetModifierMappingReply... function GetModifierMapping (line 9637) | func GetModifierMapping(c *xgb.Conn) GetModifierMappingCookie { function GetModifierMappingUnchecked (line 9645) | func GetModifierMappingUnchecked(c *xgb.Conn) GetModifierMappingCookie { type GetModifierMappingReply (line 9652) | type GetModifierMappingReply struct function getModifierMappingReply (line 9673) | func getModifierMappingReply(buf []byte) *GetModifierMappingReply { function getModifierMappingRequest (line 9699) | func getModifierMappingRequest(c *xgb.Conn) []byte { type GetMotionEventsCookie (line 9715) | type GetMotionEventsCookie struct method Reply (line 9746) | func (cook GetMotionEventsCookie) Reply() (*GetMotionEventsReply, erro... function GetMotionEvents (line 9721) | func GetMotionEvents(c *xgb.Conn, Window Window, Start Timestamp, Stop T... function GetMotionEventsUnchecked (line 9729) | func GetMotionEventsUnchecked(c *xgb.Conn, Window Window, Start Timestam... type GetMotionEventsReply (line 9736) | type GetMotionEventsReply struct function getMotionEventsReply (line 9758) | func getMotionEventsReply(buf []byte) *GetMotionEventsReply { function getMotionEventsRequest (line 9783) | func getMotionEventsRequest(c *xgb.Conn, Window Window, Start Timestamp,... type GetPointerControlCookie (line 9809) | type GetPointerControlCookie struct method Reply (line 9841) | func (cook GetPointerControlCookie) Reply() (*GetPointerControlReply, ... function GetPointerControl (line 9815) | func GetPointerControl(c *xgb.Conn) GetPointerControlCookie { function GetPointerControlUnchecked (line 9823) | func GetPointerControlUnchecked(c *xgb.Conn) GetPointerControlCookie { type GetPointerControlReply (line 9830) | type GetPointerControlReply struct function getPointerControlReply (line 9853) | func getPointerControlReply(buf []byte) *GetPointerControlReply { function getPointerControlRequest (line 9881) | func getPointerControlRequest(c *xgb.Conn) []byte { type GetPointerMappingCookie (line 9897) | type GetPointerMappingCookie struct method Reply (line 9927) | func (cook GetPointerMappingCookie) Reply() (*GetPointerMappingReply, ... function GetPointerMapping (line 9903) | func GetPointerMapping(c *xgb.Conn) GetPointerMappingCookie { function GetPointerMappingUnchecked (line 9911) | func GetPointerMappingUnchecked(c *xgb.Conn) GetPointerMappingCookie { type GetPointerMappingReply (line 9918) | type GetPointerMappingReply struct function getPointerMappingReply (line 9939) | func getPointerMappingReply(buf []byte) *GetPointerMappingReply { function getPointerMappingRequest (line 9963) | func getPointerMappingRequest(c *xgb.Conn) []byte { type GetPropertyCookie (line 9979) | type GetPropertyCookie struct method Reply (line 10012) | func (cook GetPropertyCookie) Reply() (*GetPropertyReply, error) { function GetProperty (line 9985) | func GetProperty(c *xgb.Conn, Delete bool, Window Window, Property Atom,... function GetPropertyUnchecked (line 9993) | func GetPropertyUnchecked(c *xgb.Conn, Delete bool, Window Window, Prope... type GetPropertyReply (line 10000) | type GetPropertyReply struct function getPropertyReply (line 10024) | func getPropertyReply(buf []byte) *GetPropertyReply { function getPropertyRequest (line 10057) | func getPropertyRequest(c *xgb.Conn, Delete bool, Window Window, Propert... type GetScreenSaverCookie (line 10094) | type GetScreenSaverCookie struct method Reply (line 10127) | func (cook GetScreenSaverCookie) Reply() (*GetScreenSaverReply, error) { function GetScreenSaver (line 10100) | func GetScreenSaver(c *xgb.Conn) GetScreenSaverCookie { function GetScreenSaverUnchecked (line 10108) | func GetScreenSaverUnchecked(c *xgb.Conn) GetScreenSaverCookie { type GetScreenSaverReply (line 10115) | type GetScreenSaverReply struct function getScreenSaverReply (line 10139) | func getScreenSaverReply(buf []byte) *GetScreenSaverReply { function getScreenSaverRequest (line 10170) | func getScreenSaverRequest(c *xgb.Conn) []byte { type GetSelectionOwnerCookie (line 10186) | type GetSelectionOwnerCookie struct method Reply (line 10215) | func (cook GetSelectionOwnerCookie) Reply() (*GetSelectionOwnerReply, ... function GetSelectionOwner (line 10192) | func GetSelectionOwner(c *xgb.Conn, Selection Atom) GetSelectionOwnerCoo... function GetSelectionOwnerUnchecked (line 10200) | func GetSelectionOwnerUnchecked(c *xgb.Conn, Selection Atom) GetSelectio... type GetSelectionOwnerReply (line 10207) | type GetSelectionOwnerReply struct function getSelectionOwnerReply (line 10227) | func getSelectionOwnerReply(buf []byte) *GetSelectionOwnerReply { function getSelectionOwnerRequest (line 10247) | func getSelectionOwnerRequest(c *xgb.Conn, Selection Atom) []byte { type GetWindowAttributesCookie (line 10267) | type GetWindowAttributesCookie struct method Reply (line 10310) | func (cook GetWindowAttributesCookie) Reply() (*GetWindowAttributesRep... function GetWindowAttributes (line 10273) | func GetWindowAttributes(c *xgb.Conn, Window Window) GetWindowAttributes... function GetWindowAttributesUnchecked (line 10281) | func GetWindowAttributesUnchecked(c *xgb.Conn, Window Window) GetWindowA... type GetWindowAttributesReply (line 10288) | type GetWindowAttributesReply struct function getWindowAttributesReply (line 10322) | func getWindowAttributesReply(buf []byte) *GetWindowAttributesReply { function getWindowAttributesRequest (line 10396) | func getWindowAttributesRequest(c *xgb.Conn, Window Window) []byte { type GrabButtonCookie (line 10416) | type GrabButtonCookie struct method Check (line 10438) | func (cook GrabButtonCookie) Check() error { function GrabButton (line 10422) | func GrabButton(c *xgb.Conn, OwnerEvents bool, GrabWindow Window, EventM... function GrabButtonChecked (line 10430) | func GrabButtonChecked(c *xgb.Conn, OwnerEvents bool, GrabWindow Window,... function grabButtonRequest (line 10444) | func grabButtonRequest(c *xgb.Conn, OwnerEvents bool, GrabWindow Window,... type GrabKeyCookie (line 10492) | type GrabKeyCookie struct method Check (line 10514) | func (cook GrabKeyCookie) Check() error { function GrabKey (line 10498) | func GrabKey(c *xgb.Conn, OwnerEvents bool, GrabWindow Window, Modifiers... function GrabKeyChecked (line 10506) | func GrabKeyChecked(c *xgb.Conn, OwnerEvents bool, GrabWindow Window, Mo... function grabKeyRequest (line 10520) | func grabKeyRequest(c *xgb.Conn, OwnerEvents bool, GrabWindow Window, Mo... type GrabKeyboardCookie (line 10559) | type GrabKeyboardCookie struct method Reply (line 10587) | func (cook GrabKeyboardCookie) Reply() (*GrabKeyboardReply, error) { function GrabKeyboard (line 10565) | func GrabKeyboard(c *xgb.Conn, OwnerEvents bool, GrabWindow Window, Time... function GrabKeyboardUnchecked (line 10573) | func GrabKeyboardUnchecked(c *xgb.Conn, OwnerEvents bool, GrabWindow Win... type GrabKeyboardReply (line 10580) | type GrabKeyboardReply struct function grabKeyboardReply (line 10599) | func grabKeyboardReply(buf []byte) *GrabKeyboardReply { function grabKeyboardRequest (line 10617) | func grabKeyboardRequest(c *xgb.Conn, OwnerEvents bool, GrabWindow Windo... type GrabPointerCookie (line 10653) | type GrabPointerCookie struct method Reply (line 10681) | func (cook GrabPointerCookie) Reply() (*GrabPointerReply, error) { function GrabPointer (line 10659) | func GrabPointer(c *xgb.Conn, OwnerEvents bool, GrabWindow Window, Event... function GrabPointerUnchecked (line 10667) | func GrabPointerUnchecked(c *xgb.Conn, OwnerEvents bool, GrabWindow Wind... type GrabPointerReply (line 10674) | type GrabPointerReply struct function grabPointerReply (line 10693) | func grabPointerReply(buf []byte) *GrabPointerReply { function grabPointerRequest (line 10711) | func grabPointerRequest(c *xgb.Conn, OwnerEvents bool, GrabWindow Window... type GrabServerCookie (line 10754) | type GrabServerCookie struct method Check (line 10776) | func (cook GrabServerCookie) Check() error { function GrabServer (line 10760) | func GrabServer(c *xgb.Conn) GrabServerCookie { function GrabServerChecked (line 10768) | func GrabServerChecked(c *xgb.Conn) GrabServerCookie { function grabServerRequest (line 10782) | func grabServerRequest(c *xgb.Conn) []byte { type ImageText16Cookie (line 10798) | type ImageText16Cookie struct method Check (line 10820) | func (cook ImageText16Cookie) Check() error { function ImageText16 (line 10804) | func ImageText16(c *xgb.Conn, StringLen byte, Drawable Drawable, Gc Gcon... function ImageText16Checked (line 10812) | func ImageText16Checked(c *xgb.Conn, StringLen byte, Drawable Drawable, ... function imageText16Request (line 10826) | func imageText16Request(c *xgb.Conn, StringLen byte, Drawable Drawable, ... type ImageText8Cookie (line 10858) | type ImageText8Cookie struct method Check (line 10880) | func (cook ImageText8Cookie) Check() error { function ImageText8 (line 10864) | func ImageText8(c *xgb.Conn, StringLen byte, Drawable Drawable, Gc Gcont... function ImageText8Checked (line 10872) | func ImageText8Checked(c *xgb.Conn, StringLen byte, Drawable Drawable, G... function imageText8Request (line 10886) | func imageText8Request(c *xgb.Conn, StringLen byte, Drawable Drawable, G... type InstallColormapCookie (line 10919) | type InstallColormapCookie struct method Check (line 10941) | func (cook InstallColormapCookie) Check() error { function InstallColormap (line 10925) | func InstallColormap(c *xgb.Conn, Cmap Colormap) InstallColormapCookie { function InstallColormapChecked (line 10933) | func InstallColormapChecked(c *xgb.Conn, Cmap Colormap) InstallColormapC... function installColormapRequest (line 10947) | func installColormapRequest(c *xgb.Conn, Cmap Colormap) []byte { type InternAtomCookie (line 10967) | type InternAtomCookie struct method Reply (line 10996) | func (cook InternAtomCookie) Reply() (*InternAtomReply, error) { function InternAtom (line 10973) | func InternAtom(c *xgb.Conn, OnlyIfExists bool, NameLen uint16, Name str... function InternAtomUnchecked (line 10981) | func InternAtomUnchecked(c *xgb.Conn, OnlyIfExists bool, NameLen uint16,... type InternAtomReply (line 10988) | type InternAtomReply struct function internAtomReply (line 11008) | func internAtomReply(buf []byte) *InternAtomReply { function internAtomRequest (line 11028) | func internAtomRequest(c *xgb.Conn, OnlyIfExists bool, NameLen uint16, N... type KillClientCookie (line 11058) | type KillClientCookie struct method Check (line 11080) | func (cook KillClientCookie) Check() error { function KillClient (line 11064) | func KillClient(c *xgb.Conn, Resource uint32) KillClientCookie { function KillClientChecked (line 11072) | func KillClientChecked(c *xgb.Conn, Resource uint32) KillClientCookie { function killClientRequest (line 11086) | func killClientRequest(c *xgb.Conn, Resource uint32) []byte { type ListExtensionsCookie (line 11106) | type ListExtensionsCookie struct method Reply (line 11136) | func (cook ListExtensionsCookie) Reply() (*ListExtensionsReply, error) { function ListExtensions (line 11112) | func ListExtensions(c *xgb.Conn) ListExtensionsCookie { function ListExtensionsUnchecked (line 11120) | func ListExtensionsUnchecked(c *xgb.Conn) ListExtensionsCookie { type ListExtensionsReply (line 11127) | type ListExtensionsReply struct function listExtensionsReply (line 11148) | func listExtensionsReply(buf []byte) *ListExtensionsReply { function listExtensionsRequest (line 11171) | func listExtensionsRequest(c *xgb.Conn) []byte { type ListFontsCookie (line 11187) | type ListFontsCookie struct method Reply (line 11218) | func (cook ListFontsCookie) Reply() (*ListFontsReply, error) { function ListFonts (line 11193) | func ListFonts(c *xgb.Conn, MaxNames uint16, PatternLen uint16, Pattern ... function ListFontsUnchecked (line 11201) | func ListFontsUnchecked(c *xgb.Conn, MaxNames uint16, PatternLen uint16,... type ListFontsReply (line 11208) | type ListFontsReply struct function listFontsReply (line 11230) | func listFontsReply(buf []byte) *ListFontsReply { function listFontsRequest (line 11255) | func listFontsRequest(c *xgb.Conn, MaxNames uint16, PatternLen uint16, P... type ListFontsWithInfoCookie (line 11281) | type ListFontsWithInfoCookie struct method Reply (line 11326) | func (cook ListFontsWithInfoCookie) Reply() (*ListFontsWithInfoReply, ... function ListFontsWithInfo (line 11287) | func ListFontsWithInfo(c *xgb.Conn, MaxNames uint16, PatternLen uint16, ... function ListFontsWithInfoUnchecked (line 11295) | func ListFontsWithInfoUnchecked(c *xgb.Conn, MaxNames uint16, PatternLen... type ListFontsWithInfoReply (line 11302) | type ListFontsWithInfoReply struct function listFontsWithInfoReply (line 11338) | func listFontsWithInfoReply(buf []byte) *ListFontsWithInfoReply { function listFontsWithInfoRequest (line 11413) | func listFontsWithInfoRequest(c *xgb.Conn, MaxNames uint16, PatternLen u... type ListHostsCookie (line 11439) | type ListHostsCookie struct method Reply (line 11470) | func (cook ListHostsCookie) Reply() (*ListHostsReply, error) { function ListHosts (line 11445) | func ListHosts(c *xgb.Conn) ListHostsCookie { function ListHostsUnchecked (line 11453) | func ListHostsUnchecked(c *xgb.Conn) ListHostsCookie { type ListHostsReply (line 11460) | type ListHostsReply struct function listHostsReply (line 11482) | func listHostsReply(buf []byte) *ListHostsReply { function listHostsRequest (line 11508) | func listHostsRequest(c *xgb.Conn) []byte { type ListInstalledColormapsCookie (line 11524) | type ListInstalledColormapsCookie struct method Reply (line 11555) | func (cook ListInstalledColormapsCookie) Reply() (*ListInstalledColorm... function ListInstalledColormaps (line 11530) | func ListInstalledColormaps(c *xgb.Conn, Window Window) ListInstalledCol... function ListInstalledColormapsUnchecked (line 11538) | func ListInstalledColormapsUnchecked(c *xgb.Conn, Window Window) ListIns... type ListInstalledColormapsReply (line 11545) | type ListInstalledColormapsReply struct function listInstalledColormapsReply (line 11567) | func listInstalledColormapsReply(buf []byte) *ListInstalledColormapsReply { function listInstalledColormapsRequest (line 11595) | func listInstalledColormapsRequest(c *xgb.Conn, Window Window) []byte { type ListPropertiesCookie (line 11615) | type ListPropertiesCookie struct method Reply (line 11646) | func (cook ListPropertiesCookie) Reply() (*ListPropertiesReply, error) { function ListProperties (line 11621) | func ListProperties(c *xgb.Conn, Window Window) ListPropertiesCookie { function ListPropertiesUnchecked (line 11629) | func ListPropertiesUnchecked(c *xgb.Conn, Window Window) ListPropertiesC... type ListPropertiesReply (line 11636) | type ListPropertiesReply struct function listPropertiesReply (line 11658) | func listPropertiesReply(buf []byte) *ListPropertiesReply { function listPropertiesRequest (line 11686) | func listPropertiesRequest(c *xgb.Conn, Window Window) []byte { type LookupColorCookie (line 11706) | type LookupColorCookie struct method Reply (line 11740) | func (cook LookupColorCookie) Reply() (*LookupColorReply, error) { function LookupColor (line 11712) | func LookupColor(c *xgb.Conn, Cmap Colormap, NameLen uint16, Name string... function LookupColorUnchecked (line 11720) | func LookupColorUnchecked(c *xgb.Conn, Cmap Colormap, NameLen uint16, Na... type LookupColorReply (line 11727) | type LookupColorReply struct function lookupColorReply (line 11752) | func lookupColorReply(buf []byte) *LookupColorReply { function lookupColorRequest (line 11787) | func lookupColorRequest(c *xgb.Conn, Cmap Colormap, NameLen uint16, Name... type MapSubwindowsCookie (line 11815) | type MapSubwindowsCookie struct method Check (line 11837) | func (cook MapSubwindowsCookie) Check() error { function MapSubwindows (line 11821) | func MapSubwindows(c *xgb.Conn, Window Window) MapSubwindowsCookie { function MapSubwindowsChecked (line 11829) | func MapSubwindowsChecked(c *xgb.Conn, Window Window) MapSubwindowsCookie { function mapSubwindowsRequest (line 11843) | func mapSubwindowsRequest(c *xgb.Conn, Window Window) []byte { type MapWindowCookie (line 11863) | type MapWindowCookie struct method Check (line 11885) | func (cook MapWindowCookie) Check() error { function MapWindow (line 11869) | func MapWindow(c *xgb.Conn, Window Window) MapWindowCookie { function MapWindowChecked (line 11877) | func MapWindowChecked(c *xgb.Conn, Window Window) MapWindowCookie { function mapWindowRequest (line 11891) | func mapWindowRequest(c *xgb.Conn, Window Window) []byte { type NoOperationCookie (line 11911) | type NoOperationCookie struct method Check (line 11933) | func (cook NoOperationCookie) Check() error { function NoOperation (line 11917) | func NoOperation(c *xgb.Conn) NoOperationCookie { function NoOperationChecked (line 11925) | func NoOperationChecked(c *xgb.Conn) NoOperationCookie { function noOperationRequest (line 11939) | func noOperationRequest(c *xgb.Conn) []byte { type OpenFontCookie (line 11955) | type OpenFontCookie struct method Check (line 11977) | func (cook OpenFontCookie) Check() error { function OpenFont (line 11961) | func OpenFont(c *xgb.Conn, Fid Font, NameLen uint16, Name string) OpenFo... function OpenFontChecked (line 11969) | func OpenFontChecked(c *xgb.Conn, Fid Font, NameLen uint16, Name string)... function openFontRequest (line 11983) | func openFontRequest(c *xgb.Conn, Fid Font, NameLen uint16, Name string)... type PolyArcCookie (line 12011) | type PolyArcCookie struct method Check (line 12033) | func (cook PolyArcCookie) Check() error { function PolyArc (line 12017) | func PolyArc(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Arcs []Arc) Po... function PolyArcChecked (line 12025) | func PolyArcChecked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Arcs []... function polyArcRequest (line 12039) | func polyArcRequest(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Arcs []... type PolyFillArcCookie (line 12064) | type PolyFillArcCookie struct method Check (line 12086) | func (cook PolyFillArcCookie) Check() error { function PolyFillArc (line 12070) | func PolyFillArc(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Arcs []Arc... function PolyFillArcChecked (line 12078) | func PolyFillArcChecked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Arc... function polyFillArcRequest (line 12092) | func polyFillArcRequest(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Arc... type PolyFillRectangleCookie (line 12117) | type PolyFillRectangleCookie struct method Check (line 12139) | func (cook PolyFillRectangleCookie) Check() error { function PolyFillRectangle (line 12123) | func PolyFillRectangle(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Rect... function PolyFillRectangleChecked (line 12131) | func PolyFillRectangleChecked(c *xgb.Conn, Drawable Drawable, Gc Gcontex... function polyFillRectangleRequest (line 12145) | func polyFillRectangleRequest(c *xgb.Conn, Drawable Drawable, Gc Gcontex... type PolyLineCookie (line 12170) | type PolyLineCookie struct method Check (line 12192) | func (cook PolyLineCookie) Check() error { function PolyLine (line 12176) | func PolyLine(c *xgb.Conn, CoordinateMode byte, Drawable Drawable, Gc Gc... function PolyLineChecked (line 12184) | func PolyLineChecked(c *xgb.Conn, CoordinateMode byte, Drawable Drawable... function polyLineRequest (line 12198) | func polyLineRequest(c *xgb.Conn, CoordinateMode byte, Drawable Drawable... type PolyPointCookie (line 12224) | type PolyPointCookie struct method Check (line 12246) | func (cook PolyPointCookie) Check() error { function PolyPoint (line 12230) | func PolyPoint(c *xgb.Conn, CoordinateMode byte, Drawable Drawable, Gc G... function PolyPointChecked (line 12238) | func PolyPointChecked(c *xgb.Conn, CoordinateMode byte, Drawable Drawabl... function polyPointRequest (line 12252) | func polyPointRequest(c *xgb.Conn, CoordinateMode byte, Drawable Drawabl... type PolyRectangleCookie (line 12278) | type PolyRectangleCookie struct method Check (line 12300) | func (cook PolyRectangleCookie) Check() error { function PolyRectangle (line 12284) | func PolyRectangle(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Rectangl... function PolyRectangleChecked (line 12292) | func PolyRectangleChecked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, R... function polyRectangleRequest (line 12306) | func polyRectangleRequest(c *xgb.Conn, Drawable Drawable, Gc Gcontext, R... type PolySegmentCookie (line 12331) | type PolySegmentCookie struct method Check (line 12353) | func (cook PolySegmentCookie) Check() error { function PolySegment (line 12337) | func PolySegment(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Segments [... function PolySegmentChecked (line 12345) | func PolySegmentChecked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Seg... function polySegmentRequest (line 12359) | func polySegmentRequest(c *xgb.Conn, Drawable Drawable, Gc Gcontext, Seg... type PolyText16Cookie (line 12384) | type PolyText16Cookie struct method Check (line 12406) | func (cook PolyText16Cookie) Check() error { function PolyText16 (line 12390) | func PolyText16(c *xgb.Conn, Drawable Drawable, Gc Gcontext, X int16, Y ... function PolyText16Checked (line 12398) | func PolyText16Checked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, X in... function polyText16Request (line 12412) | func polyText16Request(c *xgb.Conn, Drawable Drawable, Gc Gcontext, X in... type PolyText8Cookie (line 12444) | type PolyText8Cookie struct method Check (line 12466) | func (cook PolyText8Cookie) Check() error { function PolyText8 (line 12450) | func PolyText8(c *xgb.Conn, Drawable Drawable, Gc Gcontext, X int16, Y i... function PolyText8Checked (line 12458) | func PolyText8Checked(c *xgb.Conn, Drawable Drawable, Gc Gcontext, X int... function polyText8Request (line 12472) | func polyText8Request(c *xgb.Conn, Drawable Drawable, Gc Gcontext, X int... type PutImageCookie (line 12504) | type PutImageCookie struct method Check (line 12526) | func (cook PutImageCookie) Check() error { function PutImage (line 12510) | func PutImage(c *xgb.Conn, Format byte, Drawable Drawable, Gc Gcontext, ... function PutImageChecked (line 12518) | func PutImageChecked(c *xgb.Conn, Format byte, Drawable Drawable, Gc Gco... function putImageRequest (line 12532) | func putImageRequest(c *xgb.Conn, Format byte, Drawable Drawable, Gc Gco... type QueryBestSizeCookie (line 12579) | type QueryBestSizeCookie struct method Reply (line 12609) | func (cook QueryBestSizeCookie) Reply() (*QueryBestSizeReply, error) { function QueryBestSize (line 12585) | func QueryBestSize(c *xgb.Conn, Class byte, Drawable Drawable, Width uin... function QueryBestSizeUnchecked (line 12593) | func QueryBestSizeUnchecked(c *xgb.Conn, Class byte, Drawable Drawable, ... type QueryBestSizeReply (line 12600) | type QueryBestSizeReply struct function queryBestSizeReply (line 12621) | func queryBestSizeReply(buf []byte) *QueryBestSizeReply { function queryBestSizeRequest (line 12644) | func queryBestSizeRequest(c *xgb.Conn, Class byte, Drawable Drawable, Wi... type QueryColorsCookie (line 12671) | type QueryColorsCookie struct method Reply (line 12702) | func (cook QueryColorsCookie) Reply() (*QueryColorsReply, error) { function QueryColors (line 12677) | func QueryColors(c *xgb.Conn, Cmap Colormap, Pixels []uint32) QueryColor... function QueryColorsUnchecked (line 12685) | func QueryColorsUnchecked(c *xgb.Conn, Cmap Colormap, Pixels []uint32) Q... type QueryColorsReply (line 12692) | type QueryColorsReply struct function queryColorsReply (line 12714) | func queryColorsReply(buf []byte) *QueryColorsReply { function queryColorsRequest (line 12739) | func queryColorsRequest(c *xgb.Conn, Cmap Colormap, Pixels []uint32) []b... type QueryExtensionCookie (line 12764) | type QueryExtensionCookie struct method Reply (line 12796) | func (cook QueryExtensionCookie) Reply() (*QueryExtensionReply, error) { function QueryExtension (line 12770) | func QueryExtension(c *xgb.Conn, NameLen uint16, Name string) QueryExten... function QueryExtensionUnchecked (line 12778) | func QueryExtensionUnchecked(c *xgb.Conn, NameLen uint16, Name string) Q... type QueryExtensionReply (line 12785) | type QueryExtensionReply struct function queryExtensionReply (line 12808) | func queryExtensionReply(buf []byte) *QueryExtensionReply { function queryExtensionRequest (line 12841) | func queryExtensionRequest(c *xgb.Conn, NameLen uint16, Name string) []b... type QueryFontCookie (line 12866) | type QueryFontCookie struct method Reply (line 12912) | func (cook QueryFontCookie) Reply() (*QueryFontReply, error) { function QueryFont (line 12872) | func QueryFont(c *xgb.Conn, Font Fontable) QueryFontCookie { function QueryFontUnchecked (line 12880) | func QueryFontUnchecked(c *xgb.Conn, Font Fontable) QueryFontCookie { type QueryFontReply (line 12887) | type QueryFontReply struct function queryFontReply (line 12924) | func queryFontReply(buf []byte) *QueryFontReply { function queryFontRequest (line 12996) | func queryFontRequest(c *xgb.Conn, Font Fontable) []byte { type QueryKeymapCookie (line 13016) | type QueryKeymapCookie struct method Reply (line 13045) | func (cook QueryKeymapCookie) Reply() (*QueryKeymapReply, error) { function QueryKeymap (line 13022) | func QueryKeymap(c *xgb.Conn) QueryKeymapCookie { function QueryKeymapUnchecked (line 13030) | func QueryKeymapUnchecked(c *xgb.Conn) QueryKeymapCookie { type QueryKeymapReply (line 13037) | type QueryKeymapReply struct function queryKeymapReply (line 13057) | func queryKeymapReply(buf []byte) *QueryKeymapReply { function queryKeymapRequest (line 13078) | func queryKeymapRequest(c *xgb.Conn) []byte { type QueryPointerCookie (line 13094) | type QueryPointerCookie struct method Reply (line 13130) | func (cook QueryPointerCookie) Reply() (*QueryPointerReply, error) { function QueryPointer (line 13100) | func QueryPointer(c *xgb.Conn, Window Window) QueryPointerCookie { function QueryPointerUnchecked (line 13108) | func QueryPointerUnchecked(c *xgb.Conn, Window Window) QueryPointerCookie { type QueryPointerReply (line 13115) | type QueryPointerReply struct function queryPointerReply (line 13142) | func queryPointerReply(buf []byte) *QueryPointerReply { function queryPointerRequest (line 13187) | func queryPointerRequest(c *xgb.Conn, Window Window) []byte { type QueryTextExtentsCookie (line 13207) | type QueryTextExtentsCookie struct method Reply (line 13242) | func (cook QueryTextExtentsCookie) Reply() (*QueryTextExtentsReply, er... function QueryTextExtents (line 13213) | func QueryTextExtents(c *xgb.Conn, Font Fontable, String []Char2b, Strin... function QueryTextExtentsUnchecked (line 13221) | func QueryTextExtentsUnchecked(c *xgb.Conn, Font Fontable, String []Char... type QueryTextExtentsReply (line 13228) | type QueryTextExtentsReply struct function queryTextExtentsReply (line 13254) | func queryTextExtentsReply(buf []byte) *QueryTextExtentsReply { function queryTextExtentsRequest (line 13293) | func queryTextExtentsRequest(c *xgb.Conn, Font Fontable, String []Char2b... type QueryTreeCookie (line 13318) | type QueryTreeCookie struct method Reply (line 13351) | func (cook QueryTreeCookie) Reply() (*QueryTreeReply, error) { function QueryTree (line 13324) | func QueryTree(c *xgb.Conn, Window Window) QueryTreeCookie { function QueryTreeUnchecked (line 13332) | func QueryTreeUnchecked(c *xgb.Conn, Window Window) QueryTreeCookie { type QueryTreeReply (line 13339) | type QueryTreeReply struct function queryTreeReply (line 13363) | func queryTreeReply(buf []byte) *QueryTreeReply { function queryTreeRequest (line 13397) | func queryTreeRequest(c *xgb.Conn, Window Window) []byte { type RecolorCursorCookie (line 13417) | type RecolorCursorCookie struct method Check (line 13439) | func (cook RecolorCursorCookie) Check() error { function RecolorCursor (line 13423) | func RecolorCursor(c *xgb.Conn, Cursor Cursor, ForeRed uint16, ForeGreen... function RecolorCursorChecked (line 13431) | func RecolorCursorChecked(c *xgb.Conn, Cursor Cursor, ForeRed uint16, Fo... function recolorCursorRequest (line 13445) | func recolorCursorRequest(c *xgb.Conn, Cursor Cursor, ForeRed uint16, Fo... type ReparentWindowCookie (line 13483) | type ReparentWindowCookie struct method Check (line 13505) | func (cook ReparentWindowCookie) Check() error { function ReparentWindow (line 13489) | func ReparentWindow(c *xgb.Conn, Window Window, Parent Window, X int16, ... function ReparentWindowChecked (line 13497) | func ReparentWindowChecked(c *xgb.Conn, Window Window, Parent Window, X ... function reparentWindowRequest (line 13511) | func reparentWindowRequest(c *xgb.Conn, Window Window, Parent Window, X ... type RotatePropertiesCookie (line 13540) | type RotatePropertiesCookie struct method Check (line 13562) | func (cook RotatePropertiesCookie) Check() error { function RotateProperties (line 13546) | func RotateProperties(c *xgb.Conn, Window Window, AtomsLen uint16, Delta... function RotatePropertiesChecked (line 13554) | func RotatePropertiesChecked(c *xgb.Conn, Window Window, AtomsLen uint16... function rotatePropertiesRequest (line 13568) | func rotatePropertiesRequest(c *xgb.Conn, Window Window, AtomsLen uint16... type SendEventCookie (line 13599) | type SendEventCookie struct method Check (line 13621) | func (cook SendEventCookie) Check() error { function SendEvent (line 13605) | func SendEvent(c *xgb.Conn, Propagate bool, Destination Window, EventMas... function SendEventChecked (line 13613) | func SendEventChecked(c *xgb.Conn, Propagate bool, Destination Window, E... function sendEventRequest (line 13627) | func sendEventRequest(c *xgb.Conn, Propagate bool, Destination Window, E... type SetAccessControlCookie (line 13658) | type SetAccessControlCookie struct method Check (line 13680) | func (cook SetAccessControlCookie) Check() error { function SetAccessControl (line 13664) | func SetAccessControl(c *xgb.Conn, Mode byte) SetAccessControlCookie { function SetAccessControlChecked (line 13672) | func SetAccessControlChecked(c *xgb.Conn, Mode byte) SetAccessControlCoo... function setAccessControlRequest (line 13686) | func setAccessControlRequest(c *xgb.Conn, Mode byte) []byte { type SetClipRectanglesCookie (line 13704) | type SetClipRectanglesCookie struct method Check (line 13726) | func (cook SetClipRectanglesCookie) Check() error { function SetClipRectangles (line 13710) | func SetClipRectangles(c *xgb.Conn, Ordering byte, Gc Gcontext, ClipXOri... function SetClipRectanglesChecked (line 13718) | func SetClipRectanglesChecked(c *xgb.Conn, Ordering byte, Gc Gcontext, C... function setClipRectanglesRequest (line 13732) | func setClipRectanglesRequest(c *xgb.Conn, Ordering byte, Gc Gcontext, C... type SetCloseDownModeCookie (line 13761) | type SetCloseDownModeCookie struct method Check (line 13783) | func (cook SetCloseDownModeCookie) Check() error { function SetCloseDownMode (line 13767) | func SetCloseDownMode(c *xgb.Conn, Mode byte) SetCloseDownModeCookie { function SetCloseDownModeChecked (line 13775) | func SetCloseDownModeChecked(c *xgb.Conn, Mode byte) SetCloseDownModeCoo... function setCloseDownModeRequest (line 13789) | func setCloseDownModeRequest(c *xgb.Conn, Mode byte) []byte { type SetDashesCookie (line 13807) | type SetDashesCookie struct method Check (line 13829) | func (cook SetDashesCookie) Check() error { function SetDashes (line 13813) | func SetDashes(c *xgb.Conn, Gc Gcontext, DashOffset uint16, DashesLen ui... function SetDashesChecked (line 13821) | func SetDashesChecked(c *xgb.Conn, Gc Gcontext, DashOffset uint16, Dashe... function setDashesRequest (line 13835) | func setDashesRequest(c *xgb.Conn, Gc Gcontext, DashOffset uint16, Dashe... type SetFontPathCookie (line 13864) | type SetFontPathCookie struct method Check (line 13886) | func (cook SetFontPathCookie) Check() error { function SetFontPath (line 13870) | func SetFontPath(c *xgb.Conn, FontQty uint16, Font []Str) SetFontPathCoo... function SetFontPathChecked (line 13878) | func SetFontPathChecked(c *xgb.Conn, FontQty uint16, Font []Str) SetFont... function setFontPathRequest (line 13892) | func setFontPathRequest(c *xgb.Conn, FontQty uint16, Font []Str) []byte { type SetInputFocusCookie (line 13916) | type SetInputFocusCookie struct method Check (line 13938) | func (cook SetInputFocusCookie) Check() error { function SetInputFocus (line 13922) | func SetInputFocus(c *xgb.Conn, RevertTo byte, Focus Window, Time Timest... function SetInputFocusChecked (line 13930) | func SetInputFocusChecked(c *xgb.Conn, RevertTo byte, Focus Window, Time... function setInputFocusRequest (line 13944) | func setInputFocusRequest(c *xgb.Conn, RevertTo byte, Focus Window, Time... type SetModifierMappingCookie (line 13968) | type SetModifierMappingCookie struct method Reply (line 13996) | func (cook SetModifierMappingCookie) Reply() (*SetModifierMappingReply... function SetModifierMapping (line 13974) | func SetModifierMapping(c *xgb.Conn, KeycodesPerModifier byte, Keycodes ... function SetModifierMappingUnchecked (line 13982) | func SetModifierMappingUnchecked(c *xgb.Conn, KeycodesPerModifier byte, ... type SetModifierMappingReply (line 13989) | type SetModifierMappingReply struct function setModifierMappingReply (line 14008) | func setModifierMappingReply(buf []byte) *SetModifierMappingReply { function setModifierMappingRequest (line 14026) | func setModifierMappingRequest(c *xgb.Conn, KeycodesPerModifier byte, Ke... type SetPointerMappingCookie (line 14049) | type SetPointerMappingCookie struct method Reply (line 14077) | func (cook SetPointerMappingCookie) Reply() (*SetPointerMappingReply, ... function SetPointerMapping (line 14055) | func SetPointerMapping(c *xgb.Conn, MapLen byte, Map []byte) SetPointerM... function SetPointerMappingUnchecked (line 14063) | func SetPointerMappingUnchecked(c *xgb.Conn, MapLen byte, Map []byte) Se... type SetPointerMappingReply (line 14070) | type SetPointerMappingReply struct function setPointerMappingReply (line 14089) | func setPointerMappingReply(buf []byte) *SetPointerMappingReply { function setPointerMappingRequest (line 14107) | func setPointerMappingRequest(c *xgb.Conn, MapLen byte, Map []byte) []by... type SetScreenSaverCookie (line 14128) | type SetScreenSaverCookie struct method Check (line 14150) | func (cook SetScreenSaverCookie) Check() error { function SetScreenSaver (line 14134) | func SetScreenSaver(c *xgb.Conn, Timeout int16, Interval int16, PreferBl... function SetScreenSaverChecked (line 14142) | func SetScreenSaverChecked(c *xgb.Conn, Timeout int16, Interval int16, P... function setScreenSaverRequest (line 14156) | func setScreenSaverRequest(c *xgb.Conn, Timeout int16, Interval int16, P... type SetSelectionOwnerCookie (line 14185) | type SetSelectionOwnerCookie struct method Check (line 14207) | func (cook SetSelectionOwnerCookie) Check() error { function SetSelectionOwner (line 14191) | func SetSelectionOwner(c *xgb.Conn, Owner Window, Selection Atom, Time T... function SetSelectionOwnerChecked (line 14199) | func SetSelectionOwnerChecked(c *xgb.Conn, Owner Window, Selection Atom,... function setSelectionOwnerRequest (line 14213) | func setSelectionOwnerRequest(c *xgb.Conn, Owner Window, Selection Atom,... type StoreColorsCookie (line 14239) | type StoreColorsCookie struct method Check (line 14261) | func (cook StoreColorsCookie) Check() error { function StoreColors (line 14245) | func StoreColors(c *xgb.Conn, Cmap Colormap, Items []Coloritem) StoreCol... function StoreColorsChecked (line 14253) | func StoreColorsChecked(c *xgb.Conn, Cmap Colormap, Items []Coloritem) S... function storeColorsRequest (line 14267) | func storeColorsRequest(c *xgb.Conn, Cmap Colormap, Items []Coloritem) [... type StoreNamedColorCookie (line 14289) | type StoreNamedColorCookie struct method Check (line 14311) | func (cook StoreNamedColorCookie) Check() error { function StoreNamedColor (line 14295) | func StoreNamedColor(c *xgb.Conn, Flags byte, Cmap Colormap, Pixel uint3... function StoreNamedColorChecked (line 14303) | func StoreNamedColorChecked(c *xgb.Conn, Flags byte, Cmap Colormap, Pixe... function storeNamedColorRequest (line 14317) | func storeNamedColorRequest(c *xgb.Conn, Flags byte, Cmap Colormap, Pixe... type TranslateCoordinatesCookie (line 14349) | type TranslateCoordinatesCookie struct method Reply (line 14380) | func (cook TranslateCoordinatesCookie) Reply() (*TranslateCoordinatesR... function TranslateCoordinates (line 14355) | func TranslateCoordinates(c *xgb.Conn, SrcWindow Window, DstWindow Windo... function TranslateCoordinatesUnchecked (line 14363) | func TranslateCoordinatesUnchecked(c *xgb.Conn, SrcWindow Window, DstWin... type TranslateCoordinatesReply (line 14370) | type TranslateCoordinatesReply struct function translateCoordinatesReply (line 14392) | func translateCoordinatesReply(buf []byte) *TranslateCoordinatesReply { function translateCoordinatesRequest (line 14423) | func translateCoordinatesRequest(c *xgb.Conn, SrcWindow Window, DstWindo... type UngrabButtonCookie (line 14452) | type UngrabButtonCookie struct method Check (line 14474) | func (cook UngrabButtonCookie) Check() error { function UngrabButton (line 14458) | func UngrabButton(c *xgb.Conn, Button byte, GrabWindow Window, Modifiers... function UngrabButtonChecked (line 14466) | func UngrabButtonChecked(c *xgb.Conn, Button byte, GrabWindow Window, Mo... function ungrabButtonRequest (line 14480) | func ungrabButtonRequest(c *xgb.Conn, Button byte, GrabWindow Window, Mo... type UngrabKeyCookie (line 14506) | type UngrabKeyCookie struct method Check (line 14528) | func (cook UngrabKeyCookie) Check() error { function UngrabKey (line 14512) | func UngrabKey(c *xgb.Conn, Key Keycode, GrabWindow Window, Modifiers ui... function UngrabKeyChecked (line 14520) | func UngrabKeyChecked(c *xgb.Conn, Key Keycode, GrabWindow Window, Modif... function ungrabKeyRequest (line 14534) | func ungrabKeyRequest(c *xgb.Conn, Key Keycode, GrabWindow Window, Modif... type UngrabKeyboardCookie (line 14560) | type UngrabKeyboardCookie struct method Check (line 14582) | func (cook UngrabKeyboardCookie) Check() error { function UngrabKeyboard (line 14566) | func UngrabKeyboard(c *xgb.Conn, Time Timestamp) UngrabKeyboardCookie { function UngrabKeyboardChecked (line 14574) | func UngrabKeyboardChecked(c *xgb.Conn, Time Timestamp) UngrabKeyboardCo... function ungrabKeyboardRequest (line 14588) | func ungrabKeyboardRequest(c *xgb.Conn, Time Timestamp) []byte { type UngrabPointerCookie (line 14608) | type UngrabPointerCookie struct method Check (line 14630) | func (cook UngrabPointerCookie) Check() error { function UngrabPointer (line 14614) | func UngrabPointer(c *xgb.Conn, Time Timestamp) UngrabPointerCookie { function UngrabPointerChecked (line 14622) | func UngrabPointerChecked(c *xgb.Conn, Time Timestamp) UngrabPointerCook... function ungrabPointerRequest (line 14636) | func ungrabPointerRequest(c *xgb.Conn, Time Timestamp) []byte { type UngrabServerCookie (line 14656) | type UngrabServerCookie struct method Check (line 14678) | func (cook UngrabServerCookie) Check() error { function UngrabServer (line 14662) | func UngrabServer(c *xgb.Conn) UngrabServerCookie { function UngrabServerChecked (line 14670) | func UngrabServerChecked(c *xgb.Conn) UngrabServerCookie { function ungrabServerRequest (line 14684) | func ungrabServerRequest(c *xgb.Conn) []byte { type UninstallColormapCookie (line 14700) | type UninstallColormapCookie struct method Check (line 14722) | func (cook UninstallColormapCookie) Check() error { function UninstallColormap (line 14706) | func UninstallColormap(c *xgb.Conn, Cmap Colormap) UninstallColormapCook... function UninstallColormapChecked (line 14714) | func UninstallColormapChecked(c *xgb.Conn, Cmap Colormap) UninstallColor... function uninstallColormapRequest (line 14728) | func uninstallColormapRequest(c *xgb.Conn, Cmap Colormap) []byte { type UnmapSubwindowsCookie (line 14748) | type UnmapSubwindowsCookie struct method Check (line 14770) | func (cook UnmapSubwindowsCookie) Check() error { function UnmapSubwindows (line 14754) | func UnmapSubwindows(c *xgb.Conn, Window Window) UnmapSubwindowsCookie { function UnmapSubwindowsChecked (line 14762) | func UnmapSubwindowsChecked(c *xgb.Conn, Window Window) UnmapSubwindowsC... function unmapSubwindowsRequest (line 14776) | func unmapSubwindowsRequest(c *xgb.Conn, Window Window) []byte { type UnmapWindowCookie (line 14796) | type UnmapWindowCookie struct method Check (line 14818) | func (cook UnmapWindowCookie) Check() error { function UnmapWindow (line 14802) | func UnmapWindow(c *xgb.Conn, Window Window) UnmapWindowCookie { function UnmapWindowChecked (line 14810) | func UnmapWindowChecked(c *xgb.Conn, Window Window) UnmapWindowCookie { function unmapWindowRequest (line 14824) | func unmapWindowRequest(c *xgb.Conn, Window Window) []byte { type WarpPointerCookie (line 14844) | type WarpPointerCookie struct method Check (line 14866) | func (cook WarpPointerCookie) Check() error { function WarpPointer (line 14850) | func WarpPointer(c *xgb.Conn, SrcWindow Window, DstWindow Window, SrcX i... function WarpPointerChecked (line 14858) | func WarpPointerChecked(c *xgb.Conn, SrcWindow Window, DstWindow Window,... function warpPointerRequest (line 14872) | func warpPointerRequest(c *xgb.Conn, SrcWindow Window, DstWindow Window,... FILE: vendor/github.com/BurntSushi/xgbutil/ewmh/ewmh.go function ClientEvent (line 13) | func ClientEvent(xu *xgbutil.XUtil, window xproto.Window, messageType st... function ActiveWindowGet (line 32) | func ActiveWindowGet(xu *xgbutil.XUtil) (xproto.Window, error) { function ActiveWindowSet (line 38) | func ActiveWindowSet(xu *xgbutil.XUtil, win xproto.Window) error { function ActiveWindowReq (line 44) | func ActiveWindowReq(xu *xgbutil.XUtil, win xproto.Window) error { function ActiveWindowReqExtra (line 49) | func ActiveWindowReqExtra(xu *xgbutil.XUtil, win xproto.Window, source int, function ClientListGet (line 57) | func ClientListGet(xu *xgbutil.XUtil) ([]xproto.Window, error) { function ClientListSet (line 63) | func ClientListSet(xu *xgbutil.XUtil, wins []xproto.Window) error { function ClientListStackingGet (line 69) | func ClientListStackingGet(xu *xgbutil.XUtil) ([]xproto.Window, error) { function ClientListStackingSet (line 75) | func ClientListStackingSet(xu *xgbutil.XUtil, wins []xproto.Window) error { function CloseWindow (line 81) | func CloseWindow(xu *xgbutil.XUtil, win xproto.Window) error { function CloseWindowExtra (line 86) | func CloseWindowExtra(xu *xgbutil.XUtil, win xproto.Window, function CurrentDesktopGet (line 93) | func CurrentDesktopGet(xu *xgbutil.XUtil) (uint, error) { function CurrentDesktopSet (line 99) | func CurrentDesktopSet(xu *xgbutil.XUtil, desk uint) error { function CurrentDesktopReq (line 105) | func CurrentDesktopReq(xu *xgbutil.XUtil, desk int) error { function CurrentDesktopReqExtra (line 110) | func CurrentDesktopReqExtra(xu *xgbutil.XUtil, desk int, function DesktopNamesGet (line 118) | func DesktopNamesGet(xu *xgbutil.XUtil) ([]string, error) { function DesktopNamesSet (line 124) | func DesktopNamesSet(xu *xgbutil.XUtil, names []string) error { type DesktopGeometry (line 136) | type DesktopGeometry struct function DesktopGeometryGet (line 142) | func DesktopGeometryGet(xu *xgbutil.XUtil) (*DesktopGeometry, error) { function DesktopGeometrySet (line 153) | func DesktopGeometrySet(xu *xgbutil.XUtil, dg *DesktopGeometry) error { function DesktopGeometryReq (line 159) | func DesktopGeometryReq(xu *xgbutil.XUtil, dg *DesktopGeometry) error { type DesktopLayout (line 167) | type DesktopLayout struct constant OrientHorz (line 176) | OrientHorz = iota constant OrientVert (line 177) | OrientVert constant TopLeft (line 182) | TopLeft = iota constant TopRight (line 183) | TopRight constant BottomRight (line 184) | BottomRight constant BottomLeft (line 185) | BottomLeft function DesktopLayoutGet (line 189) | func DesktopLayoutGet(xu *xgbutil.XUtil) (dl *DesktopLayout, err error) { function DesktopLayoutSet (line 211) | func DesktopLayoutSet(xu *xgbutil.XUtil, orientation, columns, rows, type DesktopViewport (line 222) | type DesktopViewport struct function DesktopViewportGet (line 228) | func DesktopViewportGet(xu *xgbutil.XUtil) ([]DesktopViewport, error) { function DesktopViewportSet (line 246) | func DesktopViewportSet(xu *xgbutil.XUtil, viewports []DesktopViewport) ... function DesktopViewportReq (line 258) | func DesktopViewportReq(xu *xgbutil.XUtil, x, y int) error { type FrameExtents (line 265) | type FrameExtents struct function FrameExtentsGet (line 273) | func FrameExtentsGet(xu *xgbutil.XUtil, function FrameExtentsSet (line 291) | func FrameExtentsSet(xu *xgbutil.XUtil, win xproto.Window, function MoveresizeWindow (line 306) | func MoveresizeWindow(xu *xgbutil.XUtil, win xproto.Window, function ResizeWindow (line 314) | func ResizeWindow(xu *xgbutil.XUtil, win xproto.Window, w, h int) error { function MoveWindow (line 320) | func MoveWindow(xu *xgbutil.XUtil, win xproto.Window, x, y int) error { function MoveresizeWindowExtra (line 328) | func MoveresizeWindowExtra(xu *xgbutil.XUtil, win xproto.Window, x, y, w... function NumberOfDesktopsGet (line 350) | func NumberOfDesktopsGet(xu *xgbutil.XUtil) (uint, error) { function NumberOfDesktopsSet (line 356) | func NumberOfDesktopsSet(xu *xgbutil.XUtil, numDesks uint) error { function NumberOfDesktopsReq (line 362) | func NumberOfDesktopsReq(xu *xgbutil.XUtil, numDesks int) error { function RequestFrameExtents (line 367) | func RequestFrameExtents(xu *xgbutil.XUtil, win xproto.Window) error { function RestackWindow (line 373) | func RestackWindow(xu *xgbutil.XUtil, win xproto.Window) error { function RestackWindowExtra (line 378) | func RestackWindowExtra(xu *xgbutil.XUtil, win xproto.Window, stackMode ... function ShowingDesktopGet (line 386) | func ShowingDesktopGet(xu *xgbutil.XUtil) (bool, error) { function ShowingDesktopSet (line 401) | func ShowingDesktopSet(xu *xgbutil.XUtil, show bool) error { function ShowingDesktopReq (line 413) | func ShowingDesktopReq(xu *xgbutil.XUtil, show bool) error { function SupportedGet (line 424) | func SupportedGet(xu *xgbutil.XUtil) ([]string, error) { function SupportedSet (line 431) | func SupportedSet(xu *xgbutil.XUtil, atomNames []string) error { function SupportingWmCheckGet (line 442) | func SupportingWmCheckGet(xu *xgbutil.XUtil, function SupportingWmCheckSet (line 450) | func SupportingWmCheckSet(xu *xgbutil.XUtil, win xproto.Window, function VirtualRootsGet (line 458) | func VirtualRootsGet(xu *xgbutil.XUtil) ([]xproto.Window, error) { function VirtualRootsSet (line 464) | func VirtualRootsSet(xu *xgbutil.XUtil, wins []xproto.Window) error { function VisibleDesktopsGet (line 474) | func VisibleDesktopsGet(xu *xgbutil.XUtil) ([]uint, error) { function VisibleDesktopsSet (line 480) | func VisibleDesktopsSet(xu *xgbutil.XUtil, desktops []uint) error { function WmAllowedActionsGet (line 486) | func WmAllowedActionsGet(xu *xgbutil.XUtil, function WmAllowedActionsSet (line 494) | func WmAllowedActionsSet(xu *xgbutil.XUtil, win xproto.Window, function WmDesktopGet (line 507) | func WmDesktopGet(xu *xgbutil.XUtil, win xproto.Window) (uint, error) { function WmDesktopSet (line 512) | func WmDesktopSet(xu *xgbutil.XUtil, win xproto.Window, desk uint) error { function WmDesktopReq (line 518) | func WmDesktopReq(xu *xgbutil.XUtil, win xproto.Window, desk uint) error { function WmDesktopReqExtra (line 523) | func WmDesktopReqExtra(xu *xgbutil.XUtil, win xproto.Window, desk uint, type WmFullscreenMonitors (line 532) | type WmFullscreenMonitors struct function WmFullscreenMonitorsGet (line 540) | func WmFullscreenMonitorsGet(xu *xgbutil.XUtil, function WmFullscreenMonitorsSet (line 558) | func WmFullscreenMonitorsSet(xu *xgbutil.XUtil, win xproto.Window, function WmFullscreenMonitorsReq (line 572) | func WmFullscreenMonitorsReq(xu *xgbutil.XUtil, win xproto.Window, function WmFullscreenMonitorsReqExtra (line 579) | func WmFullscreenMonitorsReqExtra(xu *xgbutil.XUtil, win xproto.Window, function WmHandledIconsGet (line 587) | func WmHandledIconsGet(xu *xgbutil.XUtil, win xproto.Window) (bool, erro... function WmHandledIconsSet (line 602) | func WmHandledIconsSet(xu *xgbutil.XUtil, handle bool) error { type WmIcon (line 616) | type WmIcon struct function WmIconGet (line 623) | func WmIconGet(xu *xgbutil.XUtil, win xproto.Window) ([]WmIcon, error) { function WmIconSet (line 649) | func WmIconSet(xu *xgbutil.XUtil, win xproto.Window, icons []WmIcon) err... type WmIconGeometry (line 661) | type WmIconGeometry struct function WmIconGeometryGet (line 669) | func WmIconGeometryGet(xu *xgbutil.XUtil, function WmIconGeometrySet (line 687) | func WmIconGeometrySet(xu *xgbutil.XUtil, win xproto.Window, function WmIconNameGet (line 701) | func WmIconNameGet(xu *xgbutil.XUtil, win xproto.Window) (string, error) { function WmIconNameSet (line 706) | func WmIconNameSet(xu *xgbutil.XUtil, win xproto.Window, name string) er... constant SizeTopLeft (line 713) | SizeTopLeft = iota constant SizeTop (line 714) | SizeTop constant SizeTopRight (line 715) | SizeTopRight constant SizeRight (line 716) | SizeRight constant SizeBottomRight (line 717) | SizeBottomRight constant SizeBottom (line 718) | SizeBottom constant SizeBottomLeft (line 719) | SizeBottomLeft constant SizeLeft (line 720) | SizeLeft constant Move (line 721) | Move constant SizeKeyboard (line 722) | SizeKeyboard constant MoveKeyboard (line 723) | MoveKeyboard constant Cancel (line 724) | Cancel constant Infer (line 725) | Infer function WmMoveresize (line 729) | func WmMoveresize(xu *xgbutil.XUtil, win xproto.Window, direction int) e... function WmMoveresizeExtra (line 734) | func WmMoveresizeExtra(xu *xgbutil.XUtil, win xproto.Window, direction, function WmNameGet (line 742) | func WmNameGet(xu *xgbutil.XUtil, win xproto.Window) (string, error) { function WmNameSet (line 747) | func WmNameSet(xu *xgbutil.XUtil, win xproto.Window, name string) error { type WmOpaqueRegion (line 755) | type WmOpaqueRegion struct function WmOpaqueRegionGet (line 763) | func WmOpaqueRegionGet(xu *xgbutil.XUtil, function WmOpaqueRegionSet (line 785) | func WmOpaqueRegionSet(xu *xgbutil.XUtil, win xproto.Window, function WmPidGet (line 802) | func WmPidGet(xu *xgbutil.XUtil, win xproto.Window) (uint, error) { function WmPidSet (line 807) | func WmPidSet(xu *xgbutil.XUtil, win xproto.Window, pid uint) error { function WmPing (line 812) | func WmPing(xu *xgbutil.XUtil, win xproto.Window, response bool) error { function WmPingExtra (line 817) | func WmPingExtra(xu *xgbutil.XUtil, win xproto.Window, response bool, constant StateRemove (line 839) | StateRemove = iota constant StateAdd (line 840) | StateAdd constant StateToggle (line 841) | StateToggle function WmStateGet (line 845) | func WmStateGet(xu *xgbutil.XUtil, win xproto.Window) ([]string, error) { function WmStateSet (line 851) | func WmStateSet(xu *xgbutil.XUtil, win xproto.Window, function WmStateReq (line 863) | func WmStateReq(xu *xgbutil.XUtil, win xproto.Window, action int, function WmStateReqExtra (line 870) | func WmStateReqExtra(xu *xgbutil.XUtil, win xproto.Window, action int, type WmStrut (line 895) | type WmStrut struct function WmStrutGet (line 903) | func WmStrutGet(xu *xgbutil.XUtil, win xproto.Window) (*WmStrut, error) { function WmStrutSet (line 919) | func WmStrutSet(xu *xgbutil.XUtil, win xproto.Window, struts *WmStrut) e... type WmStrutPartial (line 934) | type WmStrutPartial struct function WmStrutPartialGet (line 941) | func WmStrutPartialGet(xu *xgbutil.XUtil, function WmStrutPartialSet (line 960) | func WmStrutPartialSet(xu *xgbutil.XUtil, win xproto.Window, function WmSyncRequest (line 982) | func WmSyncRequest(xu *xgbutil.XUtil, win xproto.Window, req_num uint64)... function WmSyncRequestExtra (line 987) | func WmSyncRequestExtra(xu *xgbutil.XUtil, win xproto.Window, reqNum uin... function WmSyncRequestCounter (line 1005) | func WmSyncRequestCounter(xu *xgbutil.XUtil, win xproto.Window) (uint, e... function WmSyncRequestCounterSet (line 1013) | func WmSyncRequestCounterSet(xu *xgbutil.XUtil, win xproto.Window, function WmUserTimeGet (line 1021) | func WmUserTimeGet(xu *xgbutil.XUtil, win xproto.Window) (uint, error) { function WmUserTimeSet (line 1026) | func WmUserTimeSet(xu *xgbutil.XUtil, win xproto.Window, userTime uint) ... function WmUserTimeWindowGet (line 1032) | func WmUserTimeWindowGet(xu *xgbutil.XUtil, function WmUserTimeWindowSet (line 1040) | func WmUserTimeWindowSet(xu *xgbutil.XUtil, win xproto.Window, function WmVisibleIconNameGet (line 1048) | func WmVisibleIconNameGet(xu *xgbutil.XUtil, function WmVisibleIconNameSet (line 1056) | func WmVisibleIconNameSet(xu *xgbutil.XUtil, win xproto.Window, function WmVisibleNameGet (line 1064) | func WmVisibleNameGet(xu *xgbutil.XUtil, win xproto.Window) (string, err... function WmVisibleNameSet (line 1069) | func WmVisibleNameSet(xu *xgbutil.XUtil, win xproto.Window, name string)... function WmWindowOpacityGet (line 1081) | func WmWindowOpacityGet(xu *xgbutil.XUtil, win xproto.Window) (float64, ... function WmWindowOpacitySet (line 1092) | func WmWindowOpacitySet(xu *xgbutil.XUtil, win xproto.Window, function WmWindowTypeGet (line 1100) | func WmWindowTypeGet(xu *xgbutil.XUtil, win xproto.Window) ([]string, er... function WmWindowTypeSet (line 1107) | func WmWindowTypeSet(xu *xgbutil.XUtil, win xproto.Window, type Workarea (line 1120) | type Workarea struct function WorkareaGet (line 1128) | func WorkareaGet(xu *xgbutil.XUtil) ([]Workarea, error) { function WorkareaSet (line 1148) | func WorkareaSet(xu *xgbutil.XUtil, workareas []Workarea) error { FILE: vendor/github.com/BurntSushi/xgbutil/ewmh/winman.go function GetEwmhWM (line 12) | func GetEwmhWM(xu *xgbutil.XUtil) (string, error) { FILE: vendor/github.com/BurntSushi/xgbutil/icccm/icccm.go constant HintInput (line 13) | HintInput = (1 << iota) constant HintState (line 14) | HintState constant HintIconPixmap (line 15) | HintIconPixmap constant HintIconWindow (line 16) | HintIconWindow constant HintIconPosition (line 17) | HintIconPosition constant HintIconMask (line 18) | HintIconMask constant HintWindowGroup (line 19) | HintWindowGroup constant HintMessage (line 20) | HintMessage constant HintUrgency (line 21) | HintUrgency constant SizeHintUSPosition (line 25) | SizeHintUSPosition = (1 << iota) constant SizeHintUSSize (line 26) | SizeHintUSSize constant SizeHintPPosition (line 27) | SizeHintPPosition constant SizeHintPSize (line 28) | SizeHintPSize constant SizeHintPMinSize (line 29) | SizeHintPMinSize constant SizeHintPMaxSize (line 30) | SizeHintPMaxSize constant SizeHintPResizeInc (line 31) | SizeHintPResizeInc constant SizeHintPAspect (line 32) | SizeHintPAspect constant SizeHintPBaseSize (line 33) | SizeHintPBaseSize constant SizeHintPWinGravity (line 34) | SizeHintPWinGravity constant StateWithdrawn (line 38) | StateWithdrawn = iota constant StateNormal (line 39) | StateNormal constant StateZoomed (line 40) | StateZoomed constant StateIconic (line 41) | StateIconic constant StateInactive (line 42) | StateInactive function WmNameGet (line 46) | func WmNameGet(xu *xgbutil.XUtil, win xproto.Window) (string, error) { function WmNameSet (line 51) | func WmNameSet(xu *xgbutil.XUtil, win xproto.Window, name string) error { function WmIconNameGet (line 56) | func WmIconNameGet(xu *xgbutil.XUtil, win xproto.Window) (string, error) { function WmIconNameSet (line 61) | func WmIconNameSet(xu *xgbutil.XUtil, win xproto.Window, name string) er... type NormalHints (line 68) | type NormalHints struct function WmNormalHintsGet (line 78) | func WmNormalHintsGet(xu *xgbutil.XUtil, function WmNormalHintsSet (line 122) | func WmNormalHintsSet(xu *xgbutil.XUtil, win xproto.Window, type Hints (line 142) | type Hints struct function WmHintsGet (line 151) | func WmHintsGet(xu *xgbutil.XUtil, function WmHintsSet (line 181) | func WmHintsSet(xu *xgbutil.XUtil, win xproto.Window, hints *Hints) error { type WmClass (line 194) | type WmClass struct function WmClassGet (line 199) | func WmClassGet(xu *xgbutil.XUtil, win xproto.Window) (*WmClass, error) { function WmClassSet (line 217) | func WmClassSet(xu *xgbutil.XUtil, win xproto.Window, class *WmClass) er... function WmTransientForGet (line 226) | func WmTransientForGet(xu *xgbutil.XUtil, function WmTransientForSet (line 233) | func WmTransientForSet(xu *xgbutil.XUtil, win xproto.Window, function WmProtocolsGet (line 241) | func WmProtocolsGet(xu *xgbutil.XUtil, win xproto.Window) ([]string, err... function WmProtocolsSet (line 247) | func WmProtocolsSet(xu *xgbutil.XUtil, win xproto.Window, function WmColormapWindowsGet (line 258) | func WmColormapWindowsGet(xu *xgbutil.XUtil, function WmColormapWindowsSet (line 266) | func WmColormapWindowsSet(xu *xgbutil.XUtil, win xproto.Window, function WmClientMachineGet (line 274) | func WmClientMachineGet(xu *xgbutil.XUtil, win xproto.Window) (string, e... function WmClientMachineSet (line 279) | func WmClientMachineSet(xu *xgbutil.XUtil, win xproto.Window, type WmState (line 289) | type WmState struct function WmStateGet (line 295) | func WmStateGet(xu *xgbutil.XUtil, win xproto.Window) (*WmState, error) { function WmStateSet (line 313) | func WmStateSet(xu *xgbutil.XUtil, win xproto.Window, state *WmState) er... type IconSize (line 324) | type IconSize struct function WmIconSizeGet (line 329) | func WmIconSizeGet(xu *xgbutil.XUtil, win xproto.Window) (*IconSize, err... function WmIconSizeSet (line 348) | func WmIconSizeSet(xu *xgbutil.XUtil, win xproto.Window, FILE: vendor/github.com/BurntSushi/xgbutil/icccm/protocols.go function IsDeleteProtocol (line 18) | func IsDeleteProtocol(X *xgbutil.XUtil, ev xevent.ClientMessageEvent) bo... function IsFocusProtocol (line 43) | func IsFocusProtocol(X *xgbutil.XUtil, ev xevent.ClientMessageEvent) bool { FILE: vendor/github.com/BurntSushi/xgbutil/types.go type Callback (line 31) | type Callback interface type CallbackHook (line 45) | type CallbackHook interface type CallbackKey (line 58) | type CallbackKey interface type CallbackMouse (line 72) | type CallbackMouse interface type KeyKey (line 92) | type KeyKey struct type KeyString (line 102) | type KeyString struct type MouseKey (line 114) | type MouseKey struct type KeyboardMapping (line 125) | type KeyboardMapping struct type ModifierMapping (line 133) | type ModifierMapping struct type ErrorHandlerFun (line 145) | type ErrorHandlerFun type EventOrError (line 153) | type EventOrError struct type MouseDragFun (line 160) | type MouseDragFun type MouseDragBeginFun (line 166) | type MouseDragBeginFun FILE: vendor/github.com/BurntSushi/xgbutil/xevent/callback.go type KeyPressFun (line 17) | type KeyPressFun method Connect (line 19) | func (callback KeyPressFun) Connect(xu *xgbutil.XUtil, method Run (line 24) | func (callback KeyPressFun) Run(xu *xgbutil.XUtil, event interface{}) { type KeyReleaseFun (line 28) | type KeyReleaseFun method Connect (line 30) | func (callback KeyReleaseFun) Connect(xu *xgbutil.XUtil, method Run (line 35) | func (callback KeyReleaseFun) Run(xu *xgbutil.XUtil, event interface{}) { type ButtonPressFun (line 39) | type ButtonPressFun method Connect (line 41) | func (callback ButtonPressFun) Connect(xu *xgbutil.XUtil, method Run (line 46) | func (callback ButtonPressFun) Run(xu *xgbutil.XUtil, event interface{... type ButtonReleaseFun (line 50) | type ButtonReleaseFun method Connect (line 52) | func (callback ButtonReleaseFun) Connect(xu *xgbutil.XUtil, method Run (line 57) | func (callback ButtonReleaseFun) Run(xu *xgbutil.XUtil, event interfac... type MotionNotifyFun (line 61) | type MotionNotifyFun method Connect (line 63) | func (callback MotionNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 68) | func (callback MotionNotifyFun) Run(xu *xgbutil.XUtil, event interface... type EnterNotifyFun (line 72) | type EnterNotifyFun method Connect (line 74) | func (callback EnterNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 79) | func (callback EnterNotifyFun) Run(xu *xgbutil.XUtil, event interface{... type LeaveNotifyFun (line 83) | type LeaveNotifyFun method Connect (line 85) | func (callback LeaveNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 90) | func (callback LeaveNotifyFun) Run(xu *xgbutil.XUtil, event interface{... type FocusInFun (line 94) | type FocusInFun method Connect (line 96) | func (callback FocusInFun) Connect(xu *xgbutil.XUtil, method Run (line 101) | func (callback FocusInFun) Run(xu *xgbutil.XUtil, event interface{}) { type FocusOutFun (line 105) | type FocusOutFun method Connect (line 107) | func (callback FocusOutFun) Connect(xu *xgbutil.XUtil, method Run (line 112) | func (callback FocusOutFun) Run(xu *xgbutil.XUtil, event interface{}) { type KeymapNotifyFun (line 116) | type KeymapNotifyFun method Connect (line 118) | func (callback KeymapNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 123) | func (callback KeymapNotifyFun) Run(xu *xgbutil.XUtil, event interface... type ExposeFun (line 127) | type ExposeFun method Connect (line 129) | func (callback ExposeFun) Connect(xu *xgbutil.XUtil, method Run (line 134) | func (callback ExposeFun) Run(xu *xgbutil.XUtil, event interface{}) { type GraphicsExposureFun (line 138) | type GraphicsExposureFun method Connect (line 140) | func (callback GraphicsExposureFun) Connect(xu *xgbutil.XUtil, method Run (line 145) | func (callback GraphicsExposureFun) Run(xu *xgbutil.XUtil, event inter... type NoExposureFun (line 149) | type NoExposureFun method Connect (line 151) | func (callback NoExposureFun) Connect(xu *xgbutil.XUtil, method Run (line 156) | func (callback NoExposureFun) Run(xu *xgbutil.XUtil, event interface{}) { type VisibilityNotifyFun (line 160) | type VisibilityNotifyFun method Connect (line 162) | func (callback VisibilityNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 167) | func (callback VisibilityNotifyFun) Run(xu *xgbutil.XUtil, event inter... type CreateNotifyFun (line 171) | type CreateNotifyFun method Connect (line 173) | func (callback CreateNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 178) | func (callback CreateNotifyFun) Run(xu *xgbutil.XUtil, event interface... type DestroyNotifyFun (line 182) | type DestroyNotifyFun method Connect (line 184) | func (callback DestroyNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 189) | func (callback DestroyNotifyFun) Run(xu *xgbutil.XUtil, event interfac... type UnmapNotifyFun (line 193) | type UnmapNotifyFun method Connect (line 195) | func (callback UnmapNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 200) | func (callback UnmapNotifyFun) Run(xu *xgbutil.XUtil, event interface{... type MapNotifyFun (line 204) | type MapNotifyFun method Connect (line 206) | func (callback MapNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 211) | func (callback MapNotifyFun) Run(xu *xgbutil.XUtil, event interface{}) { type MapRequestFun (line 215) | type MapRequestFun method Connect (line 217) | func (callback MapRequestFun) Connect(xu *xgbutil.XUtil, method Run (line 222) | func (callback MapRequestFun) Run(xu *xgbutil.XUtil, event interface{}) { type ReparentNotifyFun (line 226) | type ReparentNotifyFun method Connect (line 228) | func (callback ReparentNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 233) | func (callback ReparentNotifyFun) Run(xu *xgbutil.XUtil, event interfa... type ConfigureNotifyFun (line 237) | type ConfigureNotifyFun method Connect (line 239) | func (callback ConfigureNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 244) | func (callback ConfigureNotifyFun) Run(xu *xgbutil.XUtil, event interf... type ConfigureRequestFun (line 248) | type ConfigureRequestFun method Connect (line 250) | func (callback ConfigureRequestFun) Connect(xu *xgbutil.XUtil, method Run (line 255) | func (callback ConfigureRequestFun) Run(xu *xgbutil.XUtil, event inter... type GravityNotifyFun (line 259) | type GravityNotifyFun method Connect (line 261) | func (callback GravityNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 266) | func (callback GravityNotifyFun) Run(xu *xgbutil.XUtil, event interfac... type ResizeRequestFun (line 270) | type ResizeRequestFun method Connect (line 272) | func (callback ResizeRequestFun) Connect(xu *xgbutil.XUtil, method Run (line 277) | func (callback ResizeRequestFun) Run(xu *xgbutil.XUtil, event interfac... type CirculateNotifyFun (line 281) | type CirculateNotifyFun method Connect (line 283) | func (callback CirculateNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 288) | func (callback CirculateNotifyFun) Run(xu *xgbutil.XUtil, event interf... type CirculateRequestFun (line 292) | type CirculateRequestFun method Connect (line 294) | func (callback CirculateRequestFun) Connect(xu *xgbutil.XUtil, method Run (line 299) | func (callback CirculateRequestFun) Run(xu *xgbutil.XUtil, event inter... type PropertyNotifyFun (line 303) | type PropertyNotifyFun method Connect (line 305) | func (callback PropertyNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 310) | func (callback PropertyNotifyFun) Run(xu *xgbutil.XUtil, event interfa... type SelectionClearFun (line 314) | type SelectionClearFun method Connect (line 316) | func (callback SelectionClearFun) Connect(xu *xgbutil.XUtil, method Run (line 321) | func (callback SelectionClearFun) Run(xu *xgbutil.XUtil, event interfa... type SelectionRequestFun (line 325) | type SelectionRequestFun method Connect (line 327) | func (callback SelectionRequestFun) Connect(xu *xgbutil.XUtil, method Run (line 332) | func (callback SelectionRequestFun) Run(xu *xgbutil.XUtil, event inter... type SelectionNotifyFun (line 336) | type SelectionNotifyFun method Connect (line 338) | func (callback SelectionNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 343) | func (callback SelectionNotifyFun) Run(xu *xgbutil.XUtil, event interf... type ColormapNotifyFun (line 347) | type ColormapNotifyFun method Connect (line 349) | func (callback ColormapNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 354) | func (callback ColormapNotifyFun) Run(xu *xgbutil.XUtil, event interfa... type ClientMessageFun (line 358) | type ClientMessageFun method Connect (line 360) | func (callback ClientMessageFun) Connect(xu *xgbutil.XUtil, method Run (line 365) | func (callback ClientMessageFun) Run(xu *xgbutil.XUtil, event interfac... type MappingNotifyFun (line 369) | type MappingNotifyFun method Connect (line 371) | func (callback MappingNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 376) | func (callback MappingNotifyFun) Run(xu *xgbutil.XUtil, event interfac... type ShapeNotifyFun (line 380) | type ShapeNotifyFun method Connect (line 382) | func (callback ShapeNotifyFun) Connect(xu *xgbutil.XUtil, method Run (line 387) | func (callback ShapeNotifyFun) Run(xu *xgbutil.XUtil, event interface{... FILE: vendor/github.com/BurntSushi/xgbutil/xevent/eventloop.go function Read (line 23) | func Read(xu *xgbutil.XUtil, block bool) { function Main (line 51) | func Main(xu *xgbutil.XUtil) { function MainPing (line 82) | func MainPing(xu *xgbutil.XUtil) (chan struct{}, chan struct{}, chan str... function mainEventLoop (line 93) | func mainEventLoop(xu *xgbutil.XUtil, function processEventQueue (line 113) | func processEventQueue(xu *xgbutil.XUtil, pingBefore, pingAfter chan str... FILE: vendor/github.com/BurntSushi/xgbutil/xevent/types_auto.go type KeyPressEvent (line 18) | type KeyPressEvent struct method String (line 24) | func (ev KeyPressEvent) String() string { constant KeyPress (line 22) | KeyPress = xproto.KeyPress type KeyReleaseEvent (line 28) | type KeyReleaseEvent struct method String (line 34) | func (ev KeyReleaseEvent) String() string { constant KeyRelease (line 32) | KeyRelease = xproto.KeyRelease type ButtonPressEvent (line 38) | type ButtonPressEvent struct method String (line 44) | func (ev ButtonPressEvent) String() string { constant ButtonPress (line 42) | ButtonPress = xproto.ButtonPress type ButtonReleaseEvent (line 48) | type ButtonReleaseEvent struct method String (line 54) | func (ev ButtonReleaseEvent) String() string { constant ButtonRelease (line 52) | ButtonRelease = xproto.ButtonRelease type MotionNotifyEvent (line 58) | type MotionNotifyEvent struct method String (line 64) | func (ev MotionNotifyEvent) String() string { constant MotionNotify (line 62) | MotionNotify = xproto.MotionNotify type EnterNotifyEvent (line 68) | type EnterNotifyEvent struct method String (line 74) | func (ev EnterNotifyEvent) String() string { constant EnterNotify (line 72) | EnterNotify = xproto.EnterNotify type LeaveNotifyEvent (line 78) | type LeaveNotifyEvent struct method String (line 84) | func (ev LeaveNotifyEvent) String() string { constant LeaveNotify (line 82) | LeaveNotify = xproto.LeaveNotify type FocusInEvent (line 88) | type FocusInEvent struct method String (line 94) | func (ev FocusInEvent) String() string { constant FocusIn (line 92) | FocusIn = xproto.FocusIn type FocusOutEvent (line 98) | type FocusOutEvent struct method String (line 104) | func (ev FocusOutEvent) String() string { constant FocusOut (line 102) | FocusOut = xproto.FocusOut type KeymapNotifyEvent (line 108) | type KeymapNotifyEvent struct method String (line 114) | func (ev KeymapNotifyEvent) String() string { constant KeymapNotify (line 112) | KeymapNotify = xproto.KeymapNotify type ExposeEvent (line 118) | type ExposeEvent struct method String (line 124) | func (ev ExposeEvent) String() string { constant Expose (line 122) | Expose = xproto.Expose type GraphicsExposureEvent (line 128) | type GraphicsExposureEvent struct method String (line 134) | func (ev GraphicsExposureEvent) String() string { constant GraphicsExposure (line 132) | GraphicsExposure = xproto.GraphicsExposure type NoExposureEvent (line 138) | type NoExposureEvent struct method String (line 144) | func (ev NoExposureEvent) String() string { constant NoExposure (line 142) | NoExposure = xproto.NoExposure type VisibilityNotifyEvent (line 148) | type VisibilityNotifyEvent struct method String (line 154) | func (ev VisibilityNotifyEvent) String() string { constant VisibilityNotify (line 152) | VisibilityNotify = xproto.VisibilityNotify type CreateNotifyEvent (line 158) | type CreateNotifyEvent struct method String (line 164) | func (ev CreateNotifyEvent) String() string { constant CreateNotify (line 162) | CreateNotify = xproto.CreateNotify type DestroyNotifyEvent (line 168) | type DestroyNotifyEvent struct method String (line 174) | func (ev DestroyNotifyEvent) String() string { constant DestroyNotify (line 172) | DestroyNotify = xproto.DestroyNotify type UnmapNotifyEvent (line 178) | type UnmapNotifyEvent struct method String (line 184) | func (ev UnmapNotifyEvent) String() string { constant UnmapNotify (line 182) | UnmapNotify = xproto.UnmapNotify type MapNotifyEvent (line 188) | type MapNotifyEvent struct method String (line 194) | func (ev MapNotifyEvent) String() string { constant MapNotify (line 192) | MapNotify = xproto.MapNotify type MapRequestEvent (line 198) | type MapRequestEvent struct method String (line 204) | func (ev MapRequestEvent) String() string { constant MapRequest (line 202) | MapRequest = xproto.MapRequest type ReparentNotifyEvent (line 208) | type ReparentNotifyEvent struct method String (line 214) | func (ev ReparentNotifyEvent) String() string { constant ReparentNotify (line 212) | ReparentNotify = xproto.ReparentNotify type ConfigureRequestEvent (line 218) | type ConfigureRequestEvent struct method String (line 224) | func (ev ConfigureRequestEvent) String() string { constant ConfigureRequest (line 222) | ConfigureRequest = xproto.ConfigureRequest type GravityNotifyEvent (line 228) | type GravityNotifyEvent struct method String (line 234) | func (ev GravityNotifyEvent) String() string { constant GravityNotify (line 232) | GravityNotify = xproto.GravityNotify type ResizeRequestEvent (line 238) | type ResizeRequestEvent struct method String (line 244) | func (ev ResizeRequestEvent) String() string { constant ResizeRequest (line 242) | ResizeRequest = xproto.ResizeRequest type CirculateNotifyEvent (line 248) | type CirculateNotifyEvent struct method String (line 254) | func (ev CirculateNotifyEvent) String() string { constant CirculateNotify (line 252) | CirculateNotify = xproto.CirculateNotify type CirculateRequestEvent (line 258) | type CirculateRequestEvent struct method String (line 264) | func (ev CirculateRequestEvent) String() string { constant CirculateRequest (line 262) | CirculateRequest = xproto.CirculateRequest type PropertyNotifyEvent (line 268) | type PropertyNotifyEvent struct method String (line 274) | func (ev PropertyNotifyEvent) String() string { constant PropertyNotify (line 272) | PropertyNotify = xproto.PropertyNotify type SelectionClearEvent (line 278) | type SelectionClearEvent struct method String (line 284) | func (ev SelectionClearEvent) String() string { constant SelectionClear (line 282) | SelectionClear = xproto.SelectionClear type SelectionRequestEvent (line 288) | type SelectionRequestEvent struct method String (line 294) | func (ev SelectionRequestEvent) String() string { constant SelectionRequest (line 292) | SelectionRequest = xproto.SelectionRequest type SelectionNotifyEvent (line 298) | type SelectionNotifyEvent struct method String (line 304) | func (ev SelectionNotifyEvent) String() string { constant SelectionNotify (line 302) | SelectionNotify = xproto.SelectionNotify type ColormapNotifyEvent (line 308) | type ColormapNotifyEvent struct method String (line 314) | func (ev ColormapNotifyEvent) String() string { constant ColormapNotify (line 312) | ColormapNotify = xproto.ColormapNotify type MappingNotifyEvent (line 318) | type MappingNotifyEvent struct method String (line 324) | func (ev MappingNotifyEvent) String() string { constant MappingNotify (line 322) | MappingNotify = xproto.MappingNotify type ShapeNotifyEvent (line 328) | type ShapeNotifyEvent struct method String (line 334) | func (ev ShapeNotifyEvent) String() string { constant ShapeNotify (line 332) | ShapeNotify = shape.Notify FILE: vendor/github.com/BurntSushi/xgbutil/xevent/types_manual.go type ClientMessageEvent (line 10) | type ClientMessageEvent struct constant ClientMessage (line 14) | ClientMessage = xproto.ClientMessage function NewClientMessage (line 24) | func NewClientMessage(Format byte, Window xproto.Window, Type xproto.Atom, type ConfigureNotifyEvent (line 73) | type ConfigureNotifyEvent struct constant ConfigureNotify (line 77) | ConfigureNotify = xproto.ConfigureNotify function NewConfigureNotify (line 81) | func NewConfigureNotify(Event, Window, AboveSibling xproto.Window, FILE: vendor/github.com/BurntSushi/xgbutil/xevent/xevent.go function Enqueue (line 43) | func Enqueue(xu *xgbutil.XUtil, ev xgb.Event, err xgb.Error) { function Dequeue (line 56) | func Dequeue(xu *xgbutil.XUtil) (xgb.Event, xgb.Error) { function DequeueAt (line 67) | func DequeueAt(xu *xgbutil.XUtil, i int) { function Empty (line 75) | func Empty(xu *xgbutil.XUtil) bool { function Peek (line 85) | func Peek(xu *xgbutil.XUtil) []xgbutil.EventOrError { function ErrorHandlerSet (line 101) | func ErrorHandlerSet(xu *xgbutil.XUtil, fun xgbutil.ErrorHandlerFun) { function ErrorHandlerGet (line 106) | func ErrorHandlerGet(xu *xgbutil.XUtil) xgbutil.ErrorHandlerFun { type HookFun (line 110) | type HookFun method Connect (line 112) | func (callback HookFun) Connect(xu *xgbutil.XUtil) { method Run (line 124) | func (callback HookFun) Run(xu *xgbutil.XUtil, event interface{}) bool { function getHooks (line 128) | func getHooks(xu *xgbutil.XUtil) []xgbutil.CallbackHook { function RedirectKeyEvents (line 139) | func RedirectKeyEvents(xu *xgbutil.XUtil, wid xproto.Window) { function RedirectKeyGet (line 145) | func RedirectKeyGet(xu *xgbutil.XUtil) xproto.Window { function Quit (line 155) | func Quit(xu *xgbutil.XUtil) { function Quitting (line 161) | func Quitting(xu *xgbutil.XUtil) bool { function attachCallback (line 170) | func attachCallback(xu *xgbutil.XUtil, evtype int, win xproto.Window, function runCallbacks (line 192) | func runCallbacks(xu *xgbutil.XUtil, event interface{}, evtype int, function Detach (line 218) | func Detach(xu *xgbutil.XUtil, win xproto.Window) { function SendRootEvent (line 229) | func SendRootEvent(xu *xgbutil.XUtil, ev xgb.Event, evMask uint32) error { function ReplayPointer (line 235) | func ReplayPointer(xu *xgbutil.XUtil) { FILE: vendor/github.com/BurntSushi/xgbutil/xgbutil.go constant MaxReqSize (line 18) | MaxReqSize = (1 << 16) * 4 type XUtil (line 27) | type XUtil struct method Conn (line 279) | func (xu *XUtil) Conn() *xgb.Conn { method ExtInitialized (line 285) | func (xu *XUtil) ExtInitialized(extName string) bool { method Sync (line 292) | func (xu *XUtil) Sync() { method Setup (line 297) | func (xu *XUtil) Setup() *xproto.SetupInfo { method Screen (line 302) | func (xu *XUtil) Screen() *xproto.ScreenInfo { method RootWin (line 307) | func (xu *XUtil) RootWin() xproto.Window { method RootWinSet (line 315) | func (xu *XUtil) RootWinSet(root xproto.Window) { method TimeGet (line 320) | func (xu *XUtil) TimeGet() xproto.Timestamp { method TimeSet (line 325) | func (xu *XUtil) TimeSet(t xproto.Timestamp) { method GC (line 331) | func (xu *XUtil) GC() xproto.Gcontext { method Dummy (line 336) | func (xu *XUtil) Dummy() xproto.Window { method Grab (line 341) | func (xu *XUtil) Grab() { method Ungrab (line 346) | func (xu *XUtil) Ungrab() { function NewConn (line 179) | func NewConn() (*XUtil, error) { function NewConnDisplay (line 191) | func NewConnDisplay(display string) (*XUtil, error) { function NewConnXgb (line 205) | func NewConnXgb(c *xgb.Conn) (*XUtil, error) { FILE: vendor/github.com/BurntSushi/xgbutil/xprop/atom.go function Atm (line 23) | func Atm(xu *xgbutil.XUtil, name string) (xproto.Atom, error) { function Atom (line 36) | func Atom(xu *xgbutil.XUtil, name string, function AtomName (line 57) | func AtomName(xu *xgbutil.XUtil, aid xproto.Atom) (string, error) { function atomGet (line 77) | func atomGet(xu *xgbutil.XUtil, name string) (xproto.Atom, bool) { function atomNameGet (line 86) | func atomNameGet(xu *xgbutil.XUtil, aid xproto.Atom) (string, bool) { function cacheAtom (line 95) | func cacheAtom(xu *xgbutil.XUtil, name string, aid xproto.Atom) { FILE: vendor/github.com/BurntSushi/xgbutil/xprop/xprop.go function GetProperty (line 13) | func GetProperty(xu *xgbutil.XUtil, win xproto.Window, atom string) ( function ChangeProp (line 38) | func ChangeProp(xu *xgbutil.XUtil, win xproto.Window, format byte, prop ... function ChangeProp32 (line 58) | func ChangeProp32(xu *xgbutil.XUtil, win xproto.Window, prop string, typ... function WindowToInt (line 71) | func WindowToInt(ids []xproto.Window) []uint { function AtomToUint (line 81) | func AtomToUint(ids []xproto.Atom) []uint { function StrToAtoms (line 92) | func StrToAtoms(xu *xgbutil.XUtil, atomNames []string) ([]uint, error) { function PropValAtom (line 107) | func PropValAtom(xu *xgbutil.XUtil, reply *xproto.GetPropertyReply, function PropValAtoms (line 124) | func PropValAtoms(xu *xgbutil.XUtil, reply *xproto.GetPropertyReply, function PropValWindow (line 151) | func PropValWindow(reply *xproto.GetPropertyReply, function PropValWindows (line 166) | func PropValWindows(reply *xproto.GetPropertyReply, function PropValNum (line 188) | func PropValNum(reply *xproto.GetPropertyReply, err error) (uint, error) { function PropValNums (line 201) | func PropValNums(reply *xproto.GetPropertyReply, err error) ([]uint, err... function PropValNum64 (line 221) | func PropValNum64(reply *xproto.GetPropertyReply, err error) (int64, err... function PropValStr (line 235) | func PropValStr(reply *xproto.GetPropertyReply, err error) (string, erro... function PropValStrs (line 249) | func PropValStrs(reply *xproto.GetPropertyReply, err error) ([]string, e... FILE: vendor/github.com/aarzilli/nucular/clipboard/clipboard_darwin.go function getPasteCommand (line 20) | func getPasteCommand() *exec.Cmd { function getCopyCommand (line 26) | func getCopyCommand() *exec.Cmd { function readAll (line 30) | func readAll() (string, error) { function writeAll (line 39) | func writeAll(text string) error { function Start (line 58) | func Start() { function Get (line 61) | func Get() string { function GetPrimary (line 70) | func GetPrimary() string { function Set (line 74) | func Set(text string) { FILE: vendor/github.com/aarzilli/nucular/clipboard/clipboard_other.go function Start (line 5) | func Start() { function Get (line 8) | func Get() string { function GetPrimary (line 12) | func GetPrimary() string { function Set (line 16) | func Set(text string) { FILE: vendor/github.com/aarzilli/nucular/clipboard/clipboard_windows.go constant cfUnicodetext (line 15) | cfUnicodetext = 13 constant gmemFixed (line 16) | gmemFixed = 0x0000 function readAll (line 35) | func readAll() (string, error) { function writeAll (line 62) | func writeAll(text string) error { function Start (line 103) | func Start() { function Get (line 106) | func Get() string { function GetPrimary (line 115) | func GetPrimary() string { function Set (line 119) | func Set(text string) { FILE: vendor/github.com/aarzilli/nucular/clipboard/clipboard_x11.go constant debugClipboardRequests (line 13) | debugClipboardRequests = false function Start (line 24) | func Start() { function Set (line 56) | func Set(text string) { function Get (line 68) | func Get() string { function GetPrimary (line 72) | func GetPrimary() string { function getSelection (line 76) | func getSelection(selAtom xproto.Atom) string { function eventLoop (line 106) | func eventLoop() { function lookupAtom (line 164) | func lookupAtom(at xproto.Atom) string { function sendSelectionNotify (line 180) | func sendSelectionNotify(e xproto.SelectionRequestEvent) { function internAtom (line 194) | func internAtom(conn *xgb.Conn, n string) xproto.Atom { FILE: vendor/github.com/aarzilli/nucular/command/command.go type Buffer (line 12) | type Buffer struct method Reset (line 19) | func (buffer *Buffer) Reset() { method PushScissor (line 81) | func (b *Buffer) PushScissor(r rect.Rect) { method StrokeLine (line 96) | func (b *Buffer) StrokeLine(p0, p1 image.Point, line_thickness int, c ... method FillRect (line 106) | func (b *Buffer) FillRect(rect rect.Rect, rounding uint16, c color.RGB... method FillCircle (line 122) | func (b *Buffer) FillCircle(r rect.Rect, c color.RGBA) { method FillTriangle (line 137) | func (b *Buffer) FillTriangle(p0, p1, p2 image.Point, c color.RGBA) { method DrawText (line 154) | func (b *Buffer) DrawText(r rect.Rect, str string, face font.Face, fg ... method DrawImage (line 171) | func (b *Buffer) DrawImage(r rect.Rect, img *image.RGBA) { type Command (line 25) | type Command struct type CommandKind (line 36) | type CommandKind constant ScissorCmd (line 39) | ScissorCmd CommandKind = iota constant LineCmd (line 40) | LineCmd constant RectFilledCmd (line 41) | RectFilledCmd constant TriangleFilledCmd (line 42) | TriangleFilledCmd constant CircleFilledCmd (line 43) | CircleFilledCmd constant ImageCmd (line 44) | ImageCmd constant TextCmd (line 45) | TextCmd type Line (line 48) | type Line struct type RectFilled (line 55) | type RectFilled struct type TriangleFilled (line 60) | type TriangleFilled struct type CircleFilled (line 67) | type CircleFilled struct type Text (line 71) | type Text struct type Image (line 77) | type Image struct FILE: vendor/github.com/aarzilli/nucular/context.go constant perfUpdate (line 19) | perfUpdate = false constant dumpFrame (line 20) | dumpFrame = false type context (line 24) | type context struct method setupMasterWindow (line 60) | func (ctx *context) setupMasterWindow(layout *panel, updatefn UpdateFn) { method Update (line 68) | func (ctx *context) Update() { method updateWindow (line 94) | func (ctx *context) updateWindow(win *Window) { method processKeyEvent (line 114) | func (ctx *context) processKeyEvent(e key.Event, textbuffer *bytes.Buf... method Reset (line 182) | func (ctx *context) Reset() { method Restack (line 223) | func (ctx *context) Restack() { method FindFocus (line 282) | func (ctx *context) FindFocus() { method Walk (line 307) | func (ctx *context) Walk(fn WindowWalkFn) { method restackClick (line 330) | func (ctx *context) restackClick(w *Window) bool { method dockWindow (line 485) | func (ctx *context) dockWindow(win *Window) { method ResetWindows (line 556) | func (ctx *context) ResetWindows() *DockSplit { function contextAllCommands (line 46) | func contextAllCommands(ctx *context) { function contextBegin (line 154) | func contextBegin(ctx *context, layout *panel) { function contextEnd (line 178) | func contextEnd(ctx *context) { type dockedNodeType (line 343) | type dockedNodeType constant dockedNodeLeaf (line 346) | dockedNodeLeaf dockedNodeType = iota constant dockedNodeVert (line 347) | dockedNodeVert constant dockedNodeHoriz (line 348) | dockedNodeHoriz type dockedTree (line 351) | type dockedTree struct method Update (line 358) | func (t *dockedTree) Update(bounds rect.Rect, scaling float64) *docked... method walkExt (line 395) | func (t *dockedTree) walkExt(fn func(t *dockedTree)) { method Walk (line 409) | func (t *dockedTree) Walk(fn func(t *Window) *Window) { method Dock (line 423) | func (t *dockedTree) Dock(win *Window, pos image.Point, bounds rect.Re... method Undock (line 502) | func (t *dockedTree) Undock(win *Window) { method Scale (line 517) | func (t *dockedTree) Scale(win *Window, delta image.Point, scaling flo... function newDockedLeaf (line 417) | func newDockedLeaf(win *Window) *dockedTree { type DockSplit (line 563) | type DockSplit struct method Split (line 568) | func (ds *DockSplit) Split(horiz bool, size int) (left, right *DockSpl... method Open (line 580) | func (ds *DockSplit) Open(title string, flags WindowFlags, rect rect.R... function percentages (line 587) | func percentages(bounds rect.Rect, f float64) (r [4]rect.Rect) { function clip (line 606) | func clip(dst *image.RGBA, r *image.Rectangle, src image.Image, sp *imag... function drawFill (line 619) | func drawFill(dst *image.RGBA, r image.Rectangle, src *image.Uniform, sp... function drawFillSrc (line 635) | func drawFillSrc(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint... FILE: vendor/github.com/aarzilli/nucular/drawfillover_avx.go function drawFillOver_SIMD_internal (line 10) | func drawFillOver_SIMD_internal(base *uint8, i0, i1 int, stride, n int, ... function getCPUID1 (line 11) | func getCPUID1() (edx, ecx uint32) function getCPUID70 (line 12) | func getCPUID70() (ebx, ecx uint32) constant debugUseSIMD (line 14) | debugUseSIMD = false function drawFillOver (line 60) | func drawFillOver(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uin... FILE: vendor/github.com/aarzilli/nucular/drawfillover_other.go function drawFillOver (line 9) | func drawFillOver(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uin... FILE: vendor/github.com/aarzilli/nucular/drawing.go function drawSymbol (line 14) | func drawSymbol(out *command.Buffer, type_ label.SymbolType, content rec... type drawableWindowHeader (line 70) | type drawableWindowHeader struct method Draw (line 86) | func (dwh *drawableWindowHeader) Draw(z *nstyle.Style, out *command.Bu... type drawableWindowBody (line 137) | type drawableWindowBody struct method Draw (line 145) | func (dwb *drawableWindowBody) Draw(z *nstyle.Style, out *command.Buff... type drawableScalerAndBorders (line 155) | type drawableScalerAndBorders struct method Draw (line 169) | func (d *drawableScalerAndBorders) Draw(z *nstyle.Style, out *command.... function drawTreeNode (line 204) | func drawTreeNode(win *Window, style *nstyle.Window, type_ TreeType, hea... function drawButton (line 236) | func drawButton(out *command.Buffer, bounds rect.Rect, state nstyle.Widg... function drawTextButton (line 256) | func drawTextButton(win *Window, bounds rect.Rect, content rect.Rect, st... function drawSymbolButton (line 293) | func drawSymbolButton(win *Window, bounds rect.Rect, content rect.Rect, ... function drawImageButton (line 327) | func drawImageButton(win *Window, bounds rect.Rect, content rect.Rect, s... function drawTextSymbolButton (line 343) | func drawTextSymbolButton(win *Window, bounds, labelrect, symbolrect rec... function drawTextImageButton (line 386) | func drawTextImageButton(win *Window, bounds, labelrect, imgrect rect.Re... function drawSelectable (line 427) | func drawSelectable(win *Window, state nstyle.WidgetStates, style *nstyl... function drawScrollbar (line 487) | func drawScrollbar(win *Window, state nstyle.WidgetStates, style *nstyle... function drawTogglebox (line 534) | func drawTogglebox(win *Window, type_ toggleType, state nstyle.WidgetSta... function drawProgress (line 609) | func drawProgress(win *Window, state nstyle.WidgetStates, style *nstyle.... function drawSlider (line 657) | func drawSlider(win *Window, state nstyle.WidgetStates, style *nstyle.Sl... function drawProperty (line 736) | func drawProperty(win *Window, style *nstyle.Property, bounds, labelrect... function drawComboColor (line 784) | func drawComboColor(win *Window, state nstyle.WidgetStates, header rect.... function drawComboSymbol (line 841) | func drawComboSymbol(win *Window, state nstyle.WidgetStates, header rect... function drawComboSymbolText (line 906) | func drawComboSymbolText(win *Window, state nstyle.WidgetStates, header ... function drawComboImage (line 982) | func drawComboImage(win *Window, state nstyle.WidgetStates, header rect.... function drawComboImageText (line 1038) | func drawComboImageText(win *Window, state nstyle.WidgetStates, header r... function drawComboText (line 1109) | func drawComboText(win *Window, state nstyle.WidgetStates, header rect.R... FILE: vendor/github.com/aarzilli/nucular/font/font.go function DefaultFont (line 8) | func DefaultFont(size int, scaling float64) Face { FILE: vendor/github.com/aarzilli/nucular/font/font_gio.go type Face (line 18) | type Face struct method Px (line 53) | func (face Face) Px(v unit.Value) int { method Metrics (line 57) | func (face Face) Metrics() font.Metrics { function NewFace (line 29) | func NewFace(ttf []byte, size int) (Face, error) { FILE: vendor/github.com/aarzilli/nucular/font/font_shiny.go type Face (line 15) | type Face struct method Metrics (line 40) | func (face Face) Metrics() font.Metrics { function NewFace (line 23) | func NewFace(ttf []byte, size int) (Face, error) { FILE: vendor/github.com/aarzilli/nucular/gio.go type masterWindow (line 44) | type masterWindow struct method Main (line 82) | func (mw *masterWindow) Main() { method Lock (line 96) | func (mw *masterWindow) Lock() { method Unlock (line 100) | func (mw *masterWindow) Unlock() { method Close (line 104) | func (mw *masterWindow) Close() { method Closed (line 108) | func (mw *masterWindow) Closed() bool { method OnClose (line 114) | func (mw *masterWindow) OnClose(onClose func()) { method main (line 118) | func (mw *masterWindow) main() { method processPointerEvent (line 173) | func (mw *masterWindow) processPointerEvent(e pointer.Event) { method updater (line 313) | func (w *masterWindow) updater() { method updateLocked (line 336) | func (mw *masterWindow) updateLocked(perfString string) { method draw (line 390) | func (w *masterWindow) draw() int { function NewMasterWindowSize (line 63) | func NewMasterWindowSize(flags WindowFlags, title string, sz image.Point... function init (line 232) | func init() { function gio2mobileKey (line 282) | func gio2mobileKey(e key.Event) mkey.Event { method Draw (line 400) | func (ctx *context) Draw(ops *op.Ops, size image.Point, perf bool) int { function n2fRect (line 584) | func n2fRect(r rect.Rect) f32.Rectangle { function i2fRect (line 590) | func i2fRect(r image.Rectangle) f32.Rectangle { function min4 (line 596) | func min4(a, b, c, d float32) float32 { function min2 (line 600) | func min2(a, b float32) float32 { function max4 (line 607) | func max4(a, b, c, d float32) float32 { function max2 (line 611) | func max2(a, b float32) float32 { function textPadding (line 618) | func textPadding(lines []text.Line) (padding image.Rectangle) { function clipLine (line 639) | func clipLine(line text.Line, clip image.Rectangle) (text.Line, f32.Poin... function maxLinesWidth (line 666) | func maxLinesWidth(lines []text.Line) int { function drawText (line 676) | func drawText(ops *op.Ops, txt []text.Line, face font.Face, fgcolor colo... type fontFace (line 708) | type fontFace struct method layout (line 720) | func (face *fontFace) layout(str string, width int) []text.Line { method shape (line 727) | func (face *fontFace) shape(txtstr text.Layout) op.CallOp { method Px (line 731) | func (face *fontFace) Px(v unit.Value) int { function fontFace2fontFace (line 716) | func fontFace2fontFace(f *font.Face) *fontFace { function ChangeFontWidthCache (line 735) | func ChangeFontWidthCache(size int) { function FontWidth (line 738) | func FontWidth(f font.Face, str string) int { function glyphAdvance (line 749) | func glyphAdvance(f font.Face, ch rune) int { function measureRunes (line 754) | func measureRunes(f font.Face, runes []rune) int { constant tabSizeInSpaces (line 768) | tabSizeInSpaces = 8 type textWidget (line 771) | type textWidget struct function widgetText (line 777) | func widgetText(o *command.Buffer, b rect.Rect, str string, t *textWidge... function widgetTextWrap (line 821) | func widgetTextWrap(o *command.Buffer, b rect.Rect, str []rune, t *textW... function toNRGBA (line 849) | func toNRGBA(c color.RGBA) color.NRGBA { FILE: vendor/github.com/aarzilli/nucular/grouplist.go type GroupList (line 3) | type GroupList struct method Next (line 26) | func (gl *GroupList) Next() bool { method SkipToVisible (line 52) | func (gl *GroupList) SkipToVisible(lineheight int) { method SkipToVisibleScaled (line 59) | func (gl *GroupList) SkipToVisibleScaled(lineheight int) { method empty (line 75) | func (gl *GroupList) empty(n int) { method Index (line 83) | func (gl *GroupList) Index() int { method Center (line 87) | func (gl *GroupList) Center() { function GroupListStart (line 14) | func GroupListStart(w *Window, num int, name string, flags WindowFlags) ... FILE: vendor/github.com/aarzilli/nucular/input.go type mouseButton (line 12) | type mouseButton struct type MouseInput (line 18) | type MouseInput struct method HasClickInRect (line 60) | func (i *MouseInput) HasClickInRect(id mouse.Button, b rect.Rect) bool { method IsClickInRect (line 65) | func (i *MouseInput) IsClickInRect(id mouse.Button, b rect.Rect) bool { method IsClickDownInRect (line 69) | func (i *MouseInput) IsClickDownInRect(id mouse.Button, b rect.Rect, d... method AnyClickInRect (line 74) | func (i *MouseInput) AnyClickInRect(b rect.Rect) bool { method HoveringRect (line 78) | func (i *MouseInput) HoveringRect(rect rect.Rect) bool { method PrevHoveringRect (line 82) | func (i *MouseInput) PrevHoveringRect(rect rect.Rect) bool { method Clicked (line 86) | func (i *MouseInput) Clicked(id mouse.Button, rect rect.Rect) bool { method Down (line 93) | func (i *MouseInput) Down(id mouse.Button) bool { method Pressed (line 97) | func (i *MouseInput) Pressed(id mouse.Button) bool { method Released (line 101) | func (i *MouseInput) Released(id mouse.Button) bool { type KeyboardInput (line 28) | type KeyboardInput struct method Pressed (line 105) | func (i *KeyboardInput) Pressed(key key.Code) bool { type Input (line 33) | type Input struct method Input (line 38) | func (win *Window) Input() *Input { method scrollwheelInput (line 46) | func (win *Window) scrollwheelInput() *Input { method KeyboardOnHover (line 53) | func (win *Window) KeyboardOnHover(bounds rect.Rect) KeyboardInput { method inputMaybe (line 114) | func (win *Window) inputMaybe(widgetValid bool) *Input { method toplevel (line 122) | func (win *Window) toplevel() bool { FILE: vendor/github.com/aarzilli/nucular/internal/assets/assets.go function bindataRead (line 20) | func bindataRead(data []byte, name string) ([]byte, error) { type asset (line 40) | type asset struct type bindataFileInfo (line 45) | type bindataFileInfo struct method Name (line 52) | func (fi bindataFileInfo) Name() string { method Size (line 55) | func (fi bindataFileInfo) Size() int64 { method Mode (line 58) | func (fi bindataFileInfo) Mode() os.FileMode { method ModTime (line 61) | func (fi bindataFileInfo) ModTime() time.Time { method IsDir (line 64) | func (fi bindataFileInfo) IsDir() bool { method Sys (line 67) | func (fi bindataFileInfo) Sys() interface{} { function droidsansmonoTtfBytes (line 73) | func droidsansmonoTtfBytes() ([]byte, error) { function droidsansmonoTtf (line 80) | func droidsansmonoTtf() (*asset, error) { function Asset (line 94) | func Asset(name string) ([]byte, error) { function MustAsset (line 108) | func MustAsset(name string) []byte { function AssetInfo (line 120) | func AssetInfo(name string) (os.FileInfo, error) { function AssetNames (line 133) | func AssetNames() []string { function AssetDir (line 159) | func AssetDir(name string) ([]string, error) { type bintree (line 181) | type bintree struct function RestoreAsset (line 191) | func RestoreAsset(dir, name string) error { function RestoreAssets (line 216) | func RestoreAssets(dir, name string) error { function _filePath (line 232) | func _filePath(dir, name string) string { FILE: vendor/github.com/aarzilli/nucular/label/label.go type Label (line 8) | type Label struct type LabelKind (line 17) | type LabelKind constant ColorLabel (line 20) | ColorLabel LabelKind = iota constant ImageLabel (line 21) | ImageLabel constant ImageTextLabel (line 22) | ImageTextLabel constant SymbolLabel (line 23) | SymbolLabel constant SymbolTextLabel (line 24) | SymbolTextLabel constant TextLabel (line 25) | TextLabel type Align (line 32) | type Align type SymbolType (line 34) | type SymbolType constant SymbolNone (line 37) | SymbolNone SymbolType = iota constant SymbolX (line 38) | SymbolX constant SymbolUnderscore (line 39) | SymbolUnderscore constant SymbolCircle (line 40) | SymbolCircle constant SymbolCircleFilled (line 41) | SymbolCircleFilled constant SymbolRect (line 42) | SymbolRect constant SymbolRectFilled (line 43) | SymbolRectFilled constant SymbolTriangleUp (line 44) | SymbolTriangleUp constant SymbolTriangleDown (line 45) | SymbolTriangleDown constant SymbolTriangleLeft (line 46) | SymbolTriangleLeft constant SymbolTriangleRight (line 47) | SymbolTriangleRight constant SymbolPlus (line 48) | SymbolPlus constant SymbolMinus (line 49) | SymbolMinus function T (line 52) | func T(text string) Label { function TA (line 56) | func TA(text string, align Align) Label { function C (line 60) | func C(color color.RGBA) Label { function I (line 64) | func I(img *image.RGBA) Label { function IT (line 68) | func IT(img *image.RGBA, text string, align Align) Label { function S (line 72) | func S(s SymbolType) Label { function ST (line 76) | func ST(s SymbolType, text string, align Align) Label { FILE: vendor/github.com/aarzilli/nucular/masterwindow.go type MasterWindow (line 19) | type MasterWindow interface function NewMasterWindow (line 46) | func NewMasterWindow(flags WindowFlags, title string, updatefn UpdateFn)... type WindowWalkFn (line 50) | type WindowWalkFn type masterWindowCommon (line 52) | type masterWindowCommon struct method masterWindowCommonInit (line 65) | func (mw *masterWindowCommon) masterWindowCommonInit(ctx *context, fla... method context (line 79) | func (mw *masterWindowCommon) context() *context { method Walk (line 83) | func (mw *masterWindowCommon) Walk(fn WindowWalkFn) { method ResetWindows (line 87) | func (mw *masterWindowCommon) ResetWindows() *DockSplit { method Input (line 91) | func (mw *masterWindowCommon) Input() *Input { method ActivateEditor (line 95) | func (mw *masterWindowCommon) ActivateEditor(ed *TextEditor) { method Style (line 99) | func (mw *masterWindowCommon) Style() *nstyle.Style { method SetStyle (line 103) | func (mw *masterWindowCommon) SetStyle(style *nstyle.Style) { method GetPerf (line 108) | func (mw *masterWindowCommon) GetPerf() bool { method SetPerf (line 112) | func (mw *masterWindowCommon) SetPerf(perf bool) { method Changed (line 117) | func (mw *masterWindowCommon) Changed() { method Lock (line 121) | func (mw *masterWindowCommon) Lock() { method Unlock (line 125) | func (mw *masterWindowCommon) Unlock() { method PopupOpen (line 132) | func (mw *masterWindowCommon) PopupOpen(title string, flags WindowFlag... method dumpFrame (line 143) | func (w *masterWindowCommon) dumpFrame(wimg *image.RGBA, t0, t1, te ti... method drawChanged (line 171) | func (w *masterWindowCommon) drawChanged() bool { FILE: vendor/github.com/aarzilli/nucular/nucular.go type UpdateFn (line 25) | type UpdateFn type Window (line 27) | type Window struct method Master (line 196) | func (w *Window) Master() MasterWindow { method style (line 200) | func (win *Window) style() *nstyle.Window { method WindowStyle (line 217) | func (win *Window) WindowStyle() *nstyle.Window { method specialPanelBegin (line 426) | func (win *Window) specialPanelBegin() { method MenubarBegin (line 710) | func (win *Window) MenubarBegin() { method move (line 720) | func (win *Window) move(delta image.Point, pos image.Point) { method scale (line 736) | func (win *Window) scale(delta image.Point) { method MenubarEnd (line 751) | func (win *Window) MenubarEnd() { method widget (line 763) | func (win *Window) widget() (valid bool, bounds rect.Rect, calcFitting... method widgetFitting (line 774) | func (win *Window) widgetFitting(item_padding image.Point) (valid bool... method LayoutReserveRow (line 999) | func (win *Window) LayoutReserveRow(height int, num int) { method LayoutReserveRowScaled (line 1004) | func (win *Window) LayoutReserveRowScaled(height int, num int) { method Row (line 1012) | func (win *Window) Row(height int) *rowConstructor { method RowScaled (line 1018) | func (win *Window) RowScaled(height int) *rowConstructor { method staticZeros (line 1077) | func (win *Window) staticZeros(width []int) { method LayoutResetStatic (line 1137) | func (win *Window) LayoutResetStatic(width ...int) { method LayoutResetStaticScaled (line 1144) | func (win *Window) LayoutResetStaticScaled(width ...int) { method LayoutSetWidth (line 1202) | func (win *Window) LayoutSetWidth(width int) { method LayoutSetWidthScaled (line 1214) | func (win *Window) LayoutSetWidthScaled(width int) { method LayoutFitWidth (line 1228) | func (win *Window) LayoutFitWidth(id int, minwidth int) { method LayoutSpacePush (line 1263) | func (win *Window) LayoutSpacePush(rect rect.Rect) { method LayoutSpacePushScaled (line 1275) | func (win *Window) LayoutSpacePushScaled(rect rect.Rect) { method LayoutSpacePushRatio (line 1283) | func (win *Window) LayoutSpacePushRatio(x, y, w, h float64) { method layoutPeek (line 1290) | func (win *Window) layoutPeek(bounds *rect.Rect) { method WidgetBounds (line 1311) | func (win *Window) WidgetBounds() rect.Rect { method LayoutAvailableHeight (line 1318) | func (win *Window) LayoutAvailableHeight() int { method LayoutAvailableWidth (line 1322) | func (win *Window) LayoutAvailableWidth() int { method Invisible (line 1336) | func (win *Window) Invisible(slop int) (above, below bool) { method At (line 1340) | func (win *Window) At() image.Point { method TreePush (line 1355) | func (win *Window) TreePush(type_ TreeType, title string, initialOpen ... method TreePushNamed (line 1367) | func (win *Window) TreePushNamed(type_ TreeType, name, title string, i... method TreePushCustom (line 1392) | func (win *Window) TreePushCustom(type_ TreeType, name string, initial... method treeOpenClose (line 1472) | func (win *Window) treeOpenClose(open bool, path []string) { method TreeOpen (line 1487) | func (win *Window) TreeOpen(path ...string) { method TreeClose (line 1492) | func (win *Window) TreeClose(path ...string) { method TreeIsOpen (line 1497) | func (win *Window) TreeIsOpen(name string) bool { method TreePop (line 1507) | func (win *Window) TreePop() { method LabelColored (line 1524) | func (win *Window) LabelColored(str string, alignment label.Align, col... method LabelWrapColored (line 1546) | func (win *Window) LabelWrapColored(str string, color color.RGBA) { method Label (line 1563) | func (win *Window) Label(str string, alignment label.Align) { method LabelWrap (line 1568) | func (win *Window) LabelWrap(str string) { method Image (line 1573) | func (win *Window) Image(img *image.RGBA) { method Spacing (line 1586) | func (win *Window) Spacing(cols int) { method CustomState (line 1593) | func (win *Window) CustomState() nstyle.WidgetStates { method Custom (line 1606) | func (win *Window) Custom(state nstyle.WidgetStates) (bounds rect.Rect... method Commands (line 1621) | func (win *Window) Commands() *command.Buffer { method Button (line 1779) | func (win *Window) Button(lbl label.Label, repeat bool) bool { method ButtonText (line 1792) | func (win *Window) ButtonText(text string) bool { method SelectableLabel (line 1832) | func (win *Window) SelectableLabel(str string, align label.Align, valu... method OptionText (line 2189) | func (win *Window) OptionText(text string, is_active bool) bool { method CheckboxText (line 2206) | func (win *Window) CheckboxText(text string, active *bool) bool { method SliderFloat (line 2312) | func (win *Window) SliderFloat(min_value float64, value *float64, max_... method SliderInt (line 2327) | func (win *Window) SliderInt(min int, val *int, max int, step int) bool { method Progress (line 2389) | func (win *Window) Progress(cur *int, maxval int, is_modifiable bool) ... method doProperty (line 2474) | func (win *Window) doProperty(property rect.Rect, name string, text st... method PropertyFloat (line 2581) | func (win *Window) PropertyFloat(name string, min float64, val *float6... method PropertyInt (line 2610) | func (win *Window) PropertyInt(name string, min int, val *int, max, st... method Close (line 2714) | func (win *Window) Close() { method ContextualOpen (line 2726) | func (win *Window) ContextualOpen(flags WindowFlags, size image.Point,... method MenuItem (line 2762) | func (win *Window) MenuItem(lbl label.Label) bool { method TooltipOpen (line 2792) | func (win *Window) TooltipOpen(width int, scale bool, updateFn UpdateF... method Tooltip (line 2809) | func (win *Window) Tooltip(text string) { method Combo (line 2833) | func (win *Window) Combo(lbl label.Label, height int, updateFn UpdateF... method ComboSimple (line 2886) | func (win *Window) ComboSimple(items []string, selected int, item_heig... method Menu (line 2912) | func (win *Window) Menu(lbl label.Label, width int, updateFn UpdateFn)... method GroupBegin (line 2964) | func (win *Window) GroupBegin(title string, flags WindowFlags) *Window { method GroupEnd (line 3006) | func (win *Window) GroupEnd() { type FittingWidthFn (line 64) | type FittingWidthFn type adjustCol (line 66) | type adjustCol struct type treeNode (line 73) | type treeNode struct type panel (line 79) | type panel struct type menuState (line 98) | type menuState struct type rowLayout (line 106) | type rowLayout struct type WindowFlags (line 126) | type WindowFlags constant WindowBorder (line 129) | WindowBorder WindowFlags = 1 << iota constant WindowBorderHeader (line 130) | WindowBorderHeader constant WindowMovable (line 131) | WindowMovable constant WindowScalable (line 132) | WindowScalable constant WindowClosable (line 133) | WindowClosable constant WindowDynamic (line 134) | WindowDynamic constant WindowNoScrollbar (line 135) | WindowNoScrollbar constant WindowNoHScrollbar (line 136) | WindowNoHScrollbar constant WindowTitle (line 137) | WindowTitle constant WindowContextualReplace (line 138) | WindowContextualReplace constant WindowNonmodal (line 139) | WindowNonmodal constant windowSub (line 141) | windowSub constant windowGroup (line 142) | windowGroup constant windowPopup (line 143) | windowPopup constant windowNonblock (line 144) | windowNonblock constant windowContextual (line 145) | windowContextual constant windowCombo (line 146) | windowCombo constant windowMenu (line 147) | windowMenu constant windowTooltip (line 148) | windowTooltip constant windowEnabled (line 149) | windowEnabled constant windowHDynamic (line 150) | windowHDynamic constant windowDocked (line 151) | windowDocked constant WindowDefaultFlags (line 153) | WindowDefaultFlags = WindowBorder | WindowMovable | WindowScalable | Win... function createTreeNode (line 156) | func createTreeNode(initialState bool, parent *treeNode) *treeNode { function createWindow (line 160) | func createWindow(ctx *context, title string) *Window { type frozenWidget (line 169) | type frozenWidget struct type widgetBuffer (line 174) | type widgetBuffer struct method PrevState (line 179) | func (wbuf *widgetBuffer) PrevState(bounds rect.Rect) nstyle.WidgetSta... method Add (line 183) | func (wbuf *widgetBuffer) Add(ws nstyle.WidgetStates, bounds rect.Rect) { method reset (line 187) | func (wbuf *widgetBuffer) reset() { function panelBegin (line 221) | func panelBegin(ctx *context, win *Window, title string) { function panelEnd (line 494) | func panelEnd(ctx *context, window *Window) { function panelAllocSpace (line 794) | func panelAllocSpace(bounds *rect.Rect, win *Window) FittingWidthFn { function panelAllocRow (line 822) | func panelAllocRow(win *Window) { function panelLayout (line 829) | func panelLayout(ctx *context, win *Window, height int, cols int, cnt in... constant layoutDynamicFixed (line 864) | layoutDynamicFixed = iota constant layoutDynamicFree (line 865) | layoutDynamicFree constant layoutDynamic (line 866) | layoutDynamic constant layoutStaticFree (line 867) | layoutStaticFree constant layoutStatic (line 868) | layoutStatic constant layoutInvalid (line 869) | layoutInvalid function layoutWidgetSpace (line 875) | func layoutWidgetSpace(bounds *rect.Rect, ctx *context, win *Window, mod... method scale (line 979) | func (ctx *context) scale(x int) int { function rowLayoutCtr (line 983) | func rowLayoutCtr(win *Window, height int, cols int, width int) { type rowConstructor (line 1023) | type rowConstructor struct method Dynamic (line 1030) | func (ctr *rowConstructor) Dynamic(cols int) { method Ratio (line 1036) | func (ctr *rowConstructor) Ratio(ratio ...float64) { method Static (line 1069) | func (ctr *rowConstructor) Static(width ...int) { method StaticScaled (line 1110) | func (ctr *rowConstructor) StaticScaled(width ...int) { method SpaceBegin (line 1164) | func (ctr *rowConstructor) SpaceBegin(widget_count int) (bounds rect.R... method SpaceBeginRatio (line 1188) | func (ctr *rowConstructor) SpaceBeginRatio(widget_count int) { type TreeType (line 1348) | type TreeType constant TreeNode (line 1351) | TreeNode TreeType = iota constant TreeTab (line 1352) | TreeTab function buttonBehaviorDo (line 1629) | func buttonBehaviorDo(state *nstyle.WidgetStates, r rect.Rect, i *Input,... function symbolWidth (line 1648) | func symbolWidth(sym label.SymbolType, font font.Face) int { function buttonWidth (line 1663) | func buttonWidth(lbl label.Label, style *nstyle.Button, font font.Face) ... function doButton (line 1679) | func doButton(win *Window, lbl label.Label, r rect.Rect, style *nstyle.B... function selectableWidth (line 1800) | func selectableWidth(str string, style *nstyle.Selectable, font font.Fac... function doSelectable (line 1804) | func doSelectable(win *Window, bounds rect.Rect, str string, align label... type orientation (line 1849) | type orientation constant vertical (line 1852) | vertical orientation = iota constant horizontal (line 1853) | horizontal function scrollbarBehavior (line 1856) | func scrollbarBehavior(state *nstyle.WidgetStates, in *Input, scroll, cu... function scrollwheelBehavior (line 1904) | func scrollwheelBehavior(win *Window, scroll, scrollwheel_bounds rect.Re... function doScrollbarv (line 1923) | func doScrollbarv(win *Window, scroll, scrollwheel_bounds rect.Rect, off... function doScrollbarh (line 2011) | func doScrollbarh(win *Window, scroll rect.Rect, offset float64, target ... type toggleType (line 2098) | type toggleType constant toggleCheck (line 2101) | toggleCheck = toggleType(iota) constant toggleOption (line 2102) | toggleOption function toggleBehavior (line 2105) | func toggleBehavior(in *Input, b rect.Rect, state *nstyle.WidgetStates, ... function toggleWidth (line 2120) | func toggleWidth(str string, type_ toggleType, style *nstyle.Toggle, fon... function doToggle (line 2132) | func doToggle(win *Window, r rect.Rect, active bool, str string, type_ t... function sliderBehavior (line 2224) | func sliderBehavior(state *nstyle.WidgetStates, cursor *rect.Rect, in *I... function doSlider (line 2249) | func doSlider(win *Window, bounds rect.Rect, minval float64, val float64... function progressBehavior (line 2338) | func progressBehavior(state *nstyle.WidgetStates, in *Input, r rect.Rect... function doProgress (line 2364) | func doProgress(win *Window, bounds rect.Rect, value int, maxval int, mo... type FilterFunc (line 2406) | type FilterFunc function FilterDefault (line 2408) | func FilterDefault(c rune) bool { function FilterDecimal (line 2412) | func FilterDecimal(c rune) bool { function FilterFloat (line 2416) | func FilterFloat(c rune) bool { method propertyBehavior (line 2420) | func (ed *TextEditor) propertyBehavior(ws *nstyle.WidgetStates, in *Inpu... type doPropertyRet (line 2453) | type doPropertyRet constant doPropertyStay (line 2456) | doPropertyStay = doPropertyRet(iota) constant doPropertyInc (line 2457) | doPropertyInc constant doPropertyDec (line 2458) | doPropertyDec constant doPropertyDrag (line 2459) | doPropertyDrag constant doPropertySet (line 2460) | doPropertySet function digits (line 2463) | func digits(n int) int { function propertyWidth (line 2470) | func propertyWidth(max int, style *nstyle.Property, font font.Face) int { method nonblockOpen (line 2642) | func (ctx *context) nonblockOpen(flags WindowFlags, body rect.Rect, head... method popupOpen (line 2663) | func (ctx *context) popupOpen(title string, flags WindowFlags, rect rect... method autoPosition (line 2695) | func (ctx *context) autoPosition() (int, int) { constant tooltipWindowTitle (line 2789) | tooltipWindowTitle = "__##Tooltip##__" FILE: vendor/github.com/aarzilli/nucular/rect/rect.go type Rect (line 5) | type Rect struct method Contains (line 16) | func (rect Rect) Contains(p image.Point) bool { method Intersect (line 20) | func (r0 *Rect) Intersect(r1 *Rect) bool { method Min (line 24) | func (rect *Rect) Min() image.Point { method Max (line 28) | func (rect *Rect) Max() image.Point { method Scaled (line 32) | func (rect Rect) Scaled(scaling float64) Rect { method Rectangle (line 43) | func (r *Rect) Rectangle() image.Rectangle { function between (line 12) | func between(x int, a int, b int) bool { function FromRectangle (line 39) | func FromRectangle(r image.Rectangle) Rect { FILE: vendor/github.com/aarzilli/nucular/shiny.go type masterWindow (line 46) | type masterWindow struct method Main (line 91) | func (mw *masterWindow) Main() { method Lock (line 98) | func (mw *masterWindow) Lock() { method Unlock (line 102) | func (mw *masterWindow) Unlock() { method OnClose (line 106) | func (mw *masterWindow) OnClose(onClose func()) { method main (line 110) | func (mw *masterWindow) main(s screen.Screen) { method handleEventLocked (line 135) | func (w *masterWindow) handleEventLocked(ei interface{}) bool { method updater (line 215) | func (w *masterWindow) updater() { method updateLocked (line 281) | func (w *masterWindow) updateLocked() { method closeLocked (line 339) | func (w *masterWindow) closeLocked() { method Close (line 348) | func (mw *masterWindow) Close() { method Closed (line 353) | func (mw *masterWindow) Closed() bool { method setupBuffer (line 359) | func (w *masterWindow) setupBuffer(sz image.Point) { method draw (line 370) | func (w *masterWindow) draw() int { function NewMasterWindowSize (line 71) | func NewMasterWindowSize(flags WindowFlags, title string, sz image.Point... method Draw (line 383) | func (ctx *context) Draw(wimg *image.RGBA) int { function borderOptimize (line 672) | func borderOptimize(cmd *command.Command, cmds []command.Command, idx in... function floatP (line 699) | func floatP(x, y float64) fixed.Point26_6 { function traceArc (line 704) | func traceArc(t *raster.Rasterizer, x, y, rx, ry, start, angle float64, ... type myRGBAPainter (line 746) | type myRGBAPainter struct method SetColor (line 753) | func (r *myRGBAPainter) SetColor(c color.Color) { method Paint (line 757) | func (r *myRGBAPainter) Paint(ss []raster.Span, done bool) { type fontFace (line 810) | type fontFace struct function fontFace2fontFace (line 814) | func fontFace2fontFace(f *font.Face) *fontFace { function textClamp (line 818) | func textClamp(f font.Face, text []rune, space int) []rune { function init (line 835) | func init() { function ChangeFontWidthCache (line 840) | func ChangeFontWidthCache(size int) { type fontWidthCacheKey (line 847) | type fontWidthCacheKey struct function FontWidth (line 852) | func FontWidth(f font.Face, str string) int { function glyphAdvance (line 885) | func glyphAdvance(f font.Face, ch rune) int { function measureRunes (line 890) | func measureRunes(f font.Face, runes []rune) int { constant tabSizeInSpaces (line 916) | tabSizeInSpaces = 8 type textWidget (line 919) | type textWidget struct function widgetText (line 925) | func widgetText(o *command.Buffer, b rect.Rect, str string, t *textWidge... function widgetTextWrap (line 969) | func widgetTextWrap(o *command.Buffer, b rect.Rect, str []rune, t *textW... FILE: vendor/github.com/aarzilli/nucular/split.go type ScalableSplit (line 10) | type ScalableSplit struct method Horizontal (line 18) | func (s *ScalableSplit) Horizontal(w *Window, bounds rect.Rect) (bound... method horizontalnw (line 44) | func (s *ScalableSplit) horizontalnw(bounds rect.Rect, scaling float64... method Vertical (line 94) | func (s *ScalableSplit) Vertical(w *Window, bounds rect.Rect) (bounds0... method verticalnw (line 120) | func (s *ScalableSplit) verticalnw(bounds rect.Rect, scaling float64) ... FILE: vendor/github.com/aarzilli/nucular/style/style.go type WidgetStates (line 12) | type WidgetStates constant WidgetStateInactive (line 15) | WidgetStateInactive WidgetStates = iota constant WidgetStateHovered (line 16) | WidgetStateHovered constant WidgetStateActive (line 17) | WidgetStateActive type Style (line 20) | type Style struct method Unscaled (line 1039) | func (style *Style) Unscaled() *Style { method Scale (line 1049) | func (style *Style) Scale(scaling float64) { method DefaultFont (line 1198) | func (style *Style) DefaultFont(scaling float64) { method Defaults (line 1203) | func (style *Style) Defaults() { type ColorTable (line 48) | type ColorTable struct type ItemType (line 80) | type ItemType constant ItemColor (line 83) | ItemColor ItemType = iota constant ItemImage (line 84) | ItemImage type ItemData (line 87) | type ItemData struct type Item (line 92) | type Item struct type Text (line 97) | type Text struct type Button (line 102) | type Button struct type CustomButtonDrawing (line 122) | type CustomButtonDrawing struct type Toggle (line 130) | type Toggle struct type CustomToggleDrawing (line 147) | type CustomToggleDrawing struct type Selectable (line 152) | type Selectable struct type Slider (line 175) | type Slider struct type Progress (line 203) | type Progress struct type Scrollbar (line 217) | type Scrollbar struct type Edit (line 238) | type Edit struct type Property (line 262) | type Property struct type Chart (line 283) | type Chart struct type Combo (line 293) | type Combo struct type Tab (line 315) | type Tab struct type HeaderAlign (line 330) | type HeaderAlign constant HeaderLeft (line 333) | HeaderLeft HeaderAlign = iota constant HeaderRight (line 334) | HeaderRight type WindowHeader (line 337) | type WindowHeader struct type Window (line 355) | type Window struct function FromTable (line 373) | func FromTable(table ColorTable, scaling float64) *Style { function MakeItemImage (line 898) | func MakeItemImage(img *image.RGBA) Item { function MakeItemColor (line 905) | func MakeItemColor(col color.RGBA) Item { function ItemHide (line 912) | func ItemHide() Item { type Theme (line 919) | type Theme constant DefaultTheme (line 922) | DefaultTheme Theme = iota constant WhiteTheme (line 923) | WhiteTheme constant RedTheme (line 924) | RedTheme constant DarkTheme (line 925) | DarkTheme function FromTheme (line 1024) | func FromTheme(theme Theme, scaling float64) *Style { FILE: vendor/github.com/aarzilli/nucular/text.go type propertyStatus (line 26) | type propertyStatus constant propertyDefault (line 29) | propertyDefault = propertyStatus(iota) constant propertyEdit (line 30) | propertyEdit constant propertyDrag (line 31) | propertyDrag type TextEditor (line 38) | type TextEditor struct method init (line 79) | func (ed *TextEditor) init(win *Window) { method hasSelection (line 182) | func (s *TextEditor) hasSelection() bool { method locateCoord (line 186) | func (edit *TextEditor) locateCoord(p image.Point, font font.Face, row... method indexToCoord (line 234) | func (edit *TextEditor) indexToCoord(index int, font font.Face, row_he... method doubleClick (line 268) | func (state *TextEditor) doubleClick(coord image.Point) bool { method click (line 282) | func (state *TextEditor) click(coord image.Point, font font.Face, row_... method drag (line 300) | func (state *TextEditor) drag(coord image.Point, font font.Face, row_h... method selectWord (line 319) | func (state *TextEditor) selectWord(end int) { method selectLine (line 327) | func (state *TextEditor) selectLine(end int) { method clamp (line 335) | func (state *TextEditor) clamp() { method Delete (line 357) | func (edit *TextEditor) Delete(where int, len int) { method DeleteSelection (line 366) | func (edit *TextEditor) DeleteSelection() { method sortselection (line 385) | func (state *TextEditor) sortselection() { method moveToFirst (line 394) | func (state *TextEditor) moveToFirst() { method moveToLast (line 404) | func (state *TextEditor) moveToLast() { method tonl (line 416) | func (state *TextEditor) tonl(start int, dir int) int { method towd (line 445) | func (state *TextEditor) towd(start int, dir int, dontForceAdvance boo... method prepSelectionAtCursor (line 465) | func (state *TextEditor) prepSelectionAtCursor() { method Cut (line 475) | func (edit *TextEditor) Cut() int { method Paste (line 490) | func (edit *TextEditor) Paste(ctext string) { method Text (line 509) | func (edit *TextEditor) Text(text []rune) { method key (line 546) | func (state *TextEditor) key(e key.Event, font font.Face, row_height i... method verticalCursorMove (line 796) | func (state *TextEditor) verticalCursorMove(e key.Event, font font.Fac... method DoUndo (line 865) | func (edit *TextEditor) DoUndo() { method DoRedo (line 901) | func (edit *TextEditor) DoRedo() { method makeundoInsert (line 939) | func (state *TextEditor) makeundoInsert(where int, length int) { method makeundoDelete (line 943) | func (state *TextEditor) makeundoDelete(where int, length int) { method makeundoReplace (line 949) | func (state *TextEditor) makeundoReplace(where int, old_length int, ne... method clearState (line 955) | func (state *TextEditor) clearState(type_ TextEditType) { method SelectAll (line 968) | func (edit *TextEditor) SelectAll() { method editDrawText (line 973) | func (edit *TextEditor) editDrawText(out *command.Buffer, style *nstyl... method doEdit (line 1080) | func (ed *TextEditor) doEdit(bounds rect.Rect, style *nstyle.Edit, inp... method popupFind (line 1577) | func (edit *TextEditor) popupFind() { method lookForward (line 1626) | func (edit *TextEditor) lookForward(forceAdvance bool) { method Edit (line 1666) | func (edit *TextEditor) Edit(win *Window) EditEvents { type drawchunk (line 74) | type drawchunk struct type EditFlags (line 104) | type EditFlags constant EditDefault (line 107) | EditDefault EditFlags = 0 constant EditReadOnly (line 108) | EditReadOnly EditFlags = 1 << iota constant EditAutoSelect (line 109) | EditAutoSelect constant EditSigEnter (line 110) | EditSigEnter constant EditNoCursor (line 111) | EditNoCursor constant EditSelectable (line 112) | EditSelectable constant EditClipboard (line 113) | EditClipboard constant EditCtrlEnterNewline (line 114) | EditCtrlEnterNewline constant EditNoHorizontalScroll (line 115) | EditNoHorizontalScroll constant EditAlwaysInsertMode (line 116) | EditAlwaysInsertMode constant EditMultiline (line 117) | EditMultiline constant EditNeverInsertMode (line 118) | EditNeverInsertMode constant EditFocusFollowsMouse (line 119) | EditFocusFollowsMouse constant EditNoContextMenu (line 120) | EditNoContextMenu constant EditIbeamCursor (line 121) | EditIbeamCursor constant EditSimple (line 123) | EditSimple = EditAlwaysInsertMode constant EditField (line 124) | EditField = EditSelectable | EditClipboard | EditSigEnter constant EditBox (line 125) | EditBox = EditSelectable | EditMultiline | EditClipboard type EditEvents (line 128) | type EditEvents constant EditActive (line 131) | EditActive EditEvents = 1 << iota constant EditInactive (line 132) | EditInactive constant EditActivated (line 133) | EditActivated constant EditDeactivated (line 134) | EditDeactivated constant EditCommitted (line 135) | EditCommitted type TextEditType (line 138) | type TextEditType constant TextEditSingleLine (line 141) | TextEditSingleLine TextEditType = iota constant TextEditMultiLine (line 142) | TextEditMultiLine type textUndoRecord (line 145) | type textUndoRecord struct constant _TEXTEDIT_UNDOSTATECOUNT (line 152) | _TEXTEDIT_UNDOSTATECOUNT = 99 type textUndoState (line 154) | type textUndoState struct function strInsertText (line 160) | func strInsertText(str []rune, pos int, runes []rune) []rune { function strDeleteText (line 176) | func strDeleteText(s []rune, pos int, dlen int) []rune { function texteditFlushRedo (line 827) | func texteditFlushRedo(state *textUndoState) { function texteditDiscardUndo (line 831) | func texteditDiscardUndo(state *textUndoState) { function texteditCreateUndoRecord (line 839) | func texteditCreateUndoRecord(state *textUndoState, numchars int) *textU... function texteditCreateundo (line 854) | func texteditCreateundo(state *textUndoState, pos int, insert_len int, d... type drawableTextEditor (line 1391) | type drawableTextEditor struct method Draw (line 1407) | func (d *drawableTextEditor) Draw(z *nstyle.Style, out *command.Buffer) { function runeSliceEquals (line 1558) | func runeSliceEquals(a, b []rune) bool { FILE: vendor/github.com/aarzilli/nucular/util.go type Heading (line 13) | type Heading constant Up (line 16) | Up Heading = iota constant Right (line 17) | Right constant Down (line 18) | Down constant Left (line 19) | Left function min (line 22) | func min(a, b int) int { function max (line 29) | func max(a, b int) int { function triangleFromDirection (line 36) | func triangleFromDirection(r rect.Rect, pad_x, pad_y int, direction Head... function minFloat (line 71) | func minFloat(x, y float64) float64 { function maxFloat (line 78) | func maxFloat(x, y float64) float64 { function clampFloat (line 85) | func clampFloat(i, v, x float64) float64 { function clampInt (line 95) | func clampInt(i, v, x int) int { function saturateFloat (line 105) | func saturateFloat(x float64) float64 { function basicWidgetStateControl (line 109) | func basicWidgetStateControl(state *nstyle.WidgetStates, in *Input, boun... function shrinkRect (line 136) | func shrinkRect(r rect.Rect, amount int) rect.Rect { function FontHeight (line 147) | func FontHeight(f font.Face) int { function unify (line 151) | func unify(a rect.Rect, b rect.Rect) (clip rect.Rect) { function padRect (line 161) | func padRect(r rect.Rect, pad image.Point) rect.Rect { FILE: vendor/github.com/blang/semver/v4/json.go method MarshalJSON (line 8) | func (v Version) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 13) | func (v *Version) UnmarshalJSON(data []byte) (err error) { FILE: vendor/github.com/blang/semver/v4/range.go type wildcardType (line 10) | type wildcardType constant noneWildcard (line 13) | noneWildcard wildcardType = iota constant majorWildcard (line 14) | majorWildcard wildcardType = 1 constant minorWildcard (line 15) | minorWildcard wildcardType = 2 constant patchWildcard (line 16) | patchWildcard wildcardType = 3 function wildcardTypefromInt (line 19) | func wildcardTypefromInt(i int) wildcardType { type comparator (line 32) | type comparator type versionRange (line 55) | type versionRange struct method rangeFunc (line 61) | func (vr *versionRange) rangeFunc() Range { type Range (line 72) | type Range method OR (line 75) | func (rf Range) OR(f Range) Range { method AND (line 82) | func (rf Range) AND(f Range) Range { function ParseRange (line 112) | func ParseRange(s string) (Range, error) { function splitORParts (line 156) | func splitORParts(parts []string) ([][]string, error) { function buildVersionRange (line 177) | func buildVersionRange(opStr, vStr string) (*versionRange, error) { function inArray (line 195) | func inArray(s byte, list []byte) bool { function splitAndTrim (line 205) | func splitAndTrim(s string) (result []string) { function splitComparatorVersion (line 238) | func splitComparatorVersion(s string) (string, string, error) { function getWildcardType (line 248) | func getWildcardType(vStr string) wildcardType { function createVersionFromWildcard (line 264) | func createVersionFromWildcard(vStr string) string { function incrementMajorVersion (line 280) | func incrementMajorVersion(vStr string) (string, error) { function incrementMinorVersion (line 293) | func incrementMinorVersion(vStr string) (string, error) { function expandWildcardVersion (line 325) | func expandWildcardVersion(parts [][]string) ([][]string, error) { function parseComparator (line 384) | func parseComparator(s string) comparator { function MustParseRange (line 410) | func MustParseRange(s string) Range { FILE: vendor/github.com/blang/semver/v4/semver.go constant numbers (line 11) | numbers string = "0123456789" constant alphas (line 12) | alphas = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ-" constant alphanum (line 13) | alphanum = alphas + numbers type Version (line 24) | type Version struct method String (line 33) | func (v Version) String() string { method FinalizeVersion (line 66) | func (v Version) FinalizeVersion() string { method Equals (line 77) | func (v Version) Equals(o Version) bool { method EQ (line 82) | func (v Version) EQ(o Version) bool { method NE (line 87) | func (v Version) NE(o Version) bool { method GT (line 92) | func (v Version) GT(o Version) bool { method GTE (line 97) | func (v Version) GTE(o Version) bool { method GE (line 102) | func (v Version) GE(o Version) bool { method LT (line 107) | func (v Version) LT(o Version) bool { method LTE (line 112) | func (v Version) LTE(o Version) bool { method LE (line 117) | func (v Version) LE(o Version) bool { method Compare (line 125) | func (v Version) Compare(o Version) int { method IncrementPatch (line 177) | func (v *Version) IncrementPatch() error { method IncrementMinor (line 183) | func (v *Version) IncrementMinor() error { method IncrementMajor (line 190) | func (v *Version) IncrementMajor() error { method Validate (line 198) | func (v Version) Validate() error { function New (line 225) | func New(s string) (*Version, error) { function Make (line 232) | func Make(s string) (Version, error) { function ParseTolerant (line 240) | func ParseTolerant(s string) (Version, error) { function Parse (line 271) | func Parse(s string) (Version, error) { function MustParse (line 360) | func MustParse(s string) Version { type PRVersion (line 369) | type PRVersion struct method IsNumeric (line 403) | func (v PRVersion) IsNumeric() bool { method Compare (line 411) | func (v PRVersion) Compare(o PRVersion) int { method String (line 436) | func (v PRVersion) String() string { function NewPRVersion (line 376) | func NewPRVersion(s string) (PRVersion, error) { function containsOnly (line 443) | func containsOnly(s string, set string) bool { function hasLeadingZeroes (line 449) | func hasLeadingZeroes(s string) bool { function NewBuildVersion (line 454) | func NewBuildVersion(s string) (string, error) { function FinalizeVersion (line 466) | func FinalizeVersion(s string) (string, error) { FILE: vendor/github.com/blang/semver/v4/sort.go type Versions (line 8) | type Versions method Len (line 11) | func (s Versions) Len() int { method Swap (line 16) | func (s Versions) Swap(i, j int) { method Less (line 21) | func (s Versions) Less(i, j int) bool { function Sort (line 26) | func Sort(versions []Version) { FILE: vendor/github.com/blang/semver/v4/sql.go method Scan (line 9) | func (v *Version) Scan(src interface{}) (err error) { method Value (line 28) | func (v Version) Value() (driver.Value, error) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/context.go method MakeContextCurrent (line 16) | func (w *Window) MakeContextCurrent() { function DetachCurrentContext (line 22) | func DetachCurrentContext() { function GetCurrentContext (line 28) | func GetCurrentContext() *Window { method SwapBuffers (line 40) | func (w *Window) SwapBuffers() { function SwapInterval (line 59) | func SwapInterval(interval int) { function ExtensionSupported (line 72) | func ExtensionSupported(extension string) bool { function GetProcAddress (line 88) | func GetProcAddress(procname string) unsafe.Pointer { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/error.c function glfwSetErrorCallbackCB (line 3) | void glfwSetErrorCallbackCB() { glfwSetErrorCallback((GLFWerrorfun)goErr... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/error.go type ErrorCode (line 14) | type ErrorCode method String (line 72) | func (e ErrorCode) String() string { constant notInitialized (line 19) | notInitialized ErrorCode = C.GLFW_NOT_INITIALIZED constant noCurrentContext (line 20) | noCurrentContext ErrorCode = C.GLFW_NO_CURRENT_CONTEXT constant invalidEnum (line 21) | invalidEnum ErrorCode = C.GLFW_INVALID_ENUM constant invalidValue (line 22) | invalidValue ErrorCode = C.GLFW_INVALID_VALUE constant outOfMemory (line 23) | outOfMemory ErrorCode = C.GLFW_OUT_OF_MEMORY constant platformError (line 24) | platformError ErrorCode = C.GLFW_PLATFORM_ERROR constant APIUnavailable (line 40) | APIUnavailable ErrorCode = C.GLFW_API_UNAVAILABLE constant VersionUnavailable (line 55) | VersionUnavailable ErrorCode = C.GLFW_VERSION_UNAVAILABLE constant FormatUnavailable (line 69) | FormatUnavailable ErrorCode = C.GLFW_FORMAT_UNAVAILABLE type Error (line 98) | type Error struct method Error (line 104) | func (e *Error) Error() string { function goErrorCB (line 115) | func goErrorCB(code C.int, desc *C.char) { function init (line 127) | func init() { function flushErrors (line 134) | func flushErrors() { function acceptError (line 150) | func acceptError(codes ...ErrorCode) error { function panicError (line 184) | func panicError() { function fetchError (line 193) | func fetchError() *Error { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw.go constant VersionMajor (line 11) | VersionMajor = C.GLFW_VERSION_MAJOR constant VersionMinor (line 12) | VersionMinor = C.GLFW_VERSION_MINOR constant VersionRevision (line 13) | VersionRevision = C.GLFW_VERSION_REVISION function Init (line 35) | func Init() error { function Terminate (line 57) | func Terminate() { function InitHint (line 73) | func InitHint(hint Hint, value int) { function GetVersion (line 82) | func GetVersion() (major, minor, revision int) { function GetVersionString (line 99) | func GetVersionString() string { function GetClipboardString (line 107) | func GetClipboardString() string { function SetClipboardString (line 120) | func SetClipboardString(str string) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/getopt.c function getopt (line 52) | int getopt(int argc, char* const argv[], const char* optstring) { function getopt_long (line 158) | int getopt_long(int argc, char* const argv[], const char* optstring, FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/getopt.h type option (line 41) | struct option { type option (line 51) | struct option FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/gl.h type GLADapiproc (line 147) | typedef GLADapiproc (*GLADloadfunc)(const char *name); type GLADapiproc (line 148) | typedef GLADapiproc (*GLADuserptrloadfunc)(const char *name, void *userp... type GLenum (line 1462) | typedef unsigned int GLenum; type GLboolean (line 1463) | typedef unsigned char GLboolean; type GLbitfield (line 1464) | typedef unsigned int GLbitfield; type GLvoid (line 1465) | typedef void GLvoid; type khronos_int8_t (line 1466) | typedef khronos_int8_t GLbyte; type khronos_uint8_t (line 1467) | typedef khronos_uint8_t GLubyte; type khronos_int16_t (line 1468) | typedef khronos_int16_t GLshort; type khronos_uint16_t (line 1469) | typedef khronos_uint16_t GLushort; type GLint (line 1470) | typedef int GLint; type GLuint (line 1471) | typedef unsigned int GLuint; type khronos_int32_t (line 1472) | typedef khronos_int32_t GLclampx; type GLsizei (line 1473) | typedef int GLsizei; type khronos_float_t (line 1474) | typedef khronos_float_t GLfloat; type khronos_float_t (line 1475) | typedef khronos_float_t GLclampf; type GLdouble (line 1476) | typedef double GLdouble; type GLclampd (line 1477) | typedef double GLclampd; type GLchar (line 1480) | typedef char GLchar; type GLcharARB (line 1481) | typedef char GLcharARB; type GLhandleARB (line 1485) | typedef unsigned int GLhandleARB; type khronos_uint16_t (line 1487) | typedef khronos_uint16_t GLhalf; type khronos_uint16_t (line 1488) | typedef khronos_uint16_t GLhalfARB; type khronos_int32_t (line 1489) | typedef khronos_int32_t GLfixed; type khronos_intptr_t (line 1491) | typedef khronos_intptr_t GLintptr; type khronos_intptr_t (line 1493) | typedef khronos_intptr_t GLintptr; type khronos_intptr_t (line 1496) | typedef khronos_intptr_t GLintptrARB; type khronos_intptr_t (line 1498) | typedef khronos_intptr_t GLintptrARB; type khronos_ssize_t (line 1501) | typedef khronos_ssize_t GLsizeiptr; type khronos_ssize_t (line 1503) | typedef khronos_ssize_t GLsizeiptr; type khronos_ssize_t (line 1506) | typedef khronos_ssize_t GLsizeiptrARB; type khronos_ssize_t (line 1508) | typedef khronos_ssize_t GLsizeiptrARB; type khronos_int64_t (line 1510) | typedef khronos_int64_t GLint64; type khronos_int64_t (line 1511) | typedef khronos_int64_t GLint64EXT; type khronos_uint64_t (line 1512) | typedef khronos_uint64_t GLuint64; type khronos_uint64_t (line 1513) | typedef khronos_uint64_t GLuint64EXT; type __GLsync (line 1514) | struct __GLsync type _cl_context (line 1515) | struct _cl_context type _cl_event (line 1516) | struct _cl_event type GLhalfNV (line 1521) | typedef unsigned short GLhalfNV; type GLintptr (line 1522) | typedef GLintptr GLvdpauSurfaceNV; type GLuint (line 1561) | typedef GLboolean (GLAD_API_PTR *PFNGLARETEXTURESRESIDENTPROC)(GLsizei ... type GLubyte (line 1808) | typedef const GLubyte * (GLAD_API_PTR *PFNGLGETSTRINGPROC)(GLenum name); type GLubyte (line 1809) | typedef const GLubyte * (GLAD_API_PTR *PFNGLGETSTRINGIPROC)(GLenum nam... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/khrplatform.h type khronos_int32_t (line 142) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 143) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 144) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 145) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 155) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 156) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 157) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 158) | typedef uint64_t khronos_uint64_t; type __int32 (line 167) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 168) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 169) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 170) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 179) | typedef int khronos_int32_t; type khronos_uint32_t (line 180) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 182) | typedef long int khronos_int64_t; type khronos_uint64_t (line 183) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 185) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 186) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 196) | typedef int khronos_int32_t; type khronos_uint32_t (line 197) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 207) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 208) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 209) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 210) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 220) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 221) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 222) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 223) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 231) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 232) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 233) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 234) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 236) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 237) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 238) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 239) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 246) | typedef float khronos_float_t; type khronos_uint64_t (line 259) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 260) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 276) | typedef enum { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad/vulkan.h type GLADapiproc (line 152) | typedef GLADapiproc (*GLADloadfunc)(const char *name); type GLADapiproc (line 153) | typedef GLADapiproc (*GLADuserptrloadfunc)(const char *name, void *userp... function VK_DEFINE_HANDLE (line 217) | VK_DEFINE_HANDLE(VkInstance) type VkAttachmentStoreOp (line 252) | typedef enum VkAttachmentStoreOp { type VkBlendFactor (line 256) | typedef enum VkBlendFactor { type VkBlendOp (line 277) | typedef enum VkBlendOp { type VkBorderColor (line 284) | typedef enum VkBorderColor { type VkPipelineCacheHeaderVersion (line 293) | typedef enum VkPipelineCacheHeaderVersion { type VkDeviceQueueCreateFlagBits (line 297) | typedef enum VkDeviceQueueCreateFlagBits { type VkBufferCreateFlagBits (line 300) | typedef enum VkBufferCreateFlagBits { type VkBufferUsageFlagBits (line 306) | typedef enum VkBufferUsageFlagBits { type VkColorComponentFlagBits (line 317) | typedef enum VkColorComponentFlagBits { type VkComponentSwizzle (line 323) | typedef enum VkComponentSwizzle { type VkCommandPoolCreateFlagBits (line 332) | typedef enum VkCommandPoolCreateFlagBits { type VkCommandPoolResetFlagBits (line 337) | typedef enum VkCommandPoolResetFlagBits { type VkCommandBufferResetFlagBits (line 340) | typedef enum VkCommandBufferResetFlagBits { type VkCommandBufferLevel (line 343) | typedef enum VkCommandBufferLevel { type VkCommandBufferUsageFlagBits (line 347) | typedef enum VkCommandBufferUsageFlagBits { type VkCompareOp (line 352) | typedef enum VkCompareOp { type VkCullModeFlagBits (line 362) | typedef enum VkCullModeFlagBits { type VkDescriptorType (line 368) | typedef enum VkDescriptorType { type VkDynamicState (line 381) | typedef enum VkDynamicState { type VkFenceCreateFlagBits (line 393) | typedef enum VkFenceCreateFlagBits { type VkPolygonMode (line 396) | typedef enum VkPolygonMode { type VkFormat (line 401) | typedef enum VkFormat { type VkFormatFeatureFlagBits (line 622) | typedef enum VkFormatFeatureFlagBits { type VkFrontFace (line 646) | typedef enum VkFrontFace { type VkImageAspectFlagBits (line 650) | typedef enum VkImageAspectFlagBits { type VkImageCreateFlagBits (line 659) | typedef enum VkImageCreateFlagBits { type VkImageLayout (line 673) | typedef enum VkImageLayout { type VkImageTiling (line 687) | typedef enum VkImageTiling { type VkImageType (line 691) | typedef enum VkImageType { type VkImageUsageFlagBits (line 696) | typedef enum VkImageUsageFlagBits { type VkImageViewType (line 707) | typedef enum VkImageViewType { type VkSharingMode (line 716) | typedef enum VkSharingMode { type VkIndexType (line 720) | typedef enum VkIndexType { type VkLogicOp (line 724) | typedef enum VkLogicOp { type VkMemoryHeapFlagBits (line 742) | typedef enum VkMemoryHeapFlagBits { type VkAccessFlagBits (line 746) | typedef enum VkAccessFlagBits { type VkMemoryPropertyFlagBits (line 765) | typedef enum VkMemoryPropertyFlagBits { type VkPhysicalDeviceType (line 773) | typedef enum VkPhysicalDeviceType { type VkPipelineBindPoint (line 780) | typedef enum VkPipelineBindPoint { type VkPipelineCreateFlagBits (line 784) | typedef enum VkPipelineCreateFlagBits { type VkPrimitiveTopology (line 791) | typedef enum VkPrimitiveTopology { type VkQueryControlFlagBits (line 804) | typedef enum VkQueryControlFlagBits { type VkQueryPipelineStatisticFlagBits (line 807) | typedef enum VkQueryPipelineStatisticFlagBits { type VkQueryResultFlagBits (line 820) | typedef enum VkQueryResultFlagBits { type VkQueryType (line 826) | typedef enum VkQueryType { type VkQueueFlagBits (line 831) | typedef enum VkQueueFlagBits { type VkSubpassContents (line 838) | typedef enum VkSubpassContents { type VkResult (line 842) | typedef enum VkResult { type VkShaderStageFlagBits (line 869) | typedef enum VkShaderStageFlagBits { type VkSparseMemoryBindFlagBits (line 879) | typedef enum VkSparseMemoryBindFlagBits { type VkStencilFaceFlagBits (line 882) | typedef enum VkStencilFaceFlagBits { type VkStencilOp (line 887) | typedef enum VkStencilOp { type VkStructureType (line 897) | typedef enum VkStructureType { type VkSystemAllocationScope (line 1025) | typedef enum VkSystemAllocationScope { type VkInternalAllocationType (line 1032) | typedef enum VkInternalAllocationType { type VkSamplerAddressMode (line 1035) | typedef enum VkSamplerAddressMode { type VkFilter (line 1041) | typedef enum VkFilter { type VkSamplerMipmapMode (line 1045) | typedef enum VkSamplerMipmapMode { type VkVertexInputRate (line 1049) | typedef enum VkVertexInputRate { type VkPipelineStageFlagBits (line 1053) | typedef enum VkPipelineStageFlagBits { type VkSparseImageFormatFlagBits (line 1072) | typedef enum VkSparseImageFormatFlagBits { type VkSampleCountFlagBits (line 1077) | typedef enum VkSampleCountFlagBits { type VkAttachmentDescriptionFlagBits (line 1086) | typedef enum VkAttachmentDescriptionFlagBits { type VkDescriptorPoolCreateFlagBits (line 1089) | typedef enum VkDescriptorPoolCreateFlagBits { type VkDependencyFlagBits (line 1092) | typedef enum VkDependencyFlagBits { type VkObjectType (line 1097) | typedef enum VkObjectType { type VkDescriptorUpdateTemplateType (line 1130) | typedef enum VkDescriptorUpdateTemplateType { type VkPointClippingBehavior (line 1134) | typedef enum VkPointClippingBehavior { type VkColorSpaceKHR (line 1138) | typedef enum VkColorSpaceKHR { type VkCompositeAlphaFlagBitsKHR (line 1142) | typedef enum VkCompositeAlphaFlagBitsKHR { type VkPresentModeKHR (line 1148) | typedef enum VkPresentModeKHR { type VkSurfaceTransformFlagBitsKHR (line 1154) | typedef enum VkSurfaceTransformFlagBitsKHR { type VkDebugReportFlagBitsEXT (line 1165) | typedef enum VkDebugReportFlagBitsEXT { type VkDebugReportObjectTypeEXT (line 1172) | typedef enum VkDebugReportObjectTypeEXT { type VkExternalMemoryHandleTypeFlagBits (line 1212) | typedef enum VkExternalMemoryHandleTypeFlagBits { type VkExternalMemoryFeatureFlagBits (line 1221) | typedef enum VkExternalMemoryFeatureFlagBits { type VkExternalSemaphoreHandleTypeFlagBits (line 1226) | typedef enum VkExternalSemaphoreHandleTypeFlagBits { type VkExternalSemaphoreFeatureFlagBits (line 1233) | typedef enum VkExternalSemaphoreFeatureFlagBits { type VkSemaphoreImportFlagBits (line 1237) | typedef enum VkSemaphoreImportFlagBits { type VkExternalFenceHandleTypeFlagBits (line 1240) | typedef enum VkExternalFenceHandleTypeFlagBits { type VkExternalFenceFeatureFlagBits (line 1246) | typedef enum VkExternalFenceFeatureFlagBits { type VkFenceImportFlagBits (line 1250) | typedef enum VkFenceImportFlagBits { type VkPeerMemoryFeatureFlagBits (line 1253) | typedef enum VkPeerMemoryFeatureFlagBits { type VkMemoryAllocateFlagBits (line 1259) | typedef enum VkMemoryAllocateFlagBits { type VkDeviceGroupPresentModeFlagBitsKHR (line 1262) | typedef enum VkDeviceGroupPresentModeFlagBitsKHR { type VkSwapchainCreateFlagBitsKHR (line 1268) | typedef enum VkSwapchainCreateFlagBitsKHR { type VkSubgroupFeatureFlagBits (line 1272) | typedef enum VkSubgroupFeatureFlagBits { type VkTessellationDomainOrigin (line 1282) | typedef enum VkTessellationDomainOrigin { type VkSamplerYcbcrModelConversion (line 1286) | typedef enum VkSamplerYcbcrModelConversion { type VkSamplerYcbcrRange (line 1293) | typedef enum VkSamplerYcbcrRange { type VkChromaLocation (line 1297) | typedef enum VkChromaLocation { type VkVendorId (line 1301) | typedef enum VkVendorId { type VkBaseOutStructure (line 1331) | typedef struct VkBaseOutStructure { type VkBaseInStructure (line 1335) | typedef struct VkBaseInStructure { type VkOffset2D (line 1339) | typedef struct VkOffset2D { type VkOffset3D (line 1343) | typedef struct VkOffset3D { type VkExtent2D (line 1348) | typedef struct VkExtent2D { type VkExtent3D (line 1352) | typedef struct VkExtent3D { type VkViewport (line 1357) | typedef struct VkViewport { type VkRect2D (line 1365) | typedef struct VkRect2D { type VkClearRect (line 1369) | typedef struct VkClearRect { type VkComponentMapping (line 1374) | typedef struct VkComponentMapping { type VkExtensionProperties (line 1380) | typedef struct VkExtensionProperties { type VkLayerProperties (line 1384) | typedef struct VkLayerProperties { type VkApplicationInfo (line 1390) | typedef struct VkApplicationInfo { type VkAllocationCallbacks (line 1399) | typedef struct VkAllocationCallbacks { type VkDescriptorImageInfo (line 1407) | typedef struct VkDescriptorImageInfo { type VkCopyDescriptorSet (line 1412) | typedef struct VkCopyDescriptorSet { type VkDescriptorPoolSize (line 1423) | typedef struct VkDescriptorPoolSize { type VkDescriptorSetAllocateInfo (line 1427) | typedef struct VkDescriptorSetAllocateInfo { type VkSpecializationMapEntry (line 1434) | typedef struct VkSpecializationMapEntry { type VkSpecializationInfo (line 1439) | typedef struct VkSpecializationInfo { type VkVertexInputBindingDescription (line 1445) | typedef struct VkVertexInputBindingDescription { type VkVertexInputAttributeDescription (line 1450) | typedef struct VkVertexInputAttributeDescription { type VkStencilOpState (line 1456) | typedef struct VkStencilOpState { type VkCommandBufferAllocateInfo (line 1465) | typedef struct VkCommandBufferAllocateInfo { type VkClearColorValue (line 1472) | typedef union VkClearColorValue { type VkClearDepthStencilValue (line 1477) | typedef struct VkClearDepthStencilValue { type VkClearValue (line 1481) | typedef union VkClearValue { type VkAttachmentReference (line 1485) | typedef struct VkAttachmentReference { type VkDrawIndirectCommand (line 1489) | typedef struct VkDrawIndirectCommand { type VkDrawIndexedIndirectCommand (line 1495) | typedef struct VkDrawIndexedIndirectCommand { type VkDispatchIndirectCommand (line 1502) | typedef struct VkDispatchIndirectCommand { type VkSurfaceFormatKHR (line 1507) | typedef struct VkSurfaceFormatKHR { type VkPresentInfoKHR (line 1511) | typedef struct VkPresentInfoKHR { type VkPhysicalDeviceExternalImageFormatInfo (line 1521) | typedef struct VkPhysicalDeviceExternalImageFormatInfo { type VkPhysicalDeviceExternalSemaphoreInfo (line 1526) | typedef struct VkPhysicalDeviceExternalSemaphoreInfo { type VkPhysicalDeviceExternalFenceInfo (line 1531) | typedef struct VkPhysicalDeviceExternalFenceInfo { type VkPhysicalDeviceMultiviewProperties (line 1536) | typedef struct VkPhysicalDeviceMultiviewProperties { type VkRenderPassMultiviewCreateInfo (line 1542) | typedef struct VkRenderPassMultiviewCreateInfo { type VkBindBufferMemoryDeviceGroupInfo (line 1552) | typedef struct VkBindBufferMemoryDeviceGroupInfo { type VkBindImageMemoryDeviceGroupInfo (line 1558) | typedef struct VkBindImageMemoryDeviceGroupInfo { type VkDeviceGroupRenderPassBeginInfo (line 1566) | typedef struct VkDeviceGroupRenderPassBeginInfo { type VkDeviceGroupCommandBufferBeginInfo (line 1573) | typedef struct VkDeviceGroupCommandBufferBeginInfo { type VkDeviceGroupSubmitInfo (line 1578) | typedef struct VkDeviceGroupSubmitInfo { type VkDeviceGroupBindSparseInfo (line 1588) | typedef struct VkDeviceGroupBindSparseInfo { type VkImageSwapchainCreateInfoKHR (line 1594) | typedef struct VkImageSwapchainCreateInfoKHR { type VkBindImageMemorySwapchainInfoKHR (line 1599) | typedef struct VkBindImageMemorySwapchainInfoKHR { type VkAcquireNextImageInfoKHR (line 1605) | typedef struct VkAcquireNextImageInfoKHR { type VkDeviceGroupPresentInfoKHR (line 1614) | typedef struct VkDeviceGroupPresentInfoKHR { type VkDeviceGroupDeviceCreateInfo (line 1621) | typedef struct VkDeviceGroupDeviceCreateInfo { type VkDescriptorUpdateTemplateEntry (line 1627) | typedef struct VkDescriptorUpdateTemplateEntry { type VkBufferMemoryRequirementsInfo2 (line 1635) | typedef struct VkBufferMemoryRequirementsInfo2 { type VkImageMemoryRequirementsInfo2 (line 1640) | typedef struct VkImageMemoryRequirementsInfo2 { type VkImageSparseMemoryRequirementsInfo2 (line 1645) | typedef struct VkImageSparseMemoryRequirementsInfo2 { type VkPhysicalDevicePointClippingProperties (line 1650) | typedef struct VkPhysicalDevicePointClippingProperties { type VkMemoryDedicatedAllocateInfo (line 1655) | typedef struct VkMemoryDedicatedAllocateInfo { type VkPipelineTessellationDomainOriginStateCreateInfo (line 1661) | typedef struct VkPipelineTessellationDomainOriginStateCreateInfo { type VkSamplerYcbcrConversionInfo (line 1666) | typedef struct VkSamplerYcbcrConversionInfo { type VkBindImagePlaneMemoryInfo (line 1671) | typedef struct VkBindImagePlaneMemoryInfo { type VkImagePlaneMemoryRequirementsInfo (line 1676) | typedef struct VkImagePlaneMemoryRequirementsInfo { type VkSamplerYcbcrConversionImageFormatProperties (line 1681) | typedef struct VkSamplerYcbcrConversionImageFormatProperties { type VkSampleMask (line 1686) | typedef uint32_t VkSampleMask; type VkBool32 (line 1687) | typedef uint32_t VkBool32; type VkFlags (line 1688) | typedef uint32_t VkFlags; type VkDeviceSize (line 1689) | typedef uint64_t VkDeviceSize; type VkFlags (line 1690) | typedef VkFlags VkFramebufferCreateFlags; type VkFlags (line 1691) | typedef VkFlags VkQueryPoolCreateFlags; type VkFlags (line 1692) | typedef VkFlags VkRenderPassCreateFlags; type VkFlags (line 1693) | typedef VkFlags VkSamplerCreateFlags; type VkFlags (line 1694) | typedef VkFlags VkPipelineLayoutCreateFlags; type VkFlags (line 1695) | typedef VkFlags VkPipelineCacheCreateFlags; type VkFlags (line 1696) | typedef VkFlags VkPipelineDepthStencilStateCreateFlags; type VkFlags (line 1697) | typedef VkFlags VkPipelineDynamicStateCreateFlags; type VkFlags (line 1698) | typedef VkFlags VkPipelineColorBlendStateCreateFlags; type VkFlags (line 1699) | typedef VkFlags VkPipelineMultisampleStateCreateFlags; type VkFlags (line 1700) | typedef VkFlags VkPipelineRasterizationStateCreateFlags; type VkFlags (line 1701) | typedef VkFlags VkPipelineViewportStateCreateFlags; type VkFlags (line 1702) | typedef VkFlags VkPipelineTessellationStateCreateFlags; type VkFlags (line 1703) | typedef VkFlags VkPipelineInputAssemblyStateCreateFlags; type VkFlags (line 1704) | typedef VkFlags VkPipelineVertexInputStateCreateFlags; type VkFlags (line 1705) | typedef VkFlags VkPipelineShaderStageCreateFlags; type VkFlags (line 1706) | typedef VkFlags VkDescriptorSetLayoutCreateFlags; type VkFlags (line 1707) | typedef VkFlags VkBufferViewCreateFlags; type VkFlags (line 1708) | typedef VkFlags VkInstanceCreateFlags; type VkFlags (line 1709) | typedef VkFlags VkDeviceCreateFlags; type VkFlags (line 1710) | typedef VkFlags VkDeviceQueueCreateFlags; type VkFlags (line 1711) | typedef VkFlags VkQueueFlags; type VkFlags (line 1712) | typedef VkFlags VkMemoryPropertyFlags; type VkFlags (line 1713) | typedef VkFlags VkMemoryHeapFlags; type VkFlags (line 1714) | typedef VkFlags VkAccessFlags; type VkFlags (line 1715) | typedef VkFlags VkBufferUsageFlags; type VkFlags (line 1716) | typedef VkFlags VkBufferCreateFlags; type VkFlags (line 1717) | typedef VkFlags VkShaderStageFlags; type VkFlags (line 1718) | typedef VkFlags VkImageUsageFlags; type VkFlags (line 1719) | typedef VkFlags VkImageCreateFlags; type VkFlags (line 1720) | typedef VkFlags VkImageViewCreateFlags; type VkFlags (line 1721) | typedef VkFlags VkPipelineCreateFlags; type VkFlags (line 1722) | typedef VkFlags VkColorComponentFlags; type VkFlags (line 1723) | typedef VkFlags VkFenceCreateFlags; type VkFlags (line 1724) | typedef VkFlags VkSemaphoreCreateFlags; type VkFlags (line 1725) | typedef VkFlags VkFormatFeatureFlags; type VkFlags (line 1726) | typedef VkFlags VkQueryControlFlags; type VkFlags (line 1727) | typedef VkFlags VkQueryResultFlags; type VkFlags (line 1728) | typedef VkFlags VkShaderModuleCreateFlags; type VkFlags (line 1729) | typedef VkFlags VkEventCreateFlags; type VkFlags (line 1730) | typedef VkFlags VkCommandPoolCreateFlags; type VkFlags (line 1731) | typedef VkFlags VkCommandPoolResetFlags; type VkFlags (line 1732) | typedef VkFlags VkCommandBufferResetFlags; type VkFlags (line 1733) | typedef VkFlags VkCommandBufferUsageFlags; type VkFlags (line 1734) | typedef VkFlags VkQueryPipelineStatisticFlags; type VkFlags (line 1735) | typedef VkFlags VkMemoryMapFlags; type VkFlags (line 1736) | typedef VkFlags VkImageAspectFlags; type VkFlags (line 1737) | typedef VkFlags VkSparseMemoryBindFlags; type VkFlags (line 1738) | typedef VkFlags VkSparseImageFormatFlags; type VkFlags (line 1739) | typedef VkFlags VkSubpassDescriptionFlags; type VkFlags (line 1740) | typedef VkFlags VkPipelineStageFlags; type VkFlags (line 1741) | typedef VkFlags VkSampleCountFlags; type VkFlags (line 1742) | typedef VkFlags VkAttachmentDescriptionFlags; type VkFlags (line 1743) | typedef VkFlags VkStencilFaceFlags; type VkFlags (line 1744) | typedef VkFlags VkCullModeFlags; type VkFlags (line 1745) | typedef VkFlags VkDescriptorPoolCreateFlags; type VkFlags (line 1746) | typedef VkFlags VkDescriptorPoolResetFlags; type VkFlags (line 1747) | typedef VkFlags VkDependencyFlags; type VkFlags (line 1748) | typedef VkFlags VkSubgroupFeatureFlags; type VkFlags (line 1749) | typedef VkFlags VkDescriptorUpdateTemplateCreateFlags; type VkFlags (line 1750) | typedef VkFlags VkCompositeAlphaFlagsKHR; type VkFlags (line 1751) | typedef VkFlags VkSurfaceTransformFlagsKHR; type VkFlags (line 1752) | typedef VkFlags VkSwapchainCreateFlagsKHR; type VkFlags (line 1753) | typedef VkFlags VkPeerMemoryFeatureFlags; type VkFlags (line 1754) | typedef VkFlags VkMemoryAllocateFlags; type VkFlags (line 1755) | typedef VkFlags VkDeviceGroupPresentModeFlagsKHR; type VkFlags (line 1756) | typedef VkFlags VkDebugReportFlagsEXT; type VkFlags (line 1757) | typedef VkFlags VkCommandPoolTrimFlags; type VkFlags (line 1758) | typedef VkFlags VkExternalMemoryHandleTypeFlags; type VkFlags (line 1759) | typedef VkFlags VkExternalMemoryFeatureFlags; type VkFlags (line 1760) | typedef VkFlags VkExternalSemaphoreHandleTypeFlags; type VkFlags (line 1761) | typedef VkFlags VkExternalSemaphoreFeatureFlags; type VkFlags (line 1762) | typedef VkFlags VkSemaphoreImportFlags; type VkFlags (line 1763) | typedef VkFlags VkExternalFenceHandleTypeFlags; type VkFlags (line 1764) | typedef VkFlags VkExternalFenceFeatureFlags; type VkFlags (line 1765) | typedef VkFlags VkFenceImportFlags; type const (line 1766) | typedef VkBool32 (VKAPI_PTR *PFN_vkDebugReportCallbackEXT)( type VkDeviceQueueCreateInfo (line 1775) | typedef struct VkDeviceQueueCreateInfo { type VkInstanceCreateInfo (line 1783) | typedef struct VkInstanceCreateInfo { type VkQueueFamilyProperties (line 1793) | typedef struct VkQueueFamilyProperties { type VkMemoryAllocateInfo (line 1799) | typedef struct VkMemoryAllocateInfo { type VkMemoryRequirements (line 1805) | typedef struct VkMemoryRequirements { type VkSparseImageFormatProperties (line 1810) | typedef struct VkSparseImageFormatProperties { type VkSparseImageMemoryRequirements (line 1815) | typedef struct VkSparseImageMemoryRequirements { type VkMemoryType (line 1822) | typedef struct VkMemoryType { type VkMemoryHeap (line 1826) | typedef struct VkMemoryHeap { type VkMappedMemoryRange (line 1830) | typedef struct VkMappedMemoryRange { type VkFormatProperties (line 1837) | typedef struct VkFormatProperties { type VkImageFormatProperties (line 1842) | typedef struct VkImageFormatProperties { type VkDescriptorBufferInfo (line 1849) | typedef struct VkDescriptorBufferInfo { type VkWriteDescriptorSet (line 1854) | typedef struct VkWriteDescriptorSet { type VkBufferCreateInfo (line 1866) | typedef struct VkBufferCreateInfo { type VkBufferViewCreateInfo (line 1876) | typedef struct VkBufferViewCreateInfo { type VkImageSubresource (line 1885) | typedef struct VkImageSubresource { type VkImageSubresourceLayers (line 1890) | typedef struct VkImageSubresourceLayers { type VkImageSubresourceRange (line 1896) | typedef struct VkImageSubresourceRange { type VkMemoryBarrier (line 1903) | typedef struct VkMemoryBarrier { type VkBufferMemoryBarrier (line 1909) | typedef struct VkBufferMemoryBarrier { type VkImageMemoryBarrier (line 1920) | typedef struct VkImageMemoryBarrier { type VkImageCreateInfo (line 1932) | typedef struct VkImageCreateInfo { type VkSubresourceLayout (line 1949) | typedef struct VkSubresourceLayout { type VkImageViewCreateInfo (line 1956) | typedef struct VkImageViewCreateInfo { type VkBufferCopy (line 1966) | typedef struct VkBufferCopy { type VkSparseMemoryBind (line 1971) | typedef struct VkSparseMemoryBind { type VkSparseImageMemoryBind (line 1978) | typedef struct VkSparseImageMemoryBind { type VkSparseBufferMemoryBindInfo (line 1986) | typedef struct VkSparseBufferMemoryBindInfo { type VkSparseImageOpaqueMemoryBindInfo (line 1991) | typedef struct VkSparseImageOpaqueMemoryBindInfo { type VkSparseImageMemoryBindInfo (line 1996) | typedef struct VkSparseImageMemoryBindInfo { type VkBindSparseInfo (line 2001) | typedef struct VkBindSparseInfo { type VkImageCopy (line 2015) | typedef struct VkImageCopy { type VkImageBlit (line 2022) | typedef struct VkImageBlit { type VkBufferImageCopy (line 2028) | typedef struct VkBufferImageCopy { type VkImageResolve (line 2036) | typedef struct VkImageResolve { type VkShaderModuleCreateInfo (line 2043) | typedef struct VkShaderModuleCreateInfo { type VkDescriptorSetLayoutBinding (line 2050) | typedef struct VkDescriptorSetLayoutBinding { type VkDescriptorSetLayoutCreateInfo (line 2057) | typedef struct VkDescriptorSetLayoutCreateInfo { type VkDescriptorPoolCreateInfo (line 2064) | typedef struct VkDescriptorPoolCreateInfo { type VkPipelineShaderStageCreateInfo (line 2072) | typedef struct VkPipelineShaderStageCreateInfo { type VkComputePipelineCreateInfo (line 2081) | typedef struct VkComputePipelineCreateInfo { type VkPipelineVertexInputStateCreateInfo (line 2090) | typedef struct VkPipelineVertexInputStateCreateInfo { type VkPipelineInputAssemblyStateCreateInfo (line 2099) | typedef struct VkPipelineInputAssemblyStateCreateInfo { type VkPipelineTessellationStateCreateInfo (line 2106) | typedef struct VkPipelineTessellationStateCreateInfo { type VkPipelineViewportStateCreateInfo (line 2112) | typedef struct VkPipelineViewportStateCreateInfo { type VkPipelineRasterizationStateCreateInfo (line 2121) | typedef struct VkPipelineRasterizationStateCreateInfo { type VkPipelineMultisampleStateCreateInfo (line 2136) | typedef struct VkPipelineMultisampleStateCreateInfo { type VkPipelineColorBlendAttachmentState (line 2147) | typedef struct VkPipelineColorBlendAttachmentState { type VkPipelineColorBlendStateCreateInfo (line 2157) | typedef struct VkPipelineColorBlendStateCreateInfo { type VkPipelineDynamicStateCreateInfo (line 2167) | typedef struct VkPipelineDynamicStateCreateInfo { type VkPipelineDepthStencilStateCreateInfo (line 2174) | typedef struct VkPipelineDepthStencilStateCreateInfo { type VkGraphicsPipelineCreateInfo (line 2188) | typedef struct VkGraphicsPipelineCreateInfo { type VkPipelineCacheCreateInfo (line 2209) | typedef struct VkPipelineCacheCreateInfo { type VkPushConstantRange (line 2216) | typedef struct VkPushConstantRange { type VkPipelineLayoutCreateInfo (line 2221) | typedef struct VkPipelineLayoutCreateInfo { type VkSamplerCreateInfo (line 2230) | typedef struct VkSamplerCreateInfo { type VkCommandPoolCreateInfo (line 2250) | typedef struct VkCommandPoolCreateInfo { type VkCommandBufferInheritanceInfo (line 2256) | typedef struct VkCommandBufferInheritanceInfo { type VkCommandBufferBeginInfo (line 2266) | typedef struct VkCommandBufferBeginInfo { type VkRenderPassBeginInfo (line 2272) | typedef struct VkRenderPassBeginInfo { type VkClearAttachment (line 2281) | typedef struct VkClearAttachment { type VkAttachmentDescription (line 2286) | typedef struct VkAttachmentDescription { type VkSubpassDescription (line 2297) | typedef struct VkSubpassDescription { type VkSubpassDependency (line 2309) | typedef struct VkSubpassDependency { type VkRenderPassCreateInfo (line 2318) | typedef struct VkRenderPassCreateInfo { type VkEventCreateInfo (line 2329) | typedef struct VkEventCreateInfo { type VkFenceCreateInfo (line 2334) | typedef struct VkFenceCreateInfo { type VkPhysicalDeviceFeatures (line 2339) | typedef struct VkPhysicalDeviceFeatures { type VkPhysicalDeviceSparseProperties (line 2396) | typedef struct VkPhysicalDeviceSparseProperties { type VkPhysicalDeviceLimits (line 2403) | typedef struct VkPhysicalDeviceLimits { type VkSemaphoreCreateInfo (line 2511) | typedef struct VkSemaphoreCreateInfo { type VkQueryPoolCreateInfo (line 2516) | typedef struct VkQueryPoolCreateInfo { type VkFramebufferCreateInfo (line 2524) | typedef struct VkFramebufferCreateInfo { type VkSubmitInfo (line 2535) | typedef struct VkSubmitInfo { type VkSurfaceCapabilitiesKHR (line 2546) | typedef struct VkSurfaceCapabilitiesKHR { type VkSwapchainCreateInfoKHR (line 2558) | typedef struct VkSwapchainCreateInfoKHR { type VkDebugReportCallbackCreateInfoEXT (line 2578) | typedef struct VkDebugReportCallbackCreateInfoEXT { type VkPhysicalDeviceFeatures2 (line 2585) | typedef struct VkPhysicalDeviceFeatures2 { type VkFormatProperties2 (line 2590) | typedef struct VkFormatProperties2 { type VkImageFormatProperties2 (line 2595) | typedef struct VkImageFormatProperties2 { type VkPhysicalDeviceImageFormatInfo2 (line 2600) | typedef struct VkPhysicalDeviceImageFormatInfo2 { type VkQueueFamilyProperties2 (line 2609) | typedef struct VkQueueFamilyProperties2 { type VkSparseImageFormatProperties2 (line 2614) | typedef struct VkSparseImageFormatProperties2 { type VkPhysicalDeviceSparseImageFormatInfo2 (line 2619) | typedef struct VkPhysicalDeviceSparseImageFormatInfo2 { type VkPhysicalDeviceVariablePointersFeatures (line 2628) | typedef struct VkPhysicalDeviceVariablePointersFeatures { type VkPhysicalDeviceVariablePointerFeatures (line 2634) | typedef struct VkPhysicalDeviceVariablePointerFeatures VkPhysicalDevice... type VkExternalMemoryProperties (line 2635) | typedef struct VkExternalMemoryProperties { type VkExternalImageFormatProperties (line 2640) | typedef struct VkExternalImageFormatProperties { type VkPhysicalDeviceExternalBufferInfo (line 2645) | typedef struct VkPhysicalDeviceExternalBufferInfo { type VkExternalBufferProperties (line 2652) | typedef struct VkExternalBufferProperties { type VkPhysicalDeviceIDProperties (line 2657) | typedef struct VkPhysicalDeviceIDProperties { type VkExternalMemoryImageCreateInfo (line 2666) | typedef struct VkExternalMemoryImageCreateInfo { type VkExternalMemoryBufferCreateInfo (line 2671) | typedef struct VkExternalMemoryBufferCreateInfo { type VkExportMemoryAllocateInfo (line 2676) | typedef struct VkExportMemoryAllocateInfo { type VkExternalSemaphoreProperties (line 2681) | typedef struct VkExternalSemaphoreProperties { type VkExportSemaphoreCreateInfo (line 2688) | typedef struct VkExportSemaphoreCreateInfo { type VkExternalFenceProperties (line 2693) | typedef struct VkExternalFenceProperties { type VkExportFenceCreateInfo (line 2700) | typedef struct VkExportFenceCreateInfo { type VkPhysicalDeviceMultiviewFeatures (line 2705) | typedef struct VkPhysicalDeviceMultiviewFeatures { type VkPhysicalDeviceGroupProperties (line 2712) | typedef struct VkPhysicalDeviceGroupProperties { type VkMemoryAllocateFlagsInfo (line 2719) | typedef struct VkMemoryAllocateFlagsInfo { type VkBindBufferMemoryInfo (line 2725) | typedef struct VkBindBufferMemoryInfo { type VkBindImageMemoryInfo (line 2732) | typedef struct VkBindImageMemoryInfo { type VkDeviceGroupPresentCapabilitiesKHR (line 2739) | typedef struct VkDeviceGroupPresentCapabilitiesKHR { type VkDeviceGroupSwapchainCreateInfoKHR (line 2745) | typedef struct VkDeviceGroupSwapchainCreateInfoKHR { type VkDescriptorUpdateTemplateCreateInfo (line 2750) | typedef struct VkDescriptorUpdateTemplateCreateInfo { type VkInputAttachmentAspectReference (line 2762) | typedef struct VkInputAttachmentAspectReference { type VkRenderPassInputAttachmentAspectCreateInfo (line 2767) | typedef struct VkRenderPassInputAttachmentAspectCreateInfo { type VkPhysicalDevice16BitStorageFeatures (line 2773) | typedef struct VkPhysicalDevice16BitStorageFeatures { type VkPhysicalDeviceSubgroupProperties (line 2781) | typedef struct VkPhysicalDeviceSubgroupProperties { type VkMemoryRequirements2 (line 2789) | typedef struct VkMemoryRequirements2 { type VkMemoryRequirements2KHR (line 2794) | typedef struct VkMemoryRequirements2KHR VkMemoryRequirements2KHR; type VkSparseImageMemoryRequirements2 (line 2795) | typedef struct VkSparseImageMemoryRequirements2 { type VkMemoryDedicatedRequirements (line 2800) | typedef struct VkMemoryDedicatedRequirements { type VkImageViewUsageCreateInfo (line 2806) | typedef struct VkImageViewUsageCreateInfo { type VkSamplerYcbcrConversionCreateInfo (line 2811) | typedef struct VkSamplerYcbcrConversionCreateInfo { type VkPhysicalDeviceSamplerYcbcrConversionFeatures (line 2823) | typedef struct VkPhysicalDeviceSamplerYcbcrConversionFeatures { type VkProtectedSubmitInfo (line 2828) | typedef struct VkProtectedSubmitInfo { type VkPhysicalDeviceProtectedMemoryFeatures (line 2833) | typedef struct VkPhysicalDeviceProtectedMemoryFeatures { type VkPhysicalDeviceProtectedMemoryProperties (line 2838) | typedef struct VkPhysicalDeviceProtectedMemoryProperties { type VkDeviceQueueInfo2 (line 2843) | typedef struct VkDeviceQueueInfo2 { type VkPhysicalDeviceMaintenance3Properties (line 2850) | typedef struct VkPhysicalDeviceMaintenance3Properties { type VkDescriptorSetLayoutSupport (line 2856) | typedef struct VkDescriptorSetLayoutSupport { type VkPhysicalDeviceShaderDrawParametersFeatures (line 2861) | typedef struct VkPhysicalDeviceShaderDrawParametersFeatures { type VkPhysicalDeviceShaderDrawParameterFeatures (line 2866) | typedef struct VkPhysicalDeviceShaderDrawParameterFeatures VkPhysicalDe... type VkPhysicalDeviceProperties (line 2867) | typedef struct VkPhysicalDeviceProperties { type VkDeviceCreateInfo (line 2878) | typedef struct VkDeviceCreateInfo { type VkPhysicalDeviceMemoryProperties (line 2890) | typedef struct VkPhysicalDeviceMemoryProperties { type VkPhysicalDeviceProperties2 (line 2896) | typedef struct VkPhysicalDeviceProperties2 { type VkPhysicalDeviceMemoryProperties2 (line 2901) | typedef struct VkPhysicalDeviceMemoryProperties2 { type VkAcquireNextImageInfoKHR (line 2920) | typedef VkResult (GLAD_API_PTR *PFN_vkAcquireNextImage2KHR)(VkDevice d... type VkCommandBufferAllocateInfo (line 2922) | typedef VkResult (GLAD_API_PTR *PFN_vkAllocateCommandBuffers)(VkDevice ... type VkDescriptorSetAllocateInfo (line 2923) | typedef VkResult (GLAD_API_PTR *PFN_vkAllocateDescriptorSets)(VkDevice ... type VkMemoryAllocateInfo (line 2924) | typedef VkResult (GLAD_API_PTR *PFN_vkAllocateMemory)(VkDevice device,... type VkCommandBufferBeginInfo (line 2925) | typedef VkResult (GLAD_API_PTR *PFN_vkBeginCommandBuffer)(VkCommandBuffe... type const (line 2927) | typedef VkResult (GLAD_API_PTR *PFN_vkBindBufferMemory2)(VkDevice devi... type const (line 2929) | typedef VkResult (GLAD_API_PTR *PFN_vkBindImageMemory2)(VkDevice devic... type VkBufferCreateInfo (line 2976) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateBuffer)(VkDevice device, c... type VkBufferViewCreateInfo (line 2977) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateBufferView)(VkDevice devic... type VkCommandPoolCreateInfo (line 2978) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateCommandPool)(VkDevice devi... type const (line 2979) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateComputePipelines)(VkDevice ... type VkDebugReportCallbackCreateInfoEXT (line 2980) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkIn... type VkDescriptorPoolCreateInfo (line 2981) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorPool)(VkDevice d... type VkDescriptorSetLayoutCreateInfo (line 2982) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorSetLayout)(VkDevic... type VkDescriptorUpdateTemplateCreateInfo (line 2983) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDescriptorUpdateTemplate)(Vk... type VkDeviceCreateInfo (line 2984) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateDevice)(VkPhysicalDevice p... type VkEventCreateInfo (line 2985) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateEvent)(VkDevice device, co... type VkFenceCreateInfo (line 2986) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateFence)(VkDevice device, co... type VkFramebufferCreateInfo (line 2987) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateFramebuffer)(VkDevice devi... type const (line 2988) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateGraphicsPipelines)(VkDevice ... type VkImageCreateInfo (line 2989) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateImage)(VkDevice device, co... type VkImageViewCreateInfo (line 2990) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateImageView)(VkDevice device... type const (line 2991) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateInstance)(const VkInstanceC... type VkPipelineCacheCreateInfo (line 2992) | typedef VkResult (GLAD_API_PTR *PFN_vkCreatePipelineCache)(VkDevice de... type VkPipelineLayoutCreateInfo (line 2993) | typedef VkResult (GLAD_API_PTR *PFN_vkCreatePipelineLayout)(VkDevice d... type VkQueryPoolCreateInfo (line 2994) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateQueryPool)(VkDevice device... type VkRenderPassCreateInfo (line 2995) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateRenderPass)(VkDevice devic... type VkSamplerCreateInfo (line 2996) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSampler)(VkDevice device, ... type VkSamplerYcbcrConversionCreateInfo (line 2997) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSamplerYcbcrConversion)(VkDe... type VkSemaphoreCreateInfo (line 2998) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSemaphore)(VkDevice device... type VkShaderModuleCreateInfo (line 2999) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateShaderModule)(VkDevice dev... type VkSwapchainCreateInfoKHR (line 3000) | typedef VkResult (GLAD_API_PTR *PFN_vkCreateSwapchainKHR)(VkDevice dev... type const (line 3036) | typedef VkResult (GLAD_API_PTR *PFN_vkFlushMappedMemoryRanges)(VkDevice ... type const (line 3038) | typedef VkResult (GLAD_API_PTR *PFN_vkFreeDescriptorSets)(VkDevice dev... type VkPhysicalDeviceImageFormatInfo2 (line 3066) | typedef VkResult (GLAD_API_PTR *PFN_vkGetPhysicalDeviceImageFormatProper... type const (line 3084) | typedef VkResult (GLAD_API_PTR *PFN_vkInvalidateMappedMemoryRanges)(VkDe... type const (line 3086) | typedef VkResult (GLAD_API_PTR *PFN_vkMergePipelineCaches)(VkDevice de... type const (line 3087) | typedef VkResult (GLAD_API_PTR *PFN_vkQueueBindSparse)(VkQueue queue, ... type VkPresentInfoKHR (line 3088) | typedef VkResult (GLAD_API_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, ... type const (line 3089) | typedef VkResult (GLAD_API_PTR *PFN_vkQueueSubmit)(VkQueue queue, uint... type const (line 3095) | typedef VkResult (GLAD_API_PTR *PFN_vkResetFences)(VkDevice device, ui... type const (line 3101) | typedef VkResult (GLAD_API_PTR *PFN_vkWaitForFences)(VkDevice device, ... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad_gl.c function glad_gl_load_GL_VERSION_1_0 (line 794) | static void glad_gl_load_GL_VERSION_1_0( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_1 (line 1103) | static void glad_gl_load_GL_VERSION_1_1( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_2 (line 1136) | static void glad_gl_load_GL_VERSION_1_2( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_3 (line 1143) | static void glad_gl_load_GL_VERSION_1_3( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_4 (line 1192) | static void glad_gl_load_GL_VERSION_1_4( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_1_5 (line 1242) | static void glad_gl_load_GL_VERSION_1_5( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_2_0 (line 1264) | static void glad_gl_load_GL_VERSION_2_0( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_2_1 (line 1360) | static void glad_gl_load_GL_VERSION_2_1( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_0 (line 1369) | static void glad_gl_load_GL_VERSION_3_0( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_1 (line 1456) | static void glad_gl_load_GL_VERSION_3_1( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_2 (line 1474) | static void glad_gl_load_GL_VERSION_3_2( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_VERSION_3_3 (line 1496) | static void glad_gl_load_GL_VERSION_3_3( GLADuserptrloadfunc load, void*... function glad_gl_load_GL_ARB_multisample (line 1557) | static void glad_gl_load_GL_ARB_multisample( GLADuserptrloadfunc load, v... function glad_gl_load_GL_ARB_robustness (line 1562) | static void glad_gl_load_GL_ARB_robustness( GLADuserptrloadfunc load, vo... function glad_gl_load_GL_KHR_debug (line 1586) | static void glad_gl_load_GL_KHR_debug( GLADuserptrloadfunc load, void* u... function glad_gl_get_extensions (line 1609) | static int glad_gl_get_extensions( int version, const char **out_exts, u... function glad_gl_free_extensions (line 1654) | static void glad_gl_free_extensions(char **exts_i, unsigned int num_exts... function glad_gl_has_extension (line 1664) | static int glad_gl_has_extension(int version, const char *exts, unsigned... function GLADapiproc (line 1697) | static GLADapiproc glad_gl_get_proc_from_userptr(const char* name, void ... function glad_gl_find_extensions_gl (line 1701) | static int glad_gl_find_extensions_gl( int version) { function glad_gl_find_core_gl (line 1716) | static int glad_gl_find_core_gl(void) { function gladLoadGLUserPtr (line 1753) | int gladLoadGLUserPtr( GLADuserptrloadfunc load, void *userptr) { function gladLoadGL (line 1785) | int gladLoadGL( GLADloadfunc load) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/glad_vulkan.c function glad_vk_load_VK_VERSION_1_0 (line 210) | static void glad_vk_load_VK_VERSION_1_0( GLADuserptrloadfunc load, void*... function glad_vk_load_VK_VERSION_1_1 (line 350) | static void glad_vk_load_VK_VERSION_1_1( GLADuserptrloadfunc load, void*... function glad_vk_load_VK_EXT_debug_report (line 381) | static void glad_vk_load_VK_EXT_debug_report( GLADuserptrloadfunc load, ... function glad_vk_load_VK_KHR_surface (line 387) | static void glad_vk_load_VK_KHR_surface( GLADuserptrloadfunc load, void*... function glad_vk_load_VK_KHR_swapchain (line 395) | static void glad_vk_load_VK_KHR_swapchain( GLADuserptrloadfunc load, voi... function glad_vk_get_extensions (line 410) | static int glad_vk_get_extensions( VkPhysicalDevice physical_device, uin... function glad_vk_free_extensions (line 492) | static void glad_vk_free_extensions(uint32_t extension_count, char **ext... function glad_vk_has_extension (line 502) | static int glad_vk_has_extension(const char *name, uint32_t extension_co... function GLADapiproc (line 514) | static GLADapiproc glad_vk_get_proc_from_userptr(const char* name, void ... function glad_vk_find_extensions_vulkan (line 518) | static int glad_vk_find_extensions_vulkan( VkPhysicalDevice physical_dev... function glad_vk_find_core_vulkan (line 532) | static int glad_vk_find_core_vulkan( VkPhysicalDevice physical_device) { function gladLoadVulkanUserPtr (line 563) | int gladLoadVulkanUserPtr( VkPhysicalDevice physical_device, GLADuserptr... function gladLoadVulkan (line 587) | int gladLoadVulkan( VkPhysicalDevice physical_device, GLADloadfunc load) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/linmath.h function vec3_mul_cross (line 52) | static inline void vec3_mul_cross(vec3 r, vec3 const a, vec3 const b) function vec3_reflect (line 59) | static inline void vec3_reflect(vec3 r, vec3 const v, vec3 const n) function vec4_mul_cross (line 67) | static inline void vec4_mul_cross(vec4 r, vec4 a, vec4 b) function vec4_reflect (line 75) | static inline void vec4_reflect(vec4 r, vec4 v, vec4 n) type vec4 (line 83) | typedef vec4 mat4x4[4]; function mat4x4_identity (line 84) | static inline void mat4x4_identity(mat4x4 M) function mat4x4_dup (line 91) | static inline void mat4x4_dup(mat4x4 M, mat4x4 N) function mat4x4_row (line 98) | static inline void mat4x4_row(vec4 r, mat4x4 M, int i) function mat4x4_col (line 104) | static inline void mat4x4_col(vec4 r, mat4x4 M, int i) function mat4x4_transpose (line 110) | static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) function mat4x4_add (line 117) | static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) function mat4x4_sub (line 123) | static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) function mat4x4_scale (line 129) | static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) function mat4x4_scale_aniso (line 135) | static inline void mat4x4_scale_aniso(mat4x4 M, mat4x4 a, float x, float... function mat4x4_mul (line 145) | static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) function mat4x4_mul_vec4 (line 156) | static inline void mat4x4_mul_vec4(vec4 r, mat4x4 M, vec4 v) function mat4x4_translate (line 165) | static inline void mat4x4_translate(mat4x4 T, float x, float y, float z) function mat4x4_translate_in_place (line 172) | static inline void mat4x4_translate_in_place(mat4x4 M, float x, float y,... function mat4x4_from_vec3_mul_outer (line 182) | static inline void mat4x4_from_vec3_mul_outer(mat4x4 M, vec3 a, vec3 b) function mat4x4_rotate (line 188) | static inline void mat4x4_rotate(mat4x4 R, mat4x4 M, float x, float y, f... function mat4x4_rotate_X (line 223) | static inline void mat4x4_rotate_X(mat4x4 Q, mat4x4 M, float angle) function mat4x4_rotate_Y (line 235) | static inline void mat4x4_rotate_Y(mat4x4 Q, mat4x4 M, float angle) function mat4x4_rotate_Z (line 247) | static inline void mat4x4_rotate_Z(mat4x4 Q, mat4x4 M, float angle) function mat4x4_invert (line 259) | static inline void mat4x4_invert(mat4x4 T, mat4x4 M) function mat4x4_orthonormalize (line 301) | static inline void mat4x4_orthonormalize(mat4x4 R, mat4x4 M) function mat4x4_frustum (line 325) | static inline void mat4x4_frustum(mat4x4 M, float l, float r, float b, f... function mat4x4_ortho (line 341) | static inline void mat4x4_ortho(mat4x4 M, float l, float r, float b, flo... function mat4x4_perspective (line 357) | static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspec... function mat4x4_look_at (line 383) | static inline void mat4x4_look_at(mat4x4 m, vec3 eye, vec3 center, vec3 up) function quat_identity (line 427) | static inline void quat_identity(quat q) function quat_add (line 432) | static inline void quat_add(quat r, quat a, quat b) function quat_sub (line 438) | static inline void quat_sub(quat r, quat a, quat b) function quat_mul (line 444) | static inline void quat_mul(quat r, quat p, quat q) function quat_scale (line 454) | static inline void quat_scale(quat r, quat v, float s) function quat_inner_product (line 460) | static inline float quat_inner_product(quat a, quat b) function quat_conj (line 468) | static inline void quat_conj(quat r, quat q) function quat_rotate (line 475) | static inline void quat_rotate(quat r, float angle, vec3 axis) { function quat_mul_vec3 (line 484) | static inline void quat_mul_vec3(vec3 r, quat q, vec3 v) function mat4x4_from_quat (line 503) | static inline void mat4x4_from_quat(mat4x4 M, quat q) function mat4x4o_mul_quat (line 533) | static inline void mat4x4o_mul_quat(mat4x4 R, mat4x4 M, quat q) function quat_from_mat4x4 (line 544) | static inline void quat_from_mat4x4(quat q, mat4x4 M) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw/dinput.h type IDirectInputA (line 92) | struct IDirectInputA type IDirectInputW (line 93) | struct IDirectInputW type IDirectInput2A (line 94) | struct IDirectInput2A type IDirectInput2W (line 95) | struct IDirectInput2W type IDirectInput7A (line 96) | struct IDirectInput7A type IDirectInput7W (line 97) | struct IDirectInput7W type IDirectInput8A (line 99) | struct IDirectInput8A type IDirectInput8W (line 100) | struct IDirectInput8W type IDirectInputDeviceA (line 102) | struct IDirectInputDeviceA type IDirectInputDeviceW (line 103) | struct IDirectInputDeviceW type IDirectInputDevice2A (line 105) | struct IDirectInputDevice2A type IDirectInputDevice2W (line 106) | struct IDirectInputDevice2W type IDirectInputDevice7A (line 109) | struct IDirectInputDevice7A type IDirectInputDevice7W (line 110) | struct IDirectInputDevice7W type IDirectInputDevice8A (line 113) | struct IDirectInputDevice8A type IDirectInputDevice8W (line 114) | struct IDirectInputDevice8W type IDirectInputEffect (line 117) | struct IDirectInputEffect type SysKeyboardA (line 119) | struct SysKeyboardA type SysMouseA (line 120) | struct SysMouseA type DIDEVICEOBJECTINSTANCE_DX3A (line 350) | typedef struct DIDEVICEOBJECTINSTANCE_DX3A { type DIDEVICEOBJECTINSTANCE_DX3A (line 358) | typedef const DIDEVICEOBJECTINSTANCE_DX3A *LPCDIDEVICEOBJECTINSTANCE_DX3A; type DIDEVICEOBJECTINSTANCE_DX3W (line 359) | typedef struct DIDEVICEOBJECTINSTANCE_DX3W { type DIDEVICEOBJECTINSTANCE_DX3W (line 367) | typedef const DIDEVICEOBJECTINSTANCE_DX3W *LPCDIDEVICEOBJECTINSTANCE_DX3W; function DECL_WINELIB_TYPE_AW (line 369) | DECL_WINELIB_TYPE_AW(DIDEVICEOBJECTINSTANCE_DX3) type DIDEVICEOBJECTINSTANCEA (line 392) | typedef const DIDEVICEOBJECTINSTANCEA *LPCDIDEVICEOBJECTINSTANCEA; type DIDEVICEOBJECTINSTANCEW (line 394) | typedef struct DIDEVICEOBJECTINSTANCEW { type DIDEVICEOBJECTINSTANCEW (line 413) | typedef const DIDEVICEOBJECTINSTANCEW *LPCDIDEVICEOBJECTINSTANCEW; function DECL_WINELIB_TYPE_AW (line 415) | DECL_WINELIB_TYPE_AW(DIDEVICEOBJECTINSTANCE) type DIDEVICEINSTANCE_DX3A (line 427) | typedef const DIDEVICEINSTANCE_DX3A *LPCDIDEVICEINSTANCE_DX3A; type DIDEVICEINSTANCE_DX3W (line 428) | typedef struct DIDEVICEINSTANCE_DX3W { type DIDEVICEINSTANCE_DX3W (line 436) | typedef const DIDEVICEINSTANCE_DX3W *LPCDIDEVICEINSTANCE_DX3W; function DECL_WINELIB_TYPE_AW (line 438) | DECL_WINELIB_TYPE_AW(DIDEVICEINSTANCE_DX3) type DIDEVICEINSTANCEA (line 455) | typedef const DIDEVICEINSTANCEA *LPCDIDEVICEINSTANCEA; type DIDEVICEINSTANCEW (line 457) | typedef struct DIDEVICEINSTANCEW { type DIDEVICEINSTANCEW (line 470) | typedef const DIDEVICEINSTANCEW *LPCDIDEVICEINSTANCEW; type LPDIRECTINPUTDEVICE8A (line 494) | typedef BOOL (CALLBACK *LPDIENUMDEVICESBYSEMANTICSCBA)(LPCDIDEVICEINSTAN... type LPDIRECTINPUTDEVICE8W (line 495) | typedef BOOL (CALLBACK *LPDIENUMDEVICESBYSEMANTICSCBW)(LPCDIDEVICEINSTAN... type DIDEVICEOBJECTDATA_DX3 (line 705) | typedef struct DIDEVICEOBJECTDATA_DX3 { type DIDEVICEOBJECTDATA_DX3 (line 711) | typedef const DIDEVICEOBJECTDATA_DX3 *LPCDIDEVICEOBJECTDATA_DX3; type DIDEVICEOBJECTDATA (line 713) | typedef struct DIDEVICEOBJECTDATA { type DIDEVICEOBJECTDATA (line 722) | typedef const DIDEVICEOBJECTDATA *LPCDIDEVICEOBJECTDATA; type DIOBJECTDATAFORMAT (line 724) | typedef struct _DIOBJECTDATAFORMAT { type DIOBJECTDATAFORMAT (line 730) | typedef const DIOBJECTDATAFORMAT *LPCDIOBJECTDATAFORMAT; type DIDATAFORMAT (line 732) | typedef struct _DIDATAFORMAT { type DIDATAFORMAT (line 740) | typedef const DIDATAFORMAT *LPCDIDATAFORMAT; type DIPROPHEADER (line 756) | typedef struct DIPROPHEADER { type DIPROPHEADER (line 762) | typedef const DIPROPHEADER *LPCDIPROPHEADER; type DIPROPDWORD (line 773) | typedef struct DIPROPDWORD { type DIPROPDWORD (line 777) | typedef const DIPROPDWORD *LPCDIPROPDWORD; type DIPROPRANGE (line 779) | typedef struct DIPROPRANGE { type DIPROPRANGE (line 784) | typedef const DIPROPRANGE *LPCDIPROPRANGE; type DIPROPCAL (line 790) | typedef struct DIPROPCAL { type DIPROPCAL (line 796) | typedef const DIPROPCAL *LPCDIPROPCAL; type DIPROPCALPOV (line 798) | typedef struct DIPROPCALPOV { type DIPROPCALPOV (line 803) | typedef const DIPROPCALPOV *LPCDIPROPCALPOV; type DIPROPGUIDANDPATH (line 805) | typedef struct DIPROPGUIDANDPATH { type DIPROPGUIDANDPATH (line 810) | typedef const DIPROPGUIDANDPATH *LPCDIPROPGUIDANDPATH; type DIPROPSTRING (line 812) | typedef struct DIPROPSTRING { type DIPROPSTRING (line 816) | typedef const DIPROPSTRING *LPCDIPROPSTRING; type DIPROPPOINTER (line 820) | typedef struct DIPROPPOINTER { type DIPROPPOINTER (line 824) | typedef const DIPROPPOINTER *LPCDIPROPPOINTER; type CPOINT (line 883) | typedef struct _CPOINT { type DIPROPCPOINTS (line 888) | typedef struct DIPROPCPOINTS { type DIPROPCPOINTS (line 893) | typedef const DIPROPCPOINTS *LPCDIPROPCPOINTS; type DIDEVCAPS_DX3 (line 897) | typedef struct DIDEVCAPS_DX3 { type DIDEVCAPS (line 906) | typedef struct DIDEVCAPS { type DICONSTANTFORCE (line 1023) | typedef struct DICONSTANTFORCE { type DICONSTANTFORCE (line 1026) | typedef const DICONSTANTFORCE *LPCDICONSTANTFORCE; type DIRAMPFORCE (line 1028) | typedef struct DIRAMPFORCE { type DIRAMPFORCE (line 1032) | typedef const DIRAMPFORCE *LPCDIRAMPFORCE; type DIPERIODIC (line 1034) | typedef struct DIPERIODIC { type DIPERIODIC (line 1040) | typedef const DIPERIODIC *LPCDIPERIODIC; type DICONDITION (line 1042) | typedef struct DICONDITION { type DICONDITION (line 1050) | typedef const DICONDITION *LPCDICONDITION; type DICUSTOMFORCE (line 1052) | typedef struct DICUSTOMFORCE { type DICUSTOMFORCE (line 1058) | typedef const DICUSTOMFORCE *LPCDICUSTOMFORCE; type DIENVELOPE (line 1060) | typedef struct DIENVELOPE { type DIENVELOPE (line 1067) | typedef const DIENVELOPE *LPCDIENVELOPE; type DIEFFECT_DX5 (line 1069) | typedef struct DIEFFECT_DX5 { type DIEFFECT_DX5 (line 1084) | typedef const DIEFFECT_DX5 *LPCDIEFFECT_DX5; type DIEFFECT (line 1086) | typedef struct DIEFFECT { type DIEFFECT (line 1104) | typedef const DIEFFECT *LPCDIEFFECT; type DIEFFECT (line 1105) | typedef DIEFFECT DIEFFECT_DX6; type LPDIEFFECT (line 1106) | typedef LPDIEFFECT LPDIEFFECT_DX6; type DIEFFECTINFOA (line 1108) | typedef struct DIEFFECTINFOA { type DIEFFECTINFOA (line 1116) | typedef const DIEFFECTINFOA *LPCDIEFFECTINFOA; type DIEFFECTINFOW (line 1118) | typedef struct DIEFFECTINFOW { type DIEFFECTINFOW (line 1126) | typedef const DIEFFECTINFOW *LPCDIEFFECTINFOW; type DIEFFESCAPE (line 1135) | typedef struct DIEFFESCAPE { type DIJOYSTATE (line 1144) | typedef struct DIJOYSTATE { type DIJOYSTATE2 (line 1156) | typedef struct DIJOYSTATE2 { type DIFILEEFFECT (line 1236) | typedef struct DIFILEEFFECT { type DIFILEEFFECT (line 1243) | typedef const DIFILEEFFECT *LPCDIFILEEFFECT; type DUMMYUNIONNAME (line 1249) | typedef struct _DIACTIONA { type DIACTIONA (line 1261) | typedef const DIACTIONA *LPCDIACTIONA; type DUMMYUNIONNAME (line 1263) | typedef struct _DIACTIONW { type DIACTIONW (line 1275) | typedef const DIACTIONW *LPCDIACTIONW; type DIACTIONFORMATA (line 1295) | typedef struct _DIACTIONFORMATA { type DIACTIONFORMATA (line 1311) | typedef const DIACTIONFORMATA *LPCDIACTIONFORMATA; type DIACTIONFORMATW (line 1313) | typedef struct _DIACTIONFORMATW { type DIACTIONFORMATW (line 1329) | typedef const DIACTIONFORMATW *LPCDIACTIONFORMATW; type DWORD (line 1353) | typedef DWORD D3DCOLOR; type DICOLORSET (line 1357) | typedef struct _DICOLORSET { type DICOLORSET (line 1368) | typedef const DICOLORSET *LPCDICOLORSET; type DICONFIGUREDEVICESPARAMSA (line 1370) | typedef struct _DICONFIGUREDEVICESPARAMSA { type DICONFIGUREDEVICESPARAMSA (line 1380) | typedef const DICONFIGUREDEVICESPARAMSA *LPCDICONFIGUREDEVICESPARAMSA; type DICONFIGUREDEVICESPARAMSW (line 1382) | typedef struct _DICONFIGUREDEVICESPARAMSW { type DICONFIGUREDEVICESPARAMSW (line 1392) | typedef const DICONFIGUREDEVICESPARAMSW *LPCDICONFIGUREDEVICESPARAMSW; type DIDEVICEIMAGEINFOA (line 1408) | typedef struct _DIDEVICEIMAGEINFOA { type DIDEVICEIMAGEINFOA (line 1419) | typedef const DIDEVICEIMAGEINFOA *LPCDIDEVICEIMAGEINFOA; type DIDEVICEIMAGEINFOW (line 1421) | typedef struct _DIDEVICEIMAGEINFOW { type DIDEVICEIMAGEINFOW (line 1432) | typedef const DIDEVICEIMAGEINFOW *LPCDIDEVICEIMAGEINFOW; function DECL_WINELIB_TYPE_AW (line 1434) | DECL_WINELIB_TYPE_AW(DIDEVICEIMAGEINFO) type DIDEVICEIMAGEINFOHEADERA (line 1449) | typedef const DIDEVICEIMAGEINFOHEADERA *LPCDIDEVICEIMAGEINFOHEADERA; type DIDEVICEIMAGEINFOHEADERW (line 1451) | typedef struct _DIDEVICEIMAGEINFOHEADERW { type DIDEVICEIMAGEINFOHEADERW (line 1462) | typedef const DIDEVICEIMAGEINFOHEADERW *LPCDIDEVICEIMAGEINFOHEADERW; type DIMOUSESTATE2 (line 2120) | struct DIMOUSESTATE2 { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/mingw/xinput.h type XINPUT_GAMEPAD (line 163) | typedef struct _XINPUT_GAMEPAD { type XINPUT_STATE (line 173) | typedef struct _XINPUT_STATE { type XINPUT_VIBRATION (line 184) | typedef struct _XINPUT_VIBRATION { type XINPUT_CAPABILITIES (line 197) | typedef struct _XINPUT_CAPABILITIES { type XINPUT_KEYSTROKE (line 209) | typedef struct _XINPUT_KEYSTROKE { type XINPUT_BATTERY_INFORMATION (line 217) | typedef struct _XINPUT_BATTERY_INFORMATION FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/nuklear.h type NK_INT8 (line 396) | typedef NK_INT8 nk_char; type NK_UINT8 (line 397) | typedef NK_UINT8 nk_uchar; type NK_UINT8 (line 398) | typedef NK_UINT8 nk_byte; type NK_INT16 (line 399) | typedef NK_INT16 nk_short; type NK_UINT16 (line 400) | typedef NK_UINT16 nk_ushort; type NK_INT32 (line 401) | typedef NK_INT32 nk_int; type NK_UINT32 (line 402) | typedef NK_UINT32 nk_uint; type NK_SIZE_TYPE (line 403) | typedef NK_SIZE_TYPE nk_size; type NK_POINTER_TYPE (line 404) | typedef NK_POINTER_TYPE nk_ptr; type nk_uint (line 406) | typedef nk_uint nk_hash; type nk_uint (line 407) | typedef nk_uint nk_flags; type nk_uint (line 408) | typedef nk_uint nk_rune; type nk_buffer (line 428) | struct nk_buffer type nk_allocator (line 429) | struct nk_allocator type nk_command_buffer (line 430) | struct nk_command_buffer type nk_draw_command (line 431) | struct nk_draw_command type nk_convert_config (line 432) | struct nk_convert_config type nk_style_item (line 433) | struct nk_style_item type nk_text_edit (line 434) | struct nk_text_edit type nk_draw_list (line 435) | struct nk_draw_list type nk_user_font (line 436) | struct nk_user_font type nk_panel (line 437) | struct nk_panel type nk_context (line 438) | struct nk_context type nk_draw_vertex_layout_element (line 439) | struct nk_draw_vertex_layout_element type nk_style_button (line 440) | struct nk_style_button type nk_style_toggle (line 441) | struct nk_style_toggle type nk_style_selectable (line 442) | struct nk_style_selectable type nk_style_slide (line 443) | struct nk_style_slide type nk_style_progress (line 444) | struct nk_style_progress type nk_style_scrollbar (line 445) | struct nk_style_scrollbar type nk_style_edit (line 446) | struct nk_style_edit type nk_style_property (line 447) | struct nk_style_property type nk_style_chart (line 448) | struct nk_style_chart type nk_style_combo (line 449) | struct nk_style_combo type nk_style_tab (line 450) | struct nk_style_tab type nk_style_window_header (line 451) | struct nk_style_window_header type nk_style_window (line 452) | struct nk_style_window type nk_color (line 455) | struct nk_color {nk_byte r,g,b,a;} type nk_colorf (line 456) | struct nk_colorf {float r,g,b,a;} type nk_vec2 (line 457) | struct nk_vec2 {float x,y;} type nk_vec2i (line 458) | struct nk_vec2i {short x, y;} type nk_rect (line 459) | struct nk_rect {float x,y,w,h;} type nk_recti (line 460) | struct nk_recti {short x,y,w,h;} type nk_handle (line 462) | typedef union {void *ptr; int id;} nk_handle; type nk_image (line 463) | struct nk_image {nk_handle handle;unsigned short w,h;unsigned short regi... type nk_cursor (line 464) | struct nk_cursor {struct nk_image img; struct nk_vec2 size, offset;} type nk_scroll (line 465) | struct nk_scroll {nk_uint x, y;} type nk_heading (line 467) | enum nk_heading {NK_UP, NK_RIGHT, NK_DOWN, NK_LEFT} type nk_button_behavior (line 468) | enum nk_button_behavior {NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER} type nk_modify (line 469) | enum nk_modify {NK_FIXED = nk_false, NK_MODIFIABLE = nk_true} type nk_orientation (line 470) | enum nk_orientation {NK_VERTICAL, NK_HORIZONTAL} type nk_collapse_states (line 471) | enum nk_collapse_states {NK_MINIMIZED = nk_false, NK_MAXIMIZED = nk_true} type nk_show_states (line 472) | enum nk_show_states {NK_HIDDEN = nk_false, NK_SHOWN = nk_true} type nk_chart_type (line 473) | enum nk_chart_type {NK_CHART_LINES, NK_CHART_COLUMN, NK_CHART_MAX} type nk_chart_event (line 474) | enum nk_chart_event {NK_CHART_HOVERING = 0x01, NK_CHART_CLICKED = 0x02} type nk_color_format (line 475) | enum nk_color_format {NK_RGB, NK_RGBA} type nk_popup_type (line 476) | enum nk_popup_type {NK_POPUP_STATIC, NK_POPUP_DYNAMIC} type nk_layout_format (line 477) | enum nk_layout_format {NK_DYNAMIC, NK_STATIC} type nk_tree_type (line 478) | enum nk_tree_type {NK_TREE_NODE, NK_TREE_TAB} type nk_text_edit (line 482) | struct nk_text_edit type nk_text_edit (line 483) | struct nk_text_edit type nk_allocator (line 486) | struct nk_allocator { type nk_symbol_type (line 491) | enum nk_symbol_type { type nk_context (line 562) | struct nk_context type nk_user_font (line 562) | struct nk_user_font type nk_context (line 587) | struct nk_context type nk_user_font (line 587) | struct nk_user_font type nk_context (line 605) | struct nk_context type nk_allocator (line 605) | struct nk_allocator type nk_user_font (line 605) | struct nk_user_font type nk_context (line 624) | struct nk_context type nk_buffer (line 624) | struct nk_buffer type nk_buffer (line 624) | struct nk_buffer type nk_user_font (line 624) | struct nk_user_font type nk_context (line 638) | struct nk_context type nk_context (line 651) | struct nk_context type nk_context (line 665) | struct nk_context type nk_keys (line 733) | enum nk_keys { type nk_buttons (line 768) | enum nk_buttons { type nk_context (line 787) | struct nk_context type nk_context (line 801) | struct nk_context type nk_context (line 815) | struct nk_context type nk_keys (line 815) | enum nk_keys type nk_context (line 831) | struct nk_context type nk_buttons (line 831) | enum nk_buttons type nk_context (line 846) | struct nk_context type nk_vec2 (line 846) | struct nk_vec2 type nk_context (line 864) | struct nk_context type nk_context (line 881) | struct nk_context type nk_context (line 897) | struct nk_context type nk_context (line 910) | struct nk_context type nk_anti_aliasing (line 1134) | enum nk_anti_aliasing {NK_ANTI_ALIASING_OFF, NK_ANTI_ALIASING_ON} type nk_convert_result (line 1135) | enum nk_convert_result { type nk_draw_null_texture (line 1142) | struct nk_draw_null_texture { type nk_convert_config (line 1146) | struct nk_convert_config { type nk_context (line 1172) | struct nk_context type nk_context (line 1187) | struct nk_context type nk_command (line 1187) | struct nk_command type nk_context (line 1233) | struct nk_context type nk_buffer (line 1233) | struct nk_buffer type nk_buffer (line 1233) | struct nk_buffer type nk_buffer (line 1233) | struct nk_buffer type nk_convert_config (line 1233) | struct nk_convert_config type nk_context (line 1248) | struct nk_context type nk_buffer (line 1248) | struct nk_buffer type nk_context (line 1263) | struct nk_context type nk_buffer (line 1263) | struct nk_buffer type nk_draw_command (line 1279) | struct nk_draw_command type nk_buffer (line 1279) | struct nk_buffer type nk_context (line 1279) | struct nk_context type nk_panel_flags (line 1440) | enum nk_panel_flags { type nk_context (line 1471) | struct nk_context type nk_rect (line 1471) | struct nk_rect type nk_context (line 1491) | struct nk_context type nk_rect (line 1491) | struct nk_rect type nk_context (line 1504) | struct nk_context type nk_context (line 1520) | struct nk_context type nk_context (line 1536) | struct nk_context type nk_context (line 1552) | struct nk_context type nk_context (line 1568) | struct nk_context type nk_context (line 1584) | struct nk_context type nk_context (line 1600) | struct nk_context type nk_context (line 1618) | struct nk_context type nk_context (line 1637) | struct nk_context type nk_context (line 1656) | struct nk_context type nk_context (line 1675) | struct nk_context type nk_context (line 1693) | struct nk_context type nk_context (line 1712) | struct nk_context type nk_context (line 1727) | struct nk_context type nk_context (line 1742) | struct nk_context type nk_context (line 1757) | struct nk_context type nk_context (line 1771) | struct nk_context type nk_context (line 1785) | struct nk_context type nk_context (line 1799) | struct nk_context type nk_context (line 1812) | struct nk_context type nk_context (line 1827) | struct nk_context type nk_context (line 1840) | struct nk_context type nk_rect (line 1840) | struct nk_rect type nk_context (line 1853) | struct nk_context type nk_vec2 (line 1853) | struct nk_vec2 type nk_context (line 1866) | struct nk_context type nk_vec2 (line 1866) | struct nk_vec2 type nk_context (line 1878) | struct nk_context type nk_context (line 1890) | struct nk_context type nk_context (line 1903) | struct nk_context type nk_collapse_states (line 1903) | enum nk_collapse_states type nk_context (line 1917) | struct nk_context type nk_collapse_states (line 1917) | enum nk_collapse_states type nk_context (line 1930) | struct nk_context type nk_show_states (line 1930) | enum nk_show_states type nk_context (line 1944) | struct nk_context type nk_show_states (line 1944) | enum nk_show_states type nk_context (line 2233) | struct nk_context type nk_context (line 2244) | struct nk_context type nk_context (line 2257) | struct nk_context type nk_context (line 2271) | struct nk_context type nk_context (line 2286) | struct nk_context type nk_context (line 2302) | struct nk_context type nk_context (line 2316) | struct nk_context type nk_layout_format (line 2316) | enum nk_layout_format type nk_context (line 2328) | struct nk_context type nk_context (line 2339) | struct nk_context type nk_context (line 2353) | struct nk_context type nk_layout_format (line 2353) | enum nk_layout_format type nk_context (line 2365) | struct nk_context type nk_context (line 2377) | struct nk_context type nk_context (line 2389) | struct nk_context type nk_context (line 2401) | struct nk_context type nk_context (line 2412) | struct nk_context type nk_context (line 2426) | struct nk_context type nk_layout_format (line 2426) | enum nk_layout_format type nk_context (line 2438) | struct nk_context type nk_rect (line 2438) | struct nk_rect type nk_context (line 2449) | struct nk_context type nk_context (line 2462) | struct nk_context type nk_context (line 2476) | struct nk_context type nk_vec2 (line 2476) | struct nk_vec2 type nk_context (line 2490) | struct nk_context type nk_vec2 (line 2490) | struct nk_vec2 type nk_context (line 2504) | struct nk_context type nk_rect (line 2504) | struct nk_rect type nk_context (line 2518) | struct nk_context type nk_rect (line 2518) | struct nk_rect type nk_context (line 2619) | struct nk_context type nk_context (line 2635) | struct nk_context type nk_context (line 2646) | struct nk_context type nk_context (line 2664) | struct nk_context type nk_context (line 2681) | struct nk_context type nk_scroll (line 2681) | struct nk_scroll type nk_context (line 2692) | struct nk_context type nk_context (line 2821) | struct nk_context type nk_tree_type (line 2821) | enum nk_tree_type type nk_collapse_states (line 2821) | enum nk_collapse_states type nk_context (line 2885) | struct nk_context type nk_tree_type (line 2885) | enum nk_tree_type type nk_image (line 2885) | struct nk_image type nk_collapse_states (line 2885) | enum nk_collapse_states type nk_context (line 2896) | struct nk_context type nk_context (line 2912) | struct nk_context type nk_tree_type (line 2912) | enum nk_tree_type type nk_collapse_states (line 2912) | enum nk_collapse_states type nk_context (line 2929) | struct nk_context type nk_tree_type (line 2929) | enum nk_tree_type type nk_image (line 2929) | struct nk_image type nk_collapse_states (line 2929) | enum nk_collapse_states type nk_context (line 2940) | struct nk_context type nk_context (line 2944) | struct nk_context type nk_tree_type (line 2944) | enum nk_tree_type type nk_collapse_states (line 2944) | enum nk_collapse_states type nk_context (line 2945) | struct nk_context type nk_tree_type (line 2945) | enum nk_tree_type type nk_image (line 2945) | struct nk_image type nk_collapse_states (line 2945) | enum nk_collapse_states type nk_context (line 2946) | struct nk_context type nk_list_view (line 2953) | struct nk_list_view { type nk_context (line 2962) | struct nk_context type nk_list_view (line 2962) | struct nk_list_view type nk_list_view (line 2963) | struct nk_list_view type nk_widget_layout_states (line 2969) | enum nk_widget_layout_states { type nk_widget_states (line 2974) | enum nk_widget_states { type nk_rect (line 2984) | struct nk_rect type nk_context (line 2984) | struct nk_context type nk_rect (line 2985) | struct nk_rect type nk_context (line 2985) | struct nk_context type nk_vec2 (line 2985) | struct nk_vec2 type nk_context (line 2986) | struct nk_context type nk_context (line 2987) | struct nk_context type nk_context (line 2988) | struct nk_context type nk_context (line 2989) | struct nk_context type nk_context (line 2990) | struct nk_context type nk_context (line 2991) | struct nk_context type nk_context (line 2992) | struct nk_context type nk_buttons (line 2992) | enum nk_buttons type nk_context (line 2993) | struct nk_context type nk_buttons (line 2993) | enum nk_buttons type nk_context (line 2994) | struct nk_context type nk_text_align (line 3000) | enum nk_text_align { type nk_text_alignment (line 3008) | enum nk_text_alignment { type nk_context (line 3013) | struct nk_context type nk_context (line 3014) | struct nk_context type nk_color (line 3014) | struct nk_color type nk_context (line 3015) | struct nk_context type nk_context (line 3016) | struct nk_context type nk_color (line 3016) | struct nk_color type nk_context (line 3017) | struct nk_context type nk_context (line 3018) | struct nk_context type nk_color (line 3018) | struct nk_color type nk_context (line 3019) | struct nk_context type nk_context (line 3020) | struct nk_context type nk_color (line 3020) | struct nk_color type nk_context (line 3021) | struct nk_context type nk_image (line 3021) | struct nk_image type nk_context (line 3022) | struct nk_context type nk_image (line 3022) | struct nk_image type nk_color (line 3022) | struct nk_color type nk_context (line 3024) | struct nk_context type nk_context (line 3025) | struct nk_context type nk_color (line 3025) | struct nk_color type nk_context (line 3026) | struct nk_context type nk_context (line 3027) | struct nk_context type nk_color (line 3027) | struct nk_color type nk_context (line 3028) | struct nk_context type nk_context (line 3029) | struct nk_context type nk_color (line 3029) | struct nk_color type nk_context (line 3030) | struct nk_context type nk_context (line 3031) | struct nk_context type nk_color (line 3031) | struct nk_color type nk_context (line 3032) | struct nk_context type nk_context (line 3033) | struct nk_context type nk_context (line 3034) | struct nk_context type nk_context (line 3035) | struct nk_context type nk_context (line 3036) | struct nk_context type nk_color (line 3036) | struct nk_color type nk_context (line 3037) | struct nk_context type nk_color (line 3037) | struct nk_color type nk_context (line 3038) | struct nk_context type nk_color (line 3038) | struct nk_color type nk_context (line 3045) | struct nk_context type nk_context (line 3046) | struct nk_context type nk_context (line 3047) | struct nk_context type nk_color (line 3047) | struct nk_color type nk_context (line 3048) | struct nk_context type nk_symbol_type (line 3048) | enum nk_symbol_type type nk_context (line 3049) | struct nk_context type nk_image (line 3049) | struct nk_image type nk_context (line 3050) | struct nk_context type nk_symbol_type (line 3050) | enum nk_symbol_type type nk_context (line 3051) | struct nk_context type nk_symbol_type (line 3051) | enum nk_symbol_type type nk_context (line 3052) | struct nk_context type nk_image (line 3052) | struct nk_image type nk_context (line 3053) | struct nk_context type nk_image (line 3053) | struct nk_image type nk_context (line 3054) | struct nk_context type nk_style_button (line 3054) | struct nk_style_button type nk_context (line 3055) | struct nk_context type nk_style_button (line 3055) | struct nk_style_button type nk_context (line 3056) | struct nk_context type nk_style_button (line 3056) | struct nk_style_button type nk_symbol_type (line 3056) | enum nk_symbol_type type nk_context (line 3057) | struct nk_context type nk_style_button (line 3057) | struct nk_style_button type nk_image (line 3057) | struct nk_image type nk_context (line 3058) | struct nk_context type nk_style_button (line 3058) | struct nk_style_button type nk_symbol_type (line 3058) | enum nk_symbol_type type nk_context (line 3059) | struct nk_context type nk_style_button (line 3059) | struct nk_style_button type nk_symbol_type (line 3059) | enum nk_symbol_type type nk_context (line 3060) | struct nk_context type nk_style_button (line 3060) | struct nk_style_button type nk_image (line 3060) | struct nk_image type nk_context (line 3061) | struct nk_context type nk_style_button (line 3061) | struct nk_style_button type nk_image (line 3061) | struct nk_image type nk_context (line 3062) | struct nk_context type nk_button_behavior (line 3062) | enum nk_button_behavior type nk_context (line 3063) | struct nk_context type nk_button_behavior (line 3063) | enum nk_button_behavior type nk_context (line 3064) | struct nk_context type nk_context (line 3070) | struct nk_context type nk_context (line 3071) | struct nk_context type nk_context (line 3072) | struct nk_context type nk_context (line 3073) | struct nk_context type nk_context (line 3074) | struct nk_context type nk_context (line 3075) | struct nk_context type nk_context (line 3076) | struct nk_context type nk_context (line 3077) | struct nk_context type nk_context (line 3083) | struct nk_context type nk_context (line 3084) | struct nk_context type nk_context (line 3085) | struct nk_context type nk_context (line 3086) | struct nk_context type nk_context (line 3092) | struct nk_context type nk_context (line 3093) | struct nk_context type nk_context (line 3094) | struct nk_context type nk_image (line 3094) | struct nk_image type nk_context (line 3095) | struct nk_context type nk_image (line 3095) | struct nk_image type nk_context (line 3096) | struct nk_context type nk_symbol_type (line 3096) | enum nk_symbol_type type nk_context (line 3097) | struct nk_context type nk_symbol_type (line 3097) | enum nk_symbol_type type nk_context (line 3099) | struct nk_context type nk_context (line 3100) | struct nk_context type nk_context (line 3101) | struct nk_context type nk_image (line 3101) | struct nk_image type nk_context (line 3102) | struct nk_context type nk_image (line 3102) | struct nk_image type nk_context (line 3103) | struct nk_context type nk_symbol_type (line 3103) | enum nk_symbol_type type nk_context (line 3104) | struct nk_context type nk_symbol_type (line 3104) | enum nk_symbol_type type nk_context (line 3111) | struct nk_context type nk_context (line 3112) | struct nk_context type nk_context (line 3113) | struct nk_context type nk_context (line 3114) | struct nk_context type nk_context (line 3120) | struct nk_context type nk_context (line 3121) | struct nk_context type nk_context (line 3128) | struct nk_context type nk_colorf (line 3128) | struct nk_colorf type nk_color_format (line 3128) | enum nk_color_format type nk_context (line 3129) | struct nk_context type nk_colorf (line 3129) | struct nk_colorf type nk_color_format (line 3129) | enum nk_color_format type nk_context (line 3226) | struct nk_context type nk_context (line 3247) | struct nk_context type nk_context (line 3268) | struct nk_context type nk_context (line 3291) | struct nk_context type nk_context (line 3314) | struct nk_context type nk_context (line 3337) | struct nk_context type nk_edit_flags (line 3343) | enum nk_edit_flags { type nk_edit_types (line 3358) | enum nk_edit_types { type nk_edit_events (line 3364) | enum nk_edit_events { type nk_context (line 3371) | struct nk_context type nk_context (line 3372) | struct nk_context type nk_context (line 3373) | struct nk_context type nk_text_edit (line 3373) | struct nk_text_edit type nk_context (line 3374) | struct nk_context type nk_context (line 3375) | struct nk_context type nk_context (line 3381) | struct nk_context type nk_chart_type (line 3381) | enum nk_chart_type type nk_context (line 3382) | struct nk_context type nk_chart_type (line 3382) | enum nk_chart_type type nk_color (line 3382) | struct nk_color type nk_color (line 3382) | struct nk_color type nk_context (line 3383) | struct nk_context type nk_chart_type (line 3383) | enum nk_chart_type type nk_context (line 3384) | struct nk_context type nk_chart_type (line 3384) | enum nk_chart_type type nk_color (line 3384) | struct nk_color type nk_color (line 3384) | struct nk_color type nk_context (line 3385) | struct nk_context type nk_context (line 3386) | struct nk_context type nk_context (line 3387) | struct nk_context type nk_context (line 3388) | struct nk_context type nk_chart_type (line 3388) | enum nk_chart_type type nk_context (line 3389) | struct nk_context type nk_chart_type (line 3389) | enum nk_chart_type type nk_context (line 3395) | struct nk_context type nk_popup_type (line 3395) | enum nk_popup_type type nk_rect (line 3395) | struct nk_rect type nk_context (line 3396) | struct nk_context type nk_context (line 3397) | struct nk_context type nk_context (line 3403) | struct nk_context type nk_vec2 (line 3403) | struct nk_vec2 type nk_context (line 3404) | struct nk_context type nk_vec2 (line 3404) | struct nk_vec2 type nk_context (line 3405) | struct nk_context type nk_vec2 (line 3405) | struct nk_vec2 type nk_context (line 3406) | struct nk_context type nk_vec2 (line 3406) | struct nk_vec2 type nk_context (line 3407) | struct nk_context type nk_vec2 (line 3407) | struct nk_vec2 type nk_context (line 3408) | struct nk_context type nk_vec2 (line 3408) | struct nk_vec2 type nk_context (line 3409) | struct nk_context type nk_vec2 (line 3409) | struct nk_vec2 type nk_context (line 3410) | struct nk_context type nk_vec2 (line 3410) | struct nk_vec2 type nk_context (line 3416) | struct nk_context type nk_vec2 (line 3416) | struct nk_vec2 type nk_context (line 3417) | struct nk_context type nk_vec2 (line 3417) | struct nk_vec2 type nk_context (line 3418) | struct nk_context type nk_color (line 3418) | struct nk_color type nk_vec2 (line 3418) | struct nk_vec2 type nk_context (line 3419) | struct nk_context type nk_symbol_type (line 3419) | enum nk_symbol_type type nk_vec2 (line 3419) | struct nk_vec2 type nk_context (line 3420) | struct nk_context type nk_symbol_type (line 3420) | enum nk_symbol_type type nk_vec2 (line 3420) | struct nk_vec2 type nk_context (line 3421) | struct nk_context type nk_symbol_type (line 3421) | enum nk_symbol_type type nk_vec2 (line 3421) | struct nk_vec2 type nk_context (line 3422) | struct nk_context type nk_image (line 3422) | struct nk_image type nk_vec2 (line 3422) | struct nk_vec2 type nk_context (line 3423) | struct nk_context type nk_image (line 3423) | struct nk_image type nk_vec2 (line 3423) | struct nk_vec2 type nk_context (line 3424) | struct nk_context type nk_image (line 3424) | struct nk_image type nk_vec2 (line 3424) | struct nk_vec2 type nk_context (line 3425) | struct nk_context type nk_context (line 3426) | struct nk_context type nk_context (line 3427) | struct nk_context type nk_image (line 3427) | struct nk_image type nk_context (line 3428) | struct nk_context type nk_image (line 3428) | struct nk_image type nk_context (line 3429) | struct nk_context type nk_symbol_type (line 3429) | enum nk_symbol_type type nk_context (line 3430) | struct nk_context type nk_symbol_type (line 3430) | enum nk_symbol_type type nk_context (line 3431) | struct nk_context type nk_context (line 3432) | struct nk_context type nk_context (line 3438) | struct nk_context type nk_vec2 (line 3438) | struct nk_vec2 type nk_rect (line 3438) | struct nk_rect type nk_context (line 3439) | struct nk_context type nk_context (line 3440) | struct nk_context type nk_context (line 3441) | struct nk_context type nk_image (line 3441) | struct nk_image type nk_context (line 3442) | struct nk_context type nk_image (line 3442) | struct nk_image type nk_context (line 3443) | struct nk_context type nk_symbol_type (line 3443) | enum nk_symbol_type type nk_context (line 3444) | struct nk_context type nk_symbol_type (line 3444) | enum nk_symbol_type type nk_context (line 3445) | struct nk_context type nk_context (line 3446) | struct nk_context type nk_context (line 3452) | struct nk_context type nk_context (line 3454) | struct nk_context type nk_context (line 3455) | struct nk_context type nk_context (line 3457) | struct nk_context type nk_context (line 3458) | struct nk_context type nk_context (line 3464) | struct nk_context type nk_context (line 3465) | struct nk_context type nk_context (line 3466) | struct nk_context type nk_vec2 (line 3466) | struct nk_vec2 type nk_context (line 3467) | struct nk_context type nk_vec2 (line 3467) | struct nk_vec2 type nk_context (line 3468) | struct nk_context type nk_image (line 3468) | struct nk_image type nk_vec2 (line 3468) | struct nk_vec2 type nk_context (line 3469) | struct nk_context type nk_image (line 3469) | struct nk_image type nk_vec2 (line 3469) | struct nk_vec2 type nk_context (line 3470) | struct nk_context type nk_image (line 3470) | struct nk_image type nk_vec2 (line 3470) | struct nk_vec2 type nk_context (line 3471) | struct nk_context type nk_symbol_type (line 3471) | enum nk_symbol_type type nk_vec2 (line 3471) | struct nk_vec2 type nk_context (line 3472) | struct nk_context type nk_symbol_type (line 3472) | enum nk_symbol_type type nk_vec2 (line 3472) | struct nk_vec2 type nk_context (line 3473) | struct nk_context type nk_symbol_type (line 3473) | enum nk_symbol_type type nk_vec2 (line 3473) | struct nk_vec2 type nk_context (line 3474) | struct nk_context type nk_context (line 3475) | struct nk_context type nk_context (line 3476) | struct nk_context type nk_image (line 3476) | struct nk_image type nk_context (line 3477) | struct nk_context type nk_image (line 3477) | struct nk_image type nk_context (line 3478) | struct nk_context type nk_symbol_type (line 3478) | enum nk_symbol_type type nk_context (line 3479) | struct nk_context type nk_symbol_type (line 3479) | enum nk_symbol_type type nk_context (line 3480) | struct nk_context type nk_context (line 3481) | struct nk_context type nk_style_colors (line 3487) | enum nk_style_colors { type nk_style_cursor (line 3518) | enum nk_style_cursor { type nk_context (line 3528) | struct nk_context type nk_context (line 3529) | struct nk_context type nk_color (line 3529) | struct nk_color type nk_context (line 3530) | struct nk_context type nk_style_cursor (line 3530) | enum nk_style_cursor type nk_cursor (line 3530) | struct nk_cursor type nk_context (line 3531) | struct nk_context type nk_cursor (line 3531) | struct nk_cursor type nk_style_colors (line 3532) | enum nk_style_colors type nk_context (line 3533) | struct nk_context type nk_user_font (line 3533) | struct nk_user_font type nk_context (line 3534) | struct nk_context type nk_style_cursor (line 3534) | enum nk_style_cursor type nk_context (line 3535) | struct nk_context type nk_context (line 3536) | struct nk_context type nk_context (line 3538) | struct nk_context type nk_user_font (line 3538) | struct nk_user_font type nk_context (line 3539) | struct nk_context type nk_context (line 3540) | struct nk_context type nk_vec2 (line 3540) | struct nk_vec2 type nk_vec2 (line 3540) | struct nk_vec2 type nk_context (line 3541) | struct nk_context type nk_style_item (line 3541) | struct nk_style_item type nk_style_item (line 3541) | struct nk_style_item type nk_context (line 3542) | struct nk_context type nk_context (line 3543) | struct nk_context type nk_color (line 3543) | struct nk_color type nk_color (line 3543) | struct nk_color type nk_context (line 3545) | struct nk_context type nk_context (line 3546) | struct nk_context type nk_context (line 3547) | struct nk_context type nk_context (line 3548) | struct nk_context type nk_context (line 3549) | struct nk_context type nk_context (line 3550) | struct nk_context type nk_colorf (line 3561) | struct nk_colorf type nk_colorf (line 3570) | struct nk_colorf type nk_colorf (line 3575) | struct nk_colorf type nk_colorf (line 3576) | struct nk_colorf type nk_color (line 3591) | struct nk_color type nk_color (line 3592) | struct nk_color type nk_color (line 3593) | struct nk_color type nk_color (line 3594) | struct nk_color type nk_color (line 3595) | struct nk_color type nk_color (line 3597) | struct nk_color type nk_color (line 3598) | struct nk_color type nk_color (line 3599) | struct nk_color type nk_color (line 3601) | struct nk_color type nk_color (line 3602) | struct nk_color type nk_color (line 3603) | struct nk_color type nk_color (line 3604) | struct nk_color type nk_color (line 3605) | struct nk_color type nk_color (line 3606) | struct nk_color type nk_color (line 3608) | struct nk_color type nk_color (line 3609) | struct nk_color type nk_color (line 3610) | struct nk_color type nk_color (line 3611) | struct nk_color type nk_color (line 3612) | struct nk_color type nk_color (line 3613) | struct nk_color type nk_image (line 3624) | struct nk_image type nk_rect (line 3625) | struct nk_rect type nk_rect (line 3626) | struct nk_rect type nk_rect (line 3627) | struct nk_rect type nk_vec2 (line 3634) | struct nk_vec2 type nk_rect (line 3634) | struct nk_rect type nk_heading (line 3634) | enum nk_heading type nk_vec2 (line 3644) | struct nk_vec2 type nk_vec2 (line 3644) | struct nk_vec2 type nk_rect (line 3647) | struct nk_rect type nk_rect (line 3648) | struct nk_rect type nk_user_font_glyph (line 3821) | struct nk_user_font_glyph type nk_user_font_glyph (line 3824) | struct nk_user_font_glyph type nk_user_font_glyph (line 3828) | struct nk_user_font_glyph { type nk_user_font (line 3840) | struct nk_user_font { type nk_font_coord_type (line 3856) | enum nk_font_coord_type { type nk_font (line 3861) | struct nk_font type nk_baked_font (line 3862) | struct nk_baked_font { type nk_font_config (line 3875) | struct nk_font_config { type nk_font_glyph (line 3911) | struct nk_font_glyph { type nk_font (line 3918) | struct nk_font { type nk_font_atlas_format (line 3930) | enum nk_font_atlas_format { type nk_font_atlas (line 3935) | struct nk_font_atlas { type nk_font_atlas (line 3961) | struct nk_font_atlas type nk_font_atlas (line 3963) | struct nk_font_atlas type nk_allocator (line 3963) | struct nk_allocator type nk_font_atlas (line 3964) | struct nk_font_atlas type nk_allocator (line 3964) | struct nk_allocator type nk_allocator (line 3964) | struct nk_allocator type nk_font_atlas (line 3965) | struct nk_font_atlas type nk_font_atlas (line 3967) | struct nk_font_atlas type nk_font_config (line 3967) | struct nk_font_config type nk_font_atlas (line 3969) | struct nk_font_atlas type nk_font_config (line 3969) | struct nk_font_config type nk_font_atlas (line 3971) | struct nk_font_atlas type nk_font_config (line 3971) | struct nk_font_config type nk_font_atlas (line 3973) | struct nk_font_atlas type nk_font_config (line 3973) | struct nk_font_config type nk_font_atlas (line 3975) | struct nk_font_atlas type nk_font_config (line 3975) | struct nk_font_config type nk_font_atlas (line 3976) | struct nk_font_atlas type nk_font_config (line 3976) | struct nk_font_config type nk_font_atlas (line 3977) | struct nk_font_atlas type nk_font_atlas_format (line 3977) | enum nk_font_atlas_format type nk_font_atlas (line 3978) | struct nk_font_atlas type nk_draw_null_texture (line 3978) | struct nk_draw_null_texture type nk_font (line 3979) | struct nk_font type nk_font_atlas (line 3980) | struct nk_font_atlas type nk_font_atlas (line 3981) | struct nk_font_atlas type nk_memory_status (line 4018) | struct nk_memory_status { type nk_allocation_type (line 4027) | enum nk_allocation_type { type nk_buffer_allocation_type (line 4032) | enum nk_buffer_allocation_type { type nk_buffer_marker (line 4038) | struct nk_buffer_marker { type nk_memory (line 4043) | struct nk_memory {void *ptr;nk_size size;} type nk_buffer (line 4044) | struct nk_buffer { type nk_buffer (line 4066) | struct nk_buffer type nk_buffer (line 4068) | struct nk_buffer type nk_allocator (line 4068) | struct nk_allocator type nk_buffer (line 4069) | struct nk_buffer type nk_memory_status (line 4070) | struct nk_memory_status type nk_buffer (line 4070) | struct nk_buffer type nk_buffer (line 4071) | struct nk_buffer type nk_buffer_allocation_type (line 4071) | enum nk_buffer_allocation_type type nk_buffer (line 4072) | struct nk_buffer type nk_buffer_allocation_type (line 4072) | enum nk_buffer_allocation_type type nk_buffer (line 4073) | struct nk_buffer type nk_buffer_allocation_type (line 4073) | enum nk_buffer_allocation_type type nk_buffer (line 4074) | struct nk_buffer type nk_buffer (line 4075) | struct nk_buffer type nk_buffer (line 4076) | struct nk_buffer type nk_buffer (line 4077) | struct nk_buffer type nk_buffer (line 4078) | struct nk_buffer type nk_str (line 4090) | struct nk_str { type nk_str (line 4096) | struct nk_str type nk_str (line 4098) | struct nk_str type nk_allocator (line 4098) | struct nk_allocator type nk_str (line 4099) | struct nk_str type nk_str (line 4100) | struct nk_str type nk_str (line 4101) | struct nk_str type nk_str (line 4103) | struct nk_str type nk_str (line 4104) | struct nk_str type nk_str (line 4105) | struct nk_str type nk_str (line 4106) | struct nk_str type nk_str (line 4107) | struct nk_str type nk_str (line 4108) | struct nk_str type nk_str (line 4110) | struct nk_str type nk_str (line 4111) | struct nk_str type nk_str (line 4113) | struct nk_str type nk_str (line 4114) | struct nk_str type nk_str (line 4115) | struct nk_str type nk_str (line 4116) | struct nk_str type nk_str (line 4117) | struct nk_str type nk_str (line 4118) | struct nk_str type nk_str (line 4120) | struct nk_str type nk_str (line 4121) | struct nk_str type nk_str (line 4122) | struct nk_str type nk_str (line 4123) | struct nk_str type nk_str (line 4125) | struct nk_str type nk_str (line 4126) | struct nk_str type nk_str (line 4127) | struct nk_str type nk_str (line 4128) | struct nk_str type nk_str (line 4129) | struct nk_str type nk_str (line 4131) | struct nk_str type nk_str (line 4132) | struct nk_str type nk_str (line 4133) | struct nk_str type nk_str (line 4134) | struct nk_str type nk_text_edit (line 4172) | struct nk_text_edit type nk_clipboard (line 4173) | struct nk_clipboard { type nk_text_undo_record (line 4179) | struct nk_text_undo_record { type nk_text_undo_state (line 4186) | struct nk_text_undo_state { type nk_text_edit_type (line 4195) | enum nk_text_edit_type { type nk_text_edit_mode (line 4200) | enum nk_text_edit_mode { type nk_text_edit (line 4206) | struct nk_text_edit { type nk_text_edit (line 4227) | struct nk_text_edit type nk_text_edit (line 4228) | struct nk_text_edit type nk_text_edit (line 4229) | struct nk_text_edit type nk_text_edit (line 4230) | struct nk_text_edit type nk_text_edit (line 4231) | struct nk_text_edit type nk_text_edit (line 4232) | struct nk_text_edit type nk_text_edit (line 4233) | struct nk_text_edit type nk_text_edit (line 4237) | struct nk_text_edit type nk_text_edit (line 4239) | struct nk_text_edit type nk_allocator (line 4239) | struct nk_allocator type nk_text_edit (line 4240) | struct nk_text_edit type nk_text_edit (line 4241) | struct nk_text_edit type nk_text_edit (line 4242) | struct nk_text_edit type nk_text_edit (line 4243) | struct nk_text_edit type nk_text_edit (line 4244) | struct nk_text_edit type nk_text_edit (line 4245) | struct nk_text_edit type nk_text_edit (line 4246) | struct nk_text_edit type nk_text_edit (line 4247) | struct nk_text_edit type nk_text_edit (line 4248) | struct nk_text_edit type nk_text_edit (line 4249) | struct nk_text_edit type nk_command_type (line 4300) | enum nk_command_type { type nk_command (line 4323) | struct nk_command { type nk_command_scissor (line 4331) | struct nk_command_scissor { type nk_command_line (line 4337) | struct nk_command_line { type nk_command_curve (line 4345) | struct nk_command_curve { type nk_command_rect (line 4354) | struct nk_command_rect { type nk_command_rect_filled (line 4363) | struct nk_command_rect_filled { type nk_command_rect_multi_color (line 4371) | struct nk_command_rect_multi_color { type nk_command_triangle (line 4381) | struct nk_command_triangle { type nk_command_triangle_filled (line 4390) | struct nk_command_triangle_filled { type nk_command_circle (line 4398) | struct nk_command_circle { type nk_command_circle_filled (line 4406) | struct nk_command_circle_filled { type nk_command_arc (line 4413) | struct nk_command_arc { type nk_command_arc_filled (line 4422) | struct nk_command_arc_filled { type nk_command_polygon (line 4430) | struct nk_command_polygon { type nk_command_polygon_filled (line 4438) | struct nk_command_polygon_filled { type nk_command_polyline (line 4445) | struct nk_command_polyline { type nk_command_image (line 4453) | struct nk_command_image { type nk_command_custom (line 4463) | struct nk_command_custom { type nk_command_text (line 4471) | struct nk_command_text { type nk_command_clipping (line 4483) | enum nk_command_clipping { type nk_command_buffer (line 4488) | struct nk_command_buffer { type nk_command_buffer (line 4497) | struct nk_command_buffer type nk_color (line 4497) | struct nk_color type nk_command_buffer (line 4498) | struct nk_command_buffer type nk_color (line 4498) | struct nk_color type nk_command_buffer (line 4499) | struct nk_command_buffer type nk_rect (line 4499) | struct nk_rect type nk_color (line 4499) | struct nk_color type nk_command_buffer (line 4500) | struct nk_command_buffer type nk_rect (line 4500) | struct nk_rect type nk_color (line 4500) | struct nk_color type nk_command_buffer (line 4501) | struct nk_command_buffer type nk_color (line 4501) | struct nk_color type nk_command_buffer (line 4502) | struct nk_command_buffer type nk_color (line 4502) | struct nk_color type nk_command_buffer (line 4503) | struct nk_command_buffer type nk_color (line 4503) | struct nk_color type nk_command_buffer (line 4504) | struct nk_command_buffer type nk_color (line 4504) | struct nk_color type nk_command_buffer (line 4507) | struct nk_command_buffer type nk_rect (line 4507) | struct nk_rect type nk_color (line 4507) | struct nk_color type nk_command_buffer (line 4508) | struct nk_command_buffer type nk_rect (line 4508) | struct nk_rect type nk_color (line 4508) | struct nk_color type nk_color (line 4508) | struct nk_color type nk_color (line 4508) | struct nk_color type nk_color (line 4508) | struct nk_color type nk_command_buffer (line 4509) | struct nk_command_buffer type nk_rect (line 4509) | struct nk_rect type nk_color (line 4509) | struct nk_color type nk_command_buffer (line 4510) | struct nk_command_buffer type nk_color (line 4510) | struct nk_color type nk_command_buffer (line 4511) | struct nk_command_buffer type nk_color (line 4511) | struct nk_color type nk_command_buffer (line 4512) | struct nk_command_buffer type nk_color (line 4512) | struct nk_color type nk_command_buffer (line 4515) | struct nk_command_buffer type nk_rect (line 4515) | struct nk_rect type nk_image (line 4515) | struct nk_image type nk_color (line 4515) | struct nk_color type nk_command_buffer (line 4516) | struct nk_command_buffer type nk_rect (line 4516) | struct nk_rect type nk_user_font (line 4516) | struct nk_user_font type nk_color (line 4516) | struct nk_color type nk_color (line 4516) | struct nk_color type nk_command_buffer (line 4517) | struct nk_command_buffer type nk_rect (line 4517) | struct nk_rect type nk_command_buffer (line 4518) | struct nk_command_buffer type nk_rect (line 4518) | struct nk_rect type nk_mouse_button (line 4525) | struct nk_mouse_button { type nk_mouse (line 4530) | struct nk_mouse { type nk_key (line 4541) | struct nk_key { type nk_keyboard (line 4545) | struct nk_keyboard { type nk_input (line 4551) | struct nk_input { type nk_input (line 4556) | struct nk_input type nk_buttons (line 4556) | enum nk_buttons type nk_input (line 4557) | struct nk_input type nk_buttons (line 4557) | enum nk_buttons type nk_rect (line 4557) | struct nk_rect type nk_input (line 4558) | struct nk_input type nk_buttons (line 4558) | enum nk_buttons type nk_rect (line 4558) | struct nk_rect type nk_input (line 4559) | struct nk_input type nk_buttons (line 4559) | enum nk_buttons type nk_rect (line 4559) | struct nk_rect type nk_input (line 4560) | struct nk_input type nk_buttons (line 4560) | enum nk_buttons type nk_rect (line 4560) | struct nk_rect type nk_input (line 4561) | struct nk_input type nk_rect (line 4561) | struct nk_rect type nk_input (line 4562) | struct nk_input type nk_rect (line 4562) | struct nk_rect type nk_input (line 4563) | struct nk_input type nk_rect (line 4563) | struct nk_rect type nk_input (line 4564) | struct nk_input type nk_buttons (line 4564) | enum nk_buttons type nk_rect (line 4564) | struct nk_rect type nk_input (line 4565) | struct nk_input type nk_buttons (line 4565) | enum nk_buttons type nk_input (line 4566) | struct nk_input type nk_buttons (line 4566) | enum nk_buttons type nk_input (line 4567) | struct nk_input type nk_buttons (line 4567) | enum nk_buttons type nk_input (line 4568) | struct nk_input type nk_keys (line 4568) | enum nk_keys type nk_input (line 4569) | struct nk_input type nk_keys (line 4569) | enum nk_keys type nk_input (line 4570) | struct nk_input type nk_keys (line 4570) | enum nk_keys type nk_ushort (line 4591) | typedef nk_ushort nk_draw_index; type nk_draw_list_stroke (line 4592) | enum nk_draw_list_stroke { type nk_draw_vertex_layout_attribute (line 4599) | enum nk_draw_vertex_layout_attribute { type nk_draw_vertex_layout_format (line 4606) | enum nk_draw_vertex_layout_format { type nk_draw_vertex_layout_element (line 4635) | struct nk_draw_vertex_layout_element { type nk_draw_command (line 4641) | struct nk_draw_command { type nk_draw_list (line 4653) | struct nk_draw_list { type nk_draw_list (line 4679) | struct nk_draw_list type nk_draw_list (line 4680) | struct nk_draw_list type nk_convert_config (line 4680) | struct nk_convert_config type nk_buffer (line 4680) | struct nk_buffer type nk_buffer (line 4680) | struct nk_buffer type nk_buffer (line 4680) | struct nk_buffer type nk_anti_aliasing (line 4680) | enum nk_anti_aliasing type nk_anti_aliasing (line 4680) | enum nk_anti_aliasing type nk_draw_list (line 4684) | struct nk_draw_list type nk_buffer (line 4684) | struct nk_buffer type nk_draw_command (line 4685) | struct nk_draw_command type nk_buffer (line 4685) | struct nk_buffer type nk_draw_list (line 4685) | struct nk_draw_list type nk_draw_list (line 4686) | struct nk_draw_list type nk_buffer (line 4686) | struct nk_buffer type nk_draw_list (line 4689) | struct nk_draw_list type nk_draw_list (line 4690) | struct nk_draw_list type nk_vec2 (line 4690) | struct nk_vec2 type nk_draw_list (line 4691) | struct nk_draw_list type nk_vec2 (line 4691) | struct nk_vec2 type nk_draw_list (line 4692) | struct nk_draw_list type nk_vec2 (line 4692) | struct nk_vec2 type nk_draw_list (line 4693) | struct nk_draw_list type nk_vec2 (line 4693) | struct nk_vec2 type nk_vec2 (line 4693) | struct nk_vec2 type nk_draw_list (line 4694) | struct nk_draw_list type nk_vec2 (line 4694) | struct nk_vec2 type nk_vec2 (line 4694) | struct nk_vec2 type nk_vec2 (line 4694) | struct nk_vec2 type nk_draw_list (line 4695) | struct nk_draw_list type nk_color (line 4695) | struct nk_color type nk_draw_list (line 4696) | struct nk_draw_list type nk_color (line 4696) | struct nk_color type nk_draw_list_stroke (line 4696) | enum nk_draw_list_stroke type nk_draw_list (line 4699) | struct nk_draw_list type nk_vec2 (line 4699) | struct nk_vec2 type nk_vec2 (line 4699) | struct nk_vec2 type nk_color (line 4699) | struct nk_color type nk_draw_list (line 4700) | struct nk_draw_list type nk_rect (line 4700) | struct nk_rect type nk_color (line 4700) | struct nk_color type nk_draw_list (line 4701) | struct nk_draw_list type nk_vec2 (line 4701) | struct nk_vec2 type nk_vec2 (line 4701) | struct nk_vec2 type nk_vec2 (line 4701) | struct nk_vec2 type nk_color (line 4701) | struct nk_color type nk_draw_list (line 4702) | struct nk_draw_list type nk_vec2 (line 4702) | struct nk_vec2 type nk_color (line 4702) | struct nk_color type nk_draw_list (line 4703) | struct nk_draw_list type nk_vec2 (line 4703) | struct nk_vec2 type nk_vec2 (line 4703) | struct nk_vec2 type nk_vec2 (line 4703) | struct nk_vec2 type nk_vec2 (line 4703) | struct nk_vec2 type nk_color (line 4703) | struct nk_color type nk_draw_list (line 4704) | struct nk_draw_list type nk_vec2 (line 4704) | struct nk_vec2 type nk_color (line 4704) | struct nk_color type nk_draw_list_stroke (line 4704) | enum nk_draw_list_stroke type nk_anti_aliasing (line 4704) | enum nk_anti_aliasing type nk_draw_list (line 4707) | struct nk_draw_list type nk_rect (line 4707) | struct nk_rect type nk_color (line 4707) | struct nk_color type nk_draw_list (line 4708) | struct nk_draw_list type nk_rect (line 4708) | struct nk_rect type nk_color (line 4708) | struct nk_color type nk_color (line 4708) | struct nk_color type nk_color (line 4708) | struct nk_color type nk_color (line 4708) | struct nk_color type nk_draw_list (line 4709) | struct nk_draw_list type nk_vec2 (line 4709) | struct nk_vec2 type nk_vec2 (line 4709) | struct nk_vec2 type nk_vec2 (line 4709) | struct nk_vec2 type nk_color (line 4709) | struct nk_color type nk_draw_list (line 4710) | struct nk_draw_list type nk_vec2 (line 4710) | struct nk_vec2 type nk_color (line 4710) | struct nk_color type nk_draw_list (line 4711) | struct nk_draw_list type nk_vec2 (line 4711) | struct nk_vec2 type nk_color (line 4711) | struct nk_color type nk_anti_aliasing (line 4711) | enum nk_anti_aliasing type nk_draw_list (line 4714) | struct nk_draw_list type nk_image (line 4714) | struct nk_image type nk_rect (line 4714) | struct nk_rect type nk_color (line 4714) | struct nk_color type nk_draw_list (line 4715) | struct nk_draw_list type nk_user_font (line 4715) | struct nk_user_font type nk_rect (line 4715) | struct nk_rect type nk_color (line 4715) | struct nk_color type nk_draw_list (line 4717) | struct nk_draw_list type nk_style_item_type (line 4727) | enum nk_style_item_type { type nk_image (line 4733) | struct nk_image type nk_color (line 4734) | struct nk_color type nk_style_item (line 4737) | struct nk_style_item { type nk_style_text (line 4742) | struct nk_style_text { type nk_style_button (line 4747) | struct nk_style_button { type nk_style_toggle (line 4774) | struct nk_style_toggle { type nk_style_selectable (line 4804) | struct nk_style_selectable { type nk_style_slider (line 4839) | struct nk_style_slider { type nk_style_progress (line 4878) | struct nk_style_progress { type nk_style_scrollbar (line 4904) | struct nk_style_scrollbar { type nk_style_edit (line 4937) | struct nk_style_edit { type nk_style_property (line 4971) | struct nk_style_property { type nk_style_chart (line 5002) | struct nk_style_chart { type nk_style_combo (line 5015) | struct nk_style_combo { type nk_style_tab (line 5046) | struct nk_style_tab { type nk_style_header_align (line 5068) | enum nk_style_header_align { type nk_style_window_header (line 5072) | struct nk_style_window_header { type nk_style_window (line 5097) | struct nk_style_window { type nk_style (line 5134) | struct nk_style { type nk_image (line 5160) | struct nk_image type nk_color (line 5161) | struct nk_color type nk_panel_type (line 5174) | enum nk_panel_type { type nk_panel_set (line 5184) | enum nk_panel_set { type nk_chart_slot (line 5190) | struct nk_chart_slot { type nk_chart (line 5200) | struct nk_chart { type nk_panel_row_layout_type (line 5206) | enum nk_panel_row_layout_type { type nk_row_layout (line 5218) | struct nk_row_layout { type nk_popup_buffer (line 5234) | struct nk_popup_buffer { type nk_menu_state (line 5242) | struct nk_menu_state { type nk_panel (line 5247) | struct nk_panel { type nk_table (line 5273) | struct nk_table type nk_window_flags (line 5274) | enum nk_window_flags { type nk_popup_state (line 5292) | struct nk_popup_state { type nk_edit_state (line 5304) | struct nk_edit_state { type nk_property_state (line 5317) | struct nk_property_state { type nk_window (line 5330) | struct nk_window { type nk (line 5422) | struct nk type nk (line 5424) | struct nk type nk (line 5426) | struct nk type nk (line 5427) | struct nk type nk (line 5428) | enum nk type nk_configuration_stacks (line 5438) | struct nk_configuration_stacks { type nk_table (line 5454) | struct nk_table { type nk_table (line 5463) | struct nk_table type nk_panel (line 5464) | struct nk_panel type nk_window (line 5465) | struct nk_window type nk_page_element (line 5468) | struct nk_page_element { type nk_page (line 5474) | struct nk_page { type nk_pool (line 5480) | struct nk_pool { type nk_context (line 5491) | struct nk_context { type Big (line 5595) | struct Big {T x; char c;} type nk_rect (line 5724) | struct nk_rect type nk_rect (line 5725) | struct nk_rect type nk_vec2 (line 5725) | struct nk_vec2 type nk_rect (line 5726) | struct nk_rect type nk_rect (line 5726) | struct nk_rect type nk_user_font (line 5745) | struct nk_user_font type nk_user_font (line 5746) | struct nk_user_font type nk_vec2 (line 5746) | struct nk_vec2 type nk_allocator (line 5751) | struct nk_allocator type nk_buffer_allocation_type (line 5759) | enum nk_buffer_allocation_type type nk_buffer (line 5760) | struct nk_buffer type nk_buffer_allocation_type (line 5760) | enum nk_buffer_allocation_type type nk_buffer (line 5761) | struct nk_buffer type nk_command_buffer (line 5764) | struct nk_command_buffer type nk_buffer (line 5764) | struct nk_buffer type nk_command_clipping (line 5764) | enum nk_command_clipping type nk_command_buffer (line 5765) | struct nk_command_buffer type nk_command_buffer (line 5766) | struct nk_command_buffer type nk_command_type (line 5766) | enum nk_command_type type nk_command_buffer (line 5767) | struct nk_command_buffer type nk_symbol_type (line 5767) | enum nk_symbol_type type nk_rect (line 5767) | struct nk_rect type nk_color (line 5767) | struct nk_color type nk_color (line 5767) | struct nk_color type nk_user_font (line 5767) | struct nk_user_font type nk_context (line 5770) | struct nk_context type nk_command_buffer (line 5770) | struct nk_command_buffer type nk_context (line 5771) | struct nk_context type nk_window (line 5771) | struct nk_window type nk_context (line 5772) | struct nk_context type nk_window (line 5772) | struct nk_window type nk_context (line 5773) | struct nk_context type nk_window (line 5773) | struct nk_window type nk_context (line 5774) | struct nk_context type nk_command_buffer (line 5774) | struct nk_command_buffer type nk_context (line 5775) | struct nk_context type nk_window (line 5775) | struct nk_window type nk_context (line 5776) | struct nk_context type nk_text_edit (line 5779) | struct nk_text_edit type nk_text_edit_type (line 5779) | enum nk_text_edit_type type nk_text_edit (line 5780) | struct nk_text_edit type nk_user_font (line 5780) | struct nk_user_font type nk_text_edit (line 5781) | struct nk_text_edit type nk_user_font (line 5781) | struct nk_user_font type nk_text_edit (line 5782) | struct nk_text_edit type nk_keys (line 5782) | enum nk_keys type nk_user_font (line 5782) | struct nk_user_font type nk_window_insert_location (line 5785) | enum nk_window_insert_location { type nk_context (line 5789) | struct nk_context type nk_context (line 5790) | struct nk_context type nk_window (line 5790) | struct nk_window type nk_context (line 5791) | struct nk_context type nk_window (line 5791) | struct nk_window type nk_context (line 5792) | struct nk_context type nk_context (line 5793) | struct nk_context type nk_window (line 5793) | struct nk_window type nk_window_insert_location (line 5793) | enum nk_window_insert_location type nk_pool (line 5796) | struct nk_pool type nk_allocator (line 5796) | struct nk_allocator type nk_pool (line 5797) | struct nk_pool type nk_pool (line 5798) | struct nk_pool type nk_pool (line 5799) | struct nk_pool type nk_context (line 5802) | struct nk_context type nk_context (line 5803) | struct nk_context type nk_page_element (line 5803) | struct nk_page_element type nk_context (line 5804) | struct nk_context type nk_page_element (line 5804) | struct nk_page_element type nk_context (line 5807) | struct nk_context type nk_window (line 5808) | struct nk_window type nk_table (line 5808) | struct nk_table type nk_context (line 5809) | struct nk_context type nk_table (line 5809) | struct nk_table type nk_window (line 5810) | struct nk_window type nk_table (line 5810) | struct nk_table type nk_context (line 5811) | struct nk_context type nk_window (line 5811) | struct nk_window type nk_window (line 5812) | struct nk_window type nk_context (line 5815) | struct nk_context type nk_context (line 5816) | struct nk_context type nk_panel (line 5816) | struct nk_panel type nk_style (line 5818) | struct nk_style type nk_panel_type (line 5818) | enum nk_panel_type type nk_style (line 5819) | struct nk_style type nk_panel_type (line 5819) | enum nk_panel_type type nk_style (line 5820) | struct nk_style type nk_panel_type (line 5820) | enum nk_panel_type type nk_panel_type (line 5821) | enum nk_panel_type type nk_panel_type (line 5822) | enum nk_panel_type type nk_context (line 5823) | struct nk_context type nk_panel_type (line 5823) | enum nk_panel_type type nk_context (line 5824) | struct nk_context type nk_style (line 5827) | struct nk_style type nk_panel_type (line 5827) | enum nk_panel_type type nk_context (line 5828) | struct nk_context type nk_window (line 5828) | struct nk_window type nk_context (line 5829) | struct nk_context type nk_layout_format (line 5829) | enum nk_layout_format type nk_context (line 5830) | struct nk_context type nk_window (line 5830) | struct nk_window type nk_rect (line 5831) | struct nk_rect type nk_context (line 5831) | struct nk_context type nk_window (line 5831) | struct nk_window type nk_rect (line 5832) | struct nk_rect type nk_context (line 5832) | struct nk_context type nk_rect (line 5833) | struct nk_rect type nk_context (line 5833) | struct nk_context type nk_context (line 5836) | struct nk_context type nk_rect (line 5836) | struct nk_rect type nk_rect (line 5836) | struct nk_rect type nk_panel_type (line 5836) | enum nk_panel_type type nk_text (line 5839) | struct nk_text { type nk_command_buffer (line 5844) | struct nk_command_buffer type nk_rect (line 5844) | struct nk_rect type nk_text (line 5844) | struct nk_text type nk_user_font (line 5844) | struct nk_user_font type nk_command_buffer (line 5845) | struct nk_command_buffer type nk_rect (line 5845) | struct nk_rect type nk_text (line 5845) | struct nk_text type nk_user_font (line 5845) | struct nk_user_font type nk_rect (line 5848) | struct nk_rect type nk_input (line 5848) | struct nk_input type nk_button_behavior (line 5848) | enum nk_button_behavior type nk_command_buffer (line 5849) | struct nk_command_buffer type nk_rect (line 5849) | struct nk_rect type nk_style_button (line 5849) | struct nk_style_button type nk_command_buffer (line 5850) | struct nk_command_buffer type nk_rect (line 5850) | struct nk_rect type nk_style_button (line 5850) | struct nk_style_button type nk_input (line 5850) | struct nk_input type nk_button_behavior (line 5850) | enum nk_button_behavior type nk_rect (line 5850) | struct nk_rect type nk_command_buffer (line 5851) | struct nk_command_buffer type nk_rect (line 5851) | struct nk_rect type nk_rect (line 5851) | struct nk_rect type nk_style_button (line 5851) | struct nk_style_button type nk_user_font (line 5851) | struct nk_user_font type nk_command_buffer (line 5852) | struct nk_command_buffer type nk_rect (line 5852) | struct nk_rect type nk_button_behavior (line 5852) | enum nk_button_behavior type nk_style_button (line 5852) | struct nk_style_button type nk_input (line 5852) | struct nk_input type nk_user_font (line 5852) | struct nk_user_font type nk_command_buffer (line 5853) | struct nk_command_buffer type nk_rect (line 5853) | struct nk_rect type nk_rect (line 5853) | struct nk_rect type nk_style_button (line 5853) | struct nk_style_button type nk_symbol_type (line 5853) | enum nk_symbol_type type nk_user_font (line 5853) | struct nk_user_font type nk_command_buffer (line 5854) | struct nk_command_buffer type nk_rect (line 5854) | struct nk_rect type nk_symbol_type (line 5854) | enum nk_symbol_type type nk_button_behavior (line 5854) | enum nk_button_behavior type nk_style_button (line 5854) | struct nk_style_button type nk_input (line 5854) | struct nk_input type nk_user_font (line 5854) | struct nk_user_font type nk_command_buffer (line 5855) | struct nk_command_buffer type nk_rect (line 5855) | struct nk_rect type nk_rect (line 5855) | struct nk_rect type nk_style_button (line 5855) | struct nk_style_button type nk_image (line 5855) | struct nk_image type nk_command_buffer (line 5856) | struct nk_command_buffer type nk_rect (line 5856) | struct nk_rect type nk_image (line 5856) | struct nk_image type nk_button_behavior (line 5856) | enum nk_button_behavior type nk_style_button (line 5856) | struct nk_style_button type nk_input (line 5856) | struct nk_input type nk_command_buffer (line 5857) | struct nk_command_buffer type nk_rect (line 5857) | struct nk_rect type nk_rect (line 5857) | struct nk_rect type nk_rect (line 5857) | struct nk_rect type nk_style_button (line 5857) | struct nk_style_button type nk_symbol_type (line 5857) | enum nk_symbol_type type nk_user_font (line 5857) | struct nk_user_font type nk_command_buffer (line 5858) | struct nk_command_buffer type nk_rect (line 5858) | struct nk_rect type nk_symbol_type (line 5858) | enum nk_symbol_type type nk_button_behavior (line 5858) | enum nk_button_behavior type nk_style_button (line 5858) | struct nk_style_button type nk_user_font (line 5858) | struct nk_user_font type nk_input (line 5858) | struct nk_input type nk_command_buffer (line 5859) | struct nk_command_buffer type nk_rect (line 5859) | struct nk_rect type nk_rect (line 5859) | struct nk_rect type nk_rect (line 5859) | struct nk_rect type nk_style_button (line 5859) | struct nk_style_button type nk_user_font (line 5859) | struct nk_user_font type nk_image (line 5859) | struct nk_image type nk_command_buffer (line 5860) | struct nk_command_buffer type nk_rect (line 5860) | struct nk_rect type nk_image (line 5860) | struct nk_image type nk_button_behavior (line 5860) | enum nk_button_behavior type nk_style_button (line 5860) | struct nk_style_button type nk_user_font (line 5860) | struct nk_user_font type nk_input (line 5860) | struct nk_input type nk_toggle_type (line 5863) | enum nk_toggle_type { type nk_input (line 5867) | struct nk_input type nk_rect (line 5867) | struct nk_rect type nk_command_buffer (line 5868) | struct nk_command_buffer type nk_style_toggle (line 5868) | struct nk_style_toggle type nk_rect (line 5868) | struct nk_rect type nk_rect (line 5868) | struct nk_rect type nk_rect (line 5868) | struct nk_rect type nk_user_font (line 5868) | struct nk_user_font type nk_command_buffer (line 5869) | struct nk_command_buffer type nk_style_toggle (line 5869) | struct nk_style_toggle type nk_rect (line 5869) | struct nk_rect type nk_rect (line 5869) | struct nk_rect type nk_rect (line 5869) | struct nk_rect type nk_user_font (line 5869) | struct nk_user_font type nk_command_buffer (line 5870) | struct nk_command_buffer type nk_rect (line 5870) | struct nk_rect type nk_toggle_type (line 5870) | enum nk_toggle_type type nk_style_toggle (line 5870) | struct nk_style_toggle type nk_input (line 5870) | struct nk_input type nk_user_font (line 5870) | struct nk_user_font type nk_input (line 5873) | struct nk_input type nk_rect (line 5873) | struct nk_rect type nk_rect (line 5873) | struct nk_rect type nk_command_buffer (line 5874) | struct nk_command_buffer type nk_style_progress (line 5874) | struct nk_style_progress type nk_rect (line 5874) | struct nk_rect type nk_rect (line 5874) | struct nk_rect type nk_command_buffer (line 5875) | struct nk_command_buffer type nk_rect (line 5875) | struct nk_rect type nk_style_progress (line 5875) | struct nk_style_progress type nk_input (line 5875) | struct nk_input type nk_rect (line 5878) | struct nk_rect type nk_rect (line 5878) | struct nk_rect type nk_input (line 5878) | struct nk_input type nk_rect (line 5878) | struct nk_rect type nk_command_buffer (line 5879) | struct nk_command_buffer type nk_style_slider (line 5879) | struct nk_style_slider type nk_rect (line 5879) | struct nk_rect type nk_rect (line 5879) | struct nk_rect type nk_command_buffer (line 5880) | struct nk_command_buffer type nk_rect (line 5880) | struct nk_rect type nk_style_slider (line 5880) | struct nk_style_slider type nk_input (line 5880) | struct nk_input type nk_user_font (line 5880) | struct nk_user_font type nk_input (line 5883) | struct nk_input type nk_rect (line 5883) | struct nk_rect type nk_rect (line 5883) | struct nk_rect type nk_rect (line 5883) | struct nk_rect type nk_rect (line 5883) | struct nk_rect type nk_orientation (line 5883) | enum nk_orientation type nk_command_buffer (line 5884) | struct nk_command_buffer type nk_style_scrollbar (line 5884) | struct nk_style_scrollbar type nk_rect (line 5884) | struct nk_rect type nk_rect (line 5884) | struct nk_rect type nk_command_buffer (line 5885) | struct nk_command_buffer type nk_rect (line 5885) | struct nk_rect type nk_style_scrollbar (line 5885) | struct nk_style_scrollbar type nk_input (line 5885) | struct nk_input type nk_user_font (line 5885) | struct nk_user_font type nk_command_buffer (line 5886) | struct nk_command_buffer type nk_rect (line 5886) | struct nk_rect type nk_style_scrollbar (line 5886) | struct nk_style_scrollbar type nk_input (line 5886) | struct nk_input type nk_user_font (line 5886) | struct nk_user_font type nk_command_buffer (line 5889) | struct nk_command_buffer type nk_style_selectable (line 5889) | struct nk_style_selectable type nk_rect (line 5889) | struct nk_rect type nk_rect (line 5889) | struct nk_rect type nk_image (line 5889) | struct nk_image type nk_symbol_type (line 5889) | enum nk_symbol_type type nk_user_font (line 5889) | struct nk_user_font type nk_command_buffer (line 5890) | struct nk_command_buffer type nk_rect (line 5890) | struct nk_rect type nk_style_selectable (line 5890) | struct nk_style_selectable type nk_input (line 5890) | struct nk_input type nk_user_font (line 5890) | struct nk_user_font type nk_command_buffer (line 5891) | struct nk_command_buffer type nk_rect (line 5891) | struct nk_rect type nk_image (line 5891) | struct nk_image type nk_style_selectable (line 5891) | struct nk_style_selectable type nk_input (line 5891) | struct nk_input type nk_user_font (line 5891) | struct nk_user_font type nk_command_buffer (line 5894) | struct nk_command_buffer type nk_style_edit (line 5894) | struct nk_style_edit type nk_user_font (line 5894) | struct nk_user_font type nk_color (line 5894) | struct nk_color type nk_color (line 5894) | struct nk_color type nk_command_buffer (line 5895) | struct nk_command_buffer type nk_rect (line 5895) | struct nk_rect type nk_text_edit (line 5895) | struct nk_text_edit type nk_style_edit (line 5895) | struct nk_style_edit type nk_input (line 5895) | struct nk_input type nk_user_font (line 5895) | struct nk_user_font type nk_rect (line 5898) | struct nk_rect type nk_rect (line 5898) | struct nk_rect type nk_rect (line 5898) | struct nk_rect type nk_rect (line 5898) | struct nk_rect type nk_colorf (line 5898) | struct nk_colorf type nk_input (line 5898) | struct nk_input type nk_command_buffer (line 5899) | struct nk_command_buffer type nk_rect (line 5899) | struct nk_rect type nk_rect (line 5899) | struct nk_rect type nk_rect (line 5899) | struct nk_rect type nk_colorf (line 5899) | struct nk_colorf type nk_command_buffer (line 5900) | struct nk_command_buffer type nk_colorf (line 5900) | struct nk_colorf type nk_color_format (line 5900) | enum nk_color_format type nk_rect (line 5900) | struct nk_rect type nk_vec2 (line 5900) | struct nk_vec2 type nk_input (line 5900) | struct nk_input type nk_user_font (line 5900) | struct nk_user_font type nk_property_status (line 5903) | enum nk_property_status { type nk_property_filter (line 5908) | enum nk_property_filter { type nk_property_kind (line 5912) | enum nk_property_kind { type nk_property_variant (line 5922) | struct nk_property_variant { type nk_input (line 5933) | struct nk_input type nk_rect (line 5933) | struct nk_rect type nk_property_variant (line 5933) | struct nk_property_variant type nk_input (line 5934) | struct nk_input type nk_rect (line 5934) | struct nk_rect type nk_rect (line 5934) | struct nk_rect type nk_rect (line 5934) | struct nk_rect type nk_rect (line 5934) | struct nk_rect type nk_property_variant (line 5934) | struct nk_property_variant type nk_command_buffer (line 5935) | struct nk_command_buffer type nk_style_property (line 5935) | struct nk_style_property type nk_rect (line 5935) | struct nk_rect type nk_rect (line 5935) | struct nk_rect type nk_user_font (line 5935) | struct nk_user_font type nk_command_buffer (line 5936) | struct nk_command_buffer type nk_rect (line 5936) | struct nk_rect type nk_property_variant (line 5936) | struct nk_property_variant type nk_style_property (line 5936) | struct nk_style_property type nk_property_filter (line 5936) | enum nk_property_filter type nk_input (line 5936) | struct nk_input type nk_user_font (line 5936) | struct nk_user_font type nk_text_edit (line 5936) | struct nk_text_edit type nk_button_behavior (line 5936) | enum nk_button_behavior type nk_context (line 5937) | struct nk_context type nk_property_variant (line 5937) | struct nk_property_variant type nk_property_filter (line 5937) | enum nk_property_filter function NK_LIB (line 5977) | NK_LIB float function NK_LIB (line 5989) | NK_LIB float function NK_LIB (line 5994) | NK_LIB float function NK_LIB (line 6007) | NK_LIB float function NK_LIB (line 6020) | NK_LIB nk_uint function NK_LIB (line 6032) | NK_LIB double function NK_LIB (line 6047) | NK_LIB int function NK_LIB (line 6053) | NK_LIB int function NK_LIB (line 6059) | NK_LIB int function NK_LIB (line 6071) | NK_LIB int function nk_rect (line 6087) | nk_rect function nk_rect (line 6092) | nk_rect function nk_rect (line 6100) | nk_rect function nk_rect (line 6110) | nk_rect function nk_rect (line 6115) | nk_rect function nk_rect (line 6120) | nk_rect function nk_vec2 (line 6125) | nk_vec2 function nk_vec2 (line 6132) | nk_vec2 function nk_rect (line 6139) | nk_rect function nk_rect (line 6151) | nk_rect function nk_vec2 (line 6161) | nk_vec2 function nk_vec2 (line 6168) | nk_vec2 function nk_vec2 (line 6176) | nk_vec2 function nk_vec2 (line 6181) | nk_vec2 function NK_LIB (line 6186) | NK_LIB void function NK_API (line 6200) | NK_API void function NK_LIB (line 6248) | NK_LIB int nk_is_lower(int c) {return (c >= 'a' && c <= 'z') || (c >= 0x... function NK_LIB (line 6249) | NK_LIB int nk_is_upper(int c){return (c >= 'A' && c <= 'Z') || (c >= 0xC... function NK_LIB (line 6250) | NK_LIB int nk_to_upper(int c) {return (c >= 'a' && c <= 'z') ? (c - ('a'... function NK_LIB (line 6251) | NK_LIB int nk_to_lower(int c) {return (c >= 'A' && c <= 'Z') ? (c - ('a'... function NK_LIB (line 6253) | NK_LIB void* function NK_LIB (line 6309) | NK_LIB void function NK_LIB (line 6360) | NK_LIB void function NK_API (line 6366) | NK_API int function NK_API (line 6374) | NK_API int function NK_API (line 6398) | NK_API double function NK_API (line 6455) | NK_API float function NK_API (line 6464) | NK_API int function NK_API (line 6486) | NK_API int function NK_INTERN (line 6511) | NK_INTERN int function NK_INTERN (line 6524) | NK_INTERN int function NK_API (line 6533) | NK_API int function NK_API (line 6550) | NK_API int function NK_API (line 6671) | NK_API int function NK_LIB (line 6676) | NK_LIB int function NK_INTERN (line 6696) | NK_INTERN void function NK_LIB (line 6709) | NK_LIB char* function NK_LIB (line 6733) | NK_LIB char* function NK_INTERN (line 6813) | NK_INTERN int function NK_LIB (line 7132) | NK_LIB int function NK_API (line 7149) | NK_API nk_hash function NK_LIB (line 7208) | NK_LIB char* function NK_LIB (line 7242) | NK_LIB int function nk_vec2 (line 7290) | nk_vec2 function NK_INTERN (line 7360) | NK_INTERN int function nk_color (line 7376) | nk_color function nk_color (line 7386) | nk_color function nk_color (line 7398) | nk_color function NK_API (line 7410) | NK_API void function NK_API (line 7425) | NK_API void function nk_color (line 7438) | nk_color function nk_color (line 7443) | nk_color function nk_color (line 7448) | nk_color function nk_color (line 7458) | nk_color function nk_color (line 7463) | nk_color function nk_color (line 7468) | nk_color function nk_color (line 7478) | nk_color function nk_color (line 7488) | nk_color function nk_color (line 7493) | nk_color function nk_color (line 7498) | nk_color function nk_color (line 7508) | nk_color function nk_color (line 7513) | nk_color function nk_color (line 7518) | nk_color function nk_color (line 7523) | nk_color function nk_color (line 7528) | nk_color function nk_color (line 7533) | nk_color function nk_color (line 7538) | nk_color function nk_color (line 7543) | nk_color function nk_color (line 7552) | nk_color function nk_color (line 7557) | nk_color function nk_colorf (line 7562) | nk_colorf function nk_colorf (line 7589) | nk_colorf function nk_color (line 7594) | nk_color function nk_color (line 7600) | nk_color function NK_API (line 7605) | NK_API nk_uint function NK_API (line 7614) | NK_API void function NK_API (line 7623) | NK_API void function nk_colorf (line 7628) | nk_colorf function NK_API (line 7635) | NK_API void function NK_API (line 7644) | NK_API void function NK_API (line 7649) | NK_API void function NK_API (line 7655) | NK_API void function NK_API (line 7661) | NK_API void function NK_API (line 7682) | NK_API void function NK_API (line 7687) | NK_API void function NK_API (line 7695) | NK_API void function NK_API (line 7700) | NK_API void function NK_API (line 7711) | NK_API void function NK_API (line 7716) | NK_API void function NK_API (line 7726) | NK_API void function NK_API (line 7736) | NK_API void function NK_API (line 7742) | NK_API void function NK_API (line 7751) | NK_API void function NK_API (line 7756) | NK_API void function NK_INTERN (line 7780) | NK_INTERN int function NK_INTERN (line 7791) | NK_INTERN nk_rune function NK_API (line 7802) | NK_API int function NK_INTERN (line 7830) | NK_INTERN char function NK_API (line 7835) | NK_API int function NK_API (line 7850) | NK_API int function NK_API (line 7873) | NK_API const char* function NK_LIB (line 7921) | NK_LIB void* function NK_LIB (line 7928) | NK_LIB void function NK_API (line 7934) | NK_API void function NK_API (line 7945) | NK_API void function NK_API (line 7962) | NK_API void function NK_LIB (line 7976) | NK_LIB void* function NK_LIB (line 8006) | NK_LIB void* function NK_LIB (line 8044) | NK_LIB void* function NK_API (line 8096) | NK_API void function NK_API (line 8104) | NK_API void function NK_API (line 8114) | NK_API void function NK_API (line 8135) | NK_API void function NK_API (line 8145) | NK_API void function NK_API (line 8155) | NK_API void function NK_API (line 8167) | NK_API void* function NK_API (line 8174) | NK_API const void* function NK_API (line 8181) | NK_API nk_size function NK_API (line 8199) | NK_API void function NK_API (line 8211) | NK_API void function NK_API (line 8217) | NK_API void function NK_API (line 8223) | NK_API int function NK_API (line 8236) | NK_API int function NK_API (line 8241) | NK_API int function NK_API (line 8253) | NK_API int function NK_API (line 8272) | NK_API int function NK_API (line 8288) | NK_API int function NK_API (line 8303) | NK_API int function NK_API (line 8338) | NK_API int function NK_API (line 8357) | NK_API int function NK_API (line 8362) | NK_API int function NK_API (line 8367) | NK_API int function NK_API (line 8382) | NK_API int function NK_API (line 8401) | NK_API int function NK_API (line 8417) | NK_API int function NK_API (line 8432) | NK_API void function NK_API (line 8442) | NK_API void function NK_API (line 8463) | NK_API void function NK_API (line 8480) | NK_API void function NK_API (line 8504) | NK_API char* function NK_API (line 8511) | NK_API char* function NK_API (line 8547) | NK_API const char* function NK_API (line 8554) | NK_API const char* function NK_API (line 8590) | NK_API nk_rune function NK_API (line 8598) | NK_API char* function NK_API (line 8605) | NK_API const char* function NK_API (line 8612) | NK_API int function NK_API (line 8619) | NK_API int function NK_API (line 8626) | NK_API void function NK_API (line 8633) | NK_API void function NK_LIB (line 8650) | NK_LIB void function NK_LIB (line 8663) | NK_LIB void function NK_LIB (line 8676) | NK_LIB void* function NK_API (line 8709) | NK_API void function NK_API (line 8729) | NK_API void function NK_API (line 8746) | NK_API void function NK_API (line 8769) | NK_API void function NK_API (line 8792) | NK_API void function NK_API (line 8815) | NK_API void function NK_API (line 8841) | NK_API void function NK_API (line 8863) | NK_API void function NK_API (line 8884) | NK_API void function NK_API (line 8901) | NK_API void function NK_API (line 8918) | NK_API void function NK_API (line 8945) | NK_API void function NK_API (line 8972) | NK_API void function NK_API (line 8993) | NK_API void function NK_API (line 9014) | NK_API void function NK_API (line 9035) | NK_API void function NK_API (line 9058) | NK_API void function NK_API (line 9081) | NK_API void function NK_API (line 9133) | NK_API void function NK_API (line 9146) | NK_API void function nk_draw_command (line 9174) | nk_draw_command* function nk_draw_command (line 9190) | nk_draw_command* function nk_draw_command (line 9210) | nk_draw_command* function nk_vec2 (line 9224) | nk_vec2* function nk_vec2 (line 9242) | nk_vec2 function nk_draw_command (line 9253) | nk_draw_command* function nk_draw_command (line 9284) | nk_draw_command* function NK_INTERN (line 9297) | NK_INTERN void function NK_INTERN (line 9311) | NK_INTERN void function NK_API (line 9333) | NK_API void function NK_INTERN (line 9339) | NK_INTERN void* function NK_INTERN (line 9363) | NK_INTERN nk_draw_index* function NK_INTERN (line 9381) | NK_INTERN int function NK_INTERN (line 9388) | NK_INTERN void function NK_INTERN (line 9463) | NK_INTERN void function NK_INTERN (line 9517) | NK_INTERN void* function NK_API (line 9536) | NK_API void function NK_API (line 9776) | NK_API void function NK_API (line 9900) | NK_API void function NK_API (line 9909) | NK_API void function NK_API (line 9927) | NK_API void function NK_API (line 9943) | NK_API void function NK_API (line 9988) | NK_API void function NK_API (line 10011) | NK_API void function NK_API (line 10038) | NK_API void function NK_API (line 10048) | NK_API void function NK_API (line 10060) | NK_API void function NK_API (line 10075) | NK_API void function NK_API (line 10090) | NK_API void function NK_API (line 10104) | NK_API void function NK_API (line 10138) | NK_API void function NK_API (line 10149) | NK_API void function NK_API (line 10160) | NK_API void function NK_API (line 10171) | NK_API void function NK_API (line 10182) | NK_API void function NK_INTERN (line 10193) | NK_INTERN void function NK_API (line 10230) | NK_API void function NK_API (line 10251) | NK_API void function NK_API (line 10301) | NK_API nk_flags function nk_draw_command (line 10443) | nk_draw_command* function nk_draw_command (line 10449) | nk_draw_command* function nk_draw_command (line 10454) | nk_draw_command* type nk_rp_coord (line 10475) | typedef unsigned short nk_rp_coord; type nk_rp_rect (line 10477) | struct nk_rp_rect { type nk_rp_node (line 10488) | struct nk_rp_node { type nk_rp_context (line 10493) | struct nk_rp_context { type nk_rp__findresult (line 10506) | struct nk_rp__findresult { type NK_RP_HEURISTIC (line 10511) | enum NK_RP_HEURISTIC { type NK_RP_INIT_STATE (line 10516) | enum NK_RP_INIT_STATE{NK_RP__INIT_skyline = 1} function NK_INTERN (line 10518) | NK_INTERN void function NK_INTERN (line 10537) | NK_INTERN void function NK_INTERN (line 10567) | NK_INTERN int function nk_rp__findresult (line 10610) | nk_rp__findresult function nk_rp__findresult (line 10705) | nk_rp__findresult function NK_INTERN (line 10757) | NK_INTERN int function NK_INTERN (line 10768) | NK_INTERN int function NK_INTERN (line 10775) | NK_INTERN void function NK_INTERN (line 10804) | NK_INTERN void type nk_tt_bakedchar (line 10845) | struct nk_tt_bakedchar { type nk_tt_aligned_quad (line 10851) | struct nk_tt_aligned_quad{ type nk_tt_packedchar (line 10856) | struct nk_tt_packedchar { type nk_tt_pack_range (line 10863) | struct nk_tt_pack_range { type nk_tt_pack_context (line 10875) | struct nk_tt_pack_context { type nk_tt_fontinfo (line 10886) | struct nk_tt_fontinfo { type nk_tt_vertex (line 10901) | struct nk_tt_vertex { type nk_tt__bitmap (line 10906) | struct nk_tt__bitmap{ type nk_tt__hheap_chunk (line 10911) | struct nk_tt__hheap_chunk { type nk_tt__hheap (line 10914) | struct nk_tt__hheap { type nk_tt__edge (line 10921) | struct nk_tt__edge { type nk_tt__active_edge (line 10926) | struct nk_tt__active_edge { type nk_tt__point (line 10933) | struct nk_tt__point {float x,y;} function nk_ushort (line 11000) | static nk_ushort nk_ttUSHORT(const nk_byte *p) { return (nk_ushort)(p[0]... function nk_short (line 11001) | static nk_short nk_ttSHORT(const nk_byte *p) { return (nk_short)(p[0]*... function nk_uint (line 11002) | static nk_uint nk_ttULONG(const nk_byte *p) { return (nk_uint)((p[0]<<2... type nk_tt_fontinfo (line 11009) | struct nk_tt_fontinfo type nk_allocator (line 11009) | struct nk_allocator type nk_tt_vertex (line 11010) | struct nk_tt_vertex function NK_INTERN (line 11012) | NK_INTERN nk_uint function NK_INTERN (line 11026) | NK_INTERN int function NK_INTERN (line 11082) | NK_INTERN int function NK_INTERN (line 11175) | NK_INTERN void function NK_INTERN (line 11184) | NK_INTERN int function NK_INTERN (line 11200) | NK_INTERN int function NK_INTERN (line 11213) | NK_INTERN int function NK_INTERN (line 11229) | NK_INTERN int function NK_INTERN (line 11452) | NK_INTERN void function NK_INTERN (line 11469) | NK_INTERN void function NK_INTERN (line 11477) | NK_INTERN float function NK_INTERN (line 11483) | NK_INTERN float function NK_INTERN (line 11493) | NK_INTERN void function NK_INTERN (line 11513) | NK_INTERN void function NK_INTERN (line 11523) | NK_INTERN void* function NK_INTERN (line 11545) | NK_INTERN void function NK_INTERN (line 11551) | NK_INTERN void function nk_tt__active_edge (line 11561) | nk_tt__active_edge* function NK_INTERN (line 11580) | NK_INTERN void function NK_INTERN (line 11613) | NK_INTERN void function NK_INTERN (line 11773) | NK_INTERN void function NK_INTERN (line 11864) | NK_INTERN void function NK_INTERN (line 11883) | NK_INTERN void function NK_INTERN (line 11950) | NK_INTERN void function NK_INTERN (line 11956) | NK_INTERN void function NK_INTERN (line 12011) | NK_INTERN void function NK_INTERN (line 12018) | NK_INTERN int function nk_tt__point (line 12046) | nk_tt__point* function NK_INTERN (line 12124) | NK_INTERN void function NK_INTERN (line 12143) | NK_INTERN void function NK_INTERN (line 12169) | NK_INTERN int function NK_INTERN (line 12200) | NK_INTERN void function NK_INTERN (line 12206) | NK_INTERN void function NK_INTERN (line 12217) | NK_INTERN void function NK_INTERN (line 12280) | NK_INTERN void function NK_INTERN (line 12343) | NK_INTERN float function NK_INTERN (line 12355) | NK_INTERN int function NK_INTERN (line 12386) | NK_INTERN int function NK_INTERN (line 12469) | NK_INTERN void type nk_font_bake_data (line 12505) | struct nk_font_bake_data { type nk_font_baker (line 12512) | struct nk_font_baker { function NK_INTERN (line 12527) | NK_INTERN int function NK_INTERN (line 12536) | NK_INTERN int function NK_API (line 12551) | NK_API const nk_rune* function NK_API (line 12557) | NK_API const nk_rune* function NK_API (line 12570) | NK_API const nk_rune* function NK_API (line 12582) | NK_API const nk_rune* function NK_INTERN (line 12593) | NK_INTERN void function nk_font_baker (line 12625) | nk_font_baker* function NK_INTERN (line 12639) | NK_INTERN int function NK_INTERN (line 12753) | NK_INTERN void function NK_INTERN (line 12863) | NK_INTERN void function NK_INTERN (line 12891) | NK_INTERN void function NK_INTERN (line 12916) | NK_INTERN float function NK_INTERN (line 12949) | NK_INTERN void function nk_font_glyph (line 12976) | nk_font_glyph* function NK_INTERN (line 13004) | NK_INTERN void function nk_decompress_length (line 13188) | NK_INTERN unsigned int function NK_INTERN (line 13193) | NK_INTERN void function NK_INTERN (line 13202) | NK_INTERN void function nk_adler32 (line 13232) | NK_INTERN unsigned int function nk_decompress (line 13262) | NK_INTERN unsigned int function nk_decode_85_byte (line 13296) | NK_INTERN unsigned int function NK_INTERN (line 13301) | NK_INTERN void function nk_font_config (line 13329) | nk_font_config function NK_API (line 13351) | NK_API void function NK_API (line 13365) | NK_API void function NK_API (line 13375) | NK_API void function NK_API (line 13387) | NK_API void function nk_font (line 13404) | nk_font* function nk_font (line 13491) | nk_font* function nk_font (line 13516) | nk_font* function nk_font (line 13542) | nk_font* function nk_font (line 13577) | nk_font* function nk_font (line 13608) | nk_font* function NK_API (line 13621) | NK_API const void* function NK_API (line 13745) | NK_API void function NK_API (line 13780) | NK_API void function NK_API (line 13802) | NK_API void function NK_API (line 13852) | NK_API void function NK_API (line 13872) | NK_API void function NK_API (line 13887) | NK_API void function NK_API (line 13899) | NK_API void function NK_API (line 13910) | NK_API void function NK_API (line 13926) | NK_API void function NK_API (line 13934) | NK_API void function NK_API (line 13952) | NK_API void function NK_API (line 13961) | NK_API void function NK_API (line 13970) | NK_API int function NK_API (line 13978) | NK_API int function NK_API (line 13989) | NK_API int function NK_API (line 13998) | NK_API int function NK_API (line 14008) | NK_API int function NK_API (line 14018) | NK_API int function NK_API (line 14026) | NK_API int function NK_API (line 14032) | NK_API int function NK_API (line 14038) | NK_API int function NK_API (line 14045) | NK_API int function NK_API (line 14051) | NK_API int function NK_API (line 14061) | NK_API int function NK_API (line 14067) | NK_API int function NK_API (line 14077) | NK_API int function NK_API (line 14087) | NK_API int function NK_API (line 14106) | NK_API void nk_style_default(struct nk_context *ctx){nk_style_from_table... function NK_API (line 14149) | NK_API const char* function nk_style_item (line 14154) | nk_style_item function nk_style_item (line 14162) | nk_style_item function nk_style_item (line 14170) | nk_style_item function NK_API (line 14178) | NK_API void function NK_API (line 14722) | NK_API void function NK_API (line 14735) | NK_API int function NK_API (line 14755) | NK_API int function NK_API (line 14805) | NK_API int NK_STYLE_PUSH_IMPLEMENATION(struct nk, style_item, style_items) function NK_API (line 14830) | NK_API void function NK_API (line 14835) | NK_API void function NK_API (line 14840) | NK_API void function NK_API (line 14850) | NK_API void function NK_INTERN (line 14872) | NK_INTERN void function NK_API (line 14886) | NK_API int function NK_API (line 14896) | NK_API int function NK_API (line 14907) | NK_API int function NK_API (line 14928) | NK_API int function NK_API (line 14941) | NK_API void function NK_API (line 14950) | NK_API void function NK_API (line 14972) | NK_API void function NK_LIB (line 15038) | NK_LIB void function NK_LIB (line 15049) | NK_LIB void function NK_LIB (line 15056) | NK_LIB void function NK_LIB (line 15072) | NK_LIB void function NK_LIB (line 15084) | NK_LIB void function NK_LIB (line 15092) | NK_LIB void function NK_LIB (line 15110) | NK_LIB void function nk_command (line 15172) | nk_command* function nk_command (line 15194) | nk_command* function NK_LIB (line 15217) | NK_LIB void function NK_LIB (line 15227) | NK_LIB void function NK_LIB (line 15239) | NK_LIB void function nk_page_element (line 15250) | nk_page_element* function nk_page_element (line 15281) | nk_page_element* function NK_LIB (line 15307) | NK_LIB void function NK_LIB (line 15319) | NK_LIB void function nk_table (line 15344) | nk_table* function NK_LIB (line 15353) | NK_LIB void function NK_LIB (line 15360) | NK_LIB void function NK_LIB (line 15378) | NK_LIB void function NK_LIB (line 15390) | NK_LIB nk_uint* function NK_LIB (line 15408) | NK_LIB nk_uint* function NK_LIB (line 15435) | NK_LIB void* function NK_LIB (line 15444) | NK_LIB void function NK_LIB (line 15451) | NK_LIB int function nk_vec2 (line 15460) | nk_vec2 function NK_LIB (line 15473) | NK_LIB float function nk_color (line 15489) | nk_color function NK_LIB (line 15502) | NK_LIB int function NK_LIB (line 15507) | NK_LIB int function NK_LIB (line 15512) | NK_LIB int function NK_LIB (line 15735) | NK_LIB void function NK_LIB (line 16040) | NK_LIB void* function NK_LIB (line 16049) | NK_LIB void function nk_window (line 16076) | nk_window* function NK_LIB (line 16092) | NK_LIB void function NK_LIB (line 16137) | NK_LIB void function NK_API (line 16166) | NK_API int function NK_API (line 16172) | NK_API int function NK_API (line 16326) | NK_API void function nk_rect (line 16344) | nk_rect function nk_vec2 (line 16352) | nk_vec2 function nk_vec2 (line 16360) | nk_vec2 function NK_API (line 16368) | NK_API float function NK_API (line 16376) | NK_API float function nk_rect (line 16384) | nk_rect function nk_vec2 (line 16392) | nk_vec2 function nk_vec2 (line 16401) | nk_vec2 function nk_vec2 (line 16411) | nk_vec2 function nk_command_buffer (line 16420) | nk_command_buffer* function nk_panel (line 16429) | nk_panel* function NK_API (line 16437) | NK_API int function NK_API (line 16446) | NK_API int function NK_API (line 16456) | NK_API int function NK_API (line 16483) | NK_API int function NK_API (line 16490) | NK_API int function NK_API (line 16505) | NK_API int function NK_API (line 16520) | NK_API int function NK_API (line 16535) | NK_API int function nk_window (line 16550) | nk_window* function NK_API (line 16559) | NK_API void function NK_API (line 16572) | NK_API void function NK_API (line 16584) | NK_API void function NK_API (line 16593) | NK_API void function NK_API (line 16602) | NK_API void function NK_API (line 16620) | NK_API void function NK_API (line 16628) | NK_API void function NK_API (line 16645) | NK_API void function NK_API (line 16654) | NK_API void function NK_API (line 16682) | NK_API int function NK_LIB (line 16778) | NK_LIB int function NK_API (line 16857) | NK_API void function NK_API (line 16869) | NK_API void function NK_API (line 16911) | NK_API int function NK_API (line 16970) | NK_API int function NK_API (line 17000) | NK_API int function NK_API (line 17005) | NK_API int function NK_API (line 17035) | NK_API int function NK_API (line 17041) | NK_API int function NK_API (line 17071) | NK_API int function NK_API (line 17077) | NK_API void function NK_API (line 17086) | NK_API void function NK_API (line 17133) | NK_API void function NK_API (line 17170) | NK_API void function NK_INTERN (line 17201) | NK_INTERN int function NK_API (line 17234) | NK_API int function NK_API (line 17259) | NK_API int nk_menu_begin_label(struct nk_context *ctx, function NK_API (line 17264) | NK_API int function NK_API (line 17289) | NK_API int function NK_API (line 17314) | NK_API int function NK_API (line 17340) | NK_API int function NK_API (line 17346) | NK_API int function NK_API (line 17372) | NK_API int function NK_API (line 17378) | NK_API int function NK_API (line 17383) | NK_API int function NK_API (line 17388) | NK_API int function NK_API (line 17394) | NK_API int function NK_API (line 17400) | NK_API int nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_symb... function NK_API (line 17405) | NK_API int nk_menu_item_symbol_label(struct nk_context *ctx, enum nk_sym... function NK_API (line 17410) | NK_API void nk_menu_close(struct nk_context *ctx) function NK_API (line 17414) | NK_API void function NK_API (line 17429) | NK_API void function NK_API (line 17445) | NK_API void function NK_LIB (line 17463) | NK_LIB float function NK_LIB (line 17483) | NK_LIB void function NK_LIB (line 17535) | NK_LIB void function NK_API (line 17558) | NK_API float function NK_API (line 17568) | NK_API void function NK_API (line 17573) | NK_API void function NK_API (line 17578) | NK_API void function NK_API (line 17604) | NK_API void function NK_API (line 17630) | NK_API void function NK_API (line 17650) | NK_API void function NK_API (line 17689) | NK_API void function NK_API (line 17716) | NK_API void function NK_API (line 17736) | NK_API void function NK_API (line 17756) | NK_API void function NK_API (line 17776) | NK_API void function NK_API (line 17827) | NK_API void function NK_API (line 17852) | NK_API void function NK_API (line 17871) | NK_API void function nk_rect (line 17887) | nk_rect function nk_rect (line 17906) | nk_rect function nk_vec2 (line 17925) | nk_vec2 function nk_vec2 (line 17941) | nk_vec2 function nk_rect (line 17957) | nk_rect function nk_rect (line 17973) | nk_rect function NK_LIB (line 17989) | NK_LIB void function NK_LIB (line 17997) | NK_LIB void function NK_LIB (line 18127) | NK_LIB void function NK_LIB (line 18149) | NK_LIB void function NK_INTERN (line 18188) | NK_INTERN int function NK_INTERN (line 18296) | NK_INTERN int function NK_API (line 18318) | NK_API int function NK_API (line 18324) | NK_API int function NK_API (line 18330) | NK_API void function NK_API (line 18349) | NK_API int function NK_API (line 18356) | NK_API int function NK_API (line 18363) | NK_API void function NK_INTERN (line 18368) | NK_INTERN int function NK_INTERN (line 18479) | NK_INTERN int function NK_API (line 18501) | NK_API int function NK_API (line 18508) | NK_API int function NK_API (line 18515) | NK_API void function NK_API (line 18530) | NK_API int function NK_API (line 18579) | NK_API void function NK_API (line 18641) | NK_API int function NK_API (line 18647) | NK_API int function NK_API (line 18680) | NK_API int function NK_API (line 18685) | NK_API void function NK_API (line 18700) | NK_API int function NK_API (line 18754) | NK_API void function nk_rect (line 18783) | nk_rect function nk_vec2 (line 18794) | nk_vec2 function nk_vec2 (line 18806) | nk_vec2 function NK_API (line 18818) | NK_API float function NK_API (line 18830) | NK_API float function NK_API (line 18842) | NK_API int function NK_API (line 18864) | NK_API int function NK_API (line 18886) | NK_API int function nk_widget_layout_states (line 18908) | nk_widget_layout_states function nk_widget_layout_states (line 18956) | nk_widget_layout_states function NK_API (line 18989) | NK_API void function NK_LIB (line 19030) | NK_LIB void function NK_LIB (line 19075) | NK_LIB void function NK_API (line 19114) | NK_API void function NK_API (line 19141) | NK_API void function NK_API (line 19169) | NK_API void function NK_API (line 19178) | NK_API void function NK_API (line 19187) | NK_API void function NK_API (line 19195) | NK_API void function NK_API (line 19203) | NK_API void function NK_API (line 19212) | NK_API void function NK_API (line 19221) | NK_API void function NK_API (line 19229) | NK_API void function NK_API (line 19237) | NK_API void function NK_API (line 19242) | NK_API void function NK_API (line 19247) | NK_API void function NK_API (line 19252) | NK_API void function NK_API (line 19258) | NK_API void function NK_API (line 19263) | NK_API void function NK_API (line 19270) | NK_API void function NK_API (line 19278) | NK_API void function NK_API (line 19285) | NK_API void function NK_API (line 19292) | NK_API void function NK_API (line 19297) | NK_API void function NK_API (line 19303) | NK_API void function NK_API (line 19308) | NK_API void function NK_API (line 19323) | NK_API nk_handle function NK_API (line 19330) | NK_API nk_handle function nk_image (line 19338) | nk_image function nk_image (line 19351) | nk_image function nk_image (line 19364) | nk_image function nk_image (line 19378) | nk_image function nk_image (line 19391) | nk_image function nk_image (line 19405) | nk_image function NK_API (line 19418) | NK_API int function NK_API (line 19424) | NK_API void function NK_API (line 19439) | NK_API void function NK_LIB (line 19464) | NK_LIB void function NK_LIB (line 19517) | NK_LIB int function nk_style_item (line 19544) | nk_style_item* function NK_LIB (line 19564) | NK_LIB int function NK_LIB (line 19589) | NK_LIB void function NK_LIB (line 19612) | NK_LIB int function NK_LIB (line 19636) | NK_LIB void function NK_LIB (line 19658) | NK_LIB int function NK_LIB (line 19681) | NK_LIB void function NK_LIB (line 19689) | NK_LIB int function NK_LIB (line 19715) | NK_LIB void function NK_LIB (line 19748) | NK_LIB int function NK_LIB (line 19780) | NK_LIB void function NK_LIB (line 19805) | NK_LIB int function NK_API (line 19841) | NK_API void function NK_API (line 19848) | NK_API int function NK_API (line 19868) | NK_API int function NK_API (line 19886) | NK_API int function NK_API (line 19913) | NK_API int function NK_API (line 19920) | NK_API int nk_button_label_styled(struct nk_context *ctx, function NK_API (line 19925) | NK_API int nk_button_label(struct nk_context *ctx, const char *title) function NK_API (line 19929) | NK_API int function NK_API (line 19964) | NK_API int function NK_API (line 19989) | NK_API int function NK_API (line 19996) | NK_API int function NK_API (line 20022) | NK_API int function NK_API (line 20029) | NK_API int function NK_API (line 20057) | NK_API int function NK_API (line 20065) | NK_API int nk_button_symbol_label(struct nk_context *ctx, enum nk_symbol... function NK_API (line 20070) | NK_API int nk_button_symbol_label_styled(struct nk_context *ctx, function NK_API (line 20076) | NK_API int function NK_API (line 20104) | NK_API int function NK_API (line 20110) | NK_API int nk_button_image_label(struct nk_context *ctx, struct nk_image... function NK_API (line 20115) | NK_API int nk_button_image_label_styled(struct nk_context *ctx, function NK_LIB (line 20131) | NK_LIB int function NK_LIB (line 20146) | NK_LIB void function NK_LIB (line 20188) | NK_LIB void function NK_LIB (line 20230) | NK_LIB int function NK_API (line 20297) | NK_API int function nk_check_flags_text (line 20325) | NK_API unsigned int function NK_API (line 20339) | NK_API int function NK_API (line 20351) | NK_API int function NK_API (line 20369) | NK_API int nk_check_label(struct nk_context *ctx, const char *label, int... function nk_check_flags_label (line 20373) | NK_API unsigned int nk_check_flags_label(struct nk_context *ctx, const c... function NK_API (line 20378) | NK_API int nk_checkbox_label(struct nk_context *ctx, const char *label, ... function NK_API (line 20382) | NK_API int nk_checkbox_flags_label(struct nk_context *ctx, const char *l... function NK_API (line 20392) | NK_API int function NK_API (line 20420) | NK_API int function NK_API (line 20432) | NK_API int function NK_API (line 20437) | NK_API int function NK_LIB (line 20452) | NK_LIB void function NK_LIB (line 20501) | NK_LIB int function NK_LIB (line 20537) | NK_LIB int function NK_LIB (line 20584) | NK_LIB int function NK_API (line 20632) | NK_API int function NK_API (line 20661) | NK_API int function NK_API (line 20690) | NK_API int function NK_API (line 20719) | NK_API int function NK_API (line 20725) | NK_API int nk_select_text(struct nk_context *ctx, const char *str, int len, function NK_API (line 20730) | NK_API int nk_selectable_label(struct nk_context *ctx, const char *str, ... function NK_API (line 20734) | NK_API int nk_selectable_image_label(struct nk_context *ctx,struct nk_im... function NK_API (line 20739) | NK_API int nk_select_label(struct nk_context *ctx, const char *str, nk_f... function NK_API (line 20743) | NK_API int nk_select_image_label(struct nk_context *ctx, struct nk_image... function NK_API (line 20748) | NK_API int nk_select_image_text(struct nk_context *ctx, struct nk_image ... function NK_API (line 20753) | NK_API int function NK_API (line 20759) | NK_API int function NK_LIB (line 20775) | NK_LIB float function NK_LIB (line 20817) | NK_LIB void function NK_LIB (line 20876) | NK_LIB float function NK_API (line 20965) | NK_API int function NK_API (line 20999) | NK_API float function NK_API (line 21004) | NK_API int function NK_API (line 21011) | NK_API int function NK_LIB (line 21030) | NK_LIB nk_size function NK_LIB (line 21060) | NK_LIB void function NK_LIB (line 21095) | NK_LIB nk_size function NK_API (line 21126) | NK_API int function NK_API (line 21157) | NK_API nk_size function NK_LIB (line 21173) | NK_LIB float function NK_LIB (line 21247) | NK_LIB void function NK_LIB (line 21281) | NK_LIB float function NK_LIB (line 21370) | NK_LIB float type nk_text_find (line 21469) | struct nk_text_find { type nk_text_edit_row (line 21476) | struct nk_text_edit_row { type nk_text_edit (line 21487) | struct nk_text_edit type nk_text_edit (line 21488) | struct nk_text_edit type nk_text_edit (line 21489) | struct nk_text_edit function NK_INTERN (line 21492) | NK_INTERN float function NK_INTERN (line 21501) | NK_INTERN void function NK_INTERN (line 21522) | NK_INTERN int function NK_LIB (line 21582) | NK_LIB void function NK_LIB (line 21593) | NK_LIB void function NK_INTERN (line 21604) | NK_INTERN void function NK_INTERN (line 21661) | NK_INTERN void function NK_API (line 21675) | NK_API void function NK_API (line 21683) | NK_API void function NK_INTERN (line 21701) | NK_INTERN void function NK_INTERN (line 21711) | NK_INTERN void function NK_INTERN (line 21722) | NK_INTERN void function NK_INTERN (line 21734) | NK_INTERN int function NK_INTERN (line 21745) | NK_INTERN int function NK_INTERN (line 21757) | NK_INTERN int function NK_INTERN (line 21770) | NK_INTERN void function NK_API (line 21778) | NK_API int function NK_API (line 21791) | NK_API int function NK_API (line 21816) | NK_API void function NK_LIB (line 21865) | NK_LIB void function NK_INTERN (line 22175) | NK_INTERN void function NK_INTERN (line 22181) | NK_INTERN void function NK_INTERN (line 22204) | NK_INTERN void function nk_text_undo_record (line 22235) | nk_text_undo_record* function NK_INTERN (line 22260) | NK_INTERN nk_rune* function NK_API (line 22281) | NK_API void function NK_API (line 22348) | NK_API void function NK_INTERN (line 22397) | NK_INTERN void function NK_INTERN (line 22402) | NK_INTERN void function NK_INTERN (line 22412) | NK_INTERN void function NK_LIB (line 22423) | NK_LIB void function NK_API (line 22443) | NK_API void function NK_API (line 22453) | NK_API void function NK_API (line 22464) | NK_API void function NK_API (line 22474) | NK_API void function NK_API (line 22481) | NK_API void function NK_API (line 22498) | NK_API int function NK_API (line 22505) | NK_API int function NK_API (line 22512) | NK_API int function NK_API (line 22520) | NK_API int function NK_API (line 22528) | NK_API int function NK_API (line 22538) | NK_API int function NK_API (line 22546) | NK_API int function NK_LIB (line 22560) | NK_LIB void function NK_LIB (line 22640) | NK_LIB nk_flags function NK_API (line 23139) | NK_API void function NK_API (line 23156) | NK_API void function NK_API (line 23168) | NK_API nk_flags function NK_API (line 23224) | NK_API nk_flags function NK_API (line 23285) | NK_API nk_flags function NK_LIB (line 23305) | NK_LIB void function NK_LIB (line 23344) | NK_LIB void function NK_LIB (line 23363) | NK_LIB void function NK_LIB (line 23397) | NK_LIB void function nk_property_variant (line 23573) | nk_property_variant function nk_property_variant (line 23584) | nk_property_variant function nk_property_variant (line 23595) | nk_property_variant function NK_LIB (line 23607) | NK_LIB void function NK_API (line 23707) | NK_API void function NK_API (line 23721) | NK_API void function NK_API (line 23735) | NK_API void function NK_API (line 23749) | NK_API int function NK_API (line 23763) | NK_API float function NK_API (line 23777) | NK_API double function NK_API (line 23801) | NK_API int function NK_API (line 23860) | NK_API int function NK_API (line 23867) | NK_API void function NK_API (line 23890) | NK_API void function NK_INTERN (line 23897) | NK_INTERN nk_flags function NK_INTERN (line 23967) | NK_INTERN nk_flags function NK_API (line 24013) | NK_API nk_flags function NK_API (line 24039) | NK_API nk_flags function NK_API (line 24044) | NK_API void function NK_API (line 24060) | NK_API void function NK_API (line 24085) | NK_API void function NK_LIB (line 24120) | NK_LIB int function NK_LIB (line 24172) | NK_LIB void function NK_LIB (line 24231) | NK_LIB int function NK_API (line 24277) | NK_API int function nk_colorf (line 24305) | nk_colorf function NK_INTERN (line 24322) | NK_INTERN int function NK_API (line 24356) | NK_API int function NK_API (line 24445) | NK_API int function NK_API (line 24450) | NK_API int function NK_API (line 24527) | NK_API int function NK_API (line 24614) | NK_API int function NK_API (line 24710) | NK_API int function NK_API (line 24787) | NK_API int function NK_API (line 24878) | NK_API int function NK_API (line 24884) | NK_API int function NK_API (line 24890) | NK_API int function NK_API (line 24895) | NK_API int function NK_API (line 24900) | NK_API int function NK_API (line 24906) | NK_API int function NK_API (line 24912) | NK_API int function NK_API (line 24918) | NK_API int function NK_API (line 24924) | NK_API void nk_combo_end(struct nk_context *ctx) function NK_API (line 24928) | NK_API void nk_combo_close(struct nk_context *ctx) function NK_API (line 24932) | NK_API int function NK_API (line 24962) | NK_API int function NK_API (line 25011) | NK_API int function NK_API (line 25017) | NK_API int function NK_API (line 25050) | NK_API void function NK_API (line 25056) | NK_API void function NK_API (line 25062) | NK_API void function NK_API (line 25069) | NK_API void function NK_API (line 25086) | NK_API int function NK_API (line 25125) | NK_API void function NK_API (line 25135) | NK_API void function NK_API (line 25171) | NK_API void function NK_API (line 25179) | NK_API void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/nuklear_glfw_gl2.h type nk_glfw_init_state (line 18) | enum nk_glfw_init_state{ type nk_glfw_init_state (line 22) | enum nk_glfw_init_state type nk_font_atlas (line 23) | struct nk_font_atlas type nk_anti_aliasing (line 27) | enum nk_anti_aliasing type nk_glfw_device (line 54) | struct nk_glfw_device { type nk_glfw_vertex (line 60) | struct nk_glfw_vertex { type nk_glfw (line 66) | struct nk_glfw { function NK_INTERN (line 82) | NK_INTERN void function NK_API (line 94) | NK_API void function NK_API (line 200) | NK_API void function NK_API (line 208) | NK_API void function NK_API (line 216) | NK_API void function NK_INTERN (line 232) | NK_INTERN void function NK_INTERN (line 240) | NK_INTERN void function nk_context (line 254) | nk_context* function NK_API (line 275) | NK_API void function NK_API (line 283) | NK_API void function NK_API (line 294) | NK_API void function NK_API (line 370) | NK_API FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/stb_image_write.h type stbi__write_context (line 200) | typedef struct function stbi__start_write_callbacks (line 207) | static void stbi__start_write_callbacks(stbi__write_context *s, stbi_wri... function stbi__stdio_write (line 215) | static void stbi__stdio_write(void *context, void *data, int size) function stbi__start_write_file (line 220) | static int stbi__start_write_file(stbi__write_context *s, const char *fi... function stbi__end_write_file (line 227) | static void stbi__end_write_file(stbi__write_context *s) type stbiw_uint32 (line 234) | typedef unsigned int stbiw_uint32; function stbiw__writefv (line 243) | static void stbiw__writefv(stbi__write_context *s, const char *fmt, va_l... function stbiw__writef (line 272) | static void stbiw__writef(stbi__write_context *s, const char *fmt, ...) function stbiw__write3 (line 280) | static void stbiw__write3(stbi__write_context *s, unsigned char a, unsig... function stbiw__write_pixel (line 287) | static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int ... function stbiw__write_pixels (line 322) | static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int... function stbiw__outfile (line 344) | static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir,... function stbi_write_bmp_core (line 358) | static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 367) | STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 375) | STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp... function stbi_write_tga_core (line 387) | static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int... function stbi_write_tga_to_func (line 455) | int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, ... function stbi_write_tga (line 463) | int stbi_write_tga(char const *filename, int x, int y, int comp, const v... function stbiw__linear_to_rgbe (line 482) | void stbiw__linear_to_rgbe(unsigned char *rgbe, float *linear) function stbiw__write_run_data (line 499) | void stbiw__write_run_data(stbi__write_context *s, int length, unsigned ... function stbiw__write_dump_data (line 507) | void stbiw__write_dump_data(stbi__write_context *s, int length, unsigned... function stbiw__write_hdr_scanline (line 515) | void stbiw__write_hdr_scanline(stbi__write_context *s, int width, int nc... function stbi_write_hdr_core (line 604) | static int stbi_write_hdr_core(stbi__write_context *s, int x, int y, int... function stbi_write_hdr_to_func (line 626) | int stbi_write_hdr_to_func(stbi_write_func *func, void *context, int x, ... function stbi_write_hdr (line 633) | int stbi_write_hdr(char const *filename, int x, int y, int comp, const f... function stbiw__zlib_bitrev (line 687) | static int stbiw__zlib_bitrev(int code, int codebits) function stbiw__zlib_countm (line 697) | static unsigned int stbiw__zlib_countm(unsigned char *a, unsigned char *... function stbiw__zhash (line 705) | static unsigned int stbiw__zhash(unsigned char *data) function stbiw__crc32 (line 836) | static unsigned int stbiw__crc32(unsigned char *buffer, int len) function stbiw__wpcrc (line 885) | static void stbiw__wpcrc(unsigned char **data, int len) function stbiw__paeth (line 891) | static unsigned char stbiw__paeth(int a, int b, int c) function STBIWDEF (line 992) | STBIWDEF int stbi_write_png(char const *filename, int x, int y, int comp... function STBIWDEF (line 1007) | STBIWDEF int stbi_write_png_to_func(stbi_write_func *func, void *context... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/tinycthread.c function mtx_init (line 56) | int mtx_init(mtx_t *mtx, int type) function mtx_destroy (line 77) | void mtx_destroy(mtx_t *mtx) function mtx_lock (line 86) | int mtx_lock(mtx_t *mtx) function mtx_timedlock (line 101) | int mtx_timedlock(mtx_t *mtx, const struct timespec *ts) function mtx_trylock (line 109) | int mtx_trylock(mtx_t *mtx) function mtx_unlock (line 124) | int mtx_unlock(mtx_t *mtx) function cnd_init (line 140) | int cnd_init(cnd_t *cond) function cnd_destroy (line 169) | void cnd_destroy(cnd_t *cond) function cnd_signal (line 186) | int cnd_signal(cnd_t *cond) function cnd_broadcast (line 211) | int cnd_broadcast(cnd_t *cond) function _cnd_timedwait_win32 (line 237) | static int _cnd_timedwait_win32(cnd_t *cond, mtx_t *mtx, DWORD timeout) function cnd_wait (line 285) | int cnd_wait(cnd_t *cond, mtx_t *mtx) function cnd_timedwait (line 294) | int cnd_timedwait(cnd_t *cond, mtx_t *mtx, const struct timespec *ts) type _thread_start_info (line 319) | typedef struct { function thrd_create (line 361) | int thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function thrd_t (line 393) | thrd_t thrd_current(void) function thrd_detach (line 402) | int thrd_detach(thrd_t thr) function thrd_equal (line 409) | int thrd_equal(thrd_t thr0, thrd_t thr1) function thrd_exit (line 418) | void thrd_exit(int res) function thrd_join (line 432) | int thrd_join(thrd_t thr, int *res) function thrd_sleep (line 465) | int thrd_sleep(const struct timespec *time_point, struct timespec *remai... function thrd_yield (line 512) | void thrd_yield(void) function tss_create (line 521) | int tss_create(tss_t *key, tss_dtor_t dtor) function tss_delete (line 543) | void tss_delete(tss_t key) function tss_set (line 561) | int tss_set(tss_t key, void *val) function _tthread_clock_gettime (line 578) | int _tthread_clock_gettime(clockid_t clk_id, struct timespec *ts) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/tinycthread.h type _ttherad_timespec (line 112) | struct _ttherad_timespec { type _tthread_clockid_t (line 120) | typedef int _tthread_clockid_t; type timespec (line 124) | struct timespec type mtx_t (line 185) | typedef struct { type pthread_mutex_t (line 191) | typedef pthread_mutex_t mtx_t; type timespec (line 225) | struct timespec type cnd_t (line 246) | typedef struct { type pthread_cond_t (line 252) | typedef pthread_cond_t cnd_t; type timespec (line 311) | struct timespec type HANDLE (line 315) | typedef HANDLE thrd_t; type pthread_t (line 317) | typedef pthread_t thrd_t; type timespec (line 386) | struct timespec type timespec (line 386) | struct timespec type DWORD (line 396) | typedef DWORD tss_t; type pthread_key_t (line 398) | typedef pthread_key_t tss_t; FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/deps/vs2008/stdint.h type int_least8_t (line 94) | typedef int8_t int_least8_t; type int_least16_t (line 95) | typedef int16_t int_least16_t; type int_least32_t (line 96) | typedef int32_t int_least32_t; type int_least64_t (line 97) | typedef int64_t int_least64_t; type uint_least8_t (line 98) | typedef uint8_t uint_least8_t; type uint_least16_t (line 99) | typedef uint16_t uint_least16_t; type uint_least32_t (line 100) | typedef uint32_t uint_least32_t; type uint_least64_t (line 101) | typedef uint64_t uint_least64_t; type int_fast8_t (line 104) | typedef int8_t int_fast8_t; type int_fast16_t (line 105) | typedef int16_t int_fast16_t; type int_fast32_t (line 106) | typedef int32_t int_fast32_t; type int_fast64_t (line 107) | typedef int64_t int_fast64_t; type uint_fast8_t (line 108) | typedef uint8_t uint_fast8_t; type uint_fast16_t (line 109) | typedef uint16_t uint_fast16_t; type uint_fast32_t (line 110) | typedef uint32_t uint_fast32_t; type uint_fast64_t (line 111) | typedef uint64_t uint_fast64_t; type intmax_t (line 123) | typedef int64_t intmax_t; type uintmax_t (line 124) | typedef uint64_t uintmax_t; FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/include/GLFW/glfw3.h type GLFWmonitor (line 1174) | typedef struct GLFWmonitor GLFWmonitor; type GLFWwindow (line 1186) | typedef struct GLFWwindow GLFWwindow; type GLFWcursor (line 1198) | typedef struct GLFWcursor GLFWcursor; type GLFWvidmode (line 1658) | typedef struct GLFWvidmode type GLFWgammaramp (line 1692) | typedef struct GLFWgammaramp type GLFWimage (line 1721) | typedef struct GLFWimage type GLFWgamepadstate (line 1745) | typedef struct GLFWgamepadstate FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_joystick.h type _GLFWjoystickNS (line 40) | typedef struct _GLFWjoystickNS FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_platform.h type VkFlags (line 65) | typedef VkFlags VkMacOSSurfaceCreateFlagsMVK; type VkFlags (line 66) | typedef VkFlags VkMetalSurfaceCreateFlagsEXT; type VkMacOSSurfaceCreateInfoMVK (line 68) | typedef struct VkMacOSSurfaceCreateInfoMVK type VkMetalSurfaceCreateInfoEXT (line 76) | typedef struct VkMetalSurfaceCreateInfoEXT type VkMacOSSurfaceCreateInfoMVK (line 84) | typedef VkResult (APIENTRY *PFN_vkCreateMacOSSurfaceMVK)(VkInstance,cons... type VkMetalSurfaceCreateInfoEXT (line 85) | typedef VkResult (APIENTRY *PFN_vkCreateMetalSurfaceEXT)(VkInstance,cons... type TISInputSourceRef (line 108) | typedef TISInputSourceRef (*PFN_TISCopyCurrentKeyboardLayoutInputSource)... type UInt8 (line 112) | typedef UInt8 (*PFN_LMGetKbdType)(void); type _GLFWwindowNS (line 118) | typedef struct _GLFWwindowNS type _GLFWlibraryNS (line 142) | typedef struct _GLFWlibraryNS type _GLFWmonitorNS (line 176) | typedef struct _GLFWmonitorNS type _GLFWcursorNS (line 187) | typedef struct _GLFWcursorNS type _GLFWtimerNS (line 194) | typedef struct _GLFWtimerNS FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/cocoa_time.c function _glfwInitTimerNS (line 40) | void _glfwInitTimerNS(void) function _glfwPlatformGetTimerValue (line 53) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 58) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/context.c function GLFWbool (line 49) | GLFWbool _glfwIsValidContextConfig(const _GLFWctxconfig* ctxconfig) function _GLFWfbconfig (line 178) | const _GLFWfbconfig* _glfwChooseFBConfig(const _GLFWfbconfig* desired, function GLFWbool (line 340) | GLFWbool _glfwRefreshContextAttribs(_GLFWwindow* window, function GLFWbool (line 578) | GLFWbool _glfwStringInExtensionString(const char* string, const char* ex... function GLFWAPI (line 609) | GLFWAPI void glfwMakeContextCurrent(GLFWwindow* handle) function GLFWAPI (line 633) | GLFWAPI GLFWwindow* glfwGetCurrentContext(void) function GLFWAPI (line 639) | GLFWAPI void glfwSwapBuffers(GLFWwindow* handle) function GLFWAPI (line 656) | GLFWAPI void glfwSwapInterval(int interval) function GLFWAPI (line 673) | GLFWAPI int glfwExtensionSupported(const char* extension) function GLFWAPI (line 739) | GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/egl_context.c function getEGLConfigAttrib (line 81) | static int getEGLConfigAttrib(EGLConfig config, int attrib) function GLFWbool (line 90) | static GLFWbool chooseEGLConfig(const _GLFWctxconfig* ctxconfig, function makeContextCurrentEGL (line 192) | static void makeContextCurrentEGL(_GLFWwindow* window) function swapBuffersEGL (line 224) | static void swapBuffersEGL(_GLFWwindow* window) function swapIntervalEGL (line 236) | static void swapIntervalEGL(int interval) function extensionSupportedEGL (line 241) | static int extensionSupportedEGL(const char* extension) function GLFWglproc (line 253) | static GLFWglproc getProcAddressEGL(const char* procname) function destroyContextEGL (line 268) | static void destroyContextEGL(_GLFWwindow* window) function GLFWbool (line 303) | GLFWbool _glfwInitEGL(void) function _glfwTerminateEGL (line 435) | void _glfwTerminateEGL(void) function GLFWbool (line 712) | GLFWbool _glfwChooseVisualEGL(const _GLFWwndconfig* wndconfig, function GLFWAPI (line 757) | GLFWAPI EGLDisplay glfwGetEGLDisplay(void) function GLFWAPI (line 763) | GLFWAPI EGLContext glfwGetEGLContext(GLFWwindow* handle) function GLFWAPI (line 777) | GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/egl_context.h type HDC (line 32) | typedef HDC EGLNativeDisplayType; type HWND (line 33) | typedef HWND EGLNativeWindowType; type id (line 37) | typedef id EGLNativeWindowType; type Display (line 40) | typedef Display* EGLNativeDisplayType; type Window (line 41) | typedef Window EGLNativeWindowType; type wl_display (line 44) | struct wl_display type wl_egl_window (line 45) | struct wl_egl_window type EGLint (line 112) | typedef int EGLint; type EGLBoolean (line 113) | typedef unsigned int EGLBoolean; type EGLenum (line 114) | typedef unsigned int EGLenum; type EGLConfig (line 121) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglGetConfigAttrib)(EGLDisplay,EGL... type EGLConfig (line 122) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglGetConfigs)(EGLDisplay,EGLConfi... type EGLint (line 125) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglInitialize)(EGLDisplay,EGLint*,... type EGLConfig (line 128) | typedef EGLContext (EGLAPIENTRY * PFN_eglCreateContext)(EGLDisplay,EGLCo... type EGLConfig (line 131) | typedef EGLSurface (EGLAPIENTRY * PFN_eglCreateWindowSurface)(EGLDisplay... type EGLSurface (line 132) | typedef EGLBoolean (EGLAPIENTRY * PFN_eglMakeCurrent)(EGLDisplay,EGLSurf... type _GLFWcontextEGL (line 160) | typedef struct _GLFWcontextEGL type _GLFWlibraryEGL (line 171) | typedef struct _GLFWlibraryEGL FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/glx_context.c function getGLXFBConfigAttrib (line 43) | static int getGLXFBConfigAttrib(GLXFBConfig fbconfig, int attrib) function GLFWbool (line 52) | static GLFWbool chooseGLXFBConfig(const _GLFWfbconfig* desired, function GLXContext (line 148) | static GLXContext createLegacyContextGLX(_GLFWwindow* window, function makeContextCurrentGLX (line 159) | static void makeContextCurrentGLX(_GLFWwindow* window) function swapBuffersGLX (line 185) | static void swapBuffersGLX(_GLFWwindow* window) function swapIntervalGLX (line 190) | static void swapIntervalGLX(int interval) function extensionSupportedGLX (line 209) | static int extensionSupportedGLX(const char* extension) function GLFWglproc (line 222) | static GLFWglproc getProcAddressGLX(const char* procname) function destroyContextGLX (line 232) | static void destroyContextGLX(_GLFWwindow* window) function GLFWbool (line 254) | GLFWbool _glfwInitGLX(void) function _glfwTerminateGLX (line 425) | void _glfwTerminateGLX(void) function GLFWbool (line 446) | GLFWbool _glfwCreateContextGLX(_GLFWwindow* window, function GLFWbool (line 637) | GLFWbool _glfwChooseVisualGLX(const _GLFWwndconfig* wndconfig, function GLFWAPI (line 672) | GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* handle) function GLFWAPI (line 686) | GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/glx_context.h type XID (line 69) | typedef XID GLXWindow; type XID (line 70) | typedef XID GLXDrawable; type __GLXFBConfig (line 71) | struct __GLXFBConfig type __GLXcontext (line 72) | struct __GLXcontext type Bool (line 77) | typedef Bool (*PFNGLXQUERYEXTENSIONPROC)(Display*,int*,int*); type Bool (line 78) | typedef Bool (*PFNGLXQUERYVERSIONPROC)(Display*,int*,int*); type Bool (line 80) | typedef Bool (*PFNGLXMAKECURRENTPROC)(Display*,GLXDrawable,GLXContext); type GLXFBConfig (line 83) | typedef GLXFBConfig* (*PFNGLXGETFBCONFIGSPROC)(Display*,int,int*); type GLXContext (line 84) | typedef GLXContext (*PFNGLXCREATENEWCONTEXTPROC)(Display*,GLXFBConfig,in... type __GLXextproc (line 85) | typedef __GLXextproc (* PFNGLXGETPROCADDRESSPROC)(const GLubyte *procName); type XVisualInfo (line 87) | typedef XVisualInfo* (*PFNGLXGETVISUALFROMFBCONFIGPROC)(Display*,GLXFBCo... type GLXWindow (line 88) | typedef GLXWindow (*PFNGLXCREATEWINDOWPROC)(Display*,GLXFBConfig,Window,... type GLXContext (line 93) | typedef GLXContext (*PFNGLXCREATECONTEXTATTRIBSARBPROC)(Display*,GLXFBCo... type _GLFWcontextGLX (line 116) | typedef struct _GLFWcontextGLX type _GLFWlibraryGLX (line 124) | typedef struct _GLFWlibraryGLX FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/init.c function terminate (line 62) | static void terminate(void) function _glfw_fminf (line 122) | float _glfw_fminf(float a, float b) function _glfw_fmaxf (line 134) | float _glfw_fmaxf(float a, float b) function _glfwInputError (line 153) | void _glfwInputError(int code, const char* format, ...) function GLFWAPI (line 222) | GLFWAPI int glfwInit(void) function GLFWAPI (line 255) | GLFWAPI void glfwTerminate(void) function GLFWAPI (line 263) | GLFWAPI void glfwInitHint(int hint, int value) function GLFWAPI (line 282) | GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev) function GLFWAPI (line 292) | GLFWAPI const char* glfwGetVersionString(void) function GLFWAPI (line 297) | GLFWAPI int glfwGetError(const char** description) function GLFWAPI (line 321) | GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/input.c function _GLFWmapping (line 49) | static _GLFWmapping* findMapping(const char* guid) function GLFWbool (line 64) | static GLFWbool isValidElementForJoystick(const _GLFWmapelement* e, function _GLFWmapping (line 79) | static _GLFWmapping* findValidMapping(const _GLFWjoystick* js) function GLFWbool (line 104) | static GLFWbool parseMapping(_GLFWmapping* mapping, const char* string) function _glfwInputKey (line 250) | void _glfwInputKey(_GLFWwindow* window, int key, int scancode, int actio... function _glfwInputChar (line 281) | void _glfwInputChar(_GLFWwindow* window, unsigned int codepoint, int mod... function _glfwInputScroll (line 301) | void _glfwInputScroll(_GLFWwindow* window, double xoffset, double yoffset) function _glfwInputMouseClick (line 309) | void _glfwInputMouseClick(_GLFWwindow* window, int button, int action, i... function _glfwInputCursorPos (line 329) | void _glfwInputCursorPos(_GLFWwindow* window, double xpos, double ypos) function _glfwInputCursorEnter (line 343) | void _glfwInputCursorEnter(_GLFWwindow* window, GLFWbool entered) function _glfwInputDrop (line 351) | void _glfwInputDrop(_GLFWwindow* window, int count, const char** paths) function _glfwInputJoystick (line 359) | void _glfwInputJoystick(_GLFWjoystick* js, int event) function _glfwInputJoystickAxis (line 369) | void _glfwInputJoystickAxis(_GLFWjoystick* js, int axis, float value) function _glfwInputJoystickButton (line 376) | void _glfwInputJoystickButton(_GLFWjoystick* js, int button, char value) function _glfwInputJoystickHat (line 383) | void _glfwInputJoystickHat(_GLFWjoystick* js, int hat, char value) function _glfwInitGamepadMappings (line 402) | void _glfwInitGamepadMappings(void) function _GLFWjoystick (line 425) | _GLFWjoystick* _glfwAllocJoystick(const char* name, function _glfwFreeJoystick (line 461) | void _glfwFreeJoystick(_GLFWjoystick* js) function _glfwCenterCursorInContentArea (line 471) | void _glfwCenterCursorInContentArea(_GLFWwindow* window) function GLFWAPI (line 484) | GLFWAPI int glfwGetInputMode(GLFWwindow* handle, int mode) function GLFWAPI (line 509) | GLFWAPI void glfwSetInputMode(GLFWwindow* handle, int mode, int value) function GLFWAPI (line 602) | GLFWAPI int glfwRawMouseMotionSupported(void) function GLFWAPI (line 608) | GLFWAPI const char* glfwGetKeyName(int key, int scancode) function GLFWAPI (line 627) | GLFWAPI int glfwGetKeyScancode(int key) function GLFWAPI (line 640) | GLFWAPI int glfwGetKey(GLFWwindow* handle, int key) function GLFWAPI (line 663) | GLFWAPI int glfwGetMouseButton(GLFWwindow* handle, int button) function GLFWAPI (line 686) | GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ... function GLFWAPI (line 709) | GLFWAPI void glfwSetCursorPos(GLFWwindow* handle, double xpos, double ypos) function GLFWAPI (line 741) | GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, i... function GLFWAPI (line 762) | GLFWAPI GLFWcursor* glfwCreateStandardCursor(int shape) function GLFWAPI (line 792) | GLFWAPI void glfwDestroyCursor(GLFWcursor* handle) function GLFWAPI (line 827) | GLFWAPI void glfwSetCursor(GLFWwindow* windowHandle, GLFWcursor* cursorH... function GLFWAPI (line 840) | GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun) function GLFWAPI (line 850) | GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun ... function GLFWAPI (line 860) | GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFW... function GLFWAPI (line 870) | GLFWAPI GLFWmousebuttonfun glfwSetMouseButtonCallback(GLFWwindow* handle, function GLFWAPI (line 881) | GLFWAPI GLFWcursorposfun glfwSetCursorPosCallback(GLFWwindow* handle, function GLFWAPI (line 892) | GLFWAPI GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* handle, function GLFWAPI (line 903) | GLFWAPI GLFWscrollfun glfwSetScrollCallback(GLFWwindow* handle, function GLFWAPI (line 914) | GLFWAPI GLFWdropfun glfwSetDropCallback(GLFWwindow* handle, GLFWdropfun ... function GLFWAPI (line 924) | GLFWAPI int glfwJoystickPresent(int jid) function GLFWAPI (line 946) | GLFWAPI const float* glfwGetJoystickAxes(int jid, int* count) function GLFWAPI (line 1037) | GLFWAPI const char* glfwGetJoystickName(int jid) function GLFWAPI (line 1062) | GLFWAPI const char* glfwGetJoystickGUID(int jid) function GLFWAPI (line 1087) | GLFWAPI void glfwSetJoystickUserPointer(int jid, void* pointer) function GLFWAPI (line 1103) | GLFWAPI void* glfwGetJoystickUserPointer(int jid) function GLFWAPI (line 1119) | GLFWAPI GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun cbfun) function GLFWAPI (line 1126) | GLFWAPI int glfwUpdateGamepadMappings(const char* string) function GLFWAPI (line 1186) | GLFWAPI int glfwJoystickIsGamepad(int jid) function GLFWAPI (line 1211) | GLFWAPI const char* glfwGetGamepadName(int jid) function GLFWAPI (line 1239) | GLFWAPI int glfwGetGamepadState(int jid, GLFWgamepadstate* state) function GLFWAPI (line 1322) | GLFWAPI void glfwSetClipboardString(GLFWwindow* handle, const char* string) function GLFWAPI (line 1330) | GLFWAPI const char* glfwGetClipboardString(GLFWwindow* handle) function GLFWAPI (line 1336) | GLFWAPI double glfwGetTime(void) function GLFWAPI (line 1343) | GLFWAPI void glfwSetTime(double time) function GLFWAPI (line 1357) | GLFWAPI uint64_t glfwGetTimerValue(void) function GLFWAPI (line 1363) | GLFWAPI uint64_t glfwGetTimerFrequency(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/internal.h type GLFWbool (line 61) | typedef int GLFWbool; type _GLFWerror (line 63) | typedef struct _GLFWerror _GLFWerror; type _GLFWinitconfig (line 64) | typedef struct _GLFWinitconfig _GLFWinitconfig; type _GLFWwndconfig (line 65) | typedef struct _GLFWwndconfig _GLFWwndconfig; type _GLFWctxconfig (line 66) | typedef struct _GLFWctxconfig _GLFWctxconfig; type _GLFWfbconfig (line 67) | typedef struct _GLFWfbconfig _GLFWfbconfig; type _GLFWcontext (line 68) | typedef struct _GLFWcontext _GLFWcontext; type _GLFWwindow (line 69) | typedef struct _GLFWwindow _GLFWwindow; type _GLFWlibrary (line 70) | typedef struct _GLFWlibrary _GLFWlibrary; type _GLFWmonitor (line 71) | typedef struct _GLFWmonitor _GLFWmonitor; type _GLFWcursor (line 72) | typedef struct _GLFWcursor _GLFWcursor; type _GLFWmapelement (line 73) | typedef struct _GLFWmapelement _GLFWmapelement; type _GLFWmapping (line 74) | typedef struct _GLFWmapping _GLFWmapping; type _GLFWjoystick (line 75) | typedef struct _GLFWjoystick _GLFWjoystick; type _GLFWtls (line 76) | typedef struct _GLFWtls _GLFWtls; type _GLFWmutex (line 77) | typedef struct _GLFWmutex _GLFWmutex; type GLFWglproc (line 83) | typedef GLFWglproc (* _GLFWgetprocaddressfun)(const char*); type GLint (line 105) | typedef int GLint; type GLuint (line 106) | typedef unsigned int GLuint; type GLenum (line 107) | typedef unsigned int GLenum; type GLbitfield (line 108) | typedef unsigned int GLbitfield; type GLubyte (line 109) | typedef unsigned char GLubyte; type GLubyte (line 112) | typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGPROC)(GLenum); type GLubyte (line 114) | typedef const GLubyte* (APIENTRY * PFNGLGETSTRINGIPROC)(GLenum,GLuint); type VkSurfaceKHR (line 120) | typedef uint64_t VkSurfaceKHR; type VkFlags (line 121) | typedef uint32_t VkFlags; type VkBool32 (line 122) | typedef uint32_t VkBool32; type VkStructureType (line 124) | typedef enum VkStructureType type VkResult (line 135) | typedef enum VkResult type VkAllocationCallbacks (line 163) | typedef struct VkAllocationCallbacks VkAllocationCallbacks; type VkExtensionProperties (line 165) | typedef struct VkExtensionProperties type _GLFWerror (line 229) | struct _GLFWerror type _GLFWinitconfig (line 240) | struct _GLFWinitconfig type _GLFWwndconfig (line 255) | struct _GLFWwndconfig type _GLFWctxconfig (line 286) | struct _GLFWctxconfig type _GLFWfbconfig (line 312) | struct _GLFWfbconfig type _GLFWcontext (line 335) | struct _GLFWcontext type _GLFWwindow (line 366) | struct _GLFWwindow type _GLFWmonitor (line 425) | struct _GLFWmonitor type _GLFWcursor (line 449) | struct _GLFWcursor type _GLFWmapelement (line 459) | struct _GLFWmapelement type _GLFWmapping (line 469) | struct _GLFWmapping type _GLFWjoystick (line 479) | struct _GLFWjoystick type _GLFWtls (line 499) | struct _GLFWtls type _GLFWmutex (line 507) | struct _GLFWmutex type _GLFWlibrary (line 515) | struct _GLFWlibrary FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.c function handleKeyEvent (line 50) | static void handleKeyEvent(_GLFWjoystick* js, int code, int value) function handleAbsEvent (line 59) | static void handleAbsEvent(_GLFWjoystick* js, int code, int value) function pollAbsState (line 107) | static void pollAbsState(_GLFWjoystick* js) function GLFWbool (line 127) | static GLFWbool openJoystickDevice(const char* path) function closeJoystick (line 246) | static void closeJoystick(_GLFWjoystick* js) function compareJoysticks (line 255) | static int compareJoysticks(const void* fp, const void* sp) function GLFWbool (line 269) | GLFWbool _glfwInitJoysticksLinux(void) function _glfwTerminateJoysticksLinux (line 325) | void _glfwTerminateJoysticksLinux(void) function _glfwDetectJoystickConnectionLinux (line 347) | void _glfwDetectJoystickConnectionLinux(void) function _glfwPlatformPollJoystick (line 390) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 430) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.h type _GLFWjoystickLinux (line 39) | typedef struct _GLFWjoystickLinux type _GLFWlibraryLinux (line 51) | typedef struct _GLFWlibraryLinux FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/monitor.c function compareVideoModes (line 42) | static int compareVideoModes(const void* fp, const void* sp) function GLFWbool (line 69) | static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) function _glfwInputMonitor (line 97) | void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement) function _glfwInputMonitorWindow (line 155) | void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window) function _GLFWmonitor (line 167) | _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heigh... function _glfwFreeMonitor (line 180) | void _glfwFreeMonitor(_GLFWmonitor* monitor) function _glfwAllocGammaArrays (line 196) | void _glfwAllocGammaArrays(GLFWgammaramp* ramp, unsigned int size) function _glfwFreeGammaArrays (line 206) | void _glfwFreeGammaArrays(GLFWgammaramp* ramp) function GLFWvidmode (line 217) | const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, function _glfwCompareVideoModes (line 269) | int _glfwCompareVideoModes(const GLFWvidmode* fm, const GLFWvidmode* sm) function _glfwSplitBPP (line 276) | void _glfwSplitBPP(int bpp, int* red, int* green, int* blue) function GLFWAPI (line 300) | GLFWAPI GLFWmonitor** glfwGetMonitors(int* count) function GLFWAPI (line 312) | GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) function GLFWAPI (line 322) | GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) function GLFWAPI (line 337) | GLFWAPI void glfwGetMonitorWorkarea(GLFWmonitor* handle, function GLFWAPI (line 358) | GLFWAPI void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthM... function GLFWAPI (line 376) | GLFWAPI void glfwGetMonitorContentScale(GLFWmonitor* handle, function GLFWAPI (line 391) | GLFWAPI const char* glfwGetMonitorName(GLFWmonitor* handle) function GLFWAPI (line 400) | GLFWAPI void glfwSetMonitorUserPointer(GLFWmonitor* handle, void* pointer) function GLFWAPI (line 409) | GLFWAPI void* glfwGetMonitorUserPointer(GLFWmonitor* handle) function GLFWAPI (line 418) | GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun) function GLFWAPI (line 425) | GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* handle, int* c... function GLFWAPI (line 442) | GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* handle) function GLFWAPI (line 453) | GLFWAPI void glfwSetGamma(GLFWmonitor* handle, float gamma) function GLFWAPI (line 500) | GLFWAPI const GLFWgammaramp* glfwGetGammaRamp(GLFWmonitor* handle) function GLFWAPI (line 514) | GLFWAPI void glfwSetGammaRamp(GLFWmonitor* handle, const GLFWgammaramp* ... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/nsgl_context.h type _GLFWcontextNSGL (line 43) | typedef struct _GLFWcontextNSGL type _GLFWlibraryNSGL (line 51) | typedef struct _GLFWlibraryNSGL FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_init.c function _glfwPlatformInit (line 37) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 43) | void _glfwPlatformTerminate(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_joystick.c function _glfwPlatformPollJoystick (line 36) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 41) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_monitor.c function _glfwPlatformFreeMonitor (line 37) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 41) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 45) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 54) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, function GLFWvidmode (line 60) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 65) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 69) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 74) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_platform.h type _GLFWwindowNull (line 57) | typedef struct _GLFWwindowNull FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/null_window.c function createNativeWindow (line 33) | static int createNativeWindow(_GLFWwindow* window, function _glfwPlatformCreateWindow (line 47) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 75) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 81) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 85) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, int count, function _glfwPlatformSetWindowMonitor (line 90) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 98) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 102) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 106) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 114) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 120) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 126) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int n, int d) function _glfwPlatformGetFramebufferSize (line 130) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 138) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 144) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 153) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 157) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 161) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 165) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 170) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 175) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 180) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 184) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 188) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 192) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 197) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 201) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 205) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformShowWindow (line 210) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 215) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformUnhideWindow (line 219) | void _glfwPlatformUnhideWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 223) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 227) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformWindowFocused (line 231) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 236) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 241) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformPollEvents (line 246) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 250) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 254) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 258) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 262) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 266) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 270) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformCreateCursor (line 274) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 281) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 286) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 290) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 294) | void _glfwPlatformSetClipboardString(const char* string) function _glfwPlatformGetKeyScancode (line 308) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformGetRequiredInstanceExtensions (line 313) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 317) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 324) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/osmesa_context.c function makeContextCurrentOSMesa (line 37) | static void makeContextCurrentOSMesa(_GLFWwindow* window) function GLFWglproc (line 71) | static GLFWglproc getProcAddressOSMesa(const char* procname) function destroyContextOSMesa (line 76) | static void destroyContextOSMesa(_GLFWwindow* window) function swapBuffersOSMesa (line 92) | static void swapBuffersOSMesa(_GLFWwindow* window) function swapIntervalOSMesa (line 97) | static void swapIntervalOSMesa(int interval) function extensionSupportedOSMesa (line 102) | static int extensionSupportedOSMesa(const char* extension) function _glfwTerminateOSMesa (line 182) | void _glfwTerminateOSMesa(void) function GLFWbool (line 198) | GLFWbool _glfwCreateContextOSMesa(_GLFWwindow* window, function GLFWAPI (line 295) | GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, function GLFWAPI (line 332) | GLFWAPI int glfwGetOSMesaDepthBuffer(GLFWwindow* handle, function GLFWAPI (line 371) | GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/osmesa_context.h type GLint (line 42) | typedef OSMesaContext (GLAPIENTRY * PFN_OSMesaCreateContextExt)(GLenum,G... type _GLFWcontextOSMesa (line 63) | typedef struct _GLFWcontextOSMesa type _GLFWlibraryOSMesa (line 73) | typedef struct _GLFWlibraryOSMesa FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_thread.c function GLFWbool (line 40) | GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) function _glfwPlatformDestroyTls (line 55) | void _glfwPlatformDestroyTls(_GLFWtls* tls) function _glfwPlatformSetTls (line 68) | void _glfwPlatformSetTls(_GLFWtls* tls, void* value) function GLFWbool (line 74) | GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) function _glfwPlatformDestroyMutex (line 87) | void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) function _glfwPlatformLockMutex (line 94) | void _glfwPlatformLockMutex(_GLFWmutex* mutex) function _glfwPlatformUnlockMutex (line 100) | void _glfwPlatformUnlockMutex(_GLFWmutex* mutex) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_thread.h type _GLFWtlsPOSIX (line 36) | typedef struct _GLFWtlsPOSIX type _GLFWmutexPOSIX (line 44) | typedef struct _GLFWmutexPOSIX FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_time.c function _glfwInitTimerPOSIX (line 42) | void _glfwInitTimerPOSIX(void) function _glfwPlatformGetTimerValue (line 65) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 83) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/posix_time.h type _GLFWtimerPOSIX (line 35) | typedef struct _GLFWtimerPOSIX FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/vulkan.c function GLFWbool (line 44) | GLFWbool _glfwInitVulkan(int mode) function _glfwTerminateVulkan (line 157) | void _glfwTerminateVulkan(void) function GLFWAPI (line 225) | GLFWAPI int glfwVulkanSupported(void) function GLFWAPI (line 231) | GLFWAPI const char** glfwGetRequiredInstanceExtensions(uint32_t* count) function GLFWAPI (line 249) | GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance, function GLFWAPI (line 275) | GLFWAPI int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, function GLFWAPI (line 299) | GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance, FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-idle-inhibit-unstable-v1-client-protocol.c type wl_interface (line 40) | struct wl_interface type wl_interface (line 41) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_message (line 48) | struct wl_message type wl_message (line 59) | struct wl_message FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-idle-inhibit-unstable-v1-client-protocol.h type wl_surface (line 44) | struct wl_surface type zwp_idle_inhibit_manager_v1 (line 45) | struct zwp_idle_inhibit_manager_v1 type zwp_idle_inhibitor_v1 (line 46) | struct zwp_idle_inhibitor_v1 type wl_interface (line 85) | struct wl_interface type wl_interface (line 124) | struct wl_interface function zwp_idle_inhibit_manager_v1_set_user_data (line 141) | static inline void type zwp_idle_inhibit_manager_v1 (line 149) | struct zwp_idle_inhibit_manager_v1 type wl_proxy (line 151) | struct wl_proxy function zwp_idle_inhibit_manager_v1_get_version (line 154) | static inline uint32_t function zwp_idle_inhibit_manager_v1_destroy (line 165) | static inline void type zwp_idle_inhibitor_v1 (line 179) | struct zwp_idle_inhibitor_v1 type zwp_idle_inhibit_manager_v1 (line 180) | struct zwp_idle_inhibit_manager_v1 type wl_surface (line 180) | struct wl_surface type wl_proxy (line 182) | struct wl_proxy type wl_proxy (line 184) | struct wl_proxy type zwp_idle_inhibitor_v1 (line 187) | struct zwp_idle_inhibitor_v1 function zwp_idle_inhibitor_v1_set_user_data (line 199) | static inline void type zwp_idle_inhibitor_v1 (line 207) | struct zwp_idle_inhibitor_v1 type wl_proxy (line 209) | struct wl_proxy function zwp_idle_inhibitor_v1_get_version (line 212) | static inline uint32_t function zwp_idle_inhibitor_v1_destroy (line 223) | static inline void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-pointer-constraints-unstable-v1-client-protocol.c type wl_interface (line 41) | struct wl_interface type wl_interface (line 42) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_interface (line 44) | struct wl_interface type wl_interface (line 45) | struct wl_interface type wl_interface (line 47) | struct wl_interface type wl_message (line 64) | struct wl_message type wl_message (line 76) | struct wl_message type wl_message (line 82) | struct wl_message type wl_message (line 93) | struct wl_message type wl_message (line 98) | struct wl_message FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-pointer-constraints-unstable-v1-client-protocol.h type wl_pointer (line 69) | struct wl_pointer type wl_region (line 70) | struct wl_region type wl_surface (line 71) | struct wl_surface type zwp_confined_pointer_v1 (line 72) | struct zwp_confined_pointer_v1 type zwp_locked_pointer_v1 (line 73) | struct zwp_locked_pointer_v1 type zwp_pointer_constraints_v1 (line 74) | struct zwp_pointer_constraints_v1 type wl_interface (line 115) | struct wl_interface type wl_interface (line 176) | struct wl_interface type wl_interface (line 223) | struct wl_interface type zwp_pointer_constraints_v1_error (line 235) | enum zwp_pointer_constraints_v1_error { type zwp_pointer_constraints_v1_lifetime (line 254) | enum zwp_pointer_constraints_v1_lifetime { function zwp_pointer_constraints_v1_set_user_data (line 279) | static inline void type zwp_pointer_constraints_v1 (line 287) | struct zwp_pointer_constraints_v1 type wl_proxy (line 289) | struct wl_proxy function zwp_pointer_constraints_v1_get_version (line 292) | static inline uint32_t function zwp_pointer_constraints_v1_destroy (line 304) | static inline void type zwp_locked_pointer_v1 (line 351) | struct zwp_locked_pointer_v1 type zwp_pointer_constraints_v1 (line 352) | struct zwp_pointer_constraints_v1 type wl_surface (line 352) | struct wl_surface type wl_pointer (line 352) | struct wl_pointer type wl_region (line 352) | struct wl_region type wl_proxy (line 354) | struct wl_proxy type wl_proxy (line 356) | struct wl_proxy type zwp_locked_pointer_v1 (line 359) | struct zwp_locked_pointer_v1 type zwp_confined_pointer_v1 (line 383) | struct zwp_confined_pointer_v1 type zwp_pointer_constraints_v1 (line 384) | struct zwp_pointer_constraints_v1 type wl_surface (line 384) | struct wl_surface type wl_pointer (line 384) | struct wl_pointer type wl_region (line 384) | struct wl_region type wl_proxy (line 386) | struct wl_proxy type wl_proxy (line 388) | struct wl_proxy type zwp_confined_pointer_v1 (line 391) | struct zwp_confined_pointer_v1 type zwp_locked_pointer_v1_listener (line 398) | struct zwp_locked_pointer_v1_listener { function zwp_locked_pointer_v1_add_listener (line 424) | static inline int function zwp_locked_pointer_v1_set_user_data (line 459) | static inline void type zwp_locked_pointer_v1 (line 467) | struct zwp_locked_pointer_v1 type wl_proxy (line 469) | struct wl_proxy function zwp_locked_pointer_v1_get_version (line 472) | static inline uint32_t function zwp_locked_pointer_v1_destroy (line 484) | static inline void function zwp_locked_pointer_v1_set_cursor_position_hint (line 508) | static inline void function zwp_locked_pointer_v1_set_region (line 526) | static inline void type zwp_confined_pointer_v1_listener (line 537) | struct zwp_confined_pointer_v1_listener { function zwp_confined_pointer_v1_add_listener (line 563) | static inline int function zwp_confined_pointer_v1_set_user_data (line 593) | static inline void type zwp_confined_pointer_v1 (line 601) | struct zwp_confined_pointer_v1 type wl_proxy (line 603) | struct wl_proxy function zwp_confined_pointer_v1_get_version (line 606) | static inline uint32_t function zwp_confined_pointer_v1_destroy (line 618) | static inline void function zwp_confined_pointer_v1_set_region (line 647) | static inline void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-relative-pointer-unstable-v1-client-protocol.c type wl_interface (line 41) | struct wl_interface type wl_interface (line 42) | struct wl_interface type wl_interface (line 44) | struct wl_interface type wl_message (line 55) | struct wl_message type wl_message (line 66) | struct wl_message type wl_message (line 70) | struct wl_message FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-relative-pointer-unstable-v1-client-protocol.h type wl_pointer (line 72) | struct wl_pointer type zwp_relative_pointer_manager_v1 (line 73) | struct zwp_relative_pointer_manager_v1 type zwp_relative_pointer_v1 (line 74) | struct zwp_relative_pointer_v1 type wl_interface (line 93) | struct wl_interface type wl_interface (line 116) | struct wl_interface function zwp_relative_pointer_manager_v1_set_user_data (line 133) | static inline void type zwp_relative_pointer_manager_v1 (line 141) | struct zwp_relative_pointer_manager_v1 type wl_proxy (line 143) | struct wl_proxy function zwp_relative_pointer_manager_v1_get_version (line 146) | static inline uint32_t function zwp_relative_pointer_manager_v1_destroy (line 158) | static inline void type zwp_relative_pointer_v1 (line 173) | struct zwp_relative_pointer_v1 type zwp_relative_pointer_manager_v1 (line 174) | struct zwp_relative_pointer_manager_v1 type wl_pointer (line 174) | struct wl_pointer type wl_proxy (line 176) | struct wl_proxy type wl_proxy (line 178) | struct wl_proxy type zwp_relative_pointer_v1 (line 181) | struct zwp_relative_pointer_v1 type zwp_relative_pointer_v1_listener (line 188) | struct zwp_relative_pointer_v1_listener { function zwp_relative_pointer_v1_add_listener (line 245) | static inline int function zwp_relative_pointer_v1_set_user_data (line 266) | static inline void type zwp_relative_pointer_v1 (line 274) | struct zwp_relative_pointer_v1 type wl_proxy (line 276) | struct wl_proxy function zwp_relative_pointer_v1_get_version (line 279) | static inline uint32_t function zwp_relative_pointer_v1_destroy (line 288) | static inline void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-viewporter-client-protocol.c type wl_interface (line 40) | struct wl_interface type wl_interface (line 41) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_message (line 52) | struct wl_message type wl_message (line 63) | struct wl_message FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-viewporter-client-protocol.h type wl_surface (line 44) | struct wl_surface type wp_viewport (line 45) | struct wp_viewport type wp_viewporter (line 46) | struct wp_viewporter type wl_interface (line 73) | struct wl_interface type wl_interface (line 210) | struct wl_interface type wp_viewporter_error (line 215) | enum wp_viewporter_error { function wp_viewporter_set_user_data (line 237) | static inline void type wp_viewporter (line 245) | struct wp_viewporter type wl_proxy (line 247) | struct wl_proxy function wp_viewporter_get_version (line 250) | static inline uint32_t function wp_viewporter_destroy (line 263) | static inline void type wp_viewport (line 280) | struct wp_viewport type wp_viewporter (line 281) | struct wp_viewporter type wl_surface (line 281) | struct wl_surface type wl_proxy (line 283) | struct wl_proxy type wl_proxy (line 285) | struct wl_proxy type wp_viewport (line 288) | struct wp_viewport type wp_viewport_error (line 293) | enum wp_viewport_error { function wp_viewport_set_user_data (line 332) | static inline void type wp_viewport (line 340) | struct wp_viewport type wl_proxy (line 342) | struct wl_proxy function wp_viewport_get_version (line 345) | static inline uint32_t function wp_viewport_destroy (line 357) | static inline void function wp_viewport_set_source (line 381) | static inline void function wp_viewport_set_destination (line 403) | static inline void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-decoration-client-protocol.h type xdg_toplevel (line 44) | struct xdg_toplevel type zxdg_decoration_manager_v1 (line 45) | struct zxdg_decoration_manager_v1 type zxdg_toplevel_decoration_v1 (line 46) | struct zxdg_toplevel_decoration_v1 type wl_interface (line 105) | struct wl_interface type wl_interface (line 132) | struct wl_interface function zxdg_decoration_manager_v1_set_user_data (line 149) | static inline void type zxdg_decoration_manager_v1 (line 157) | struct zxdg_decoration_manager_v1 type wl_proxy (line 159) | struct wl_proxy function zxdg_decoration_manager_v1_get_version (line 162) | static inline uint32_t function zxdg_decoration_manager_v1_destroy (line 174) | static inline void type zxdg_toplevel_decoration_v1 (line 194) | struct zxdg_toplevel_decoration_v1 type zxdg_decoration_manager_v1 (line 195) | struct zxdg_decoration_manager_v1 type xdg_toplevel (line 195) | struct xdg_toplevel type wl_proxy (line 197) | struct wl_proxy type wl_proxy (line 199) | struct wl_proxy type zxdg_toplevel_decoration_v1 (line 202) | struct zxdg_toplevel_decoration_v1 type zxdg_toplevel_decoration_v1_error (line 207) | enum zxdg_toplevel_decoration_v1_error { type zxdg_toplevel_decoration_v1_mode (line 231) | enum zxdg_toplevel_decoration_v1_mode { type zxdg_toplevel_decoration_v1_listener (line 247) | struct zxdg_toplevel_decoration_v1_listener { function zxdg_toplevel_decoration_v1_add_listener (line 269) | static inline int function zxdg_toplevel_decoration_v1_set_user_data (line 300) | static inline void type zxdg_toplevel_decoration_v1 (line 308) | struct zxdg_toplevel_decoration_v1 type wl_proxy (line 310) | struct wl_proxy function zxdg_toplevel_decoration_v1_get_version (line 313) | static inline uint32_t function zxdg_toplevel_decoration_v1_destroy (line 325) | static inline void function zxdg_toplevel_decoration_v1_set_mode (line 356) | static inline void function zxdg_toplevel_decoration_v1_unset_mode (line 371) | static inline void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-decoration-unstable-v1-client-protocol.c type wl_interface (line 40) | struct wl_interface type wl_interface (line 41) | struct wl_interface type wl_interface (line 43) | struct wl_interface type wl_message (line 49) | struct wl_message type wl_message (line 60) | struct wl_message type wl_message (line 66) | struct wl_message FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-shell-client-protocol.c type wl_interface (line 45) | struct wl_interface type wl_interface (line 46) | struct wl_interface type wl_interface (line 47) | struct wl_interface type wl_interface (line 48) | struct wl_interface type wl_interface (line 49) | struct wl_interface type wl_interface (line 50) | struct wl_interface type wl_interface (line 51) | struct wl_interface type wl_interface (line 53) | struct wl_interface type wl_message (line 82) | struct wl_message type wl_message (line 89) | struct wl_message type wl_message (line 99) | struct wl_message type wl_message (line 118) | struct wl_message type wl_message (line 126) | struct wl_message type wl_message (line 136) | struct wl_message type wl_message (line 153) | struct wl_message type wl_message (line 164) | struct wl_message type wl_message (line 170) | struct wl_message FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wayland-xdg-shell-client-protocol.h type wl_output (line 52) | struct wl_output type wl_seat (line 53) | struct wl_seat type wl_surface (line 54) | struct wl_surface type xdg_popup (line 55) | struct xdg_popup type xdg_positioner (line 56) | struct xdg_positioner type xdg_surface (line 57) | struct xdg_surface type xdg_toplevel (line 58) | struct xdg_toplevel type xdg_wm_base (line 59) | struct xdg_wm_base type wl_interface (line 84) | struct wl_interface type wl_interface (line 137) | struct wl_interface type wl_interface (line 242) | struct wl_interface type wl_interface (line 291) | struct wl_interface type wl_interface (line 354) | struct wl_interface type xdg_wm_base_error (line 359) | enum xdg_wm_base_error { type xdg_wm_base_listener (line 391) | struct xdg_wm_base_listener { function xdg_wm_base_add_listener (line 417) | static inline int function xdg_wm_base_set_user_data (line 453) | static inline void type xdg_wm_base (line 461) | struct xdg_wm_base type wl_proxy (line 463) | struct wl_proxy function xdg_wm_base_get_version (line 466) | static inline uint32_t function xdg_wm_base_destroy (line 481) | static inline void type xdg_positioner (line 497) | struct xdg_positioner type xdg_wm_base (line 498) | struct xdg_wm_base type wl_proxy (line 500) | struct wl_proxy type wl_proxy (line 502) | struct wl_proxy type xdg_positioner (line 505) | struct xdg_positioner type xdg_surface (line 525) | struct xdg_surface type xdg_wm_base (line 526) | struct xdg_wm_base type wl_surface (line 526) | struct wl_surface type wl_proxy (line 528) | struct wl_proxy type wl_proxy (line 530) | struct wl_proxy type xdg_surface (line 533) | struct xdg_surface function xdg_wm_base_pong (line 542) | static inline void type xdg_positioner_error (line 551) | enum xdg_positioner_error { type xdg_positioner_anchor (line 561) | enum xdg_positioner_anchor { type xdg_positioner_gravity (line 576) | enum xdg_positioner_gravity { type xdg_positioner_constraint_adjustment (line 597) | enum xdg_positioner_constraint_adjustment { function xdg_positioner_set_user_data (line 662) | static inline void type xdg_positioner (line 670) | struct xdg_positioner type wl_proxy (line 672) | struct wl_proxy function xdg_positioner_get_version (line 675) | static inline uint32_t function xdg_positioner_destroy (line 686) | static inline void function xdg_positioner_set_size (line 704) | static inline void function xdg_positioner_set_anchor_rect (line 725) | static inline void function xdg_positioner_set_anchor (line 742) | static inline void function xdg_positioner_set_gravity (line 759) | static inline void function xdg_positioner_set_constraint_adjustment (line 783) | static inline void function xdg_positioner_set_offset (line 805) | static inline void function xdg_positioner_set_reactive (line 822) | static inline void function xdg_positioner_set_parent_size (line 840) | static inline void function xdg_positioner_set_parent_configure (line 855) | static inline void type xdg_surface_error (line 864) | enum xdg_surface_error { type xdg_surface_listener (line 875) | struct xdg_surface_listener { function xdg_surface_add_listener (line 908) | static inline int function xdg_surface_set_user_data (line 949) | static inline void type xdg_surface (line 957) | struct xdg_surface type wl_proxy (line 959) | struct wl_proxy function xdg_surface_get_version (line 962) | static inline uint32_t function xdg_surface_destroy (line 974) | static inline void type xdg_toplevel (line 992) | struct xdg_toplevel type xdg_surface (line 993) | struct xdg_surface type wl_proxy (line 995) | struct wl_proxy type wl_proxy (line 997) | struct wl_proxy type xdg_toplevel (line 1000) | struct xdg_toplevel type xdg_popup (line 1015) | struct xdg_popup type xdg_surface (line 1016) | struct xdg_surface type xdg_surface (line 1016) | struct xdg_surface type xdg_positioner (line 1016) | struct xdg_positioner type wl_proxy (line 1018) | struct wl_proxy type wl_proxy (line 1020) | struct wl_proxy type xdg_popup (line 1023) | struct xdg_popup function xdg_surface_set_window_geometry (line 1059) | static inline void function xdg_surface_ack_configure (line 1089) | static inline void type xdg_toplevel_resize_edge (line 1105) | enum xdg_toplevel_resize_edge { type xdg_toplevel_state (line 1127) | enum xdg_toplevel_state { type xdg_toplevel_listener (line 1183) | struct xdg_toplevel_listener { function xdg_toplevel_add_listener (line 1233) | static inline int function xdg_toplevel_set_user_data (line 1323) | static inline void type xdg_toplevel (line 1331) | struct xdg_toplevel type wl_proxy (line 1333) | struct wl_proxy function xdg_toplevel_get_version (line 1336) | static inline uint32_t function xdg_toplevel_destroy (line 1348) | static inline void function xdg_toplevel_set_parent (line 1377) | static inline void function xdg_toplevel_set_title (line 1395) | static inline void function xdg_toplevel_set_app_id (line 1429) | static inline void function xdg_toplevel_show_window_menu (line 1451) | static inline void function xdg_toplevel_move (line 1478) | static inline void function xdg_toplevel_resize (line 1519) | static inline void function xdg_toplevel_set_max_size (line 1564) | static inline void function xdg_toplevel_set_min_size (line 1609) | static inline void function xdg_toplevel_set_maximized (line 1639) | static inline void function xdg_toplevel_unset_maximized (line 1671) | static inline void function xdg_toplevel_set_fullscreen (line 1705) | static inline void function xdg_toplevel_unset_fullscreen (line 1733) | static inline void function xdg_toplevel_set_minimized (line 1752) | static inline void type xdg_popup_error (line 1761) | enum xdg_popup_error { type xdg_popup_listener (line 1773) | struct xdg_popup_listener { function xdg_popup_add_listener (line 1841) | static inline int function xdg_popup_set_user_data (line 1880) | static inline void type xdg_popup (line 1888) | struct xdg_popup type wl_proxy (line 1890) | struct wl_proxy function xdg_popup_get_version (line 1893) | static inline uint32_t function xdg_popup_destroy (line 1908) | static inline void function xdg_popup_grab (line 1962) | static inline void function xdg_popup_reposition (line 1996) | static inline void FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wgl_context.c function findPixelFormatAttribValue (line 38) | static int findPixelFormatAttribValue(const int* attribs, function choosePixelFormat (line 66) | static int choosePixelFormat(_GLFWwindow* window, function makeContextCurrentWGL (line 297) | static void makeContextCurrentWGL(_GLFWwindow* window) function swapBuffersWGL (line 322) | static void swapBuffersWGL(_GLFWwindow* window) function swapIntervalWGL (line 345) | static void swapIntervalWGL(int interval) function extensionSupportedWGL (line 370) | static int extensionSupportedWGL(const char* extension) function GLFWglproc (line 385) | static GLFWglproc getProcAddressWGL(const char* procname) function destroyContextWGL (line 394) | static void destroyContextWGL(_GLFWwindow* window) function GLFWbool (line 410) | GLFWbool _glfwInitWGL(void) function _glfwTerminateWGL (line 530) | void _glfwTerminateWGL(void) function GLFWbool (line 545) | GLFWbool _glfwCreateContextWGL(_GLFWwindow* window, function GLFWAPI (line 785) | GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wgl_context.h type UINT (line 81) | typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC)(HDC,int,int,... type HGLRC (line 84) | typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC,HGLRC,const type _GLFWcontextWGL (line 113) | typedef struct _GLFWcontextWGL type _GLFWlibraryWGL (line 122) | typedef struct _GLFWlibraryWGL FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_init.c function BOOL (line 64) | BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) function GLFWbool (line 73) | static GLFWbool loadLibraries(void) function freeLibraries (line 164) | static void freeLibraries(void) function createKeyTables (line 187) | static void createKeyTables(void) function GLFWbool (line 326) | static GLFWbool createHelperWindow(void) function WCHAR (line 381) | WCHAR* _glfwCreateWideStringFromUTF8Win32(const char* source) function _glfwInputErrorWin32 (line 437) | void _glfwInputErrorWin32(int error, const char* description) function _glfwUpdateKeyNamesWin32 (line 458) | void _glfwUpdateKeyNamesWin32(void) function BOOL (line 512) | BOOL _glfwIsWindowsVersionOrGreaterWin32(WORD major, WORD minor, WORD sp) function BOOL (line 527) | BOOL _glfwIsWindows10BuildOrGreaterWin32(WORD build) function _glfwPlatformInit (line 545) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 581) | void _glfwPlatformTerminate(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_joystick.c type _GLFWobjenumWin32 (line 42) | typedef struct _GLFWobjenumWin32 function compareJoystickObjects (line 179) | static int compareJoystickObjects(const void* first, const void* second) function GLFWbool (line 193) | static GLFWbool supportsXInput(const GUID* guid) function closeJoystick (line 257) | static void closeJoystick(_GLFWjoystick* js) function BOOL (line 274) | static BOOL CALLBACK deviceObjectCallback(const DIDEVICEOBJECTINSTANCEW*... function BOOL (line 346) | static BOOL CALLBACK deviceCallback(const DIDEVICEINSTANCE* di, void* user) function _glfwInitJoysticksWin32 (line 496) | void _glfwInitJoysticksWin32(void) function _glfwTerminateJoysticksWin32 (line 516) | void _glfwTerminateJoysticksWin32(void) function _glfwDetectJoystickConnectionWin32 (line 529) | void _glfwDetectJoystickConnectionWin32(void) function _glfwDetectJoystickDisconnectionWin32 (line 589) | void _glfwDetectJoystickDisconnectionWin32(void) function _glfwPlatformPollJoystick (line 606) | int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode) function _glfwPlatformUpdateGamepadGUID (line 745) | void _glfwPlatformUpdateGamepadGUID(char* guid) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_joystick.h type _GLFWjoyobjectWin32 (line 35) | typedef struct _GLFWjoyobjectWin32 type _GLFWjoystickWin32 (line 43) | typedef struct _GLFWjoystickWin32 FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_monitor.c function BOOL (line 41) | static BOOL CALLBACK monitorCallback(HMONITOR handle, function _GLFWmonitor (line 62) | static _GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, function _glfwPollMonitorsWin32 (line 137) | void _glfwPollMonitorsWin32(void) function _glfwSetVideoModeWin32 (line 249) | void _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* de... function _glfwRestoreVideoModeWin32 (line 307) | void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) function _glfwGetMonitorContentScaleWin32 (line 317) | void _glfwGetMonitorContentScaleWin32(HMONITOR handle, float* xscale, fl... function _glfwPlatformFreeMonitor (line 353) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 357) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 374) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 380) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, function GLFWvidmode (line 397) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) function _glfwPlatformGetVideoMode (line 474) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 491) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 509) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 535) | GLFWAPI const char* glfwGetWin32Adapter(GLFWmonitor* handle) function GLFWAPI (line 542) | GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_platform.h type CHANGEFILTERSTRUCT (line 121) | typedef struct type DWM_BLURBEHIND (line 134) | typedef struct type PROCESS_DPI_AWARENESS (line 146) | typedef enum type MONITOR_DPI_TYPE (line 152) | typedef enum type DWORD (line 222) | typedef DWORD (WINAPI * PFN_XInputGetCapabilities)(DWORD,DWORD,XINPUT_CA... type XINPUT_STATE (line 223) | typedef DWORD (WINAPI * PFN_XInputGetState)(DWORD,XINPUT_STATE*); type DWORD (line 228) | typedef HRESULT (WINAPI * PFN_DirectInput8Create)(HINSTANCE,DWORD,REFIID... type UINT (line 233) | typedef BOOL (WINAPI * PFN_ChangeWindowMessageFilterEx)(HWND,UINT,DWORD,... type DWORD (line 237) | typedef BOOL (WINAPI * PFN_AdjustWindowRectExForDpi)(LPRECT,DWORD,BOOL,D... type DWM_BLURBEHIND (line 248) | typedef HRESULT(WINAPI * PFN_DwmEnableBlurBehindWindow)(HWND,const DWM_B... type MONITOR_DPI_TYPE (line 257) | typedef HRESULT (WINAPI * PFN_GetDpiForMonitor)(HMONITOR,MONITOR_DPI_TYP... type VkFlags (line 265) | typedef VkFlags VkWin32SurfaceCreateFlagsKHR; type VkWin32SurfaceCreateInfoKHR (line 267) | typedef struct VkWin32SurfaceCreateInfoKHR type VkWin32SurfaceCreateInfoKHR (line 276) | typedef VkResult (APIENTRY *PFN_vkCreateWin32SurfaceKHR)(VkInstance,cons... type _GLFWwindowWin32 (line 306) | typedef struct _GLFWwindowWin32 type _GLFWlibraryWin32 (line 331) | typedef struct _GLFWlibraryWin32 type _GLFWmonitorWin32 (line 393) | typedef struct _GLFWmonitorWin32 type _GLFWcursorWin32 (line 407) | typedef struct _GLFWcursorWin32 type _GLFWtimerWin32 (line 414) | typedef struct _GLFWtimerWin32 type _GLFWtlsWin32 (line 421) | typedef struct _GLFWtlsWin32 type _GLFWmutexWin32 (line 429) | typedef struct _GLFWmutexWin32 FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_thread.c function GLFWbool (line 39) | GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls) function _glfwPlatformDestroyTls (line 55) | void _glfwPlatformDestroyTls(_GLFWtls* tls) function _glfwPlatformSetTls (line 68) | void _glfwPlatformSetTls(_GLFWtls* tls, void* value) function GLFWbool (line 74) | GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex) function _glfwPlatformDestroyMutex (line 81) | void _glfwPlatformDestroyMutex(_GLFWmutex* mutex) function _glfwPlatformLockMutex (line 88) | void _glfwPlatformLockMutex(_GLFWmutex* mutex) function _glfwPlatformUnlockMutex (line 94) | void _glfwPlatformUnlockMutex(_GLFWmutex* mutex) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_time.c function _glfwInitTimerWin32 (line 39) | void _glfwInitTimerWin32(void) function _glfwPlatformGetTimerValue (line 49) | uint64_t _glfwPlatformGetTimerValue(void) function _glfwPlatformGetTimerFrequency (line 56) | uint64_t _glfwPlatformGetTimerFrequency(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_window.c function DWORD (line 41) | static DWORD getWindowStyle(const _GLFWwindow* window) function DWORD (line 67) | static DWORD getWindowExStyle(const _GLFWwindow* window) function GLFWimage (line 79) | static const GLFWimage* chooseImage(int count, const GLFWimage* images, function HICON (line 101) | static HICON createIcon(const GLFWimage* image, function getFullWindowSize (line 191) | static void getFullWindowSize(DWORD style, DWORD exStyle, function applyAspectRatio (line 209) | static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) function updateCursorImage (line 241) | static void updateCursorImage(_GLFWwindow* window) function updateClipRect (line 256) | static void updateClipRect(_GLFWwindow* window) function enableRawMouseMotion (line 272) | static void enableRawMouseMotion(_GLFWwindow* window) function disableRawMouseMotion (line 285) | static void disableRawMouseMotion(_GLFWwindow* window) function disableCursor (line 298) | static void disableCursor(_GLFWwindow* window) function enableCursor (line 314) | static void enableCursor(_GLFWwindow* window) function GLFWbool (line 329) | static GLFWbool cursorInContentArea(_GLFWwindow* window) function updateWindowStyles (line 349) | static void updateWindowStyles(const _GLFWwindow* window) function updateFramebufferTransparency (line 378) | static void updateFramebufferTransparency(const _GLFWwindow* window) function getKeyMods (line 415) | static int getKeyMods(void) function fitToMonitor (line 435) | static void fitToMonitor(_GLFWwindow* window) function acquireMonitor (line 449) | static void acquireMonitor(_GLFWwindow* window) function releaseMonitor (line 473) | static void releaseMonitor(_GLFWwindow* window) function LRESULT (line 494) | static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, function createNativeWindow (line 1214) | static int createNativeWindow(_GLFWwindow* window, function GLFWbool (line 1346) | GLFWbool _glfwRegisterWindowClassWin32(void) function _glfwUnregisterWindowClassWin32 (line 1382) | void _glfwUnregisterWindowClassWin32(void) function _glfwPlatformCreateWindow (line 1392) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 1436) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 1461) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 1471) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 1510) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 1521) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 1541) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 1552) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 1584) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 1603) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 1618) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 1623) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 1655) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 1663) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 1668) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 1673) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 1678) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 1683) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 1688) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 1693) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 1700) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 1810) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 1815) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 1820) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 1825) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 1830) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 1835) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 1862) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 1867) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 1872) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 1879) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 1894) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 1912) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 1923) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformPollEvents (line 1928) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 2010) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 2017) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 2024) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 2029) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 2044) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ... function _glfwPlatformSetCursorMode (line 2056) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 2081) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 2086) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 2097) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 2129) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 2135) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 2141) | void _glfwPlatformSetClipboardString(const char* string) function _glfwPlatformGetRequiredInstanceExtensions (line 2223) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 2232) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 2250) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 2289) | GLFWAPI HWND glfwGetWin32Window(GLFWwindow* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/window.c function _glfwInputWindowFocus (line 45) | void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) function _glfwInputWindowPos (line 74) | void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) function _glfwInputWindowSize (line 83) | void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) function _glfwInputWindowIconify (line 91) | void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) function _glfwInputWindowMaximize (line 99) | void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) function _glfwInputFramebufferSize (line 108) | void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) function _glfwInputWindowContentScale (line 117) | void _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, flo... function _glfwInputWindowDamage (line 125) | void _glfwInputWindowDamage(_GLFWwindow* window) function _glfwInputWindowCloseRequest (line 133) | void _glfwInputWindowCloseRequest(_GLFWwindow* window) function _glfwInputWindowMonitor (line 143) | void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) function GLFWAPI (line 152) | GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height, function glfwDefaultWindowHints (line 251) | void glfwDefaultWindowHints(void) function GLFWAPI (line 290) | GLFWAPI void glfwWindowHint(int hint, int value) function GLFWAPI (line 418) | GLFWAPI void glfwWindowHintString(int hint, const char* value) function GLFWAPI (line 443) | GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) function GLFWAPI (line 476) | GLFWAPI int glfwWindowShouldClose(GLFWwindow* handle) function GLFWAPI (line 485) | GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) function GLFWAPI (line 494) | GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) function GLFWAPI (line 504) | GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, function GLFWAPI (line 516) | GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) function GLFWAPI (line 530) | GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) function GLFWAPI (line 543) | GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) function GLFWAPI (line 557) | GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) function GLFWAPI (line 572) | GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, function GLFWAPI (line 617) | GLFWAPI void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int... function GLFWAPI (line 646) | GLFWAPI void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int*... function GLFWAPI (line 660) | GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* handle, function GLFWAPI (line 680) | GLFWAPI void glfwGetWindowContentScale(GLFWwindow* handle, function GLFWAPI (line 695) | GLFWAPI float glfwGetWindowOpacity(GLFWwindow* handle) function GLFWAPI (line 704) | GLFWAPI void glfwSetWindowOpacity(GLFWwindow* handle, float opacity) function GLFWAPI (line 723) | GLFWAPI void glfwIconifyWindow(GLFWwindow* handle) function GLFWAPI (line 732) | GLFWAPI void glfwRestoreWindow(GLFWwindow* handle) function GLFWAPI (line 741) | GLFWAPI void glfwMaximizeWindow(GLFWwindow* handle) function GLFWAPI (line 754) | GLFWAPI void glfwShowWindow(GLFWwindow* handle) function GLFWAPI (line 770) | GLFWAPI void glfwRequestWindowAttention(GLFWwindow* handle) function GLFWAPI (line 780) | GLFWAPI void glfwHideWindow(GLFWwindow* handle) function GLFWAPI (line 793) | GLFWAPI void glfwFocusWindow(GLFWwindow* handle) function GLFWAPI (line 803) | GLFWAPI int glfwGetWindowAttrib(GLFWwindow* handle, int attrib) function GLFWAPI (line 862) | GLFWAPI void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) function GLFWAPI (line 906) | GLFWAPI GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* handle) function GLFWAPI (line 915) | GLFWAPI void glfwSetWindowMonitor(GLFWwindow* wh, function GLFWAPI (line 954) | GLFWAPI void glfwSetWindowUserPointer(GLFWwindow* handle, void* pointer) function GLFWAPI (line 963) | GLFWAPI void* glfwGetWindowUserPointer(GLFWwindow* handle) function GLFWAPI (line 972) | GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* handle, function GLFWAPI (line 983) | GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* handle, function GLFWAPI (line 994) | GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* handle, function GLFWAPI (line 1005) | GLFWAPI GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* ha... function GLFWAPI (line 1016) | GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, function GLFWAPI (line 1027) | GLFWAPI GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* ha... function GLFWAPI (line 1038) | GLFWAPI GLFWwindowmaximizefun glfwSetWindowMaximizeCallback(GLFWwindow* ... function GLFWAPI (line 1049) | GLFWAPI GLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow... function GLFWAPI (line 1060) | GLFWAPI GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFW... function GLFWAPI (line 1071) | GLFWAPI void glfwPollEvents(void) function GLFWAPI (line 1077) | GLFWAPI void glfwWaitEvents(void) function GLFWAPI (line 1083) | GLFWAPI void glfwWaitEventsTimeout(double timeout) function GLFWAPI (line 1099) | GLFWAPI void glfwPostEmptyEvent(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_init.c function min (line 46) | static inline int min(int n1, int n2) function _GLFWwindow (line 51) | static _GLFWwindow* findWindowFromDecorationSurface(struct wl_surface* s... function pointerHandleEnter (line 85) | static void pointerHandleEnter(void* data, function pointerHandleLeave (line 116) | static void pointerHandleLeave(void* data, function setCursor (line 134) | static void setCursor(_GLFWwindow* window, const char* name) function pointerHandleMotion (line 179) | static void pointerHandleMotion(void* data, function pointerHandleButton (line 238) | static void pointerHandleButton(void* data, function pointerHandleAxis (line 333) | static void pointerHandleAxis(void* data, type wl_pointer_listener (line 360) | struct wl_pointer_listener function keyboardHandleKeymap (line 368) | static void keyboardHandleKeymap(void* data, function keyboardHandleEnter (line 470) | static void keyboardHandleEnter(void* data, function keyboardHandleLeave (line 493) | static void keyboardHandleLeave(void* data, function toGLFWKeyCode (line 508) | static int toGLFWKeyCode(uint32_t key) function xkb_keysym_t (line 517) | static xkb_keysym_t composeSymbol(xkb_keysym_t sym) function GLFWbool (line 538) | static GLFWbool inputChar(_GLFWwindow* window, uint32_t key) function keyboardHandleKey (line 567) | static void keyboardHandleKey(void* data, function keyboardHandleModifiers (line 610) | static void keyboardHandleModifiers(void* data, function keyboardHandleRepeatInfo (line 655) | static void keyboardHandleRepeatInfo(void* data, type wl_keyboard_listener (line 668) | struct wl_keyboard_listener function seatHandleCapabilities (line 679) | static void seatHandleCapabilities(void* data, function seatHandleName (line 706) | static void seatHandleName(void* data, type wl_seat_listener (line 712) | struct wl_seat_listener function dataOfferHandleOffer (line 717) | static void dataOfferHandleOffer(void* data, type wl_data_offer_listener (line 723) | struct wl_data_offer_listener function dataDeviceHandleDataOffer (line 727) | static void dataDeviceHandleDataOffer(void* data, function dataDeviceHandleEnter (line 738) | static void dataDeviceHandleEnter(void* data, function dataDeviceHandleLeave (line 748) | static void dataDeviceHandleLeave(void* data, function dataDeviceHandleMotion (line 753) | static void dataDeviceHandleMotion(void* data, function dataDeviceHandleDrop (line 761) | static void dataDeviceHandleDrop(void* data, function dataDeviceHandleSelection (line 766) | static void dataDeviceHandleSelection(void* data, type wl_data_device_listener (line 772) | struct wl_data_device_listener function wmBaseHandlePing (line 781) | static void wmBaseHandlePing(void* data, type xdg_wm_base_listener (line 788) | struct xdg_wm_base_listener function registryHandleGlobal (line 792) | static void registryHandleGlobal(void* data, function registryHandleGlobalRemove (line 885) | static void registryHandleGlobalRemove(void *data, type wl_registry_listener (line 904) | struct wl_registry_listener function createKeyTables (line 911) | static void createKeyTables(void) function _glfwPlatformInit (line 1048) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 1221) | void _glfwPlatformTerminate(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_monitor.c function outputHandleGeometry (line 38) | static void outputHandleGeometry(void* data, function outputHandleMode (line 59) | static void outputHandleMode(void* data, function outputHandleDone (line 85) | static void outputHandleDone(void* data, struct wl_output* output) function outputHandleScale (line 100) | static void outputHandleScale(void* data, type wl_output_listener (line 109) | struct wl_output_listener function _glfwAddOutputWayland (line 121) | void _glfwAddOutputWayland(uint32_t name, uint32_t version) function _glfwPlatformFreeMonitor (line 158) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 164) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 172) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 181) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, function GLFWvidmode (line 195) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) function _glfwPlatformGetVideoMode (line 201) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 206) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 213) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, function wl_output (line 225) | wl_output* glfwGetWaylandMonitor(GLFWmonitor* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_platform.h type VkFlags (line 34) | typedef VkFlags VkWaylandSurfaceCreateFlagsKHR; type VkWaylandSurfaceCreateInfoKHR (line 36) | typedef struct VkWaylandSurfaceCreateInfoKHR type VkWaylandSurfaceCreateInfoKHR (line 45) | typedef VkResult (APIENTRY *PFN_vkCreateWaylandSurfaceKHR)(VkInstance,co... type struct (line 46) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceWaylandPresentationSu... type wl_cursor_image (line 81) | struct wl_cursor_image { type wl_cursor (line 88) | struct wl_cursor { type wl_cursor_theme (line 93) | struct wl_cursor_theme type wl_shm (line 93) | struct wl_shm type wl_cursor_theme (line 94) | struct wl_cursor_theme type wl_cursor (line 95) | struct wl_cursor type wl_cursor_theme (line 95) | struct wl_cursor_theme type wl_buffer (line 96) | struct wl_buffer type wl_cursor_image (line 96) | struct wl_cursor_image type wl_egl_window (line 102) | struct wl_egl_window type wl_surface (line 102) | struct wl_surface type wl_egl_window (line 103) | struct wl_egl_window type wl_egl_window (line 104) | struct wl_egl_window type xkb_context (line 109) | struct xkb_context type xkb_context_flags (line 109) | enum xkb_context_flags type xkb_context (line 110) | struct xkb_context type xkb_keymap (line 111) | struct xkb_keymap type xkb_context (line 111) | struct xkb_context type xkb_keymap_format (line 111) | enum xkb_keymap_format type xkb_keymap_compile_flags (line 111) | enum xkb_keymap_compile_flags type xkb_keymap (line 112) | struct xkb_keymap type xkb_mod_index_t (line 113) | typedef xkb_mod_index_t (* PFN_xkb_keymap_mod_get_index)(struct xkb_keym... type xkb_keymap (line 114) | struct xkb_keymap type xkb_state (line 115) | struct xkb_state type xkb_keymap (line 115) | struct xkb_keymap type xkb_state (line 116) | struct xkb_state type xkb_state (line 117) | struct xkb_state type xkb_state_component (line 118) | enum xkb_state_component type xkb_state (line 118) | struct xkb_state type xkb_mod_mask_t (line 119) | typedef xkb_mod_mask_t (* PFN_xkb_state_serialize_mods)(struct xkb_state... type xkb_compose_table (line 133) | struct xkb_compose_table type xkb_context (line 133) | struct xkb_context type xkb_compose_compile_flags (line 133) | enum xkb_compose_compile_flags type xkb_compose_table (line 134) | struct xkb_compose_table type xkb_compose_state (line 135) | struct xkb_compose_state type xkb_compose_table (line 135) | struct xkb_compose_table type xkb_compose_state_flags (line 135) | enum xkb_compose_state_flags type xkb_compose_state (line 136) | struct xkb_compose_state type xkb_compose_feed_result (line 137) | enum xkb_compose_feed_result type xkb_compose_state (line 137) | struct xkb_compose_state type xkb_compose_status (line 138) | enum xkb_compose_status type xkb_compose_state (line 138) | struct xkb_compose_state type xkb_keysym_t (line 139) | typedef xkb_keysym_t (* PFN_xkb_compose_state_get_one_sym)(struct xkb_co... type _GLFWdecorationSideWayland (line 154) | typedef enum _GLFWdecorationSideWayland type _GLFWdecorationWayland (line 163) | typedef struct _GLFWdecorationWayland type _GLFWwindowWayland (line 172) | typedef struct _GLFWwindowWayland type _GLFWlibraryWayland (line 221) | typedef struct _GLFWlibraryWayland type _GLFWmonitorWayland (line 330) | typedef struct _GLFWmonitorWayland type _GLFWcursorWayland (line 343) | typedef struct _GLFWcursorWayland FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/wl_window.c function shellSurfaceHandlePing (line 44) | static void shellSurfaceHandlePing(void* data, function shellSurfaceHandleConfigure (line 51) | static void shellSurfaceHandleConfigure(void* data, function shellSurfaceHandlePopupDone (line 99) | static void shellSurfaceHandlePopupDone(void* data, type wl_shell_surface_listener (line 104) | struct wl_shell_surface_listener function createTmpfileCloexec (line 110) | static int createTmpfileCloexec(char* tmpname) function createAnonymousFile (line 141) | static int createAnonymousFile(off_t size) type wl_buffer (line 198) | struct wl_buffer type wl_shm_pool (line 200) | struct wl_shm_pool type wl_buffer (line 201) | struct wl_buffer function createDecoration (line 251) | static void createDecoration(_GLFWdecorationWayland* decoration, function createDecorations (line 281) | static void createDecorations(_GLFWwindow* window) function destroyDecoration (line 313) | static void destroyDecoration(_GLFWdecorationWayland* decoration) function destroyDecorations (line 326) | static void destroyDecorations(_GLFWwindow* window) function xdgDecorationHandleConfigure (line 334) | static void xdgDecorationHandleConfigure(void* data, type zxdg_toplevel_decoration_v1_listener (line 346) | struct zxdg_toplevel_decoration_v1_listener function setOpaqueRegion (line 351) | static void setOpaqueRegion(_GLFWwindow* window) function resizeWindow (line 366) | static void resizeWindow(_GLFWwindow* window) function checkScaleChange (line 405) | static void checkScaleChange(_GLFWwindow* window) function surfaceHandleEnter (line 432) | static void surfaceHandleEnter(void *data, function surfaceHandleLeave (line 452) | static void surfaceHandleLeave(void *data, type wl_surface_listener (line 473) | struct wl_surface_listener function setIdleInhibitor (line 478) | static void setIdleInhibitor(_GLFWwindow* window, GLFWbool enable) function GLFWbool (line 496) | static GLFWbool createSurface(_GLFWwindow* window, function setFullscreen (line 525) | static void setFullscreen(_GLFWwindow* window, _GLFWmonitor* monitor, function GLFWbool (line 547) | static GLFWbool createShellSurface(_GLFWwindow* window) function xdgToplevelHandleConfigure (line 594) | static void xdgToplevelHandleConfigure(void* data, function xdgToplevelHandleClose (line 659) | static void xdgToplevelHandleClose(void* data, type xdg_toplevel_listener (line 666) | struct xdg_toplevel_listener function xdgSurfaceHandleConfigure (line 671) | static void xdgSurfaceHandleConfigure(void* data, type xdg_surface_listener (line 678) | struct xdg_surface_listener function setXdgDecorations (line 682) | static void setXdgDecorations(_GLFWwindow* window) function GLFWbool (line 703) | static GLFWbool createXdgSurface(_GLFWwindow* window) function setCursorImage (line 764) | static void setCursorImage(_GLFWwindow* window, function incrementCursorImage (line 810) | static void incrementCursorImage(_GLFWwindow* window) function handleEvents (line 826) | static void handleEvents(int timeout) function _glfwPlatformCreateWindow (line 927) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 991) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 1036) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 1047) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 1054) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 1063) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 1071) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 1079) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 1086) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 1110) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, function _glfwPlatformGetFramebufferSize (line 1117) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, function _glfwPlatformGetWindowFrameSize (line 1127) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 1144) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 1153) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 1167) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 1187) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 1201) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 1213) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 1230) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 1237) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 1243) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 1266) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 1271) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 1278) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 1283) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 1288) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 1293) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 1298) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 1305) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 1316) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 1323) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 1328) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 1332) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 1337) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformPollEvents (line 1342) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 1347) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 1352) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 1357) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 1362) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 1372) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 1383) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 1394) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 1399) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 1414) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 1441) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function relativePointerHandleRelativeMotion (line 1451) | static void relativePointerHandleRelativeMotion(void* data, type zwp_relative_pointer_v1_listener (line 1481) | struct zwp_relative_pointer_v1_listener function lockedPointerHandleLocked (line 1485) | static void lockedPointerHandleLocked(void* data, function unlockPointer (line 1490) | static void unlockPointer(_GLFWwindow* window) function lockedPointerHandleUnlocked (line 1506) | static void lockedPointerHandleUnlocked(void* data, type zwp_locked_pointer_v1_listener (line 1511) | struct zwp_locked_pointer_v1_listener function lockPointer (line 1516) | static void lockPointer(_GLFWwindow* window) function GLFWbool (line 1554) | static GLFWbool isPointerLocked(_GLFWwindow* window) function _glfwPlatformSetCursor (line 1559) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function dataSourceHandleTarget (line 1618) | static void dataSourceHandleTarget(void* data, function dataSourceHandleSend (line 1630) | static void dataSourceHandleSend(void* data, function dataSourceHandleCancelled (line 1679) | static void dataSourceHandleCancelled(void* data, type wl_data_source_listener (line 1694) | struct wl_data_source_listener function _glfwPlatformSetClipboardString (line 1700) | void _glfwPlatformSetClipboardString(const char* string) function GLFWbool (line 1740) | static GLFWbool growClipboardString(void) function _glfwPlatformGetRequiredInstanceExtensions (line 1823) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 1832) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 1852) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function wl_display (line 1891) | wl_display* glfwGetWaylandDisplay(void) function wl_surface (line 1897) | wl_surface* glfwGetWaylandWindow(GLFWwindow* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_init.c function translateKeySyms (line 45) | static int translateKeySyms(const KeySym* keysyms, int width) function createKeyTables (line 211) | static void createKeyTables(void) function GLFWbool (line 438) | static GLFWbool hasUsableInputMethodStyle(void) function Atom (line 461) | static Atom getAtomIfSupported(Atom* supportedAtoms, function detectEWMH (line 478) | static void detectEWMH(void) function GLFWbool (line 569) | static GLFWbool initExtensions(void) function getSystemContentScale (line 899) | static void getSystemContentScale(float* xscale, float* yscale) function Cursor (line 934) | static Cursor createHiddenCursor(void) function Window (line 943) | static Window createHelperWindow(void) function errorHandler (line 957) | static int errorHandler(Display *display, XErrorEvent* event) function _glfwGrabErrorHandlerX11 (line 973) | void _glfwGrabErrorHandlerX11(void) function _glfwReleaseErrorHandlerX11 (line 981) | void _glfwReleaseErrorHandlerX11(void) function _glfwInputErrorX11 (line 990) | void _glfwInputErrorX11(int error, const char* message) function Cursor (line 1001) | Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) function _glfwPlatformInit (line 1040) | int _glfwPlatformInit(void) function _glfwPlatformTerminate (line 1108) | void _glfwPlatformTerminate(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_monitor.c function GLFWbool (line 40) | static GLFWbool modeIsGood(const XRRModeInfo* mi) function calculateRefreshRate (line 47) | static int calculateRefreshRate(const XRRModeInfo* mi) function XRRModeInfo (line 57) | static const XRRModeInfo* getModeInfo(const XRRScreenResources* sr, RRMo... function GLFWvidmode (line 70) | static GLFWvidmode vidmodeFromModeInfo(const XRRModeInfo* mi, function _glfwPollMonitorsX11 (line 101) | void _glfwPollMonitorsX11(void) function _glfwSetVideoModeX11 (line 227) | void _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desi... function _glfwRestoreVideoModeX11 (line 281) | void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) function _glfwPlatformFreeMonitor (line 313) | void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor) function _glfwPlatformGetMonitorPos (line 317) | void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* y... function _glfwPlatformGetMonitorContentScale (line 339) | void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, function _glfwPlatformGetMonitorWorkarea (line 348) | void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, int* xpos, i... function GLFWvidmode (line 440) | GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) function _glfwPlatformGetVideoMode (line 492) | void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) function GLFWbool (line 522) | GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp*... function _glfwPlatformSetGammaRamp (line 560) | void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaram... function GLFWAPI (line 601) | GLFWAPI RRCrtc glfwGetX11Adapter(GLFWmonitor* handle) function GLFWAPI (line 608) | GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* handle) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_platform.h type XRRCrtcGamma (line 50) | typedef XRRCrtcGamma* (* PFN_XRRAllocGamma)(int); type XRRCrtcGamma (line 55) | typedef XRRCrtcGamma* (* PFN_XRRGetCrtcGamma)(Display*,RRCrtc); type XRRCrtcInfo (line 57) | typedef XRRCrtcInfo* (* PFN_XRRGetCrtcInfo) (Display*,XRRScreenResources... type XRROutputInfo (line 58) | typedef XRROutputInfo* (* PFN_XRRGetOutputInfo)(Display*,XRRScreenResour... type RROutput (line 59) | typedef RROutput (* PFN_XRRGetOutputPrimary)(Display*,Window); type XRRScreenResources (line 60) | typedef XRRScreenResources* (* PFN_XRRGetScreenResourcesCurrent)(Display... type Bool (line 61) | typedef Bool (* PFN_XRRQueryExtension)(Display*,int*,int*); type Status (line 62) | typedef Status (* PFN_XRRQueryVersion)(Display*,int*,int*); type Status (line 64) | typedef Status (* PFN_XRRSetCrtcConfig)(Display*,XRRScreenResources*,RRC... type XcursorImage (line 85) | typedef XcursorImage* (* PFN_XcursorImageCreate)(int,int); type Cursor (line 87) | typedef Cursor (* PFN_XcursorImageLoadCursor)(Display*,const XcursorImag... type Bool (line 92) | typedef Bool (* PFN_XineramaIsActive)(Display*); type Bool (line 93) | typedef Bool (* PFN_XineramaQueryExtension)(Display*,int*,int*); type XineramaScreenInfo (line 94) | typedef XineramaScreenInfo* (* PFN_XineramaQueryScreens)(Display*,int*); type XID (line 99) | typedef XID xcb_window_t; type XID (line 100) | typedef XID xcb_visualid_t; type xcb_connection_t (line 101) | typedef struct xcb_connection_t xcb_connection_t; type xcb_connection_t (line 102) | typedef xcb_connection_t* (* PFN_XGetXCBConnection)(Display*); type Bool (line 105) | typedef Bool (* PFN_XF86VidModeQueryExtension)(Display*,int*,int*); type Bool (line 106) | typedef Bool (* PFN_XF86VidModeGetGammaRamp)(Display*,int,int,unsigned s... type Bool (line 107) | typedef Bool (* PFN_XF86VidModeSetGammaRamp)(Display*,int,int,unsigned s... type Bool (line 108) | typedef Bool (* PFN_XF86VidModeGetGammaRampSize)(Display*,int,int*); type Status (line 114) | typedef Status (* PFN_XIQueryVersion)(Display*,int*,int*); type Bool (line 119) | typedef Bool (* PFN_XRenderQueryExtension)(Display*,int*,int*); type Status (line 120) | typedef Status (* PFN_XRenderQueryVersion)(Display*dpy,int*,int*); type XRenderPictFormat (line 121) | typedef XRenderPictFormat* (* PFN_XRenderFindVisualFormat)(Display*,Visu... type VkFlags (line 126) | typedef VkFlags VkXlibSurfaceCreateFlagsKHR; type VkFlags (line 127) | typedef VkFlags VkXcbSurfaceCreateFlagsKHR; type VkXlibSurfaceCreateInfoKHR (line 129) | typedef struct VkXlibSurfaceCreateInfoKHR type VkXcbSurfaceCreateInfoKHR (line 138) | typedef struct VkXcbSurfaceCreateInfoKHR type VkXlibSurfaceCreateInfoKHR (line 147) | typedef VkResult (APIENTRY *PFN_vkCreateXlibSurfaceKHR)(VkInstance,const... type Display (line 148) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceXlibPresentationSuppo... type VkXcbSurfaceCreateInfoKHR (line 149) | typedef VkResult (APIENTRY *PFN_vkCreateXcbSurfaceKHR)(VkInstance,const ... type xcb_connection_t (line 150) | typedef VkBool32 (APIENTRY *PFN_vkGetPhysicalDeviceXcbPresentationSuppor... type _GLFWwindowX11 (line 179) | typedef struct _GLFWwindowX11 type _GLFWlibraryX11 (line 209) | typedef struct _GLFWlibraryX11 type _GLFWmonitorX11 (line 411) | typedef struct _GLFWmonitorX11 type _GLFWcursorX11 (line 424) | typedef struct _GLFWcursorX11 FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_window.c function GLFWbool (line 64) | static GLFWbool waitForEvent(double* timeout) function GLFWbool (line 109) | static GLFWbool waitForVisibilityNotify(_GLFWwindow* window) function getWindowState (line 128) | static int getWindowState(_GLFWwindow* window) function Bool (line 152) | static Bool isSelectionEvent(Display* display, XEvent* event, XPointer p... function Bool (line 164) | static Bool isFrameExtentsEvent(Display* display, XEvent* event, XPointe... function Bool (line 175) | static Bool isSelPropNewValueNotify(Display* display, XEvent* event, XPo... function translateState (line 186) | static int translateState(int state) function translateKey (line 208) | static int translateKey(int scancode) function sendEventToWM (line 219) | static void sendEventToWM(_GLFWwindow* window, Atom type, function updateNormalHints (line 240) | static void updateNormalHints(_GLFWwindow* window, int width, int height) function updateWindowMode (line 289) | static void updateWindowMode(_GLFWwindow* window) function encodeUTF8 (line 435) | static size_t encodeUTF8(char* s, unsigned int ch) function decodeUTF8 (line 467) | static unsigned int decodeUTF8(const char** s) function updateCursorImage (line 509) | static void updateCursorImage(_GLFWwindow* window) function enableRawMouseMotion (line 530) | static void enableRawMouseMotion(_GLFWwindow* window) function disableRawMouseMotion (line 545) | static void disableRawMouseMotion(_GLFWwindow* window) function disableCursor (line 559) | static void disableCursor(_GLFWwindow* window) function enableCursor (line 580) | static void enableCursor(_GLFWwindow* window) function GLFWbool (line 595) | static GLFWbool createNativeWindow(_GLFWwindow* window, function Atom (line 800) | static Atom writeTargetToProperty(const XSelectionRequestEvent* request) function handleSelectionClear (line 934) | static void handleSelectionClear(XEvent* event) function handleSelectionRequest (line 948) | static void handleSelectionRequest(XEvent* event) function acquireMonitor (line 1105) | static void acquireMonitor(_GLFWwindow* window) function releaseMonitor (line 1144) | static void releaseMonitor(_GLFWwindow* window) function processEvent (line 1167) | static void processEvent(XEvent *event) function _glfwGetWindowPropertyX11 (line 1894) | unsigned long _glfwGetWindowPropertyX11(Window window, function GLFWbool (line 1919) | GLFWbool _glfwIsVisualTransparentX11(Visual* visual) function _glfwPushSelectionToManagerX11 (line 1930) | void _glfwPushSelectionToManagerX11(void) function _glfwPlatformCreateWindow (line 1981) | int _glfwPlatformCreateWindow(_GLFWwindow* window, function _glfwPlatformDestroyWindow (line 2051) | void _glfwPlatformDestroyWindow(_GLFWwindow* window) function _glfwPlatformSetWindowTitle (line 2085) | void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) function _glfwPlatformSetWindowIcon (line 2116) | void _glfwPlatformSetWindowIcon(_GLFWwindow* window, function _glfwPlatformGetWindowPos (line 2167) | void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) function _glfwPlatformSetWindowPos (line 2181) | void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) function _glfwPlatformGetWindowSize (line 2205) | void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* he... function _glfwPlatformSetWindowSize (line 2216) | void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) function _glfwPlatformSetWindowSizeLimits (line 2234) | void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, function _glfwPlatformSetWindowAspectRatio (line 2244) | void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, i... function _glfwPlatformGetFramebufferSize (line 2252) | void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, in... function _glfwPlatformGetWindowFrameSize (line 2257) | void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, function _glfwPlatformGetWindowContentScale (line 2318) | void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, function _glfwPlatformIconifyWindow (line 2327) | void _glfwPlatformIconifyWindow(_GLFWwindow* window) function _glfwPlatformRestoreWindow (line 2342) | void _glfwPlatformRestoreWindow(_GLFWwindow* window) function _glfwPlatformMaximizeWindow (line 2376) | void _glfwPlatformMaximizeWindow(_GLFWwindow* window) function _glfwPlatformShowWindow (line 2441) | void _glfwPlatformShowWindow(_GLFWwindow* window) function _glfwPlatformHideWindow (line 2450) | void _glfwPlatformHideWindow(_GLFWwindow* window) function _glfwPlatformRequestWindowAttention (line 2456) | void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) function _glfwPlatformFocusWindow (line 2468) | void _glfwPlatformFocusWindow(_GLFWwindow* window) function _glfwPlatformSetWindowMonitor (line 2482) | void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, function _glfwPlatformWindowFocused (line 2539) | int _glfwPlatformWindowFocused(_GLFWwindow* window) function _glfwPlatformWindowIconified (line 2548) | int _glfwPlatformWindowIconified(_GLFWwindow* window) function _glfwPlatformWindowVisible (line 2553) | int _glfwPlatformWindowVisible(_GLFWwindow* window) function _glfwPlatformWindowMaximized (line 2560) | int _glfwPlatformWindowMaximized(_GLFWwindow* window) function _glfwPlatformWindowHovered (line 2595) | int _glfwPlatformWindowHovered(_GLFWwindow* window) function _glfwPlatformFramebufferTransparent (line 2623) | int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) function _glfwPlatformSetWindowResizable (line 2631) | void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowDecorated (line 2638) | void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformSetWindowFloating (line 2660) | void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) function _glfwPlatformGetWindowOpacity (line 2730) | float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) function _glfwPlatformSetWindowOpacity (line 2753) | void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) function _glfwPlatformSetRawMouseMotion (line 2761) | void _glfwPlatformSetRawMouseMotion(_GLFWwindow *window, GLFWbool enabled) function GLFWbool (line 2775) | GLFWbool _glfwPlatformRawMouseMotionSupported(void) function _glfwPlatformPollEvents (line 2780) | void _glfwPlatformPollEvents(void) function _glfwPlatformWaitEvents (line 2814) | void _glfwPlatformWaitEvents(void) function _glfwPlatformWaitEventsTimeout (line 2822) | void _glfwPlatformWaitEventsTimeout(double timeout) function _glfwPlatformPostEmptyEvent (line 2833) | void _glfwPlatformPostEmptyEvent(void) function _glfwPlatformGetCursorPos (line 2844) | void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double... function _glfwPlatformSetCursorPos (line 2861) | void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) function _glfwPlatformSetCursorMode (line 2872) | void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) function _glfwPlatformGetKeyScancode (line 2917) | int _glfwPlatformGetKeyScancode(int key) function _glfwPlatformCreateCursor (line 2922) | int _glfwPlatformCreateCursor(_GLFWcursor* cursor, function _glfwPlatformCreateStandardCursor (line 2933) | int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) function _glfwPlatformDestroyCursor (line 2963) | void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) function _glfwPlatformSetCursor (line 2969) | void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) function _glfwPlatformSetClipboardString (line 2978) | void _glfwPlatformSetClipboardString(const char* string) function _glfwPlatformGetRequiredInstanceExtensions (line 3002) | void _glfwPlatformGetRequiredInstanceExtensions(char** extensions) function _glfwPlatformGetPhysicalDevicePresentationSupport (line 3023) | int _glfwPlatformGetPhysicalDevicePresentationSupport(VkInstance instance, function VkResult (line 3076) | VkResult _glfwPlatformCreateWindowSurface(VkInstance instance, function GLFWAPI (line 3156) | GLFWAPI Display* glfwGetX11Display(void) function GLFWAPI (line 3162) | GLFWAPI Window glfwGetX11Window(GLFWwindow* handle) function GLFWAPI (line 3169) | GLFWAPI void glfwSetX11SelectionString(const char* string) function GLFWAPI (line 3189) | GLFWAPI const char* glfwGetX11SelectionString(void) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/xkb_unicode.c type codepair (line 69) | struct codepair { function _glfwKeySym2Unicode (line 910) | long _glfwKeySym2Unicode(unsigned int keysym) FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/glfw_tree_rebuild.go constant upstreamTreeSHA (line 10) | upstreamTreeSHA = "6a900c40071c813fab7f32ef4c0b67eae5ce98b5" FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/input.c function glfwSetJoystickCallbackCB (line 3) | void glfwSetJoystickCallbackCB() { function glfwSetKeyCallbackCB (line 7) | void glfwSetKeyCallbackCB(GLFWwindow *window) { function glfwSetCharCallbackCB (line 11) | void glfwSetCharCallbackCB(GLFWwindow *window) { function glfwSetCharModsCallbackCB (line 15) | void glfwSetCharModsCallbackCB(GLFWwindow *window) { function glfwSetMouseButtonCallbackCB (line 19) | void glfwSetMouseButtonCallbackCB(GLFWwindow *window) { function glfwSetCursorPosCallbackCB (line 23) | void glfwSetCursorPosCallbackCB(GLFWwindow *window) { function glfwSetCursorEnterCallbackCB (line 27) | void glfwSetCursorEnterCallbackCB(GLFWwindow *window) { function glfwSetScrollCallbackCB (line 31) | void glfwSetScrollCallbackCB(GLFWwindow *window) { function glfwSetDropCallbackCB (line 35) | void glfwSetDropCallbackCB(GLFWwindow *window) { function GetAxisAtIndex (line 39) | float GetAxisAtIndex(float *axis, int i) { return axis[i]; } function GetButtonsAtIndex (line 41) | unsigned char GetButtonsAtIndex(unsigned char *buttons, int i) { function GetGamepadButtonAtIndex (line 45) | unsigned char GetGamepadButtonAtIndex(GLFWgamepadstate *gp, int i) { function GetGamepadAxisAtIndex (line 49) | float GetGamepadAxisAtIndex(GLFWgamepadstate *gp, int i) { return gp->ax... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/input.go type Joystick (line 28) | type Joystick method Present (line 754) | func (joy Joystick) Present() bool { method GetAxes (line 766) | func (joy Joystick) GetAxes() []float32 { method GetButtons (line 795) | func (joy Joystick) GetButtons() []Action { method GetHats (line 820) | func (joy Joystick) GetHats() []JoystickHatState { method GetName (line 842) | func (joy Joystick) GetName() string { method GetGUID (line 865) | func (joy Joystick) GetGUID() string { method SetUserPointer (line 877) | func (joy Joystick) SetUserPointer(pointer unsafe.Pointer) { method GetUserPointer (line 888) | func (joy Joystick) GetUserPointer() unsafe.Pointer { method IsGamepad (line 900) | func (joy Joystick) IsGamepad() bool { method GetGamepadName (line 933) | func (joy Joystick) GetGamepadName() string { method GetGamepadState (line 953) | func (joy Joystick) GetGamepadState() *GamepadState { constant Joystick1 (line 32) | Joystick1 Joystick = C.GLFW_JOYSTICK_1 constant Joystick2 (line 33) | Joystick2 Joystick = C.GLFW_JOYSTICK_2 constant Joystick3 (line 34) | Joystick3 Joystick = C.GLFW_JOYSTICK_3 constant Joystick4 (line 35) | Joystick4 Joystick = C.GLFW_JOYSTICK_4 constant Joystick5 (line 36) | Joystick5 Joystick = C.GLFW_JOYSTICK_5 constant Joystick6 (line 37) | Joystick6 Joystick = C.GLFW_JOYSTICK_6 constant Joystick7 (line 38) | Joystick7 Joystick = C.GLFW_JOYSTICK_7 constant Joystick8 (line 39) | Joystick8 Joystick = C.GLFW_JOYSTICK_8 constant Joystick9 (line 40) | Joystick9 Joystick = C.GLFW_JOYSTICK_9 constant Joystick10 (line 41) | Joystick10 Joystick = C.GLFW_JOYSTICK_10 constant Joystick11 (line 42) | Joystick11 Joystick = C.GLFW_JOYSTICK_11 constant Joystick12 (line 43) | Joystick12 Joystick = C.GLFW_JOYSTICK_12 constant Joystick13 (line 44) | Joystick13 Joystick = C.GLFW_JOYSTICK_13 constant Joystick14 (line 45) | Joystick14 Joystick = C.GLFW_JOYSTICK_14 constant Joystick15 (line 46) | Joystick15 Joystick = C.GLFW_JOYSTICK_15 constant Joystick16 (line 47) | Joystick16 Joystick = C.GLFW_JOYSTICK_16 constant JoystickLast (line 48) | JoystickLast Joystick = C.GLFW_JOYSTICK_LAST type JoystickHatState (line 52) | type JoystickHatState constant HatCentered (line 56) | HatCentered JoystickHatState = C.GLFW_HAT_CENTERED constant HatUp (line 57) | HatUp JoystickHatState = C.GLFW_HAT_UP constant HatRight (line 58) | HatRight JoystickHatState = C.GLFW_HAT_RIGHT constant HatDown (line 59) | HatDown JoystickHatState = C.GLFW_HAT_DOWN constant HatLeft (line 60) | HatLeft JoystickHatState = C.GLFW_HAT_LEFT constant HatRightUp (line 61) | HatRightUp JoystickHatState = C.GLFW_HAT_RIGHT_UP constant HatRightDown (line 62) | HatRightDown JoystickHatState = C.GLFW_HAT_RIGHT_DOWN constant HatLeftUp (line 63) | HatLeftUp JoystickHatState = C.GLFW_HAT_LEFT_UP constant HatLeftDown (line 64) | HatLeftDown JoystickHatState = C.GLFW_HAT_LEFT_DOWN type GamepadAxis (line 68) | type GamepadAxis constant AxisLeftX (line 72) | AxisLeftX GamepadAxis = C.GLFW_GAMEPAD_AXIS_LEFT_X constant AxisLeftY (line 73) | AxisLeftY GamepadAxis = C.GLFW_GAMEPAD_AXIS_LEFT_Y constant AxisRightX (line 74) | AxisRightX GamepadAxis = C.GLFW_GAMEPAD_AXIS_RIGHT_X constant AxisRightY (line 75) | AxisRightY GamepadAxis = C.GLFW_GAMEPAD_AXIS_RIGHT_Y constant AxisLeftTrigger (line 76) | AxisLeftTrigger GamepadAxis = C.GLFW_GAMEPAD_AXIS_LEFT_TRIGGER constant AxisRightTrigger (line 77) | AxisRightTrigger GamepadAxis = C.GLFW_GAMEPAD_AXIS_RIGHT_TRIGGER constant AxisLast (line 78) | AxisLast GamepadAxis = C.GLFW_GAMEPAD_AXIS_LAST type GamepadButton (line 82) | type GamepadButton constant ButtonA (line 86) | ButtonA GamepadButton = C.GLFW_GAMEPAD_BUTTON_A constant ButtonB (line 87) | ButtonB GamepadButton = C.GLFW_GAMEPAD_BUTTON_B constant ButtonX (line 88) | ButtonX GamepadButton = C.GLFW_GAMEPAD_BUTTON_X constant ButtonY (line 89) | ButtonY GamepadButton = C.GLFW_GAMEPAD_BUTTON_Y constant ButtonLeftBumper (line 90) | ButtonLeftBumper GamepadButton = C.GLFW_GAMEPAD_BUTTON_LEFT_BUMPER constant ButtonRightBumper (line 91) | ButtonRightBumper GamepadButton = C.GLFW_GAMEPAD_BUTTON_RIGHT_BUMPER constant ButtonBack (line 92) | ButtonBack GamepadButton = C.GLFW_GAMEPAD_BUTTON_BACK constant ButtonStart (line 93) | ButtonStart GamepadButton = C.GLFW_GAMEPAD_BUTTON_START constant ButtonGuide (line 94) | ButtonGuide GamepadButton = C.GLFW_GAMEPAD_BUTTON_GUIDE constant ButtonLeftThumb (line 95) | ButtonLeftThumb GamepadButton = C.GLFW_GAMEPAD_BUTTON_LEFT_THUMB constant ButtonRightThumb (line 96) | ButtonRightThumb GamepadButton = C.GLFW_GAMEPAD_BUTTON_RIGHT_THUMB constant ButtonDpadUp (line 97) | ButtonDpadUp GamepadButton = C.GLFW_GAMEPAD_BUTTON_DPAD_UP constant ButtonDpadRight (line 98) | ButtonDpadRight GamepadButton = C.GLFW_GAMEPAD_BUTTON_DPAD_RIGHT constant ButtonDpadDown (line 99) | ButtonDpadDown GamepadButton = C.GLFW_GAMEPAD_BUTTON_DPAD_DOWN constant ButtonDpadLeft (line 100) | ButtonDpadLeft GamepadButton = C.GLFW_GAMEPAD_BUTTON_DPAD_LEFT constant ButtonLast (line 101) | ButtonLast GamepadButton = C.GLFW_GAMEPAD_BUTTON_LAST constant ButtonCross (line 102) | ButtonCross GamepadButton = C.GLFW_GAMEPAD_BUTTON_CROSS constant ButtonCircle (line 103) | ButtonCircle GamepadButton = C.GLFW_GAMEPAD_BUTTON_CIRCLE constant ButtonSquare (line 104) | ButtonSquare GamepadButton = C.GLFW_GAMEPAD_BUTTON_SQUARE constant ButtonTriangle (line 105) | ButtonTriangle GamepadButton = C.GLFW_GAMEPAD_BUTTON_TRIANGLE type GamepadState (line 109) | type GamepadState struct type Key (line 115) | type Key constant KeyUnknown (line 121) | KeyUnknown Key = C.GLFW_KEY_UNKNOWN constant KeySpace (line 122) | KeySpace Key = C.GLFW_KEY_SPACE constant KeyApostrophe (line 123) | KeyApostrophe Key = C.GLFW_KEY_APOSTROPHE constant KeyComma (line 124) | KeyComma Key = C.GLFW_KEY_COMMA constant KeyMinus (line 125) | KeyMinus Key = C.GLFW_KEY_MINUS constant KeyPeriod (line 126) | KeyPeriod Key = C.GLFW_KEY_PERIOD constant KeySlash (line 127) | KeySlash Key = C.GLFW_KEY_SLASH constant Key0 (line 128) | Key0 Key = C.GLFW_KEY_0 constant Key1 (line 129) | Key1 Key = C.GLFW_KEY_1 constant Key2 (line 130) | Key2 Key = C.GLFW_KEY_2 constant Key3 (line 131) | Key3 Key = C.GLFW_KEY_3 constant Key4 (line 132) | Key4 Key = C.GLFW_KEY_4 constant Key5 (line 133) | Key5 Key = C.GLFW_KEY_5 constant Key6 (line 134) | Key6 Key = C.GLFW_KEY_6 constant Key7 (line 135) | Key7 Key = C.GLFW_KEY_7 constant Key8 (line 136) | Key8 Key = C.GLFW_KEY_8 constant Key9 (line 137) | Key9 Key = C.GLFW_KEY_9 constant KeySemicolon (line 138) | KeySemicolon Key = C.GLFW_KEY_SEMICOLON constant KeyEqual (line 139) | KeyEqual Key = C.GLFW_KEY_EQUAL constant KeyA (line 140) | KeyA Key = C.GLFW_KEY_A constant KeyB (line 141) | KeyB Key = C.GLFW_KEY_B constant KeyC (line 142) | KeyC Key = C.GLFW_KEY_C constant KeyD (line 143) | KeyD Key = C.GLFW_KEY_D constant KeyE (line 144) | KeyE Key = C.GLFW_KEY_E constant KeyF (line 145) | KeyF Key = C.GLFW_KEY_F constant KeyG (line 146) | KeyG Key = C.GLFW_KEY_G constant KeyH (line 147) | KeyH Key = C.GLFW_KEY_H constant KeyI (line 148) | KeyI Key = C.GLFW_KEY_I constant KeyJ (line 149) | KeyJ Key = C.GLFW_KEY_J constant KeyK (line 150) | KeyK Key = C.GLFW_KEY_K constant KeyL (line 151) | KeyL Key = C.GLFW_KEY_L constant KeyM (line 152) | KeyM Key = C.GLFW_KEY_M constant KeyN (line 153) | KeyN Key = C.GLFW_KEY_N constant KeyO (line 154) | KeyO Key = C.GLFW_KEY_O constant KeyP (line 155) | KeyP Key = C.GLFW_KEY_P constant KeyQ (line 156) | KeyQ Key = C.GLFW_KEY_Q constant KeyR (line 157) | KeyR Key = C.GLFW_KEY_R constant KeyS (line 158) | KeyS Key = C.GLFW_KEY_S constant KeyT (line 159) | KeyT Key = C.GLFW_KEY_T constant KeyU (line 160) | KeyU Key = C.GLFW_KEY_U constant KeyV (line 161) | KeyV Key = C.GLFW_KEY_V constant KeyW (line 162) | KeyW Key = C.GLFW_KEY_W constant KeyX (line 163) | KeyX Key = C.GLFW_KEY_X constant KeyY (line 164) | KeyY Key = C.GLFW_KEY_Y constant KeyZ (line 165) | KeyZ Key = C.GLFW_KEY_Z constant KeyLeftBracket (line 166) | KeyLeftBracket Key = C.GLFW_KEY_LEFT_BRACKET constant KeyBackslash (line 167) | KeyBackslash Key = C.GLFW_KEY_BACKSLASH constant KeyRightBracket (line 168) | KeyRightBracket Key = C.GLFW_KEY_RIGHT_BRACKET constant KeyGraveAccent (line 169) | KeyGraveAccent Key = C.GLFW_KEY_GRAVE_ACCENT constant KeyWorld1 (line 170) | KeyWorld1 Key = C.GLFW_KEY_WORLD_1 constant KeyWorld2 (line 171) | KeyWorld2 Key = C.GLFW_KEY_WORLD_2 constant KeyEscape (line 172) | KeyEscape Key = C.GLFW_KEY_ESCAPE constant KeyEnter (line 173) | KeyEnter Key = C.GLFW_KEY_ENTER constant KeyTab (line 174) | KeyTab Key = C.GLFW_KEY_TAB constant KeyBackspace (line 175) | KeyBackspace Key = C.GLFW_KEY_BACKSPACE constant KeyInsert (line 176) | KeyInsert Key = C.GLFW_KEY_INSERT constant KeyDelete (line 177) | KeyDelete Key = C.GLFW_KEY_DELETE constant KeyRight (line 178) | KeyRight Key = C.GLFW_KEY_RIGHT constant KeyLeft (line 179) | KeyLeft Key = C.GLFW_KEY_LEFT constant KeyDown (line 180) | KeyDown Key = C.GLFW_KEY_DOWN constant KeyUp (line 181) | KeyUp Key = C.GLFW_KEY_UP constant KeyPageUp (line 182) | KeyPageUp Key = C.GLFW_KEY_PAGE_UP constant KeyPageDown (line 183) | KeyPageDown Key = C.GLFW_KEY_PAGE_DOWN constant KeyHome (line 184) | KeyHome Key = C.GLFW_KEY_HOME constant KeyEnd (line 185) | KeyEnd Key = C.GLFW_KEY_END constant KeyCapsLock (line 186) | KeyCapsLock Key = C.GLFW_KEY_CAPS_LOCK constant KeyScrollLock (line 187) | KeyScrollLock Key = C.GLFW_KEY_SCROLL_LOCK constant KeyNumLock (line 188) | KeyNumLock Key = C.GLFW_KEY_NUM_LOCK constant KeyPrintScreen (line 189) | KeyPrintScreen Key = C.GLFW_KEY_PRINT_SCREEN constant KeyPause (line 190) | KeyPause Key = C.GLFW_KEY_PAUSE constant KeyF1 (line 191) | KeyF1 Key = C.GLFW_KEY_F1 constant KeyF2 (line 192) | KeyF2 Key = C.GLFW_KEY_F2 constant KeyF3 (line 193) | KeyF3 Key = C.GLFW_KEY_F3 constant KeyF4 (line 194) | KeyF4 Key = C.GLFW_KEY_F4 constant KeyF5 (line 195) | KeyF5 Key = C.GLFW_KEY_F5 constant KeyF6 (line 196) | KeyF6 Key = C.GLFW_KEY_F6 constant KeyF7 (line 197) | KeyF7 Key = C.GLFW_KEY_F7 constant KeyF8 (line 198) | KeyF8 Key = C.GLFW_KEY_F8 constant KeyF9 (line 199) | KeyF9 Key = C.GLFW_KEY_F9 constant KeyF10 (line 200) | KeyF10 Key = C.GLFW_KEY_F10 constant KeyF11 (line 201) | KeyF11 Key = C.GLFW_KEY_F11 constant KeyF12 (line 202) | KeyF12 Key = C.GLFW_KEY_F12 constant KeyF13 (line 203) | KeyF13 Key = C.GLFW_KEY_F13 constant KeyF14 (line 204) | KeyF14 Key = C.GLFW_KEY_F14 constant KeyF15 (line 205) | KeyF15 Key = C.GLFW_KEY_F15 constant KeyF16 (line 206) | KeyF16 Key = C.GLFW_KEY_F16 constant KeyF17 (line 207) | KeyF17 Key = C.GLFW_KEY_F17 constant KeyF18 (line 208) | KeyF18 Key = C.GLFW_KEY_F18 constant KeyF19 (line 209) | KeyF19 Key = C.GLFW_KEY_F19 constant KeyF20 (line 210) | KeyF20 Key = C.GLFW_KEY_F20 constant KeyF21 (line 211) | KeyF21 Key = C.GLFW_KEY_F21 constant KeyF22 (line 212) | KeyF22 Key = C.GLFW_KEY_F22 constant KeyF23 (line 213) | KeyF23 Key = C.GLFW_KEY_F23 constant KeyF24 (line 214) | KeyF24 Key = C.GLFW_KEY_F24 constant KeyF25 (line 215) | KeyF25 Key = C.GLFW_KEY_F25 constant KeyKP0 (line 216) | KeyKP0 Key = C.GLFW_KEY_KP_0 constant KeyKP1 (line 217) | KeyKP1 Key = C.GLFW_KEY_KP_1 constant KeyKP2 (line 218) | KeyKP2 Key = C.GLFW_KEY_KP_2 constant KeyKP3 (line 219) | KeyKP3 Key = C.GLFW_KEY_KP_3 constant KeyKP4 (line 220) | KeyKP4 Key = C.GLFW_KEY_KP_4 constant KeyKP5 (line 221) | KeyKP5 Key = C.GLFW_KEY_KP_5 constant KeyKP6 (line 222) | KeyKP6 Key = C.GLFW_KEY_KP_6 constant KeyKP7 (line 223) | KeyKP7 Key = C.GLFW_KEY_KP_7 constant KeyKP8 (line 224) | KeyKP8 Key = C.GLFW_KEY_KP_8 constant KeyKP9 (line 225) | KeyKP9 Key = C.GLFW_KEY_KP_9 constant KeyKPDecimal (line 226) | KeyKPDecimal Key = C.GLFW_KEY_KP_DECIMAL constant KeyKPDivide (line 227) | KeyKPDivide Key = C.GLFW_KEY_KP_DIVIDE constant KeyKPMultiply (line 228) | KeyKPMultiply Key = C.GLFW_KEY_KP_MULTIPLY constant KeyKPSubtract (line 229) | KeyKPSubtract Key = C.GLFW_KEY_KP_SUBTRACT constant KeyKPAdd (line 230) | KeyKPAdd Key = C.GLFW_KEY_KP_ADD constant KeyKPEnter (line 231) | KeyKPEnter Key = C.GLFW_KEY_KP_ENTER constant KeyKPEqual (line 232) | KeyKPEqual Key = C.GLFW_KEY_KP_EQUAL constant KeyLeftShift (line 233) | KeyLeftShift Key = C.GLFW_KEY_LEFT_SHIFT constant KeyLeftControl (line 234) | KeyLeftControl Key = C.GLFW_KEY_LEFT_CONTROL constant KeyLeftAlt (line 235) | KeyLeftAlt Key = C.GLFW_KEY_LEFT_ALT constant KeyLeftSuper (line 236) | KeyLeftSuper Key = C.GLFW_KEY_LEFT_SUPER constant KeyRightShift (line 237) | KeyRightShift Key = C.GLFW_KEY_RIGHT_SHIFT constant KeyRightControl (line 238) | KeyRightControl Key = C.GLFW_KEY_RIGHT_CONTROL constant KeyRightAlt (line 239) | KeyRightAlt Key = C.GLFW_KEY_RIGHT_ALT constant KeyRightSuper (line 240) | KeyRightSuper Key = C.GLFW_KEY_RIGHT_SUPER constant KeyMenu (line 241) | KeyMenu Key = C.GLFW_KEY_MENU constant KeyLast (line 242) | KeyLast Key = C.GLFW_KEY_LAST type ModifierKey (line 246) | type ModifierKey constant ModShift (line 250) | ModShift ModifierKey = C.GLFW_MOD_SHIFT constant ModControl (line 251) | ModControl ModifierKey = C.GLFW_MOD_CONTROL constant ModAlt (line 252) | ModAlt ModifierKey = C.GLFW_MOD_ALT constant ModSuper (line 253) | ModSuper ModifierKey = C.GLFW_MOD_SUPER constant ModCapsLock (line 254) | ModCapsLock ModifierKey = C.GLFW_MOD_CAPS_LOCK constant ModNumLock (line 255) | ModNumLock ModifierKey = C.GLFW_MOD_NUM_LOCK type MouseButton (line 259) | type MouseButton constant MouseButton1 (line 263) | MouseButton1 MouseButton = C.GLFW_MOUSE_BUTTON_1 constant MouseButton2 (line 264) | MouseButton2 MouseButton = C.GLFW_MOUSE_BUTTON_2 constant MouseButton3 (line 265) | MouseButton3 MouseButton = C.GLFW_MOUSE_BUTTON_3 constant MouseButton4 (line 266) | MouseButton4 MouseButton = C.GLFW_MOUSE_BUTTON_4 constant MouseButton5 (line 267) | MouseButton5 MouseButton = C.GLFW_MOUSE_BUTTON_5 constant MouseButton6 (line 268) | MouseButton6 MouseButton = C.GLFW_MOUSE_BUTTON_6 constant MouseButton7 (line 269) | MouseButton7 MouseButton = C.GLFW_MOUSE_BUTTON_7 constant MouseButton8 (line 270) | MouseButton8 MouseButton = C.GLFW_MOUSE_BUTTON_8 constant MouseButtonLast (line 271) | MouseButtonLast MouseButton = C.GLFW_MOUSE_BUTTON_LAST constant MouseButtonLeft (line 272) | MouseButtonLeft MouseButton = C.GLFW_MOUSE_BUTTON_LEFT constant MouseButtonRight (line 273) | MouseButtonRight MouseButton = C.GLFW_MOUSE_BUTTON_RIGHT constant MouseButtonMiddle (line 274) | MouseButtonMiddle MouseButton = C.GLFW_MOUSE_BUTTON_MIDDLE type StandardCursor (line 278) | type StandardCursor constant ArrowCursor (line 282) | ArrowCursor StandardCursor = C.GLFW_ARROW_CURSOR constant IBeamCursor (line 283) | IBeamCursor StandardCursor = C.GLFW_IBEAM_CURSOR constant CrosshairCursor (line 284) | CrosshairCursor StandardCursor = C.GLFW_CROSSHAIR_CURSOR constant HandCursor (line 285) | HandCursor StandardCursor = C.GLFW_HAND_CURSOR constant HResizeCursor (line 286) | HResizeCursor StandardCursor = C.GLFW_HRESIZE_CURSOR constant VResizeCursor (line 287) | VResizeCursor StandardCursor = C.GLFW_VRESIZE_CURSOR type Action (line 291) | type Action constant Release (line 295) | Release Action = C.GLFW_RELEASE constant Press (line 296) | Press Action = C.GLFW_PRESS constant Repeat (line 297) | Repeat Action = C.GLFW_REPEAT type InputMode (line 301) | type InputMode constant CursorMode (line 305) | CursorMode InputMode = C.GLFW_CURSOR constant StickyKeysMode (line 306) | StickyKeysMode InputMode = C.GLFW_STICKY_KEYS constant StickyMouseButtonsMode (line 307) | StickyMouseButtonsMode InputMode = C.GLFW_STICKY_MOUSE_BUTTONS constant LockKeyMods (line 308) | LockKeyMods InputMode = C.GLFW_LOCK_KEY_MODS constant RawMouseMotion (line 309) | RawMouseMotion InputMode = C.GLFW_RAW_MOUSE_MOTION constant CursorNormal (line 314) | CursorNormal int = C.GLFW_CURSOR_NORMAL constant CursorHidden (line 315) | CursorHidden int = C.GLFW_CURSOR_HIDDEN constant CursorDisabled (line 316) | CursorDisabled int = C.GLFW_CURSOR_DISABLED type Cursor (line 320) | type Cursor struct method Destroy (line 536) | func (c *Cursor) Destroy() { function goJoystickCB (line 327) | func goJoystickCB(joy, event C.int) { function goMouseButtonCB (line 332) | func goMouseButtonCB(window unsafe.Pointer, button, action, mods C.int) { function goCursorPosCB (line 338) | func goCursorPosCB(window unsafe.Pointer, xpos, ypos C.double) { function goCursorEnterCB (line 344) | func goCursorEnterCB(window unsafe.Pointer, entered C.int) { function goScrollCB (line 351) | func goScrollCB(window unsafe.Pointer, xoff, yoff C.double) { function goKeyCB (line 357) | func goKeyCB(window unsafe.Pointer, key, scancode, action, mods C.int) { function goCharCB (line 363) | func goCharCB(window unsafe.Pointer, character C.uint) { function goCharModsCB (line 369) | func goCharModsCB(window unsafe.Pointer, character C.uint, mods C.int) { function goDropCB (line 375) | func goDropCB(window unsafe.Pointer, count C.int, names **C.char) { // T... method GetInputMode (line 387) | func (w *Window) GetInputMode(mode InputMode) int { method SetInputMode (line 394) | func (w *Window) SetInputMode(mode InputMode, value int) { function RawMouseMotionSupported (line 411) | func RawMouseMotionSupported() bool { function GetKeyScancode (line 420) | func GetKeyScancode(key Key) int { method GetKey (line 435) | func (w *Window) GetKey(key Key) Action { function GetKeyName (line 444) | func GetKeyName(key Key, scancode int) string { method GetMouseButton (line 455) | func (w *Window) GetMouseButton(button MouseButton) Action { method GetCursorPos (line 469) | func (w *Window) GetCursorPos() (x, y float64) { method SetCursorPos (line 482) | func (w *Window) SetCursorPos(xpos, ypos float64) { function CreateCursor (line 498) | func CreateCursor(img image.Image, xhot, yhot int) *Cursor { function CreateStandardCursor (line 528) | func CreateStandardCursor(shape StandardCursor) *Cursor { method SetCursor (line 546) | func (w *Window) SetCursor(c *Cursor) { type JoystickCallback (line 556) | type JoystickCallback function SetJoystickCallback (line 561) | func SetJoystickCallback(cbfun JoystickCallback) (previous JoystickCallb... type KeyCallback (line 574) | type KeyCallback method SetKeyCallback (line 588) | func (w *Window) SetKeyCallback(cbfun KeyCallback) (previous KeyCallback) { type CharCallback (line 601) | type CharCallback method SetCharCallback (line 617) | func (w *Window) SetCharCallback(cbfun CharCallback) (previous CharCallb... type CharModsCallback (line 630) | type CharModsCallback method SetCharModsCallback (line 644) | func (w *Window) SetCharModsCallback(cbfun CharModsCallback) (previous C... type MouseButtonCallback (line 657) | type MouseButtonCallback method SetMouseButtonCallback (line 667) | func (w *Window) SetMouseButtonCallback(cbfun MouseButtonCallback) (prev... type CursorPosCallback (line 680) | type CursorPosCallback method SetCursorPosCallback (line 685) | func (w *Window) SetCursorPosCallback(cbfun CursorPosCallback) (previous... type CursorEnterCallback (line 698) | type CursorEnterCallback method SetCursorEnterCallback (line 702) | func (w *Window) SetCursorEnterCallback(cbfun CursorEnterCallback) (prev... type ScrollCallback (line 715) | type ScrollCallback method SetScrollCallback (line 719) | func (w *Window) SetScrollCallback(cbfun ScrollCallback) (previous Scrol... type DropCallback (line 732) | type DropCallback method SetDropCallback (line 736) | func (w *Window) SetDropCallback(cbfun DropCallback) (previous DropCallb... function UpdateGamepadMappings (line 918) | func UpdateGamepadMappings(mapping string) bool { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/monitor.c function GLFWmonitor (line 3) | GLFWmonitor *GetMonitorAtIndex(GLFWmonitor **monitors, int index) { function GLFWvidmode (line 7) | GLFWvidmode GetVidmodeAtIndex(GLFWvidmode *vidmodes, int index) { function glfwSetMonitorCallbackCB (line 11) | void glfwSetMonitorCallbackCB() { function GetGammaAtIndex (line 15) | unsigned int GetGammaAtIndex(unsigned short *color, int i) { return colo... function SetGammaAtIndex (line 17) | void SetGammaAtIndex(unsigned short *color, int i, unsigned short value) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/monitor.go type Monitor (line 17) | type Monitor struct method GetPos (line 87) | func (m *Monitor) GetPos() (x, y int) { method GetWorkarea (line 102) | func (m *Monitor) GetWorkarea() (x, y, width, height int) { method GetContentScale (line 116) | func (m *Monitor) GetContentScale() (float32, float32) { method SetUserPointer (line 129) | func (m *Monitor) SetUserPointer(pointer unsafe.Pointer) { method GetUserPointer (line 140) | func (m *Monitor) GetUserPointer() unsafe.Pointer { method GetPhysicalSize (line 150) | func (m *Monitor) GetPhysicalSize() (width, height int) { method GetName (line 158) | func (m *Monitor) GetName() string { method GetVideoModes (line 191) | func (m *Monitor) GetVideoModes() []*VidMode { method GetVideoMode (line 213) | func (m *Monitor) GetVideoMode() *VidMode { method SetGamma (line 224) | func (m *Monitor) SetGamma(gamma float32) { method GetGammaRamp (line 230) | func (m *Monitor) GetGammaRamp() *GammaRamp { method SetGammaRamp (line 254) | func (m *Monitor) SetGammaRamp(ramp *GammaRamp) { type PeripheralEvent (line 23) | type PeripheralEvent type GammaRamp (line 26) | type GammaRamp struct constant Connected (line 34) | Connected PeripheralEvent = C.GLFW_CONNECTED constant Disconnected (line 35) | Disconnected PeripheralEvent = C.GLFW_DISCONNECTED type VidMode (line 39) | type VidMode struct function goMonitorCB (line 51) | func goMonitorCB(monitor unsafe.Pointer, event C.int) { function GetMonitors (line 56) | func GetMonitors() []*Monitor { function GetPrimaryMonitor (line 76) | func GetPrimaryMonitor() *Monitor { type MonitorCallback (line 169) | type MonitorCallback function SetMonitorCallback (line 176) | func SetMonitorCallback(cbfun MonitorCallback) MonitorCallback { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/native_darwin.go method GetCocoaMonitor (line 22) | func (m *Monitor) GetCocoaMonitor() uintptr { method GetCocoaWindow (line 29) | func (w *Window) GetCocoaWindow() unsafe.Pointer { method GetNSGLContext (line 36) | func (w *Window) GetNSGLContext() unsafe.Pointer { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/native_linbsd.go function GetX11Display (line 14) | func GetX11Display() *C.Display { method GetX11Adapter (line 21) | func (m *Monitor) GetX11Adapter() C.RRCrtc { method GetX11Monitor (line 28) | func (m *Monitor) GetX11Monitor() C.RROutput { method GetX11Window (line 35) | func (w *Window) GetX11Window() C.Window { method GetGLXContext (line 42) | func (w *Window) GetGLXContext() C.GLXContext { method GetGLXWindow (line 49) | func (w *Window) GetGLXWindow() C.GLXWindow { function SetX11SelectionString (line 56) | func SetX11SelectionString(str string) { function GetX11SelectionString (line 63) | func GetX11SelectionString() string { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/native_windows.go method GetWin32Adapter (line 11) | func (m *Monitor) GetWin32Adapter() string { method GetWin32Monitor (line 18) | func (m *Monitor) GetWin32Monitor() string { method GetWin32Window (line 25) | func (w *Window) GetWin32Window() C.HWND { method GetWGLContext (line 32) | func (w *Window) GetWGLContext() C.HGLRC { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/time.go function GetTime (line 13) | func GetTime() float64 { function SetTime (line 25) | func SetTime(time float64) { function GetTimerFrequency (line 31) | func GetTimerFrequency() uint64 { function GetTimerValue (line 38) | func GetTimerValue() uint64 { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/util.go function glfwbool (line 8) | func glfwbool(b C.int) bool { function bytes (line 15) | func bytes(origin []byte) (pointer *uint8, free func()) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/vulkan.go function VulkanSupported (line 32) | func VulkanSupported() bool { function GetVulkanGetInstanceProcAddress (line 40) | func GetVulkanGetInstanceProcAddress() unsafe.Pointer { method GetRequiredInstanceExtensions (line 54) | func (window *Window) GetRequiredInstanceExtensions() []string { method CreateWindowSurface (line 69) | func (window *Window) CreateWindowSurface(instance interface{}, allocCal... FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/window.c function glfwSetWindowPosCallbackCB (line 3) | void glfwSetWindowPosCallbackCB(GLFWwindow *window) { function glfwSetWindowSizeCallbackCB (line 7) | void glfwSetWindowSizeCallbackCB(GLFWwindow *window) { function glfwSetWindowCloseCallbackCB (line 11) | void glfwSetWindowCloseCallbackCB(GLFWwindow *window) { function glfwSetWindowRefreshCallbackCB (line 15) | void glfwSetWindowRefreshCallbackCB(GLFWwindow *window) { function glfwSetWindowFocusCallbackCB (line 19) | void glfwSetWindowFocusCallbackCB(GLFWwindow *window) { function glfwSetWindowIconifyCallbackCB (line 23) | void glfwSetWindowIconifyCallbackCB(GLFWwindow *window) { function glfwSetFramebufferSizeCallbackCB (line 27) | void glfwSetFramebufferSizeCallbackCB(GLFWwindow *window) { function glfwSetWindowMaximizeCallbackCB (line 32) | void glfwSetWindowMaximizeCallbackCB(GLFWwindow *window) { function glfwSetWindowContentScaleCallbackCB (line 37) | void glfwSetWindowContentScaleCallbackCB(GLFWwindow *window) { FILE: vendor/github.com/go-gl/glfw/v3.3/glfw/window.go type windowList (line 25) | type windowList struct method put (line 32) | func (w *windowList) put(wnd *Window) { method remove (line 38) | func (w *windowList) remove(wnd *C.GLFWwindow) { method get (line 44) | func (w *windowList) get(wnd *C.GLFWwindow) *Window { type Hint (line 54) | type Hint constant JoystickHatButtons (line 58) | JoystickHatButtons Hint = C.GLFW_JOYSTICK_HAT_BUTTONS constant CocoaChdirResources (line 59) | CocoaChdirResources Hint = C.GLFW_COCOA_CHDIR_RESOURCES constant CocoaMenubar (line 60) | CocoaMenubar Hint = C.GLFW_COCOA_MENUBAR constant Focused (line 65) | Focused Hint = C.GLFW_FOCUSED constant Iconified (line 66) | Iconified Hint = C.GLFW_ICONIFIED constant Maximized (line 67) | Maximized Hint = C.GLFW_MAXIMIZED constant Visible (line 68) | Visible Hint = C.GLFW_VISIBLE constant Hovered (line 69) | Hovered Hint = C.GLFW_HOVERED constant Resizable (line 70) | Resizable Hint = C.GLFW_RESIZABLE constant Decorated (line 71) | Decorated Hint = C.GLFW_DECORATED constant Floating (line 72) | Floating Hint = C.GLFW_FLOATING constant AutoIconify (line 73) | AutoIconify Hint = C.GLFW_AUTO_ICONIFY constant CenterCursor (line 74) | CenterCursor Hint = C.GLFW_CENTER_CURSOR constant TransparentFramebuffer (line 75) | TransparentFramebuffer Hint = C.GLFW_TRANSPARENT_FRAMEBUFFER constant FocusOnShow (line 76) | FocusOnShow Hint = C.GLFW_FOCUS_ON_SHOW constant ScaleToMonitor (line 77) | ScaleToMonitor Hint = C.GLFW_SCALE_TO_MONITOR constant ClientAPI (line 82) | ClientAPI Hint = C.GLFW_CLIENT_API constant ContextVersionMajor (line 83) | ContextVersionMajor Hint = C.GLFW_CONTEXT_VERSION_MAJOR constant ContextVersionMinor (line 84) | ContextVersionMinor Hint = C.GLFW_CONTEXT_VERSION_MINOR constant ContextRobustness (line 85) | ContextRobustness Hint = C.GLFW_CONTEXT_ROBUSTNESS constant ContextReleaseBehavior (line 86) | ContextReleaseBehavior Hint = C.GLFW_CONTEXT_RELEASE_BEHAVIOR constant OpenGLForwardCompatible (line 87) | OpenGLForwardCompatible Hint = C.GLFW_OPENGL_FORWARD_COMPAT constant OpenGLDebugContext (line 88) | OpenGLDebugContext Hint = C.GLFW_OPENGL_DEBUG_CONTEXT constant OpenGLProfile (line 89) | OpenGLProfile Hint = C.GLFW_OPENGL_PROFILE constant ContextCreationAPI (line 90) | ContextCreationAPI Hint = C.GLFW_CONTEXT_CREATION_API constant ContextRevision (line 95) | ContextRevision Hint = C.GLFW_CONTEXT_REVISION constant RedBits (line 96) | RedBits Hint = C.GLFW_RED_BITS constant GreenBits (line 97) | GreenBits Hint = C.GLFW_GREEN_BITS constant BlueBits (line 98) | BlueBits Hint = C.GLFW_BLUE_BITS constant AlphaBits (line 99) | AlphaBits Hint = C.GLFW_ALPHA_BITS constant DepthBits (line 100) | DepthBits Hint = C.GLFW_DEPTH_BITS constant StencilBits (line 101) | StencilBits Hint = C.GLFW_STENCIL_BITS constant AccumRedBits (line 102) | AccumRedBits Hint = C.GLFW_ACCUM_RED_BITS constant AccumGreenBits (line 103) | AccumGreenBits Hint = C.GLFW_ACCUM_GREEN_BITS constant AccumBlueBits (line 104) | AccumBlueBits Hint = C.GLFW_ACCUM_BLUE_BITS constant AccumAlphaBits (line 105) | AccumAlphaBits Hint = C.GLFW_ACCUM_ALPHA_BITS constant AuxBuffers (line 106) | AuxBuffers Hint = C.GLFW_AUX_BUFFERS constant Stereo (line 107) | Stereo Hint = C.GLFW_STEREO constant Samples (line 108) | Samples Hint = C.GLFW_SAMPLES constant SRGBCapable (line 109) | SRGBCapable Hint = C.GLFW_SRGB_CAPABLE constant RefreshRate (line 110) | RefreshRate Hint = C.GLFW_REFRESH_RATE constant DoubleBuffer (line 111) | DoubleBuffer Hint = C.GLFW_DOUBLEBUFFER constant CocoaGraphicsSwitching (line 112) | CocoaGraphicsSwitching Hint = C.GLFW_COCOA_GRAPHICS_SWITCHING constant CocoaRetinaFramebuffer (line 113) | CocoaRetinaFramebuffer Hint = C.GLFW_COCOA_RETINA_FRAMEBUFFER constant CocoaFrameNAME (line 118) | CocoaFrameNAME Hint = C.GLFW_COCOA_FRAME_NAME constant X11ClassName (line 119) | X11ClassName Hint = C.GLFW_X11_CLASS_NAME constant X11InstanceName (line 120) | X11InstanceName Hint = C.GLFW_X11_INSTANCE_NAME constant OpenGLAPI (line 125) | OpenGLAPI int = C.GLFW_OPENGL_API constant OpenGLESAPI (line 126) | OpenGLESAPI int = C.GLFW_OPENGL_ES_API constant NoAPI (line 127) | NoAPI int = C.GLFW_NO_API constant NativeContextAPI (line 132) | NativeContextAPI int = C.GLFW_NATIVE_CONTEXT_API constant EGLContextAPI (line 133) | EGLContextAPI int = C.GLFW_EGL_CONTEXT_API constant OSMesaContextAPI (line 134) | OSMesaContextAPI int = C.GLFW_OSMESA_CONTEXT_API constant NoRobustness (line 139) | NoRobustness int = C.GLFW_NO_ROBUSTNESS constant NoResetNotification (line 140) | NoResetNotification int = C.GLFW_NO_RESET_NOTIFICATION constant LoseContextOnReset (line 141) | LoseContextOnReset int = C.GLFW_LOSE_CONTEXT_ON_RESET constant AnyReleaseBehavior (line 146) | AnyReleaseBehavior int = C.GLFW_ANY_RELEASE_BEHAVIOR constant ReleaseBehaviorFlush (line 147) | ReleaseBehaviorFlush int = C.GLFW_RELEASE_BEHAVIOR_FLUSH constant ReleaseBehaviorNone (line 148) | ReleaseBehaviorNone int = C.GLFW_RELEASE_BEHAVIOR_NONE constant OpenGLAnyProfile (line 153) | OpenGLAnyProfile int = C.GLFW_OPENGL_ANY_PROFILE constant OpenGLCoreProfile (line 154) | OpenGLCoreProfile int = C.GLFW_OPENGL_CORE_PROFILE constant OpenGLCompatProfile (line 155) | OpenGLCompatProfile int = C.GLFW_OPENGL_COMPAT_PROFILE constant True (line 160) | True int = 1 constant False (line 161) | False int = 0 constant DontCare (line 162) | DontCare int = C.GLFW_DONT_CARE type Window (line 166) | type Window struct method Handle (line 194) | func (w *Window) Handle() unsafe.Pointer { method Destroy (line 362) | func (w *Window) Destroy() { method ShouldClose (line 369) | func (w *Window) ShouldClose() bool { method SetShouldClose (line 378) | func (w *Window) SetShouldClose(value bool) { method SetTitle (line 390) | func (w *Window) SetTitle(title string) { method SetIcon (line 409) | func (w *Window) SetIcon(images []image.Image) { method GetPos (line 450) | func (w *Window) GetPos() (x, y int) { method SetPos (line 471) | func (w *Window) SetPos(xpos, ypos int) { method GetSize (line 478) | func (w *Window) GetSize() (width, height int) { method SetSize (line 495) | func (w *Window) SetSize(width, height int) { method SetSizeLimits (line 504) | func (w *Window) SetSizeLimits(minw, minh, maxw, maxh int) { method SetAspectRatio (line 518) | func (w *Window) SetAspectRatio(numer, denom int) { method GetFramebufferSize (line 525) | func (w *Window) GetFramebufferSize() (width, height int) { method GetFrameSize (line 538) | func (w *Window) GetFrameSize() (left, top, right, bottom int) { method GetContentScale (line 552) | func (w *Window) GetContentScale() (float32, float32) { method GetOpacity (line 568) | func (w *Window) GetOpacity() float32 { method SetOpacity (line 582) | func (w *Window) SetOpacity(opacity float32) { method RequestAttention (line 594) | func (w *Window) RequestAttention() { method Focus (line 606) | func (w *Window) Focus() { method Iconify (line 616) | func (w *Window) Iconify() { method Maximize (line 624) | func (w *Window) Maximize() { method Restore (line 634) | func (w *Window) Restore() { method Show (line 642) | func (w *Window) Show() { method Hide (line 651) | func (w *Window) Hide() { method GetMonitor (line 660) | func (w *Window) GetMonitor() *Monitor { method SetMonitor (line 684) | func (w *Window) SetMonitor(monitor *Monitor, xpos, ypos, width, heigh... method GetAttrib (line 697) | func (w *Window) GetAttrib(attrib Hint) int { method SetAttrib (line 714) | func (w *Window) SetAttrib(attrib Hint, value int) { method SetUserPointer (line 720) | func (w *Window) SetUserPointer(pointer unsafe.Pointer) { method GetUserPointer (line 727) | func (w *Window) GetUserPointer() unsafe.Pointer { method SetPosCallback (line 739) | func (w *Window) SetPosCallback(cbfun PosCallback) (previous PosCallba... method SetSizeCallback (line 757) | func (w *Window) SetSizeCallback(cbfun SizeCallback) (previous SizeCal... method SetFramebufferSizeCallback (line 774) | func (w *Window) SetFramebufferSizeCallback(cbfun FramebufferSizeCallb... method SetCloseCallback (line 798) | func (w *Window) SetCloseCallback(cbfun CloseCallback) (previous Close... method SetMaximizeCallback (line 818) | func (w *Window) SetMaximizeCallback(cbfun MaximizeCallback) MaximizeC... method SetContentScaleCallback (line 838) | func (w *Window) SetContentScaleCallback(cbfun ContentScaleCallback) C... method SetRefreshCallback (line 859) | func (w *Window) SetRefreshCallback(cbfun RefreshCallback) (previous R... method SetFocusCallback (line 880) | func (w *Window) SetFocusCallback(cbfun FocusCallback) (previous Focus... method SetIconifyCallback (line 897) | func (w *Window) SetIconifyCallback(cbfun IconifyCallback) (previous I... method SetClipboardString (line 916) | func (w *Window) SetClipboardString(str string) { method GetClipboardString (line 930) | func (w *Window) GetClipboardString() string { function GoWindow (line 200) | func GoWindow(window unsafe.Pointer) *Window { function goWindowPosCB (line 205) | func goWindowPosCB(window unsafe.Pointer, xpos, ypos C.int) { function goWindowSizeCB (line 211) | func goWindowSizeCB(window unsafe.Pointer, width, height C.int) { function goFramebufferSizeCB (line 217) | func goFramebufferSizeCB(window unsafe.Pointer, width, height C.int) { function goWindowCloseCB (line 223) | func goWindowCloseCB(window unsafe.Pointer) { function goWindowMaximizeCB (line 229) | func goWindowMaximizeCB(window unsafe.Pointer, iconified C.int) { function goWindowRefreshCB (line 235) | func goWindowRefreshCB(window unsafe.Pointer) { function goWindowFocusCB (line 241) | func goWindowFocusCB(window unsafe.Pointer, focused C.int) { function goWindowIconifyCB (line 248) | func goWindowIconifyCB(window unsafe.Pointer, iconified C.int) { function goWindowContentScaleCB (line 255) | func goWindowContentScaleCB(window unsafe.Pointer, x C.float, y C.float) { function DefaultWindowHints (line 263) | func DefaultWindowHints() { function WindowHint (line 273) | func WindowHint(target Hint, hint int) { function WindowHintString (line 294) | func WindowHintString(hint Hint, value string) { function CreateWindow (line 331) | func CreateWindow(width, height int, title string, monitor *Monitor, sha... type PosCallback (line 734) | type PosCallback type SizeCallback (line 752) | type SizeCallback type FramebufferSizeCallback (line 770) | type FramebufferSizeCallback type CloseCallback (line 787) | type CloseCallback type MaximizeCallback (line 812) | type MaximizeCallback type ContentScaleCallback (line 831) | type ContentScaleCallback type RefreshCallback (line 850) | type RefreshCallback type FocusCallback (line 872) | type FocusCallback type IconifyCallback (line 893) | type IconifyCallback function panicErrorExceptForInvalidValue (line 941) | func panicErrorExceptForInvalidValue() { function PollEvents (line 963) | func PollEvents() { function WaitEvents (line 981) | func WaitEvents() { function WaitEventsTimeout (line 1008) | func WaitEventsTimeout(timeout float64) { function PostEmptyEvent (line 1020) | func PostEmptyEvent() { FILE: vendor/github.com/golang/freetype/freetype.go constant nGlyphs (line 27) | nGlyphs = 256 constant nXFractions (line 28) | nXFractions = 4 constant nYFractions (line 29) | nYFractions = 1 type cacheEntry (line 35) | type cacheEntry struct function ParseFont (line 46) | func ParseFont(b []byte) (*truetype.Font, error) { function Pt (line 52) | func Pt(x, y int) fixed.Point26_6 { type Context (line 60) | type Context struct method PointToFixed (line 80) | func (c *Context) PointToFixed(x float64) fixed.Int26_6 { method drawContour (line 85) | func (c *Context) drawContour(ps []truetype.Point, dx, dy fixed.Int26_... method rasterize (line 161) | func (c *Context) rasterize(glyph truetype.Index, fx, fy fixed.Int26_6) ( method glyph (line 198) | func (c *Context) glyph(glyph truetype.Index, p fixed.Point26_6) ( method DrawString (line 230) | func (c *Context) DrawString(s string, p fixed.Point26_6) (fixed.Point... method recalc (line 262) | func (c *Context) recalc() { method SetDPI (line 281) | func (c *Context) SetDPI(dpi float64) { method SetFont (line 290) | func (c *Context) SetFont(f *truetype.Font) { method SetFontSize (line 299) | func (c *Context) SetFontSize(fontSize float64) { method SetHinting (line 308) | func (c *Context) SetHinting(hinting font.Hinting) { method SetDst (line 316) | func (c *Context) SetDst(dst draw.Image) { method SetSrc (line 322) | func (c *Context) SetSrc(src image.Image) { method SetClip (line 327) | func (c *Context) SetClip(clip image.Rectangle) { function NewContext (line 334) | func NewContext() *Context { FILE: vendor/github.com/golang/freetype/raster/geom.go function maxAbs (line 16) | func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { function pNeg (line 30) | func pNeg(p fixed.Point26_6) fixed.Point26_6 { function pDot (line 35) | func pDot(p fixed.Point26_6, q fixed.Point26_6) fixed.Int52_12 { function pLen (line 42) | func pLen(p fixed.Point26_6) fixed.Int26_6 { function pNorm (line 51) | func pNorm(p fixed.Point26_6, length fixed.Int26_6) fixed.Point26_6 { function pRot45CW (line 65) | func pRot45CW(p fixed.Point26_6) fixed.Point26_6 { function pRot90CW (line 76) | func pRot90CW(p fixed.Point26_6) fixed.Point26_6 { function pRot135CW (line 83) | func pRot135CW(p fixed.Point26_6) fixed.Point26_6 { function pRot45CCW (line 94) | func pRot45CCW(p fixed.Point26_6) fixed.Point26_6 { function pRot90CCW (line 105) | func pRot90CCW(p fixed.Point26_6) fixed.Point26_6 { function pRot135CCW (line 112) | func pRot135CCW(p fixed.Point26_6) fixed.Point26_6 { type Adder (line 121) | type Adder interface type Path (line 134) | type Path method String (line 137) | func (p Path) String() string { method Clear (line 164) | func (p *Path) Clear() { method Start (line 169) | func (p *Path) Start(a fixed.Point26_6) { method Add1 (line 174) | func (p *Path) Add1(b fixed.Point26_6) { method Add2 (line 179) | func (p *Path) Add2(b, c fixed.Point26_6) { method Add3 (line 184) | func (p *Path) Add3(b, c, d fixed.Point26_6) { method AddPath (line 189) | func (p *Path) AddPath(q Path) { method AddStroke (line 194) | func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Jo... method firstPoint (line 199) | func (p Path) firstPoint() fixed.Point26_6 { method lastPoint (line 204) | func (p Path) lastPoint() fixed.Point26_6 { function addPathReversed (line 214) | func addPathReversed(p Adder, q Path) { FILE: vendor/github.com/golang/freetype/raster/paint.go type Span (line 18) | type Span struct type Painter (line 27) | type Painter interface type PainterFunc (line 32) | type PainterFunc method Paint (line 35) | func (f PainterFunc) Paint(ss []Span, done bool) { f(ss, done) } type AlphaOverPainter (line 39) | type AlphaOverPainter struct method Paint (line 44) | func (r AlphaOverPainter) Paint(ss []Span, done bool) { function NewAlphaOverPainter (line 73) | func NewAlphaOverPainter(m *image.Alpha) AlphaOverPainter { type AlphaSrcPainter (line 79) | type AlphaSrcPainter struct method Paint (line 84) | func (r AlphaSrcPainter) Paint(ss []Span, done bool) { function NewAlphaSrcPainter (line 112) | func NewAlphaSrcPainter(m *image.Alpha) AlphaSrcPainter { type RGBAPainter (line 117) | type RGBAPainter struct method Paint (line 127) | func (r *RGBAPainter) Paint(ss []Span, done bool) { method SetColor (line 174) | func (r *RGBAPainter) SetColor(c color.Color) { function NewRGBAPainter (line 179) | func NewRGBAPainter(m *image.RGBA) *RGBAPainter { type MonochromePainter (line 185) | type MonochromePainter struct method Paint (line 192) | func (m *MonochromePainter) Paint(ss []Span, done bool) { function NewMonochromePainter (line 234) | func NewMonochromePainter(p Painter) *MonochromePainter { type GammaCorrectionPainter (line 240) | type GammaCorrectionPainter struct method Paint (line 252) | func (g *GammaCorrectionPainter) Paint(ss []Span, done bool) { method SetGamma (line 269) | func (g *GammaCorrectionPainter) SetGamma(gamma float64) { function NewGammaCorrectionPainter (line 283) | func NewGammaCorrectionPainter(p Painter, gamma float64) *GammaCorrectio... FILE: vendor/github.com/golang/freetype/raster/raster.go type cell (line 26) | type cell struct type Rasterizer (line 32) | type Rasterizer struct method findCell (line 63) | func (r *Rasterizer) findCell() int { method saveCell (line 98) | func (r *Rasterizer) saveCell() { method setCell (line 111) | func (r *Rasterizer) setCell(xi, yi int) { method scan (line 121) | func (r *Rasterizer) scan(yi int, x0, y0f, x1, y1f fixed.Int26_6) { method Start (line 194) | func (r *Rasterizer) Start(a fixed.Point26_6) { method Add1 (line 200) | func (r *Rasterizer) Add1(b fixed.Point26_6) { method Add2 (line 305) | func (r *Rasterizer) Add2(b, c fixed.Point26_6) { method Add3 (line 365) | func (r *Rasterizer) Add3(b, c, d fixed.Point26_6) { method AddPath (line 434) | func (r *Rasterizer) AddPath(p Path) { method AddStroke (line 467) | func (r *Rasterizer) AddStroke(q Path, width fixed.Int26_6, cr Capper,... method areaToAlpha (line 475) | func (r *Rasterizer) areaToAlpha(area int) uint32 { method Rasterize (line 506) | func (r *Rasterizer) Rasterize(p Painter) { method Clear (line 554) | func (r *Rasterizer) Clear() { method SetBounds (line 568) | func (r *Rasterizer) SetBounds(width, height int) { function NewRasterizer (line 597) | func NewRasterizer(width, height int) *Rasterizer { FILE: vendor/github.com/golang/freetype/raster/stroke.go constant epsilon (line 14) | epsilon = fixed.Int52_12(1024) type Capper (line 17) | type Capper interface type CapperFunc (line 24) | type CapperFunc method Cap (line 26) | func (f CapperFunc) Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fi... type Joiner (line 31) | type Joiner interface type JoinerFunc (line 39) | type JoinerFunc method Join (line 41) | func (f JoinerFunc) Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivo... function roundCapper (line 48) | func roundCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point... function buttCapper (line 63) | func buttCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point2... function squareCapper (line 70) | func squareCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Poin... function roundJoiner (line 81) | func roundJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 ... function bevelJoiner (line 95) | func bevelJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 ... function addArc (line 103) | func addArc(p Adder, pivot, n0, n1 fixed.Point26_6) { function midpoint (line 190) | func midpoint(a, b fixed.Point26_6) fixed.Point26_6 { function angleGreaterThan45 (line 196) | func angleGreaterThan45(v0, v1 fixed.Point26_6) bool { function interpolate (line 202) | func interpolate(a, b fixed.Point26_6, t fixed.Int52_12) fixed.Point26_6 { function curviest2 (line 223) | func curviest2(a, b, c fixed.Point26_6) fixed.Int52_12 { type stroker (line 235) | type stroker struct method addNonCurvy2 (line 254) | func (k *stroker) addNonCurvy2(b, c fixed.Point26_6) { method Add1 (line 317) | func (k *stroker) Add1(b fixed.Point26_6) { method Add2 (line 331) | func (k *stroker) Add2(b, c fixed.Point26_6) { method Add3 (line 402) | func (k *stroker) Add3(b, c, d fixed.Point26_6) { method stroke (line 407) | func (k *stroker) stroke(q Path) { function Stroke (line 452) | func Stroke(p Adder, q Path, width fixed.Int26_6, cr Capper, jr Joiner) { FILE: vendor/github.com/golang/freetype/truetype/face.go function powerOf2 (line 17) | func powerOf2(i int) bool { type Options (line 22) | type Options struct method size (line 71) | func (o *Options) size() float64 { method dpi (line 78) | func (o *Options) dpi() float64 { method hinting (line 85) | func (o *Options) hinting() font.Hinting { method glyphCacheEntries (line 96) | func (o *Options) glyphCacheEntries() int { method subPixelsX (line 105) | func (o *Options) subPixelsX() (value uint32, halfQuantum, mask fixed.... method subPixelsY (line 118) | func (o *Options) subPixelsY() (value uint32, halfQuantum, mask fixed.... function subPixels (line 151) | func subPixels(q int) (value uint32, bias, mask fixed.Int26_6) { type glyphCacheEntry (line 156) | type glyphCacheEntry struct type glyphCacheKey (line 161) | type glyphCacheKey struct type glyphCacheVal (line 166) | type glyphCacheVal struct type indexCacheEntry (line 173) | type indexCacheEntry struct function NewFace (line 179) | func NewFace(f *Font, opts *Options) font.Face { type face (line 213) | type face struct method index (line 238) | func (a *face) index(r rune) Index { method Close (line 251) | func (a *face) Close() error { return nil } method Metrics (line 254) | func (a *face) Metrics() font.Metrics { method Kern (line 265) | func (a *face) Kern(r0, r1 rune) fixed.Int26_6 { method Glyph (line 276) | func (a *face) Glyph(dot fixed.Point26_6, r rune) ( method GlyphBounds (line 321) | func (a *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advanc... method GlyphAdvance (line 344) | func (a *face) GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool) { method rasterize (line 355) | func (a *face) rasterize(index Index, fx, fy fixed.Int26_6) (v glyphCa... method drawContour (line 399) | func (a *face) drawContour(ps []Point, dx, dy fixed.Int26_6) { constant indexCacheLen (line 236) | indexCacheLen = 256 function clear (line 392) | func clear(pix []byte) { type facePainter (line 474) | type facePainter struct method Paint (line 478) | func (p facePainter) Paint(ss []raster.Span, done bool) { FILE: vendor/github.com/golang/freetype/truetype/glyph.go type Point (line 17) | type Point struct type GlyphBuf (line 26) | type GlyphBuf struct method Load (line 85) | func (g *GlyphBuf) Load(f *Font, scale fixed.Int26_6, i Index, h font.... method load (line 173) | func (g *GlyphBuf) load(recursion uint32, i Index, useMyMetrics bool) ... method loadSimple (line 273) | func (g *GlyphBuf) loadSimple(glyf []byte, ne int) (program []byte) { method loadCompound (line 348) | func (g *GlyphBuf) loadCompound(recursion uint32, uhm HMetric, i Index, method addPhantomsAndScale (line 486) | func (g *GlyphBuf) addPhantomsAndScale(np0, np1 int, simple, adjust bo... constant flagOnCurve (line 63) | flagOnCurve = 1 << iota constant flagXShortVector (line 64) | flagXShortVector constant flagYShortVector (line 65) | flagYShortVector constant flagRepeat (line 66) | flagRepeat constant flagPositiveXShortVector (line 67) | flagPositiveXShortVector constant flagPositiveYShortVector (line 68) | flagPositiveYShortVector constant flagTouchedX (line 71) | flagTouchedX constant flagTouchedY (line 72) | flagTouchedY constant flagThisXIsSame (line 78) | flagThisXIsSame = flagPositiveXShortVector constant flagThisYIsSame (line 79) | flagThisYIsSame = flagPositiveYShortVector constant loadOffset (line 271) | loadOffset = 10 FILE: vendor/github.com/golang/freetype/truetype/hint.go constant twilightZone (line 19) | twilightZone = 0 constant glyphZone (line 20) | glyphZone = 1 constant numZone (line 21) | numZone = 2 type pointType (line 24) | type pointType constant current (line 27) | current pointType = 0 constant unhinted (line 28) | unhinted pointType = 1 constant inFontUnits (line 29) | inFontUnits pointType = 2 constant numPointType (line 30) | numPointType = 3 type callStackEntry (line 34) | type callStackEntry struct type hinter (line 42) | type hinter struct method init (line 118) | func (h *hinter) init(f *Font, scale fixed.Int26_6) error { method run (line 175) | func (h *hinter) run(program []byte, pCurrent, pUnhinted, pInFontUnits... method initializeScaledCVT (line 1399) | func (h *hinter) initializeScaledCVT() { method getScaledCVT (line 1416) | func (h *hinter) getScaledCVT(i int32) fixed.Int26_6 { method setScaledCVT (line 1427) | func (h *hinter) setScaledCVT(i int32, v fixed.Int26_6) { method point (line 1437) | func (h *hinter) point(zonePointer uint32, pt pointType, i int32) *Poi... method move (line 1445) | func (h *hinter) move(p *Point, distance fixed.Int26_6, touch bool) { method iupInterp (line 1483) | func (h *hinter) iupInterp(interpY bool, p1, p2, ref1, ref2 int) { method iupShift (line 1578) | func (h *hinter) iupShift(interpY bool, p1, p2, p int) { method displacement (line 1600) | func (h *hinter) displacement(useZP1 bool) (zonePointer uint32, i int3... method round (line 1734) | func (h *hinter) round(x fixed.Int26_6) fixed.Int26_6 { type graphicsState (line 70) | type graphicsState struct function resetTwilightPoints (line 106) | func resetTwilightPoints(f *Font, p []Point) []Point { function skipInstructionPayload (line 1616) | func skipInstructionPayload(program []byte, pc int) (newPC int, ok bool) { type f2dot14 (line 1641) | type f2dot14 function normalize (line 1643) | func normalize(x, y f2dot14) [2]f2dot14 { function fabs (line 1662) | func fabs(x fixed.Int26_6) fixed.Int26_6 { function fdiv (line 1670) | func fdiv(x, y fixed.Int26_6) fixed.Int26_6 { function fmul (line 1675) | func fmul(x, y fixed.Int26_6) fixed.Int26_6 { function dotProduct (line 1687) | func dotProduct(x, y fixed.Int26_6, q [2]f2dot14) fixed.Int26_6 { function mulDiv (line 1719) | func mulDiv(x, y, z int64) int64 { function bool2int32 (line 1765) | func bool2int32(b bool) int32 { FILE: vendor/github.com/golang/freetype/truetype/opcodes.go constant opSVTCA0 (line 12) | opSVTCA0 = 0x00 constant opSVTCA1 (line 13) | opSVTCA1 = 0x01 constant opSPVTCA0 (line 14) | opSPVTCA0 = 0x02 constant opSPVTCA1 (line 15) | opSPVTCA1 = 0x03 constant opSFVTCA0 (line 16) | opSFVTCA0 = 0x04 constant opSFVTCA1 (line 17) | opSFVTCA1 = 0x05 constant opSPVTL0 (line 18) | opSPVTL0 = 0x06 constant opSPVTL1 (line 19) | opSPVTL1 = 0x07 constant opSFVTL0 (line 20) | opSFVTL0 = 0x08 constant opSFVTL1 (line 21) | opSFVTL1 = 0x09 constant opSPVFS (line 22) | opSPVFS = 0x0a constant opSFVFS (line 23) | opSFVFS = 0x0b constant opGPV (line 24) | opGPV = 0x0c constant opGFV (line 25) | opGFV = 0x0d constant opSFVTPV (line 26) | opSFVTPV = 0x0e constant opISECT (line 27) | opISECT = 0x0f constant opSRP0 (line 28) | opSRP0 = 0x10 constant opSRP1 (line 29) | opSRP1 = 0x11 constant opSRP2 (line 30) | opSRP2 = 0x12 constant opSZP0 (line 31) | opSZP0 = 0x13 constant opSZP1 (line 32) | opSZP1 = 0x14 constant opSZP2 (line 33) | opSZP2 = 0x15 constant opSZPS (line 34) | opSZPS = 0x16 constant opSLOOP (line 35) | opSLOOP = 0x17 constant opRTG (line 36) | opRTG = 0x18 constant opRTHG (line 37) | opRTHG = 0x19 constant opSMD (line 38) | opSMD = 0x1a constant opELSE (line 39) | opELSE = 0x1b constant opJMPR (line 40) | opJMPR = 0x1c constant opSCVTCI (line 41) | opSCVTCI = 0x1d constant opSSWCI (line 42) | opSSWCI = 0x1e constant opSSW (line 43) | opSSW = 0x1f constant opDUP (line 44) | opDUP = 0x20 constant opPOP (line 45) | opPOP = 0x21 constant opCLEAR (line 46) | opCLEAR = 0x22 constant opSWAP (line 47) | opSWAP = 0x23 constant opDEPTH (line 48) | opDEPTH = 0x24 constant opCINDEX (line 49) | opCINDEX = 0x25 constant opMINDEX (line 50) | opMINDEX = 0x26 constant opALIGNPTS (line 51) | opALIGNPTS = 0x27 constant op_0x28 (line 52) | op_0x28 = 0x28 constant opUTP (line 53) | opUTP = 0x29 constant opLOOPCALL (line 54) | opLOOPCALL = 0x2a constant opCALL (line 55) | opCALL = 0x2b constant opFDEF (line 56) | opFDEF = 0x2c constant opENDF (line 57) | opENDF = 0x2d constant opMDAP0 (line 58) | opMDAP0 = 0x2e constant opMDAP1 (line 59) | opMDAP1 = 0x2f constant opIUP0 (line 60) | opIUP0 = 0x30 constant opIUP1 (line 61) | opIUP1 = 0x31 constant opSHP0 (line 62) | opSHP0 = 0x32 constant opSHP1 (line 63) | opSHP1 = 0x33 constant opSHC0 (line 64) | opSHC0 = 0x34 constant opSHC1 (line 65) | opSHC1 = 0x35 constant opSHZ0 (line 66) | opSHZ0 = 0x36 constant opSHZ1 (line 67) | opSHZ1 = 0x37 constant opSHPIX (line 68) | opSHPIX = 0x38 constant opIP (line 69) | opIP = 0x39 constant opMSIRP0 (line 70) | opMSIRP0 = 0x3a constant opMSIRP1 (line 71) | opMSIRP1 = 0x3b constant opALIGNRP (line 72) | opALIGNRP = 0x3c constant opRTDG (line 73) | opRTDG = 0x3d constant opMIAP0 (line 74) | opMIAP0 = 0x3e constant opMIAP1 (line 75) | opMIAP1 = 0x3f constant opNPUSHB (line 76) | opNPUSHB = 0x40 constant opNPUSHW (line 77) | opNPUSHW = 0x41 constant opWS (line 78) | opWS = 0x42 constant opRS (line 79) | opRS = 0x43 constant opWCVTP (line 80) | opWCVTP = 0x44 constant opRCVT (line 81) | opRCVT = 0x45 constant opGC0 (line 82) | opGC0 = 0x46 constant opGC1 (line 83) | opGC1 = 0x47 constant opSCFS (line 84) | opSCFS = 0x48 constant opMD0 (line 85) | opMD0 = 0x49 constant opMD1 (line 86) | opMD1 = 0x4a constant opMPPEM (line 87) | opMPPEM = 0x4b constant opMPS (line 88) | opMPS = 0x4c constant opFLIPON (line 89) | opFLIPON = 0x4d constant opFLIPOFF (line 90) | opFLIPOFF = 0x4e constant opDEBUG (line 91) | opDEBUG = 0x4f constant opLT (line 92) | opLT = 0x50 constant opLTEQ (line 93) | opLTEQ = 0x51 constant opGT (line 94) | opGT = 0x52 constant opGTEQ (line 95) | opGTEQ = 0x53 constant opEQ (line 96) | opEQ = 0x54 constant opNEQ (line 97) | opNEQ = 0x55 constant opODD (line 98) | opODD = 0x56 constant opEVEN (line 99) | opEVEN = 0x57 constant opIF (line 100) | opIF = 0x58 constant opEIF (line 101) | opEIF = 0x59 constant opAND (line 102) | opAND = 0x5a constant opOR (line 103) | opOR = 0x5b constant opNOT (line 104) | opNOT = 0x5c constant opDELTAP1 (line 105) | opDELTAP1 = 0x5d constant opSDB (line 106) | opSDB = 0x5e constant opSDS (line 107) | opSDS = 0x5f constant opADD (line 108) | opADD = 0x60 constant opSUB (line 109) | opSUB = 0x61 constant opDIV (line 110) | opDIV = 0x62 constant opMUL (line 111) | opMUL = 0x63 constant opABS (line 112) | opABS = 0x64 constant opNEG (line 113) | opNEG = 0x65 constant opFLOOR (line 114) | opFLOOR = 0x66 constant opCEILING (line 115) | opCEILING = 0x67 constant opROUND00 (line 116) | opROUND00 = 0x68 constant opROUND01 (line 117) | opROUND01 = 0x69 constant opROUND10 (line 118) | opROUND10 = 0x6a constant opROUND11 (line 119) | opROUND11 = 0x6b constant opNROUND00 (line 120) | opNROUND00 = 0x6c constant opNROUND01 (line 121) | opNROUND01 = 0x6d constant opNROUND10 (line 122) | opNROUND10 = 0x6e constant opNROUND11 (line 123) | opNROUND11 = 0x6f constant opWCVTF (line 124) | opWCVTF = 0x70 constant opDELTAP2 (line 125) | opDELTAP2 = 0x71 constant opDELTAP3 (line 126) | opDELTAP3 = 0x72 constant opDELTAC1 (line 127) | opDELTAC1 = 0x73 constant opDELTAC2 (line 128) | opDELTAC2 = 0x74 constant opDELTAC3 (line 129) | opDELTAC3 = 0x75 constant opSROUND (line 130) | opSROUND = 0x76 constant opS45ROUND (line 131) | opS45ROUND = 0x77 constant opJROT (line 132) | opJROT = 0x78 constant opJROF (line 133) | opJROF = 0x79 constant opROFF (line 134) | opROFF = 0x7a constant op_0x7b (line 135) | op_0x7b = 0x7b constant opRUTG (line 136) | opRUTG = 0x7c constant opRDTG (line 137) | opRDTG = 0x7d constant opSANGW (line 138) | opSANGW = 0x7e constant opAA (line 139) | opAA = 0x7f constant opFLIPPT (line 140) | opFLIPPT = 0x80 constant opFLIPRGON (line 141) | opFLIPRGON = 0x81 constant opFLIPRGOFF (line 142) | opFLIPRGOFF = 0x82 constant op_0x83 (line 143) | op_0x83 = 0x83 constant op_0x84 (line 144) | op_0x84 = 0x84 constant opSCANCTRL (line 145) | opSCANCTRL = 0x85 constant opSDPVTL0 (line 146) | opSDPVTL0 = 0x86 constant opSDPVTL1 (line 147) | opSDPVTL1 = 0x87 constant opGETINFO (line 148) | opGETINFO = 0x88 constant opIDEF (line 149) | opIDEF = 0x89 constant opROLL (line 150) | opROLL = 0x8a constant opMAX (line 151) | opMAX = 0x8b constant opMIN (line 152) | opMIN = 0x8c constant opSCANTYPE (line 153) | opSCANTYPE = 0x8d constant opINSTCTRL (line 154) | opINSTCTRL = 0x8e constant op_0x8f (line 155) | op_0x8f = 0x8f constant op_0x90 (line 156) | op_0x90 = 0x90 constant op_0x91 (line 157) | op_0x91 = 0x91 constant op_0x92 (line 158) | op_0x92 = 0x92 constant op_0x93 (line 159) | op_0x93 = 0x93 constant op_0x94 (line 160) | op_0x94 = 0x94 constant op_0x95 (line 161) | op_0x95 = 0x95 constant op_0x96 (line 162) | op_0x96 = 0x96 constant op_0x97 (line 163) | op_0x97 = 0x97 constant op_0x98 (line 164) | op_0x98 = 0x98 constant op_0x99 (line 165) | op_0x99 = 0x99 constant op_0x9a (line 166) | op_0x9a = 0x9a constant op_0x9b (line 167) | op_0x9b = 0x9b constant op_0x9c (line 168) | op_0x9c = 0x9c constant op_0x9d (line 169) | op_0x9d = 0x9d constant op_0x9e (line 170) | op_0x9e = 0x9e constant op_0x9f (line 171) | op_0x9f = 0x9f constant op_0xa0 (line 172) | op_0xa0 = 0xa0 constant op_0xa1 (line 173) | op_0xa1 = 0xa1 constant op_0xa2 (line 174) | op_0xa2 = 0xa2 constant op_0xa3 (line 175) | op_0xa3 = 0xa3 constant op_0xa4 (line 176) | op_0xa4 = 0xa4 constant op_0xa5 (line 177) | op_0xa5 = 0xa5 constant op_0xa6 (line 178) | op_0xa6 = 0xa6 constant op_0xa7 (line 179) | op_0xa7 = 0xa7 constant op_0xa8 (line 180) | op_0xa8 = 0xa8 constant op_0xa9 (line 181) | op_0xa9 = 0xa9 constant op_0xaa (line 182) | op_0xaa = 0xaa constant op_0xab (line 183) | op_0xab = 0xab constant op_0xac (line 184) | op_0xac = 0xac constant op_0xad (line 185) | op_0xad = 0xad constant op_0xae (line 186) | op_0xae = 0xae constant op_0xaf (line 187) | op_0xaf = 0xaf constant opPUSHB000 (line 188) | opPUSHB000 = 0xb0 constant opPUSHB001 (line 189) | opPUSHB001 = 0xb1 constant opPUSHB010 (line 190) | opPUSHB010 = 0xb2 constant opPUSHB011 (line 191) | opPUSHB011 = 0xb3 constant opPUSHB100 (line 192) | opPUSHB100 = 0xb4 constant opPUSHB101 (line 193) | opPUSHB101 = 0xb5 constant opPUSHB110 (line 194) | opPUSHB110 = 0xb6 constant opPUSHB111 (line 195) | opPUSHB111 = 0xb7 constant opPUSHW000 (line 196) | opPUSHW000 = 0xb8 constant opPUSHW001 (line 197) | opPUSHW001 = 0xb9 constant opPUSHW010 (line 198) | opPUSHW010 = 0xba constant opPUSHW011 (line 199) | opPUSHW011 = 0xbb constant opPUSHW100 (line 200) | opPUSHW100 = 0xbc constant opPUSHW101 (line 201) | opPUSHW101 = 0xbd constant opPUSHW110 (line 202) | opPUSHW110 = 0xbe constant opPUSHW111 (line 203) | opPUSHW111 = 0xbf constant opMDRP00000 (line 204) | opMDRP00000 = 0xc0 constant opMDRP00001 (line 205) | opMDRP00001 = 0xc1 constant opMDRP00010 (line 206) | opMDRP00010 = 0xc2 constant opMDRP00011 (line 207) | opMDRP00011 = 0xc3 constant opMDRP00100 (line 208) | opMDRP00100 = 0xc4 constant opMDRP00101 (line 209) | opMDRP00101 = 0xc5 constant opMDRP00110 (line 210) | opMDRP00110 = 0xc6 constant opMDRP00111 (line 211) | opMDRP00111 = 0xc7 constant opMDRP01000 (line 212) | opMDRP01000 = 0xc8 constant opMDRP01001 (line 213) | opMDRP01001 = 0xc9 constant opMDRP01010 (line 214) | opMDRP01010 = 0xca constant opMDRP01011 (line 215) | opMDRP01011 = 0xcb constant opMDRP01100 (line 216) | opMDRP01100 = 0xcc constant opMDRP01101 (line 217) | opMDRP01101 = 0xcd constant opMDRP01110 (line 218) | opMDRP01110 = 0xce constant opMDRP01111 (line 219) | opMDRP01111 = 0xcf constant opMDRP10000 (line 220) | opMDRP10000 = 0xd0 constant opMDRP10001 (line 221) | opMDRP10001 = 0xd1 constant opMDRP10010 (line 222) | opMDRP10010 = 0xd2 constant opMDRP10011 (line 223) | opMDRP10011 = 0xd3 constant opMDRP10100 (line 224) | opMDRP10100 = 0xd4 constant opMDRP10101 (line 225) | opMDRP10101 = 0xd5 constant opMDRP10110 (line 226) | opMDRP10110 = 0xd6 constant opMDRP10111 (line 227) | opMDRP10111 = 0xd7 constant opMDRP11000 (line 228) | opMDRP11000 = 0xd8 constant opMDRP11001 (line 229) | opMDRP11001 = 0xd9 constant opMDRP11010 (line 230) | opMDRP11010 = 0xda constant opMDRP11011 (line 231) | opMDRP11011 = 0xdb constant opMDRP11100 (line 232) | opMDRP11100 = 0xdc constant opMDRP11101 (line 233) | opMDRP11101 = 0xdd constant opMDRP11110 (line 234) | opMDRP11110 = 0xde constant opMDRP11111 (line 235) | opMDRP11111 = 0xdf constant opMIRP00000 (line 236) | opMIRP00000 = 0xe0 constant opMIRP00001 (line 237) | opMIRP00001 = 0xe1 constant opMIRP00010 (line 238) | opMIRP00010 = 0xe2 constant opMIRP00011 (line 239) | opMIRP00011 = 0xe3 constant opMIRP00100 (line 240) | opMIRP00100 = 0xe4 constant opMIRP00101 (line 241) | opMIRP00101 = 0xe5 constant opMIRP00110 (line 242) | opMIRP00110 = 0xe6 constant opMIRP00111 (line 243) | opMIRP00111 = 0xe7 constant opMIRP01000 (line 244) | opMIRP01000 = 0xe8 constant opMIRP01001 (line 245) | opMIRP01001 = 0xe9 constant opMIRP01010 (line 246) | opMIRP01010 = 0xea constant opMIRP01011 (line 247) | opMIRP01011 = 0xeb constant opMIRP01100 (line 248) | opMIRP01100 = 0xec constant opMIRP01101 (line 249) | opMIRP01101 = 0xed constant opMIRP01110 (line 250) | opMIRP01110 = 0xee constant opMIRP01111 (line 251) | opMIRP01111 = 0xef constant opMIRP10000 (line 252) | opMIRP10000 = 0xf0 constant opMIRP10001 (line 253) | opMIRP10001 = 0xf1 constant opMIRP10010 (line 254) | opMIRP10010 = 0xf2 constant opMIRP10011 (line 255) | opMIRP10011 = 0xf3 constant opMIRP10100 (line 256) | opMIRP10100 = 0xf4 constant opMIRP10101 (line 257) | opMIRP10101 = 0xf5 constant opMIRP10110 (line 258) | opMIRP10110 = 0xf6 constant opMIRP10111 (line 259) | opMIRP10111 = 0xf7 constant opMIRP11000 (line 260) | opMIRP11000 = 0xf8 constant opMIRP11001 (line 261) | opMIRP11001 = 0xf9 constant opMIRP11010 (line 262) | opMIRP11010 = 0xfa constant opMIRP11011 (line 263) | opMIRP11011 = 0xfb constant opMIRP11100 (line 264) | opMIRP11100 = 0xfc constant opMIRP11101 (line 265) | opMIRP11101 = 0xfd constant opMIRP11110 (line 266) | opMIRP11110 = 0xfe constant opMIRP11111 (line 267) | opMIRP11111 = 0xff FILE: vendor/github.com/golang/freetype/truetype/truetype.go type Index (line 27) | type Index type NameID (line 32) | type NameID constant NameIDCopyright (line 35) | NameIDCopyright NameID = 0 constant NameIDFontFamily (line 36) | NameIDFontFamily = 1 constant NameIDFontSubfamily (line 37) | NameIDFontSubfamily = 2 constant NameIDUniqueSubfamilyID (line 38) | NameIDUniqueSubfamilyID = 3 constant NameIDFontFullName (line 39) | NameIDFontFullName = 4 constant NameIDNameTableVersion (line 40) | NameIDNameTableVersion = 5 constant NameIDPostscriptName (line 41) | NameIDPostscriptName = 6 constant NameIDTrademarkNotice (line 42) | NameIDTrademarkNotice = 7 constant NameIDManufacturerName (line 43) | NameIDManufacturerName = 8 constant NameIDDesignerName (line 44) | NameIDDesignerName = 9 constant NameIDFontDescription (line 45) | NameIDFontDescription = 10 constant NameIDFontVendorURL (line 46) | NameIDFontVendorURL = 11 constant NameIDFontDesignerURL (line 47) | NameIDFontDesignerURL = 12 constant NameIDFontLicense (line 48) | NameIDFontLicense = 13 constant NameIDFontLicenseURL (line 49) | NameIDFontLicenseURL = 14 constant NameIDPreferredFamily (line 50) | NameIDPreferredFamily = 16 constant NameIDPreferredSubfamily (line 51) | NameIDPreferredSubfamily = 17 constant NameIDCompatibleName (line 52) | NameIDCompatibleName = 18 constant NameIDSampleText (line 53) | NameIDSampleText = 19 constant unicodeEncodingBMPOnly (line 60) | unicodeEncodingBMPOnly = 0x00000003 constant unicodeEncodingFull (line 61) | unicodeEncodingFull = 0x00000004 constant microsoftSymbolEncoding (line 62) | microsoftSymbolEncoding = 0x00030000 constant microsoftUCS2Encoding (line 63) | microsoftUCS2Encoding = 0x00030001 constant microsoftUCS4Encoding (line 64) | microsoftUCS4Encoding = 0x0003000a type HMetric (line 68) | type HMetric struct type VMetric (line 73) | type VMetric struct type FormatError (line 78) | type FormatError method Error (line 80) | func (e FormatError) Error() string { type UnsupportedError (line 86) | type UnsupportedError method Error (line 88) | func (e UnsupportedError) Error() string { function u32 (line 93) | func u32(b []byte, i int) uint32 { function u16 (line 98) | func u16(b []byte, i int) uint16 { function readTable (line 103) | func readTable(ttf []byte, offsetLength []byte) ([]byte, error) { function parseSubtables (line 126) | func parseSubtables(table []byte, name string, offset, size int, pred fu... constant locaOffsetFormatUnknown (line 165) | locaOffsetFormatUnknown int = iota constant locaOffsetFormatShort (line 166) | locaOffsetFormatShort constant locaOffsetFormatLong (line 167) | locaOffsetFormatLong type cm (line 171) | type cm struct type Font (line 176) | type Font struct method parseCmap (line 195) | func (f *Font) parseCmap() error { method parseHead (line 271) | func (f *Font) parseHead() error { method parseHhea (line 291) | func (f *Font) parseHhea() error { method parseKern (line 304) | func (f *Font) parseKern() error { method parseMaxp (line 354) | func (f *Font) parseMaxp() error { method scale (line 367) | func (f *Font) scale(x fixed.Int26_6) fixed.Int26_6 { method Bounds (line 377) | func (f *Font) Bounds(scale fixed.Int26_6) fixed.Rectangle26_6 { method FUnitsPerEm (line 387) | func (f *Font) FUnitsPerEm() int32 { method Index (line 392) | func (f *Font) Index(x rune) Index { method Name (line 413) | func (f *Font) Name(id NameID) string { method unscaledHMetric (line 451) | func (f *Font) unscaledHMetric(i Index) (h HMetric) { method HMetric (line 470) | func (f *Font) HMetric(scale fixed.Int26_6, i Index) HMetric { method unscaledVMetric (line 479) | func (f *Font) unscaledVMetric(i Index, yMax fixed.Int26_6) (v VMetric) { method VMetric (line 510) | func (f *Font) VMetric(scale fixed.Int26_6, i Index) VMetric { method Kern (line 520) | func (f *Font) Kern(scale fixed.Int26_6, i0, i1 Index) fixed.Int26_6 { function printable (line 442) | func printable(r uint16) byte { function Parse (line 543) | func Parse(ttf []byte) (font *Font, err error) { function parse (line 547) | func parse(ttf []byte, offset int) (font *Font, err error) { FILE: vendor/github.com/hashicorp/golang-lru/2q.go constant Default2QRecentRatio (line 13) | Default2QRecentRatio = 0.25 constant Default2QGhostEntries (line 17) | Default2QGhostEntries = 0.50 type TwoQueueCache (line 29) | type TwoQueueCache struct method Get (line 88) | func (c *TwoQueueCache) Get(key interface{}) (value interface{}, ok bo... method Add (line 110) | func (c *TwoQueueCache) Add(key, value interface{}) { method ensureSpace (line 145) | func (c *TwoQueueCache) ensureSpace(recentEvict bool) { method Len (line 166) | func (c *TwoQueueCache) Len() int { method Keys (line 174) | func (c *TwoQueueCache) Keys() []interface{} { method Remove (line 183) | func (c *TwoQueueCache) Remove(key interface{}) { method Purge (line 198) | func (c *TwoQueueCache) Purge() { method Contains (line 208) | func (c *TwoQueueCache) Contains(key interface{}) bool { method Peek (line 216) | func (c *TwoQueueCache) Peek(key interface{}) (value interface{}, ok b... function New2Q (line 41) | func New2Q(size int) (*TwoQueueCache, error) { function New2QParams (line 47) | func New2QParams(size int, recentRatio float64, ghostRatio float64) (*Tw... FILE: vendor/github.com/hashicorp/golang-lru/arc.go type ARCCache (line 17) | type ARCCache struct method Get (line 63) | func (c *ARCCache) Get(key interface{}) (value interface{}, ok bool) { method Add (line 85) | func (c *ARCCache) Add(key, value interface{}) { method replace (line 181) | func (c *ARCCache) replace(b2ContainsKey bool) { method Len (line 197) | func (c *ARCCache) Len() int { method Keys (line 204) | func (c *ARCCache) Keys() []interface{} { method Remove (line 213) | func (c *ARCCache) Remove(key interface{}) { method Purge (line 231) | func (c *ARCCache) Purge() { method Contains (line 242) | func (c *ARCCache) Contains(key interface{}) bool { method Peek (line 250) | func (c *ARCCache) Peek(key interface{}) (value interface{}, ok bool) { function NewARC (line 31) | func NewARC(size int) (*ARCCache, error) { FILE: vendor/github.com/hashicorp/golang-lru/lru.go type Cache (line 10) | type Cache struct method Purge (line 34) | func (c *Cache) Purge() { method Add (line 41) | func (c *Cache) Add(key, value interface{}) (evicted bool) { method Get (line 49) | func (c *Cache) Get(key interface{}) (value interface{}, ok bool) { method Contains (line 58) | func (c *Cache) Contains(key interface{}) bool { method Peek (line 67) | func (c *Cache) Peek(key interface{}) (value interface{}, ok bool) { method ContainsOrAdd (line 77) | func (c *Cache) ContainsOrAdd(key, value interface{}) (ok, evicted boo... method PeekOrAdd (line 91) | func (c *Cache) PeekOrAdd(key, value interface{}) (previous interface{... method Remove (line 105) | func (c *Cache) Remove(key interface{}) (present bool) { method Resize (line 113) | func (c *Cache) Resize(size int) (evicted int) { method RemoveOldest (line 121) | func (c *Cache) RemoveOldest() (key interface{}, value interface{}, ok... method GetOldest (line 129) | func (c *Cache) GetOldest() (key interface{}, value interface{}, ok bo... method Keys (line 137) | func (c *Cache) Keys() []interface{} { method Len (line 145) | func (c *Cache) Len() int { function New (line 16) | func New(size int) (*Cache, error) { function NewWithEvict (line 22) | func NewWithEvict(size int, onEvicted func(key interface{}, value interf... FILE: vendor/github.com/hashicorp/golang-lru/simplelru/lru.go type EvictCallback (line 9) | type EvictCallback type LRU (line 12) | type LRU struct method Purge (line 40) | func (c *LRU) Purge() { method Add (line 51) | func (c *LRU) Add(key, value interface{}) (evicted bool) { method Get (line 73) | func (c *LRU) Get(key interface{}) (value interface{}, ok bool) { method Contains (line 86) | func (c *LRU) Contains(key interface{}) (ok bool) { method Peek (line 93) | func (c *LRU) Peek(key interface{}) (value interface{}, ok bool) { method Remove (line 103) | func (c *LRU) Remove(key interface{}) (present bool) { method RemoveOldest (line 112) | func (c *LRU) RemoveOldest() (key interface{}, value interface{}, ok b... method GetOldest (line 123) | func (c *LRU) GetOldest() (key interface{}, value interface{}, ok bool) { method Keys (line 133) | func (c *LRU) Keys() []interface{} { method Len (line 144) | func (c *LRU) Len() int { method Resize (line 149) | func (c *LRU) Resize(size int) (evicted int) { method removeOldest (line 162) | func (c *LRU) removeOldest() { method removeElement (line 170) | func (c *LRU) removeElement(e *list.Element) { type entry (line 20) | type entry struct function NewLRU (line 26) | func NewLRU(size int, onEvict EvictCallback) (*LRU, error) { FILE: vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go type LRUCache (line 4) | type LRUCache interface FILE: vendor/github.com/noisetorch/pulseaudio/card.go type Card (line 3) | type Card struct method Cards (line 14) | func (c *Client) Cards() ([]Card, error) { method SetCardProfile (line 67) | func (c *Client) SetCardProfile(cardIndex uint32, profileName string) er... FILE: vendor/github.com/noisetorch/pulseaudio/client.go constant version (line 25) | version = 32 type packetResponse (line 27) | type packetResponse struct type packet (line 32) | type packet struct type Error (line 37) | type Error struct method Error (line 42) | func (err *Error) Error() string { type Client (line 47) | type Client struct method processPackets (line 96) | func (c *Client) processPackets() { method request (line 221) | func (c *Client) request(cmd command, args ...interface{}) (*bytes.Buf... method addPacket (line 251) | func (c *Client) addPacket(data packet) (err error) { method auth (line 261) | func (c *Client) auth() error { method setName (line 294) | func (c *Client) setName() error { method Close (line 322) | func (c *Client) Close() { method Connected (line 339) | func (c *Client) Connected() bool { function NewClient (line 56) | func NewClient(addressArr ...string) (*Client, error) { constant frameSizeMaxAllow (line 94) | frameSizeMaxAllow = 1024 * 1024 * 16 function exists (line 327) | func exists(path string) bool { function RuntimePath (line 347) | func RuntimePath(fn string) (string, error) { function cookiePath (line 367) | func cookiePath() (string, error) { FILE: vendor/github.com/noisetorch/pulseaudio/command.go type command (line 3) | type command constant commandError (line 8) | commandError command = iota constant commandTimeout (line 9) | commandTimeout constant commandReply (line 10) | commandReply constant commandCreatePlaybackStream (line 13) | commandCreatePlaybackStream constant commandDeletePlaybackStream (line 14) | commandDeletePlaybackStream constant commandCreateRecordStream (line 15) | commandCreateRecordStream constant commandDeleteRecordStream (line 16) | commandDeleteRecordStream constant commandExit (line 17) | commandExit constant commandAuth (line 18) | commandAuth constant commandSetClientName (line 19) | commandSetClientName constant commandLookupSink (line 20) | commandLookupSink constant commandLookupSource (line 21) | commandLookupSource constant commandDrainPlaybackStream (line 22) | commandDrainPlaybackStream constant commandStat (line 23) | commandStat constant commandGetPlaybackLatency (line 24) | commandGetPlaybackLatency constant commandCreateUploadStream (line 25) | commandCreateUploadStream constant commandDeleteUploadStream (line 26) | commandDeleteUploadStream constant commandFinishUploadStream (line 27) | commandFinishUploadStream constant commandPlaySample (line 28) | commandPlaySample constant commandRemoveSample (line 29) | commandRemoveSample constant commandGetServerInfo (line 31) | commandGetServerInfo constant commandGetSinkInfo (line 32) | commandGetSinkInfo constant commandGetSinkInfoList (line 33) | commandGetSinkInfoList constant commandGetSourceInfo (line 34) | commandGetSourceInfo constant commandGetSourceInfoList (line 35) | commandGetSourceInfoList constant commandGetModuleInfo (line 36) | commandGetModuleInfo constant commandGetModuleInfoList (line 37) | commandGetModuleInfoList constant commandGetClientInfo (line 38) | commandGetClientInfo constant commandGetClientInfoList (line 39) | commandGetClientInfoList constant commandGetSinkInputInfo (line 40) | commandGetSinkInputInfo constant commandGetSinkInputInfoList (line 41) | commandGetSinkInputInfoList constant commandGetSourceOutputInfo (line 42) | commandGetSourceOutputInfo constant commandGetSourceOutputInfoList (line 43) | commandGetSourceOutputInfoList constant commandGetSampleInfo (line 44) | commandGetSampleInfo constant commandGetSampleInfoList (line 45) | commandGetSampleInfoList constant commandSubscribe (line 46) | commandSubscribe constant commandSetSinkVolume (line 48) | commandSetSinkVolume constant commandSetSinkInputVolume (line 49) | commandSetSinkInputVolume constant commandSetSourceVolume (line 50) | commandSetSourceVolume constant commandSetSinkMute (line 52) | commandSetSinkMute constant commandSetSourceMute (line 53) | commandSetSourceMute constant commandCorkPlaybackStream (line 55) | commandCorkPlaybackStream constant commandFlushPlaybackStream (line 56) | commandFlushPlaybackStream constant commandTriggerPlaybackStream (line 57) | commandTriggerPlaybackStream constant commandSetDefaultSink (line 59) | commandSetDefaultSink constant commandSetDefaultSource (line 60) | commandSetDefaultSource constant commandSetPlaybackStreamName (line 62) | commandSetPlaybackStreamName constant commandSetRecordStreamName (line 63) | commandSetRecordStreamName constant commandKillClient (line 65) | commandKillClient constant commandKillSinkInput (line 66) | commandKillSinkInput constant commandKillSourceOutput (line 67) | commandKillSourceOutput constant commandLoadModule (line 69) | commandLoadModule constant commandUnloadModule (line 70) | commandUnloadModule constant commandAddAutoloadObsolete (line 72) | commandAddAutoloadObsolete constant commandRemoveAutoloadObsolete (line 73) | commandRemoveAutoloadObsolete constant commandGetAutoloadInfoObsolete (line 74) | commandGetAutoloadInfoObsolete constant commandGetAutoloadInfoListObsolete (line 75) | commandGetAutoloadInfoListObsolete constant commandGetRecordLatency (line 77) | commandGetRecordLatency constant commandCorkRecordStream (line 78) | commandCorkRecordStream constant commandFlushRecordStream (line 79) | commandFlushRecordStream constant commandPrebufPlaybackStream (line 80) | commandPrebufPlaybackStream constant commandRequest (line 83) | commandRequest constant commandOverflow (line 84) | commandOverflow constant commandUnderflow (line 85) | commandUnderflow constant commandPlaybackStreamKilled (line 86) | commandPlaybackStreamKilled constant commandRecordStreamKilled (line 87) | commandRecordStreamKilled constant commandSubscribeEvent (line 88) | commandSubscribeEvent constant commandMoveSinkInput (line 92) | commandMoveSinkInput constant commandMoveSourceOutput (line 93) | commandMoveSourceOutput constant commandSetSinkInputMute (line 94) | commandSetSinkInputMute constant commandSuspendSink (line 95) | commandSuspendSink constant commandSuspendSource (line 96) | commandSuspendSource constant commandSetPlaybackStreamBufferAttr (line 98) | commandSetPlaybackStreamBufferAttr constant commandSetRecordStreamBufferAttr (line 99) | commandSetRecordStreamBufferAttr constant commandUpdatePlaybackStreamSampleRate (line 101) | commandUpdatePlaybackStreamSampleRate constant commandUpdateRecordStreamSampleRate (line 102) | commandUpdateRecordStreamSampleRate constant commandPlaybackStreamSuspended (line 105) | commandPlaybackStreamSuspended constant commandRecordStreamSuspended (line 106) | commandRecordStreamSuspended constant commandPlaybackStreamMoved (line 107) | commandPlaybackStreamMoved constant commandRecordStreamMoved (line 108) | commandRecordStreamMoved constant commandUpdateRecordStreamProplist (line 110) | commandUpdateRecordStreamProplist constant commandUpdatePlaybackStreamProplist (line 111) | commandUpdatePlaybackStreamProplist constant commandUpdateClientProplist (line 112) | commandUpdateClientProplist constant commandRemoveRecordStreamProplist (line 113) | commandRemoveRecordStreamProplist constant commandRemovePlaybackStreamProplist (line 114) | commandRemovePlaybackStreamProplist constant commandRemoveClientProplist (line 115) | commandRemoveClientProplist constant commandStarted (line 118) | commandStarted constant commandExtension (line 120) | commandExtension constant commandGetCardInfo (line 122) | commandGetCardInfo constant commandGetCardInfoList (line 123) | commandGetCardInfoList constant commandSetCardProfile (line 124) | commandSetCardProfile constant commandClientEvent (line 126) | commandClientEvent constant commandPlaybackStreamEvent (line 127) | commandPlaybackStreamEvent constant commandRecordStreamEvent (line 128) | commandRecordStreamEvent constant commandPlaybackBufferAttrChanged (line 131) | commandPlaybackBufferAttrChanged constant commandRecordBufferAttrChanged (line 132) | commandRecordBufferAttrChanged constant commandSetSinkPort (line 134) | commandSetSinkPort constant commandSetSourcePort (line 135) | commandSetSourcePort constant commandSetSourceOutputVolume (line 137) | commandSetSourceOutputVolume constant commandSetSourceOutputMute (line 138) | commandSetSourceOutputMute constant commandSetPortLatencyOffset (line 140) | commandSetPortLatencyOffset constant commandEnableSrbchannel (line 143) | commandEnableSrbchannel constant commandDisableSrbchannel (line 144) | commandDisableSrbchannel constant commandRegisterMemfdShmid (line 147) | commandRegisterMemfdShmid constant commandMax (line 149) | commandMax FILE: vendor/github.com/noisetorch/pulseaudio/command_string.go constant _command_name (line 7) | _command_name = "commandErrorcommandTimeoutcommandReplycommandCreatePlay... method String (line 11) | func (i command) String() string { FILE: vendor/github.com/noisetorch/pulseaudio/format.go type tagType (line 9) | type tagType method String (line 32) | func (t tagType) String() string { constant invalidTag (line 12) | invalidTag tagType = 0 constant stringTag (line 13) | stringTag tagType = 't' constant stringNullTag (line 14) | stringNullTag tagType = 'N' constant uint32Tag (line 15) | uint32Tag tagType = 'L' constant uint8Tag (line 16) | uint8Tag tagType = 'B' constant uint64Tag (line 17) | uint64Tag tagType = 'R' constant int64Tag (line 18) | int64Tag tagType = 'r' constant sampleSpecTag (line 19) | sampleSpecTag tagType = 'a' constant arbitraryTag (line 20) | arbitraryTag tagType = 'x' constant trueTag (line 21) | trueTag tagType = '1' constant falseTag (line 22) | falseTag tagType = '0' constant timeTag (line 23) | timeTag tagType = 'T' constant usecTag (line 24) | usecTag tagType = 'U' constant channelMapTag (line 25) | channelMapTag tagType = 'm' constant cvolumeTag (line 26) | cvolumeTag tagType = 'v' constant propListTag (line 27) | propListTag tagType = 'P' constant volumeTag (line 28) | volumeTag tagType = 'V' constant formatInfoTag (line 29) | formatInfoTag tagType = 'f' type binaryReader (line 75) | type binaryReader interface function bwrite (line 79) | func bwrite(w io.Writer, data ...interface{}) error { function bread (line 125) | func bread(r io.Reader, data ...interface{}) error { FILE: vendor/github.com/noisetorch/pulseaudio/misc.go type formatInfo (line 7) | type formatInfo struct method ReadFrom (line 12) | func (i *formatInfo) ReadFrom(r io.Reader) (int64, error) { type cvolume (line 16) | type cvolume method ReadFrom (line 18) | func (v *cvolume) ReadFrom(r io.Reader) (int64, error) { type channelMap (line 28) | type channelMap method ReadFrom (line 30) | func (m *channelMap) ReadFrom(r io.Reader) (int64, error) { type sampleSpec (line 41) | type sampleSpec struct method ReadFrom (line 47) | func (s *sampleSpec) ReadFrom(r io.Reader) (int64, error) { type profile (line 51) | type profile struct type port (line 58) | type port struct method ReadFrom (line 69) | func (p *port) ReadFrom(r io.Reader) (int64, error) { FILE: vendor/github.com/noisetorch/pulseaudio/module.go type Module (line 6) | type Module struct method ReadFrom (line 15) | func (s *Module) ReadFrom(r io.Reader) (int64, error) { method ModuleList (line 30) | func (c *Client) ModuleList() ([]Module, error) { method UnloadModule (line 49) | func (c *Client) UnloadModule(index uint32) error { method LoadModule (line 61) | func (c *Client) LoadModule(name string, argument string) (index uint32,... FILE: vendor/github.com/noisetorch/pulseaudio/server.go type Server (line 6) | type Server struct method ReadFrom (line 19) | func (s *Server) ReadFrom(r io.Reader) (int64, error) { method ServerInfo (line 33) | func (c *Client) ServerInfo() (*Server, error) { FILE: vendor/github.com/noisetorch/pulseaudio/sink.go type Sink (line 6) | type Sink struct method ReadFrom (line 32) | func (s *Sink) ReadFrom(r io.Reader) (int64, error) { method Sinks (line 94) | func (c *Client) Sinks() ([]Sink, error) { type sinkPort (line 111) | type sinkPort struct method ReadFrom (line 117) | func (p *sinkPort) ReadFrom(r io.Reader) (int64, error) { method setDefaultSink (line 125) | func (c *Client) setDefaultSink(sinkName string) error { FILE: vendor/github.com/noisetorch/pulseaudio/source.go type Source (line 6) | type Source struct method ReadFrom (line 32) | func (s *Source) ReadFrom(r io.Reader) (int64, error) { method Sources (line 94) | func (c *Client) Sources() ([]Source, error) { FILE: vendor/github.com/noisetorch/pulseaudio/updates.go method Updates (line 4) | func (c *Client) Updates() (updates <-chan struct{}, err error) { FILE: vendor/github.com/noisetorch/pulseaudio/volume.go constant pulseVolumeMax (line 7) | pulseVolumeMax = 0xffff method Volume (line 10) | func (c *Client) Volume() (float32, error) { method SetVolume (line 26) | func (c *Client) SetVolume(volume float32) error { method SetSinkVolume (line 34) | func (c *Client) SetSinkVolume(sinkName string, volume float32) error { method setSinkVolume (line 38) | func (c *Client) setSinkVolume(sinkName string, cvolume cvolume) error { method ToggleMute (line 44) | func (c *Client) ToggleMute() (bool, error) { method SetMute (line 60) | func (c *Client) SetMute(b bool) error { method Mute (line 74) | func (c *Client) Mute() (bool, error) { FILE: vendor/github.com/syndtr/gocapability/capability/capability.go type Capabilities (line 10) | type Capabilities interface function NewPid (line 83) | func NewPid(pid int) (Capabilities, error) { function NewPid2 (line 96) | func NewPid2(pid int) (Capabilities, error) { function NewFile (line 119) | func NewFile(path string) (Capabilities, error) { function NewFile2 (line 131) | func NewFile2(path string) (Capabilities, error) { FILE: vendor/github.com/syndtr/gocapability/capability/capability_linux.go constant linuxCapVer1 (line 22) | linuxCapVer1 = 0x19980330 constant linuxCapVer2 (line 23) | linuxCapVer2 = 0x20071026 constant linuxCapVer3 (line 24) | linuxCapVer3 = 0x20080522 function init (line 32) | func init() { function initLastCap (line 47) | func initLastCap() error { function mkStringCap (line 69) | func mkStringCap(c Capabilities, which CapType) (ret string) { function mkString (line 84) | func mkString(c Capabilities, max CapType) (ret string) { function newPid (line 101) | func newPid(pid int) (c Capabilities, err error) { type capsV1 (line 120) | type capsV1 struct method Get (line 125) | func (c *capsV1) Get(which CapType, what Cap) bool { method getData (line 142) | func (c *capsV1) getData(which CapType) (ret uint32) { method Empty (line 154) | func (c *capsV1) Empty(which CapType) bool { method Full (line 158) | func (c *capsV1) Full(which CapType) bool { method Set (line 162) | func (c *capsV1) Set(which CapType, caps ...Cap) { method Unset (line 180) | func (c *capsV1) Unset(which CapType, caps ...Cap) { method Fill (line 198) | func (c *capsV1) Fill(kind CapType) { method Clear (line 206) | func (c *capsV1) Clear(kind CapType) { method StringCap (line 214) | func (c *capsV1) StringCap(which CapType) (ret string) { method String (line 218) | func (c *capsV1) String() (ret string) { method Load (line 222) | func (c *capsV1) Load() (err error) { method Apply (line 226) | func (c *capsV1) Apply(kind CapType) error { type capsV3 (line 233) | type capsV3 struct method Get (line 240) | func (c *capsV3) Get(which CapType, what Cap) bool { method getData (line 263) | func (c *capsV3) getData(which CapType, dest []uint32) { method Empty (line 283) | func (c *capsV3) Empty(which CapType) bool { method Full (line 289) | func (c *capsV3) Full(which CapType) bool { method Set (line 298) | func (c *capsV3) Set(which CapType, caps ...Cap) { method Unset (line 324) | func (c *capsV3) Unset(which CapType, caps ...Cap) { method Fill (line 350) | func (c *capsV3) Fill(kind CapType) { method Clear (line 370) | func (c *capsV3) Clear(kind CapType) { method StringCap (line 390) | func (c *capsV3) StringCap(which CapType) (ret string) { method String (line 394) | func (c *capsV3) String() (ret string) { method Load (line 398) | func (c *capsV3) Load() (err error) { method Apply (line 439) | func (c *capsV3) Apply(kind CapType) (err error) { function newFile (line 489) | func newFile(path string) (c Capabilities, err error) { type capsFile (line 494) | type capsFile struct method Get (line 499) | func (c *capsFile) Get(which CapType, what Cap) bool { method getData (line 521) | func (c *capsFile) getData(which CapType, dest []uint32) { method Empty (line 535) | func (c *capsFile) Empty(which CapType) bool { method Full (line 541) | func (c *capsFile) Full(which CapType) bool { method Set (line 553) | func (c *capsFile) Set(which CapType, caps ...Cap) { method Unset (line 576) | func (c *capsFile) Unset(which CapType, caps ...Cap) { method Fill (line 599) | func (c *capsFile) Fill(kind CapType) { method Clear (line 612) | func (c *capsFile) Clear(kind CapType) { method StringCap (line 625) | func (c *capsFile) StringCap(which CapType) (ret string) { method String (line 629) | func (c *capsFile) String() (ret string) { method Load (line 633) | func (c *capsFile) Load() (err error) { method Apply (line 637) | func (c *capsFile) Apply(kind CapType) (err error) { FILE: vendor/github.com/syndtr/gocapability/capability/capability_noop.go function newPid (line 13) | func newPid(pid int) (Capabilities, error) { function newFile (line 17) | func newFile(path string) (Capabilities, error) { FILE: vendor/github.com/syndtr/gocapability/capability/enum.go type CapType (line 9) | type CapType method String (line 11) | func (c CapType) String() string { constant EFFECTIVE (line 30) | EFFECTIVE CapType = 1 << iota constant PERMITTED (line 31) | PERMITTED constant INHERITABLE (line 32) | INHERITABLE constant BOUNDING (line 33) | BOUNDING constant AMBIENT (line 34) | AMBIENT constant CAPS (line 36) | CAPS = EFFECTIVE | PERMITTED | INHERITABLE constant BOUNDS (line 37) | BOUNDS = BOUNDING constant AMBS (line 38) | AMBS = AMBIENT type Cap (line 42) | type Cap constant CAP_CHOWN (line 51) | CAP_CHOWN = Cap(0) constant CAP_DAC_OVERRIDE (line 56) | CAP_DAC_OVERRIDE = Cap(1) constant CAP_DAC_READ_SEARCH (line 61) | CAP_DAC_READ_SEARCH = Cap(2) constant CAP_FOWNER (line 66) | CAP_FOWNER = Cap(3) constant CAP_FSETID (line 74) | CAP_FSETID = Cap(4) constant CAP_KILL (line 79) | CAP_KILL = Cap(5) constant CAP_SETGID (line 84) | CAP_SETGID = Cap(6) constant CAP_SETUID (line 88) | CAP_SETUID = Cap(7) constant CAP_SETPCAP (line 100) | CAP_SETPCAP = Cap(8) constant CAP_LINUX_IMMUTABLE (line 103) | CAP_LINUX_IMMUTABLE = Cap(9) constant CAP_NET_BIND_SERVICE (line 107) | CAP_NET_BIND_SERVICE = Cap(10) constant CAP_NET_BROADCAST (line 110) | CAP_NET_BROADCAST = Cap(11) constant CAP_NET_ADMIN (line 125) | CAP_NET_ADMIN = Cap(12) constant CAP_NET_RAW (line 130) | CAP_NET_RAW = Cap(13) constant CAP_IPC_LOCK (line 135) | CAP_IPC_LOCK = Cap(14) constant CAP_IPC_OWNER (line 138) | CAP_IPC_OWNER = Cap(15) constant CAP_SYS_MODULE (line 141) | CAP_SYS_MODULE = Cap(16) constant CAP_SYS_RAWIO (line 145) | CAP_SYS_RAWIO = Cap(17) constant CAP_SYS_CHROOT (line 148) | CAP_SYS_CHROOT = Cap(18) constant CAP_SYS_PTRACE (line 151) | CAP_SYS_PTRACE = Cap(19) constant CAP_SYS_PACCT (line 154) | CAP_SYS_PACCT = Cap(20) constant CAP_SYS_ADMIN (line 193) | CAP_SYS_ADMIN = Cap(21) constant CAP_SYS_BOOT (line 196) | CAP_SYS_BOOT = Cap(22) constant CAP_SYS_NICE (line 204) | CAP_SYS_NICE = Cap(23) constant CAP_SYS_RESOURCE (line 218) | CAP_SYS_RESOURCE = Cap(24) constant CAP_SYS_TIME (line 223) | CAP_SYS_TIME = Cap(25) constant CAP_SYS_TTY_CONFIG (line 227) | CAP_SYS_TTY_CONFIG = Cap(26) constant CAP_MKNOD (line 230) | CAP_MKNOD = Cap(27) constant CAP_LEASE (line 233) | CAP_LEASE = Cap(28) constant CAP_AUDIT_WRITE (line 235) | CAP_AUDIT_WRITE = Cap(29) constant CAP_AUDIT_CONTROL (line 236) | CAP_AUDIT_CONTROL = Cap(30) constant CAP_SETFCAP (line 237) | CAP_SETFCAP = Cap(31) constant CAP_MAC_OVERRIDE (line 244) | CAP_MAC_OVERRIDE = Cap(32) constant CAP_MAC_ADMIN (line 252) | CAP_MAC_ADMIN = Cap(33) constant CAP_SYSLOG (line 255) | CAP_SYSLOG = Cap(34) constant CAP_WAKE_ALARM (line 258) | CAP_WAKE_ALARM = Cap(35) constant CAP_BLOCK_SUSPEND (line 261) | CAP_BLOCK_SUSPEND = Cap(36) constant CAP_AUDIT_READ (line 264) | CAP_AUDIT_READ = Cap(37) constant CAP_PERFMON (line 268) | CAP_PERFMON = Cap(38) constant CAP_BPF (line 297) | CAP_BPF = Cap(39) constant CAP_CHECKPOINT_RESTORE (line 301) | CAP_CHECKPOINT_RESTORE = Cap(40) FILE: vendor/github.com/syndtr/gocapability/capability/enum_gen.go method String (line 5) | func (c Cap) String() string { function List (line 94) | func List() []Cap { FILE: vendor/github.com/syndtr/gocapability/capability/syscall_linux.go type capHeader (line 14) | type capHeader struct type capData (line 19) | type capData struct function capget (line 25) | func capget(hdr *capHeader, data *capData) (err error) { function capset (line 33) | func capset(hdr *capHeader, data *capData) (err error) { constant pr_CAP_AMBIENT (line 43) | pr_CAP_AMBIENT = 47 constant pr_CAP_AMBIENT_IS_SET (line 44) | pr_CAP_AMBIENT_IS_SET = uintptr(1) constant pr_CAP_AMBIENT_RAISE (line 45) | pr_CAP_AMBIENT_RAISE = uintptr(2) constant pr_CAP_AMBIENT_LOWER (line 46) | pr_CAP_AMBIENT_LOWER = uintptr(3) constant pr_CAP_AMBIENT_CLEAR_ALL (line 47) | pr_CAP_AMBIENT_CLEAR_ALL = uintptr(4) function prctl (line 50) | func prctl(option int, arg2, arg3, arg4, arg5 uintptr) (err error) { constant vfsXattrName (line 59) | vfsXattrName = "security.capability" constant vfsCapVerMask (line 61) | vfsCapVerMask = 0xff000000 constant vfsCapVer1 (line 62) | vfsCapVer1 = 0x01000000 constant vfsCapVer2 (line 63) | vfsCapVer2 = 0x02000000 constant vfsCapFlagMask (line 65) | vfsCapFlagMask = ^vfsCapVerMask constant vfsCapFlageffective (line 66) | vfsCapFlageffective = 0x000001 constant vfscapDataSizeV1 (line 68) | vfscapDataSizeV1 = 4 * (1 + 2*1) constant vfscapDataSizeV2 (line 69) | vfscapDataSizeV2 = 4 * (1 + 2*2) type vfscapData (line 72) | type vfscapData struct function init (line 86) | func init() { function getVfsCap (line 90) | func getVfsCap(path string, dest *vfscapData) (err error) { function setVfsCap (line 130) | func setVfsCap(path string, data *vfscapData) (err error) { FILE: vendor/golang.org/x/crypto/ed25519/ed25519.go constant PublicKeySize (line 26) | PublicKeySize = 32 constant PrivateKeySize (line 28) | PrivateKeySize = 64 constant SignatureSize (line 30) | SignatureSize = 64 constant SeedSize (line 32) | SeedSize = 32 function GenerateKey (line 49) | func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) { function NewKeyFromSeed (line 57) | func NewKeyFromSeed(seed []byte) PrivateKey { function Sign (line 63) | func Sign(privateKey PrivateKey, message []byte) []byte { function Verify (line 69) | func Verify(publicKey PublicKey, message, sig []byte) bool { FILE: vendor/golang.org/x/exp/shiny/driver/driver.go function Main (line 23) | func Main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/driver_darwin.go function main (line 15) | func main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/driver_fallback.go function main (line 21) | func main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/driver_windows.go function main (line 12) | func main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/driver_x11.go function main (line 15) | func main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/buffer.go type bufferImpl (line 9) | type bufferImpl struct method Release (line 18) | func (b *bufferImpl) Release() {} method Size (line 19) | func (b *bufferImpl) Size() image.Point { return b.size } method Bounds (line 20) | func (b *bufferImpl) Bounds() image.Rectangle { return image.Rectangle... method RGBA (line 21) | func (b *bufferImpl) RGBA() *image.RGBA { return &b.rgba } method preUpload (line 23) | func (b *bufferImpl) preUpload() { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/cocoa.go constant useLifecycler (line 48) | useLifecycler = true constant handleSizeEventsAtChannelReceive (line 51) | handleSizeEventsAtChannelReceive = false function init (line 55) | func init() { function newWindow (line 67) | func newWindow(opts *screen.NewWindowOptions) (uintptr, error) { function initWindow (line 76) | func initWindow(w *windowImpl) { function showWindow (line 80) | func showWindow(w *windowImpl) { function preparedOpenGL (line 85) | func preparedOpenGL(id, ctx, vba uintptr) { function closeWindow (line 94) | func closeWindow(id uintptr) { function main (line 100) | func main(f func(screen.Screen)) error { function driverStarted (line 111) | func driverStarted() { function drawgl (line 119) | func drawgl(id uintptr) { function drawLoop (line 144) | func drawLoop(w *windowImpl, vba uintptr) { function setGeom (line 181) | func setGeom(id uintptr, ppp float32, widthPx, heightPx int) { function windowClosing (line 208) | func windowClosing(id uintptr) { function sendWindowEvent (line 212) | func sendWindowEvent(id uintptr, e interface{}) { function cocoaMods (line 240) | func cocoaMods(flags uint32) (m key.Modifiers) { function cocoaMouseDir (line 249) | func cocoaMouseDir(ty int32) mouse.Direction { function cocoaMouseButton (line 260) | func cocoaMouseButton(button int32) mouse.Button { function mouseEvent (line 274) | func mouseEvent(id uintptr, x, y, dx, dy float32, ty, button int32, flag... function keyEvent (line 328) | func keyEvent(id uintptr, runeVal rune, dir uint8, code uint16, flags ui... function flagEvent (line 338) | func flagEvent(id uintptr, flags uint32) { function sendLifecycle (line 352) | func sendLifecycle(id uintptr, setter func(*lifecycler.State, bool), val... function sendLifecycleAll (line 364) | func sendLifecycleAll(dead bool) { function lifecycleDeadAll (line 384) | func lifecycleDeadAll() { sendLifecycleAll(true) } function lifecycleHideAll (line 387) | func lifecycleHideAll() { sendLifecycleAll(false) } function lifecycleVisible (line 390) | func lifecycleVisible(id uintptr, val bool) { function lifecycleFocused (line 395) | func lifecycleFocused(id uintptr, val bool) { function cocoaRune (line 403) | func cocoaRune(r rune) rune { function cocoaKeyCode (line 415) | func cocoaKeyCode(vkcode uint16) key.Code { function surfaceCreate (line 668) | func surfaceCreate() error { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/context.go function NewContext (line 17) | func NewContext() (gl.Context, error) { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/egl.go constant _EGL_DONT_CARE (line 10) | _EGL_DONT_CARE = -1 constant _EGL_NO_SURFACE (line 12) | _EGL_NO_SURFACE = 0 constant _EGL_NO_CONTEXT (line 13) | _EGL_NO_CONTEXT = 0 constant _EGL_NO_DISPLAY (line 14) | _EGL_NO_DISPLAY = 0 constant _EGL_OPENGL_ES2_BIT (line 16) | _EGL_OPENGL_ES2_BIT = 0x04 constant _EGL_WINDOW_BIT (line 17) | _EGL_WINDOW_BIT = 0x04 constant _EGL_OPENGL_ES_API (line 19) | _EGL_OPENGL_ES_API = 0x30A0 constant _EGL_RENDERABLE_TYPE (line 20) | _EGL_RENDERABLE_TYPE = 0x3040 constant _EGL_SURFACE_TYPE (line 21) | _EGL_SURFACE_TYPE = 0x3033 constant _EGL_BUFFER_SIZE (line 22) | _EGL_BUFFER_SIZE = 0x3020 constant _EGL_ALPHA_SIZE (line 23) | _EGL_ALPHA_SIZE = 0x3021 constant _EGL_BLUE_SIZE (line 24) | _EGL_BLUE_SIZE = 0x3022 constant _EGL_GREEN_SIZE (line 25) | _EGL_GREEN_SIZE = 0x3023 constant _EGL_RED_SIZE (line 26) | _EGL_RED_SIZE = 0x3024 constant _EGL_DEPTH_SIZE (line 27) | _EGL_DEPTH_SIZE = 0x3025 constant _EGL_STENCIL_SIZE (line 28) | _EGL_STENCIL_SIZE = 0x3026 constant _EGL_SAMPLE_BUFFERS (line 29) | _EGL_SAMPLE_BUFFERS = 0x3032 constant _EGL_CONFIG_CAVEAT (line 30) | _EGL_CONFIG_CAVEAT = 0x3027 constant _EGL_NONE (line 31) | _EGL_NONE = 0x3038 constant _EGL_CONTEXT_CLIENT_VERSION (line 33) | _EGL_CONTEXT_CLIENT_VERSION = 0x3098 constant _EGL_PLATFORM_ANGLE_ANGLE (line 38) | _EGL_PLATFORM_ANGLE_ANGLE = 0x3202 constant _EGL_PLATFORM_ANGLE_TYPE_ANGLE (line 39) | _EGL_PLATFORM_ANGLE_TYPE_ANGLE = 0x3203 constant _EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE (line 40) | _EGL_PLATFORM_ANGLE_MAX_VERSION_MAJOR_ANGLE = 0x3204 constant _EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE (line 41) | _EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE = 0x3205 constant _EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE (line 42) | _EGL_PLATFORM_ANGLE_TYPE_DEFAULT_ANGLE = 0x3206 constant _EGL_PLATFORM_ANGLE_TYPE_D3D9_ANGLE (line 44) | _EGL_PLATFORM_ANGLE_TYPE_D3D9_ANGLE = 0x3207 constant _EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE (line 45) | _EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE = 0x3208 constant _EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE (line 46) | _EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE = 0x3209 constant _EGL_PLATFORM_ANGLE_DEVICE_TYPE_HARDWARE_ANGLE (line 47) | _EGL_PLATFORM_ANGLE_DEVICE_TYPE_HARDWARE_ANGLE = 0x320A constant _EGL_PLATFORM_ANGLE_DEVICE_TYPE_WARP_ANGLE (line 48) | _EGL_PLATFORM_ANGLE_DEVICE_TYPE_WARP_ANGLE = 0x320B constant _EGL_PLATFORM_ANGLE_TYPE_OPENGL_ANGLE (line 50) | _EGL_PLATFORM_ANGLE_TYPE_OPENGL_ANGLE = 0x320D constant _EGL_PLATFORM_ANGLE_TYPE_OPENGLES_ANGLE (line 51) | _EGL_PLATFORM_ANGLE_TYPE_OPENGLES_ANGLE = 0x320E constant _EGL_SUCCESS (line 55) | _EGL_SUCCESS = 0x3000 constant _EGL_NOT_INITIALIZED (line 56) | _EGL_NOT_INITIALIZED = 0x3001 constant _EGL_BAD_ACCESS (line 57) | _EGL_BAD_ACCESS = 0x3002 constant _EGL_BAD_ALLOC (line 58) | _EGL_BAD_ALLOC = 0x3003 constant _EGL_BAD_ATTRIBUTE (line 59) | _EGL_BAD_ATTRIBUTE = 0x3004 constant _EGL_BAD_CONFIG (line 60) | _EGL_BAD_CONFIG = 0x3005 constant _EGL_BAD_CONTEXT (line 61) | _EGL_BAD_CONTEXT = 0x3006 constant _EGL_BAD_CURRENT_SURFACE (line 62) | _EGL_BAD_CURRENT_SURFACE = 0x3007 constant _EGL_BAD_DISPLAY (line 63) | _EGL_BAD_DISPLAY = 0x3008 constant _EGL_BAD_MATCH (line 64) | _EGL_BAD_MATCH = 0x3009 constant _EGL_BAD_NATIVE_PIXMAP (line 65) | _EGL_BAD_NATIVE_PIXMAP = 0x300A constant _EGL_BAD_NATIVE_WINDOW (line 66) | _EGL_BAD_NATIVE_WINDOW = 0x300B constant _EGL_BAD_PARAMETER (line 67) | _EGL_BAD_PARAMETER = 0x300C constant _EGL_BAD_SURFACE (line 68) | _EGL_BAD_SURFACE = 0x300D constant _EGL_CONTEXT_LOST (line 69) | _EGL_CONTEXT_LOST = 0x300E function eglErrString (line 72) | func eglErrString(errno uintptr) string { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/gldriver.go function Main (line 25) | func Main(f func(screen.Screen)) { function mul (line 31) | func mul(a, b f64.Aff3) f64.Aff3 { function writeAff3 (line 44) | func writeAff3(glctx gl.Context, u gl.Uniform, a f64.Aff3) { function f32Bytes (line 60) | func f32Bytes(byteOrder binary.ByteOrder, values ...float32) []byte { function compileProgram (line 89) | func compileProgram(glctx gl.Context, vSrc, fSrc string) (gl.Program, er... function compileShader (line 121) | func compileShader(glctx gl.Context, shaderType gl.Enum, src string) (gl... FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/other.go constant useLifecycler (line 20) | useLifecycler = true constant handleSizeEventsAtChannelReceive (line 21) | handleSizeEventsAtChannelReceive = true function newWindow (line 25) | func newWindow(opts *screen.NewWindowOptions) (uintptr, error) { return ... function initWindow (line 27) | func initWindow(id *windowImpl) {} function showWindow (line 28) | func showWindow(id *windowImpl) {} function closeWindow (line 29) | func closeWindow(id uintptr) {} function drawLoop (line 30) | func drawLoop(w *windowImpl) {} function surfaceCreate (line 32) | func surfaceCreate() error { return errUnsupported } function main (line 33) | func main(f func(screen.Screen)) error { return errUnsupported } FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/screen.go type screenImpl (line 20) | type screenImpl struct method NewBuffer (line 42) | func (s *screenImpl) NewBuffer(size image.Point) (retBuf screen.Buffer... method NewTexture (line 51) | func (s *screenImpl) NewTexture(size image.Point) (screen.Texture, err... method NewWindow (line 124) | func (s *screenImpl) NewWindow(opts *screen.NewWindowOptions) (screen.... function optsSize (line 111) | func optsSize(opts *screen.NewWindowOptions) (width, height int) { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/texture.go type textureImpl (line 17) | type textureImpl struct method Size (line 24) | func (t *textureImpl) Size() image.Point { return t.size } method Bounds (line 25) | func (t *textureImpl) Bounds() image.Rectangle { return image.Rectangl... method Release (line 27) | func (t *textureImpl) Release() { method Upload (line 39) | func (t *textureImpl) Upload(dp image.Point, src screen.Buffer, sr ima... method Fill (line 78) | func (t *textureImpl) Fill(dr image.Rectangle, src color.Color, op dra... constant textureVertexSrc (line 121) | textureVertexSrc = `#version 100 constant textureFragmentSrc (line 135) | textureFragmentSrc = `#version 100 constant fillVertexSrc (line 144) | fillVertexSrc = `#version 100 constant fillFragmentSrc (line 154) | fillFragmentSrc = `#version 100 FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/win32.go constant useLifecycler (line 28) | useLifecycler = false constant handleSizeEventsAtChannelReceive (line 31) | handleSizeEventsAtChannelReceive = false function main (line 33) | func main(f func(screen.Screen)) error { type eglConfig (line 51) | type eglConfig type eglInt (line 53) | type eglInt type ctxWin32 (line 66) | type ctxWin32 struct function newWindow (line 72) | func newWindow(opts *screen.NewWindowOptions) (uintptr, error) { function initWindow (line 80) | func initWindow(w *windowImpl) { function showWindow (line 84) | func showWindow(w *windowImpl) { function closeWindow (line 90) | func closeWindow(id uintptr) {} function drawLoop (line 92) | func drawLoop(w *windowImpl) { function init (line 127) | func init() { function lifecycleEvent (line 135) | func lifecycleEvent(hwnd syscall.Handle, to lifecycle.Stage) { function mouseEvent (line 151) | func mouseEvent(hwnd syscall.Handle, e mouse.Event) { function keyEvent (line 159) | func keyEvent(hwnd syscall.Handle, e key.Event) { function paintEvent (line 167) | func paintEvent(hwnd syscall.Handle, e paint.Event) { function sizeEvent (line 182) | func sizeEvent(hwnd syscall.Handle, e size.Event) { function eglErr (line 229) | func eglErr() error { function createEGLSurface (line 236) | func createEGLSurface(hwnd syscall.Handle, w *windowImpl) error { function surfaceCreate (line 356) | func surfaceCreate() error { FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/window.go type windowImpl (line 23) | type windowImpl struct method NextEvent (line 69) | func (w *windowImpl) NextEvent() interface{} { method Release (line 84) | func (w *windowImpl) Release() { method Upload (line 118) | func (w *windowImpl) Upload(dp image.Point, src screen.Buffer, sr imag... method bindBackBuffer (line 147) | func (w *windowImpl) bindBackBuffer() { method fill (line 157) | func (w *windowImpl) fill(mvp f64.Aff3, src color.Color, op draw.Op) { method Fill (line 207) | func (w *windowImpl) Fill(dr image.Rectangle, src color.Color, op draw... method DrawUniform (line 219) | func (w *windowImpl) DrawUniform(src2dst f64.Aff3, src color.Color, sr... method Draw (line 234) | func (w *windowImpl) Draw(src2dst f64.Aff3, src screen.Texture, sr ima... method Copy (line 319) | func (w *windowImpl) Copy(dp image.Point, src screen.Texture, sr image... method Scale (line 323) | func (w *windowImpl) Scale(dr image.Rectangle, src screen.Texture, sr ... method mvp (line 327) | func (w *windowImpl) mvp(tlx, tly, trx, try, blx, bly float64) f64.Aff3 { method Publish (line 368) | func (w *windowImpl) Publish() screen.PublishResult { function useOp (line 138) | func useOp(glctx gl.Context, op draw.Op) { function doFill (line 168) | func doFill(s *screenImpl, glctx gl.Context, mvp f64.Aff3, src color.Col... function calcMVP (line 347) | func calcMVP(widthPx, heightPx int, tlx, tly, trx, try, blx, bly float64... FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/x11.c function startDriver (line 67) | void function processEvents (line 159) | void function makeCurrent (line 212) | void function swapBuffers (line 221) | void function doCloseWindow (line 230) | void function doNewWindow (line 236) | uintptr_t function doShowWindow (line 271) | uintptr_t function surfaceCreate (line 283) | uintptr_t FILE: vendor/golang.org/x/exp/shiny/driver/gldriver/x11.go constant useLifecycler (line 47) | useLifecycler = true constant handleSizeEventsAtChannelReceive (line 49) | handleSizeEventsAtChannelReceive = true function init (line 53) | func init() { function newWindow (line 59) | func newWindow(opts *screen.NewWindowOptions) (uintptr, error) { function initWindow (line 76) | func initWindow(w *windowImpl) { function showWindow (line 80) | func showWindow(w *windowImpl) { function closeWindow (line 92) | func closeWindow(id uintptr) { function drawLoop (line 101) | func drawLoop(w *windowImpl) { type uiClosure (line 127) | type uiClosure struct function main (line 132) | func main(f func(screen.Screen)) error { function onExpose (line 184) | func onExpose(id uintptr) { function onKeysym (line 197) | func onKeysym(k, unshifted, shifted uint32) { function onKey (line 203) | func onKey(id uintptr, state uint16, detail, dir uint8) { function onMouse (line 222) | func onMouse(id uintptr, x, y int32, state uint16, button, dir uint8) { function onFocus (line 260) | func onFocus(id uintptr, focused bool) { function onConfigure (line 274) | func onConfigure(id uintptr, x, y, width, height, displayWidth, displayW... function onDeleteWindow (line 301) | func onDeleteWindow(id uintptr) { function surfaceCreate (line 314) | func surfaceCreate() error { FILE: vendor/golang.org/x/exp/shiny/driver/internal/drawer/drawer.go function Copy (line 18) | func Copy(dst screen.Drawer, dp image.Point, src screen.Texture, sr imag... function Scale (line 27) | func Scale(dst screen.Drawer, dr image.Rectangle, src screen.Texture, sr... FILE: vendor/golang.org/x/exp/shiny/driver/internal/errscreen/errscreen.go function Stub (line 15) | func Stub(err error) screen.Screen { type stub (line 19) | type stub struct method NewBuffer (line 23) | func (s stub) NewBuffer(size image.Point) (screen.Buffer, error) ... method NewTexture (line 24) | func (s stub) NewTexture(size image.Point) (screen.Texture, error) ... method NewWindow (line 25) | func (s stub) NewWindow(opts *screen.NewWindowOptions) (screen.Window,... FILE: vendor/golang.org/x/exp/shiny/driver/internal/event/event.go type Deque (line 14) | type Deque struct method lockAndInit (line 21) | func (q *Deque) lockAndInit() { method NextEvent (line 29) | func (q *Deque) NextEvent() interface{} { method Send (line 53) | func (q *Deque) Send(event interface{}) { method SendFirst (line 62) | func (q *Deque) SendFirst(event interface{}) { FILE: vendor/golang.org/x/exp/shiny/driver/internal/lifecycler/lifecycler.go type State (line 21) | type State struct method SetDead (line 29) | func (s *State) SetDead(b bool) { method SetFocused (line 35) | func (s *State) SetFocused(b bool) { method SetVisible (line 41) | func (s *State) SetVisible(b bool) { method SendEvent (line 47) | func (s *State) SendEvent(r Sender, drawContext interface{}) { type Sender (line 78) | type Sender interface FILE: vendor/golang.org/x/exp/shiny/driver/internal/swizzle/swizzle_amd64.go function haveSSSE3 (line 10) | func haveSSSE3() bool constant useBGRA4 (line 14) | useBGRA4 = true function bgra16 (line 16) | func bgra16(p []byte) function bgra4 (line 17) | func bgra4(p []byte) FILE: vendor/golang.org/x/exp/shiny/driver/internal/swizzle/swizzle_common.go function BGRA (line 13) | func BGRA(p []byte) { FILE: vendor/golang.org/x/exp/shiny/driver/internal/swizzle/swizzle_other.go constant useBGRA16 (line 11) | useBGRA16 = false constant useBGRA4 (line 12) | useBGRA4 = false function bgra16 (line 15) | func bgra16(p []byte) { panic("unreachable") } function bgra4 (line 16) | func bgra4(p []byte) { panic("unreachable") } FILE: vendor/golang.org/x/exp/shiny/driver/internal/win32/key.go function convVirtualKeyCode (line 20) | func convVirtualKeyCode(vKey uint32) key.Code { function readRune (line 312) | func readRune(vKey uint32, scanCode uint8) rune { function sendKeyEvent (line 329) | func sendKeyEvent(hwnd syscall.Handle, uMsg uint32, wParam, lParam uintp... FILE: vendor/golang.org/x/exp/shiny/driver/internal/win32/syscall_windows.go type _COLORREF (line 11) | type _COLORREF function _RGB (line 13) | func _RGB(r, g, b byte) _COLORREF { type _POINT (line 17) | type _POINT struct type _RECT (line 22) | type _RECT struct type _MSG (line 29) | type _MSG struct type _WNDCLASS (line 38) | type _WNDCLASS struct type _WINDOWPOS (line 51) | type _WINDOWPOS struct constant _WM_SETFOCUS (line 62) | _WM_SETFOCUS = 7 constant _WM_KILLFOCUS (line 63) | _WM_KILLFOCUS = 8 constant _WM_PAINT (line 64) | _WM_PAINT = 15 constant _WM_CLOSE (line 65) | _WM_CLOSE = 16 constant _WM_WINDOWPOSCHANGED (line 66) | _WM_WINDOWPOSCHANGED = 71 constant _WM_KEYDOWN (line 67) | _WM_KEYDOWN = 256 constant _WM_KEYUP (line 68) | _WM_KEYUP = 257 constant _WM_SYSKEYDOWN (line 69) | _WM_SYSKEYDOWN = 260 constant _WM_SYSKEYUP (line 70) | _WM_SYSKEYUP = 261 constant _WM_MOUSEMOVE (line 71) | _WM_MOUSEMOVE = 512 constant _WM_MOUSEWHEEL (line 72) | _WM_MOUSEWHEEL = 522 constant _WM_LBUTTONDOWN (line 73) | _WM_LBUTTONDOWN = 513 constant _WM_LBUTTONUP (line 74) | _WM_LBUTTONUP = 514 constant _WM_RBUTTONDOWN (line 75) | _WM_RBUTTONDOWN = 516 constant _WM_RBUTTONUP (line 76) | _WM_RBUTTONUP = 517 constant _WM_MBUTTONDOWN (line 77) | _WM_MBUTTONDOWN = 519 constant _WM_MBUTTONUP (line 78) | _WM_MBUTTONUP = 520 constant _WM_USER (line 79) | _WM_USER = 0x0400 constant _WS_OVERLAPPED (line 83) | _WS_OVERLAPPED = 0x00000000 constant _WS_CAPTION (line 84) | _WS_CAPTION = 0x00C00000 constant _WS_SYSMENU (line 85) | _WS_SYSMENU = 0x00080000 constant _WS_THICKFRAME (line 86) | _WS_THICKFRAME = 0x00040000 constant _WS_MINIMIZEBOX (line 87) | _WS_MINIMIZEBOX = 0x00020000 constant _WS_MAXIMIZEBOX (line 88) | _WS_MAXIMIZEBOX = 0x00010000 constant _WS_OVERLAPPEDWINDOW (line 89) | _WS_OVERLAPPEDWINDOW = _WS_OVERLAPPED | _WS_CAPTION | _WS_SYSMENU | _WS_... constant _VK_SHIFT (line 93) | _VK_SHIFT = 16 constant _VK_CONTROL (line 94) | _VK_CONTROL = 17 constant _VK_MENU (line 95) | _VK_MENU = 18 constant _VK_LWIN (line 96) | _VK_LWIN = 0x5B constant _VK_RWIN (line 97) | _VK_RWIN = 0x5C constant _MK_LBUTTON (line 101) | _MK_LBUTTON = 0x0001 constant _MK_MBUTTON (line 102) | _MK_MBUTTON = 0x0010 constant _MK_RBUTTON (line 103) | _MK_RBUTTON = 0x0002 constant _COLOR_BTNFACE (line 107) | _COLOR_BTNFACE = 15 constant _IDI_APPLICATION (line 111) | _IDI_APPLICATION = 32512 constant _IDC_ARROW (line 112) | _IDC_ARROW = 32512 constant _CW_USEDEFAULT (line 116) | _CW_USEDEFAULT = 0x80000000 - 0x100000000 constant _SW_SHOWDEFAULT (line 118) | _SW_SHOWDEFAULT = 10 constant _HWND_MESSAGE (line 120) | _HWND_MESSAGE = syscall.Handle(^uintptr(2)) constant _SWP_NOSIZE (line 122) | _SWP_NOSIZE = 0x0001 constant _BI_RGB (line 126) | _BI_RGB = 0 constant _DIB_RGB_COLORS (line 127) | _DIB_RGB_COLORS = 0 constant _AC_SRC_OVER (line 129) | _AC_SRC_OVER = 0x00 constant _AC_SRC_ALPHA (line 130) | _AC_SRC_ALPHA = 0x01 constant _SRCCOPY (line 132) | _SRCCOPY = 0x00cc0020 constant _WHEEL_DELTA (line 134) | _WHEEL_DELTA = 120 function _GET_X_LPARAM (line 137) | func _GET_X_LPARAM(lp uintptr) int32 { function _GET_Y_LPARAM (line 141) | func _GET_Y_LPARAM(lp uintptr) int32 { function _GET_WHEEL_DELTA_WPARAM (line 145) | func _GET_WHEEL_DELTA_WPARAM(lp uintptr) int16 { function _LOWORD (line 149) | func _LOWORD(l uintptr) uint16 { function _HIWORD (line 153) | func _HIWORD(l uintptr) uint16 { FILE: vendor/golang.org/x/exp/shiny/driver/internal/win32/win32.go constant msgCreateWindow (line 37) | msgCreateWindow = _WM_USER + iota constant msgMainCallback (line 38) | msgMainCallback constant msgShow (line 39) | msgShow constant msgQuit (line 40) | msgQuit constant msgLast (line 41) | msgLast type userWM (line 46) | type userWM struct method next (line 51) | func (m *userWM) next() uint32 { function newWindow (line 64) | func newWindow(opts *screen.NewWindowOptions) (syscall.Handle, error) { function ResizeClientRect (line 90) | func ResizeClientRect(hwnd syscall.Handle, opts *screen.NewWindowOptions... function Show (line 115) | func Show(hwnd syscall.Handle) { function Release (line 119) | func Release(hwnd syscall.Handle) { function sendFocus (line 123) | func sendFocus(hwnd syscall.Handle, uMsg uint32, wParam, lParam uintptr)... function sendShow (line 135) | func sendShow(hwnd syscall.Handle, uMsg uint32, wParam, lParam uintptr) ... function sendSizeEvent (line 142) | func sendSizeEvent(hwnd syscall.Handle, uMsg uint32, wParam, lParam uint... function sendSize (line 151) | func sendSize(hwnd syscall.Handle) { function sendClose (line 170) | func sendClose(hwnd syscall.Handle, uMsg uint32, wParam, lParam uintptr)... function sendMouseEvent (line 178) | func sendMouseEvent(hwnd syscall.Handle, uMsg uint32, wParam, lParam uin... function keyModifiers (line 244) | func keyModifiers() (m key.Modifiers) { function sendPaint (line 276) | func sendPaint(hwnd syscall.Handle, uMsg uint32, wParam, lParam uintptr)... function AddScreenMsg (line 283) | func AddScreenMsg(fn func(hwnd syscall.Handle, uMsg uint32, wParam, lPar... function screenWindowWndProc (line 292) | func screenWindowWndProc(hwnd syscall.Handle, uMsg uint32, wParam uintpt... function SendScreenMessage (line 314) | func SendScreenMessage(uMsg uint32, wParam uintptr, lParam uintptr) (lRe... function AddWindowMsg (line 341) | func AddWindowMsg(fn func(hwnd syscall.Handle, uMsg uint32, wParam, lPar... function windowWndProc (line 350) | func windowWndProc(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lPa... type newWindowParams (line 358) | type newWindowParams struct function NewWindow (line 364) | func NewWindow(opts *screen.NewWindowOptions) (syscall.Handle, error) { constant windowClass (line 371) | windowClass = "shiny_Window" constant screenWindowClass (line 372) | screenWindowClass = "shiny_ScreenWindow" function initWindowClass (line 374) | func initWindowClass() (err error) { function closeWindowClass (line 391) | func closeWindowClass() (err error) { function initScreenWindow (line 401) | func initScreenWindow() (err error) { function closeScreenWindow (line 434) | func closeScreenWindow() (err error) { function initCommon (line 454) | func initCommon() (err error) { function SendMessage (line 469) | func SendMessage(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lPara... function Main (line 475) | func Main(f func()) (retErr error) { FILE: vendor/golang.org/x/exp/shiny/driver/internal/win32/zsyscall_windows.go constant errnoERROR_IO_PENDING (line 17) | errnoERROR_IO_PENDING = 997 function errnoErr (line 26) | func errnoErr(e syscall.Errno) error { function GetDC (line 68) | func GetDC(hwnd syscall.Handle) (dc syscall.Handle, err error) { function ReleaseDC (line 81) | func ReleaseDC(hwnd syscall.Handle, dc syscall.Handle) (err error) { function sendMessage (line 93) | func sendMessage(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lPara... function _CreateWindowEx (line 99) | func _CreateWindowEx(exstyle uint32, className *uint16, windowText *uint... function _DefWindowProc (line 112) | func _DefWindowProc(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lP... function _DestroyWindow (line 118) | func _DestroyWindow(hwnd syscall.Handle) (err error) { function _DispatchMessage (line 130) | func _DispatchMessage(msg *_MSG) (ret int32) { function _GetClientRect (line 136) | func _GetClientRect(hwnd syscall.Handle, rect *_RECT) (err error) { function _GetWindowRect (line 148) | func _GetWindowRect(hwnd syscall.Handle, rect *_RECT) (err error) { function _GetKeyboardLayout (line 160) | func _GetKeyboardLayout(threadID uint32) (locale syscall.Handle) { function _GetKeyboardState (line 166) | func _GetKeyboardState(lpKeyState *byte) (err error) { function _GetKeyState (line 178) | func _GetKeyState(virtkey int32) (keystatus int16) { function _GetMessage (line 184) | func _GetMessage(msg *_MSG, hwnd syscall.Handle, msgfiltermin uint32, ms... function _LoadCursor (line 197) | func _LoadCursor(hInstance syscall.Handle, cursorName uintptr) (cursor s... function _LoadIcon (line 210) | func _LoadIcon(hInstance syscall.Handle, iconName uintptr) (icon syscall... function _MoveWindow (line 223) | func _MoveWindow(hwnd syscall.Handle, x int32, y int32, w int32, h int32... function _PostMessage (line 241) | func _PostMessage(hwnd syscall.Handle, uMsg uint32, wParam uintptr, lPar... function _PostQuitMessage (line 247) | func _PostQuitMessage(exitCode int32) { function _RegisterClass (line 252) | func _RegisterClass(wc *_WNDCLASS) (atom uint16, err error) { function _ShowWindow (line 265) | func _ShowWindow(hwnd syscall.Handle, cmdshow int32) (wasvisible bool) { function _ScreenToClient (line 271) | func _ScreenToClient(hwnd syscall.Handle, lpPoint *_POINT) (ok bool) { function _ToUnicodeEx (line 277) | func _ToUnicodeEx(wVirtKey uint32, wScanCode uint32, lpKeyState *byte, p... function _TranslateMessage (line 283) | func _TranslateMessage(msg *_MSG) (done bool) { function _UnregisterClass (line 289) | func _UnregisterClass(lpClassName *uint16, hInstance syscall.Handle) (do... FILE: vendor/golang.org/x/exp/shiny/driver/internal/x11key/x11key.go constant ShiftMask (line 18) | ShiftMask = 1 << 0 constant LockMask (line 19) | LockMask = 1 << 1 constant ControlMask (line 20) | ControlMask = 1 << 2 constant Mod1Mask (line 21) | Mod1Mask = 1 << 3 constant Mod2Mask (line 22) | Mod2Mask = 1 << 4 constant Mod3Mask (line 23) | Mod3Mask = 1 << 5 constant Mod4Mask (line 24) | Mod4Mask = 1 << 6 constant Mod5Mask (line 25) | Mod5Mask = 1 << 7 constant Button1Mask (line 26) | Button1Mask = 1 << 8 constant Button2Mask (line 27) | Button2Mask = 1 << 9 constant Button3Mask (line 28) | Button3Mask = 1 << 10 constant Button4Mask (line 29) | Button4Mask = 1 << 11 constant Button5Mask (line 30) | Button5Mask = 1 << 12 type KeysymTable (line 33) | type KeysymTable struct method Lookup (line 39) | func (t *KeysymTable) Lookup(detail uint8, state uint16) (rune, key.Co... function isKeypad (line 85) | func isKeypad(keysym uint32) bool { function KeyModifiers (line 89) | func KeyModifiers(state uint16) (m key.Modifiers) { constant xkISOLeftTab (line 107) | xkISOLeftTab = 0xfe20 constant xkBackSpace (line 108) | xkBackSpace = 0xff08 constant xkTab (line 109) | xkTab = 0xff09 constant xkReturn (line 110) | xkReturn = 0xff0d constant xkEscape (line 111) | xkEscape = 0xff1b constant xkMultiKey (line 112) | xkMultiKey = 0xff20 constant xkHome (line 113) | xkHome = 0xff50 constant xkLeft (line 114) | xkLeft = 0xff51 constant xkUp (line 115) | xkUp = 0xff52 constant xkRight (line 116) | xkRight = 0xff53 constant xkDown (line 117) | xkDown = 0xff54 constant xkPageUp (line 118) | xkPageUp = 0xff55 constant xkPageDown (line 119) | xkPageDown = 0xff56 constant xkEnd (line 120) | xkEnd = 0xff57 constant xkInsert (line 121) | xkInsert = 0xff63 constant xkMenu (line 122) | xkMenu = 0xff67 constant xkHelp (line 123) | xkHelp = 0xff6a constant xkNumLock (line 125) | xkNumLock = 0xff7f constant xkKeypadEnter (line 126) | xkKeypadEnter = 0xff8d constant xkKeypadHome (line 127) | xkKeypadHome = 0xff95 constant xkKeypadLeft (line 128) | xkKeypadLeft = 0xff96 constant xkKeypadUp (line 129) | xkKeypadUp = 0xff97 constant xkKeypadRight (line 130) | xkKeypadRight = 0xff98 constant xkKeypadDown (line 131) | xkKeypadDown = 0xff99 constant xkKeypadPageUp (line 132) | xkKeypadPageUp = 0xff9a constant xkKeypadPageDown (line 133) | xkKeypadPageDown = 0xff9b constant xkKeypadEnd (line 134) | xkKeypadEnd = 0xff9c constant xkKeypadInsert (line 135) | xkKeypadInsert = 0xff9e constant xkKeypadDelete (line 136) | xkKeypadDelete = 0xff9f constant xkKeypadEqual (line 137) | xkKeypadEqual = 0xffbd constant xkKeypadMultiply (line 138) | xkKeypadMultiply = 0xffaa constant xkKeypadAdd (line 139) | xkKeypadAdd = 0xffab constant xkKeypadSubtract (line 140) | xkKeypadSubtract = 0xffad constant xkKeypadDecimal (line 141) | xkKeypadDecimal = 0xffae constant xkKeypadDivide (line 142) | xkKeypadDivide = 0xffaf constant xkKeypad0 (line 143) | xkKeypad0 = 0xffb0 constant xkKeypad1 (line 144) | xkKeypad1 = 0xffb1 constant xkKeypad2 (line 145) | xkKeypad2 = 0xffb2 constant xkKeypad3 (line 146) | xkKeypad3 = 0xffb3 constant xkKeypad4 (line 147) | xkKeypad4 = 0xffb4 constant xkKeypad5 (line 148) | xkKeypad5 = 0xffb5 constant xkKeypad6 (line 149) | xkKeypad6 = 0xffb6 constant xkKeypad7 (line 150) | xkKeypad7 = 0xffb7 constant xkKeypad8 (line 151) | xkKeypad8 = 0xffb8 constant xkKeypad9 (line 152) | xkKeypad9 = 0xffb9 constant xkF1 (line 154) | xkF1 = 0xffbe constant xkF2 (line 155) | xkF2 = 0xffbf constant xkF3 (line 156) | xkF3 = 0xffc0 constant xkF4 (line 157) | xkF4 = 0xffc1 constant xkF5 (line 158) | xkF5 = 0xffc2 constant xkF6 (line 159) | xkF6 = 0xffc3 constant xkF7 (line 160) | xkF7 = 0xffc4 constant xkF8 (line 161) | xkF8 = 0xffc5 constant xkF9 (line 162) | xkF9 = 0xffc6 constant xkF10 (line 163) | xkF10 = 0xffc7 constant xkF11 (line 164) | xkF11 = 0xffc8 constant xkF12 (line 165) | xkF12 = 0xffc9 constant xkShiftL (line 166) | xkShiftL = 0xffe1 constant xkShiftR (line 167) | xkShiftR = 0xffe2 constant xkControlL (line 168) | xkControlL = 0xffe3 constant xkControlR (line 169) | xkControlR = 0xffe4 constant xkCapsLock (line 170) | xkCapsLock = 0xffe5 constant xkAltL (line 171) | xkAltL = 0xffe9 constant xkAltR (line 172) | xkAltR = 0xffea constant xkSuperL (line 173) | xkSuperL = 0xffeb constant xkSuperR (line 174) | xkSuperR = 0xffec constant xkDelete (line 175) | xkDelete = 0xffff constant xf86xkAudioLowerVolume (line 177) | xf86xkAudioLowerVolume = 0x1008ff11 constant xf86xkAudioMute (line 178) | xf86xkAudioMute = 0x1008ff12 constant xf86xkAudioRaiseVolume (line 179) | xf86xkAudioRaiseVolume = 0x1008ff13 type keypadKeysym (line 301) | type keypadKeysym struct FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/buffer.go type bufferImpl (line 13) | type bufferImpl struct method Release (line 17) | func (*bufferImpl) Release() {} method Size (line 18) | func (b *bufferImpl) Size() image.Point { return b.rgba.Rect.Max } method Bounds (line 19) | func (b *bufferImpl) Bounds() image.Rectangle { return b.rgba.Rect } method RGBA (line 20) | func (b *bufferImpl) RGBA() *image.RGBA { return b.rgba } FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/internal/appkit/appkit.go type Window (line 33) | type Window struct method ContentView (line 46) | func (w Window) ContentView() View { function NewWindow (line 38) | func NewWindow(window unsafe.Pointer) Window { type View (line 53) | type View struct method SetLayer (line 60) | func (v View) SetLayer(l coreanim.Layer) { method SetWantsLayer (line 67) | func (v View) SetWantsLayer(wantsLayer bool) { FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/internal/coreanim/coreanim.go type Layer (line 36) | type Layer interface type MetalLayer (line 44) | type MetalLayer struct method Layer (line 56) | func (ml MetalLayer) Layer() unsafe.Pointer { return ml.metalLayer } method PixelFormat (line 61) | func (ml MetalLayer) PixelFormat() mtl.PixelFormat { method SetDevice (line 68) | func (ml MetalLayer) SetDevice(device mtl.Device) { method SetPixelFormat (line 79) | func (ml MetalLayer) SetPixelFormat(pf mtl.PixelFormat) { method SetMaximumDrawableCount (line 92) | func (ml MetalLayer) SetMaximumDrawableCount(count int) { method SetDisplaySyncEnabled (line 103) | func (ml MetalLayer) SetDisplaySyncEnabled(enabled bool) { method SetDrawableSize (line 110) | func (ml MetalLayer) SetDrawableSize(width, height int) { method NextDrawable (line 117) | func (ml MetalLayer) NextDrawable() (MetalDrawable, error) { function MakeMetalLayer (line 51) | func MakeMetalLayer() MetalLayer { type MetalDrawable (line 129) | type MetalDrawable struct method Drawable (line 134) | func (md MetalDrawable) Drawable() unsafe.Pointer { return md.metalDra... method Texture (line 139) | func (md MetalDrawable) Texture() mtl.Texture { FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/internal/coreanim/coreanim.h type uint_t (line 7) | typedef unsigned long uint_t; FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/mtldriver.go function init (line 32) | func init() { function Main (line 42) | func Main(f func(screen.Screen)) { function main (line 48) | func main(f func(screen.Screen)) error { type newWindowReq (line 93) | type newWindowReq struct type newWindowResp (line 98) | type newWindowResp struct type releaseWindowReq (line 103) | type releaseWindowReq struct function newWindow (line 110) | func newWindow(device mtl.Device, releaseWindowCh chan releaseWindowReq,... function optsSize (line 193) | func optsSize(opts *screen.NewWindowOptions) (width, height int) { function glfwMouseButton (line 206) | func glfwMouseButton(button glfw.MouseButton) mouse.Button { function glfwMouseDirection (line 219) | func glfwMouseDirection(action glfw.Action) mouse.Direction { function glfwKeyCode (line 230) | func glfwKeyCode(k glfw.Key) key.Code { function glfwKeyDirection (line 242) | func glfwKeyDirection(action glfw.Action) key.Direction { FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/screen.go type screenImpl (line 18) | type screenImpl struct method NewBuffer (line 22) | func (*screenImpl) NewBuffer(size image.Point) (screen.Buffer, error) { method NewTexture (line 28) | func (*screenImpl) NewTexture(size image.Point) (screen.Texture, error) { method NewWindow (line 34) | func (s *screenImpl) NewWindow(opts *screen.NewWindowOptions) (screen.... FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/texture.go type textureImpl (line 19) | type textureImpl struct method Release (line 23) | func (*textureImpl) Release() {} method Size (line 24) | func (t *textureImpl) Size() image.Point { return t.rgba.Rect.Max } method Bounds (line 25) | func (t *textureImpl) Bounds() image.Rectangle { return t.rgba.Rect } method Upload (line 27) | func (t *textureImpl) Upload(dp image.Point, src screen.Buffer, sr ima... method Fill (line 31) | func (t *textureImpl) Fill(dr image.Rectangle, src color.Color, op dra... FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver/window.go type windowImpl (line 28) | type windowImpl struct method Release (line 42) | func (w *windowImpl) Release() { method NextEvent (line 52) | func (w *windowImpl) NextEvent() interface{} { method Publish (line 71) | func (w *windowImpl) Publish() screen.PublishResult { method Upload (line 98) | func (w *windowImpl) Upload(dp image.Point, src screen.Buffer, sr imag... method Fill (line 102) | func (w *windowImpl) Fill(dr image.Rectangle, src color.Color, op draw... method Draw (line 106) | func (w *windowImpl) Draw(src2dst f64.Aff3, src screen.Texture, sr ima... method DrawUniform (line 110) | func (w *windowImpl) DrawUniform(src2dst f64.Aff3, src color.Color, sr... method Copy (line 114) | func (w *windowImpl) Copy(dp image.Point, src screen.Texture, sr image... method Scale (line 118) | func (w *windowImpl) Scale(dr image.Rectangle, src screen.Texture, sr ... FILE: vendor/golang.org/x/exp/shiny/driver/mtldriver_darwin.go function main (line 15) | func main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/windriver/buffer.go type bufferImpl (line 19) | type bufferImpl struct method Size (line 31) | func (b *bufferImpl) Size() image.Point { return b.size } method Bounds (line 32) | func (b *bufferImpl) Bounds() image.Rectangle { return image.Rectangle... method RGBA (line 33) | func (b *bufferImpl) RGBA() *image.RGBA { return &b.rgba } method preUpload (line 35) | func (b *bufferImpl) preUpload() { method postUpload (line 57) | func (b *bufferImpl) postUpload() { method Release (line 73) | func (b *bufferImpl) Release() { method cleanUp (line 83) | func (b *bufferImpl) cleanUp() { method blitToDC (line 96) | func (b *bufferImpl) blitToDC(dc syscall.Handle, dp image.Point, sr im... FILE: vendor/golang.org/x/exp/shiny/driver/windriver/other.go function Main (line 24) | func Main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/windriver/screen.go type screenImpl (line 25) | type screenImpl struct method NewBuffer (line 30) | func (*screenImpl) NewBuffer(size image.Point) (screen.Buffer, error) { method NewTexture (line 61) | func (*screenImpl) NewTexture(size image.Point) (screen.Texture, error) { method NewWindow (line 65) | func (s *screenImpl) NewWindow(opts *screen.NewWindowOptions) (screen.... FILE: vendor/golang.org/x/exp/shiny/driver/windriver/syscall_windows.go type _COLORREF (line 11) | type _COLORREF function _RGB (line 13) | func _RGB(r, g, b byte) _COLORREF { type _POINT (line 17) | type _POINT struct type _RECT (line 22) | type _RECT struct type _BITMAPINFOHEADER (line 29) | type _BITMAPINFOHEADER struct type _RGBQUAD (line 43) | type _RGBQUAD struct type _BITMAPINFO (line 50) | type _BITMAPINFO struct type _BLENDFUNCTION (line 55) | type _BLENDFUNCTION struct method ToUintptr (line 63) | func (bf _BLENDFUNCTION) ToUintptr() uintptr { type _XFORM (line 67) | type _XFORM struct constant _WM_PAINT (line 77) | _WM_PAINT = 15 constant _WM_WINDOWPOSCHANGED (line 78) | _WM_WINDOWPOSCHANGED = 71 constant _WM_KEYDOWN (line 79) | _WM_KEYDOWN = 256 constant _WM_KEYUP (line 80) | _WM_KEYUP = 257 constant _WM_SYSKEYDOWN (line 81) | _WM_SYSKEYDOWN = 260 constant _WM_SYSKEYUP (line 82) | _WM_SYSKEYUP = 261 constant _WM_MOUSEMOVE (line 83) | _WM_MOUSEMOVE = 512 constant _WM_LBUTTONDOWN (line 84) | _WM_LBUTTONDOWN = 513 constant _WM_LBUTTONUP (line 85) | _WM_LBUTTONUP = 514 constant _WM_RBUTTONDOWN (line 86) | _WM_RBUTTONDOWN = 516 constant _WM_RBUTTONUP (line 87) | _WM_RBUTTONUP = 517 constant _WM_MBUTTONDOWN (line 88) | _WM_MBUTTONDOWN = 519 constant _WM_MBUTTONUP (line 89) | _WM_MBUTTONUP = 520 constant _WM_USER (line 90) | _WM_USER = 0x0400 constant _WS_OVERLAPPED (line 94) | _WS_OVERLAPPED = 0x00000000 constant _WS_CAPTION (line 95) | _WS_CAPTION = 0x00C00000 constant _WS_SYSMENU (line 96) | _WS_SYSMENU = 0x00080000 constant _WS_THICKFRAME (line 97) | _WS_THICKFRAME = 0x00040000 constant _WS_MINIMIZEBOX (line 98) | _WS_MINIMIZEBOX = 0x00020000 constant _WS_MAXIMIZEBOX (line 99) | _WS_MAXIMIZEBOX = 0x00010000 constant _WS_OVERLAPPEDWINDOW (line 100) | _WS_OVERLAPPEDWINDOW = _WS_OVERLAPPED | _WS_CAPTION | _WS_SYSMENU | _WS_... constant _COLOR_BTNFACE (line 104) | _COLOR_BTNFACE = 15 constant _IDI_APPLICATION (line 108) | _IDI_APPLICATION = 32512 constant _IDC_ARROW (line 109) | _IDC_ARROW = 32512 constant _BI_RGB (line 113) | _BI_RGB = 0 constant _DIB_RGB_COLORS (line 114) | _DIB_RGB_COLORS = 0 constant _AC_SRC_OVER (line 116) | _AC_SRC_OVER = 0x00 constant _AC_SRC_ALPHA (line 117) | _AC_SRC_ALPHA = 0x01 constant _SRCCOPY (line 119) | _SRCCOPY = 0x00cc0020 constant _SHADEBLENDCAPS (line 121) | _SHADEBLENDCAPS = 120 constant _SB_NONE (line 122) | _SB_NONE = 0 constant _GM_COMPATIBLE (line 126) | _GM_COMPATIBLE = 1 constant _GM_ADVANCED (line 127) | _GM_ADVANCED = 2 constant _MWT_IDENTITY (line 129) | _MWT_IDENTITY = 1 function _GET_X_LPARAM (line 132) | func _GET_X_LPARAM(lp uintptr) int32 { function _GET_Y_LPARAM (line 136) | func _GET_Y_LPARAM(lp uintptr) int32 { function _LOWORD (line 140) | func _LOWORD(l uintptr) uint16 { function _HIWORD (line 144) | func _HIWORD(l uintptr) uint16 { FILE: vendor/golang.org/x/exp/shiny/driver/windriver/texture.go type textureImpl (line 23) | type textureImpl struct method Bounds (line 89) | func (t *textureImpl) Bounds() image.Rectangle { method Fill (line 93) | func (t *textureImpl) Fill(r image.Rectangle, c color.Color, op draw.O... method Release (line 102) | func (t *textureImpl) Release() { method release (line 108) | func (t *textureImpl) release() error { method Size (line 124) | func (t *textureImpl) Size() image.Point { method Upload (line 128) | func (t *textureImpl) Upload(dp image.Point, src screen.Buffer, sr ima... method update (line 139) | func (t *textureImpl) update(f func(dc syscall.Handle) error) (retErr ... type handleCreateTextureParams (line 32) | type handleCreateTextureParams struct function newTexture (line 41) | func newTexture(size image.Point) (screen.Texture, error) { function handleCreateTexture (line 54) | func handleCreateTexture(hwnd syscall.Handle, uMsg uint32, wParam, lPara... FILE: vendor/golang.org/x/exp/shiny/driver/windriver/window.go type windowImpl (line 33) | type windowImpl struct method Release (line 42) | func (w *windowImpl) Release() { method Upload (line 46) | func (w *windowImpl) Upload(dp image.Point, src screen.Buffer, sr imag... method Fill (line 58) | func (w *windowImpl) Fill(dr image.Rectangle, src color.Color, op draw... method Draw (line 67) | func (w *windowImpl) Draw(src2dst f64.Aff3, src screen.Texture, sr ima... method DrawUniform (line 81) | func (w *windowImpl) DrawUniform(src2dst f64.Aff3, src color.Color, sr... method Copy (line 161) | func (w *windowImpl) Copy(dp image.Point, src screen.Texture, sr image... method Scale (line 165) | func (w *windowImpl) Scale(dr image.Rectangle, src screen.Texture, sr ... method Publish (line 169) | func (w *windowImpl) Publish() screen.PublishResult { method execCmd (line 242) | func (w *windowImpl) execCmd(c *cmd) { function drawWindow (line 95) | func drawWindow(dc syscall.Handle, src2dst f64.Aff3, src interface{}, sr... function init (line 174) | func init() { function lifecycleEvent (line 189) | func lifecycleEvent(hwnd syscall.Handle, to lifecycle.Stage) { function sizeEvent (line 204) | func sizeEvent(hwnd syscall.Handle, e size.Event) { type cmd (line 219) | type cmd struct constant cmdDraw (line 234) | cmdDraw = iota constant cmdFill (line 235) | cmdFill constant cmdUpload (line 236) | cmdUpload constant cmdDrawUniform (line 237) | cmdDrawUniform function handleCmd (line 249) | func handleCmd(hwnd syscall.Handle, uMsg uint32, wParam, lParam uintptr) { FILE: vendor/golang.org/x/exp/shiny/driver/windriver/windraw.go function mkbitmap (line 19) | func mkbitmap(size image.Point) (syscall.Handle, *byte, error) { function copyBitmapToDC (line 47) | func copyBitmapToDC(dc syscall.Handle, dr image.Rectangle, src syscall.H... function fill (line 84) | func fill(dc syscall.Handle, dr image.Rectangle, c color.Color, op draw.... FILE: vendor/golang.org/x/exp/shiny/driver/windriver/windriver.go function Main (line 22) | func Main(f func(screen.Screen)) { FILE: vendor/golang.org/x/exp/shiny/driver/windriver/zsyscall_windows.go function _AlphaBlend (line 36) | func _AlphaBlend(dcdest syscall.Handle, xoriginDest int32, yoriginDest i... function _BitBlt (line 48) | func _BitBlt(dcdest syscall.Handle, xdest int32, ydest int32, width int3... function _CreateCompatibleBitmap (line 60) | func _CreateCompatibleBitmap(dc syscall.Handle, width int32, height int3... function _CreateCompatibleDC (line 73) | func _CreateCompatibleDC(dc syscall.Handle) (newdc syscall.Handle, err e... function _CreateDIBSection (line 86) | func _CreateDIBSection(dc syscall.Handle, bmi *_BITMAPINFO, usage uint32... function _CreateSolidBrush (line 99) | func _CreateSolidBrush(color _COLORREF) (brush syscall.Handle, err error) { function _DeleteDC (line 112) | func _DeleteDC(dc syscall.Handle) (err error) { function _DeleteObject (line 124) | func _DeleteObject(object syscall.Handle) (err error) { function _FillRect (line 136) | func _FillRect(dc syscall.Handle, rc *_RECT, brush syscall.Handle) (err ... function _ModifyWorldTransform (line 148) | func _ModifyWorldTransform(dc syscall.Handle, x *_XFORM, mode uint32) (e... function _SelectObject (line 160) | func _SelectObject(dc syscall.Handle, gdiobj syscall.Handle) (newobj sys... function _SetGraphicsMode (line 173) | func _SetGraphicsMode(dc syscall.Handle, mode int32) (oldmode int32, err... function _SetWorldTransform (line 186) | func _SetWorldTransform(dc syscall.Handle, x *_XFORM) (err error) { function _StretchBlt (line 198) | func _StretchBlt(dcdest syscall.Handle, xdest int32, ydest int32, wdest ... function _GetDeviceCaps (line 210) | func _GetDeviceCaps(dc syscall.Handle, index int32) (ret int32) { FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/buffer.go type bufferUploader (line 22) | type bufferUploader interface type bufferImpl (line 26) | type bufferImpl struct method degenerate (line 41) | func (b *bufferImpl) degenerate() bool { return b.size.X == 0 |... method Size (line 42) | func (b *bufferImpl) Size() image.Point { return b.size } method Bounds (line 43) | func (b *bufferImpl) Bounds() image.Rectangle { return image.Rectangle... method RGBA (line 44) | func (b *bufferImpl) RGBA() *image.RGBA { return &b.rgba } method preUpload (line 46) | func (b *bufferImpl) preUpload() { method postUpload (line 68) | func (b *bufferImpl) postUpload() { method Release (line 84) | func (b *bufferImpl) Release() { method cleanUp (line 94) | func (b *bufferImpl) cleanUp() { method upload (line 116) | func (b *bufferImpl) upload(xd xproto.Drawable, xg xproto.Gcontext, de... function fill (line 152) | func fill(xc *xgb.Conn, xp render.Picture, dr image.Rectangle, src color... FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/buffer_fallback.go constant xPutImageReqSizeMax (line 17) | xPutImageReqSizeMax = (1 << 16) * 4 constant xPutImageReqSizeFixed (line 18) | xPutImageReqSizeFixed = 28 constant xPutImageReqDataSize (line 19) | xPutImageReqDataSize = xPutImageReqSizeMax - xPutImageReqSizeFixed type bufferFallbackImpl (line 22) | type bufferFallbackImpl struct method Size (line 34) | func (b *bufferFallbackImpl) Size() image.Point { return b.size } method Bounds (line 35) | func (b *bufferFallbackImpl) Bounds() image.Rectangle { return image.R... method RGBA (line 36) | func (b *bufferFallbackImpl) RGBA() *image.RGBA { return &b.rgba } method preUpload (line 38) | func (b *bufferFallbackImpl) preUpload() { method postUpload (line 60) | func (b *bufferFallbackImpl) postUpload() { method Release (line 74) | func (b *bufferFallbackImpl) Release() { method upload (line 81) | func (b *bufferFallbackImpl) upload(xd xproto.Drawable, xg xproto.Gcon... method putImage (line 96) | func (b *bufferFallbackImpl) putImage(xd xproto.Drawable, xg xproto.Gc... FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/screen.go type screenImpl (line 31) | type screenImpl struct method run (line 117) | func (s *screenImpl) run() { method findBuffer (line 250) | func (s *screenImpl) findBuffer(key shm.Seg) *bufferImpl { method findWindow (line 257) | func (s *screenImpl) findWindow(key xproto.Window) *windowImpl { method handleCompletions (line 265) | func (s *screenImpl) handleCompletions() { method NewBuffer (line 286) | func (s *screenImpl) NewBuffer(size image.Point) (retBuf screen.Buffer... method NewTexture (line 356) | func (s *screenImpl) NewTexture(size image.Point) (screen.Texture, err... method NewWindow (line 393) | func (s *screenImpl) NewWindow(opts *screen.NewWindowOptions) (screen.... method initAtoms (line 467) | func (s *screenImpl) initAtoms() (err error) { method internAtom (line 491) | func (s *screenImpl) internAtom(name string) (xproto.Atom, error) { method initKeyboardMapping (line 502) | func (s *screenImpl) initKeyboardMapping() error { method initPictformats (line 557) | func (s *screenImpl) initPictformats() error { method initWindow32 (line 597) | func (s *screenImpl) initWindow32() error { method setProperty (line 645) | func (s *screenImpl) setProperty(xw xproto.Window, prop xproto.Atom, v... method drawUniform (line 656) | func (s *screenImpl) drawUniform(xp render.Picture, src2dst *f64.Aff3,... function newScreenImpl (line 68) | func newScreenImpl(xc *xgb.Conn, useShm bool) (*screenImpl, error) { constant maxShmSide (line 282) | maxShmSide = 0x00007fff constant maxShmSize (line 283) | maxShmSize = 0x10000000 function findPictformat (line 573) | func findPictformat(fs []render.Pictforminfo, depth byte) (render.Pictfo... function findVisual (line 631) | func findVisual(xsi *xproto.ScreenInfo, depth byte) (xproto.Visualid, er... FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/shm_linux_ipc.go constant ipcPrivate (line 19) | ipcPrivate = 0 constant ipcRmID (line 20) | ipcRmID = 0 constant shmAt (line 22) | shmAt = 21 constant shmDt (line 23) | shmDt = 22 constant shmGet (line 24) | shmGet = 23 constant shmCtl (line 25) | shmCtl = 24 function shmOpen (line 28) | func shmOpen(size int) (shmid uintptr, addr unsafe.Pointer, err error) { function shmClose (line 44) | func shmClose(p unsafe.Pointer) error { FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/shm_openbsd_syscall.go constant ipcPrivate (line 19) | ipcPrivate = 0 constant ipcRmID (line 20) | ipcRmID = 0 function shmOpen (line 23) | func shmOpen(size int) (shmid uintptr, addr unsafe.Pointer, err error) { function shmClose (line 39) | func shmClose(p unsafe.Pointer) error { FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/shm_other.go function shmOpen (line 16) | func shmOpen(size int) (shmid uintptr, addr unsafe.Pointer, err error) { function shmClose (line 21) | func shmClose(p unsafe.Pointer) error { FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/shm_shmopen_syscall.go constant ipcPrivate (line 19) | ipcPrivate = 0 constant ipcRmID (line 20) | ipcRmID = 0 function shmOpen (line 23) | func shmOpen(size int) (shmid uintptr, addr unsafe.Pointer, err error) { function shmClose (line 39) | func shmClose(p unsafe.Pointer) error { FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/texture.go constant textureDepth (line 21) | textureDepth = 32 type textureImpl (line 23) | type textureImpl struct method degenerate (line 41) | func (t *textureImpl) degenerate() bool { return t.size.X == 0 ... method Size (line 42) | func (t *textureImpl) Size() image.Point { return t.size } method Bounds (line 43) | func (t *textureImpl) Bounds() image.Rectangle { return image.Rectangl... method Release (line 45) | func (t *textureImpl) Release() { method Upload (line 58) | func (t *textureImpl) Upload(dp image.Point, src screen.Buffer, sr ima... method Fill (line 65) | func (t *textureImpl) Fill(dr image.Rectangle, src color.Color, op dra... method draw (line 89) | func (t *textureImpl) draw(xp render.Picture, src2dst *f64.Aff3, sr im... function f64ToFixed (line 73) | func f64ToFixed(x float64) render.Fixed { function inv (line 77) | func inv(x *f64.Aff3) f64.Aff3 { function trifanPoints (line 175) | func trifanPoints(src2dst *f64.Aff3, sr image.Rectangle) [4]render.Point... function renderOp (line 195) | func renderOp(op draw.Op) byte { FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/window.go type windowImpl (line 32) | type windowImpl struct method Release (line 52) | func (w *windowImpl) Release() { method Upload (line 69) | func (w *windowImpl) Upload(dp image.Point, src screen.Buffer, sr imag... method Fill (line 73) | func (w *windowImpl) Fill(dr image.Rectangle, src color.Color, op draw... method DrawUniform (line 77) | func (w *windowImpl) DrawUniform(src2dst f64.Aff3, src color.Color, sr... method Draw (line 81) | func (w *windowImpl) Draw(src2dst f64.Aff3, src screen.Texture, sr ima... method Copy (line 85) | func (w *windowImpl) Copy(dp image.Point, src screen.Texture, sr image... method Scale (line 89) | func (w *windowImpl) Scale(dr image.Rectangle, src screen.Texture, sr ... method Publish (line 93) | func (w *windowImpl) Publish() screen.PublishResult { method handleConfigureNotify (line 109) | func (w *windowImpl) handleConfigureNotify(ev xproto.ConfigureNotifyEv... method handleExpose (line 129) | func (w *windowImpl) handleExpose() { method handleKey (line 133) | func (w *windowImpl) handleKey(detail xproto.Keycode, state uint16, di... method handleMouse (line 143) | func (w *windowImpl) handleMouse(x, y int16, b xproto.Button, state ui... FILE: vendor/golang.org/x/exp/shiny/driver/x11driver/x11driver.go function Main (line 30) | func Main(f func(screen.Screen)) { function main (line 36) | func main(f func(screen.Screen)) (retErr error) { FILE: vendor/golang.org/x/exp/shiny/screen/screen.go type Screen (line 70) | type Screen interface type Buffer (line 98) | type Buffer interface type Texture (line 152) | type Texture interface type EventDeque (line 174) | type EventDeque interface type Window (line 204) | type Window interface type PublishResult (line 223) | type PublishResult struct type NewWindowOptions (line 230) | type NewWindowOptions struct method GetTitle (line 247) | func (o *NewWindowOptions) GetTitle() string { function sanitizeUTF8 (line 254) | func sanitizeUTF8(s string, n int) string { type Uploader (line 270) | type Uploader interface type Drawer (line 316) | type Drawer interface constant Over (line 346) | Over = draw.Over constant Src (line 347) | Src = draw.Src type DrawOptions (line 351) | type DrawOptions struct FILE: vendor/golang.org/x/image/draw/draw.go function Draw (line 23) | func Draw(dst Image, r image.Rectangle, src image.Image, sp image.Point,... function DrawMask (line 30) | func DrawMask(dst Image, r image.Rectangle, src image.Image, sp image.Po... type floydSteinberg (line 41) | type floydSteinberg struct method Draw (line 43) | func (floydSteinberg) Draw(dst Image, r image.Rectangle, src image.Ima... constant Over (line 55) | Over Op = draw.Over constant Src (line 57) | Src Op = draw.Src FILE: vendor/golang.org/x/image/draw/impl.go method Scale (line 13) | func (z nnInterpolator) Scale(dst Image, dr image.Rectangle, src image.I... method Transform (line 107) | func (z nnInterpolator) Transform(dst Image, s2d f64.Aff3, src image.Ima... method scale_RGBA_Gray_Src (line 218) | func (nnInterpolator) scale_RGBA_Gray_Src(dst *image.RGBA, dr, adr image... method scale_RGBA_NRGBA_Over (line 239) | func (nnInterpolator) scale_RGBA_NRGBA_Over(dst *image.RGBA, dr, adr ima... method scale_RGBA_NRGBA_Src (line 263) | func (nnInterpolator) scale_RGBA_NRGBA_Src(dst *image.RGBA, dr, adr imag... method scale_RGBA_RGBA_Over (line 286) | func (nnInterpolator) scale_RGBA_RGBA_Over(dst *image.RGBA, dr, adr imag... method scale_RGBA_RGBA_Src (line 310) | func (nnInterpolator) scale_RGBA_RGBA_Src(dst *image.RGBA, dr, adr image... method scale_RGBA_YCbCr444_Src (line 333) | func (nnInterpolator) scale_RGBA_YCbCr444_Src(dst *image.RGBA, dr, adr i... method scale_RGBA_YCbCr422_Src (line 376) | func (nnInterpolator) scale_RGBA_YCbCr422_Src(dst *image.RGBA, dr, adr i... method scale_RGBA_YCbCr420_Src (line 419) | func (nnInterpolator) scale_RGBA_YCbCr420_Src(dst *image.RGBA, dr, adr i... method scale_RGBA_YCbCr440_Src (line 462) | func (nnInterpolator) scale_RGBA_YCbCr440_Src(dst *image.RGBA, dr, adr i... method scale_RGBA_Image_Over (line 505) | func (nnInterpolator) scale_RGBA_Image_Over(dst *image.RGBA, dr, adr ima... method scale_RGBA_Image_Src (line 525) | func (nnInterpolator) scale_RGBA_Image_Src(dst *image.RGBA, dr, adr imag... method scale_Image_Image_Over (line 544) | func (nnInterpolator) scale_Image_Image_Over(dst Image, dr, adr image.Re... method scale_Image_Image_Src (line 583) | func (nnInterpolator) scale_Image_Image_Src(dst Image, dr, adr image.Rec... method transform_RGBA_Gray_Src (line 628) | func (nnInterpolator) transform_RGBA_Gray_Src(dst *image.RGBA, dr, adr i... method transform_RGBA_NRGBA_Over (line 650) | func (nnInterpolator) transform_RGBA_NRGBA_Over(dst *image.RGBA, dr, adr... method transform_RGBA_NRGBA_Src (line 675) | func (nnInterpolator) transform_RGBA_NRGBA_Src(dst *image.RGBA, dr, adr ... method transform_RGBA_RGBA_Over (line 699) | func (nnInterpolator) transform_RGBA_RGBA_Over(dst *image.RGBA, dr, adr ... method transform_RGBA_RGBA_Src (line 724) | func (nnInterpolator) transform_RGBA_RGBA_Src(dst *image.RGBA, dr, adr i... method transform_RGBA_YCbCr444_Src (line 748) | func (nnInterpolator) transform_RGBA_YCbCr444_Src(dst *image.RGBA, dr, a... method transform_RGBA_YCbCr422_Src (line 792) | func (nnInterpolator) transform_RGBA_YCbCr422_Src(dst *image.RGBA, dr, a... method transform_RGBA_YCbCr420_Src (line 836) | func (nnInterpolator) transform_RGBA_YCbCr420_Src(dst *image.RGBA, dr, a... method transform_RGBA_YCbCr440_Src (line 880) | func (nnInterpolator) transform_RGBA_YCbCr440_Src(dst *image.RGBA, dr, a... method transform_RGBA_Image_Over (line 924) | func (nnInterpolator) transform_RGBA_Image_Over(dst *image.RGBA, dr, adr... method transform_RGBA_Image_Src (line 945) | func (nnInterpolator) transform_RGBA_Image_Src(dst *image.RGBA, dr, adr ... method transform_Image_Image_Over (line 965) | func (nnInterpolator) transform_Image_Image_Over(dst Image, dr, adr imag... method transform_Image_Image_Src (line 1005) | func (nnInterpolator) transform_Image_Image_Src(dst Image, dr, adr image... method Scale (line 1051) | func (z ablInterpolator) Scale(dst Image, dr image.Rectangle, src image.... method Transform (line 1145) | func (z ablInterpolator) Transform(dst Image, s2d f64.Aff3, src image.Im... method scale_RGBA_Gray_Src (line 1256) | func (ablInterpolator) scale_RGBA_Gray_Src(dst *image.RGBA, dr, adr imag... method scale_RGBA_NRGBA_Over (line 1320) | func (ablInterpolator) scale_RGBA_NRGBA_Over(dst *image.RGBA, dr, adr im... method scale_RGBA_NRGBA_Src (line 1420) | func (ablInterpolator) scale_RGBA_NRGBA_Src(dst *image.RGBA, dr, adr ima... method scale_RGBA_RGBA_Over (line 1519) | func (ablInterpolator) scale_RGBA_RGBA_Over(dst *image.RGBA, dr, adr ima... method scale_RGBA_RGBA_Src (line 1619) | func (ablInterpolator) scale_RGBA_RGBA_Src(dst *image.RGBA, dr, adr imag... method scale_RGBA_YCbCr444_Src (line 1718) | func (ablInterpolator) scale_RGBA_YCbCr444_Src(dst *image.RGBA, dr, adr ... method scale_RGBA_YCbCr422_Src (line 1893) | func (ablInterpolator) scale_RGBA_YCbCr422_Src(dst *image.RGBA, dr, adr ... method scale_RGBA_YCbCr420_Src (line 2068) | func (ablInterpolator) scale_RGBA_YCbCr420_Src(dst *image.RGBA, dr, adr ... method scale_RGBA_YCbCr440_Src (line 2243) | func (ablInterpolator) scale_RGBA_YCbCr440_Src(dst *image.RGBA, dr, adr ... method scale_RGBA_Image_Over (line 2418) | func (ablInterpolator) scale_RGBA_Image_Over(dst *image.RGBA, dr, adr im... method scale_RGBA_Image_Src (line 2502) | func (ablInterpolator) scale_RGBA_Image_Src(dst *image.RGBA, dr, adr ima... method scale_Image_Image_Over (line 2585) | func (ablInterpolator) scale_Image_Image_Over(dst Image, dr, adr image.R... method scale_Image_Image_Src (line 2709) | func (ablInterpolator) scale_Image_Image_Src(dst Image, dr, adr image.Re... method transform_RGBA_Gray_Src (line 2839) | func (ablInterpolator) transform_RGBA_Gray_Src(dst *image.RGBA, dr, adr ... method transform_RGBA_NRGBA_Over (line 2904) | func (ablInterpolator) transform_RGBA_NRGBA_Over(dst *image.RGBA, dr, ad... method transform_RGBA_NRGBA_Src (line 3005) | func (ablInterpolator) transform_RGBA_NRGBA_Src(dst *image.RGBA, dr, adr... method transform_RGBA_RGBA_Over (line 3105) | func (ablInterpolator) transform_RGBA_RGBA_Over(dst *image.RGBA, dr, adr... method transform_RGBA_RGBA_Src (line 3206) | func (ablInterpolator) transform_RGBA_RGBA_Src(dst *image.RGBA, dr, adr ... method transform_RGBA_YCbCr444_Src (line 3306) | func (ablInterpolator) transform_RGBA_YCbCr444_Src(dst *image.RGBA, dr, ... method transform_RGBA_YCbCr422_Src (line 3482) | func (ablInterpolator) transform_RGBA_YCbCr422_Src(dst *image.RGBA, dr, ... method transform_RGBA_YCbCr420_Src (line 3658) | func (ablInterpolator) transform_RGBA_YCbCr420_Src(dst *image.RGBA, dr, ... method transform_RGBA_YCbCr440_Src (line 3834) | func (ablInterpolator) transform_RGBA_YCbCr440_Src(dst *image.RGBA, dr, ... method transform_RGBA_Image_Over (line 4010) | func (ablInterpolator) transform_RGBA_Image_Over(dst *image.RGBA, dr, ad... method transform_RGBA_Image_Src (line 4095) | func (ablInterpolator) transform_RGBA_Image_Src(dst *image.RGBA, dr, adr... method transform_Image_Image_Over (line 4179) | func (ablInterpolator) transform_Image_Image_Over(dst Image, dr, adr ima... method transform_Image_Image_Src (line 4304) | func (ablInterpolator) transform_Image_Image_Src(dst Image, dr, adr imag... method Scale (line 4435) | func (z *kernelScaler) Scale(dst Image, dr image.Rectangle, src image.Im... method Transform (line 4535) | func (q *Kernel) Transform(dst Image, s2d f64.Aff3, src image.Image, sr ... method scaleX_Gray (line 4648) | func (z *kernelScaler) scaleX_Gray(tmp [][4]float64, src *image.Gray, sr... method scaleX_NRGBA (line 4670) | func (z *kernelScaler) scaleX_NRGBA(tmp [][4]float64, src *image.NRGBA, ... method scaleX_RGBA (line 4697) | func (z *kernelScaler) scaleX_RGBA(tmp [][4]float64, src *image.RGBA, sr... method scaleX_YCbCr444 (line 4724) | func (z *kernelScaler) scaleX_YCbCr444(tmp [][4]float64, src *image.YCbC... method scaleX_YCbCr422 (line 4771) | func (z *kernelScaler) scaleX_YCbCr422(tmp [][4]float64, src *image.YCbC... method scaleX_YCbCr420 (line 4818) | func (z *kernelScaler) scaleX_YCbCr420(tmp [][4]float64, src *image.YCbC... method scaleX_YCbCr440 (line 4865) | func (z *kernelScaler) scaleX_YCbCr440(tmp [][4]float64, src *image.YCbC... method scaleX_Image (line 4912) | func (z *kernelScaler) scaleX_Image(tmp [][4]float64, src image.Image, s... method scaleY_RGBA_Over (line 4943) | func (z *kernelScaler) scaleY_RGBA_Over(dst *image.RGBA, dr, adr image.R... method scaleY_RGBA_Src (line 4980) | func (z *kernelScaler) scaleY_RGBA_Src(dst *image.RGBA, dr, adr image.Re... method scaleY_Image_Over (line 5012) | func (z *kernelScaler) scaleY_Image_Over(dst Image, dr, adr image.Rectan... method scaleY_Image_Src (line 5059) | func (z *kernelScaler) scaleY_Image_Src(dst Image, dr, adr image.Rectang... method transform_RGBA_Gray_Src (line 5108) | func (q *Kernel) transform_RGBA_Gray_Src(dst *image.RGBA, dr, adr image.... method transform_RGBA_NRGBA_Over (line 5207) | func (q *Kernel) transform_RGBA_NRGBA_Over(dst *image.RGBA, dr, adr imag... method transform_RGBA_NRGBA_Src (line 5327) | func (q *Kernel) transform_RGBA_NRGBA_Src(dst *image.RGBA, dr, adr image... method transform_RGBA_RGBA_Over (line 5442) | func (q *Kernel) transform_RGBA_RGBA_Over(dst *image.RGBA, dr, adr image... method transform_RGBA_RGBA_Src (line 5562) | func (q *Kernel) transform_RGBA_RGBA_Src(dst *image.RGBA, dr, adr image.... method transform_RGBA_YCbCr444_Src (line 5677) | func (q *Kernel) transform_RGBA_YCbCr444_Src(dst *image.RGBA, dr, adr im... method transform_RGBA_YCbCr422_Src (line 5801) | func (q *Kernel) transform_RGBA_YCbCr422_Src(dst *image.RGBA, dr, adr im... method transform_RGBA_YCbCr420_Src (line 5925) | func (q *Kernel) transform_RGBA_YCbCr420_Src(dst *image.RGBA, dr, adr im... method transform_RGBA_YCbCr440_Src (line 6049) | func (q *Kernel) transform_RGBA_YCbCr440_Src(dst *image.RGBA, dr, adr im... method transform_RGBA_Image_Over (line 6173) | func (q *Kernel) transform_RGBA_Image_Over(dst *image.RGBA, dr, adr imag... method transform_RGBA_Image_Src (line 6289) | func (q *Kernel) transform_RGBA_Image_Src(dst *image.RGBA, dr, adr image... method transform_Image_Image_Over (line 6400) | func (q *Kernel) transform_Image_Image_Over(dst Image, dr, adr image.Rec... method transform_Image_Image_Src (line 6535) | func (q *Kernel) transform_Image_Image_Src(dst Image, dr, adr image.Rect... FILE: vendor/golang.org/x/image/draw/scale.go function Copy (line 21) | func Copy(dst Image, dp image.Point, src image.Image, sr image.Rectangle... type Scaler (line 39) | type Scaler interface type Transformer (line 56) | type Transformer interface type Options (line 63) | type Options struct type Interpolator (line 108) | type Interpolator interface type Kernel (line 115) | type Kernel struct method Scale (line 125) | func (q *Kernel) Scale(dst Image, dr image.Rectangle, src image.Image,... method NewScaler (line 131) | func (q *Kernel) NewScaler(dw, dh, sw, sh int) Scaler { method newScaler (line 135) | func (q *Kernel) newScaler(dw, dh, sw, sh int, usePool bool) Scaler { type nnInterpolator (line 193) | type nnInterpolator struct type ablInterpolator (line 195) | type ablInterpolator struct type kernelScaler (line 197) | type kernelScaler struct method makeTmpBuf (line 204) | func (z *kernelScaler) makeTmpBuf() [][4]float64 { type source (line 210) | type source struct type contrib (line 217) | type contrib struct type distrib (line 223) | type distrib struct function newDistrib (line 233) | func newDistrib(q *Kernel, dw, sw int32) distrib { function abs (line 296) | func abs(f float64) float64 { function ftou (line 304) | func ftou(f float64) uint16 { function fffftou (line 316) | func fffftou(f float64) uint16 { function invert (line 332) | func invert(m *f64.Aff3) f64.Aff3 { function matMul (line 352) | func matMul(p, q *f64.Aff3) f64.Aff3 { function transformRect (line 364) | func transformRect(s2d *f64.Aff3, sr *image.Rectangle) (dr image.Rectang... function clipAffectedDestRect (line 407) | func clipAffectedDestRect(adr image.Rectangle, dstMask image.Image, dstM... function transform_Uniform (line 418) | func transform_Uniform(dst Image, dr, adr image.Rectangle, d2s *f64.Aff3... function opaque (line 520) | func opaque(m image.Image) bool { FILE: vendor/golang.org/x/image/font/font.go type Face (line 34) | type Face interface type Metrics (line 79) | type Metrics struct type Drawer (line 109) | type Drawer struct method DrawBytes (line 145) | func (d *Drawer) DrawBytes(s []byte) { method DrawString (line 167) | func (d *Drawer) DrawString(s string) { method BoundBytes (line 190) | func (d *Drawer) BoundBytes(s []byte) (bounds fixed.Rectangle26_6, adv... method BoundString (line 199) | func (d *Drawer) BoundString(s string) (bounds fixed.Rectangle26_6, ad... method MeasureBytes (line 209) | func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) { method MeasureString (line 214) | func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) { function BoundBytes (line 222) | func BoundBytes(f Face, s []byte) (bounds fixed.Rectangle26_6, advance f... function BoundString (line 248) | func BoundString(f Face, s string) (bounds fixed.Rectangle26_6, advance ... function MeasureBytes (line 273) | func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) { function MeasureString (line 295) | func MeasureString(f Face, s string) (advance fixed.Int26_6) { type Hinting (line 317) | type Hinting constant HintingNone (line 320) | HintingNone Hinting = iota constant HintingVertical (line 321) | HintingVertical constant HintingFull (line 322) | HintingFull type Stretch (line 328) | type Stretch constant StretchUltraCondensed (line 331) | StretchUltraCondensed Stretch = -4 constant StretchExtraCondensed (line 332) | StretchExtraCondensed Stretch = -3 constant StretchCondensed (line 333) | StretchCondensed Stretch = -2 constant StretchSemiCondensed (line 334) | StretchSemiCondensed Stretch = -1 constant StretchNormal (line 335) | StretchNormal Stretch = +0 constant StretchSemiExpanded (line 336) | StretchSemiExpanded Stretch = +1 constant StretchExpanded (line 337) | StretchExpanded Stretch = +2 constant StretchExtraExpanded (line 338) | StretchExtraExpanded Stretch = +3 constant StretchUltraExpanded (line 339) | StretchUltraExpanded Stretch = +4 type Style (line 345) | type Style constant StyleNormal (line 348) | StyleNormal Style = iota constant StyleItalic (line 349) | StyleItalic constant StyleOblique (line 350) | StyleOblique type Weight (line 361) | type Weight constant WeightThin (line 364) | WeightThin Weight = -3 constant WeightExtraLight (line 365) | WeightExtraLight Weight = -2 constant WeightLight (line 366) | WeightLight Weight = -1 constant WeightNormal (line 367) | WeightNormal Weight = +0 constant WeightMedium (line 368) | WeightMedium Weight = +1 constant WeightSemiBold (line 369) | WeightSemiBold Weight = +2 constant WeightBold (line 370) | WeightBold Weight = +3 constant WeightExtraBold (line 371) | WeightExtraBold Weight = +4 constant WeightBlack (line 372) | WeightBlack Weight = +5 FILE: vendor/golang.org/x/image/font/sfnt/cmap.go constant pidUnicode (line 14) | pidUnicode = 0 constant pidMacintosh (line 15) | pidMacintosh = 1 constant pidWindows (line 16) | pidWindows = 3 constant psidUnicode2BMPOnly (line 18) | psidUnicode2BMPOnly = 3 constant psidUnicode2FullRepertoire (line 19) | psidUnicode2FullRepertoire = 4 constant psidMacintoshRoman (line 24) | psidMacintoshRoman = 0 constant psidWindowsSymbol (line 26) | psidWindowsSymbol = 0 constant psidWindowsUCS2 (line 27) | psidWindowsUCS2 = 1 constant psidWindowsUCS4 (line 28) | psidWindowsUCS4 = 10 function platformEncodingWidth (line 45) | func platformEncodingWidth(pid, psid uint16) int { method makeCachedGlyphIndex (line 91) | func (f *Font) makeCachedGlyphIndex(buf []byte, offset, length uint32, f... method makeCachedGlyphIndexFormat0 (line 105) | func (f *Font) makeCachedGlyphIndexFormat0(buf []byte, offset, length ui... method makeCachedGlyphIndexFormat4 (line 126) | func (f *Font) makeCachedGlyphIndexFormat4(buf []byte, offset, length ui... method makeCachedGlyphIndexFormat6 (line 203) | func (f *Font) makeCachedGlyphIndexFormat6(buf []byte, offset, length ui... method makeCachedGlyphIndexFormat12 (line 249) | func (f *Font) makeCachedGlyphIndexFormat12(buf []byte, offset, _ uint32... type cmapEntry16 (line 306) | type cmapEntry16 struct type cmapEntry32 (line 310) | type cmapEntry32 struct FILE: vendor/golang.org/x/image/font/sfnt/data.go constant numBuiltInPostNames (line 5) | numBuiltInPostNames = 258 constant builtInPostNamesData (line 7) | builtInPostNamesData = "" + FILE: vendor/golang.org/x/image/font/sfnt/gpos.go constant hexScriptLatn (line 12) | hexScriptLatn = uint32(0x6c61746e) constant hexScriptDFLT (line 13) | hexScriptDFLT = uint32(0x44464c54) constant hexFeatureKern (line 14) | hexFeatureKern = uint32(0x6b65726e) type kernFunc (line 19) | type kernFunc method parseGPOSKern (line 21) | func (f *Font) parseGPOSKern(buf []byte) ([]byte, []kernFunc, error) { method parsePairPosFormat1 (line 159) | func (f *Font) parsePairPosFormat1(buf []byte, offset int, lookupIndex i... method parsePairPosFormat2 (line 207) | func (f *Font) parsePairPosFormat2(buf []byte, offset int, lookupIndex i... method parseGPOSScriptFeatures (line 257) | func (f *Font) parseGPOSScriptFeatures(buf []byte, offset int, script ui... method parseGPOSFeaturesLookup (line 301) | func (f *Font) parseGPOSFeaturesLookup(buf []byte, offset int, featureId... function makeCachedPairPosGlyph (line 333) | func makeCachedPairPosGlyph(cov indexLookupFunc, num int, buf []byte) ke... function makeCachedPairPosClass (line 364) | func makeCachedPairPosClass(cov indexLookupFunc, num1, num2 int, cdef1, ... type indexLookupFunc (line 381) | type indexLookupFunc method makeCachedCoverageLookup (line 383) | func (f *Font) makeCachedCoverageLookup(buf []byte, offset int) ([]byte,... function makeCachedCoverageList (line 409) | func makeCachedCoverageList(buf []byte) indexLookupFunc { function makeCachedCoverageRange (line 425) | func makeCachedCoverageRange(buf []byte) indexLookupFunc { type classLookupFunc (line 469) | type classLookupFunc method makeCachedClassLookup (line 471) | func (f *Font) makeCachedClassLookup(buf []byte, offset int) ([]byte, cl... function makeCachedClassLookupFormat1 (line 497) | func makeCachedClassLookupFormat1(buf []byte) classLookupFunc { function makeCachedClassLookupFormat2 (line 513) | func makeCachedClassLookupFormat2(buf []byte) classLookupFunc { FILE: vendor/golang.org/x/image/font/sfnt/postscript.go constant psArgStackSize (line 63) | psArgStackSize = 48 constant psCallStackSize (line 66) | psCallStackSize = 10 function bigEndian (line 69) | func bigEndian(b []byte) uint32 { type fdSelect (line 84) | type fdSelect struct method lookup (line 90) | func (t *fdSelect) lookup(f *Font, b *Buffer, x GlyphIndex) (int, erro... type cffParser (line 122) | type cffParser struct method parse (line 135) | func (p *cffParser) parse(numGlyphs int32) (ret glyphData, err error) { method parseFDSelect (line 315) | func (p *cffParser) parseFDSelect(offset int32, numGlyphs int32) (ret ... method parsePrivateDICT (line 344) | func (p *cffParser) parsePrivateDICT(offset, length int32) (subrs []ui... method read (line 394) | func (p *cffParser) read(n int) (ok bool) { method skip (line 405) | func (p *cffParser) skip(n int) (ok bool) { method seekFromBase (line 414) | func (p *cffParser) seekFromBase(offset int32) (ok bool) { method parseIndexHeader (line 422) | func (p *cffParser) parseIndexHeader() (count, offSize int32, ok bool) { method parseIndexLocations (line 444) | func (p *cffParser) parseIndexLocations(dst []uint32, count, offSize i... type psCallStackEntry (line 494) | type psCallStackEntry struct type psContext (line 498) | type psContext constant psContextTopDict (line 501) | psContextTopDict psContext = iota constant psContextPrivateDict (line 502) | psContextPrivateDict constant psContextType2Charstring (line 503) | psContextType2Charstring type psTopDictData (line 507) | type psTopDictData struct method initialize (line 516) | func (d *psTopDictData) initialize() { type psPrivateDictData (line 521) | type psPrivateDictData struct method initialize (line 525) | func (d *psPrivateDictData) initialize() { type psType2CharstringsData (line 531) | type psType2CharstringsData struct method initialize (line 548) | func (d *psType2CharstringsData) initialize(f *Font, b *Buffer, glyphI... method closePath (line 556) | func (d *psType2CharstringsData) closePath() { method moveTo (line 568) | func (d *psType2CharstringsData) moveTo(dx, dy int32) { method lineTo (line 583) | func (d *psType2CharstringsData) lineTo(dx, dy int32) { method cubeTo (line 595) | func (d *psType2CharstringsData) cubeTo(dxa, dya, dxb, dyb, dxc, dyc i... type psInterpreter (line 615) | type psInterpreter struct method hasMoreInstructions (line 635) | func (p *psInterpreter) hasMoreInstructions() bool { method run (line 650) | func (p *psInterpreter) run(ctx psContext, instructions []byte, offset... method parseNumber (line 714) | func (p *psInterpreter) parseNumber() (hasResult bool, err error) { constant maxNibbleDefsLength (line 822) | maxNibbleDefsLength = len("E-") type psOperator (line 844) | type psOperator struct constant escapeByte (line 992) | escapeByte = 12 function t2CReadWidth (line 1002) | func t2CReadWidth(p *psInterpreter, nArgs int32) { function t2CStem (line 1029) | func t2CStem(p *psInterpreter) error { function t2CMask (line 1044) | func t2CMask(p *psInterpreter) error { function t2CHmoveto (line 1073) | func t2CHmoveto(p *psInterpreter) error { function t2CVmoveto (line 1082) | func t2CVmoveto(p *psInterpreter) error { function t2CRmoveto (line 1091) | func t2CRmoveto(p *psInterpreter) error { function t2CHlineto (line 1100) | func t2CHlineto(p *psInterpreter) error { return t2CLineto(p, false) } function t2CVlineto (line 1101) | func t2CVlineto(p *psInterpreter) error { return t2CLineto(p, true) } function t2CLineto (line 1103) | func t2CLineto(p *psInterpreter, vertical bool) error { function t2CRlineto (line 1117) | func t2CRlineto(p *psInterpreter) error { function t2CRcurveline (line 1135) | func t2CRcurveline(p *psInterpreter) error { function t2CRlinecurve (line 1154) | func t2CRlinecurve(p *psInterpreter) error { function t2CHhcurveto (line 1189) | func t2CHhcurveto(p *psInterpreter) error { return t2CCurveto(p, false, ... function t2CVvcurveto (line 1190) | func t2CVvcurveto(p *psInterpreter) error { return t2CCurveto(p, false, ... function t2CHvcurveto (line 1191) | func t2CHvcurveto(p *psInterpreter) error { return t2CCurveto(p, true, f... function t2CVhcurveto (line 1192) | func t2CVhcurveto(p *psInterpreter) error { return t2CCurveto(p, true, t... function t2CCurveto (line 1204) | func t2CCurveto(p *psInterpreter, swap, vertical bool) error { function t2CCurveto4 (line 1239) | func t2CCurveto4(p *psInterpreter, swap bool, vertical bool, i int32) (j... function t2CRrcurveto (line 1270) | func t2CRrcurveto(p *psInterpreter) error { function t2CHflex (line 1293) | func t2CHflex(p *psInterpreter) error { function t2CHflex1 (line 1307) | func t2CHflex1(p *psInterpreter) error { function subrBias (line 1327) | func subrBias(numSubroutines int) int32 { function t2CCallgsubr (line 1337) | func t2CCallgsubr(p *psInterpreter) error { function t2CCallsubr (line 1341) | func t2CCallsubr(p *psInterpreter) error { function t2CCall (line 1361) | func t2CCall(p *psInterpreter, subrs []uint32) error { function t2CReturn (line 1395) | func t2CReturn(p *psInterpreter) error { function t2CEndchar (line 1413) | func t2CEndchar(p *psInterpreter) error { FILE: vendor/golang.org/x/image/font/sfnt/sfnt.go constant maxCmapSegments (line 69) | maxCmapSegments = 20000 constant maxNumSubroutines (line 73) | maxNumSubroutines = 40000 constant maxCompoundRecursionDepth (line 75) | maxCompoundRecursionDepth = 8 constant maxCompoundStackSize (line 76) | maxCompoundStackSize = 64 constant maxGlyphDataLength (line 77) | maxGlyphDataLength = 64 * 1024 constant maxHintBits (line 78) | maxHintBits = 256 constant maxNumFontDicts (line 79) | maxNumFontDicts = 256 constant maxNumFonts (line 80) | maxNumFonts = 256 constant maxNumTables (line 81) | maxNumTables = 256 constant maxRealNumberStrLen (line 82) | maxRealNumberStrLen = 64 constant maxTableLength (line 85) | maxTableLength = 1 << 29 constant maxTableOffset (line 86) | maxTableOffset = 1 << 29 type GlyphIndex (line 146) | type GlyphIndex type NameID (line 152) | type NameID constant NameIDCopyright (line 155) | NameIDCopyright NameID = 0 constant NameIDFamily (line 156) | NameIDFamily = 1 constant NameIDSubfamily (line 157) | NameIDSubfamily = 2 constant NameIDUniqueIdentifier (line 158) | NameIDUniqueIdentifier = 3 constant NameIDFull (line 159) | NameIDFull = 4 constant NameIDVersion (line 160) | NameIDVersion = 5 constant NameIDPostScript (line 161) | NameIDPostScript = 6 constant NameIDTrademark (line 162) | NameIDTrademark = 7 constant NameIDManufacturer (line 163) | NameIDManufacturer = 8 constant NameIDDesigner (line 164) | NameIDDesigner = 9 constant NameIDDescription (line 165) | NameIDDescription = 10 constant NameIDVendorURL (line 166) | NameIDVendorURL = 11 constant NameIDDesignerURL (line 167) | NameIDDesignerURL = 12 constant NameIDLicense (line 168) | NameIDLicense = 13 constant NameIDLicenseURL (line 169) | NameIDLicenseURL = 14 constant NameIDTypographicFamily (line 170) | NameIDTypographicFamily = 16 constant NameIDTypographicSubfamily (line 171) | NameIDTypographicSubfamily = 17 constant NameIDCompatibleFull (line 172) | NameIDCompatibleFull = 18 constant NameIDSampleText (line 173) | NameIDSampleText = 19 constant NameIDPostScriptCID (line 174) | NameIDPostScriptCID = 20 constant NameIDWWSFamily (line 175) | NameIDWWSFamily = 21 constant NameIDWWSSubfamily (line 176) | NameIDWWSSubfamily = 22 constant NameIDLightBackgroundPalette (line 177) | NameIDLightBackgroundPalette = 23 constant NameIDDarkBackgroundPalette (line 178) | NameIDDarkBackgroundPalette = 24 constant NameIDVariationsPostScriptPrefix (line 179) | NameIDVariationsPostScriptPrefix = 25 type Units (line 186) | type Units function scale (line 190) | func scale(x fixed.Int26_6, unitsPerEm Units) fixed.Int26_6 { function u16 (line 199) | func u16(b []byte) uint16 { function u32 (line 204) | func u32(b []byte) uint32 { type source (line 216) | type source struct method valid (line 225) | func (s *source) valid() bool { method viewBufferWritable (line 235) | func (s *source) viewBufferWritable() bool { method view (line 245) | func (s *source) view(buf []byte, offset, length int) ([]byte, error) { method varLenView (line 279) | func (s *source) varLenView(buf []byte, offset, staticLength, countOff... method u16 (line 305) | func (s *source) u16(buf []byte, t table, i int) (uint16, error) { method u32 (line 319) | func (s *source) u32(buf []byte, t table, i int) (uint32, error) { type table (line 331) | type table struct function ParseCollection (line 343) | func ParseCollection(src []byte) (*Collection, error) { function ParseCollectionReaderAt (line 359) | func ParseCollectionReaderAt(src io.ReaderAt) (*Collection, error) { type Collection (line 370) | type Collection struct method NumFonts (line 377) | func (c *Collection) NumFonts() int { return len(c.offsets) } method initialize (line 379) | func (c *Collection) initialize() error { method parseDfont (line 439) | func (c *Collection) parseDfont(buf []byte, resourceMapOffset, resourc... method Font (line 525) | func (c *Collection) Font(i int) (*Font, error) { constant dfontResourceDataOffset (line 429) | dfontResourceDataOffset = 0x00000100 function Parse (line 541) | func Parse(src []byte) (*Font, error) { function ParseReaderAt (line 554) | func ParseReaderAt(src io.ReaderAt) (*Font, error) { type Font (line 590) | type Font struct method NumGlyphs (line 664) | func (f *Font) NumGlyphs() int { return len(f.cached.glyphData.locatio... method UnitsPerEm (line 667) | func (f *Font) UnitsPerEm() Units { return f.cached.unitsPerEm } method initialize (line 669) | func (f *Font) initialize(offset int, isDfont bool) error { method initializeTables (line 759) | func (f *Font) initializeTables(offset int, isDfont bool) (buf1 []byte... method parseCmap (line 868) | func (f *Font) parseCmap(buf []byte) (buf1 []byte, glyphIndex glyphInd... method parseHead (line 931) | func (f *Font) parseHead(buf []byte) (buf1 []byte, bounds [4]int16, in... method parseHhea (line 963) | func (f *Font) parseHhea(buf []byte, numGlyphs int32) (buf1 []byte, as... method parseHmtx (line 999) | func (f *Font) parseHmtx(buf []byte, numGlyphs, numHMetrics int32) (bu... method parseKern (line 1011) | func (f *Font) parseKern(buf []byte) (buf1 []byte, kernNumPairs, kernO... method parseKernVersion0 (line 1056) | func (f *Font) parseKernVersion0(buf []byte, offset, length int) (buf1... method parseKernFormat0 (line 1091) | func (f *Font) parseKernFormat0(buf []byte, offset, length int, subtab... method parseMaxp (line 1113) | func (f *Font) parseMaxp(buf []byte, isPostScript bool) (buf1 []byte, ... method parseGlyphData (line 1150) | func (f *Font) parseGlyphData(buf []byte, numGlyphs int32, indexToLocF... method glyphTopOS2 (line 1181) | func (f *Font) glyphTopOS2(b *Buffer, ppem fixed.Int26_6, r rune) (int... method initOS2Version1 (line 1204) | func (f *Font) initOS2Version1() (xHeight, capHeight int32, err error) { method parseOS2 (line 1225) | func (f *Font) parseOS2(buf []byte) (buf1 []byte, hasXHeightCapHeight ... method PostTable (line 1282) | func (f *Font) PostTable() *PostTable { method parsePost (line 1286) | func (f *Font) parsePost(buf []byte, numGlyphs int32) (buf1 []byte, po... method Bounds (line 1341) | func (f *Font) Bounds(b *Buffer, ppem fixed.Int26_6, h font.Hinting) (... method GlyphIndex (line 1377) | func (f *Font) GlyphIndex(b *Buffer, r rune) (GlyphIndex, error) { method viewGlyphData (line 1381) | func (f *Font) viewGlyphData(b *Buffer, x GlyphIndex) (buf []byte, off... method LoadGlyph (line 1413) | func (f *Font) LoadGlyph(b *Buffer, x GlyphIndex, ppem fixed.Int26_6, ... method glyphNameFormat10 (line 1459) | func (f *Font) glyphNameFormat10(x GlyphIndex) (string, error) { method glyphNameFormat20 (line 1469) | func (f *Font) glyphNameFormat20(b *Buffer, x GlyphIndex) (string, err... method GlyphName (line 1534) | func (f *Font) GlyphName(b *Buffer, x GlyphIndex) (string, error) { method GlyphBounds (line 1561) | func (f *Font) GlyphBounds(b *Buffer, x GlyphIndex, ppem fixed.Int26_6... method GlyphAdvance (line 1608) | func (f *Font) GlyphAdvance(b *Buffer, x GlyphIndex, ppem fixed.Int26_... method Kern (line 1642) | func (f *Font) Kern(b *Buffer, x0, x1 GlyphIndex, ppem fixed.Int26_6, ... method Metrics (line 1718) | func (f *Font) Metrics(b *Buffer, ppem fixed.Int26_6, h font.Hinting) ... method WriteSourceTo (line 1744) | func (f *Font) WriteSourceTo(b *Buffer, w io.Writer) (int64, error) { method Name (line 1798) | func (f *Font) Name(b *Buffer, id NameID) (string, error) { type glyphData (line 1132) | type glyphData struct type PostTable (line 1262) | type PostTable struct type glyphIndexFunc (line 1368) | type glyphIndexFunc type LoadGlyphOptions (line 1399) | type LoadGlyphOptions struct function stringifyMacintosh (line 1853) | func stringifyMacintosh(b []byte) (string, error) { function stringifyUCS2 (line 1865) | func stringifyUCS2(b []byte) (string, error) { type Buffer (line 1881) | type Buffer struct method view (line 1901) | func (b *Buffer) view(src *source, offset, length int) ([]byte, error) { type Segment (line 1914) | type Segment struct type SegmentOp (line 1922) | type SegmentOp constant SegmentOpMoveTo (line 1925) | SegmentOpMoveTo SegmentOp = iota constant SegmentOpLineTo (line 1926) | SegmentOpLineTo constant SegmentOpQuadTo (line 1927) | SegmentOpQuadTo constant SegmentOpCubeTo (line 1928) | SegmentOpCubeTo type Segments (line 1932) | type Segments method Bounds (line 1935) | func (s Segments) Bounds() (bounds fixed.Rectangle26_6) { function translateArgs (line 1973) | func translateArgs(args *[3]fixed.Point26_6, dx, dy fixed.Int26_6) { function transformArgs (line 1984) | func transformArgs(args *[3]fixed.Point26_6, txx, txy, tyx, tyy int16, d... function tform (line 1990) | func tform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, p fixed.Point... FILE: vendor/golang.org/x/image/font/sfnt/truetype.go constant flagOnCurve (line 15) | flagOnCurve = 1 << 0 constant flagXShortVector (line 16) | flagXShortVector = 1 << 1 constant flagYShortVector (line 17) | flagYShortVector = 1 << 2 constant flagRepeat (line 18) | flagRepeat = 1 << 3 constant flagPositiveXShortVector (line 22) | flagPositiveXShortVector = 1 << 4 constant flagThisXIsSame (line 23) | flagThisXIsSame = 1 << 4 constant flagPositiveYShortVector (line 24) | flagPositiveYShortVector = 1 << 5 constant flagThisYIsSame (line 25) | flagThisYIsSame = 1 << 5 constant flagArg1And2AreWords (line 32) | flagArg1And2AreWords = 1 << 0 constant flagArgsAreXYValues (line 33) | flagArgsAreXYValues = 1 << 1 constant flagRoundXYToGrid (line 34) | flagRoundXYToGrid = 1 << 2 constant flagWeHaveAScale (line 35) | flagWeHaveAScale = 1 << 3 constant flagReserved4 (line 36) | flagReserved4 = 1 << 4 constant flagMoreComponents (line 37) | flagMoreComponents = 1 << 5 constant flagWeHaveAnXAndYScale (line 38) | flagWeHaveAnXAndYScale = 1 << 6 constant flagWeHaveATwoByTwo (line 39) | flagWeHaveATwoByTwo = 1 << 7 constant flagWeHaveInstructions (line 40) | flagWeHaveInstructions = 1 << 8 constant flagUseMyMetrics (line 41) | flagUseMyMetrics = 1 << 9 constant flagOverlapCompound (line 42) | flagOverlapCompound = 1 << 10 constant flagScaledComponentOffset (line 43) | flagScaledComponentOffset = 1 << 11 constant flagUnscaledComponentOffset (line 44) | flagUnscaledComponentOffset = 1 << 12 function midPoint (line 47) | func midPoint(p, q fixed.Point26_6) fixed.Point26_6 { function parseLoca (line 54) | func parseLoca(src *source, loca table, glyfOffset uint32, indexToLocFor... constant glyfHeaderLen (line 85) | glyfHeaderLen = 10 function loadGlyf (line 87) | func loadGlyf(f *Font, b *Buffer, x GlyphIndex, stackBottom, recursionDe... function findXYIndexes (line 169) | func findXYIndexes(data []byte, index, numPoints int) (xIndex, yIndex in... function loadCompoundGlyf (line 218) | func loadCompoundGlyf(f *Font, b *Buffer, data []byte, stackBottom, recu... type glyfIter (line 327) | type glyfIter struct method nextContour (line 390) | func (g *glyfIter) nextContour() (ok bool) { method close (line 418) | func (g *glyfIter) close() { method nextSegment (line 450) | func (g *glyfIter) nextSegment() (ok bool) { method nextPoint (line 535) | func (g *glyfIter) nextPoint() (ok bool) { FILE: vendor/golang.org/x/image/math/f64/f64.go type Vec2 (line 9) | type Vec2 type Vec3 (line 12) | type Vec3 type Vec4 (line 15) | type Vec4 type Mat3 (line 20) | type Mat3 type Mat4 (line 25) | type Mat4 type Aff3 (line 31) | type Aff3 type Aff4 (line 37) | type Aff4 FILE: vendor/golang.org/x/image/math/fixed/fixed.go function I (line 17) | func I(i int) Int26_6 { type Int26_6 (line 27) | type Int26_6 method String (line 32) | func (x Int26_6) String() string { method Floor (line 47) | func (x Int26_6) Floor() int { return int((x + 0x00) >> 6) } method Round (line 52) | func (x Int26_6) Round() int { return int((x + 0x20) >> 6) } method Ceil (line 57) | func (x Int26_6) Ceil() int { return int((x + 0x3f) >> 6) } method Mul (line 60) | func (x Int26_6) Mul(y Int26_6) Int26_6 { type Int52_12 (line 70) | type Int52_12 method String (line 76) | func (x Int52_12) String() string { method Floor (line 91) | func (x Int52_12) Floor() int { return int((x + 0x000) >> 12) } method Round (line 96) | func (x Int52_12) Round() int { return int((x + 0x800) >> 12) } method Ceil (line 101) | func (x Int52_12) Ceil() int { return int((x + 0xfff) >> 12) } method Mul (line 104) | func (x Int52_12) Mul(y Int52_12) Int52_12 { function muli64 (line 117) | func muli64(u, v int64) (lo, hi uint64) { function P (line 139) | func P(x, y int) Point26_6 { type Point26_6 (line 146) | type Point26_6 struct method Add (line 151) | func (p Point26_6) Add(q Point26_6) Point26_6 { method Sub (line 156) | func (p Point26_6) Sub(q Point26_6) Point26_6 { method Mul (line 161) | func (p Point26_6) Mul(k Int26_6) Point26_6 { method Div (line 166) | func (p Point26_6) Div(k Int26_6) Point26_6 { method In (line 171) | func (p Point26_6) In(r Rectangle26_6) bool { type Point52_12 (line 178) | type Point52_12 struct method Add (line 183) | func (p Point52_12) Add(q Point52_12) Point52_12 { method Sub (line 188) | func (p Point52_12) Sub(q Point52_12) Point52_12 { method Mul (line 193) | func (p Point52_12) Mul(k Int52_12) Point52_12 { method Div (line 198) | func (p Point52_12) Div(k Int52_12) Point52_12 { method In (line 203) | func (p Point52_12) In(r Rectangle52_12) bool { function R (line 215) | func R(minX, minY, maxX, maxY int) Rectangle26_6 { type Rectangle26_6 (line 239) | type Rectangle26_6 struct method Add (line 244) | func (r Rectangle26_6) Add(p Point26_6) Rectangle26_6 { method Sub (line 252) | func (r Rectangle26_6) Sub(p Point26_6) Rectangle26_6 { method Intersect (line 261) | func (r Rectangle26_6) Intersect(s Rectangle26_6) Rectangle26_6 { method Union (line 285) | func (r Rectangle26_6) Union(s Rectangle26_6) Rectangle26_6 { method Empty (line 308) | func (r Rectangle26_6) Empty() bool { method In (line 313) | func (r Rectangle26_6) In(s Rectangle26_6) bool { type Rectangle52_12 (line 328) | type Rectangle52_12 struct method Add (line 333) | func (r Rectangle52_12) Add(p Point52_12) Rectangle52_12 { method Sub (line 341) | func (r Rectangle52_12) Sub(p Point52_12) Rectangle52_12 { method Intersect (line 350) | func (r Rectangle52_12) Intersect(s Rectangle52_12) Rectangle52_12 { method Union (line 374) | func (r Rectangle52_12) Union(s Rectangle52_12) Rectangle52_12 { method Empty (line 397) | func (r Rectangle52_12) Empty() bool { method In (line 402) | func (r Rectangle52_12) In(s Rectangle52_12) bool { FILE: vendor/golang.org/x/mobile/event/key/code_string.go constant _Code_name_0 (line 8) | _Code_name_0 = "CodeUnknown" constant _Code_name_1 (line 9) | _Code_name_1 = "CodeACodeBCodeCCodeDCodeECodeFCodeGCodeHCodeICodeJCodeKC... constant _Code_name_2 (line 10) | _Code_name_2 = "CodeSemicolonCodeApostropheCodeGraveAccentCodeCommaCodeF... constant _Code_name_3 (line 11) | _Code_name_3 = "CodePauseCodeInsertCodeHomeCodePageUpCodeDeleteForwardCo... constant _Code_name_4 (line 12) | _Code_name_4 = "CodeKeypadEqualSignCodeF13CodeF14CodeF15CodeF16CodeF17Co... constant _Code_name_5 (line 13) | _Code_name_5 = "CodeHelp" constant _Code_name_6 (line 14) | _Code_name_6 = "CodeMuteCodeVolumeUpCodeVolumeDown" constant _Code_name_7 (line 15) | _Code_name_7 = "CodeLeftControlCodeLeftShiftCodeLeftAltCodeLeftGUICodeRi... constant _Code_name_8 (line 16) | _Code_name_8 = "CodeCompose" method String (line 31) | func (i Code) String() string { FILE: vendor/golang.org/x/mobile/event/key/key.go type Event (line 20) | type Event struct method String (line 57) | func (e Event) String() string { type Direction (line 65) | type Direction method String (line 259) | func (d Direction) String() string { constant DirNone (line 68) | DirNone Direction = 0 constant DirPress (line 69) | DirPress Direction = 1 constant DirRelease (line 70) | DirRelease Direction = 2 type Modifiers (line 74) | type Modifiers method String (line 249) | func (m Modifiers) String() string { constant ModShift (line 77) | ModShift Modifiers = 1 << 0 constant ModControl (line 78) | ModControl Modifiers = 1 << 1 constant ModAlt (line 79) | ModAlt Modifiers = 1 << 2 constant ModMeta (line 80) | ModMeta Modifiers = 1 << 3 type Code (line 84) | type Code constant CodeUnknown (line 91) | CodeUnknown Code = 0 constant CodeA (line 93) | CodeA Code = 4 constant CodeB (line 94) | CodeB Code = 5 constant CodeC (line 95) | CodeC Code = 6 constant CodeD (line 96) | CodeD Code = 7 constant CodeE (line 97) | CodeE Code = 8 constant CodeF (line 98) | CodeF Code = 9 constant CodeG (line 99) | CodeG Code = 10 constant CodeH (line 100) | CodeH Code = 11 constant CodeI (line 101) | CodeI Code = 12 constant CodeJ (line 102) | CodeJ Code = 13 constant CodeK (line 103) | CodeK Code = 14 constant CodeL (line 104) | CodeL Code = 15 constant CodeM (line 105) | CodeM Code = 16 constant CodeN (line 106) | CodeN Code = 17 constant CodeO (line 107) | CodeO Code = 18 constant CodeP (line 108) | CodeP Code = 19 constant CodeQ (line 109) | CodeQ Code = 20 constant CodeR (line 110) | CodeR Code = 21 constant CodeS (line 111) | CodeS Code = 22 constant CodeT (line 112) | CodeT Code = 23 constant CodeU (line 113) | CodeU Code = 24 constant CodeV (line 114) | CodeV Code = 25 constant CodeW (line 115) | CodeW Code = 26 constant CodeX (line 116) | CodeX Code = 27 constant CodeY (line 117) | CodeY Code = 28 constant CodeZ (line 118) | CodeZ Code = 29 constant Code1 (line 120) | Code1 Code = 30 constant Code2 (line 121) | Code2 Code = 31 constant Code3 (line 122) | Code3 Code = 32 constant Code4 (line 123) | Code4 Code = 33 constant Code5 (line 124) | Code5 Code = 34 constant Code6 (line 125) | Code6 Code = 35 constant Code7 (line 126) | Code7 Code = 36 constant Code8 (line 127) | Code8 Code = 37 constant Code9 (line 128) | Code9 Code = 38 constant Code0 (line 129) | Code0 Code = 39 constant CodeReturnEnter (line 131) | CodeReturnEnter Code = 40 constant CodeEscape (line 132) | CodeEscape Code = 41 constant CodeDeleteBackspace (line 133) | CodeDeleteBackspace Code = 42 constant CodeTab (line 134) | CodeTab Code = 43 constant CodeSpacebar (line 135) | CodeSpacebar Code = 44 constant CodeHyphenMinus (line 136) | CodeHyphenMinus Code = 45 constant CodeEqualSign (line 137) | CodeEqualSign Code = 46 constant CodeLeftSquareBracket (line 138) | CodeLeftSquareBracket Code = 47 constant CodeRightSquareBracket (line 139) | CodeRightSquareBracket Code = 48 constant CodeBackslash (line 140) | CodeBackslash Code = 49 constant CodeSemicolon (line 141) | CodeSemicolon Code = 51 constant CodeApostrophe (line 142) | CodeApostrophe Code = 52 constant CodeGraveAccent (line 143) | CodeGraveAccent Code = 53 constant CodeComma (line 144) | CodeComma Code = 54 constant CodeFullStop (line 145) | CodeFullStop Code = 55 constant CodeSlash (line 146) | CodeSlash Code = 56 constant CodeCapsLock (line 147) | CodeCapsLock Code = 57 constant CodeF1 (line 149) | CodeF1 Code = 58 constant CodeF2 (line 150) | CodeF2 Code = 59 constant CodeF3 (line 151) | CodeF3 Code = 60 constant CodeF4 (line 152) | CodeF4 Code = 61 constant CodeF5 (line 153) | CodeF5 Code = 62 constant CodeF6 (line 154) | CodeF6 Code = 63 constant CodeF7 (line 155) | CodeF7 Code = 64 constant CodeF8 (line 156) | CodeF8 Code = 65 constant CodeF9 (line 157) | CodeF9 Code = 66 constant CodeF10 (line 158) | CodeF10 Code = 67 constant CodeF11 (line 159) | CodeF11 Code = 68 constant CodeF12 (line 160) | CodeF12 Code = 69 constant CodePause (line 162) | CodePause Code = 72 constant CodeInsert (line 163) | CodeInsert Code = 73 constant CodeHome (line 164) | CodeHome Code = 74 constant CodePageUp (line 165) | CodePageUp Code = 75 constant CodeDeleteForward (line 166) | CodeDeleteForward Code = 76 constant CodeEnd (line 167) | CodeEnd Code = 77 constant CodePageDown (line 168) | CodePageDown Code = 78 constant CodeRightArrow (line 170) | CodeRightArrow Code = 79 constant CodeLeftArrow (line 171) | CodeLeftArrow Code = 80 constant CodeDownArrow (line 172) | CodeDownArrow Code = 81 constant CodeUpArrow (line 173) | CodeUpArrow Code = 82 constant CodeKeypadNumLock (line 175) | CodeKeypadNumLock Code = 83 constant CodeKeypadSlash (line 176) | CodeKeypadSlash Code = 84 constant CodeKeypadAsterisk (line 177) | CodeKeypadAsterisk Code = 85 constant CodeKeypadHyphenMinus (line 178) | CodeKeypadHyphenMinus Code = 86 constant CodeKeypadPlusSign (line 179) | CodeKeypadPlusSign Code = 87 constant CodeKeypadEnter (line 180) | CodeKeypadEnter Code = 88 constant CodeKeypad1 (line 181) | CodeKeypad1 Code = 89 constant CodeKeypad2 (line 182) | CodeKeypad2 Code = 90 constant CodeKeypad3 (line 183) | CodeKeypad3 Code = 91 constant CodeKeypad4 (line 184) | CodeKeypad4 Code = 92 constant CodeKeypad5 (line 185) | CodeKeypad5 Code = 93 constant CodeKeypad6 (line 186) | CodeKeypad6 Code = 94 constant CodeKeypad7 (line 187) | CodeKeypad7 Code = 95 constant CodeKeypad8 (line 188) | CodeKeypad8 Code = 96 constant CodeKeypad9 (line 189) | CodeKeypad9 Code = 97 constant CodeKeypad0 (line 190) | CodeKeypad0 Code = 98 constant CodeKeypadFullStop (line 191) | CodeKeypadFullStop Code = 99 constant CodeKeypadEqualSign (line 192) | CodeKeypadEqualSign Code = 103 constant CodeF13 (line 194) | CodeF13 Code = 104 constant CodeF14 (line 195) | CodeF14 Code = 105 constant CodeF15 (line 196) | CodeF15 Code = 106 constant CodeF16 (line 197) | CodeF16 Code = 107 constant CodeF17 (line 198) | CodeF17 Code = 108 constant CodeF18 (line 199) | CodeF18 Code = 109 constant CodeF19 (line 200) | CodeF19 Code = 110 constant CodeF20 (line 201) | CodeF20 Code = 111 constant CodeF21 (line 202) | CodeF21 Code = 112 constant CodeF22 (line 203) | CodeF22 Code = 113 constant CodeF23 (line 204) | CodeF23 Code = 114 constant CodeF24 (line 205) | CodeF24 Code = 115 constant CodeHelp (line 207) | CodeHelp Code = 117 constant CodeMute (line 209) | CodeMute Code = 127 constant CodeVolumeUp (line 210) | CodeVolumeUp Code = 128 constant CodeVolumeDown (line 211) | CodeVolumeDown Code = 129 constant CodeLeftControl (line 213) | CodeLeftControl Code = 224 constant CodeLeftShift (line 214) | CodeLeftShift Code = 225 constant CodeLeftAlt (line 215) | CodeLeftAlt Code = 226 constant CodeLeftGUI (line 216) | CodeLeftGUI Code = 227 constant CodeRightControl (line 217) | CodeRightControl Code = 228 constant CodeRightShift (line 218) | CodeRightShift Code = 229 constant CodeRightAlt (line 219) | CodeRightAlt Code = 230 constant CodeRightGUI (line 220) | CodeRightGUI Code = 231 constant CodeCompose (line 231) | CodeCompose Code = 0x10000 FILE: vendor/golang.org/x/mobile/event/lifecycle/lifecycle.go type Cross (line 27) | type Cross method String (line 29) | func (c Cross) String() string { constant CrossNone (line 40) | CrossNone Cross = 0 constant CrossOn (line 41) | CrossOn Cross = 1 constant CrossOff (line 42) | CrossOff Cross = 2 type Event (line 46) | type Event struct method String (line 57) | func (e Event) String() string { method Crosses (line 67) | func (e Event) Crosses(s Stage) Cross { type Stage (line 88) | type Stage method String (line 122) | func (s Stage) String() string { constant StageDead (line 98) | StageDead Stage = iota constant StageAlive (line 105) | StageAlive constant StageVisible (line 113) | StageVisible constant StageFocused (line 119) | StageFocused FILE: vendor/golang.org/x/mobile/event/mouse/mouse.go type Event (line 17) | type Event struct type Button (line 41) | type Button method IsWheel (line 44) | func (b Button) IsWheel() bool { constant ButtonNone (line 52) | ButtonNone Button = +0 constant ButtonLeft (line 53) | ButtonLeft Button = +1 constant ButtonMiddle (line 54) | ButtonMiddle Button = +2 constant ButtonRight (line 55) | ButtonRight Button = +3 constant ButtonWheelUp (line 57) | ButtonWheelUp Button = -1 constant ButtonWheelDown (line 58) | ButtonWheelDown Button = -2 constant ButtonWheelLeft (line 59) | ButtonWheelLeft Button = -3 constant ButtonWheelRight (line 60) | ButtonWheelRight Button = -4 type Direction (line 64) | type Direction method String (line 77) | func (d Direction) String() string { constant DirNone (line 67) | DirNone Direction = 0 constant DirPress (line 68) | DirPress Direction = 1 constant DirRelease (line 69) | DirRelease Direction = 2 constant DirStep (line 74) | DirStep Direction = 3 FILE: vendor/golang.org/x/mobile/event/paint/paint.go type Event (line 13) | type Event struct FILE: vendor/golang.org/x/mobile/event/size/size.go type Event (line 19) | type Event struct method Size (line 51) | func (e Event) Size() image.Point { method Bounds (line 60) | func (e Event) Bounds() image.Rectangle { type Orientation (line 65) | type Orientation constant OrientationUnknown (line 75) | OrientationUnknown Orientation = iota constant OrientationPortrait (line 83) | OrientationPortrait constant OrientationLandscape (line 91) | OrientationLandscape FILE: vendor/golang.org/x/mobile/geom/geom.go type Pt (line 79) | type Pt method Px (line 82) | func (p Pt) Px(pixelsPerPt float32) float32 { return float32(p) * pixe... method String (line 85) | func (p Pt) String() string { return fmt.Sprintf("%.2fpt", p) } type Point (line 88) | type Point struct method String (line 93) | func (p Point) String() string { return fmt.Sprintf("(%.2f,%.2f)", p.X... type Rectangle (line 97) | type Rectangle struct method String (line 102) | func (r Rectangle) String() string { return r.Min.String() + "-" + r.M... FILE: vendor/golang.org/x/mobile/gl/consts.go constant POINTS (line 35) | POINTS = 0x0000 constant LINES (line 36) | LINES = 0x0001 constant LINE_LOOP (line 37) | LINE_LOOP = 0x0002 constant LINE_STRIP (line 38) | LINE_STRIP = 0x0003 constant TRIANGLES (line 39) | TRIANGLES = 0x0004 constant TRIANGLE_STRIP (line 40) | TRIANGLE_STRIP = 0x0005 constant TRIANGLE_FAN (line 41) | TRIANGLE_FAN = 0x0006 constant SRC_COLOR (line 42) | SRC_COLOR = 0x0300 constant ONE_MINUS_SRC_COLOR (line 43) | ONE_MINUS_SRC_COLOR = 0x0301 constant SRC_ALPHA (line 44) | SRC_ALPHA = 0x0302 constant ONE_MINUS_SRC_ALPHA (line 45) | ONE_MINUS_SRC_ALPHA = 0x0303 constant DST_ALPHA (line 46) | DST_ALPHA = 0x0304 constant ONE_MINUS_DST_ALPHA (line 47) | ONE_MINUS_DST_ALPHA = 0x0305 constant DST_COLOR (line 48) | DST_COLOR = 0x0306 constant ONE_MINUS_DST_COLOR (line 49) | ONE_MINUS_DST_COLOR = 0x0307 constant SRC_ALPHA_SATURATE (line 50) | SRC_ALPHA_SATURATE = 0x0308 constant FUNC_ADD (line 51) | FUNC_ADD = 0x8006 constant BLEND_EQUATION (line 52) | BLEND_EQUATION = 0x8009 constant BLEND_EQUATION_RGB (line 53) | BLEND_EQUATION_RGB = 0x8009 constant BLEND_EQUATION_ALPHA (line 54) | BLEND_EQUATION_ALPHA = 0x883D constant FUNC_SUBTRACT (line 55) | FUNC_SUBTRACT = 0x800A constant FUNC_REVERSE_SUBTRACT (line 56) | FUNC_REVERSE_SUBTRACT = 0x800B constant BLEND_DST_RGB (line 57) | BLEND_DST_RGB = 0x80C8 constant BLEND_SRC_RGB (line 58) | BLEND_SRC_RGB = 0x80C9 constant BLEND_DST_ALPHA (line 59) | BLEND_DST_ALPHA = 0x80CA constant BLEND_SRC_ALPHA (line 60) | BLEND_SRC_ALPHA = 0x80CB constant CONSTANT_COLOR (line 61) | CONSTANT_COLOR = 0x8001 constant ONE_MINUS_CONSTANT_COLOR (line 62) | ONE_MINUS_CONSTANT_COLOR = 0x8002 constant CONSTANT_ALPHA (line 63) | CONSTANT_ALPHA = 0x8003 constant ONE_MINUS_CONSTANT_ALPHA (line 64) | ONE_MINUS_CONSTANT_ALPHA = 0x8004 constant BLEND_COLOR (line 65) | BLEND_COLOR = 0x8005 constant ARRAY_BUFFER (line 66) | ARRAY_BUFFER = 0x8892 constant ELEMENT_ARRAY_BUFFER (line 67) | ELEMENT_ARRAY_BUFFER = 0x8893 constant ARRAY_BUFFER_BINDING (line 68) | ARRAY_BUFFER_BINDING = 0x8894 constant ELEMENT_ARRAY_BUFFER_BINDING (line 69) | ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 constant STREAM_DRAW (line 70) | STREAM_DRAW = 0x88E0 constant STATIC_DRAW (line 71) | STATIC_DRAW = 0x88E4 constant DYNAMIC_DRAW (line 72) | DYNAMIC_DRAW = 0x88E8 constant BUFFER_SIZE (line 73) | BUFFER_SIZE = 0x8764 constant BUFFER_USAGE (line 74) | BUFFER_USAGE = 0x8765 constant CURRENT_VERTEX_ATTRIB (line 75) | CURRENT_VERTEX_ATTRIB = 0x8626 constant FRONT (line 76) | FRONT = 0x0404 constant BACK (line 77) | BACK = 0x0405 constant FRONT_AND_BACK (line 78) | FRONT_AND_BACK = 0x0408 constant TEXTURE_2D (line 79) | TEXTURE_2D = 0x0DE1 constant CULL_FACE (line 80) | CULL_FACE = 0x0B44 constant BLEND (line 81) | BLEND = 0x0BE2 constant DITHER (line 82) | DITHER = 0x0BD0 constant STENCIL_TEST (line 83) | STENCIL_TEST = 0x0B90 constant DEPTH_TEST (line 84) | DEPTH_TEST = 0x0B71 constant SCISSOR_TEST (line 85) | SCISSOR_TEST = 0x0C11 constant POLYGON_OFFSET_FILL (line 86) | POLYGON_OFFSET_FILL = 0x8037 constant SAMPLE_ALPHA_TO_COVERAGE (line 87) | SAMPLE_ALPHA_TO_COVERAGE = 0x809E constant SAMPLE_COVERAGE (line 88) | SAMPLE_COVERAGE = 0x80A0 constant INVALID_ENUM (line 89) | INVALID_ENUM = 0x0500 constant INVALID_VALUE (line 90) | INVALID_VALUE = 0x0501 constant INVALID_OPERATION (line 91) | INVALID_OPERATION = 0x0502 constant OUT_OF_MEMORY (line 92) | OUT_OF_MEMORY = 0x0505 constant CW (line 93) | CW = 0x0900 constant CCW (line 94) | CCW = 0x0901 constant LINE_WIDTH (line 95) | LINE_WIDTH = 0x0B21 constant ALIASED_POINT_SIZE_RANGE (line 96) | ALIASED_POINT_SIZE_RANGE = 0x846D constant ALIASED_LINE_WIDTH_RANGE (line 97) | ALIASED_LINE_WIDTH_RANGE = 0x846E constant CULL_FACE_MODE (line 98) | CULL_FACE_MODE = 0x0B45 constant FRONT_FACE (line 99) | FRONT_FACE = 0x0B46 constant DEPTH_RANGE (line 100) | DEPTH_RANGE = 0x0B70 constant DEPTH_WRITEMASK (line 101) | DEPTH_WRITEMASK = 0x0B72 constant DEPTH_CLEAR_VALUE (line 102) | DEPTH_CLEAR_VALUE = 0x0B73 constant DEPTH_FUNC (line 103) | DEPTH_FUNC = 0x0B74 constant STENCIL_CLEAR_VALUE (line 104) | STENCIL_CLEAR_VALUE = 0x0B91 constant STENCIL_FUNC (line 105) | STENCIL_FUNC = 0x0B92 constant STENCIL_FAIL (line 106) | STENCIL_FAIL = 0x0B94 constant STENCIL_PASS_DEPTH_FAIL (line 107) | STENCIL_PASS_DEPTH_FAIL = 0x0B95 constant STENCIL_PASS_DEPTH_PASS (line 108) | STENCIL_PASS_DEPTH_PASS = 0x0B96 constant STENCIL_REF (line 109) | STENCIL_REF = 0x0B97 constant STENCIL_VALUE_MASK (line 110) | STENCIL_VALUE_MASK = 0x0B93 constant STENCIL_WRITEMASK (line 111) | STENCIL_WRITEMASK = 0x0B98 constant STENCIL_BACK_FUNC (line 112) | STENCIL_BACK_FUNC = 0x8800 constant STENCIL_BACK_FAIL (line 113) | STENCIL_BACK_FAIL = 0x8801 constant STENCIL_BACK_PASS_DEPTH_FAIL (line 114) | STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 constant STENCIL_BACK_PASS_DEPTH_PASS (line 115) | STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 constant STENCIL_BACK_REF (line 116) | STENCIL_BACK_REF = 0x8CA3 constant STENCIL_BACK_VALUE_MASK (line 117) | STENCIL_BACK_VALUE_MASK = 0x8CA4 constant STENCIL_BACK_WRITEMASK (line 118) | STENCIL_BACK_WRITEMASK = 0x8CA5 constant VIEWPORT (line 119) | VIEWPORT = 0x0BA2 constant SCISSOR_BOX (line 120) | SCISSOR_BOX = 0x0C10 constant COLOR_CLEAR_VALUE (line 121) | COLOR_CLEAR_VALUE = 0x0C22 constant COLOR_WRITEMASK (line 122) | COLOR_WRITEMASK = 0x0C23 constant UNPACK_ALIGNMENT (line 123) | UNPACK_ALIGNMENT = 0x0CF5 constant PACK_ALIGNMENT (line 124) | PACK_ALIGNMENT = 0x0D05 constant MAX_TEXTURE_SIZE (line 125) | MAX_TEXTURE_SIZE = 0x0D33 constant MAX_VIEWPORT_DIMS (line 126) | MAX_VIEWPORT_DIMS = 0x0D3A constant SUBPIXEL_BITS (line 127) | SUBPIXEL_BITS = 0x0D50 constant RED_BITS (line 128) | RED_BITS = 0x0D52 constant GREEN_BITS (line 129) | GREEN_BITS = 0x0D53 constant BLUE_BITS (line 130) | BLUE_BITS = 0x0D54 constant ALPHA_BITS (line 131) | ALPHA_BITS = 0x0D55 constant DEPTH_BITS (line 132) | DEPTH_BITS = 0x0D56 constant STENCIL_BITS (line 133) | STENCIL_BITS = 0x0D57 constant POLYGON_OFFSET_UNITS (line 134) | POLYGON_OFFSET_UNITS = 0x2A00 constant POLYGON_OFFSET_FACTOR (line 135) | POLYGON_OFFSET_FACTOR = 0x8038 constant TEXTURE_BINDING_2D (line 136) | TEXTURE_BINDING_2D = 0x8069 constant SAMPLE_BUFFERS (line 137) | SAMPLE_BUFFERS = 0x80A8 constant SAMPLES (line 138) | SAMPLES = 0x80A9 constant SAMPLE_COVERAGE_VALUE (line 139) | SAMPLE_COVERAGE_VALUE = 0x80AA constant SAMPLE_COVERAGE_INVERT (line 140) | SAMPLE_COVERAGE_INVERT = 0x80AB constant NUM_COMPRESSED_TEXTURE_FORMATS (line 141) | NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 constant COMPRESSED_TEXTURE_FORMATS (line 142) | COMPRESSED_TEXTURE_FORMATS = 0x86A3 constant DONT_CARE (line 143) | DONT_CARE = 0x1100 constant FASTEST (line 144) | FASTEST = 0x1101 constant NICEST (line 145) | NICEST = 0x1102 constant GENERATE_MIPMAP_HINT (line 146) | GENERATE_MIPMAP_HINT = 0x8192 constant BYTE (line 147) | BYTE = 0x1400 constant UNSIGNED_BYTE (line 148) | UNSIGNED_BYTE = 0x1401 constant SHORT (line 149) | SHORT = 0x1402 constant UNSIGNED_SHORT (line 150) | UNSIGNED_SHORT = 0x1403 constant INT (line 151) | INT = 0x1404 constant UNSIGNED_INT (line 152) | UNSIGNED_INT = 0x1405 constant FLOAT (line 153) | FLOAT = 0x1406 constant FIXED (line 154) | FIXED = 0x140C constant DEPTH_COMPONENT (line 155) | DEPTH_COMPONENT = 0x1902 constant ALPHA (line 156) | ALPHA = 0x1906 constant RGB (line 157) | RGB = 0x1907 constant RGBA (line 158) | RGBA = 0x1908 constant LUMINANCE (line 159) | LUMINANCE = 0x1909 constant LUMINANCE_ALPHA (line 160) | LUMINANCE_ALPHA = 0x190A constant UNSIGNED_SHORT_4_4_4_4 (line 161) | UNSIGNED_SHORT_4_4_4_4 = 0x8033 constant UNSIGNED_SHORT_5_5_5_1 (line 162) | UNSIGNED_SHORT_5_5_5_1 = 0x8034 constant UNSIGNED_SHORT_5_6_5 (line 163) | UNSIGNED_SHORT_5_6_5 = 0x8363 constant MAX_VERTEX_ATTRIBS (line 164) | MAX_VERTEX_ATTRIBS = 0x8869 constant MAX_VERTEX_UNIFORM_VECTORS (line 165) | MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB constant MAX_VARYING_VECTORS (line 166) | MAX_VARYING_VECTORS = 0x8DFC constant MAX_COMBINED_TEXTURE_IMAGE_UNITS (line 167) | MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D constant MAX_VERTEX_TEXTURE_IMAGE_UNITS (line 168) | MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C constant MAX_TEXTURE_IMAGE_UNITS (line 169) | MAX_TEXTURE_IMAGE_UNITS = 0x8872 constant MAX_FRAGMENT_UNIFORM_VECTORS (line 170) | MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD constant SHADER_TYPE (line 171) | SHADER_TYPE = 0x8B4F constant DELETE_STATUS (line 172) | DELETE_STATUS = 0x8B80 constant LINK_STATUS (line 173) | LINK_STATUS = 0x8B82 constant VALIDATE_STATUS (line 174) | VALIDATE_STATUS = 0x8B83 constant ATTACHED_SHADERS (line 175) | ATTACHED_SHADERS = 0x8B85 constant ACTIVE_UNIFORMS (line 176) | ACTIVE_UNIFORMS = 0x8B86 constant ACTIVE_UNIFORM_MAX_LENGTH (line 177) | ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 constant ACTIVE_ATTRIBUTES (line 178) | ACTIVE_ATTRIBUTES = 0x8B89 constant ACTIVE_ATTRIBUTE_MAX_LENGTH (line 179) | ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A constant SHADING_LANGUAGE_VERSION (line 180) | SHADING_LANGUAGE_VERSION = 0x8B8C constant CURRENT_PROGRAM (line 181) | CURRENT_PROGRAM = 0x8B8D constant NEVER (line 182) | NEVER = 0x0200 constant LESS (line 183) | LESS = 0x0201 constant EQUAL (line 184) | EQUAL = 0x0202 constant LEQUAL (line 185) | LEQUAL = 0x0203 constant GREATER (line 186) | GREATER = 0x0204 constant NOTEQUAL (line 187) | NOTEQUAL = 0x0205 constant GEQUAL (line 188) | GEQUAL = 0x0206 constant ALWAYS (line 189) | ALWAYS = 0x0207 constant KEEP (line 190) | KEEP = 0x1E00 constant REPLACE (line 191) | REPLACE = 0x1E01 constant INCR (line 192) | INCR = 0x1E02 constant DECR (line 193) | DECR = 0x1E03 constant INVERT (line 194) | INVERT = 0x150A constant INCR_WRAP (line 195) | INCR_WRAP = 0x8507 constant DECR_WRAP (line 196) | DECR_WRAP = 0x8508 constant VENDOR (line 197) | VENDOR = 0x1F00 constant RENDERER (line 198) | RENDERER = 0x1F01 constant VERSION (line 199) | VERSION = 0x1F02 constant EXTENSIONS (line 200) | EXTENSIONS = 0x1F03 constant NEAREST (line 201) | NEAREST = 0x2600 constant LINEAR (line 202) | LINEAR = 0x2601 constant NEAREST_MIPMAP_NEAREST (line 203) | NEAREST_MIPMAP_NEAREST = 0x2700 constant LINEAR_MIPMAP_NEAREST (line 204) | LINEAR_MIPMAP_NEAREST = 0x2701 constant NEAREST_MIPMAP_LINEAR (line 205) | NEAREST_MIPMAP_LINEAR = 0x2702 constant LINEAR_MIPMAP_LINEAR (line 206) | LINEAR_MIPMAP_LINEAR = 0x2703 constant TEXTURE_MAG_FILTER (line 207) | TEXTURE_MAG_FILTER = 0x2800 constant TEXTURE_MIN_FILTER (line 208) | TEXTURE_MIN_FILTER = 0x2801 constant TEXTURE_WRAP_S (line 209) | TEXTURE_WRAP_S = 0x2802 constant TEXTURE_WRAP_T (line 210) | TEXTURE_WRAP_T = 0x2803 constant TEXTURE (line 211) | TEXTURE = 0x1702 constant TEXTURE_CUBE_MAP (line 212) | TEXTURE_CUBE_MAP = 0x8513 constant TEXTURE_BINDING_CUBE_MAP (line 213) | TEXTURE_BINDING_CUBE_MAP = 0x8514 constant TEXTURE_CUBE_MAP_POSITIVE_X (line 214) | TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 constant TEXTURE_CUBE_MAP_NEGATIVE_X (line 215) | TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 constant TEXTURE_CUBE_MAP_POSITIVE_Y (line 216) | TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 constant TEXTURE_CUBE_MAP_NEGATIVE_Y (line 217) | TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 constant TEXTURE_CUBE_MAP_POSITIVE_Z (line 218) | TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 constant TEXTURE_CUBE_MAP_NEGATIVE_Z (line 219) | TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A constant MAX_CUBE_MAP_TEXTURE_SIZE (line 220) | MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C constant TEXTURE0 (line 221) | TEXTURE0 = 0x84C0 constant TEXTURE1 (line 222) | TEXTURE1 = 0x84C1 constant TEXTURE2 (line 223) | TEXTURE2 = 0x84C2 constant TEXTURE3 (line 224) | TEXTURE3 = 0x84C3 constant TEXTURE4 (line 225) | TEXTURE4 = 0x84C4 constant TEXTURE5 (line 226) | TEXTURE5 = 0x84C5 constant TEXTURE6 (line 227) | TEXTURE6 = 0x84C6 constant TEXTURE7 (line 228) | TEXTURE7 = 0x84C7 constant TEXTURE8 (line 229) | TEXTURE8 = 0x84C8 constant TEXTURE9 (line 230) | TEXTURE9 = 0x84C9 constant TEXTURE10 (line 231) | TEXTURE10 = 0x84CA constant TEXTURE11 (line 232) | TEXTURE11 = 0x84CB constant TEXTURE12 (line 233) | TEXTURE12 = 0x84CC constant TEXTURE13 (line 234) | TEXTURE13 = 0x84CD constant TEXTURE14 (line 235) | TEXTURE14 = 0x84CE constant TEXTURE15 (line 236) | TEXTURE15 = 0x84CF constant TEXTURE16 (line 237) | TEXTURE16 = 0x84D0 constant TEXTURE17 (line 238) | TEXTURE17 = 0x84D1 constant TEXTURE18 (line 239) | TEXTURE18 = 0x84D2 constant TEXTURE19 (line 240) | TEXTURE19 = 0x84D3 constant TEXTURE20 (line 241) | TEXTURE20 = 0x84D4 constant TEXTURE21 (line 242) | TEXTURE21 = 0x84D5 constant TEXTURE22 (line 243) | TEXTURE22 = 0x84D6 constant TEXTURE23 (line 244) | TEXTURE23 = 0x84D7 constant TEXTURE24 (line 245) | TEXTURE24 = 0x84D8 constant TEXTURE25 (line 246) | TEXTURE25 = 0x84D9 constant TEXTURE26 (line 247) | TEXTURE26 = 0x84DA constant TEXTURE27 (line 248) | TEXTURE27 = 0x84DB constant TEXTURE28 (line 249) | TEXTURE28 = 0x84DC constant TEXTURE29 (line 250) | TEXTURE29 = 0x84DD constant TEXTURE30 (line 251) | TEXTURE30 = 0x84DE constant TEXTURE31 (line 252) | TEXTURE31 = 0x84DF constant ACTIVE_TEXTURE (line 253) | ACTIVE_TEXTURE = 0x84E0 constant REPEAT (line 254) | REPEAT = 0x2901 constant CLAMP_TO_EDGE (line 255) | CLAMP_TO_EDGE = 0x812F constant MIRRORED_REPEAT (line 256) | MIRRORED_REPEAT = 0x8370 constant VERTEX_ATTRIB_ARRAY_ENABLED (line 257) | VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 constant VERTEX_ATTRIB_ARRAY_SIZE (line 258) | VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 constant VERTEX_ATTRIB_ARRAY_STRIDE (line 259) | VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 constant VERTEX_ATTRIB_ARRAY_TYPE (line 260) | VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 constant VERTEX_ATTRIB_ARRAY_NORMALIZED (line 261) | VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A constant VERTEX_ATTRIB_ARRAY_POINTER (line 262) | VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 constant VERTEX_ATTRIB_ARRAY_BUFFER_BINDING (line 263) | VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F constant IMPLEMENTATION_COLOR_READ_TYPE (line 264) | IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A constant IMPLEMENTATION_COLOR_READ_FORMAT (line 265) | IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B constant COMPILE_STATUS (line 266) | COMPILE_STATUS = 0x8B81 constant INFO_LOG_LENGTH (line 267) | INFO_LOG_LENGTH = 0x8B84 constant SHADER_SOURCE_LENGTH (line 268) | SHADER_SOURCE_LENGTH = 0x8B88 constant SHADER_COMPILER (line 269) | SHADER_COMPILER = 0x8DFA constant SHADER_BINARY_FORMATS (line 270) | SHADER_BINARY_FORMATS = 0x8DF8 constant NUM_SHADER_BINARY_FORMATS (line 271) | NUM_SHADER_BINARY_FORMATS = 0x8DF9 constant LOW_FLOAT (line 272) | LOW_FLOAT = 0x8DF0 constant MEDIUM_FLOAT (line 273) | MEDIUM_FLOAT = 0x8DF1 constant HIGH_FLOAT (line 274) | HIGH_FLOAT = 0x8DF2 constant LOW_INT (line 275) | LOW_INT = 0x8DF3 constant MEDIUM_INT (line 276) | MEDIUM_INT = 0x8DF4 constant HIGH_INT (line 277) | HIGH_INT = 0x8DF5 constant FRAMEBUFFER (line 278) | FRAMEBUFFER = 0x8D40 constant RENDERBUFFER (line 279) | RENDERBUFFER = 0x8D41 constant RGBA4 (line 280) | RGBA4 = 0x8056 constant RGB5_A1 (line 281) | RGB5_A1 = 0x8057 constant RGB565 (line 282) | RGB565 = 0x8D62 constant DEPTH_COMPONENT16 (line 283) | DEPTH_COMPONENT16 = 0x81A5 constant STENCIL_INDEX8 (line 284) | STENCIL_INDEX8 = 0x8D48 constant RENDERBUFFER_WIDTH (line 285) | RENDERBUFFER_WIDTH = 0x8D42 constant RENDERBUFFER_HEIGHT (line 286) | RENDERBUFFER_HEIGHT = 0x8D43 constant RENDERBUFFER_INTERNAL_FORMAT (line 287) | RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 constant RENDERBUFFER_RED_SIZE (line 288) | RENDERBUFFER_RED_SIZE = 0x8D50 constant RENDERBUFFER_GREEN_SIZE (line 289) | RENDERBUFFER_GREEN_SIZE = 0x8D51 constant RENDERBUFFER_BLUE_SIZE (line 290) | RENDERBUFFER_BLUE_SIZE = 0x8D52 constant RENDERBUFFER_ALPHA_SIZE (line 291) | RENDERBUFFER_ALPHA_SIZE = 0x8D53 constant RENDERBUFFER_DEPTH_SIZE (line 292) | RENDERBUFFER_DEPTH_SIZE = 0x8D54 constant RENDERBUFFER_STENCIL_SIZE (line 293) | RENDERBUFFER_STENCIL_SIZE = 0x8D55 constant FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE (line 294) | FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 constant FRAMEBUFFER_ATTACHMENT_OBJECT_NAME (line 295) | FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 constant FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL (line 296) | FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 constant FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE (line 297) | FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 constant COLOR_ATTACHMENT0 (line 298) | COLOR_ATTACHMENT0 = 0x8CE0 constant DEPTH_ATTACHMENT (line 299) | DEPTH_ATTACHMENT = 0x8D00 constant STENCIL_ATTACHMENT (line 300) | STENCIL_ATTACHMENT = 0x8D20 constant FRAMEBUFFER_COMPLETE (line 301) | FRAMEBUFFER_COMPLETE = 0x8CD5 constant FRAMEBUFFER_INCOMPLETE_ATTACHMENT (line 302) | FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 constant FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT (line 303) | FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 constant FRAMEBUFFER_INCOMPLETE_DIMENSIONS (line 304) | FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9 constant FRAMEBUFFER_UNSUPPORTED (line 305) | FRAMEBUFFER_UNSUPPORTED = 0x8CDD constant FRAMEBUFFER_BINDING (line 306) | FRAMEBUFFER_BINDING = 0x8CA6 constant RENDERBUFFER_BINDING (line 307) | RENDERBUFFER_BINDING = 0x8CA7 constant MAX_RENDERBUFFER_SIZE (line 308) | MAX_RENDERBUFFER_SIZE = 0x84E8 constant INVALID_FRAMEBUFFER_OPERATION (line 309) | INVALID_FRAMEBUFFER_OPERATION = 0x0506 constant DEPTH_BUFFER_BIT (line 313) | DEPTH_BUFFER_BIT = 0x00000100 constant STENCIL_BUFFER_BIT (line 314) | STENCIL_BUFFER_BIT = 0x00000400 constant COLOR_BUFFER_BIT (line 315) | COLOR_BUFFER_BIT = 0x00004000 constant FLOAT_VEC2 (line 319) | FLOAT_VEC2 = 0x8B50 constant FLOAT_VEC3 (line 320) | FLOAT_VEC3 = 0x8B51 constant FLOAT_VEC4 (line 321) | FLOAT_VEC4 = 0x8B52 constant INT_VEC2 (line 322) | INT_VEC2 = 0x8B53 constant INT_VEC3 (line 323) | INT_VEC3 = 0x8B54 constant INT_VEC4 (line 324) | INT_VEC4 = 0x8B55 constant BOOL (line 325) | BOOL = 0x8B56 constant BOOL_VEC2 (line 326) | BOOL_VEC2 = 0x8B57 constant BOOL_VEC3 (line 327) | BOOL_VEC3 = 0x8B58 constant BOOL_VEC4 (line 328) | BOOL_VEC4 = 0x8B59 constant FLOAT_MAT2 (line 329) | FLOAT_MAT2 = 0x8B5A constant FLOAT_MAT3 (line 330) | FLOAT_MAT3 = 0x8B5B constant FLOAT_MAT4 (line 331) | FLOAT_MAT4 = 0x8B5C constant SAMPLER_2D (line 332) | SAMPLER_2D = 0x8B5E constant SAMPLER_CUBE (line 333) | SAMPLER_CUBE = 0x8B60 constant FRAGMENT_SHADER (line 337) | FRAGMENT_SHADER = 0x8B30 constant VERTEX_SHADER (line 338) | VERTEX_SHADER = 0x8B31 constant FALSE (line 342) | FALSE = 0 constant TRUE (line 343) | TRUE = 1 constant ZERO (line 344) | ZERO = 0 constant ONE (line 345) | ONE = 1 constant NO_ERROR (line 346) | NO_ERROR = 0 constant NONE (line 347) | NONE = 0 constant ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH (line 352) | ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 constant ACTIVE_UNIFORM_BLOCKS (line 353) | ACTIVE_UNIFORM_BLOCKS = 0x8A36 constant ALREADY_SIGNALED (line 354) | ALREADY_SIGNALED = 0x911A constant ANY_SAMPLES_PASSED (line 355) | ANY_SAMPLES_PASSED = 0x8C2F constant ANY_SAMPLES_PASSED_CONSERVATIVE (line 356) | ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A constant BLUE (line 357) | BLUE = 0x1905 constant BUFFER_ACCESS_FLAGS (line 358) | BUFFER_ACCESS_FLAGS = 0x911F constant BUFFER_MAP_LENGTH (line 359) | BUFFER_MAP_LENGTH = 0x9120 constant BUFFER_MAP_OFFSET (line 360) | BUFFER_MAP_OFFSET = 0x9121 constant BUFFER_MAPPED (line 361) | BUFFER_MAPPED = 0x88BC constant BUFFER_MAP_POINTER (line 362) | BUFFER_MAP_POINTER = 0x88BD constant COLOR (line 363) | COLOR = 0x1800 constant COLOR_ATTACHMENT10 (line 364) | COLOR_ATTACHMENT10 = 0x8CEA constant COLOR_ATTACHMENT1 (line 365) | COLOR_ATTACHMENT1 = 0x8CE1 constant COLOR_ATTACHMENT11 (line 366) | COLOR_ATTACHMENT11 = 0x8CEB constant COLOR_ATTACHMENT12 (line 367) | COLOR_ATTACHMENT12 = 0x8CEC constant COLOR_ATTACHMENT13 (line 368) | COLOR_ATTACHMENT13 = 0x8CED constant COLOR_ATTACHMENT14 (line 369) | COLOR_ATTACHMENT14 = 0x8CEE constant COLOR_ATTACHMENT15 (line 370) | COLOR_ATTACHMENT15 = 0x8CEF constant COLOR_ATTACHMENT2 (line 371) | COLOR_ATTACHMENT2 = 0x8CE2 constant COLOR_ATTACHMENT3 (line 372) | COLOR_ATTACHMENT3 = 0x8CE3 constant COLOR_ATTACHMENT4 (line 373) | COLOR_ATTACHMENT4 = 0x8CE4 constant COLOR_ATTACHMENT5 (line 374) | COLOR_ATTACHMENT5 = 0x8CE5 constant COLOR_ATTACHMENT6 (line 375) | COLOR_ATTACHMENT6 = 0x8CE6 constant COLOR_ATTACHMENT7 (line 376) | COLOR_ATTACHMENT7 = 0x8CE7 constant COLOR_ATTACHMENT8 (line 377) | COLOR_ATTACHMENT8 = 0x8CE8 constant COLOR_ATTACHMENT9 (line 378) | COLOR_ATTACHMENT9 = 0x8CE9 constant COMPARE_REF_TO_TEXTURE (line 379) | COMPARE_REF_TO_TEXTURE = 0x884E constant COMPRESSED_R11_EAC (line 380) | COMPRESSED_R11_EAC = 0x9270 constant COMPRESSED_RG11_EAC (line 381) | COMPRESSED_RG11_EAC = 0x9272 constant COMPRESSED_RGB8_ETC2 (line 382) | COMPRESSED_RGB8_ETC2 = 0x9274 constant COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 (line 383) | COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 constant COMPRESSED_RGBA8_ETC2_EAC (line 384) | COMPRESSED_RGBA8_ETC2_EAC = 0x9278 constant COMPRESSED_SIGNED_R11_EAC (line 385) | COMPRESSED_SIGNED_R11_EAC = 0x9271 constant COMPRESSED_SIGNED_RG11_EAC (line 386) | COMPRESSED_SIGNED_RG11_EAC = 0x9273 constant COMPRESSED_SRGB8_ALPHA8_ETC2_EAC (line 387) | COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 constant COMPRESSED_SRGB8_ETC2 (line 388) | COMPRESSED_SRGB8_ETC2 = 0x9275 constant COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 (line 389) | COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 constant CONDITION_SATISFIED (line 390) | CONDITION_SATISFIED = 0x911C constant COPY_READ_BUFFER (line 391) | COPY_READ_BUFFER = 0x8F36 constant COPY_READ_BUFFER_BINDING (line 392) | COPY_READ_BUFFER_BINDING = 0x8F36 constant COPY_WRITE_BUFFER (line 393) | COPY_WRITE_BUFFER = 0x8F37 constant COPY_WRITE_BUFFER_BINDING (line 394) | COPY_WRITE_BUFFER_BINDING = 0x8F37 constant CURRENT_QUERY (line 395) | CURRENT_QUERY = 0x8865 constant DEPTH (line 396) | DEPTH = 0x1801 constant DEPTH24_STENCIL8 (line 397) | DEPTH24_STENCIL8 = 0x88F0 constant DEPTH32F_STENCIL8 (line 398) | DEPTH32F_STENCIL8 = 0x8CAD constant DEPTH_COMPONENT24 (line 399) | DEPTH_COMPONENT24 = 0x81A6 constant DEPTH_COMPONENT32F (line 400) | DEPTH_COMPONENT32F = 0x8CAC constant DEPTH_STENCIL (line 401) | DEPTH_STENCIL = 0x84F9 constant DEPTH_STENCIL_ATTACHMENT (line 402) | DEPTH_STENCIL_ATTACHMENT = 0x821A constant DRAW_BUFFER0 (line 403) | DRAW_BUFFER0 = 0x8825 constant DRAW_BUFFER10 (line 404) | DRAW_BUFFER10 = 0x882F constant DRAW_BUFFER1 (line 405) | DRAW_BUFFER1 = 0x8826 constant DRAW_BUFFER11 (line 406) | DRAW_BUFFER11 = 0x8830 constant DRAW_BUFFER12 (line 407) | DRAW_BUFFER12 = 0x8831 constant DRAW_BUFFER13 (line 408) | DRAW_BUFFER13 = 0x8832 constant DRAW_BUFFER14 (line 409) | DRAW_BUFFER14 = 0x8833 constant DRAW_BUFFER15 (line 410) | DRAW_BUFFER15 = 0x8834 constant DRAW_BUFFER2 (line 411) | DRAW_BUFFER2 = 0x8827 constant DRAW_BUFFER3 (line 412) | DRAW_BUFFER3 = 0x8828 constant DRAW_BUFFER4 (line 413) | DRAW_BUFFER4 = 0x8829 constant DRAW_BUFFER5 (line 414) | DRAW_BUFFER5 = 0x882A constant DRAW_BUFFER6 (line 415) | DRAW_BUFFER6 = 0x882B constant DRAW_BUFFER7 (line 416) | DRAW_BUFFER7 = 0x882C constant DRAW_BUFFER8 (line 417) | DRAW_BUFFER8 = 0x882D constant DRAW_BUFFER9 (line 418) | DRAW_BUFFER9 = 0x882E constant DRAW_FRAMEBUFFER (line 419) | DRAW_FRAMEBUFFER = 0x8CA9 constant DRAW_FRAMEBUFFER_BINDING (line 420) | DRAW_FRAMEBUFFER_BINDING = 0x8CA6 constant DYNAMIC_COPY (line 421) | DYNAMIC_COPY = 0x88EA constant DYNAMIC_READ (line 422) | DYNAMIC_READ = 0x88E9 constant FLOAT_32_UNSIGNED_INT_24_8_REV (line 423) | FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD constant FLOAT_MAT2x3 (line 424) | FLOAT_MAT2x3 = 0x8B65 constant FLOAT_MAT2x4 (line 425) | FLOAT_MAT2x4 = 0x8B66 constant FLOAT_MAT3x2 (line 426) | FLOAT_MAT3x2 = 0x8B67 constant FLOAT_MAT3x4 (line 427) | FLOAT_MAT3x4 = 0x8B68 constant FLOAT_MAT4x2 (line 428) | FLOAT_MAT4x2 = 0x8B69 constant FLOAT_MAT4x3 (line 429) | FLOAT_MAT4x3 = 0x8B6A constant FRAGMENT_SHADER_DERIVATIVE_HINT (line 430) | FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B constant FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE (line 431) | FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 constant FRAMEBUFFER_ATTACHMENT_BLUE_SIZE (line 432) | FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 constant FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING (line 433) | FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 constant FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE (line 434) | FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 constant FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE (line 435) | FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 constant FRAMEBUFFER_ATTACHMENT_GREEN_SIZE (line 436) | FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 constant FRAMEBUFFER_ATTACHMENT_RED_SIZE (line 437) | FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 constant FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE (line 438) | FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 constant FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER (line 439) | FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 constant FRAMEBUFFER_DEFAULT (line 440) | FRAMEBUFFER_DEFAULT = 0x8218 constant FRAMEBUFFER_INCOMPLETE_MULTISAMPLE (line 441) | FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 constant FRAMEBUFFER_UNDEFINED (line 442) | FRAMEBUFFER_UNDEFINED = 0x8219 constant GREEN (line 443) | GREEN = 0x1904 constant HALF_FLOAT (line 444) | HALF_FLOAT = 0x140B constant INT_2_10_10_10_REV (line 445) | INT_2_10_10_10_REV = 0x8D9F constant INTERLEAVED_ATTRIBS (line 446) | INTERLEAVED_ATTRIBS = 0x8C8C constant INT_SAMPLER_2D (line 447) | INT_SAMPLER_2D = 0x8DCA constant INT_SAMPLER_2D_ARRAY (line 448) | INT_SAMPLER_2D_ARRAY = 0x8DCF constant INT_SAMPLER_3D (line 449) | INT_SAMPLER_3D = 0x8DCB constant INT_SAMPLER_CUBE (line 450) | INT_SAMPLER_CUBE = 0x8DCC constant INVALID_INDEX (line 451) | INVALID_INDEX = 0xFFFFFFFF constant MAJOR_VERSION (line 452) | MAJOR_VERSION = 0x821B constant MAP_FLUSH_EXPLICIT_BIT (line 453) | MAP_FLUSH_EXPLICIT_BIT = 0x0010 constant MAP_INVALIDATE_BUFFER_BIT (line 454) | MAP_INVALIDATE_BUFFER_BIT = 0x0008 constant MAP_INVALIDATE_RANGE_BIT (line 455) | MAP_INVALIDATE_RANGE_BIT = 0x0004 constant MAP_READ_BIT (line 456) | MAP_READ_BIT = 0x0001 constant MAP_UNSYNCHRONIZED_BIT (line 457) | MAP_UNSYNCHRONIZED_BIT = 0x0020 constant MAP_WRITE_BIT (line 458) | MAP_WRITE_BIT = 0x0002 constant MAX (line 459) | MAX = 0x8008 constant MAX_3D_TEXTURE_SIZE (line 460) | MAX_3D_TEXTURE_SIZE = 0x8073 constant MAX_ARRAY_TEXTURE_LAYERS (line 461) | MAX_ARRAY_TEXTURE_LAYERS = 0x88FF constant MAX_COLOR_ATTACHMENTS (line 462) | MAX_COLOR_ATTACHMENTS = 0x8CDF constant MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS (line 463) | MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 constant MAX_COMBINED_UNIFORM_BLOCKS (line 464) | MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E constant MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS (line 465) | MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 constant MAX_DRAW_BUFFERS (line 466) | MAX_DRAW_BUFFERS = 0x8824 constant MAX_ELEMENT_INDEX (line 467) | MAX_ELEMENT_INDEX = 0x8D6B constant MAX_ELEMENTS_INDICES (line 468) | MAX_ELEMENTS_INDICES = 0x80E9 constant MAX_ELEMENTS_VERTICES (line 469) | MAX_ELEMENTS_VERTICES = 0x80E8 constant MAX_FRAGMENT_INPUT_COMPONENTS (line 470) | MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 constant MAX_FRAGMENT_UNIFORM_BLOCKS (line 471) | MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D constant MAX_FRAGMENT_UNIFORM_COMPONENTS (line 472) | MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 constant MAX_PROGRAM_TEXEL_OFFSET (line 473) | MAX_PROGRAM_TEXEL_OFFSET = 0x8905 constant MAX_SAMPLES (line 474) | MAX_SAMPLES = 0x8D57 constant MAX_SERVER_WAIT_TIMEOUT (line 475) | MAX_SERVER_WAIT_TIMEOUT = 0x9111 constant MAX_TEXTURE_LOD_BIAS (line 476) | MAX_TEXTURE_LOD_BIAS = 0x84FD constant MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS (line 477) | MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A constant MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS (line 478) | MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B constant MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS (line 479) | MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 constant MAX_UNIFORM_BLOCK_SIZE (line 480) | MAX_UNIFORM_BLOCK_SIZE = 0x8A30 constant MAX_UNIFORM_BUFFER_BINDINGS (line 481) | MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F constant MAX_VARYING_COMPONENTS (line 482) | MAX_VARYING_COMPONENTS = 0x8B4B constant MAX_VERTEX_OUTPUT_COMPONENTS (line 483) | MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 constant MAX_VERTEX_UNIFORM_BLOCKS (line 484) | MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B constant MAX_VERTEX_UNIFORM_COMPONENTS (line 485) | MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A constant MIN (line 486) | MIN = 0x8007 constant MINOR_VERSION (line 487) | MINOR_VERSION = 0x821C constant MIN_PROGRAM_TEXEL_OFFSET (line 488) | MIN_PROGRAM_TEXEL_OFFSET = 0x8904 constant NUM_EXTENSIONS (line 489) | NUM_EXTENSIONS = 0x821D constant NUM_PROGRAM_BINARY_FORMATS (line 490) | NUM_PROGRAM_BINARY_FORMATS = 0x87FE constant NUM_SAMPLE_COUNTS (line 491) | NUM_SAMPLE_COUNTS = 0x9380 constant OBJECT_TYPE (line 492) | OBJECT_TYPE = 0x9112 constant PACK_ROW_LENGTH (line 493) | PACK_ROW_LENGTH = 0x0D02 constant PACK_SKIP_PIXELS (line 494) | PACK_SKIP_PIXELS = 0x0D04 constant PACK_SKIP_ROWS (line 495) | PACK_SKIP_ROWS = 0x0D03 constant PIXEL_PACK_BUFFER (line 496) | PIXEL_PACK_BUFFER = 0x88EB constant PIXEL_PACK_BUFFER_BINDING (line 497) | PIXEL_PACK_BUFFER_BINDING = 0x88ED constant PIXEL_UNPACK_BUFFER (line 498) | PIXEL_UNPACK_BUFFER = 0x88EC constant PIXEL_UNPACK_BUFFER_BINDING (line 499) | PIXEL_UNPACK_BUFFER_BINDING = 0x88EF constant PRIMITIVE_RESTART_FIXED_INDEX (line 500) | PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 constant PROGRAM_BINARY_FORMATS (line 501) | PROGRAM_BINARY_FORMATS = 0x87FF constant PROGRAM_BINARY_LENGTH (line 502) | PROGRAM_BINARY_LENGTH = 0x8741 constant PROGRAM_BINARY_RETRIEVABLE_HINT (line 503) | PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 constant QUERY_RESULT (line 504) | QUERY_RESULT = 0x8866 constant QUERY_RESULT_AVAILABLE (line 505) | QUERY_RESULT_AVAILABLE = 0x8867 constant R11F_G11F_B10F (line 506) | R11F_G11F_B10F = 0x8C3A constant R16F (line 507) | R16F = 0x822D constant R16I (line 508) | R16I = 0x8233 constant R16UI (line 509) | R16UI = 0x8234 constant R32F (line 510) | R32F = 0x822E constant R32I (line 511) | R32I = 0x8235 constant R32UI (line 512) | R32UI = 0x8236 constant R8 (line 513) | R8 = 0x8229 constant R8I (line 514) | R8I = 0x8231 constant R8_SNORM (line 515) | R8_SNORM = 0x8F94 constant R8UI (line 516) | R8UI = 0x8232 constant RASTERIZER_DISCARD (line 517) | RASTERIZER_DISCARD = 0x8C89 constant READ_BUFFER (line 518) | READ_BUFFER = 0x0C02 constant READ_FRAMEBUFFER (line 519) | READ_FRAMEBUFFER = 0x8CA8 constant READ_FRAMEBUFFER_BINDING (line 520) | READ_FRAMEBUFFER_BINDING = 0x8CAA constant RED (line 521) | RED = 0x1903 constant RED_INTEGER (line 522) | RED_INTEGER = 0x8D94 constant RENDERBUFFER_SAMPLES (line 523) | RENDERBUFFER_SAMPLES = 0x8CAB constant RG (line 524) | RG = 0x8227 constant RG16F (line 525) | RG16F = 0x822F constant RG16I (line 526) | RG16I = 0x8239 constant RG16UI (line 527) | RG16UI = 0x823A constant RG32F (line 528) | RG32F = 0x8230 constant RG32I (line 529) | RG32I = 0x823B constant RG32UI (line 530) | RG32UI = 0x823C constant RG8 (line 531) | RG8 = 0x822B constant RG8I (line 532) | RG8I = 0x8237 constant RG8_SNORM (line 533) | RG8_SNORM = 0x8F95 constant RG8UI (line 534) | RG8UI = 0x8238 constant RGB10_A2 (line 535) | RGB10_A2 = 0x8059 constant RGB10_A2UI (line 536) | RGB10_A2UI = 0x906F constant RGB16F (line 537) | RGB16F = 0x881B constant RGB16I (line 538) | RGB16I = 0x8D89 constant RGB16UI (line 539) | RGB16UI = 0x8D77 constant RGB32F (line 540) | RGB32F = 0x8815 constant RGB32I (line 541) | RGB32I = 0x8D83 constant RGB32UI (line 542) | RGB32UI = 0x8D71 constant RGB8 (line 543) | RGB8 = 0x8051 constant RGB8I (line 544) | RGB8I = 0x8D8F constant RGB8_SNORM (line 545) | RGB8_SNORM = 0x8F96 constant RGB8UI (line 546) | RGB8UI = 0x8D7D constant RGB9_E5 (line 547) | RGB9_E5 = 0x8C3D constant RGBA16F (line 548) | RGBA16F = 0x881A constant RGBA16I (line 549) | RGBA16I = 0x8D88 constant RGBA16UI (line 550) | RGBA16UI = 0x8D76 constant RGBA32F (line 551) | RGBA32F = 0x8814 constant RGBA32I (line 552) | RGBA32I = 0x8D82 constant RGBA32UI (line 553) | RGBA32UI = 0x8D70 constant RGBA8 (line 554) | RGBA8 = 0x8058 constant RGBA8I (line 555) | RGBA8I = 0x8D8E constant RGBA8_SNORM (line 556) | RGBA8_SNORM = 0x8F97 constant RGBA8UI (line 557) | RGBA8UI = 0x8D7C constant RGBA_INTEGER (line 558) | RGBA_INTEGER = 0x8D99 constant RGB_INTEGER (line 559) | RGB_INTEGER = 0x8D98 constant RG_INTEGER (line 560) | RG_INTEGER = 0x8228 constant SAMPLER_2D_ARRAY (line 561) | SAMPLER_2D_ARRAY = 0x8DC1 constant SAMPLER_2D_ARRAY_SHADOW (line 562) | SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 constant SAMPLER_2D_SHADOW (line 563) | SAMPLER_2D_SHADOW = 0x8B62 constant SAMPLER_3D (line 564) | SAMPLER_3D = 0x8B5F constant SAMPLER_BINDING (line 565) | SAMPLER_BINDING = 0x8919 constant SAMPLER_CUBE_SHADOW (line 566) | SAMPLER_CUBE_SHADOW = 0x8DC5 constant SEPARATE_ATTRIBS (line 567) | SEPARATE_ATTRIBS = 0x8C8D constant SIGNALED (line 568) | SIGNALED = 0x9119 constant SIGNED_NORMALIZED (line 569) | SIGNED_NORMALIZED = 0x8F9C constant SRGB (line 570) | SRGB = 0x8C40 constant SRGB8 (line 571) | SRGB8 = 0x8C41 constant SRGB8_ALPHA8 (line 572) | SRGB8_ALPHA8 = 0x8C43 constant STATIC_COPY (line 573) | STATIC_COPY = 0x88E6 constant STATIC_READ (line 574) | STATIC_READ = 0x88E5 constant STENCIL (line 575) | STENCIL = 0x1802 constant STREAM_COPY (line 576) | STREAM_COPY = 0x88E2 constant STREAM_READ (line 577) | STREAM_READ = 0x88E1 constant SYNC_CONDITION (line 578) | SYNC_CONDITION = 0x9113 constant SYNC_FENCE (line 579) | SYNC_FENCE = 0x9116 constant SYNC_FLAGS (line 580) | SYNC_FLAGS = 0x9115 constant SYNC_FLUSH_COMMANDS_BIT (line 581) | SYNC_FLUSH_COMMANDS_BIT = 0x00000001 constant SYNC_GPU_COMMANDS_COMPLETE (line 582) | SYNC_GPU_COMMANDS_COMPLETE = 0x9117 constant SYNC_STATUS (line 583) | SYNC_STATUS = 0x9114 constant TEXTURE_2D_ARRAY (line 584) | TEXTURE_2D_ARRAY = 0x8C1A constant TEXTURE_3D (line 585) | TEXTURE_3D = 0x806F constant TEXTURE_BASE_LEVEL (line 586) | TEXTURE_BASE_LEVEL = 0x813C constant TEXTURE_BINDING_2D_ARRAY (line 587) | TEXTURE_BINDING_2D_ARRAY = 0x8C1D constant TEXTURE_BINDING_3D (line 588) | TEXTURE_BINDING_3D = 0x806A constant TEXTURE_COMPARE_FUNC (line 589) | TEXTURE_COMPARE_FUNC = 0x884D constant TEXTURE_COMPARE_MODE (line 590) | TEXTURE_COMPARE_MODE = 0x884C constant TEXTURE_IMMUTABLE_FORMAT (line 591) | TEXTURE_IMMUTABLE_FORMAT = 0x912F constant TEXTURE_IMMUTABLE_LEVELS (line 592) | TEXTURE_IMMUTABLE_LEVELS = 0x82DF constant TEXTURE_MAX_LEVEL (line 593) | TEXTURE_MAX_LEVEL = 0x813D constant TEXTURE_MAX_LOD (line 594) | TEXTURE_MAX_LOD = 0x813B constant TEXTURE_MIN_LOD (line 595) | TEXTURE_MIN_LOD = 0x813A constant TEXTURE_SWIZZLE_A (line 596) | TEXTURE_SWIZZLE_A = 0x8E45 constant TEXTURE_SWIZZLE_B (line 597) | TEXTURE_SWIZZLE_B = 0x8E44 constant TEXTURE_SWIZZLE_G (line 598) | TEXTURE_SWIZZLE_G = 0x8E43 constant TEXTURE_SWIZZLE_R (line 599) | TEXTURE_SWIZZLE_R = 0x8E42 constant TEXTURE_WRAP_R (line 600) | TEXTURE_WRAP_R = 0x8072 constant TIMEOUT_EXPIRED (line 601) | TIMEOUT_EXPIRED = 0x911B constant TIMEOUT_IGNORED (line 602) | TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF constant TRANSFORM_FEEDBACK (line 603) | TRANSFORM_FEEDBACK = 0x8E22 constant TRANSFORM_FEEDBACK_ACTIVE (line 604) | TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 constant TRANSFORM_FEEDBACK_BINDING (line 605) | TRANSFORM_FEEDBACK_BINDING = 0x8E25 constant TRANSFORM_FEEDBACK_BUFFER (line 606) | TRANSFORM_FEEDBACK_BUFFER = 0x8C8E constant TRANSFORM_FEEDBACK_BUFFER_BINDING (line 607) | TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F constant TRANSFORM_FEEDBACK_BUFFER_MODE (line 608) | TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F constant TRANSFORM_FEEDBACK_BUFFER_SIZE (line 609) | TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 constant TRANSFORM_FEEDBACK_BUFFER_START (line 610) | TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 constant TRANSFORM_FEEDBACK_PAUSED (line 611) | TRANSFORM_FEEDBACK_PAUSED = 0x8E23 constant TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN (line 612) | TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 constant TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH (line 613) | TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 constant TRANSFORM_FEEDBACK_VARYINGS (line 614) | TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 constant UNIFORM_ARRAY_STRIDE (line 615) | UNIFORM_ARRAY_STRIDE = 0x8A3C constant UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES (line 616) | UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 constant UNIFORM_BLOCK_ACTIVE_UNIFORMS (line 617) | UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 constant UNIFORM_BLOCK_BINDING (line 618) | UNIFORM_BLOCK_BINDING = 0x8A3F constant UNIFORM_BLOCK_DATA_SIZE (line 619) | UNIFORM_BLOCK_DATA_SIZE = 0x8A40 constant UNIFORM_BLOCK_INDEX (line 620) | UNIFORM_BLOCK_INDEX = 0x8A3A constant UNIFORM_BLOCK_NAME_LENGTH (line 621) | UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 constant UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER (line 622) | UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 constant UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER (line 623) | UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 constant UNIFORM_BUFFER (line 624) | UNIFORM_BUFFER = 0x8A11 constant UNIFORM_BUFFER_BINDING (line 625) | UNIFORM_BUFFER_BINDING = 0x8A28 constant UNIFORM_BUFFER_OFFSET_ALIGNMENT (line 626) | UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 constant UNIFORM_BUFFER_SIZE (line 627) | UNIFORM_BUFFER_SIZE = 0x8A2A constant UNIFORM_BUFFER_START (line 628) | UNIFORM_BUFFER_START = 0x8A29 constant UNIFORM_IS_ROW_MAJOR (line 629) | UNIFORM_IS_ROW_MAJOR = 0x8A3E constant UNIFORM_MATRIX_STRIDE (line 630) | UNIFORM_MATRIX_STRIDE = 0x8A3D constant UNIFORM_NAME_LENGTH (line 631) | UNIFORM_NAME_LENGTH = 0x8A39 constant UNIFORM_OFFSET (line 632) | UNIFORM_OFFSET = 0x8A3B constant UNIFORM_SIZE (line 633) | UNIFORM_SIZE = 0x8A38 constant UNIFORM_TYPE (line 634) | UNIFORM_TYPE = 0x8A37 constant UNPACK_IMAGE_HEIGHT (line 635) | UNPACK_IMAGE_HEIGHT = 0x806E constant UNPACK_ROW_LENGTH (line 636) | UNPACK_ROW_LENGTH = 0x0CF2 constant UNPACK_SKIP_IMAGES (line 637) | UNPACK_SKIP_IMAGES = 0x806D constant UNPACK_SKIP_PIXELS (line 638) | UNPACK_SKIP_PIXELS = 0x0CF4 constant UNPACK_SKIP_ROWS (line 639) | UNPACK_SKIP_ROWS = 0x0CF3 constant UNSIGNALED (line 640) | UNSIGNALED = 0x9118 constant UNSIGNED_INT_10F_11F_11F_REV (line 641) | UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B constant UNSIGNED_INT_2_10_10_10_REV (line 642) | UNSIGNED_INT_2_10_10_10_REV = 0x8368 constant UNSIGNED_INT_24_8 (line 643) | UNSIGNED_INT_24_8 = 0x84FA constant UNSIGNED_INT_5_9_9_9_REV (line 644) | UNSIGNED_INT_5_9_9_9_REV = 0x8C3E constant UNSIGNED_INT_SAMPLER_2D (line 645) | UNSIGNED_INT_SAMPLER_2D = 0x8DD2 constant UNSIGNED_INT_SAMPLER_2D_ARRAY (line 646) | UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 constant UNSIGNED_INT_SAMPLER_3D (line 647) | UNSIGNED_INT_SAMPLER_3D = 0x8DD3 constant UNSIGNED_INT_SAMPLER_CUBE (line 648) | UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 constant UNSIGNED_INT_VEC2 (line 649) | UNSIGNED_INT_VEC2 = 0x8DC6 constant UNSIGNED_INT_VEC3 (line 650) | UNSIGNED_INT_VEC3 = 0x8DC7 constant UNSIGNED_INT_VEC4 (line 651) | UNSIGNED_INT_VEC4 = 0x8DC8 constant UNSIGNED_NORMALIZED (line 652) | UNSIGNED_NORMALIZED = 0x8C17 constant VERTEX_ARRAY_BINDING (line 653) | VERTEX_ARRAY_BINDING = 0x85B5 constant VERTEX_ATTRIB_ARRAY_DIVISOR (line 654) | VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE constant VERTEX_ATTRIB_ARRAY_INTEGER (line 655) | VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD constant WAIT_FAILED (line 656) | WAIT_FAILED = 0x911D FILE: vendor/golang.org/x/mobile/gl/dll_windows.go function downloadDLLs (line 23) | func downloadDLLs() (path string, err error) { function appdataPath (line 113) | func appdataPath() string { function containsDLLs (line 117) | func containsDLLs(dir string) bool { function chromePath (line 139) | func chromePath() string { function findDLLs (line 175) | func findDLLs() (err error) { FILE: vendor/golang.org/x/mobile/gl/fn.go type call (line 9) | type call struct type fnargs (line 15) | type fnargs struct type glfn (line 30) | type glfn constant glfnUNDEFINED (line 33) | glfnUNDEFINED glfn = iota constant glfnActiveTexture (line 34) | glfnActiveTexture constant glfnAttachShader (line 35) | glfnAttachShader constant glfnBindAttribLocation (line 36) | glfnBindAttribLocation constant glfnBindBuffer (line 37) | glfnBindBuffer constant glfnBindFramebuffer (line 38) | glfnBindFramebuffer constant glfnBindRenderbuffer (line 39) | glfnBindRenderbuffer constant glfnBindTexture (line 40) | glfnBindTexture constant glfnBindVertexArray (line 41) | glfnBindVertexArray constant glfnBlendColor (line 42) | glfnBlendColor constant glfnBlendEquation (line 43) | glfnBlendEquation constant glfnBlendEquationSeparate (line 44) | glfnBlendEquationSeparate constant glfnBlendFunc (line 45) | glfnBlendFunc constant glfnBlendFuncSeparate (line 46) | glfnBlendFuncSeparate constant glfnBufferData (line 47) | glfnBufferData constant glfnBufferSubData (line 48) | glfnBufferSubData constant glfnCheckFramebufferStatus (line 49) | glfnCheckFramebufferStatus constant glfnClear (line 50) | glfnClear constant glfnClearColor (line 51) | glfnClearColor constant glfnClearDepthf (line 52) | glfnClearDepthf constant glfnClearStencil (line 53) | glfnClearStencil constant glfnColorMask (line 54) | glfnColorMask constant glfnCompileShader (line 55) | glfnCompileShader constant glfnCompressedTexImage2D (line 56) | glfnCompressedTexImage2D constant glfnCompressedTexSubImage2D (line 57) | glfnCompressedTexSubImage2D constant glfnCopyTexImage2D (line 58) | glfnCopyTexImage2D constant glfnCopyTexSubImage2D (line 59) | glfnCopyTexSubImage2D constant glfnCreateProgram (line 60) | glfnCreateProgram constant glfnCreateShader (line 61) | glfnCreateShader constant glfnCullFace (line 62) | glfnCullFace constant glfnDeleteBuffer (line 63) | glfnDeleteBuffer constant glfnDeleteFramebuffer (line 64) | glfnDeleteFramebuffer constant glfnDeleteProgram (line 65) | glfnDeleteProgram constant glfnDeleteRenderbuffer (line 66) | glfnDeleteRenderbuffer constant glfnDeleteShader (line 67) | glfnDeleteShader constant glfnDeleteTexture (line 68) | glfnDeleteTexture constant glfnDeleteVertexArray (line 69) | glfnDeleteVertexArray constant glfnDepthFunc (line 70) | glfnDepthFunc constant glfnDepthRangef (line 71) | glfnDepthRangef constant glfnDepthMask (line 72) | glfnDepthMask constant glfnDetachShader (line 73) | glfnDetachShader constant glfnDisable (line 74) | glfnDisable constant glfnDisableVertexAttribArray (line 75) | glfnDisableVertexAttribArray constant glfnDrawArrays (line 76) | glfnDrawArrays constant glfnDrawElements (line 77) | glfnDrawElements constant glfnEnable (line 78) | glfnEnable constant glfnEnableVertexAttribArray (line 79) | glfnEnableVertexAttribArray constant glfnFinish (line 80) | glfnFinish constant glfnFlush (line 81) | glfnFlush constant glfnFramebufferRenderbuffer (line 82) | glfnFramebufferRenderbuffer constant glfnFramebufferTexture2D (line 83) | glfnFramebufferTexture2D constant glfnFrontFace (line 84) | glfnFrontFace constant glfnGenBuffer (line 85) | glfnGenBuffer constant glfnGenFramebuffer (line 86) | glfnGenFramebuffer constant glfnGenRenderbuffer (line 87) | glfnGenRenderbuffer constant glfnGenTexture (line 88) | glfnGenTexture constant glfnGenVertexArray (line 89) | glfnGenVertexArray constant glfnGenerateMipmap (line 90) | glfnGenerateMipmap constant glfnGetActiveAttrib (line 91) | glfnGetActiveAttrib constant glfnGetActiveUniform (line 92) | glfnGetActiveUniform constant glfnGetAttachedShaders (line 93) | glfnGetAttachedShaders constant glfnGetAttribLocation (line 94) | glfnGetAttribLocation constant glfnGetBooleanv (line 95) | glfnGetBooleanv constant glfnGetBufferParameteri (line 96) | glfnGetBufferParameteri constant glfnGetError (line 97) | glfnGetError constant glfnGetFloatv (line 98) | glfnGetFloatv constant glfnGetFramebufferAttachmentParameteriv (line 99) | glfnGetFramebufferAttachmentParameteriv constant glfnGetIntegerv (line 100) | glfnGetIntegerv constant glfnGetProgramInfoLog (line 101) | glfnGetProgramInfoLog constant glfnGetProgramiv (line 102) | glfnGetProgramiv constant glfnGetRenderbufferParameteriv (line 103) | glfnGetRenderbufferParameteriv constant glfnGetShaderInfoLog (line 104) | glfnGetShaderInfoLog constant glfnGetShaderPrecisionFormat (line 105) | glfnGetShaderPrecisionFormat constant glfnGetShaderSource (line 106) | glfnGetShaderSource constant glfnGetShaderiv (line 107) | glfnGetShaderiv constant glfnGetString (line 108) | glfnGetString constant glfnGetTexParameterfv (line 109) | glfnGetTexParameterfv constant glfnGetTexParameteriv (line 110) | glfnGetTexParameteriv constant glfnGetUniformLocation (line 111) | glfnGetUniformLocation constant glfnGetUniformfv (line 112) | glfnGetUniformfv constant glfnGetUniformiv (line 113) | glfnGetUniformiv constant glfnGetVertexAttribfv (line 114) | glfnGetVertexAttribfv constant glfnGetVertexAttribiv (line 115) | glfnGetVertexAttribiv constant glfnHint (line 116) | glfnHint constant glfnIsBuffer (line 117) | glfnIsBuffer constant glfnIsEnabled (line 118) | glfnIsEnabled constant glfnIsFramebuffer (line 119) | glfnIsFramebuffer constant glfnIsProgram (line 120) | glfnIsProgram constant glfnIsRenderbuffer (line 121) | glfnIsRenderbuffer constant glfnIsShader (line 122) | glfnIsShader constant glfnIsTexture (line 123) | glfnIsTexture constant glfnLineWidth (line 124) | glfnLineWidth constant glfnLinkProgram (line 125) | glfnLinkProgram constant glfnPixelStorei (line 126) | glfnPixelStorei constant glfnPolygonOffset (line 127) | glfnPolygonOffset constant glfnReadPixels (line 128) | glfnReadPixels constant glfnReleaseShaderCompiler (line 129) | glfnReleaseShaderCompiler constant glfnRenderbufferStorage (line 130) | glfnRenderbufferStorage constant glfnSampleCoverage (line 131) | glfnSampleCoverage constant glfnScissor (line 132) | glfnScissor constant glfnShaderSource (line 133) | glfnShaderSource constant glfnStencilFunc (line 134) | glfnStencilFunc constant glfnStencilFuncSeparate (line 135) | glfnStencilFuncSeparate constant glfnStencilMask (line 136) | glfnStencilMask constant glfnStencilMaskSeparate (line 137) | glfnStencilMaskSeparate constant glfnStencilOp (line 138) | glfnStencilOp constant glfnStencilOpSeparate (line 139) | glfnStencilOpSeparate constant glfnTexImage2D (line 140) | glfnTexImage2D constant glfnTexParameterf (line 141) | glfnTexParameterf constant glfnTexParameterfv (line 142) | glfnTexParameterfv constant glfnTexParameteri (line 143) | glfnTexParameteri constant glfnTexParameteriv (line 144) | glfnTexParameteriv constant glfnTexSubImage2D (line 145) | glfnTexSubImage2D constant glfnUniform1f (line 146) | glfnUniform1f constant glfnUniform1fv (line 147) | glfnUniform1fv constant glfnUniform1i (line 148) | glfnUniform1i constant glfnUniform1iv (line 149) | glfnUniform1iv constant glfnUniform2f (line 150) | glfnUniform2f constant glfnUniform2fv (line 151) | glfnUniform2fv constant glfnUniform2i (line 152) | glfnUniform2i constant glfnUniform2iv (line 153) | glfnUniform2iv constant glfnUniform3f (line 154) | glfnUniform3f constant glfnUniform3fv (line 155) | glfnUniform3fv constant glfnUniform3i (line 156) | glfnUniform3i constant glfnUniform3iv (line 157) | glfnUniform3iv constant glfnUniform4f (line 158) | glfnUniform4f constant glfnUniform4fv (line 159) | glfnUniform4fv constant glfnUniform4i (line 160) | glfnUniform4i constant glfnUniform4iv (line 161) | glfnUniform4iv constant glfnUniformMatrix2fv (line 162) | glfnUniformMatrix2fv constant glfnUniformMatrix3fv (line 163) | glfnUniformMatrix3fv constant glfnUniformMatrix4fv (line 164) | glfnUniformMatrix4fv constant glfnUseProgram (line 165) | glfnUseProgram constant glfnValidateProgram (line 166) | glfnValidateProgram constant glfnVertexAttrib1f (line 167) | glfnVertexAttrib1f constant glfnVertexAttrib1fv (line 168) | glfnVertexAttrib1fv constant glfnVertexAttrib2f (line 169) | glfnVertexAttrib2f constant glfnVertexAttrib2fv (line 170) | glfnVertexAttrib2fv constant glfnVertexAttrib3f (line 171) | glfnVertexAttrib3f constant glfnVertexAttrib3fv (line 172) | glfnVertexAttrib3fv constant glfnVertexAttrib4f (line 173) | glfnVertexAttrib4f constant glfnVertexAttrib4fv (line 174) | glfnVertexAttrib4fv constant glfnVertexAttribPointer (line 175) | glfnVertexAttribPointer constant glfnViewport (line 176) | glfnViewport constant glfnUniformMatrix2x3fv (line 179) | glfnUniformMatrix2x3fv constant glfnUniformMatrix3x2fv (line 180) | glfnUniformMatrix3x2fv constant glfnUniformMatrix2x4fv (line 181) | glfnUniformMatrix2x4fv constant glfnUniformMatrix4x2fv (line 182) | glfnUniformMatrix4x2fv constant glfnUniformMatrix3x4fv (line 183) | glfnUniformMatrix3x4fv constant glfnUniformMatrix4x3fv (line 184) | glfnUniformMatrix4x3fv constant glfnBlitFramebuffer (line 185) | glfnBlitFramebuffer constant glfnUniform1ui (line 186) | glfnUniform1ui constant glfnUniform2ui (line 187) | glfnUniform2ui constant glfnUniform3ui (line 188) | glfnUniform3ui constant glfnUniform4ui (line 189) | glfnUniform4ui constant glfnUniform1uiv (line 190) | glfnUniform1uiv constant glfnUniform2uiv (line 191) | glfnUniform2uiv constant glfnUniform3uiv (line 192) | glfnUniform3uiv constant glfnUniform4uiv (line 193) | glfnUniform4uiv function goString (line 196) | func goString(buf []byte) string { function glBoolean (line 205) | func glBoolean(b bool) uintptr { FILE: vendor/golang.org/x/mobile/gl/gl.go method ActiveTexture (line 21) | func (ctx *context) ActiveTexture(texture Enum) { method AttachShader (line 30) | func (ctx *context) AttachShader(p Program, s Shader) { method BindAttribLocation (line 40) | func (ctx *context) BindAttribLocation(p Program, a Attrib, name string) { method BindBuffer (line 54) | func (ctx *context) BindBuffer(target Enum, b Buffer) { method BindFramebuffer (line 64) | func (ctx *context) BindFramebuffer(target Enum, fb Framebuffer) { method BindRenderbuffer (line 74) | func (ctx *context) BindRenderbuffer(target Enum, rb Renderbuffer) { method BindTexture (line 84) | func (ctx *context) BindTexture(target Enum, t Texture) { method BindVertexArray (line 94) | func (ctx *context) BindVertexArray(va VertexArray) { method BlendColor (line 103) | func (ctx *context) BlendColor(red, green, blue, alpha float32) { method BlendEquation (line 115) | func (ctx *context) BlendEquation(mode Enum) { method BlendEquationSeparate (line 124) | func (ctx *context) BlendEquationSeparate(modeRGB, modeAlpha Enum) { method BlendFunc (line 134) | func (ctx *context) BlendFunc(sfactor, dfactor Enum) { method BlendFuncSeparate (line 144) | func (ctx *context) BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlp... method BufferData (line 156) | func (ctx *context) BufferData(target Enum, src []byte, usage Enum) { method BufferInit (line 173) | func (ctx *context) BufferInit(target Enum, size int, usage Enum) { method BufferSubData (line 185) | func (ctx *context) BufferSubData(target Enum, offset int, data []byte) { method CheckFramebufferStatus (line 198) | func (ctx *context) CheckFramebufferStatus(target Enum) Enum { method Clear (line 208) | func (ctx *context) Clear(mask Enum) { method ClearColor (line 217) | func (ctx *context) ClearColor(red, green, blue, alpha float32) { method ClearDepthf (line 229) | func (ctx *context) ClearDepthf(d float32) { method ClearStencil (line 238) | func (ctx *context) ClearStencil(s int) { method ColorMask (line 247) | func (ctx *context) ColorMask(red, green, blue, alpha bool) { method CompileShader (line 259) | func (ctx *context) CompileShader(s Shader) { method CompressedTexImage2D (line 268) | func (ctx *context) CompressedTexImage2D(target Enum, level int, interna... method CompressedTexSubImage2D (line 285) | func (ctx *context) CompressedTexSubImage2D(target Enum, level, xoffset,... method CopyTexImage2D (line 303) | func (ctx *context) CopyTexImage2D(target Enum, level int, internalforma... method CopyTexSubImage2D (line 319) | func (ctx *context) CopyTexSubImage2D(target Enum, level, xoffset, yoffs... method CreateBuffer (line 335) | func (ctx *context) CreateBuffer() Buffer { method CreateFramebuffer (line 344) | func (ctx *context) CreateFramebuffer() Framebuffer { method CreateProgram (line 353) | func (ctx *context) CreateProgram() Program { method CreateRenderbuffer (line 365) | func (ctx *context) CreateRenderbuffer() Renderbuffer { method CreateShader (line 374) | func (ctx *context) CreateShader(ty Enum) Shader { method CreateTexture (line 384) | func (ctx *context) CreateTexture() Texture { method CreateVertexArray (line 393) | func (ctx *context) CreateVertexArray() VertexArray { method CullFace (line 402) | func (ctx *context) CullFace(mode Enum) { method DeleteBuffer (line 411) | func (ctx *context) DeleteBuffer(v Buffer) { method DeleteFramebuffer (line 420) | func (ctx *context) DeleteFramebuffer(v Framebuffer) { method DeleteProgram (line 429) | func (ctx *context) DeleteProgram(p Program) { method DeleteRenderbuffer (line 438) | func (ctx *context) DeleteRenderbuffer(v Renderbuffer) { method DeleteShader (line 447) | func (ctx *context) DeleteShader(s Shader) { method DeleteTexture (line 456) | func (ctx *context) DeleteTexture(v Texture) { method DeleteVertexArray (line 465) | func (ctx *context) DeleteVertexArray(v VertexArray) { method DepthFunc (line 474) | func (ctx *context) DepthFunc(fn Enum) { method DepthMask (line 483) | func (ctx *context) DepthMask(flag bool) { method DepthRangef (line 492) | func (ctx *context) DepthRangef(n, f float32) { method DetachShader (line 502) | func (ctx *context) DetachShader(p Program, s Shader) { method Disable (line 512) | func (ctx *context) Disable(cap Enum) { method DisableVertexAttribArray (line 521) | func (ctx *context) DisableVertexAttribArray(a Attrib) { method DrawArrays (line 530) | func (ctx *context) DrawArrays(mode Enum, first, count int) { method DrawElements (line 541) | func (ctx *context) DrawElements(mode Enum, count int, ty Enum, offset i... method Enable (line 553) | func (ctx *context) Enable(cap Enum) { method EnableVertexAttribArray (line 562) | func (ctx *context) EnableVertexAttribArray(a Attrib) { method Finish (line 571) | func (ctx *context) Finish() { method Flush (line 580) | func (ctx *context) Flush() { method FramebufferRenderbuffer (line 589) | func (ctx *context) FramebufferRenderbuffer(target, attachment, rbTarget... method FramebufferTexture2D (line 601) | func (ctx *context) FramebufferTexture2D(target, attachment, texTarget E... method FrontFace (line 614) | func (ctx *context) FrontFace(mode Enum) { method GenerateMipmap (line 623) | func (ctx *context) GenerateMipmap(target Enum) { method GetActiveAttrib (line 632) | func (ctx *context) GetActiveAttrib(p Program, index uint32) (name strin... method GetActiveUniform (line 652) | func (ctx *context) GetActiveUniform(p Program, index uint32) (name stri... method GetAttachedShaders (line 672) | func (ctx *context) GetAttachedShaders(p Program) []Shader { method GetAttribLocation (line 697) | func (ctx *context) GetAttribLocation(p Program, name string) Attrib { method GetBooleanv (line 710) | func (ctx *context) GetBooleanv(dst []bool, pname Enum) { method GetFloatv (line 727) | func (ctx *context) GetFloatv(dst []float32, pname Enum) { method GetIntegerv (line 738) | func (ctx *context) GetIntegerv(dst []int32, pname Enum) { method GetInteger (line 749) | func (ctx *context) GetInteger(pname Enum) int { method GetBufferParameteri (line 755) | func (ctx *context) GetBufferParameteri(target, value Enum) int { method GetError (line 766) | func (ctx *context) GetError() Enum { method GetFramebufferAttachmentParameteri (line 775) | func (ctx *context) GetFramebufferAttachmentParameteri(target, attachmen... method GetProgrami (line 787) | func (ctx *context) GetProgrami(p Program, pname Enum) int { method GetProgramInfoLog (line 798) | func (ctx *context) GetProgramInfoLog(p Program) string { method GetRenderbufferParameteri (line 818) | func (ctx *context) GetRenderbufferParameteri(target, pname Enum) int { method GetShaderi (line 829) | func (ctx *context) GetShaderi(s Shader, pname Enum) int { method GetShaderInfoLog (line 840) | func (ctx *context) GetShaderInfoLog(s Shader) string { method GetShaderPrecisionFormat (line 860) | func (ctx *context) GetShaderPrecisionFormat(shadertype, precisiontype E... method GetShaderSource (line 876) | func (ctx *context) GetShaderSource(s Shader) string { method GetString (line 896) | func (ctx *context) GetString(pname Enum) string { method GetTexParameterfv (line 909) | func (ctx *context) GetTexParameterfv(dst []float32, target, pname Enum) { method GetTexParameteriv (line 921) | func (ctx *context) GetTexParameteriv(dst []int32, target, pname Enum) { method GetUniformfv (line 932) | func (ctx *context) GetUniformfv(dst []float32, src Uniform, p Program) { method GetUniformiv (line 944) | func (ctx *context) GetUniformiv(dst []int32, src Uniform, p Program) { method GetUniformLocation (line 956) | func (ctx *context) GetUniformLocation(p Program, name string) Uniform { method GetVertexAttribf (line 969) | func (ctx *context) GetVertexAttribf(src Attrib, pname Enum) float32 { method GetVertexAttribfv (line 975) | func (ctx *context) GetVertexAttribfv(dst []float32, src Attrib, pname E... method GetVertexAttribi (line 987) | func (ctx *context) GetVertexAttribi(src Attrib, pname Enum) int32 { method GetVertexAttribiv (line 993) | func (ctx *context) GetVertexAttribiv(dst []int32, src Attrib, pname Enu... method Hint (line 1005) | func (ctx *context) Hint(target, mode Enum) { method IsBuffer (line 1015) | func (ctx *context) IsBuffer(b Buffer) bool { method IsEnabled (line 1025) | func (ctx *context) IsEnabled(cap Enum) bool { method IsFramebuffer (line 1035) | func (ctx *context) IsFramebuffer(fb Framebuffer) bool { method IsProgram (line 1045) | func (ctx *context) IsProgram(p Program) bool { method IsRenderbuffer (line 1055) | func (ctx *context) IsRenderbuffer(rb Renderbuffer) bool { method IsShader (line 1065) | func (ctx *context) IsShader(s Shader) bool { method IsTexture (line 1075) | func (ctx *context) IsTexture(t Texture) bool { method LineWidth (line 1085) | func (ctx *context) LineWidth(width float32) { method LinkProgram (line 1094) | func (ctx *context) LinkProgram(p Program) { method PixelStorei (line 1103) | func (ctx *context) PixelStorei(pname Enum, param int32) { method PolygonOffset (line 1113) | func (ctx *context) PolygonOffset(factor, units float32) { method ReadPixels (line 1123) | func (ctx *context) ReadPixels(dst []byte, x, y, width, height int, form... method ReleaseShaderCompiler (line 1140) | func (ctx *context) ReleaseShaderCompiler() { method RenderbufferStorage (line 1148) | func (ctx *context) RenderbufferStorage(target, internalFormat Enum, wid... method SampleCoverage (line 1160) | func (ctx *context) SampleCoverage(value float32, invert bool) { method Scissor (line 1170) | func (ctx *context) Scissor(x, y, width, height int32) { method ShaderSource (line 1182) | func (ctx *context) ShaderSource(s Shader, src string) { method StencilFunc (line 1196) | func (ctx *context) StencilFunc(fn Enum, ref int, mask uint32) { method StencilFuncSeparate (line 1207) | func (ctx *context) StencilFuncSeparate(face, fn Enum, ref int, mask uin... method StencilMask (line 1219) | func (ctx *context) StencilMask(mask uint32) { method StencilMaskSeparate (line 1228) | func (ctx *context) StencilMaskSeparate(face Enum, mask uint32) { method StencilOp (line 1238) | func (ctx *context) StencilOp(fail, zfail, zpass Enum) { method StencilOpSeparate (line 1249) | func (ctx *context) StencilOpSeparate(face, sfail, dpfail, dppass Enum) { method TexImage2D (line 1261) | func (ctx *context) TexImage2D(target Enum, level int, internalFormat in... method TexSubImage2D (line 1287) | func (ctx *context) TexSubImage2D(target Enum, level int, x, y, width, h... method TexParameterf (line 1314) | func (ctx *context) TexParameterf(target, pname Enum, param float32) { method TexParameterfv (line 1325) | func (ctx *context) TexParameterfv(target, pname Enum, params []float32) { method TexParameteri (line 1337) | func (ctx *context) TexParameteri(target, pname Enum, param int) { method TexParameteriv (line 1348) | func (ctx *context) TexParameteriv(target, pname Enum, params []int32) { method Uniform1f (line 1360) | func (ctx *context) Uniform1f(dst Uniform, v float32) { method Uniform1fv (line 1370) | func (ctx *context) Uniform1fv(dst Uniform, src []float32) { method Uniform1i (line 1382) | func (ctx *context) Uniform1i(dst Uniform, v int) { method Uniform1iv (line 1392) | func (ctx *context) Uniform1iv(dst Uniform, src []int32) { method Uniform2f (line 1404) | func (ctx *context) Uniform2f(dst Uniform, v0, v1 float32) { method Uniform2fv (line 1415) | func (ctx *context) Uniform2fv(dst Uniform, src []float32) { method Uniform2i (line 1427) | func (ctx *context) Uniform2i(dst Uniform, v0, v1 int) { method Uniform2iv (line 1438) | func (ctx *context) Uniform2iv(dst Uniform, src []int32) { method Uniform3f (line 1450) | func (ctx *context) Uniform3f(dst Uniform, v0, v1, v2 float32) { method Uniform3fv (line 1462) | func (ctx *context) Uniform3fv(dst Uniform, src []float32) { method Uniform3i (line 1474) | func (ctx *context) Uniform3i(dst Uniform, v0, v1, v2 int32) { method Uniform3iv (line 1486) | func (ctx *context) Uniform3iv(dst Uniform, src []int32) { method Uniform4f (line 1498) | func (ctx *context) Uniform4f(dst Uniform, v0, v1, v2, v3 float32) { method Uniform4fv (line 1511) | func (ctx *context) Uniform4fv(dst Uniform, src []float32) { method Uniform4i (line 1523) | func (ctx *context) Uniform4i(dst Uniform, v0, v1, v2, v3 int32) { method Uniform4iv (line 1536) | func (ctx *context) Uniform4iv(dst Uniform, src []int32) { method UniformMatrix2fv (line 1548) | func (ctx *context) UniformMatrix2fv(dst Uniform, src []float32) { method UniformMatrix3fv (line 1561) | func (ctx *context) UniformMatrix3fv(dst Uniform, src []float32) { method UniformMatrix4fv (line 1573) | func (ctx *context) UniformMatrix4fv(dst Uniform, src []float32) { method UseProgram (line 1585) | func (ctx *context) UseProgram(p Program) { method ValidateProgram (line 1594) | func (ctx *context) ValidateProgram(p Program) { method VertexAttrib1f (line 1603) | func (ctx *context) VertexAttrib1f(dst Attrib, x float32) { method VertexAttrib1fv (line 1613) | func (ctx *context) VertexAttrib1fv(dst Attrib, src []float32) { method VertexAttrib2f (line 1624) | func (ctx *context) VertexAttrib2f(dst Attrib, x, y float32) { method VertexAttrib2fv (line 1635) | func (ctx *context) VertexAttrib2fv(dst Attrib, src []float32) { method VertexAttrib3f (line 1646) | func (ctx *context) VertexAttrib3f(dst Attrib, x, y, z float32) { method VertexAttrib3fv (line 1658) | func (ctx *context) VertexAttrib3fv(dst Attrib, src []float32) { method VertexAttrib4f (line 1669) | func (ctx *context) VertexAttrib4f(dst Attrib, x, y, z, w float32) { method VertexAttrib4fv (line 1682) | func (ctx *context) VertexAttrib4fv(dst Attrib, src []float32) { method VertexAttribPointer (line 1693) | func (ctx *context) VertexAttribPointer(dst Attrib, size int, ty Enum, n... method Viewport (line 1707) | func (ctx *context) Viewport(x, y, width, height int) { method UniformMatrix2x3fv (line 1719) | func (ctx context3) UniformMatrix2x3fv(dst Uniform, src []float32) { method UniformMatrix3x2fv (line 1731) | func (ctx context3) UniformMatrix3x2fv(dst Uniform, src []float32) { method UniformMatrix2x4fv (line 1743) | func (ctx context3) UniformMatrix2x4fv(dst Uniform, src []float32) { method UniformMatrix4x2fv (line 1755) | func (ctx context3) UniformMatrix4x2fv(dst Uniform, src []float32) { method UniformMatrix3x4fv (line 1767) | func (ctx context3) UniformMatrix3x4fv(dst Uniform, src []float32) { method UniformMatrix4x3fv (line 1779) | func (ctx context3) UniformMatrix4x3fv(dst Uniform, src []float32) { method BlitFramebuffer (line 1791) | func (ctx context3) BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, d... method Uniform1ui (line 1809) | func (ctx context3) Uniform1ui(dst Uniform, v uint32) { method Uniform2ui (line 1819) | func (ctx context3) Uniform2ui(dst Uniform, v0, v1 uint32) { method Uniform3ui (line 1830) | func (ctx context3) Uniform3ui(dst Uniform, v0, v1, v2 uint) { method Uniform4ui (line 1842) | func (ctx context3) Uniform4ui(dst Uniform, v0, v1, v2, v3 uint32) { FILE: vendor/golang.org/x/mobile/gl/gldebug.go method errDrain (line 22) | func (ctx *context) errDrain() string { method enqueueDebug (line 37) | func (ctx *context) enqueueDebug(c call) uintptr { method String (line 51) | func (v Enum) String() string { method ActiveTexture (line 1240) | func (ctx *context) ActiveTexture(texture Enum) { method AttachShader (line 1253) | func (ctx *context) AttachShader(p Program, s Shader) { method BindAttribLocation (line 1267) | func (ctx *context) BindAttribLocation(p Program, a Attrib, name string) { method BindBuffer (line 1285) | func (ctx *context) BindBuffer(target Enum, b Buffer) { method BindFramebuffer (line 1299) | func (ctx *context) BindFramebuffer(target Enum, fb Framebuffer) { method BindRenderbuffer (line 1313) | func (ctx *context) BindRenderbuffer(target Enum, rb Renderbuffer) { method BindTexture (line 1327) | func (ctx *context) BindTexture(target Enum, t Texture) { method BindVertexArray (line 1341) | func (ctx *context) BindVertexArray(va VertexArray) { method BlendColor (line 1354) | func (ctx *context) BlendColor(red, green, blue, alpha float32) { method BlendEquation (line 1370) | func (ctx *context) BlendEquation(mode Enum) { method BlendEquationSeparate (line 1383) | func (ctx *context) BlendEquationSeparate(modeRGB, modeAlpha Enum) { method BlendFunc (line 1397) | func (ctx *context) BlendFunc(sfactor, dfactor Enum) { method BlendFuncSeparate (line 1411) | func (ctx *context) BlendFuncSeparate(sfactorRGB, dfactorRGB, sfactorAlp... method BufferData (line 1427) | func (ctx *context) BufferData(target Enum, src []byte, usage Enum) { method BufferInit (line 1448) | func (ctx *context) BufferInit(target Enum, size int, usage Enum) { method BufferSubData (line 1464) | func (ctx *context) BufferSubData(target Enum, offset int, data []byte) { method CheckFramebufferStatus (line 1481) | func (ctx *context) CheckFramebufferStatus(target Enum) (r0 Enum) { method Clear (line 1495) | func (ctx *context) Clear(mask Enum) { method ClearColor (line 1508) | func (ctx *context) ClearColor(red, green, blue, alpha float32) { method ClearDepthf (line 1524) | func (ctx *context) ClearDepthf(d float32) { method ClearStencil (line 1537) | func (ctx *context) ClearStencil(s int) { method ColorMask (line 1550) | func (ctx *context) ColorMask(red, green, blue, alpha bool) { method CompileShader (line 1566) | func (ctx *context) CompileShader(s Shader) { method CompressedTexImage2D (line 1579) | func (ctx *context) CompressedTexImage2D(target Enum, level int, interna... method CompressedTexSubImage2D (line 1600) | func (ctx *context) CompressedTexSubImage2D(target Enum, level, xoffset,... method CopyTexImage2D (line 1622) | func (ctx *context) CopyTexImage2D(target Enum, level int, internalforma... method CopyTexSubImage2D (line 1642) | func (ctx *context) CopyTexSubImage2D(target Enum, level, xoffset, yoffs... method CreateBuffer (line 1662) | func (ctx *context) CreateBuffer() (r0 Buffer) { method CreateFramebuffer (line 1675) | func (ctx *context) CreateFramebuffer() (r0 Framebuffer) { method CreateProgram (line 1688) | func (ctx *context) CreateProgram() (r0 Program) { method CreateRenderbuffer (line 1704) | func (ctx *context) CreateRenderbuffer() (r0 Renderbuffer) { method CreateShader (line 1717) | func (ctx *context) CreateShader(ty Enum) (r0 Shader) { method CreateTexture (line 1731) | func (ctx *context) CreateTexture() (r0 Texture) { method CreateVertexArray (line 1744) | func (ctx *context) CreateVertexArray() (r0 VertexArray) { method CullFace (line 1757) | func (ctx *context) CullFace(mode Enum) { method DeleteBuffer (line 1770) | func (ctx *context) DeleteBuffer(v Buffer) { method DeleteFramebuffer (line 1783) | func (ctx *context) DeleteFramebuffer(v Framebuffer) { method DeleteProgram (line 1796) | func (ctx *context) DeleteProgram(p Program) { method DeleteRenderbuffer (line 1809) | func (ctx *context) DeleteRenderbuffer(v Renderbuffer) { method DeleteShader (line 1822) | func (ctx *context) DeleteShader(s Shader) { method DeleteTexture (line 1835) | func (ctx *context) DeleteTexture(v Texture) { method DeleteVertexArray (line 1848) | func (ctx *context) DeleteVertexArray(v VertexArray) { method DepthFunc (line 1861) | func (ctx *context) DepthFunc(fn Enum) { method DepthMask (line 1874) | func (ctx *context) DepthMask(flag bool) { method DepthRangef (line 1887) | func (ctx *context) DepthRangef(n, f float32) { method DetachShader (line 1901) | func (ctx *context) DetachShader(p Program, s Shader) { method Disable (line 1915) | func (ctx *context) Disable(cap Enum) { method DisableVertexAttribArray (line 1928) | func (ctx *context) DisableVertexAttribArray(a Attrib) { method DrawArrays (line 1941) | func (ctx *context) DrawArrays(mode Enum, first, count int) { method DrawElements (line 1956) | func (ctx *context) DrawElements(mode Enum, count int, ty Enum, offset i... method Enable (line 1972) | func (ctx *context) Enable(cap Enum) { method EnableVertexAttribArray (line 1985) | func (ctx *context) EnableVertexAttribArray(a Attrib) { method Finish (line 1998) | func (ctx *context) Finish() { method Flush (line 2011) | func (ctx *context) Flush() { method FramebufferRenderbuffer (line 2024) | func (ctx *context) FramebufferRenderbuffer(target, attachment, rbTarget... method FramebufferTexture2D (line 2040) | func (ctx *context) FramebufferTexture2D(target, attachment, texTarget E... method FrontFace (line 2057) | func (ctx *context) FrontFace(mode Enum) { method GenerateMipmap (line 2070) | func (ctx *context) GenerateMipmap(target Enum) { method GetActiveAttrib (line 2083) | func (ctx *context) GetActiveAttrib(p Program, index uint32) (name strin... method GetActiveUniform (line 2105) | func (ctx *context) GetActiveUniform(p Program, index uint32) (name stri... method GetAttachedShaders (line 2127) | func (ctx *context) GetAttachedShaders(p Program) (r0 []Shader) { method GetAttribLocation (line 2154) | func (ctx *context) GetAttribLocation(p Program, name string) (r0 Attrib) { method GetBooleanv (line 2172) | func (ctx *context) GetBooleanv(dst []bool, pname Enum) { method GetFloatv (line 2191) | func (ctx *context) GetFloatv(dst []float32, pname Enum) { method GetIntegerv (line 2206) | func (ctx *context) GetIntegerv(dst []int32, pname Enum) { method GetInteger (line 2221) | func (ctx *context) GetInteger(pname Enum) (r0 int) { method GetBufferParameteri (line 2231) | func (ctx *context) GetBufferParameteri(target, value Enum) (r0 int) { method GetError (line 2246) | func (ctx *context) GetError() (r0 Enum) { method GetFramebufferAttachmentParameteri (line 2255) | func (ctx *context) GetFramebufferAttachmentParameteri(target, attachmen... method GetProgrami (line 2271) | func (ctx *context) GetProgrami(p Program, pname Enum) (r0 int) { method GetProgramInfoLog (line 2286) | func (ctx *context) GetProgramInfoLog(p Program) (r0 string) { method GetRenderbufferParameteri (line 2308) | func (ctx *context) GetRenderbufferParameteri(target, pname Enum) (r0 in... method GetShaderi (line 2323) | func (ctx *context) GetShaderi(s Shader, pname Enum) (r0 int) { method GetShaderInfoLog (line 2338) | func (ctx *context) GetShaderInfoLog(s Shader) (r0 string) { method GetShaderPrecisionFormat (line 2360) | func (ctx *context) GetShaderPrecisionFormat(shadertype, precisiontype E... method GetShaderSource (line 2378) | func (ctx *context) GetShaderSource(s Shader) (r0 string) { method GetString (line 2400) | func (ctx *context) GetString(pname Enum) (r0 string) { method GetTexParameterfv (line 2417) | func (ctx *context) GetTexParameterfv(dst []float32, target, pname Enum) { method GetTexParameteriv (line 2433) | func (ctx *context) GetTexParameteriv(dst []int32, target, pname Enum) { method GetUniformfv (line 2448) | func (ctx *context) GetUniformfv(dst []float32, src Uniform, p Program) { method GetUniformiv (line 2464) | func (ctx *context) GetUniformiv(dst []int32, src Uniform, p Program) { method GetUniformLocation (line 2480) | func (ctx *context) GetUniformLocation(p Program, name string) (r0 Unifo... method GetVertexAttribf (line 2498) | func (ctx *context) GetVertexAttribf(src Attrib, pname Enum) (r0 float32) { method GetVertexAttribfv (line 2508) | func (ctx *context) GetVertexAttribfv(dst []float32, src Attrib, pname E... method GetVertexAttribi (line 2524) | func (ctx *context) GetVertexAttribi(src Attrib, pname Enum) (r0 int32) { method GetVertexAttribiv (line 2534) | func (ctx *context) GetVertexAttribiv(dst []int32, src Attrib, pname Enu... method Hint (line 2550) | func (ctx *context) Hint(target, mode Enum) { method IsBuffer (line 2564) | func (ctx *context) IsBuffer(b Buffer) (r0 bool) { method IsEnabled (line 2578) | func (ctx *context) IsEnabled(cap Enum) (r0 bool) { method IsFramebuffer (line 2592) | func (ctx *context) IsFramebuffer(fb Framebuffer) (r0 bool) { method IsProgram (line 2606) | func (ctx *context) IsProgram(p Program) (r0 bool) { method IsRenderbuffer (line 2620) | func (ctx *context) IsRenderbuffer(rb Renderbuffer) (r0 bool) { method IsShader (line 2634) | func (ctx *context) IsShader(s Shader) (r0 bool) { method IsTexture (line 2648) | func (ctx *context) IsTexture(t Texture) (r0 bool) { method LineWidth (line 2662) | func (ctx *context) LineWidth(width float32) { method LinkProgram (line 2675) | func (ctx *context) LinkProgram(p Program) { method PixelStorei (line 2688) | func (ctx *context) PixelStorei(pname Enum, param int32) { method PolygonOffset (line 2702) | func (ctx *context) PolygonOffset(factor, units float32) { method ReadPixels (line 2716) | func (ctx *context) ReadPixels(dst []byte, x, y, width, height int, form... method ReleaseShaderCompiler (line 2737) | func (ctx *context) ReleaseShaderCompiler() { method RenderbufferStorage (line 2749) | func (ctx *context) RenderbufferStorage(target, internalFormat Enum, wid... method SampleCoverage (line 2765) | func (ctx *context) SampleCoverage(value float32, invert bool) { method Scissor (line 2779) | func (ctx *context) Scissor(x, y, width, height int32) { method ShaderSource (line 2795) | func (ctx *context) ShaderSource(s Shader, src string) { method StencilFunc (line 2813) | func (ctx *context) StencilFunc(fn Enum, ref int, mask uint32) { method StencilFuncSeparate (line 2828) | func (ctx *context) StencilFuncSeparate(face, fn Enum, ref int, mask uin... method StencilMask (line 2844) | func (ctx *context) StencilMask(mask uint32) { method StencilMaskSeparate (line 2857) | func (ctx *context) StencilMaskSeparate(face Enum, mask uint32) { method StencilOp (line 2871) | func (ctx *context) StencilOp(fail, zfail, zpass Enum) { method StencilOpSeparate (line 2886) | func (ctx *context) StencilOpSeparate(face, sfail, dpfail, dppass Enum) { method TexImage2D (line 2902) | func (ctx *context) TexImage2D(target Enum, level int, internalFormat in... method TexSubImage2D (line 2928) | func (ctx *context) TexSubImage2D(target Enum, level int, x, y, width, h... method TexParameterf (line 2951) | func (ctx *context) TexParameterf(target, pname Enum, param float32) { method TexParameterfv (line 2966) | func (ctx *context) TexParameterfv(target, pname Enum, params []float32) { method TexParameteri (line 2982) | func (ctx *context) TexParameteri(target, pname Enum, param int) { method TexParameteriv (line 2997) | func (ctx *context) TexParameteriv(target, pname Enum, params []int32) { method Uniform1f (line 3013) | func (ctx *context) Uniform1f(dst Uniform, v float32) { method Uniform1fv (line 3027) | func (ctx *context) Uniform1fv(dst Uniform, src []float32) { method Uniform1i (line 3043) | func (ctx *context) Uniform1i(dst Uniform, v int) { method Uniform1iv (line 3057) | func (ctx *context) Uniform1iv(dst Uniform, src []int32) { method Uniform2f (line 3073) | func (ctx *context) Uniform2f(dst Uniform, v0, v1 float32) { method Uniform2fv (line 3088) | func (ctx *context) Uniform2fv(dst Uniform, src []float32) { method Uniform2i (line 3104) | func (ctx *context) Uniform2i(dst Uniform, v0, v1 int) { method Uniform2iv (line 3119) | func (ctx *context) Uniform2iv(dst Uniform, src []int32) { method Uniform3f (line 3135) | func (ctx *context) Uniform3f(dst Uniform, v0, v1, v2 float32) { method Uniform3fv (line 3151) | func (ctx *context) Uniform3fv(dst Uniform, src []float32) { method Uniform3i (line 3167) | func (ctx *context) Uniform3i(dst Uniform, v0, v1, v2 int32) { method Uniform3iv (line 3183) | func (ctx *context) Uniform3iv(dst Uniform, src []int32) { method Uniform4f (line 3199) | func (ctx *context) Uniform4f(dst Uniform, v0, v1, v2, v3 float32) { method Uniform4fv (line 3216) | func (ctx *context) Uniform4fv(dst Uniform, src []float32) { method Uniform4i (line 3232) | func (ctx *context) Uniform4i(dst Uniform, v0, v1, v2, v3 int32) { method Uniform4iv (line 3249) | func (ctx *context) Uniform4iv(dst Uniform, src []int32) { method UniformMatrix2fv (line 3265) | func (ctx *context) UniformMatrix2fv(dst Uniform, src []float32) { method UniformMatrix3fv (line 3282) | func (ctx *context) UniformMatrix3fv(dst Uniform, src []float32) { method UniformMatrix4fv (line 3298) | func (ctx *context) UniformMatrix4fv(dst Uniform, src []float32) { method UseProgram (line 3314) | func (ctx *context) UseProgram(p Program) { method ValidateProgram (line 3327) | func (ctx *context) ValidateProgram(p Program) { method VertexAttrib1f (line 3340) | func (ctx *context) VertexAttrib1f(dst Attrib, x float32) { method VertexAttrib1fv (line 3354) | func (ctx *context) VertexAttrib1fv(dst Attrib, src []float32) { method VertexAttrib2f (line 3369) | func (ctx *context) VertexAttrib2f(dst Attrib, x, y float32) { method VertexAttrib2fv (line 3384) | func (ctx *context) VertexAttrib2fv(dst Attrib, src []float32) { method VertexAttrib3f (line 3399) | func (ctx *context) VertexAttrib3f(dst Attrib, x, y, z float32) { method VertexAttrib3fv (line 3415) | func (ctx *context) VertexAttrib3fv(dst Attrib, src []float32) { method VertexAttrib4f (line 3430) | func (ctx *context) VertexAttrib4f(dst Attrib, x, y, z, w float32) { method VertexAttrib4fv (line 3447) | func (ctx *context) VertexAttrib4fv(dst Attrib, src []float32) { method VertexAttribPointer (line 3462) | func (ctx *context) VertexAttribPointer(dst Attrib, size int, ty Enum, n... method Viewport (line 3480) | func (ctx *context) Viewport(x, y, width, height int) { method UniformMatrix2x3fv (line 3496) | func (ctx context3) UniformMatrix2x3fv(dst Uniform, src []float32) { method UniformMatrix3x2fv (line 3512) | func (ctx context3) UniformMatrix3x2fv(dst Uniform, src []float32) { method UniformMatrix2x4fv (line 3528) | func (ctx context3) UniformMatrix2x4fv(dst Uniform, src []float32) { method UniformMatrix4x2fv (line 3544) | func (ctx context3) UniformMatrix4x2fv(dst Uniform, src []float32) { method UniformMatrix3x4fv (line 3560) | func (ctx context3) UniformMatrix3x4fv(dst Uniform, src []float32) { method UniformMatrix4x3fv (line 3576) | func (ctx context3) UniformMatrix4x3fv(dst Uniform, src []float32) { method BlitFramebuffer (line 3592) | func (ctx context3) BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, d... method Uniform1ui (line 3614) | func (ctx context3) Uniform1ui(dst Uniform, v uint32) { method Uniform2ui (line 3628) | func (ctx context3) Uniform2ui(dst Uniform, v0, v1 uint32) { method Uniform3ui (line 3643) | func (ctx context3) Uniform3ui(dst Uniform, v0, v1, v2 uint) { method Uniform4ui (line 3659) | func (ctx context3) Uniform4ui(dst Uniform, v0, v1, v2, v3 uint32) { FILE: vendor/golang.org/x/mobile/gl/interface.go type Context (line 22) | type Context interface type Context3 (line 846) | type Context3 interface type Worker (line 882) | type Worker interface FILE: vendor/golang.org/x/mobile/gl/types_debug.go type Enum (line 16) | type Enum method c (line 58) | func (v Enum) c() uintptr { return uintptr(v) } type Attrib (line 18) | type Attrib struct method c (line 57) | func (v Attrib) c() uintptr { return uintptr(v.Value) } method String (line 75) | func (v Attrib) String() string { return fmt.Sprintf("Attrib(%d:... type Program (line 23) | type Program struct method c (line 59) | func (v Program) c() uintptr { method String (line 76) | func (v Program) String() string { return fmt.Sprintf("Program(%d... type Shader (line 28) | type Shader struct method c (line 67) | func (v Shader) c() uintptr { return uintptr(v.Value) } method String (line 77) | func (v Shader) String() string { return fmt.Sprintf("Shader(%d)... type Buffer (line 32) | type Buffer struct method c (line 68) | func (v Buffer) c() uintptr { return uintptr(v.Value) } method String (line 78) | func (v Buffer) String() string { return fmt.Sprintf("Buffer(%d)... type Framebuffer (line 36) | type Framebuffer struct method c (line 69) | func (v Framebuffer) c() uintptr { return uintptr(v.Value) } method String (line 79) | func (v Framebuffer) String() string { return fmt.Sprintf("Framebuffe... type Renderbuffer (line 40) | type Renderbuffer struct method c (line 70) | func (v Renderbuffer) c() uintptr { return uintptr(v.Value) } method String (line 80) | func (v Renderbuffer) String() string { return fmt.Sprintf("Renderbuff... type Texture (line 44) | type Texture struct method c (line 71) | func (v Texture) c() uintptr { return uintptr(v.Value) } method String (line 81) | func (v Texture) String() string { return fmt.Sprintf("Texture(%d... type Uniform (line 48) | type Uniform struct method c (line 72) | func (v Uniform) c() uintptr { return uintptr(v.Value) } method String (line 82) | func (v Uniform) String() string { return fmt.Sprintf("Uniform(%d... type VertexArray (line 53) | type VertexArray struct method c (line 73) | func (v VertexArray) c() uintptr { return uintptr(v.Value) } method String (line 83) | func (v VertexArray) String() string { return fmt.Sprintf("VertexArra... FILE: vendor/golang.org/x/mobile/gl/types_prod.go type Enum (line 15) | type Enum method c (line 69) | func (v Enum) c() uintptr { return uintptr(v) } type Attrib (line 21) | type Attrib struct method c (line 68) | func (v Attrib) c() uintptr { return uintptr(v.Value) } method String (line 86) | func (v Attrib) String() string { return fmt.Sprintf("Attrib(%d)... type Program (line 26) | type Program struct method c (line 70) | func (v Program) c() uintptr { method String (line 87) | func (v Program) String() string { return fmt.Sprintf("Program(%d... type Shader (line 34) | type Shader struct method c (line 78) | func (v Shader) c() uintptr { return uintptr(v.Value) } method String (line 88) | func (v Shader) String() string { return fmt.Sprintf("Shader(%d)... type Buffer (line 39) | type Buffer struct method c (line 79) | func (v Buffer) c() uintptr { return uintptr(v.Value) } method String (line 89) | func (v Buffer) String() string { return fmt.Sprintf("Buffer(%d)... type Framebuffer (line 44) | type Framebuffer struct method c (line 80) | func (v Framebuffer) c() uintptr { return uintptr(v.Value) } method String (line 90) | func (v Framebuffer) String() string { return fmt.Sprintf("Framebuffe... type Renderbuffer (line 49) | type Renderbuffer struct method c (line 81) | func (v Renderbuffer) c() uintptr { return uintptr(v.Value) } method String (line 91) | func (v Renderbuffer) String() string { return fmt.Sprintf("Renderbuff... type Texture (line 54) | type Texture struct method c (line 82) | func (v Texture) c() uintptr { return uintptr(v.Value) } method String (line 92) | func (v Texture) String() string { return fmt.Sprintf("Texture(%d... type Uniform (line 59) | type Uniform struct method c (line 83) | func (v Uniform) c() uintptr { return uintptr(v.Value) } method String (line 93) | func (v Uniform) String() string { return fmt.Sprintf("Uniform(%d... type VertexArray (line 64) | type VertexArray struct method c (line 84) | func (v VertexArray) c() uintptr { return uintptr(v.Value) } method String (line 94) | func (v VertexArray) String() string { return fmt.Sprintf("VertexArra... FILE: vendor/golang.org/x/mobile/gl/work.c function gles3missing (line 15) | static void gles3missing() { function glUniformMatrix2x3fv (line 19) | static void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix3x2fv (line 20) | static void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix2x4fv (line 21) | static void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix4x2fv (line 22) | static void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix3x4fv (line 23) | static void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolea... function glUniformMatrix4x3fv (line 24) | static void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolea... function glBlitFramebuffer (line 25) | static void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLi... function glUniform1ui (line 26) | static void glUniform1ui(GLint location, GLuint v0) { gles3missing(); } function glUniform2ui (line 27) | static void glUniform2ui(GLint location, GLuint v0, GLuint v1) { gles3mi... function glUniform3ui (line 28) | static void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2... function glUniform4ui (line 29) | static void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2... function glUniform1uiv (line 30) | static void glUniform1uiv(GLint location, GLsizei count, const GLuint *v... function glUniform2uiv (line 31) | static void glUniform2uiv(GLint location, GLsizei count, const GLuint *v... function glUniform3uiv (line 32) | static void glUniform3uiv(GLint location, GLsizei count, const GLuint *v... function glUniform4uiv (line 33) | static void glUniform4uiv(GLint location, GLsizei count, const GLuint *v... function glBindVertexArray (line 34) | static void glBindVertexArray(GLuint array) { gles3missing(); } function glGenVertexArrays (line 35) | static void glGenVertexArrays(GLsizei n, GLuint *arrays) { gles3missing(... function glDeleteVertexArrays (line 36) | static void glDeleteVertexArrays(GLsizei n, const GLuint *arrays) { gles... function processFn (line 39) | uintptr_t processFn(struct fnargs* args, char* parg) { FILE: vendor/golang.org/x/mobile/gl/work.go constant workbufLen (line 46) | workbufLen = 3 type context (line 48) | type context struct method WorkAvailable (line 72) | func (ctx *context) WorkAvailable() <-chan struct{} { return ctx.workA... method enqueue (line 99) | func (ctx *context) enqueue(c call) uintptr { method DoWork (line 113) | func (ctx *context) DoWork() { method cString (line 159) | func (ctx *context) cString(str string) (uintptr, func()) { method cStringPtr (line 166) | func (ctx *context) cStringPtr(str string) (uintptr, func()) { type context3 (line 74) | type context3 struct function NewContext (line 81) | func NewContext() (Context, Worker) { function Version (line 95) | func Version() string { function init (line 151) | func init() { FILE: vendor/golang.org/x/mobile/gl/work.h type glfn (line 36) | typedef enum { type fnargs (line 202) | struct fnargs { type fnargs (line 217) | struct fnargs FILE: vendor/golang.org/x/mobile/gl/work_other.go type context (line 15) | type context struct method enqueue (line 17) | func (*context) enqueue(c call) uintptr { method cString (line 21) | func (*context) cString(str string) (uintptr, func()) { method cStringPtr (line 25) | func (*context) cStringPtr(str string) (uintptr, func()) { function NewContext (line 31) | func NewContext() (Context, Worker) { function Version (line 35) | func Version() string { FILE: vendor/golang.org/x/mobile/gl/work_windows.go type context (line 14) | type context struct method WorkAvailable (line 25) | func (ctx *context) WorkAvailable() <-chan struct{} { return ctx.workA... method enqueue (line 44) | func (ctx *context) enqueue(c call) uintptr { method DoWork (line 58) | func (ctx *context) DoWork() { method cString (line 73) | func (ctx *context) cString(s string) (uintptr, func()) { method cStringPtr (line 85) | func (ctx *context) cStringPtr(str string) (uintptr, func()) { method doWork (line 111) | func (ctx *context) doWork(c call) (ret uintptr) { type context3 (line 27) | type context3 struct function NewContext (line 31) | func NewContext() (Context, Worker) { function fixFloat (line 109) | func fixFloat(x0, x1, x2, x3 uintptr) FILE: vendor/golang.org/x/sys/unix/affinity_linux.go constant cpuSetSize (line 14) | cpuSetSize = _CPU_SETSIZE / _NCPUBITS type CPUSet (line 17) | type CPUSet method Zero (line 40) | func (s *CPUSet) Zero() { method Set (line 55) | func (s *CPUSet) Set(cpu int) { method Clear (line 63) | func (s *CPUSet) Clear(cpu int) { method IsSet (line 71) | func (s *CPUSet) IsSet(cpu int) bool { method Count (line 80) | func (s *CPUSet) Count() int { function schedAffinity (line 19) | func schedAffinity(trap uintptr, pid int, set *CPUSet) error { function SchedGetaffinity (line 29) | func SchedGetaffinity(pid int, set *CPUSet) error { function SchedSetaffinity (line 35) | func SchedSetaffinity(pid int, set *CPUSet) error { function cpuBitsIndex (line 46) | func cpuBitsIndex(cpu int) int { function cpuBitsMask (line 50) | func cpuBitsMask(cpu int) cpuMask { FILE: vendor/golang.org/x/sys/unix/bluetooth_linux.go constant BTPROTO_L2CAP (line 11) | BTPROTO_L2CAP = 0 constant BTPROTO_HCI (line 12) | BTPROTO_HCI = 1 constant BTPROTO_SCO (line 13) | BTPROTO_SCO = 2 constant BTPROTO_RFCOMM (line 14) | BTPROTO_RFCOMM = 3 constant BTPROTO_BNEP (line 15) | BTPROTO_BNEP = 4 constant BTPROTO_CMTP (line 16) | BTPROTO_CMTP = 5 constant BTPROTO_HIDP (line 17) | BTPROTO_HIDP = 6 constant BTPROTO_AVDTP (line 18) | BTPROTO_AVDTP = 7 constant HCI_CHANNEL_RAW (line 22) | HCI_CHANNEL_RAW = 0 constant HCI_CHANNEL_USER (line 23) | HCI_CHANNEL_USER = 1 constant HCI_CHANNEL_MONITOR (line 24) | HCI_CHANNEL_MONITOR = 2 constant HCI_CHANNEL_CONTROL (line 25) | HCI_CHANNEL_CONTROL = 3 constant HCI_CHANNEL_LOGGING (line 26) | HCI_CHANNEL_LOGGING = 4 constant SOL_BLUETOOTH (line 31) | SOL_BLUETOOTH = 0x112 constant SOL_HCI (line 32) | SOL_HCI = 0x0 constant SOL_L2CAP (line 33) | SOL_L2CAP = 0x6 constant SOL_RFCOMM (line 34) | SOL_RFCOMM = 0x12 constant SOL_SCO (line 35) | SOL_SCO = 0x11 FILE: vendor/golang.org/x/sys/unix/cap_freebsd.go constant capRightsGoVersion (line 19) | capRightsGoVersion = CAP_RIGHTS_VERSION_00 constant capArSizeMin (line 20) | capArSizeMin = CAP_RIGHTS_VERSION_00 + 2 constant capArSizeMax (line 21) | capArSizeMax = capRightsGoVersion + 2 function capidxbit (line 31) | func capidxbit(right uint64) int { function rightToIndex (line 35) | func rightToIndex(right uint64) (int, error) { function caprver (line 43) | func caprver(right uint64) int { function capver (line 47) | func capver(rights *CapRights) int { function caparsize (line 51) | func caparsize(rights *CapRights) int { function CapRightsSet (line 56) | func CapRightsSet(rights *CapRights, setrights []uint64) error { function CapRightsClear (line 91) | func CapRightsClear(rights *CapRights, clearrights []uint64) error { function CapRightsIsSet (line 126) | func CapRightsIsSet(rights *CapRights, setrights []uint64) (bool, error) { function capright (line 159) | func capright(idx uint64, bit uint64) uint64 { function CapRightsInit (line 165) | func CapRightsInit(rights []uint64) (*CapRights, error) { function CapRightsLimit (line 180) | func CapRightsLimit(fd uintptr, rights *CapRights) error { function CapRightsGet (line 186) | func CapRightsGet(fd uintptr) (*CapRights, error) { FILE: vendor/golang.org/x/sys/unix/constants.go constant R_OK (line 11) | R_OK = 0x4 constant W_OK (line 12) | W_OK = 0x2 constant X_OK (line 13) | X_OK = 0x1 FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc.go function Major (line 14) | func Major(dev uint64) uint32 { function Minor (line 19) | func Minor(dev uint64) uint32 { function Mkdev (line 25) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc64.go function Major (line 14) | func Major(dev uint64) uint32 { function Minor (line 19) | func Minor(dev uint64) uint32 { function Mkdev (line 25) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_darwin.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 22) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_dragonfly.go function Major (line 17) | func Major(dev uint64) uint32 { function Minor (line 22) | func Minor(dev uint64) uint32 { function Mkdev (line 28) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_freebsd.go function Major (line 17) | func Major(dev uint64) uint32 { function Minor (line 22) | func Minor(dev uint64) uint32 { function Mkdev (line 28) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_linux.go function Major (line 21) | func Major(dev uint64) uint32 { function Minor (line 28) | func Minor(dev uint64) uint32 { function Mkdev (line 36) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_netbsd.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_openbsd.go function Major (line 11) | func Major(dev uint64) uint32 { function Minor (line 16) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_zos.go function Major (line 16) | func Major(dev uint64) uint32 { function Minor (line 21) | func Minor(dev uint64) uint32 { function Mkdev (line 27) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dirent.go function readInt (line 13) | func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { function readIntBE (line 23) | func readIntBE(b []byte, size uintptr) uint64 { function readIntLE (line 42) | func readIntLE(b []byte, size uintptr) uint64 { function ParseDirent (line 65) | func ParseDirent(buf []byte, max int, names []string) (consumed int, cou... FILE: vendor/golang.org/x/sys/unix/endian_big.go constant isBigEndian (line 10) | isBigEndian = true FILE: vendor/golang.org/x/sys/unix/endian_little.go constant isBigEndian (line 10) | isBigEndian = false FILE: vendor/golang.org/x/sys/unix/env_unix.go function Getenv (line 14) | func Getenv(key string) (value string, found bool) { function Setenv (line 18) | func Setenv(key, value string) error { function Clearenv (line 22) | func Clearenv() { function Environ (line 26) | func Environ() []string { function Unsetenv (line 30) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/unix/epoll_zos.go type EpollEvent (line 18) | type EpollEvent struct constant EPOLLERR (line 25) | EPOLLERR = 0x8 constant EPOLLHUP (line 26) | EPOLLHUP = 0x10 constant EPOLLIN (line 27) | EPOLLIN = 0x1 constant EPOLLMSG (line 28) | EPOLLMSG = 0x400 constant EPOLLOUT (line 29) | EPOLLOUT = 0x4 constant EPOLLPRI (line 30) | EPOLLPRI = 0x2 constant EPOLLRDBAND (line 31) | EPOLLRDBAND = 0x80 constant EPOLLRDNORM (line 32) | EPOLLRDNORM = 0x40 constant EPOLLWRBAND (line 33) | EPOLLWRBAND = 0x200 constant EPOLLWRNORM (line 34) | EPOLLWRNORM = 0x100 constant EPOLL_CTL_ADD (line 35) | EPOLL_CTL_ADD = 0x1 constant EPOLL_CTL_DEL (line 36) | EPOLL_CTL_DEL = 0x2 constant EPOLL_CTL_MOD (line 37) | EPOLL_CTL_MOD = 0x3 function epToPollEvt (line 53) | func epToPollEvt(events uint32) int16 { function pToEpollEvt (line 73) | func pToEpollEvt(revents int16) uint32 { type epollImpl (line 93) | type epollImpl struct method epollcreate (line 112) | func (e *epollImpl) epollcreate(size int) (epfd int, err error) { method epollcreate1 (line 124) | func (e *epollImpl) epollcreate1(flag int) (fd int, err error) { method epollctl (line 128) | func (e *epollImpl) epollctl(epfd int, op int, fd int, event *EpollEve... method epollwait (line 170) | func (e *epollImpl) epollwait(epfd int, events []EpollEvent, msec int)... type eventPoll (line 101) | type eventPoll struct method getFds (line 162) | func (ep *eventPoll) getFds() []int { function EpollCreate (line 205) | func EpollCreate(size int) (fd int, err error) { function EpollCreate1 (line 209) | func EpollCreate1(flag int) (fd int, err error) { function EpollCtl (line 213) | func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { function EpollWait (line 219) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... FILE: vendor/golang.org/x/sys/unix/fcntl.go function fcntl (line 16) | func fcntl(fd int, cmd, arg int) (int, error) { function FcntlInt (line 26) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 31) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { FILE: vendor/golang.org/x/sys/unix/fcntl_darwin.go function FcntlInt (line 10) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 15) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function FcntlFstore (line 21) | func FcntlFstore(fd uintptr, cmd int, fstore *Fstore_t) error { FILE: vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go function init (line 10) | func init() { FILE: vendor/golang.org/x/sys/unix/fdset.go method Set (line 11) | func (fds *FdSet) Set(fd int) { method Clear (line 16) | func (fds *FdSet) Clear(fd int) { method IsSet (line 21) | func (fds *FdSet) IsSet(fd int) bool { method Zero (line 26) | func (fds *FdSet) Zero() { FILE: vendor/golang.org/x/sys/unix/fstatfs_zos.go function Fstatfs (line 16) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function tryGetmntent64 (line 61) | func tryGetmntent64(stat *Statfs_t) (err error) { function tryGetmntent128 (line 82) | func tryGetmntent128(stat *Statfs_t) (err error) { function tryGetmntent256 (line 103) | func tryGetmntent256(stat *Statfs_t) (err error) { function tryGetmntent512 (line 124) | func tryGetmntent512(stat *Statfs_t) (err error) { function tryGetmntent1024 (line 145) | func tryGetmntent1024(stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/gccgo.go function realSyscallNoError (line 15) | func realSyscallNoError(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr... function realSyscall (line 17) | func realSyscall(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r, e... function SyscallNoError (line 19) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function Syscall (line 26) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 33) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function Syscall9 (line 40) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function RawSyscallNoError (line 47) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function RawSyscall (line 52) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 57) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/gccgo_c.c type ret (line 19) | struct ret { type ret (line 24) | struct ret function gccgoRealSyscall (line 27) | struct ret function gccgoRealSyscallNoError (line 41) | uintptr_t FILE: vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go function realGettimeofday (line 13) | func realGettimeofday(*Timeval, *byte) int32 function gettimeofday (line 15) | func gettimeofday(tv *Timeval) (err syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/ifreq_linux.go type Ifreq (line 26) | type Ifreq struct method Name (line 46) | func (ifr *Ifreq) Name() string { method Inet4Addr (line 57) | func (ifr *Ifreq) Inet4Addr() ([]byte, error) { method SetInet4Addr (line 70) | func (ifr *Ifreq) SetInet4Addr(v []byte) error { method Uint16 (line 91) | func (ifr *Ifreq) Uint16() uint16 { method SetUint16 (line 96) | func (ifr *Ifreq) SetUint16(v uint16) { method Uint32 (line 102) | func (ifr *Ifreq) Uint32() uint32 { method SetUint32 (line 107) | func (ifr *Ifreq) SetUint32(v uint32) { method clear (line 114) | func (ifr *Ifreq) clear() { method withData (line 137) | func (ifr Ifreq) withData(p unsafe.Pointer) ifreqData { function NewIfreq (line 31) | func NewIfreq(name string) (*Ifreq, error) { type ifreqData (line 125) | type ifreqData struct FILE: vendor/golang.org/x/sys/unix/ioctl_linux.go function IoctlRetInt (line 12) | func IoctlRetInt(fd int, req uint) (int, error) { function IoctlGetUint32 (line 20) | func IoctlGetUint32(fd int, req uint) (uint32, error) { function IoctlGetRTCTime (line 26) | func IoctlGetRTCTime(fd int) (*RTCTime, error) { function IoctlSetRTCTime (line 32) | func IoctlSetRTCTime(fd int, value *RTCTime) error { function IoctlGetRTCWkAlrm (line 36) | func IoctlGetRTCWkAlrm(fd int) (*RTCWkAlrm, error) { function IoctlSetRTCWkAlrm (line 42) | func IoctlSetRTCWkAlrm(fd int, value *RTCWkAlrm) error { function IoctlGetEthtoolDrvinfo (line 48) | func IoctlGetEthtoolDrvinfo(fd int, ifname string) (*EthtoolDrvinfo, err... function IoctlGetWatchdogInfo (line 64) | func IoctlGetWatchdogInfo(fd int) (*WatchdogInfo, error) { function IoctlWatchdogKeepalive (line 73) | func IoctlWatchdogKeepalive(fd int) error { function IoctlFileCloneRange (line 81) | func IoctlFileCloneRange(destFd int, value *FileCloneRange) error { function IoctlFileClone (line 88) | func IoctlFileClone(destFd, srcFd int) error { type FileDedupeRange (line 92) | type FileDedupeRange struct type FileDedupeRangeInfo (line 100) | type FileDedupeRangeInfo struct function IoctlFileDedupeRange (line 112) | func IoctlFileDedupeRange(srcFd int, value *FileDedupeRange) error { function IoctlHIDGetDesc (line 150) | func IoctlHIDGetDesc(fd int, value *HIDRawReportDescriptor) error { function IoctlHIDGetRawInfo (line 154) | func IoctlHIDGetRawInfo(fd int) (*HIDRawDevInfo, error) { function IoctlHIDGetRawName (line 160) | func IoctlHIDGetRawName(fd int) (string, error) { function IoctlHIDGetRawPhys (line 166) | func IoctlHIDGetRawPhys(fd int) (string, error) { function IoctlHIDGetRawUniq (line 172) | func IoctlHIDGetRawUniq(fd int) (string, error) { function IoctlIfreq (line 180) | func IoctlIfreq(fd int, req uint, value *Ifreq) error { function ioctlIfreqData (line 190) | func ioctlIfreqData(fd int, req uint, value *ifreqData) error { function IoctlKCMClone (line 199) | func IoctlKCMClone(fd int) (*KCMClone, error) { function IoctlKCMAttach (line 210) | func IoctlKCMAttach(fd int, info KCMAttach) error { function IoctlKCMUnattach (line 215) | func IoctlKCMUnattach(fd int, info KCMUnattach) error { function IoctlLoopGetStatus64 (line 221) | func IoctlLoopGetStatus64(fd int) (*LoopInfo64, error) { function IoctlLoopSetStatus64 (line 231) | func IoctlLoopSetStatus64(fd int, value *LoopInfo64) error { FILE: vendor/golang.org/x/sys/unix/ioctl_signed.go function IoctlSetInt (line 19) | func IoctlSetInt(fd int, req int, value int) error { function IoctlSetPointerInt (line 27) | func IoctlSetPointerInt(fd int, req int, value int) error { function IoctlSetWinsize (line 35) | func IoctlSetWinsize(fd int, req int, value *Winsize) error { function IoctlSetTermios (line 44) | func IoctlSetTermios(fd int, req int, value *Termios) error { function IoctlGetInt (line 54) | func IoctlGetInt(fd int, req int) (int, error) { function IoctlGetWinsize (line 60) | func IoctlGetWinsize(fd int, req int) (*Winsize, error) { function IoctlGetTermios (line 66) | func IoctlGetTermios(fd int, req int) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/ioctl_unsigned.go function IoctlSetInt (line 19) | func IoctlSetInt(fd int, req uint, value int) error { function IoctlSetPointerInt (line 27) | func IoctlSetPointerInt(fd int, req uint, value int) error { function IoctlSetWinsize (line 35) | func IoctlSetWinsize(fd int, req uint, value *Winsize) error { function IoctlSetTermios (line 44) | func IoctlSetTermios(fd int, req uint, value *Termios) error { function IoctlGetInt (line 54) | func IoctlGetInt(fd int, req uint) (int, error) { function IoctlGetWinsize (line 60) | func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { function IoctlGetTermios (line 66) | func IoctlGetTermios(fd int, req uint) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/ioctl_zos.go function IoctlSetInt (line 20) | func IoctlSetInt(fd int, req int, value int) error { function IoctlSetWinsize (line 27) | func IoctlSetWinsize(fd int, req int, value *Winsize) error { function IoctlSetTermios (line 36) | func IoctlSetTermios(fd int, req int, value *Termios) error { function IoctlGetInt (line 50) | func IoctlGetInt(fd int, req int) (int, error) { function IoctlGetWinsize (line 56) | func IoctlGetWinsize(fd int, req int) (*Winsize, error) { function IoctlGetTermios (line 65) | func IoctlGetTermios(fd int, req int) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/mremap.go type mremapMmapper (line 12) | type mremapMmapper struct method Mremap (line 26) | func (m *mremapMmapper) Mremap(oldData []byte, newLength int, flags in... function Mremap (line 51) | func Mremap(oldData []byte, newLength int, flags int) (data []byte, err ... FILE: vendor/golang.org/x/sys/unix/pagesize_unix.go function Getpagesize (line 14) | func Getpagesize() int { FILE: vendor/golang.org/x/sys/unix/pledge_openbsd.go function Pledge (line 24) | func Pledge(promises, execpromises string) error { function PledgePromises (line 66) | func PledgePromises(promises string) error { function PledgeExecpromises (line 98) | func PledgeExecpromises(execpromises string) error { function majmin (line 126) | func majmin() (major int, minor int, err error) { function pledgeAvailable (line 150) | func pledgeAvailable(maj, min int, execpromises string) error { FILE: vendor/golang.org/x/sys/unix/ptrace_darwin.go function ptrace (line 10) | func ptrace(request int, pid int, addr uintptr, data uintptr) error { FILE: vendor/golang.org/x/sys/unix/ptrace_ios.go function ptrace (line 10) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { FILE: vendor/golang.org/x/sys/unix/race.go constant raceenabled (line 15) | raceenabled = true function raceAcquire (line 17) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 21) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 25) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 29) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/race0.go constant raceenabled (line 14) | raceenabled = false function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 19) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 22) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 25) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdents.go function ReadDirent (line 11) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdirentries.go function ReadDirent (line 13) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go function cmsgAlignOf (line 8) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/sockcmsg_linux.go function UnixCredentials (line 14) | func UnixCredentials(ucred *Ucred) []byte { function ParseUnixCredentials (line 27) | func ParseUnixCredentials(m *SocketControlMessage) (*Ucred, error) { function PktInfo4 (line 39) | func PktInfo4(info *Inet4Pktinfo) []byte { function PktInfo6 (line 50) | func PktInfo6(info *Inet6Pktinfo) []byte { function ParseOrigDstAddr (line 63) | func ParseOrigDstAddr(m *SocketControlMessage) (Sockaddr, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix.go function CmsgLen (line 18) | func CmsgLen(datalen int) int { function CmsgSpace (line 24) | func CmsgSpace(datalen int) int { method data (line 28) | func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer { type SocketControlMessage (line 33) | type SocketControlMessage struct function ParseSocketControlMessage (line 40) | func ParseSocketControlMessage(b []byte) ([]SocketControlMessage, error) { function ParseOneSocketControlMessage (line 58) | func ParseOneSocketControlMessage(b []byte) (hdr Cmsghdr, data []byte, r... function socketControlMessageHeaderAndData (line 69) | func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, erro... function UnixRights (line 79) | func UnixRights(fds ...int) []byte { function ParseUnixRights (line 94) | func ParseUnixRights(m *SocketControlMessage) ([]int, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go function cmsgAlignOf (line 15) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/syscall.go function ByteSliceFromString (line 37) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 49) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 59) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 69) | func BytePtrToString(p *byte) string { FILE: vendor/golang.org/x/sys/unix/syscall_aix.go function Access (line 23) | func Access(path string, mode uint32) (err error) { function Chmod (line 27) | func Chmod(path string, mode uint32) (err error) { function Chown (line 31) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 35) | func Creat(path string, mode uint32) (fd int, err error) { function Utimes (line 41) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 50) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 57) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { method sockaddr (line 67) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 79) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 92) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Getsockname (line 119) | func Getsockname(fd int) (sa Sockaddr, err error) { constant ImplementsGetwd (line 130) | ImplementsGetwd = true function Getwd (line 132) | func Getwd() (ret string, err error) { function Getcwd (line 149) | func Getcwd(buf []byte) (n int, err error) { function Getgroups (line 161) | func Getgroups() (gids []int, err error) { function Setgroups (line 187) | func Setgroups(gids []int) (err error) { function Accept (line 205) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function recvmsgRaw (line 220) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 248) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function anyToSockaddr (line 279) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Gettimeofday (line 318) | func Gettimeofday(tv *Timeval) (err error) { function Sendfile (line 323) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 331) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function direntIno (line 335) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 339) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 343) | func direntNamlen(buf []byte) (uint64, bool) { function Getdents (line 353) | func Getdents(fd int, buf []byte) (n int, err error) { function Wait4 (line 359) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... type WaitStatus (line 379) | type WaitStatus method Stopped (line 381) | func (w WaitStatus) Stopped() bool { return w&0x40 != 0 } method StopSignal (line 382) | func (w WaitStatus) StopSignal() Signal { method Exited (line 389) | func (w WaitStatus) Exited() bool { return w&0xFF == 0 } method ExitStatus (line 390) | func (w WaitStatus) ExitStatus() int { method Signaled (line 397) | func (w WaitStatus) Signaled() bool { return w&0x40 == 0 && w&0xFF != 0 } method Signal (line 398) | func (w WaitStatus) Signal() Signal { method Continued (line 405) | func (w WaitStatus) Continued() bool { return w&0x01000000 != 0 } method CoreDump (line 407) | func (w WaitStatus) CoreDump() bool { return w&0x80 == 0x80 } method TrapCause (line 409) | func (w WaitStatus) TrapCause() int { return -1 } function Fsync (line 428) | func Fsync(fd int) error { function Pipe (line 546) | func Pipe(p []int) (err error) { function Poll (line 561) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Unmount (line 576) | func Unmount(target string, flags int) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 39) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 43) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 47) | func Lstat(path string, stat *Stat_t) error { function Stat (line 51) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 23) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 27) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 31) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 35) | func (cmsg *Cmsghdr) SetLen(length int) { function fixStatTimFields (line 44) | func fixStatTimFields(stat *Stat_t) { function Fstat (line 50) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 59) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 68) | func Lstat(path string, stat *Stat_t) error { function Stat (line 77) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_bsd.go constant ImplementsGetwd (line 22) | ImplementsGetwd = true function Getwd (line 24) | func Getwd() (string, error) { function Getgroups (line 44) | func Getgroups() (gids []int, err error) { function Setgroups (line 70) | func Setgroups(gids []int) (err error) { type WaitStatus (line 88) | type WaitStatus method Exited (line 100) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 102) | func (w WaitStatus) ExitStatus() int { method Signaled (line 109) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 111) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 119) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 121) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Killed (line 123) | func (w WaitStatus) Killed() bool { return w&mask == killed && syscall... method Continued (line 125) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 127) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 134) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 91) | mask = 0x7F constant core (line 92) | core = 0x80 constant shift (line 93) | shift = 8 constant exited (line 95) | exited = 0 constant killed (line 96) | killed = 9 constant stopped (line 97) | stopped = 0x7F function Wait4 (line 138) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... method sockaddr (line 157) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 170) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 184) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 198) | func (sa *SockaddrDatalink) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 213) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 271) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 294) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 313) | func GetsockoptString(fd, level, opt int) (string, error) { function recvmsgRaw (line 327) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 357) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Kevent (line 390) | func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n in... function sysctlmib (line 402) | func sysctlmib(name string, args ...int) ([]_C_int, error) { function Sysctl (line 416) | func Sysctl(name string) (string, error) { function SysctlArgs (line 420) | func SysctlArgs(name string, args ...int) (string, error) { function SysctlUint32 (line 434) | func SysctlUint32(name string) (uint32, error) { function SysctlUint32Args (line 438) | func SysctlUint32Args(name string, args ...int) (uint32, error) { function SysctlUint64 (line 455) | func SysctlUint64(name string, args ...int) (uint64, error) { function SysctlRaw (line 472) | func SysctlRaw(name string, args ...int) ([]byte, error) { function SysctlClockinfo (line 498) | func SysctlClockinfo(name string) (*Clockinfo, error) { function SysctlTimeval (line 515) | func SysctlTimeval(name string) (*Timeval, error) { function Utimes (line 534) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 544) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 568) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimes (line 580) | func Futimes(fd int, tv []Timeval) error { function Poll (line 592) | func Poll(fds []PollFd, timeout int) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/syscall_darwin.go function fdopendir (line 24) | func fdopendir(fd int) (dir uintptr, err error) { function Getdirentries (line 37) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { type SockaddrDatalink (line 112) | type SockaddrDatalink struct type SockaddrCtl (line 125) | type SockaddrCtl struct method sockaddr (line 131) | func (sa *SockaddrCtl) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 144) | type SockaddrVM struct method sockaddr (line 155) | func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddrGOOS (line 164) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { constant SYS___SYSCTL (line 188) | SYS___SYSCTL = SYS_SYSCTL function nametomib (line 191) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 218) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 222) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 226) | func direntNamlen(buf []byte) (uint64, bool) { function PtraceAttach (line 230) | func PtraceAttach(pid int) (err error) { return ptrace(PT_ATTACH, pid, 0... function PtraceDetach (line 231) | func PtraceDetach(pid int) (err error) { return ptrace(PT_DETACH, pid, 0... function PtraceDenyAttach (line 232) | func PtraceDenyAttach() (err error) { return ptrace(PT_DENY_ATTACH, 0... function Pipe (line 236) | func Pipe(p []int) (err error) { function Getfsstat (line 249) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function xattrPointer (line 259) | func xattrPointer(dest []byte) *byte { function Getxattr (line 274) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function Lgetxattr (line 278) | func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) { function Fgetxattr (line 284) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function Setxattr (line 290) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function Lsetxattr (line 320) | func Lsetxattr(link string, attr string, data []byte, flags int) (err er... function Fsetxattr (line 326) | func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) { function Removexattr (line 332) | func Removexattr(path string, attr string) (err error) { function Lremovexattr (line 339) | func Lremovexattr(link string, attr string) (err error) { function Fremovexattr (line 345) | func Fremovexattr(fd int, attr string) (err error) { function Listxattr (line 351) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 355) | func Llistxattr(link string, dest []byte) (sz int, err error) { function Flistxattr (line 361) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function Kill (line 375) | func Kill(pid int, signum syscall.Signal) (err error) { return kill(pid,... function IoctlCtlInfo (line 380) | func IoctlCtlInfo(fd int, ctlInfo *CtlInfo) error { type IfreqMTU (line 385) | type IfreqMTU struct function IoctlGetIfreqMTU (line 392) | func IoctlGetIfreqMTU(fd int, ifname string) (*IfreqMTU, error) { function IoctlSetIfreqMTU (line 401) | func IoctlSetIfreqMTU(fd int, ifreq *IfreqMTU) error { function Uname (line 407) | func Uname(uname *Utsname) error { function Sendfile (line 453) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function GetsockoptIPMreqn (line 463) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 470) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 476) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function GetsockoptTCPConnectionInfo (line 483) | func GetsockoptTCPConnectionInfo(fd, level, opt int) (*TCPConnectionInfo... function SysctlKinfoProc (line 490) | func SysctlKinfoProc(name string, args ...int) (*KinfoProc, error) { function SysctlKinfoProcSlice (line 507) | func SysctlKinfoProcSlice(name string, args ...int) ([]KinfoProc, error) { FILE: vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go function setTimespec (line 12) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 16) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 20) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 26) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 30) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 34) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 38) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 42) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go function setTimespec (line 12) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 16) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 20) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 26) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 30) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 34) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 38) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 42) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go function syscall_syscall (line 13) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 14) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall6X (line 15) | func syscall_syscall6X(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function syscall_syscall9 (line 16) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... function syscall_rawSyscall (line 17) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 18) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscallPtr (line 19) | func syscall_syscallPtr(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) FILE: vendor/golang.org/x/sys/unix/syscall_dragonfly.go constant _dragonflyABIChangeVersion (line 28) | _dragonflyABIChangeVersion = 500705 function supportsABI (line 30) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 36) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 50) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 55) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 82) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 86) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 94) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 100) | func Pipe(p []int) (err error) { function Pipe2 (line 113) | func Pipe2(p []int, flags int) (err error) { function pread (line 129) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 135) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Accept4 (line 139) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 159) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function sysctlUname (line 179) | func sysctlUname(mib []_C_int, old *byte, oldlen *uintptr) error { function Uname (line 192) | func Uname(uname *Utsname) error { function Sendfile (line 242) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... FILE: vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { function sendfile (line 45) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 57) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd.go function supportsABI (line 26) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 32) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 44) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 49) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 76) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 80) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 84) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 88) | func Pipe(p []int) (err error) { function Pipe2 (line 94) | func Pipe2(p []int, flags int) error { function GetsockoptIPMreqn (line 107) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 114) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 120) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function Accept4 (line 127) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 147) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Uname (line 169) | func Uname(uname *Utsname) error { function Stat (line 215) | func Stat(path string, st *Stat_t) (err error) { function Lstat (line 219) | func Lstat(path string, st *Stat_t) (err error) { function Getdents (line 223) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 227) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Mknod (line 245) | func Mknod(path string, mode uint32, dev uint64) (err error) { function Sendfile (line 249) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function PtraceAttach (line 259) | func PtraceAttach(pid int) (err error) { function PtraceCont (line 263) | func PtraceCont(pid int, signal int) (err error) { function PtraceDetach (line 267) | func PtraceDetach(pid int) (err error) { function PtraceGetFpRegs (line 271) | func PtraceGetFpRegs(pid int, fpregsout *FpReg) (err error) { function PtraceGetRegs (line 275) | func PtraceGetRegs(pid int, regsout *Reg) (err error) { function PtraceIO (line 279) | func PtraceIO(req int, pid int, offs uintptr, out []byte, countin int) (... function PtraceLwpEvents (line 296) | func PtraceLwpEvents(pid int, enable int) (err error) { function PtraceLwpInfo (line 300) | func PtraceLwpInfo(pid int, info *PtraceLwpInfoStruct) (err error) { function PtracePeekData (line 304) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekText (line 308) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePokeData (line 312) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeText (line 316) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtraceSetRegs (line 320) | func PtraceSetRegs(pid int, regs *Reg) (err error) { function PtraceSingleStep (line 324) | func PtraceSingleStep(pid int) (err error) { function Dup3 (line 328) | func Dup3(oldfd, newfd, flags int) error { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_386.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 63) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 63) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go function setTimespec (line 15) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 19) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 23) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 29) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 33) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 37) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 41) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 45) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 49) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 61) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... FILE: vendor/golang.org/x/sys/unix/syscall_hurd.go function ioctl (line 16) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 24) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_hurd_386.go constant TIOCGETA (line 11) | TIOCGETA = 0x62251713 type Winsize (line 14) | type Winsize struct type Termios (line 21) | type Termios struct FILE: vendor/golang.org/x/sys/unix/syscall_illumos.go function bytes2iovec (line 16) | func bytes2iovec(bs [][]byte) []Iovec { function Readv (line 31) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 39) | func Preadv(fd int, iovs [][]byte, off int64) (n int, err error) { function Writev (line 47) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 55) | func Pwritev(fd int, iovs [][]byte, off int64) (n int, err error) { function Accept4 (line 63) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { FILE: vendor/golang.org/x/sys/unix/syscall_linux.go function Access (line 26) | func Access(path string, mode uint32) (err error) { function Chmod (line 30) | func Chmod(path string, mode uint32) (err error) { function Chown (line 34) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 38) | func Creat(path string, mode uint32) (fd int, err error) { function EpollCreate (line 42) | func EpollCreate(size int) (fd int, err error) { function FanotifyMark (line 52) | func FanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname s... function Fchmodat (line 65) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function InotifyInit (line 77) | func InotifyInit() (fd int, err error) { function Link (line 96) | func Link(oldpath string, newpath string) (err error) { function Mkdir (line 100) | func Mkdir(path string, mode uint32) (err error) { function Mknod (line 104) | func Mknod(path string, mode uint32, dev int) (err error) { function Open (line 108) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 114) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Openat2 (line 120) | func Openat2(dirfd int, path string, how *OpenHow) (fd int, err error) { function Pipe (line 124) | func Pipe(p []int) error { function Pipe2 (line 130) | func Pipe2(p []int, flags int) error { function Ppoll (line 145) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Poll (line 152) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Readlink (line 163) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 167) | func Rename(oldpath string, newpath string) (err error) { function Rmdir (line 171) | func Rmdir(path string) error { function Symlink (line 177) | func Symlink(oldpath string, newpath string) (err error) { function Unlink (line 181) | func Unlink(path string) error { function Utimes (line 187) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 210) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 214) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimesat (line 224) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 234) | func Futimes(fd int, tv []Timeval) (err error) { constant ImplementsGetwd (line 240) | ImplementsGetwd = true function Getwd (line 244) | func Getwd() (wd string, err error) { function Getgroups (line 264) | func Getgroups() (gids []int, err error) { function Setgroups (line 290) | func Setgroups(gids []int) (err error) { type WaitStatus (line 302) | type WaitStatus method Exited (line 321) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 323) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 325) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 327) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 329) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 331) | func (w WaitStatus) ExitStatus() int { method Signal (line 338) | func (w WaitStatus) Signal() syscall.Signal { method StopSignal (line 345) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 352) | func (w WaitStatus) TrapCause() int { constant mask (line 314) | mask = 0x7F constant core (line 315) | core = 0x80 constant exited (line 316) | exited = 0x00 constant stopped (line 317) | stopped = 0x7F constant shift (line 318) | shift = 8 function Wait4 (line 361) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Mkfifo (line 372) | func Mkfifo(path string, mode uint32) error { function Mkfifoat (line 376) | func Mkfifoat(dirfd int, path string, mode uint32) error { method sockaddr (line 380) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 392) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 405) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrLinklayer (line 430) | type SockaddrLinklayer struct method sockaddr (line 440) | func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, err... type SockaddrNetlink (line 455) | type SockaddrNetlink struct method sockaddr (line 463) | func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrHCI (line 473) | type SockaddrHCI struct method sockaddr (line 479) | func (sa *SockaddrHCI) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2 (line 488) | type SockaddrL2 struct method sockaddr (line 496) | func (sa *SockaddrL2) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrRFCOMM (line 534) | type SockaddrRFCOMM struct method sockaddr (line 545) | func (sa *SockaddrRFCOMM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCAN (line 569) | type SockaddrCAN struct method sockaddr (line 576) | func (sa *SockaddrCAN) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCANJ1939 (line 597) | type SockaddrCANJ1939 struct method sockaddr (line 605) | func (sa *SockaddrCANJ1939) sockaddr() (unsafe.Pointer, _Socklen, erro... type SockaddrALG (line 686) | type SockaddrALG struct method sockaddr (line 694) | func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 717) | type SockaddrVM struct method sockaddr (line 729) | func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrXDP (line 738) | type SockaddrXDP struct method sockaddr (line 746) | func (sa *SockaddrXDP) sockaddr() (unsafe.Pointer, _Socklen, error) { constant px_proto_oe (line 763) | px_proto_oe = 0 type SockaddrPPPoE (line 765) | type SockaddrPPPoE struct method sockaddr (line 772) | func (sa *SockaddrPPPoE) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrTIPC (line 803) | type SockaddrTIPC struct method sockaddr (line 852) | func (sa *SockaddrTIPC) sockaddr() (unsafe.Pointer, _Socklen, error) { type TIPCAddr (line 823) | type TIPCAddr interface method tipcAddr (line 828) | func (sa *TIPCSocketAddr) tipcAddr() [12]byte { method tipcAddrtype (line 834) | func (sa *TIPCSocketAddr) tipcAddrtype() uint8 { return TIPC_SOCKET_ADDR } method tipcAddr (line 836) | func (sa *TIPCServiceRange) tipcAddr() [12]byte { method tipcAddrtype (line 842) | func (sa *TIPCServiceRange) tipcAddrtype() uint8 { return TIPC_SERVICE_R... method tipcAddr (line 844) | func (sa *TIPCServiceName) tipcAddr() [12]byte { method tipcAddrtype (line 850) | func (sa *TIPCServiceName) tipcAddrtype() uint8 { return TIPC_SERVICE_AD... type SockaddrL2TPIP (line 864) | type SockaddrL2TPIP struct method sockaddr (line 870) | func (sa *SockaddrL2TPIP) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2TPIP6 (line 878) | type SockaddrL2TPIP6 struct method sockaddr (line 885) | func (sa *SockaddrL2TPIP6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrIUCV (line 894) | type SockaddrIUCV struct method sockaddr (line 900) | func (sa *SockaddrIUCV) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrNFC (line 922) | type SockaddrNFC struct method sockaddr (line 929) | func (sa *SockaddrNFC) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrNFCLLCP (line 937) | type SockaddrNFCLLCP struct method sockaddr (line 947) | func (sa *SockaddrNFCLLCP) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 966) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 1226) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Accept4 (line 1241) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 1259) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptIPMreqn (line 1268) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function GetsockoptUcred (line 1275) | func GetsockoptUcred(fd, level, opt int) (*Ucred, error) { function GetsockoptTCPInfo (line 1282) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptString (line 1291) | func GetsockoptString(fd, level, opt int) (string, error) { function GetsockoptTpacketStats (line 1307) | func GetsockoptTpacketStats(fd, level, opt int) (*TpacketStats, error) { function GetsockoptTpacketStatsV3 (line 1314) | func GetsockoptTpacketStatsV3(fd, level, opt int) (*TpacketStatsV3, erro... function SetsockoptIPMreqn (line 1321) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function SetsockoptPacketMreq (line 1325) | func SetsockoptPacketMreq(fd, level, opt int, mreq *PacketMreq) error { function SetsockoptSockFprog (line 1331) | func SetsockoptSockFprog(fd, level, opt int, fprog *SockFprog) error { function SetsockoptCanRawFilter (line 1335) | func SetsockoptCanRawFilter(fd, level, opt int, filter []CanFilter) error { function SetsockoptTpacketReq (line 1343) | func SetsockoptTpacketReq(fd, level, opt int, tp *TpacketReq) error { function SetsockoptTpacketReq3 (line 1347) | func SetsockoptTpacketReq3(fd, level, opt int, tp *TpacketReq3) error { function SetsockoptTCPRepairOpt (line 1351) | func SetsockoptTCPRepairOpt(fd, level, opt int, o []TCPRepairOpt) (err e... function SetsockoptTCPMD5Sig (line 1358) | func SetsockoptTCPMD5Sig(fd, level, opt int, s *TCPMD5Sig) error { function KeyctlString (line 1378) | func KeyctlString(cmd int, id int) (string, error) { function KeyctlGetKeyringID (line 1407) | func KeyctlGetKeyringID(id int, create bool) (ringid int, err error) { function KeyctlSetperm (line 1420) | func KeyctlSetperm(id int, perm uint32) error { function KeyctlJoinSessionKeyring (line 1430) | func KeyctlJoinSessionKeyring(name string) (ringid int, err error) { function KeyctlSearch (line 1439) | func KeyctlSearch(ringid int, keyType, description string, destRingid in... function KeyctlInstantiateIOV (line 1450) | func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error { function KeyctlDHCompute (line 1465) | func KeyctlDHCompute(params *KeyctlDHParams, buffer []byte) (size int, e... function KeyctlRestrictKeyring (line 1487) | func KeyctlRestrictKeyring(ringid int, keyType string, restriction strin... function recvmsgRaw (line 1497) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 1532) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function BindToDevice (line 1571) | func BindToDevice(fd int, device string) (err error) { function ptracePeek (line 1578) | func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, ... function PtracePeekText (line 1618) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekData (line 1622) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekUser (line 1626) | func PtracePeekUser(pid int, addr uintptr, out []byte) (count int, err e... function ptracePoke (line 1630) | func ptracePoke(pokeReq int, peekReq int, pid int, addr uintptr, data []... function PtracePokeText (line 1681) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeData (line 1685) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeUser (line 1689) | func PtracePokeUser(pid int, addr uintptr, data []byte) (count int, err ... constant elfNT_PRSTATUS (line 1696) | elfNT_PRSTATUS = 1 function PtraceGetRegs (line 1698) | func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) { function PtraceSetRegs (line 1705) | func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) { function PtraceSetOptions (line 1712) | func PtraceSetOptions(pid int, options int) (err error) { function PtraceGetEventMsg (line 1716) | func PtraceGetEventMsg(pid int) (msg uint, err error) { function PtraceCont (line 1723) | func PtraceCont(pid int, signal int) (err error) { function PtraceSyscall (line 1727) | func PtraceSyscall(pid int, signal int) (err error) { function PtraceSingleStep (line 1731) | func PtraceSingleStep(pid int) (err error) { return ptrace(PTRACE_SINGLE... function PtraceInterrupt (line 1733) | func PtraceInterrupt(pid int) (err error) { return ptrace(PTRACE_INTERRU... function PtraceAttach (line 1735) | func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pi... function PtraceSeize (line 1737) | func PtraceSeize(pid int) (err error) { return ptrace(PTRACE_SEIZE, pid,... function PtraceDetach (line 1739) | func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pi... function Reboot (line 1743) | func Reboot(cmd int) (err error) { function direntIno (line 1747) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1751) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1755) | func direntNamlen(buf []byte) (uint64, bool) { function Mount (line 1765) | func Mount(source string, target string, fstype string, flags uintptr, d... function MountSetattr (line 1784) | func MountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Sendfile (line 1788) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Dup2 (line 1819) | func Dup2(oldfd, newfd int) error { function Getpgrp (line 1846) | func Getpgrp() (pid int) { function syscall_prlimit (line 1892) | func syscall_prlimit(pid, resource int, newlimit, old *syscall.Rlimit) e... function Prlimit (line 1894) | func Prlimit(pid, resource int, newlimit, old *Rlimit) error { function PrctlRetInt (line 1903) | func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, a... function Setuid (line 1911) | func Setuid(uid int) (err error) { function Setgid (line 1915) | func Setgid(gid int) (err error) { function Setreuid (line 1919) | func Setreuid(ruid, euid int) (err error) { function Setregid (line 1923) | func Setregid(rgid, egid int) (err error) { function Setresuid (line 1927) | func Setresuid(ruid, euid, suid int) (err error) { function Setresgid (line 1931) | func Setresgid(rgid, egid, sgid int) (err error) { function SetfsgidRetGid (line 1938) | func SetfsgidRetGid(gid int) (int, error) { function SetfsuidRetUid (line 1945) | func SetfsuidRetUid(uid int) (int, error) { function Setfsgid (line 1949) | func Setfsgid(gid int) error { function Setfsuid (line 1954) | func Setfsuid(uid int) error { function Signalfd (line 1959) | func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err erro... constant minIovec (line 1995) | minIovec = 8 function appendBytes (line 1998) | func appendBytes(vecs []Iovec, bs [][]byte) []Iovec { function offs2lohi (line 2013) | func offs2lohi(offs int64) (lo, hi uintptr) { function Readv (line 2018) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 2026) | func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error) { function Preadv2 (line 2035) | func Preadv2(fd int, iovs [][]byte, offset int64, flags int) (n int, err... function readvRacedetect (line 2044) | func readvRacedetect(iovecs []Iovec, n int, err error) { function Writev (line 2063) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 2074) | func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error) { function Pwritev2 (line 2086) | func Pwritev2(fd int, iovs [][]byte, offset int64, flags int) (n int, er... function writevRacedetect (line 2098) | func writevRacedetect(iovecs []Iovec, n int) { constant mremapFixed (line 2126) | mremapFixed = MREMAP_FIXED constant mremapDontunmap (line 2127) | mremapDontunmap = MREMAP_DONTUNMAP constant mremapMaymove (line 2128) | mremapMaymove = MREMAP_MAYMOVE function Vmsplice (line 2133) | func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) { function isGroupMember (line 2147) | func isGroupMember(gid int) bool { function isCapDacOverrideSet (line 2161) | func isCapDacOverrideSet() bool { function Faccessat (line 2172) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... type fileHandle (line 2259) | type fileHandle struct type FileHandle (line 2267) | type FileHandle struct method Size (line 2282) | func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) } method Type (line 2283) | func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type } method Bytes (line 2284) | func (fh *FileHandle) Bytes() []byte { function NewFileHandle (line 2272) | func NewFileHandle(handleType int32, handle []byte) FileHandle { function NameToHandleAt (line 2294) | func NameToHandleAt(dirfd int, path string, flags int) (handle FileHandl... function OpenByHandleAt (line 2323) | func OpenByHandleAt(mountFD int, handle FileHandle, flags int) (fd int, ... function Klogset (line 2329) | func Klogset(typ int, arg int) (err error) { type RemoteIovec (line 2342) | type RemoteIovec struct function MakeItimerval (line 2363) | func MakeItimerval(interval, value time.Duration) Itimerval { type ItimerWhich (line 2372) | type ItimerWhich constant ItimerReal (line 2376) | ItimerReal ItimerWhich = ITIMER_REAL constant ItimerVirtual (line 2377) | ItimerVirtual ItimerWhich = ITIMER_VIRTUAL constant ItimerProf (line 2378) | ItimerProf ItimerWhich = ITIMER_PROF function Getitimer (line 2383) | func Getitimer(which ItimerWhich) (Itimerval, error) { function Setitimer (line 2396) | func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) { function PthreadSigmask (line 2407) | func PthreadSigmask(how int, set, oldset *Sigset_t) error { function Getresuid (line 2418) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 2424) | func Getresgid() (rgid, egid, sgid int) { function Pselect (line 2432) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function SchedSetAttr (line 2468) | func SchedSetAttr(pid int, attr *SchedAttr, flags uint) error { function SchedGetAttr (line 2478) | func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_386.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function mmap (line 56) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 64) | type rlimit32 struct constant rlimInf32 (line 71) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 72) | rlimInf64 = ^uint64(0) function Getrlimit (line 74) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 100) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { constant _SOCKET (line 123) | _SOCKET = 1 constant _BIND (line 124) | _BIND = 2 constant _CONNECT (line 125) | _CONNECT = 3 constant _LISTEN (line 126) | _LISTEN = 4 constant _ACCEPT (line 127) | _ACCEPT = 5 constant _GETSOCKNAME (line 128) | _GETSOCKNAME = 6 constant _GETPEERNAME (line 129) | _GETPEERNAME = 7 constant _SOCKETPAIR (line 130) | _SOCKETPAIR = 8 constant _SEND (line 131) | _SEND = 9 constant _RECV (line 132) | _RECV = 10 constant _SENDTO (line 133) | _SENDTO = 11 constant _RECVFROM (line 134) | _RECVFROM = 12 constant _SHUTDOWN (line 135) | _SHUTDOWN = 13 constant _SETSOCKOPT (line 136) | _SETSOCKOPT = 14 constant _GETSOCKOPT (line 137) | _GETSOCKOPT = 15 constant _SENDMSG (line 138) | _SENDMSG = 16 constant _RECVMSG (line 139) | _RECVMSG = 17 constant _ACCEPT4 (line 140) | _ACCEPT4 = 18 constant _RECVMMSG (line 141) | _RECVMMSG = 19 constant _SENDMMSG (line 142) | _SENDMMSG = 20 function accept4 (line 145) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 153) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function getpeername (line 161) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function socketpair (line 169) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function bind (line 177) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 185) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 193) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 201) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 209) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 217) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 229) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 241) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 249) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Listen (line 257) | func Listen(s int, n int) (err error) { function Shutdown (line 265) | func Shutdown(s, how int) (err error) { function Fstatfs (line 273) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 281) | func Statfs(path string, buf *Statfs_t) (err error) { method PC (line 293) | func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) } method SetPC (line 295) | func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) } method SetLen (line 297) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 301) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 305) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 309) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 313) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64.go function Lstat (line 27) | func Lstat(path string, stat *Stat_t) (err error) { function Select (line 38) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 52) | func Stat(path string, stat *Stat_t) (err error) { function Gettimeofday (line 80) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 88) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 103) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 107) | func setTimeval(sec, usec int64) Timeval { method PC (line 111) | func (r *PtraceRegs) PC() uint64 { return r.Rip } method SetPC (line 113) | func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc } method SetLen (line 115) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 119) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 123) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 127) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 131) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function KexecFileLoad (line 137) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go function gettimeofday (line 13) | func gettimeofday(tv *Timeval) (err syscall.Errno) FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function Seek (line 22) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Time (line 73) | func Time(t *Time_t) (Time_t, error) { function Utime (line 85) | func Utime(path string, buf *Utimbuf) error { function Fadvise (line 100) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 118) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 130) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 138) | type rlimit32 struct constant rlimInf32 (line 145) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 146) | rlimInf64 = ^uint64(0) function Getrlimit (line 148) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 174) | func (r *PtraceRegs) PC() uint64 { return uint64(r.Uregs[15]) } method SetPC (line 176) | func (r *PtraceRegs) SetPC(pc uint64) { r.Uregs[15] = uint32(pc) } method SetLen (line 178) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 182) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 186) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 190) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 194) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 200) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 208) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm64.go function Select (line 31) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 45) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 49) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 53) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 61) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 84) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 88) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 92) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 104) | func Time(t *Time_t) (Time_t, error) { function Utime (line 116) | func Utime(path string, buf *Utimbuf) error { function utimes (line 124) | func utimes(path string, tv *[2]Timeval) (err error) { function Getrlimit (line 137) | func Getrlimit(resource int, rlim *Rlimit) error { method PC (line 145) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 147) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 149) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 153) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 157) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 161) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 165) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 169) | func Pause() error { function KexecFileLoad (line 176) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc.go function SyscallNoError (line 11) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) function RawSyscallNoError (line 15) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go function seek (line 14) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... function socketcall (line 16) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err sy... function rawsocketcall (line 17) | func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go function seek (line 14) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go function seek (line 15) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function socketcall (line 23) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, syscall.... function rawsocketcall (line 28) | func rawsocketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, sysca... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go function seek (line 15) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_loong64.go function Select (line 26) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function timespecFromStatxTimestamp (line 40) | func timespecFromStatxTimestamp(x StatxTimestamp) Timespec { function Fstatat (line 47) | func Fstatat(fd int, path string, stat *Stat_t, flags int) error { function Fstat (line 73) | func Fstat(fd int, stat *Stat_t) (err error) { function Stat (line 77) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 81) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 85) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 93) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 116) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 120) | func setTimeval(sec, usec int64) Timeval { function Getrlimit (line 124) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function futimesat (line 129) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 141) | func Time(t *Time_t) (Time_t, error) { function Utime (line 153) | func Utime(path string, buf *Utimbuf) error { function utimes (line 161) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 173) | func (r *PtraceRegs) PC() uint64 { return r.Era } method SetPC (line 175) | func (r *PtraceRegs) SetPC(era uint64) { r.Era = era } method SetLen (line 177) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 181) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 185) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 189) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 193) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 197) | func Pause() error { function Renameat (line 202) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 208) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go function Select (line 29) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Time (line 66) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 81) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 85) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 89) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 93) | func Iopl(level int) (err error) { type stat_t (line 97) | type stat_t struct function Fstat (line 124) | func Fstat(fd int, s *Stat_t) (err error) { function Fstatat (line 131) | func Fstatat(dirfd int, path string, s *Stat_t, flags int) (err error) { function Lstat (line 138) | func Lstat(path string, s *Stat_t) (err error) { function Stat (line 145) | func Stat(path string, s *Stat_t) (err error) { function fillStat_t (line 152) | func fillStat_t(s *Stat_t, st *stat_t) { method PC (line 168) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 170) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 172) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 176) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 180) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 184) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 188) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go function Syscall9 (line 16) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function Fstatfs (line 72) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 80) | func Statfs(path string, buf *Statfs_t) (err error) { function Seek (line 92) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function setTimespec (line 100) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 104) | func setTimeval(sec, usec int64) Timeval { function mmap (line 110) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant rlimInf32 (line 118) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 119) | rlimInf64 = ^uint64(0) type rlimit32 (line 121) | type rlimit32 struct function Getrlimit (line 128) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 154) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 156) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 158) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 162) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 166) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 170) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 174) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc.go function Fadvise (line 64) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function seek (line 72) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function Seek (line 80) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Fstatfs (line 88) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 96) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 110) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function setTimespec (line 118) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 122) | func setTimeval(sec, usec int64) Timeval { type rlimit32 (line 126) | type rlimit32 struct constant rlimInf32 (line 133) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 134) | rlimInf64 = ^uint64(0) function Getrlimit (line 136) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 162) | func (r *PtraceRegs) PC() uint32 { return r.Nip } method SetPC (line 164) | func (r *PtraceRegs) SetPC(pc uint32) { r.Nip = pc } method SetLen (line 166) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 170) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 174) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 178) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 182) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 188) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 196) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go function setTimespec (line 66) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 70) | func setTimeval(sec, usec int64) Timeval { method PC (line 74) | func (r *PtraceRegs) PC() uint64 { return r.Nip } method SetPC (line 76) | func (r *PtraceRegs) SetPC(pc uint64) { r.Nip = pc } method SetLen (line 78) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 82) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 86) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 90) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 94) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 100) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 108) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go function Select (line 30) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 44) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 48) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 52) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 60) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 83) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 87) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 91) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 103) | func Time(t *Time_t) (Time_t, error) { function Utime (line 115) | func Utime(path string, buf *Utimbuf) error { function utimes (line 123) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 135) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 137) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 139) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 143) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 147) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 151) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 155) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 159) | func Pause() error { function Renameat (line 164) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 170) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... function RISCVHWProbe (line 183) | func RISCVHWProbe(pairs []RISCVHWProbePairs, set *CPUSet, flags uint) (e... FILE: vendor/golang.org/x/sys/unix/syscall_linux_s390x.go function Time (line 49) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 64) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 68) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 72) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 76) | func Iopl(level int) (err error) { method PC (line 80) | func (r *PtraceRegs) PC() uint64 { return r.Psw.Addr } method SetPC (line 82) | func (r *PtraceRegs) SetPC(pc uint64) { r.Psw.Addr = pc } method SetLen (line 84) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 88) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 92) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 96) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 100) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function mmap (line 106) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant netSocket (line 121) | netSocket = 1 constant netBind (line 122) | netBind = 2 constant netConnect (line 123) | netConnect = 3 constant netListen (line 124) | netListen = 4 constant netAccept (line 125) | netAccept = 5 constant netGetSockName (line 126) | netGetSockName = 6 constant netGetPeerName (line 127) | netGetPeerName = 7 constant netSocketPair (line 128) | netSocketPair = 8 constant netSend (line 129) | netSend = 9 constant netRecv (line 130) | netRecv = 10 constant netSendTo (line 131) | netSendTo = 11 constant netRecvFrom (line 132) | netRecvFrom = 12 constant netShutdown (line 133) | netShutdown = 13 constant netSetSockOpt (line 134) | netSetSockOpt = 14 constant netGetSockOpt (line 135) | netGetSockOpt = 15 constant netSendMsg (line 136) | netSendMsg = 16 constant netRecvMsg (line 137) | netRecvMsg = 17 constant netAccept4 (line 138) | netAccept4 = 18 constant netRecvMMsg (line 139) | netRecvMMsg = 19 constant netSendMMsg (line 140) | netSendMMsg = 20 function accept4 (line 143) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 152) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function getpeername (line 161) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function socketpair (line 170) | func socketpair(domain int, typ int, flags int, fd *[2]int32) error { function bind (line 179) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) error { function connect (line 188) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) error { function socket (line 197) | func socket(domain int, typ int, proto int) (int, error) { function getsockopt (line 206) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 215) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 224) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 237) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 250) | func recvmsg(s int, msg *Msghdr, flags int) (int, error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (int, error) { function Listen (line 268) | func Listen(s int, n int) error { function Shutdown (line 277) | func Shutdown(s, how int) error { function KexecFileLoad (line 288) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go function Ioperm (line 57) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 61) | func Iopl(level int) (err error) { function Time (line 68) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 83) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 87) | func setTimeval(sec, usec int64) Timeval { method PC (line 91) | func (r *PtraceRegs) PC() uint64 { return r.Tpc } method SetPC (line 93) | func (r *PtraceRegs) SetPC(pc uint64) { r.Tpc = pc } method SetLen (line 95) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 99) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 103) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 107) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 111) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd.go type SockaddrDatalink (line 21) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 33) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Syscall9 (line 37) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function sysctlNodes (line 39) | func sysctlNodes(mib []_C_int) (nodes []Sysctlnode, err error) { function nametomib (line 62) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 100) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 104) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 108) | func direntNamlen(buf []byte) (uint64, bool) { function SysctlUvmexp (line 112) | func SysctlUvmexp(name string) (*Uvmexp, error) { function Pipe (line 126) | func Pipe(p []int) (err error) { function Pipe2 (line 132) | func Pipe2(p []int, flags int) error { function Getdirentries (line 147) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function sendfile (line 175) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function IoctlGetPtmget (line 184) | func IoctlGetPtmget(fd int, req uint) (*Ptmget, error) { function Uname (line 190) | func Uname(uname *Utsname) error { function Sendfile (line 236) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Fstatvfs (line 243) | func Fstatvfs(fd int, buf *Statvfs_t) (err error) { function Statvfs (line 247) | func Statvfs(path string, buf *Statvfs_t) (err error) { constant mremapFixed (line 362) | mremapFixed = MAP_FIXED constant mremapDontunmap (line 363) | mremapDontunmap = 0 constant mremapMaymove (line 364) | mremapMaymove = 0 function mremap (line 369) | func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags... FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_386.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd.go type SockaddrDatalink (line 22) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 34) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Syscall9 (line 38) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function nametomib (line 40) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 50) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 54) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 58) | func direntNamlen(buf []byte) (uint64, bool) { function SysctlUvmexp (line 62) | func SysctlUvmexp(name string) (*Uvmexp, error) { function Pipe (line 79) | func Pipe(p []int) (err error) { function Pipe2 (line 85) | func Pipe2(p []int, flags int) error { function Getdirentries (line 100) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Sendfile (line 127) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendfile (line 135) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Getfsstat (line 139) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Getresuid (line 157) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 163) | func Getresgid() (rgid, egid, sgid int) { function Ppoll (line 176) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Uname (line 183) | func Uname(uname *Utsname) error { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_386.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go function syscall_syscall (line 13) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 14) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall10 (line 15) | func syscall_syscall10(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10 uintp... function syscall_rawSyscall (line 16) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 17) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscall9 (line 25) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go function setTimespec (line 7) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 11) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 15) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 21) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 25) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 29) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 33) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 39) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 18) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 24) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 28) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 32) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 36) | func (cmsg *Cmsghdr) SetLen(length int) { constant SYS___SYSCTL (line 42) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_solaris.go type syscallFunc (line 25) | type syscallFunc function rawSysvicall6 (line 27) | func rawSysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 ... function sysvicall6 (line 28) | func sysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... type SockaddrDatalink (line 31) | type SockaddrDatalink struct function direntIno (line 42) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 46) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 50) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 60) | func Pipe(p []int) (err error) { function Pipe2 (line 78) | func Pipe2(p []int, flags int) error { method sockaddr (line 91) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 103) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 116) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Getsockname (line 142) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 153) | func GetsockoptString(fd, level, opt int) (string, error) { constant ImplementsGetwd (line 163) | ImplementsGetwd = true function Getwd (line 167) | func Getwd() (wd string, err error) { function Getgroups (line 188) | func Getgroups() (gids []int, err error) { function Setgroups (line 213) | func Setgroups(gids []int) (err error) { function ReadDirent (line 226) | func ReadDirent(fd int, buf []byte) (n int, err error) { type WaitStatus (line 238) | type WaitStatus method Exited (line 249) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 251) | func (w WaitStatus) ExitStatus() int { method Signaled (line 258) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 260) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 268) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 270) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Continued (line 272) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 274) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 281) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 241) | mask = 0x7F constant core (line 242) | core = 0x80 constant shift (line 243) | shift = 8 constant exited (line 245) | exited = 0 constant stopped (line 246) | stopped = 0x7F function Wait4 (line 285) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (i... function Gethostname (line 300) | func Gethostname() (name string, err error) { function Utimes (line 315) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 327) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 337) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function FcntlInt (line 350) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 360) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Futimesat (line 370) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 387) | func Futimes(fd int, tv []Timeval) error { function anyToSockaddr (line 397) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 436) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function recvmsgRaw (line 453) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 481) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Acct (line 513) | func Acct(path string) (err error) { function Mkdev (line 528) | func Mkdev(major, minor uint32) uint64 { function Major (line 534) | func Major(dev uint64) uint32 { function Minor (line 540) | func Minor(dev uint64) uint32 { function ioctl (line 551) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 556) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function IoctlSetTermio (line 561) | func IoctlSetTermio(fd int, req int, value *Termio) error { function IoctlGetTermio (line 565) | func IoctlGetTermio(fd int, req int) (*Termio, error) { function Poll (line 573) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Sendfile (line 580) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... type fileObjCookie (line 703) | type fileObjCookie struct type EventPort (line 709) | type EventPort struct method Close (line 764) | func (e *EventPort) Close() error { method PathIsWatched (line 778) | func (e *EventPort) PathIsWatched(path string) bool { method FdIsWatched (line 786) | func (e *EventPort) FdIsWatched(fd uintptr) bool { method AssociatePath (line 795) | func (e *EventPort) AssociatePath(path string, stat os.FileInfo, event... method DissociatePath (line 815) | func (e *EventPort) DissociatePath(path string) error { method AssociateFd (line 839) | func (e *EventPort) AssociateFd(fd uintptr, events int, cookie interfa... method DissociateFd (line 859) | func (e *EventPort) DissociateFd(fd uintptr) error { method GetOne (line 901) | func (e *EventPort) GetOne(t *Timespec) (*PortEvent, error) { method peIntToExt (line 919) | func (e *EventPort) peIntToExt(peInt *portEvent, peExt *PortEvent) err... method Pending (line 957) | func (e *EventPort) Pending() (int, error) { method Get (line 967) | func (e *EventPort) Get(s []PortEvent, min int, timeout *Timespec) (in... type PortEvent (line 732) | type PortEvent struct function NewEventPort (line 743) | func NewEventPort() (*EventPort, error) { function createFileObjCookie (line 879) | func createFileObjCookie(name string, stat os.FileInfo, cookie interface... function Putmsg (line 1003) | func Putmsg(fd int, cl []byte, data []byte, flags int) (err error) { function Getmsg (line 1022) | func Getmsg(fd int, cl []byte, data []byte) (retCl []byte, retData []byt... function IoctlSetIntRetInt (line 1050) | func IoctlSetIntRetInt(fd int, req int, arg int) (int, error) { function IoctlSetString (line 1054) | func IoctlSetString(fd int, req int, val string) error { method SetName (line 1064) | func (l *Lifreq) SetName(name string) error { method SetLifruInt (line 1074) | func (l *Lifreq) SetLifruInt(d int) { method GetLifruInt (line 1078) | func (l *Lifreq) GetLifruInt() int { method SetLifruUint (line 1082) | func (l *Lifreq) SetLifruUint(d uint) { method GetLifruUint (line 1086) | func (l *Lifreq) GetLifruUint() uint { function IoctlLifreq (line 1090) | func IoctlLifreq(fd int, req int, l *Lifreq) error { method SetInt (line 1096) | func (s *Strioctl) SetInt(i int) { function IoctlSetStrioctlRetInt (line 1101) | func IoctlSetStrioctlRetInt(fd int, req int, s *Strioctl) (int, error) { FILE: vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go function setTimespec (line 10) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 14) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 18) | func (iov *Iovec) SetLen(length int) { method SetIovlen (line 22) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 26) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_unix.go function errnoErr (line 39) | func errnoErr(e syscall.Errno) error { function ErrnoName (line 54) | func ErrnoName(e syscall.Errno) string { function SignalName (line 65) | func SignalName(s syscall.Signal) string { function SignalNum (line 78) | func SignalNum(s string) syscall.Signal { function clen (line 89) | func clen(n []byte) int { type mmapper (line 99) | type mmapper struct method Mmap (line 106) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 128) | func (m *mmapper) Munmap(data []byte) (err error) { function Mmap (line 150) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 154) | func Munmap(b []byte) (err error) { function Read (line 158) | func Read(fd int, p []byte) (n int, err error) { function Write (line 171) | func Write(fd int, p []byte) (n int, err error) { function Pread (line 182) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 195) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { type Sockaddr (line 211) | type Sockaddr interface type SockaddrInet4 (line 216) | type SockaddrInet4 struct type SockaddrInet6 (line 223) | type SockaddrInet6 struct type SockaddrUnix (line 231) | type SockaddrUnix struct function Bind (line 236) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 244) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 252) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 261) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 268) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 275) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 281) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 288) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 295) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 302) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 309) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 316) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 323) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 330) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Recvmsg (line 355) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function RecvmsgBuffers (line 373) | func RecvmsgBuffers(fd int, buffers [][]byte, oob []byte, flags int) (n,... function Sendmsg (line 394) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 423) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function SendmsgBuffers (line 443) | func SendmsgBuffers(fd int, buffers [][]byte, oob []byte, to Sockaddr, f... function Send (line 464) | func Send(s int, buf []byte, flags int) (err error) { function Sendto (line 468) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 480) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 484) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 489) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 493) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 497) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 501) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 505) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 509) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 517) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 521) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 525) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 533) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 545) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 547) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 569) | func Exec(argv0 string, argv []string, envv []string) error { function Lutimes (line 578) | func Lutimes(path string, tv []Timeval) error { function emptyIovecs (line 593) | func emptyIovecs(iov []Iovec) bool { function Setrlimit (line 603) | func Setrlimit(resource int, rlim *Rlimit) error { FILE: vendor/golang.org/x/sys/unix/syscall_unix_gc.go function Syscall (line 13) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) function Syscall6 (line 14) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 15) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 16) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go function Syscall (line 14) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 17) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 20) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 23) | func RawSyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, ... FILE: vendor/golang.org/x/sys/unix/syscall_zos_s390x.go constant O_CLOEXEC (line 22) | O_CLOEXEC = 0 constant AF_LOCAL (line 23) | AF_LOCAL = AF_UNIX function syscall_syscall (line 26) | func syscall_syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawsyscall (line 27) | func syscall_rawsyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err E... function syscall_syscall6 (line 28) | func syscall_syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uint... function syscall_rawsyscall6 (line 29) | func syscall_rawsyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 u... function syscall_syscall9 (line 30) | func syscall_syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) ... function syscall_rawsyscall9 (line 31) | func syscall_rawsyscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintpt... function copyStat (line 33) | func copyStat(stat *Stat_t, statLE *Stat_LE_t) { function svcCall (line 52) | func svcCall(fnptr unsafe.Pointer, argv *unsafe.Pointer, dsa *uint64) function svcLoad (line 53) | func svcLoad(name *byte) unsafe.Pointer function svcUnload (line 54) | func svcUnload(name *byte, fnptr unsafe.Pointer) int64 method NameString (line 56) | func (d *Dirent) NameString() string { function anyToSockaddr (line 110) | func anyToSockaddr(_ int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 165) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { method SetLen (line 181) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 185) | func (msghdr *Msghdr) SetControllen(length int) { method SetLen (line 189) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 233) | func Fstat(fd int, stat *Stat_t) (err error) { function Ptsname (line 257) | func Ptsname(fd int) (name string, err error) { function u2s (line 266) | func u2s(cstr unsafe.Pointer) string { function Close (line 275) | func Close(fd int) (err error) { function Madvise (line 288) | func Madvise(b []byte, advice int) (err error) { function Getpgrp (line 299) | func Getpgrp() (pid int) { function Getrusage (line 310) | func Getrusage(who int, rusage *Rusage) (err error) { function Lstat (line 329) | func Lstat(path string, stat *Stat_t) (err error) { function Stat (line 356) | func Stat(path string, sta *Stat_t) (err error) { function Open (line 374) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Mkfifoat (line 378) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Remove (line 394) | func Remove(path string) error { constant ImplementsGetwd (line 398) | ImplementsGetwd = true function Getcwd (line 400) | func Getcwd(buf []byte) (n int, err error) { function Getwd (line 415) | func Getwd() (wd string, err error) { function Getgroups (line 428) | func Getgroups() (gids []int, err error) { function Setgroups (line 454) | func Setgroups(gids []int) (err error) { function gettid (line 466) | func gettid() uint64 function Gettid (line 468) | func Gettid() (tid int) { type WaitStatus (line 472) | type WaitStatus method Exited (line 491) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 493) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 495) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 497) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 499) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 501) | func (w WaitStatus) ExitStatus() int { method Signal (line 508) | func (w WaitStatus) Signal() Signal { method StopSignal (line 515) | func (w WaitStatus) StopSignal() Signal { method TrapCause (line 522) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 484) | mask = 0x7F constant core (line 485) | core = 0x80 constant exited (line 486) | exited = 0x00 constant stopped (line 487) | stopped = 0x7F constant shift (line 488) | shift = 8 function Wait4 (line 526) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Gettimeofday (line 539) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 547) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 559) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 563) | func setTimeval(sec, usec int64) Timeval { //fix function Pipe (line 569) | func Pipe(p []int) (err error) { function Utimes (line 584) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 591) | func UtimesNano(path string, ts []Timespec) error { function Getsockname (line 604) | func Getsockname(fd int) (sa Sockaddr, err error) { constant nwmHeaderIdentifier (line 616) | nwmHeaderIdentifier = 0xd5e6d4c8 constant nwmFilterIdentifier (line 617) | nwmFilterIdentifier = 0xd5e6d4c6 constant nwmTCPConnIdentifier (line 618) | nwmTCPConnIdentifier = 0xd5e6d4c3 constant nwmRecHeaderIdentifier (line 619) | nwmRecHeaderIdentifier = 0xd5e6d4d9 constant nwmIPStatsIdentifier (line 620) | nwmIPStatsIdentifier = 0xd5e6d4c9d7e2e340 constant nwmIPGStatsIdentifier (line 621) | nwmIPGStatsIdentifier = 0xd5e6d4c9d7c7e2e3 constant nwmTCPStatsIdentifier (line 622) | nwmTCPStatsIdentifier = 0xd5e6d4e3c3d7e2e3 constant nwmUDPStatsIdentifier (line 623) | nwmUDPStatsIdentifier = 0xd5e6d4e4c4d7e2e3 constant nwmICMPGStatsEntry (line 624) | nwmICMPGStatsEntry = 0xd5e6d4c9c3d4d7c7 constant nwmICMPTStatsEntry (line 625) | nwmICMPTStatsEntry = 0xd5e6d4c9c3d4d7e3 constant nwmVersion1 (line 628) | nwmVersion1 = 1 constant nwmVersion2 (line 629) | nwmVersion2 = 2 constant nwmCurrentVer (line 630) | nwmCurrentVer = 2 constant nwmTCPConnType (line 632) | nwmTCPConnType = 1 constant nwmGlobalStatsType (line 633) | nwmGlobalStatsType = 14 constant nwmFilterLclAddrMask (line 636) | nwmFilterLclAddrMask = 0x20000000 constant nwmFilterSrcAddrMask (line 637) | nwmFilterSrcAddrMask = 0x20000000 constant nwmFilterLclPortMask (line 638) | nwmFilterLclPortMask = 0x10000000 constant nwmFilterSrcPortMask (line 639) | nwmFilterSrcPortMask = 0x10000000 constant nwmTCPStateClosed (line 642) | nwmTCPStateClosed = 1 constant nwmTCPStateListen (line 643) | nwmTCPStateListen = 2 constant nwmTCPStateSynSent (line 644) | nwmTCPStateSynSent = 3 constant nwmTCPStateSynRcvd (line 645) | nwmTCPStateSynRcvd = 4 constant nwmTCPStateEstab (line 646) | nwmTCPStateEstab = 5 constant nwmTCPStateFinWait1 (line 647) | nwmTCPStateFinWait1 = 6 constant nwmTCPStateFinWait2 (line 648) | nwmTCPStateFinWait2 = 7 constant nwmTCPStateClosWait (line 649) | nwmTCPStateClosWait = 8 constant nwmTCPStateLastAck (line 650) | nwmTCPStateLastAck = 9 constant nwmTCPStateClosing (line 651) | nwmTCPStateClosing = 10 constant nwmTCPStateTimeWait (line 652) | nwmTCPStateTimeWait = 11 constant nwmTCPStateDeletTCB (line 653) | nwmTCPStateDeletTCB = 12 constant BPF_TCP_CLOSE (line 656) | BPF_TCP_CLOSE = 1 constant BPF_TCP_LISTEN (line 657) | BPF_TCP_LISTEN = 2 constant BPF_TCP_SYN_SENT (line 658) | BPF_TCP_SYN_SENT = 3 constant BPF_TCP_SYN_RECV (line 659) | BPF_TCP_SYN_RECV = 4 constant BPF_TCP_ESTABLISHED (line 660) | BPF_TCP_ESTABLISHED = 5 constant BPF_TCP_FIN_WAIT1 (line 661) | BPF_TCP_FIN_WAIT1 = 6 constant BPF_TCP_FIN_WAIT2 (line 662) | BPF_TCP_FIN_WAIT2 = 7 constant BPF_TCP_CLOSE_WAIT (line 663) | BPF_TCP_CLOSE_WAIT = 8 constant BPF_TCP_LAST_ACK (line 664) | BPF_TCP_LAST_ACK = 9 constant BPF_TCP_CLOSING (line 665) | BPF_TCP_CLOSING = 10 constant BPF_TCP_TIME_WAIT (line 666) | BPF_TCP_TIME_WAIT = 11 constant BPF_TCP_NEW_SYN_RECV (line 667) | BPF_TCP_NEW_SYN_RECV = -1 constant BPF_TCP_MAX_STATES (line 668) | BPF_TCP_MAX_STATES = -2 type nwmTriplet (line 671) | type nwmTriplet struct type nwmQuadruplet (line 677) | type nwmQuadruplet struct type nwmHeader (line 684) | type nwmHeader struct type nwmFilter (line 696) | type nwmFilter struct type nwmRecHeader (line 729) | type nwmRecHeader struct type nwmTCPStatsEntry (line 736) | type nwmTCPStatsEntry struct type nwmConnEntry (line 814) | type nwmConnEntry struct constant svc_EZBNMIF4 (line 896) | svc_EZBNMIF4 = 0 function GetsockoptTCPInfo (line 899) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptString (line 1100) | func GetsockoptString(fd, level, opt int) (string, error) { function Recvmsg (line 1111) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function Sendmsg (line 1146) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 1151) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function Opendir (line 1190) | func Opendir(name string) (uintptr, error) { function clearErrno (line 1204) | func clearErrno() function Readdir (line 1206) | func Readdir(dir uintptr) (*Dirent, error) { function readdir_r (line 1226) | func readdir_r(dirp uintptr, entry *direntLE, result **direntLE) (err er... function Closedir (line 1234) | func Closedir(dir uintptr) error { function Seekdir (line 1242) | func Seekdir(dir uintptr, pos int) { function Telldir (line 1246) | func Telldir(dir uintptr) (int, error) { function FcntlFlock (line 1256) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Flock (line 1277) | func Flock(fd int, how int) error { function Mlock (line 1310) | func Mlock(b []byte) (err error) { function Mlock2 (line 1318) | func Mlock2(b []byte, flags int) (err error) { function Mlockall (line 1326) | func Mlockall(flags int) (err error) { function Munlock (line 1334) | func Munlock(b []byte) (err error) { function Munlockall (line 1342) | func Munlockall() (err error) { function ClockGettime (line 1350) | func ClockGettime(clockid int32, ts *Timespec) error { function Statfs (line 1376) | func Statfs(path string, stat *Statfs_t) (err error) { function errnoErr (line 1406) | func errnoErr(e Errno) error { function ErrnoName (line 1421) | func ErrnoName(e Errno) string { function SignalName (line 1432) | func SignalName(s syscall.Signal) string { function SignalNum (line 1445) | func SignalNum(s string) syscall.Signal { function clen (line 1456) | func clen(n []byte) int { type mmapper (line 1466) | type mmapper struct method Mmap (line 1473) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 1502) | func (m *mmapper) Munmap(data []byte) (err error) { function Read (line 1524) | func Read(fd int, p []byte) (n int, err error) { function Write (line 1537) | func Write(fd int, p []byte) (n int, err error) { type Sockaddr (line 1553) | type Sockaddr interface type SockaddrInet4 (line 1558) | type SockaddrInet4 struct method sockaddr (line 69) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrInet6 (line 1565) | type SockaddrInet6 struct method sockaddr (line 82) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrUnix (line 1573) | type SockaddrUnix struct method sockaddr (line 96) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Bind (line 1578) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 1586) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 1594) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 1603) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 1610) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 1617) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 1623) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 1630) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 1637) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 1644) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 1651) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 1658) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 1665) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 1672) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Sendto (line 1684) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 1692) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 1696) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 1701) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 1705) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 1709) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 1713) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 1717) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 1721) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 1729) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 1733) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 1737) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 1745) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 1757) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 1759) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 1778) | func Exec(argv0 string, argv []string, envv []string) error { function Mount (line 1782) | func Mount(source string, target string, fstype string, flags uintptr, d... function Unmount (line 1791) | func Unmount(name string, mtm int) (err error) { function fdToPath (line 1826) | func fdToPath(dirfd int) (path string, err error) { function direntLeToDirentUnix (line 1861) | func direntLeToDirentUnix(dirent *direntLE, dir uintptr, path string) (D... function Getdirentries (line 1886) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function ReadDirent (line 1960) | func ReadDirent(fd int, buf []byte) (n int, err error) { function direntIno (line 1965) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1969) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1973) | func direntNamlen(buf []byte) (uint64, bool) { FILE: vendor/golang.org/x/sys/unix/sysvshm_linux.go function SysvShmCtl (line 14) | func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) { FILE: vendor/golang.org/x/sys/unix/sysvshm_unix.go function SysvShmAttach (line 14) | func SysvShmAttach(id int, addr uintptr, flag int) ([]byte, error) { function SysvShmDetach (line 40) | func SysvShmDetach(data []byte) error { function SysvShmGet (line 50) | func SysvShmGet(key, size, flag int) (id int, err error) { FILE: vendor/golang.org/x/sys/unix/sysvshm_unix_other.go function SysvShmCtl (line 12) | func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) { FILE: vendor/golang.org/x/sys/unix/timestruct.go function TimespecToNsec (line 13) | func TimespecToNsec(ts Timespec) int64 { return ts.Nano() } function NsecToTimespec (line 16) | func NsecToTimespec(nsec int64) Timespec { function TimeToTimespec (line 30) | func TimeToTimespec(t time.Time) (Timespec, error) { function TimevalToNsec (line 45) | func TimevalToNsec(tv Timeval) int64 { return tv.Nano() } function NsecToTimeval (line 48) | func NsecToTimeval(nsec int64) Timeval { method Unix (line 60) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 65) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 70) | func (ts *Timespec) Nano() int64 { method Nano (line 75) | func (tv *Timeval) Nano() int64 { FILE: vendor/golang.org/x/sys/unix/unveil_openbsd.go function Unveil (line 16) | func Unveil(path string, flags string) error { function UnveilBlock (line 34) | func UnveilBlock() error { FILE: vendor/golang.org/x/sys/unix/xattr_bsd.go function xattrnamespace (line 17) | func xattrnamespace(fullattr string) (ns int, attr string, err error) { function initxattrdest (line 36) | func initxattrdest(dest []byte, idx int) (d unsafe.Pointer) { function Getxattr (line 51) | func Getxattr(file string, attr string, dest []byte) (sz int, err error) { function Fgetxattr (line 63) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function Lgetxattr (line 75) | func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) { function Fsetxattr (line 89) | func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) { function Setxattr (line 105) | func Setxattr(file string, attr string, data []byte, flags int) (err err... function Lsetxattr (line 121) | func Lsetxattr(link string, attr string, data []byte, flags int) (err er... function Removexattr (line 137) | func Removexattr(file string, attr string) (err error) { function Fremovexattr (line 147) | func Fremovexattr(fd int, attr string) (err error) { function Lremovexattr (line 157) | func Lremovexattr(link string, attr string) (err error) { function Listxattr (line 167) | func Listxattr(file string, dest []byte) (sz int, err error) { function ListxattrNS (line 199) | func ListxattrNS(file string, nsid int, dest []byte) (sz int, err error) { function Flistxattr (line 211) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function FlistxattrNS (line 235) | func FlistxattrNS(fd int, nsid int, dest []byte) (sz int, err error) { function Llistxattr (line 247) | func Llistxattr(link string, dest []byte) (sz int, err error) { function LlistxattrNS (line 271) | func LlistxattrNS(link string, nsid int, dest []byte) (sz int, err error) { FILE: vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BYPASS (line 16) | AF_BYPASS = 0x19 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 19) | AF_DATAKIT = 0x9 constant AF_DECnet (line 20) | AF_DECnet = 0xc constant AF_DLI (line 21) | AF_DLI = 0xd constant AF_ECMA (line 22) | AF_ECMA = 0x8 constant AF_HYLINK (line 23) | AF_HYLINK = 0xf constant AF_IMPLINK (line 24) | AF_IMPLINK = 0x3 constant AF_INET (line 25) | AF_INET = 0x2 constant AF_INET6 (line 26) | AF_INET6 = 0x18 constant AF_INTF (line 27) | AF_INTF = 0x14 constant AF_ISO (line 28) | AF_ISO = 0x7 constant AF_LAT (line 29) | AF_LAT = 0xe constant AF_LINK (line 30) | AF_LINK = 0x12 constant AF_LOCAL (line 31) | AF_LOCAL = 0x1 constant AF_MAX (line 32) | AF_MAX = 0x1e constant AF_NDD (line 33) | AF_NDD = 0x17 constant AF_NETWARE (line 34) | AF_NETWARE = 0x16 constant AF_NS (line 35) | AF_NS = 0x6 constant AF_OSI (line 36) | AF_OSI = 0x7 constant AF_PUP (line 37) | AF_PUP = 0x4 constant AF_RIF (line 38) | AF_RIF = 0x15 constant AF_ROUTE (line 39) | AF_ROUTE = 0x11 constant AF_SNA (line 40) | AF_SNA = 0xb constant AF_UNIX (line 41) | AF_UNIX = 0x1 constant AF_UNSPEC (line 42) | AF_UNSPEC = 0x0 constant ALTWERASE (line 43) | ALTWERASE = 0x400000 constant ARPHRD_802_3 (line 44) | ARPHRD_802_3 = 0x6 constant ARPHRD_802_5 (line 45) | ARPHRD_802_5 = 0x6 constant ARPHRD_ETHER (line 46) | ARPHRD_ETHER = 0x1 constant ARPHRD_FDDI (line 47) | ARPHRD_FDDI = 0x1 constant B0 (line 48) | B0 = 0x0 constant B110 (line 49) | B110 = 0x3 constant B1200 (line 50) | B1200 = 0x9 constant B134 (line 51) | B134 = 0x4 constant B150 (line 52) | B150 = 0x5 constant B1800 (line 53) | B1800 = 0xa constant B19200 (line 54) | B19200 = 0xe constant B200 (line 55) | B200 = 0x6 constant B2400 (line 56) | B2400 = 0xb constant B300 (line 57) | B300 = 0x7 constant B38400 (line 58) | B38400 = 0xf constant B4800 (line 59) | B4800 = 0xc constant B50 (line 60) | B50 = 0x1 constant B600 (line 61) | B600 = 0x8 constant B75 (line 62) | B75 = 0x2 constant B9600 (line 63) | B9600 = 0xd constant BRKINT (line 64) | BRKINT = 0x2 constant BS0 (line 65) | BS0 = 0x0 constant BS1 (line 66) | BS1 = 0x1000 constant BSDLY (line 67) | BSDLY = 0x1000 constant CAP_AACCT (line 68) | CAP_AACCT = 0x6 constant CAP_ARM_APPLICATION (line 69) | CAP_ARM_APPLICATION = 0x5 constant CAP_BYPASS_RAC_VMM (line 70) | CAP_BYPASS_RAC_VMM = 0x3 constant CAP_CLEAR (line 71) | CAP_CLEAR = 0x0 constant CAP_CREDENTIALS (line 72) | CAP_CREDENTIALS = 0x7 constant CAP_EFFECTIVE (line 73) | CAP_EFFECTIVE = 0x1 constant CAP_EWLM_AGENT (line 74) | CAP_EWLM_AGENT = 0x4 constant CAP_INHERITABLE (line 75) | CAP_INHERITABLE = 0x2 constant CAP_MAXIMUM (line 76) | CAP_MAXIMUM = 0x7 constant CAP_NUMA_ATTACH (line 77) | CAP_NUMA_ATTACH = 0x2 constant CAP_PERMITTED (line 78) | CAP_PERMITTED = 0x3 constant CAP_PROPAGATE (line 79) | CAP_PROPAGATE = 0x1 constant CAP_PROPOGATE (line 80) | CAP_PROPOGATE = 0x1 constant CAP_SET (line 81) | CAP_SET = 0x1 constant CBAUD (line 82) | CBAUD = 0xf constant CFLUSH (line 83) | CFLUSH = 0xf constant CIBAUD (line 84) | CIBAUD = 0xf0000 constant CLOCAL (line 85) | CLOCAL = 0x800 constant CLOCK_MONOTONIC (line 86) | CLOCK_MONOTONIC = 0xa constant CLOCK_PROCESS_CPUTIME_ID (line 87) | CLOCK_PROCESS_CPUTIME_ID = 0xb constant CLOCK_REALTIME (line 88) | CLOCK_REALTIME = 0x9 constant CLOCK_THREAD_CPUTIME_ID (line 89) | CLOCK_THREAD_CPUTIME_ID = 0xc constant CR0 (line 90) | CR0 = 0x0 constant CR1 (line 91) | CR1 = 0x100 constant CR2 (line 92) | CR2 = 0x200 constant CR3 (line 93) | CR3 = 0x300 constant CRDLY (line 94) | CRDLY = 0x300 constant CREAD (line 95) | CREAD = 0x80 constant CS5 (line 96) | CS5 = 0x0 constant CS6 (line 97) | CS6 = 0x10 constant CS7 (line 98) | CS7 = 0x20 constant CS8 (line 99) | CS8 = 0x30 constant CSIOCGIFCONF (line 100) | CSIOCGIFCONF = -0x3ff796dc constant CSIZE (line 101) | CSIZE = 0x30 constant CSMAP_DIR (line 102) | CSMAP_DIR = "/usr/lib/nls/csmap/" constant CSTART (line 103) | CSTART = '\021' constant CSTOP (line 104) | CSTOP = '\023' constant CSTOPB (line 105) | CSTOPB = 0x40 constant CSUSP (line 106) | CSUSP = 0x1a constant ECHO (line 107) | ECHO = 0x8 constant ECHOCTL (line 108) | ECHOCTL = 0x20000 constant ECHOE (line 109) | ECHOE = 0x10 constant ECHOK (line 110) | ECHOK = 0x20 constant ECHOKE (line 111) | ECHOKE = 0x80000 constant ECHONL (line 112) | ECHONL = 0x40 constant ECHOPRT (line 113) | ECHOPRT = 0x40000 constant ECH_ICMPID (line 114) | ECH_ICMPID = 0x2 constant ETHERNET_CSMACD (line 115) | ETHERNET_CSMACD = 0x6 constant EVENP (line 116) | EVENP = 0x80 constant EXCONTINUE (line 117) | EXCONTINUE = 0x0 constant EXDLOK (line 118) | EXDLOK = 0x3 constant EXIO (line 119) | EXIO = 0x2 constant EXPGIO (line 120) | EXPGIO = 0x0 constant EXRESUME (line 121) | EXRESUME = 0x2 constant EXRETURN (line 122) | EXRETURN = 0x1 constant EXSIG (line 123) | EXSIG = 0x4 constant EXTA (line 124) | EXTA = 0xe constant EXTB (line 125) | EXTB = 0xf constant EXTRAP (line 126) | EXTRAP = 0x1 constant EYEC_RTENTRYA (line 127) | EYEC_RTENTRYA = 0x257274656e747241 constant EYEC_RTENTRYF (line 128) | EYEC_RTENTRYF = 0x257274656e747246 constant E_ACC (line 129) | E_ACC = 0x0 constant FD_CLOEXEC (line 130) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 131) | FD_SETSIZE = 0xfffe constant FF0 (line 132) | FF0 = 0x0 constant FF1 (line 133) | FF1 = 0x2000 constant FFDLY (line 134) | FFDLY = 0x2000 constant FLUSHBAND (line 135) | FLUSHBAND = 0x40 constant FLUSHLOW (line 136) | FLUSHLOW = 0x8 constant FLUSHO (line 137) | FLUSHO = 0x100000 constant FLUSHR (line 138) | FLUSHR = 0x1 constant FLUSHRW (line 139) | FLUSHRW = 0x3 constant FLUSHW (line 140) | FLUSHW = 0x2 constant F_CLOSEM (line 141) | F_CLOSEM = 0xa constant F_DUP2FD (line 142) | F_DUP2FD = 0xe constant F_DUPFD (line 143) | F_DUPFD = 0x0 constant F_GETFD (line 144) | F_GETFD = 0x1 constant F_GETFL (line 145) | F_GETFL = 0x3 constant F_GETLK (line 146) | F_GETLK = 0x5 constant F_GETLK64 (line 147) | F_GETLK64 = 0xb constant F_GETOWN (line 148) | F_GETOWN = 0x8 constant F_LOCK (line 149) | F_LOCK = 0x1 constant F_OK (line 150) | F_OK = 0x0 constant F_RDLCK (line 151) | F_RDLCK = 0x1 constant F_SETFD (line 152) | F_SETFD = 0x2 constant F_SETFL (line 153) | F_SETFL = 0x4 constant F_SETLK (line 154) | F_SETLK = 0x6 constant F_SETLK64 (line 155) | F_SETLK64 = 0xc constant F_SETLKW (line 156) | F_SETLKW = 0x7 constant F_SETLKW64 (line 157) | F_SETLKW64 = 0xd constant F_SETOWN (line 158) | F_SETOWN = 0x9 constant F_TEST (line 159) | F_TEST = 0x3 constant F_TLOCK (line 160) | F_TLOCK = 0x2 constant F_TSTLK (line 161) | F_TSTLK = 0xf constant F_ULOCK (line 162) | F_ULOCK = 0x0 constant F_UNLCK (line 163) | F_UNLCK = 0x3 constant F_WRLCK (line 164) | F_WRLCK = 0x2 constant HUPCL (line 165) | HUPCL = 0x400 constant IBSHIFT (line 166) | IBSHIFT = 0x10 constant ICANON (line 167) | ICANON = 0x2 constant ICMP6_FILTER (line 168) | ICMP6_FILTER = 0x26 constant ICMP6_SEC_SEND_DEL (line 169) | ICMP6_SEC_SEND_DEL = 0x46 constant ICMP6_SEC_SEND_GET (line 170) | ICMP6_SEC_SEND_GET = 0x47 constant ICMP6_SEC_SEND_SET (line 171) | ICMP6_SEC_SEND_SET = 0x44 constant ICMP6_SEC_SEND_SET_CGA_ADDR (line 172) | ICMP6_SEC_SEND_SET_CGA_ADDR = 0x45 constant ICRNL (line 173) | ICRNL = 0x100 constant IEXTEN (line 174) | IEXTEN = 0x200000 constant IFA_FIRSTALIAS (line 175) | IFA_FIRSTALIAS = 0x2000 constant IFA_ROUTE (line 176) | IFA_ROUTE = 0x1 constant IFF_64BIT (line 177) | IFF_64BIT = 0x4000000 constant IFF_ALLCAST (line 178) | IFF_ALLCAST = 0x20000 constant IFF_ALLMULTI (line 179) | IFF_ALLMULTI = 0x200 constant IFF_BPF (line 180) | IFF_BPF = 0x8000000 constant IFF_BRIDGE (line 181) | IFF_BRIDGE = 0x40000 constant IFF_BROADCAST (line 182) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 183) | IFF_CANTCHANGE = 0x80c52 constant IFF_CHECKSUM_OFFLOAD (line 184) | IFF_CHECKSUM_OFFLOAD = 0x10000000 constant IFF_D1 (line 185) | IFF_D1 = 0x8000 constant IFF_D2 (line 186) | IFF_D2 = 0x4000 constant IFF_D3 (line 187) | IFF_D3 = 0x2000 constant IFF_D4 (line 188) | IFF_D4 = 0x1000 constant IFF_DEBUG (line 189) | IFF_DEBUG = 0x4 constant IFF_DEVHEALTH (line 190) | IFF_DEVHEALTH = 0x4000 constant IFF_DO_HW_LOOPBACK (line 191) | IFF_DO_HW_LOOPBACK = 0x10000 constant IFF_GROUP_ROUTING (line 192) | IFF_GROUP_ROUTING = 0x2000000 constant IFF_IFBUFMGT (line 193) | IFF_IFBUFMGT = 0x800000 constant IFF_LINK0 (line 194) | IFF_LINK0 = 0x100000 constant IFF_LINK1 (line 195) | IFF_LINK1 = 0x200000 constant IFF_LINK2 (line 196) | IFF_LINK2 = 0x400000 constant IFF_LOOPBACK (line 197) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 198) | IFF_MULTICAST = 0x80000 constant IFF_NOARP (line 199) | IFF_NOARP = 0x80 constant IFF_NOECHO (line 200) | IFF_NOECHO = 0x800 constant IFF_NOTRAILERS (line 201) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 202) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 203) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 204) | IFF_PROMISC = 0x100 constant IFF_PSEG (line 205) | IFF_PSEG = 0x40000000 constant IFF_RUNNING (line 206) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 207) | IFF_SIMPLEX = 0x800 constant IFF_SNAP (line 208) | IFF_SNAP = 0x8000 constant IFF_TCP_DISABLE_CKSUM (line 209) | IFF_TCP_DISABLE_CKSUM = 0x20000000 constant IFF_TCP_NOCKSUM (line 210) | IFF_TCP_NOCKSUM = 0x1000000 constant IFF_UP (line 211) | IFF_UP = 0x1 constant IFF_VIPA (line 212) | IFF_VIPA = 0x80000000 constant IFNAMSIZ (line 213) | IFNAMSIZ = 0x10 constant IFO_FLUSH (line 214) | IFO_FLUSH = 0x1 constant IFT_1822 (line 215) | IFT_1822 = 0x2 constant IFT_AAL5 (line 216) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 217) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 218) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 219) | IFT_ATM = 0x25 constant IFT_CEPT (line 220) | IFT_CEPT = 0x13 constant IFT_CLUSTER (line 221) | IFT_CLUSTER = 0x3e constant IFT_DS3 (line 222) | IFT_DS3 = 0x1e constant IFT_EON (line 223) | IFT_EON = 0x19 constant IFT_ETHER (line 224) | IFT_ETHER = 0x6 constant IFT_FCS (line 225) | IFT_FCS = 0x3a constant IFT_FDDI (line 226) | IFT_FDDI = 0xf constant IFT_FRELAY (line 227) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 228) | IFT_FRELAYDCE = 0x2c constant IFT_GIFTUNNEL (line 229) | IFT_GIFTUNNEL = 0x3c constant IFT_HDH1822 (line 230) | IFT_HDH1822 = 0x3 constant IFT_HF (line 231) | IFT_HF = 0x3d constant IFT_HIPPI (line 232) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 233) | IFT_HSSI = 0x2e constant IFT_HY (line 234) | IFT_HY = 0xe constant IFT_IB (line 235) | IFT_IB = 0xc7 constant IFT_ISDNBASIC (line 236) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 237) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 238) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 239) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 240) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 241) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 242) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 243) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 244) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 245) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 246) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 247) | IFT_MODEM = 0x30 constant IFT_NSIP (line 248) | IFT_NSIP = 0x1b constant IFT_OTHER (line 249) | IFT_OTHER = 0x1 constant IFT_P10 (line 250) | IFT_P10 = 0xc constant IFT_P80 (line 251) | IFT_P80 = 0xd constant IFT_PARA (line 252) | IFT_PARA = 0x22 constant IFT_PPP (line 253) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 254) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 255) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 256) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 257) | IFT_RS232 = 0x21 constant IFT_SDLC (line 258) | IFT_SDLC = 0x11 constant IFT_SIP (line 259) | IFT_SIP = 0x1f constant IFT_SLIP (line 260) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 261) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 262) | IFT_SMDSICIP = 0x34 constant IFT_SN (line 263) | IFT_SN = 0x38 constant IFT_SONET (line 264) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 265) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 266) | IFT_SONETVT = 0x33 constant IFT_SP (line 267) | IFT_SP = 0x39 constant IFT_STARLAN (line 268) | IFT_STARLAN = 0xb constant IFT_T1 (line 269) | IFT_T1 = 0x12 constant IFT_TUNNEL (line 270) | IFT_TUNNEL = 0x3b constant IFT_ULTRA (line 271) | IFT_ULTRA = 0x1d constant IFT_V35 (line 272) | IFT_V35 = 0x2d constant IFT_VIPA (line 273) | IFT_VIPA = 0x37 constant IFT_X25 (line 274) | IFT_X25 = 0x5 constant IFT_X25DDN (line 275) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 276) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 277) | IFT_XETHER = 0x1a constant IGNBRK (line 278) | IGNBRK = 0x1 constant IGNCR (line 279) | IGNCR = 0x80 constant IGNPAR (line 280) | IGNPAR = 0x4 constant IMAXBEL (line 281) | IMAXBEL = 0x10000 constant INLCR (line 282) | INLCR = 0x40 constant INPCK (line 283) | INPCK = 0x10 constant IN_CLASSA_HOST (line 284) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 285) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 286) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 287) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 288) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 289) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 290) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 291) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 292) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 293) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 294) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 295) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 296) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 297) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 298) | IN_LOOPBACKNET = 0x7f constant IN_USE (line 299) | IN_USE = 0x1 constant IPPROTO_AH (line 300) | IPPROTO_AH = 0x33 constant IPPROTO_BIP (line 301) | IPPROTO_BIP = 0x53 constant IPPROTO_DSTOPTS (line 302) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 303) | IPPROTO_EGP = 0x8 constant IPPROTO_EON (line 304) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 305) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 306) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 307) | IPPROTO_GGP = 0x3 constant IPPROTO_GIF (line 308) | IPPROTO_GIF = 0x8c constant IPPROTO_GRE (line 309) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 310) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 311) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 312) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 313) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 314) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 315) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 316) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 317) | IPPROTO_IPV6 = 0x29 constant IPPROTO_LOCAL (line 318) | IPPROTO_LOCAL = 0x3f constant IPPROTO_MAX (line 319) | IPPROTO_MAX = 0x100 constant IPPROTO_MH (line 320) | IPPROTO_MH = 0x87 constant IPPROTO_NONE (line 321) | IPPROTO_NONE = 0x3b constant IPPROTO_PUP (line 322) | IPPROTO_PUP = 0xc constant IPPROTO_QOS (line 323) | IPPROTO_QOS = 0x2d constant IPPROTO_RAW (line 324) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 325) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 326) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 327) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 328) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 329) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 330) | IPPROTO_UDP = 0x11 constant IPV6_ADDRFORM (line 331) | IPV6_ADDRFORM = 0x16 constant IPV6_ADDR_PREFERENCES (line 332) | IPV6_ADDR_PREFERENCES = 0x4a constant IPV6_ADD_MEMBERSHIP (line 333) | IPV6_ADD_MEMBERSHIP = 0xc constant IPV6_AIXRAWSOCKET (line 334) | IPV6_AIXRAWSOCKET = 0x39 constant IPV6_CHECKSUM (line 335) | IPV6_CHECKSUM = 0x27 constant IPV6_DONTFRAG (line 336) | IPV6_DONTFRAG = 0x2d constant IPV6_DROP_MEMBERSHIP (line 337) | IPV6_DROP_MEMBERSHIP = 0xd constant IPV6_DSTOPTS (line 338) | IPV6_DSTOPTS = 0x36 constant IPV6_FLOWINFO_FLOWLABEL (line 339) | IPV6_FLOWINFO_FLOWLABEL = 0xffffff constant IPV6_FLOWINFO_PRIFLOW (line 340) | IPV6_FLOWINFO_PRIFLOW = 0xfffffff constant IPV6_FLOWINFO_PRIORITY (line 341) | IPV6_FLOWINFO_PRIORITY = 0xf000000 constant IPV6_FLOWINFO_SRFLAG (line 342) | IPV6_FLOWINFO_SRFLAG = 0x10000000 constant IPV6_FLOWINFO_VERSION (line 343) | IPV6_FLOWINFO_VERSION = 0xf0000000 constant IPV6_HOPLIMIT (line 344) | IPV6_HOPLIMIT = 0x28 constant IPV6_HOPOPTS (line 345) | IPV6_HOPOPTS = 0x34 constant IPV6_JOIN_GROUP (line 346) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 347) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MIPDSTOPTS (line 348) | IPV6_MIPDSTOPTS = 0x36 constant IPV6_MULTICAST_HOPS (line 349) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 350) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 351) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 352) | IPV6_NEXTHOP = 0x30 constant IPV6_NOPROBE (line 353) | IPV6_NOPROBE = 0x1c constant IPV6_PATHMTU (line 354) | IPV6_PATHMTU = 0x2e constant IPV6_PKTINFO (line 355) | IPV6_PKTINFO = 0x21 constant IPV6_PKTOPTIONS (line 356) | IPV6_PKTOPTIONS = 0x24 constant IPV6_PRIORITY_10 (line 357) | IPV6_PRIORITY_10 = 0xa000000 constant IPV6_PRIORITY_11 (line 358) | IPV6_PRIORITY_11 = 0xb000000 constant IPV6_PRIORITY_12 (line 359) | IPV6_PRIORITY_12 = 0xc000000 constant IPV6_PRIORITY_13 (line 360) | IPV6_PRIORITY_13 = 0xd000000 constant IPV6_PRIORITY_14 (line 361) | IPV6_PRIORITY_14 = 0xe000000 constant IPV6_PRIORITY_15 (line 362) | IPV6_PRIORITY_15 = 0xf000000 constant IPV6_PRIORITY_8 (line 363) | IPV6_PRIORITY_8 = 0x8000000 constant IPV6_PRIORITY_9 (line 364) | IPV6_PRIORITY_9 = 0x9000000 constant IPV6_PRIORITY_BULK (line 365) | IPV6_PRIORITY_BULK = 0x4000000 constant IPV6_PRIORITY_CONTROL (line 366) | IPV6_PRIORITY_CONTROL = 0x7000000 constant IPV6_PRIORITY_FILLER (line 367) | IPV6_PRIORITY_FILLER = 0x1000000 constant IPV6_PRIORITY_INTERACTIVE (line 368) | IPV6_PRIORITY_INTERACTIVE = 0x6000000 constant IPV6_PRIORITY_RESERVED1 (line 369) | IPV6_PRIORITY_RESERVED1 = 0x3000000 constant IPV6_PRIORITY_RESERVED2 (line 370) | IPV6_PRIORITY_RESERVED2 = 0x5000000 constant IPV6_PRIORITY_UNATTENDED (line 371) | IPV6_PRIORITY_UNATTENDED = 0x2000000 constant IPV6_PRIORITY_UNCHARACTERIZED (line 372) | IPV6_PRIORITY_UNCHARACTERIZED = 0x0 constant IPV6_RECVDSTOPTS (line 373) | IPV6_RECVDSTOPTS = 0x38 constant IPV6_RECVHOPLIMIT (line 374) | IPV6_RECVHOPLIMIT = 0x29 constant IPV6_RECVHOPOPTS (line 375) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVHOPS (line 376) | IPV6_RECVHOPS = 0x22 constant IPV6_RECVIF (line 377) | IPV6_RECVIF = 0x1e constant IPV6_RECVPATHMTU (line 378) | IPV6_RECVPATHMTU = 0x2f constant IPV6_RECVPKTINFO (line 379) | IPV6_RECVPKTINFO = 0x23 constant IPV6_RECVRTHDR (line 380) | IPV6_RECVRTHDR = 0x33 constant IPV6_RECVSRCRT (line 381) | IPV6_RECVSRCRT = 0x1d constant IPV6_RECVTCLASS (line 382) | IPV6_RECVTCLASS = 0x2a constant IPV6_RTHDR (line 383) | IPV6_RTHDR = 0x32 constant IPV6_RTHDRDSTOPTS (line 384) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_TYPE_0 (line 385) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RTHDR_TYPE_2 (line 386) | IPV6_RTHDR_TYPE_2 = 0x2 constant IPV6_SENDIF (line 387) | IPV6_SENDIF = 0x1f constant IPV6_SRFLAG_LOOSE (line 388) | IPV6_SRFLAG_LOOSE = 0x0 constant IPV6_SRFLAG_STRICT (line 389) | IPV6_SRFLAG_STRICT = 0x10000000 constant IPV6_TCLASS (line 390) | IPV6_TCLASS = 0x2b constant IPV6_TOKEN_LENGTH (line 391) | IPV6_TOKEN_LENGTH = 0x40 constant IPV6_UNICAST_HOPS (line 392) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 393) | IPV6_USE_MIN_MTU = 0x2c constant IPV6_V6ONLY (line 394) | IPV6_V6ONLY = 0x25 constant IPV6_VERSION (line 395) | IPV6_VERSION = 0x60000000 constant IP_ADDRFORM (line 396) | IP_ADDRFORM = 0x16 constant IP_ADD_MEMBERSHIP (line 397) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 398) | IP_ADD_SOURCE_MEMBERSHIP = 0x3c constant IP_BLOCK_SOURCE (line 399) | IP_BLOCK_SOURCE = 0x3a constant IP_BROADCAST_IF (line 400) | IP_BROADCAST_IF = 0x10 constant IP_CACHE_LINE_SIZE (line 401) | IP_CACHE_LINE_SIZE = 0x80 constant IP_DEFAULT_MULTICAST_LOOP (line 402) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 403) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 404) | IP_DF = 0x4000 constant IP_DHCPMODE (line 405) | IP_DHCPMODE = 0x11 constant IP_DONTFRAG (line 406) | IP_DONTFRAG = 0x19 constant IP_DROP_MEMBERSHIP (line 407) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 408) | IP_DROP_SOURCE_MEMBERSHIP = 0x3d constant IP_FINDPMTU (line 409) | IP_FINDPMTU = 0x1a constant IP_HDRINCL (line 410) | IP_HDRINCL = 0x2 constant IP_INC_MEMBERSHIPS (line 411) | IP_INC_MEMBERSHIPS = 0x14 constant IP_INIT_MEMBERSHIP (line 412) | IP_INIT_MEMBERSHIP = 0x14 constant IP_MAXPACKET (line 413) | IP_MAXPACKET = 0xffff constant IP_MF (line 414) | IP_MF = 0x2000 constant IP_MSS (line 415) | IP_MSS = 0x240 constant IP_MULTICAST_HOPS (line 416) | IP_MULTICAST_HOPS = 0xa constant IP_MULTICAST_IF (line 417) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 418) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 419) | IP_MULTICAST_TTL = 0xa constant IP_OPT (line 420) | IP_OPT = 0x1b constant IP_OPTIONS (line 421) | IP_OPTIONS = 0x1 constant IP_PMTUAGE (line 422) | IP_PMTUAGE = 0x1b constant IP_RECVDSTADDR (line 423) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 424) | IP_RECVIF = 0x14 constant IP_RECVIFINFO (line 425) | IP_RECVIFINFO = 0xf constant IP_RECVINTERFACE (line 426) | IP_RECVINTERFACE = 0x20 constant IP_RECVMACHDR (line 427) | IP_RECVMACHDR = 0xe constant IP_RECVOPTS (line 428) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 429) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 430) | IP_RECVTTL = 0x22 constant IP_RETOPTS (line 431) | IP_RETOPTS = 0x8 constant IP_SOURCE_FILTER (line 432) | IP_SOURCE_FILTER = 0x48 constant IP_TOS (line 433) | IP_TOS = 0x3 constant IP_TTL (line 434) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 435) | IP_UNBLOCK_SOURCE = 0x3b constant IP_UNICAST_HOPS (line 436) | IP_UNICAST_HOPS = 0x4 constant ISIG (line 437) | ISIG = 0x1 constant ISTRIP (line 438) | ISTRIP = 0x20 constant IUCLC (line 439) | IUCLC = 0x800 constant IXANY (line 440) | IXANY = 0x1000 constant IXOFF (line 441) | IXOFF = 0x400 constant IXON (line 442) | IXON = 0x200 constant I_FLUSH (line 443) | I_FLUSH = 0x20005305 constant LNOFLSH (line 444) | LNOFLSH = 0x8000 constant LOCK_EX (line 445) | LOCK_EX = 0x2 constant LOCK_NB (line 446) | LOCK_NB = 0x4 constant LOCK_SH (line 447) | LOCK_SH = 0x1 constant LOCK_UN (line 448) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 449) | MADV_DONTNEED = 0x4 constant MADV_NORMAL (line 450) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 451) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 452) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 453) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 454) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 455) | MAP_ANON = 0x10 constant MAP_ANONYMOUS (line 456) | MAP_ANONYMOUS = 0x10 constant MAP_FILE (line 457) | MAP_FILE = 0x0 constant MAP_FIXED (line 458) | MAP_FIXED = 0x100 constant MAP_PRIVATE (line 459) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 460) | MAP_SHARED = 0x1 constant MAP_TYPE (line 461) | MAP_TYPE = 0xf0 constant MAP_VARIABLE (line 462) | MAP_VARIABLE = 0x0 constant MCAST_BLOCK_SOURCE (line 463) | MCAST_BLOCK_SOURCE = 0x40 constant MCAST_EXCLUDE (line 464) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 465) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 466) | MCAST_JOIN_GROUP = 0x3e constant MCAST_JOIN_SOURCE_GROUP (line 467) | MCAST_JOIN_SOURCE_GROUP = 0x42 constant MCAST_LEAVE_GROUP (line 468) | MCAST_LEAVE_GROUP = 0x3f constant MCAST_LEAVE_SOURCE_GROUP (line 469) | MCAST_LEAVE_SOURCE_GROUP = 0x43 constant MCAST_SOURCE_FILTER (line 470) | MCAST_SOURCE_FILTER = 0x49 constant MCAST_UNBLOCK_SOURCE (line 471) | MCAST_UNBLOCK_SOURCE = 0x41 constant MCL_CURRENT (line 472) | MCL_CURRENT = 0x100 constant MCL_FUTURE (line 473) | MCL_FUTURE = 0x200 constant MSG_ANY (line 474) | MSG_ANY = 0x4 constant MSG_ARGEXT (line 475) | MSG_ARGEXT = 0x400 constant MSG_BAND (line 476) | MSG_BAND = 0x2 constant MSG_COMPAT (line 477) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 478) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 479) | MSG_DONTROUTE = 0x4 constant MSG_EOR (line 480) | MSG_EOR = 0x8 constant MSG_HIPRI (line 481) | MSG_HIPRI = 0x1 constant MSG_MAXIOVLEN (line 482) | MSG_MAXIOVLEN = 0x10 constant MSG_MPEG2 (line 483) | MSG_MPEG2 = 0x80 constant MSG_NONBLOCK (line 484) | MSG_NONBLOCK = 0x4000 constant MSG_NOSIGNAL (line 485) | MSG_NOSIGNAL = 0x100 constant MSG_OOB (line 486) | MSG_OOB = 0x1 constant MSG_PEEK (line 487) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 488) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 489) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 490) | MSG_WAITFORONE = 0x200 constant MS_ASYNC (line 491) | MS_ASYNC = 0x10 constant MS_EINTR (line 492) | MS_EINTR = 0x80 constant MS_INVALIDATE (line 493) | MS_INVALIDATE = 0x40 constant MS_PER_SEC (line 494) | MS_PER_SEC = 0x3e8 constant MS_SYNC (line 495) | MS_SYNC = 0x20 constant NFDBITS (line 496) | NFDBITS = 0x20 constant NL0 (line 497) | NL0 = 0x0 constant NL1 (line 498) | NL1 = 0x4000 constant NL2 (line 499) | NL2 = 0x8000 constant NL3 (line 500) | NL3 = 0xc000 constant NLDLY (line 501) | NLDLY = 0x4000 constant NOFLSH (line 502) | NOFLSH = 0x80 constant NOFLUSH (line 503) | NOFLUSH = 0x80000000 constant OCRNL (line 504) | OCRNL = 0x8 constant OFDEL (line 505) | OFDEL = 0x80 constant OFILL (line 506) | OFILL = 0x40 constant OLCUC (line 507) | OLCUC = 0x2 constant ONLCR (line 508) | ONLCR = 0x4 constant ONLRET (line 509) | ONLRET = 0x20 constant ONOCR (line 510) | ONOCR = 0x10 constant ONOEOT (line 511) | ONOEOT = 0x80000 constant OPOST (line 512) | OPOST = 0x1 constant OXTABS (line 513) | OXTABS = 0x40000 constant O_ACCMODE (line 514) | O_ACCMODE = 0x23 constant O_APPEND (line 515) | O_APPEND = 0x8 constant O_CIO (line 516) | O_CIO = 0x80 constant O_CIOR (line 517) | O_CIOR = 0x800000000 constant O_CLOEXEC (line 518) | O_CLOEXEC = 0x800000 constant O_CREAT (line 519) | O_CREAT = 0x100 constant O_DEFER (line 520) | O_DEFER = 0x2000 constant O_DELAY (line 521) | O_DELAY = 0x4000 constant O_DIRECT (line 522) | O_DIRECT = 0x8000000 constant O_DIRECTORY (line 523) | O_DIRECTORY = 0x80000 constant O_DSYNC (line 524) | O_DSYNC = 0x400000 constant O_EFSOFF (line 525) | O_EFSOFF = 0x400000000 constant O_EFSON (line 526) | O_EFSON = 0x200000000 constant O_EXCL (line 527) | O_EXCL = 0x400 constant O_EXEC (line 528) | O_EXEC = 0x20 constant O_LARGEFILE (line 529) | O_LARGEFILE = 0x4000000 constant O_NDELAY (line 530) | O_NDELAY = 0x8000 constant O_NOCACHE (line 531) | O_NOCACHE = 0x100000 constant O_NOCTTY (line 532) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 533) | O_NOFOLLOW = 0x1000000 constant O_NONBLOCK (line 534) | O_NONBLOCK = 0x4 constant O_NONE (line 535) | O_NONE = 0x3 constant O_NSHARE (line 536) | O_NSHARE = 0x10000 constant O_RAW (line 537) | O_RAW = 0x100000000 constant O_RDONLY (line 538) | O_RDONLY = 0x0 constant O_RDWR (line 539) | O_RDWR = 0x2 constant O_RSHARE (line 540) | O_RSHARE = 0x1000 constant O_RSYNC (line 541) | O_RSYNC = 0x200000 constant O_SEARCH (line 542) | O_SEARCH = 0x20 constant O_SNAPSHOT (line 543) | O_SNAPSHOT = 0x40 constant O_SYNC (line 544) | O_SYNC = 0x10 constant O_TRUNC (line 545) | O_TRUNC = 0x200 constant O_TTY_INIT (line 546) | O_TTY_INIT = 0x0 constant O_WRONLY (line 547) | O_WRONLY = 0x1 constant PARENB (line 548) | PARENB = 0x100 constant PAREXT (line 549) | PAREXT = 0x100000 constant PARMRK (line 550) | PARMRK = 0x8 constant PARODD (line 551) | PARODD = 0x200 constant PENDIN (line 552) | PENDIN = 0x20000000 constant PRIO_PGRP (line 553) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 554) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 555) | PRIO_USER = 0x2 constant PROT_EXEC (line 556) | PROT_EXEC = 0x4 constant PROT_NONE (line 557) | PROT_NONE = 0x0 constant PROT_READ (line 558) | PROT_READ = 0x1 constant PROT_WRITE (line 559) | PROT_WRITE = 0x2 constant PR_64BIT (line 560) | PR_64BIT = 0x20 constant PR_ADDR (line 561) | PR_ADDR = 0x2 constant PR_ARGEXT (line 562) | PR_ARGEXT = 0x400 constant PR_ATOMIC (line 563) | PR_ATOMIC = 0x1 constant PR_CONNREQUIRED (line 564) | PR_CONNREQUIRED = 0x4 constant PR_FASTHZ (line 565) | PR_FASTHZ = 0x5 constant PR_INP (line 566) | PR_INP = 0x40 constant PR_INTRLEVEL (line 567) | PR_INTRLEVEL = 0x8000 constant PR_MLS (line 568) | PR_MLS = 0x100 constant PR_MLS_1_LABEL (line 569) | PR_MLS_1_LABEL = 0x200 constant PR_NOEOR (line 570) | PR_NOEOR = 0x4000 constant PR_RIGHTS (line 571) | PR_RIGHTS = 0x10 constant PR_SLOWHZ (line 572) | PR_SLOWHZ = 0x2 constant PR_WANTRCVD (line 573) | PR_WANTRCVD = 0x8 constant RLIMIT_AS (line 574) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 575) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 576) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 577) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 578) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 579) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 580) | RLIMIT_NPROC = 0x9 constant RLIMIT_RSS (line 581) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 582) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 583) | RLIM_INFINITY = 0x7fffffff constant RTAX_AUTHOR (line 584) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 585) | RTAX_BRD = 0x7 constant RTAX_DST (line 586) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 587) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 588) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 589) | RTAX_IFA = 0x5 constant RTAX_IFP (line 590) | RTAX_IFP = 0x4 constant RTAX_MAX (line 591) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 592) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 593) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 594) | RTA_BRD = 0x80 constant RTA_DOWNSTREAM (line 595) | RTA_DOWNSTREAM = 0x100 constant RTA_DST (line 596) | RTA_DST = 0x1 constant RTA_GATEWAY (line 597) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 598) | RTA_GENMASK = 0x8 constant RTA_IFA (line 599) | RTA_IFA = 0x20 constant RTA_IFP (line 600) | RTA_IFP = 0x10 constant RTA_NETMASK (line 601) | RTA_NETMASK = 0x4 constant RTC_IA64 (line 602) | RTC_IA64 = 0x3 constant RTC_POWER (line 603) | RTC_POWER = 0x1 constant RTC_POWER_PC (line 604) | RTC_POWER_PC = 0x2 constant RTF_ACTIVE_DGD (line 605) | RTF_ACTIVE_DGD = 0x1000000 constant RTF_BCE (line 606) | RTF_BCE = 0x80000 constant RTF_BLACKHOLE (line 607) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 608) | RTF_BROADCAST = 0x400000 constant RTF_BUL (line 609) | RTF_BUL = 0x2000 constant RTF_CLONE (line 610) | RTF_CLONE = 0x10000 constant RTF_CLONED (line 611) | RTF_CLONED = 0x20000 constant RTF_CLONING (line 612) | RTF_CLONING = 0x100 constant RTF_DONE (line 613) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 614) | RTF_DYNAMIC = 0x10 constant RTF_FREE_IN_PROG (line 615) | RTF_FREE_IN_PROG = 0x4000000 constant RTF_GATEWAY (line 616) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 617) | RTF_HOST = 0x4 constant RTF_LLINFO (line 618) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 619) | RTF_LOCAL = 0x200000 constant RTF_MASK (line 620) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 621) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 622) | RTF_MULTICAST = 0x800000 constant RTF_PERMANENT6 (line 623) | RTF_PERMANENT6 = 0x8000000 constant RTF_PINNED (line 624) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 625) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 626) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 627) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 628) | RTF_REJECT = 0x8 constant RTF_SMALLMTU (line 629) | RTF_SMALLMTU = 0x40000 constant RTF_STATIC (line 630) | RTF_STATIC = 0x800 constant RTF_STOPSRCH (line 631) | RTF_STOPSRCH = 0x2000000 constant RTF_UNREACHABLE (line 632) | RTF_UNREACHABLE = 0x10000000 constant RTF_UP (line 633) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 634) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 635) | RTM_ADD = 0x1 constant RTM_CHANGE (line 636) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 637) | RTM_DELADDR = 0xd constant RTM_DELETE (line 638) | RTM_DELETE = 0x2 constant RTM_EXPIRE (line 639) | RTM_EXPIRE = 0xf constant RTM_GET (line 640) | RTM_GET = 0x4 constant RTM_GETNEXT (line 641) | RTM_GETNEXT = 0x11 constant RTM_IFINFO (line 642) | RTM_IFINFO = 0xe constant RTM_LOCK (line 643) | RTM_LOCK = 0x8 constant RTM_LOSING (line 644) | RTM_LOSING = 0x5 constant RTM_MISS (line 645) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 646) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 647) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 648) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 649) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 650) | RTM_RESOLVE = 0xb constant RTM_RTLOST (line 651) | RTM_RTLOST = 0x10 constant RTM_RTTUNIT (line 652) | RTM_RTTUNIT = 0xf4240 constant RTM_SAMEADDR (line 653) | RTM_SAMEADDR = 0x12 constant RTM_SET (line 654) | RTM_SET = 0x13 constant RTM_VERSION (line 655) | RTM_VERSION = 0x2 constant RTM_VERSION_GR (line 656) | RTM_VERSION_GR = 0x4 constant RTM_VERSION_GR_COMPAT (line 657) | RTM_VERSION_GR_COMPAT = 0x3 constant RTM_VERSION_POLICY (line 658) | RTM_VERSION_POLICY = 0x5 constant RTM_VERSION_POLICY_EXT (line 659) | RTM_VERSION_POLICY_EXT = 0x6 constant RTM_VERSION_POLICY_PRFN (line 660) | RTM_VERSION_POLICY_PRFN = 0x7 constant RTV_EXPIRE (line 661) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 662) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 663) | RTV_MTU = 0x1 constant RTV_RPIPE (line 664) | RTV_RPIPE = 0x8 constant RTV_RTT (line 665) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 666) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 667) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 668) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 669) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 670) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 671) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 672) | SCM_RIGHTS = 0x1 constant SHUT_RD (line 673) | SHUT_RD = 0x0 constant SHUT_RDWR (line 674) | SHUT_RDWR = 0x2 constant SHUT_WR (line 675) | SHUT_WR = 0x1 constant SIGMAX64 (line 676) | SIGMAX64 = 0xff constant SIGQUEUE_MAX (line 677) | SIGQUEUE_MAX = 0x20 constant SIOCADDIFVIPA (line 678) | SIOCADDIFVIPA = 0x20006942 constant SIOCADDMTU (line 679) | SIOCADDMTU = -0x7ffb9690 constant SIOCADDMULTI (line 680) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDNETID (line 681) | SIOCADDNETID = -0x7fd796a9 constant SIOCADDRT (line 682) | SIOCADDRT = -0x7fcf8df6 constant SIOCAIFADDR (line 683) | SIOCAIFADDR = -0x7fbf96e6 constant SIOCATMARK (line 684) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 685) | SIOCDARP = -0x7fb396e0 constant SIOCDELIFVIPA (line 686) | SIOCDELIFVIPA = 0x20006943 constant SIOCDELMTU (line 687) | SIOCDELMTU = -0x7ffb968f constant SIOCDELMULTI (line 688) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELPMTU (line 689) | SIOCDELPMTU = -0x7fd78ff6 constant SIOCDELRT (line 690) | SIOCDELRT = -0x7fcf8df5 constant SIOCDIFADDR (line 691) | SIOCDIFADDR = -0x7fd796e7 constant SIOCDNETOPT (line 692) | SIOCDNETOPT = -0x3ffe9680 constant SIOCDX25XLATE (line 693) | SIOCDX25XLATE = -0x7fd7969b constant SIOCFIFADDR (line 694) | SIOCFIFADDR = -0x7fdf966d constant SIOCGARP (line 695) | SIOCGARP = -0x3fb396da constant SIOCGETMTUS (line 696) | SIOCGETMTUS = 0x2000696f constant SIOCGETSGCNT (line 697) | SIOCGETSGCNT = -0x3feb8acc constant SIOCGETVIFCNT (line 698) | SIOCGETVIFCNT = -0x3feb8acd constant SIOCGHIWAT (line 699) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 700) | SIOCGIFADDR = -0x3fd796df constant SIOCGIFADDRS (line 701) | SIOCGIFADDRS = 0x2000698c constant SIOCGIFBAUDRATE (line 702) | SIOCGIFBAUDRATE = -0x3fdf9669 constant SIOCGIFBRDADDR (line 703) | SIOCGIFBRDADDR = -0x3fd796dd constant SIOCGIFCONF (line 704) | SIOCGIFCONF = -0x3ff796bb constant SIOCGIFCONFGLOB (line 705) | SIOCGIFCONFGLOB = -0x3ff79670 constant SIOCGIFDSTADDR (line 706) | SIOCGIFDSTADDR = -0x3fd796de constant SIOCGIFFLAGS (line 707) | SIOCGIFFLAGS = -0x3fd796ef constant SIOCGIFGIDLIST (line 708) | SIOCGIFGIDLIST = 0x20006968 constant SIOCGIFHWADDR (line 709) | SIOCGIFHWADDR = -0x3fab966b constant SIOCGIFMETRIC (line 710) | SIOCGIFMETRIC = -0x3fd796e9 constant SIOCGIFMTU (line 711) | SIOCGIFMTU = -0x3fd796aa constant SIOCGIFNETMASK (line 712) | SIOCGIFNETMASK = -0x3fd796db constant SIOCGIFOPTIONS (line 713) | SIOCGIFOPTIONS = -0x3fd796d6 constant SIOCGISNO (line 714) | SIOCGISNO = -0x3fd79695 constant SIOCGLOADF (line 715) | SIOCGLOADF = -0x3ffb967e constant SIOCGLOWAT (line 716) | SIOCGLOWAT = 0x40047303 constant SIOCGNETOPT (line 717) | SIOCGNETOPT = -0x3ffe96a5 constant SIOCGNETOPT1 (line 718) | SIOCGNETOPT1 = -0x3fdf967f constant SIOCGNMTUS (line 719) | SIOCGNMTUS = 0x2000696e constant SIOCGPGRP (line 720) | SIOCGPGRP = 0x40047309 constant SIOCGSIZIFCONF (line 721) | SIOCGSIZIFCONF = 0x4004696a constant SIOCGSRCFILTER (line 722) | SIOCGSRCFILTER = -0x3fe796cb constant SIOCGTUNEPHASE (line 723) | SIOCGTUNEPHASE = -0x3ffb9676 constant SIOCGX25XLATE (line 724) | SIOCGX25XLATE = -0x3fd7969c constant SIOCIFATTACH (line 725) | SIOCIFATTACH = -0x7fdf9699 constant SIOCIFDETACH (line 726) | SIOCIFDETACH = -0x7fdf969a constant SIOCIFGETPKEY (line 727) | SIOCIFGETPKEY = -0x7fdf969b constant SIOCIF_ATM_DARP (line 728) | SIOCIF_ATM_DARP = -0x7fdf9683 constant SIOCIF_ATM_DUMPARP (line 729) | SIOCIF_ATM_DUMPARP = -0x7fdf9685 constant SIOCIF_ATM_GARP (line 730) | SIOCIF_ATM_GARP = -0x7fdf9682 constant SIOCIF_ATM_IDLE (line 731) | SIOCIF_ATM_IDLE = -0x7fdf9686 constant SIOCIF_ATM_SARP (line 732) | SIOCIF_ATM_SARP = -0x7fdf9681 constant SIOCIF_ATM_SNMPARP (line 733) | SIOCIF_ATM_SNMPARP = -0x7fdf9687 constant SIOCIF_ATM_SVC (line 734) | SIOCIF_ATM_SVC = -0x7fdf9684 constant SIOCIF_ATM_UBR (line 735) | SIOCIF_ATM_UBR = -0x7fdf9688 constant SIOCIF_DEVHEALTH (line 736) | SIOCIF_DEVHEALTH = -0x7ffb966c constant SIOCIF_IB_ARP_INCOMP (line 737) | SIOCIF_IB_ARP_INCOMP = -0x7fdf9677 constant SIOCIF_IB_ARP_TIMER (line 738) | SIOCIF_IB_ARP_TIMER = -0x7fdf9678 constant SIOCIF_IB_CLEAR_PINFO (line 739) | SIOCIF_IB_CLEAR_PINFO = -0x3fdf966f constant SIOCIF_IB_DEL_ARP (line 740) | SIOCIF_IB_DEL_ARP = -0x7fdf967f constant SIOCIF_IB_DEL_PINFO (line 741) | SIOCIF_IB_DEL_PINFO = -0x3fdf9670 constant SIOCIF_IB_DUMP_ARP (line 742) | SIOCIF_IB_DUMP_ARP = -0x7fdf9680 constant SIOCIF_IB_GET_ARP (line 743) | SIOCIF_IB_GET_ARP = -0x7fdf967e constant SIOCIF_IB_GET_INFO (line 744) | SIOCIF_IB_GET_INFO = -0x3f879675 constant SIOCIF_IB_GET_STATS (line 745) | SIOCIF_IB_GET_STATS = -0x3f879672 constant SIOCIF_IB_NOTIFY_ADDR_REM (line 746) | SIOCIF_IB_NOTIFY_ADDR_REM = -0x3f87966a constant SIOCIF_IB_RESET_STATS (line 747) | SIOCIF_IB_RESET_STATS = -0x3f879671 constant SIOCIF_IB_RESIZE_CQ (line 748) | SIOCIF_IB_RESIZE_CQ = -0x7fdf9679 constant SIOCIF_IB_SET_ARP (line 749) | SIOCIF_IB_SET_ARP = -0x7fdf967d constant SIOCIF_IB_SET_PKEY (line 750) | SIOCIF_IB_SET_PKEY = -0x7fdf967c constant SIOCIF_IB_SET_PORT (line 751) | SIOCIF_IB_SET_PORT = -0x7fdf967b constant SIOCIF_IB_SET_QKEY (line 752) | SIOCIF_IB_SET_QKEY = -0x7fdf9676 constant SIOCIF_IB_SET_QSIZE (line 753) | SIOCIF_IB_SET_QSIZE = -0x7fdf967a constant SIOCLISTIFVIPA (line 754) | SIOCLISTIFVIPA = 0x20006944 constant SIOCSARP (line 755) | SIOCSARP = -0x7fb396e2 constant SIOCSHIWAT (line 756) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 757) | SIOCSIFADDR = -0x7fd796f4 constant SIOCSIFADDRORI (line 758) | SIOCSIFADDRORI = -0x7fdb9673 constant SIOCSIFBRDADDR (line 759) | SIOCSIFBRDADDR = -0x7fd796ed constant SIOCSIFDSTADDR (line 760) | SIOCSIFDSTADDR = -0x7fd796f2 constant SIOCSIFFLAGS (line 761) | SIOCSIFFLAGS = -0x7fd796f0 constant SIOCSIFGIDLIST (line 762) | SIOCSIFGIDLIST = 0x20006969 constant SIOCSIFMETRIC (line 763) | SIOCSIFMETRIC = -0x7fd796e8 constant SIOCSIFMTU (line 764) | SIOCSIFMTU = -0x7fd796a8 constant SIOCSIFNETDUMP (line 765) | SIOCSIFNETDUMP = -0x7fd796e4 constant SIOCSIFNETMASK (line 766) | SIOCSIFNETMASK = -0x7fd796ea constant SIOCSIFOPTIONS (line 767) | SIOCSIFOPTIONS = -0x7fd796d7 constant SIOCSIFSUBCHAN (line 768) | SIOCSIFSUBCHAN = -0x7fd796e5 constant SIOCSISNO (line 769) | SIOCSISNO = -0x7fd79694 constant SIOCSLOADF (line 770) | SIOCSLOADF = -0x3ffb967d constant SIOCSLOWAT (line 771) | SIOCSLOWAT = 0x80047302 constant SIOCSNETOPT (line 772) | SIOCSNETOPT = -0x7ffe96a6 constant SIOCSPGRP (line 773) | SIOCSPGRP = 0x80047308 constant SIOCSX25XLATE (line 774) | SIOCSX25XLATE = -0x7fd7969d constant SOCK_CONN_DGRAM (line 775) | SOCK_CONN_DGRAM = 0x6 constant SOCK_DGRAM (line 776) | SOCK_DGRAM = 0x2 constant SOCK_RAW (line 777) | SOCK_RAW = 0x3 constant SOCK_RDM (line 778) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 779) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 780) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 781) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 782) | SOMAXCONN = 0x400 constant SO_ACCEPTCONN (line 783) | SO_ACCEPTCONN = 0x2 constant SO_AUDIT (line 784) | SO_AUDIT = 0x8000 constant SO_BROADCAST (line 785) | SO_BROADCAST = 0x20 constant SO_CKSUMRECV (line 786) | SO_CKSUMRECV = 0x800 constant SO_DEBUG (line 787) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 788) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 789) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 790) | SO_KEEPALIVE = 0x8 constant SO_KERNACCEPT (line 791) | SO_KERNACCEPT = 0x2000 constant SO_LINGER (line 792) | SO_LINGER = 0x80 constant SO_NOMULTIPATH (line 793) | SO_NOMULTIPATH = 0x4000 constant SO_NOREUSEADDR (line 794) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 795) | SO_OOBINLINE = 0x100 constant SO_PEERID (line 796) | SO_PEERID = 0x1009 constant SO_RCVBUF (line 797) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 798) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 799) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 800) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 801) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 802) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 803) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 804) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMPNS (line 805) | SO_TIMESTAMPNS = 0x100a constant SO_TYPE (line 806) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 807) | SO_USELOOPBACK = 0x40 constant SO_USE_IFBUFS (line 808) | SO_USE_IFBUFS = 0x400 constant S_BANDURG (line 809) | S_BANDURG = 0x400 constant S_EMODFMT (line 810) | S_EMODFMT = 0x3c000000 constant S_ENFMT (line 811) | S_ENFMT = 0x400 constant S_ERROR (line 812) | S_ERROR = 0x100 constant S_HANGUP (line 813) | S_HANGUP = 0x200 constant S_HIPRI (line 814) | S_HIPRI = 0x2 constant S_ICRYPTO (line 815) | S_ICRYPTO = 0x80000 constant S_IEXEC (line 816) | S_IEXEC = 0x40 constant S_IFBLK (line 817) | S_IFBLK = 0x6000 constant S_IFCHR (line 818) | S_IFCHR = 0x2000 constant S_IFDIR (line 819) | S_IFDIR = 0x4000 constant S_IFIFO (line 820) | S_IFIFO = 0x1000 constant S_IFJOURNAL (line 821) | S_IFJOURNAL = 0x10000 constant S_IFLNK (line 822) | S_IFLNK = 0xa000 constant S_IFMPX (line 823) | S_IFMPX = 0x2200 constant S_IFMT (line 824) | S_IFMT = 0xf000 constant S_IFPDIR (line 825) | S_IFPDIR = 0x4000000 constant S_IFPSDIR (line 826) | S_IFPSDIR = 0x8000000 constant S_IFPSSDIR (line 827) | S_IFPSSDIR = 0xc000000 constant S_IFREG (line 828) | S_IFREG = 0x8000 constant S_IFSOCK (line 829) | S_IFSOCK = 0xc000 constant S_IFSYSEA (line 830) | S_IFSYSEA = 0x30000000 constant S_INPUT (line 831) | S_INPUT = 0x1 constant S_IREAD (line 832) | S_IREAD = 0x100 constant S_IRGRP (line 833) | S_IRGRP = 0x20 constant S_IROTH (line 834) | S_IROTH = 0x4 constant S_IRUSR (line 835) | S_IRUSR = 0x100 constant S_IRWXG (line 836) | S_IRWXG = 0x38 constant S_IRWXO (line 837) | S_IRWXO = 0x7 constant S_IRWXU (line 838) | S_IRWXU = 0x1c0 constant S_ISGID (line 839) | S_ISGID = 0x400 constant S_ISUID (line 840) | S_ISUID = 0x800 constant S_ISVTX (line 841) | S_ISVTX = 0x200 constant S_ITCB (line 842) | S_ITCB = 0x1000000 constant S_ITP (line 843) | S_ITP = 0x800000 constant S_IWGRP (line 844) | S_IWGRP = 0x10 constant S_IWOTH (line 845) | S_IWOTH = 0x2 constant S_IWRITE (line 846) | S_IWRITE = 0x80 constant S_IWUSR (line 847) | S_IWUSR = 0x80 constant S_IXACL (line 848) | S_IXACL = 0x2000000 constant S_IXATTR (line 849) | S_IXATTR = 0x40000 constant S_IXGRP (line 850) | S_IXGRP = 0x8 constant S_IXINTERFACE (line 851) | S_IXINTERFACE = 0x100000 constant S_IXMOD (line 852) | S_IXMOD = 0x40000000 constant S_IXOTH (line 853) | S_IXOTH = 0x1 constant S_IXUSR (line 854) | S_IXUSR = 0x40 constant S_MSG (line 855) | S_MSG = 0x8 constant S_OUTPUT (line 856) | S_OUTPUT = 0x4 constant S_RDBAND (line 857) | S_RDBAND = 0x20 constant S_RDNORM (line 858) | S_RDNORM = 0x10 constant S_RESERVED1 (line 859) | S_RESERVED1 = 0x20000 constant S_RESERVED2 (line 860) | S_RESERVED2 = 0x200000 constant S_RESERVED3 (line 861) | S_RESERVED3 = 0x400000 constant S_RESERVED4 (line 862) | S_RESERVED4 = 0x80000000 constant S_RESFMT1 (line 863) | S_RESFMT1 = 0x10000000 constant S_RESFMT10 (line 864) | S_RESFMT10 = 0x34000000 constant S_RESFMT11 (line 865) | S_RESFMT11 = 0x38000000 constant S_RESFMT12 (line 866) | S_RESFMT12 = 0x3c000000 constant S_RESFMT2 (line 867) | S_RESFMT2 = 0x14000000 constant S_RESFMT3 (line 868) | S_RESFMT3 = 0x18000000 constant S_RESFMT4 (line 869) | S_RESFMT4 = 0x1c000000 constant S_RESFMT5 (line 870) | S_RESFMT5 = 0x20000000 constant S_RESFMT6 (line 871) | S_RESFMT6 = 0x24000000 constant S_RESFMT7 (line 872) | S_RESFMT7 = 0x28000000 constant S_RESFMT8 (line 873) | S_RESFMT8 = 0x2c000000 constant S_WRBAND (line 874) | S_WRBAND = 0x80 constant S_WRNORM (line 875) | S_WRNORM = 0x40 constant TAB0 (line 876) | TAB0 = 0x0 constant TAB1 (line 877) | TAB1 = 0x400 constant TAB2 (line 878) | TAB2 = 0x800 constant TAB3 (line 879) | TAB3 = 0xc00 constant TABDLY (line 880) | TABDLY = 0xc00 constant TCFLSH (line 881) | TCFLSH = 0x540c constant TCGETA (line 882) | TCGETA = 0x5405 constant TCGETS (line 883) | TCGETS = 0x5401 constant TCIFLUSH (line 884) | TCIFLUSH = 0x0 constant TCIOFF (line 885) | TCIOFF = 0x2 constant TCIOFLUSH (line 886) | TCIOFLUSH = 0x2 constant TCION (line 887) | TCION = 0x3 constant TCOFLUSH (line 888) | TCOFLUSH = 0x1 constant TCOOFF (line 889) | TCOOFF = 0x0 constant TCOON (line 890) | TCOON = 0x1 constant TCP_24DAYS_WORTH_OF_SLOWTICKS (line 891) | TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800 constant TCP_ACLADD (line 892) | TCP_ACLADD = 0x23 constant TCP_ACLBIND (line 893) | TCP_ACLBIND = 0x26 constant TCP_ACLCLEAR (line 894) | TCP_ACLCLEAR = 0x22 constant TCP_ACLDEL (line 895) | TCP_ACLDEL = 0x24 constant TCP_ACLDENY (line 896) | TCP_ACLDENY = 0x8 constant TCP_ACLFLUSH (line 897) | TCP_ACLFLUSH = 0x21 constant TCP_ACLGID (line 898) | TCP_ACLGID = 0x1 constant TCP_ACLLS (line 899) | TCP_ACLLS = 0x25 constant TCP_ACLSUBNET (line 900) | TCP_ACLSUBNET = 0x4 constant TCP_ACLUID (line 901) | TCP_ACLUID = 0x2 constant TCP_CWND_DF (line 902) | TCP_CWND_DF = 0x16 constant TCP_CWND_IF (line 903) | TCP_CWND_IF = 0x15 constant TCP_DELAY_ACK_FIN (line 904) | TCP_DELAY_ACK_FIN = 0x2 constant TCP_DELAY_ACK_SYN (line 905) | TCP_DELAY_ACK_SYN = 0x1 constant TCP_FASTNAME (line 906) | TCP_FASTNAME = 0x101080a constant TCP_KEEPCNT (line 907) | TCP_KEEPCNT = 0x13 constant TCP_KEEPIDLE (line 908) | TCP_KEEPIDLE = 0x11 constant TCP_KEEPINTVL (line 909) | TCP_KEEPINTVL = 0x12 constant TCP_LSPRIV (line 910) | TCP_LSPRIV = 0x29 constant TCP_LUID (line 911) | TCP_LUID = 0x20 constant TCP_MAXBURST (line 912) | TCP_MAXBURST = 0x8 constant TCP_MAXDF (line 913) | TCP_MAXDF = 0x64 constant TCP_MAXIF (line 914) | TCP_MAXIF = 0x64 constant TCP_MAXSEG (line 915) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 916) | TCP_MAXWIN = 0xffff constant TCP_MAXWINDOWSCALE (line 917) | TCP_MAXWINDOWSCALE = 0xe constant TCP_MAX_SACK (line 918) | TCP_MAX_SACK = 0x4 constant TCP_MSS (line 919) | TCP_MSS = 0x5b4 constant TCP_NODELAY (line 920) | TCP_NODELAY = 0x1 constant TCP_NODELAYACK (line 921) | TCP_NODELAYACK = 0x14 constant TCP_NOREDUCE_CWND_EXIT_FRXMT (line 922) | TCP_NOREDUCE_CWND_EXIT_FRXMT = 0x19 constant TCP_NOREDUCE_CWND_IN_FRXMT (line 923) | TCP_NOREDUCE_CWND_IN_FRXMT = 0x18 constant TCP_NOTENTER_SSTART (line 924) | TCP_NOTENTER_SSTART = 0x17 constant TCP_OPT (line 925) | TCP_OPT = 0x19 constant TCP_RFC1323 (line 926) | TCP_RFC1323 = 0x4 constant TCP_SETPRIV (line 927) | TCP_SETPRIV = 0x27 constant TCP_STDURG (line 928) | TCP_STDURG = 0x10 constant TCP_TIMESTAMP_OPTLEN (line 929) | TCP_TIMESTAMP_OPTLEN = 0xc constant TCP_UNSETPRIV (line 930) | TCP_UNSETPRIV = 0x28 constant TCSAFLUSH (line 931) | TCSAFLUSH = 0x2 constant TCSBRK (line 932) | TCSBRK = 0x5409 constant TCSETA (line 933) | TCSETA = 0x5406 constant TCSETAF (line 934) | TCSETAF = 0x5408 constant TCSETAW (line 935) | TCSETAW = 0x5407 constant TCSETS (line 936) | TCSETS = 0x5402 constant TCSETSF (line 937) | TCSETSF = 0x5404 constant TCSETSW (line 938) | TCSETSW = 0x5403 constant TCXONC (line 939) | TCXONC = 0x540b constant TIMER_ABSTIME (line 940) | TIMER_ABSTIME = 0x3e7 constant TIMER_MAX (line 941) | TIMER_MAX = 0x20 constant TIOC (line 942) | TIOC = 0x5400 constant TIOCCBRK (line 943) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 944) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 945) | TIOCCONS = 0x80047462 constant TIOCEXCL (line 946) | TIOCEXCL = 0x2000740d constant TIOCFLUSH (line 947) | TIOCFLUSH = 0x80047410 constant TIOCGETC (line 948) | TIOCGETC = 0x40067412 constant TIOCGETD (line 949) | TIOCGETD = 0x40047400 constant TIOCGETP (line 950) | TIOCGETP = 0x40067408 constant TIOCGLTC (line 951) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 952) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 953) | TIOCGSID = 0x40047448 constant TIOCGSIZE (line 954) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 955) | TIOCGWINSZ = 0x40087468 constant TIOCHPCL (line 956) | TIOCHPCL = 0x20007402 constant TIOCLBIC (line 957) | TIOCLBIC = 0x8004747e constant TIOCLBIS (line 958) | TIOCLBIS = 0x8004747f constant TIOCLGET (line 959) | TIOCLGET = 0x4004747c constant TIOCLSET (line 960) | TIOCLSET = 0x8004747d constant TIOCMBIC (line 961) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 962) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 963) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 964) | TIOCMIWAIT = 0x80047464 constant TIOCMODG (line 965) | TIOCMODG = 0x40047403 constant TIOCMODS (line 966) | TIOCMODS = 0x80047404 constant TIOCMSET (line 967) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 968) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 969) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 970) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 971) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 972) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 973) | TIOCM_LE = 0x1 constant TIOCM_RI (line 974) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 975) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 976) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 977) | TIOCM_SR = 0x10 constant TIOCM_ST (line 978) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 979) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 980) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 981) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 982) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 983) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 984) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 985) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 986) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_NOSTOP (line 987) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 988) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 989) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 990) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 991) | TIOCSBRK = 0x2000747b constant TIOCSDTR (line 992) | TIOCSDTR = 0x20007479 constant TIOCSETC (line 993) | TIOCSETC = 0x80067411 constant TIOCSETD (line 994) | TIOCSETD = 0x80047401 constant TIOCSETN (line 995) | TIOCSETN = 0x8006740a constant TIOCSETP (line 996) | TIOCSETP = 0x80067409 constant TIOCSLTC (line 997) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 998) | TIOCSPGRP = 0x80047476 constant TIOCSSIZE (line 999) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1000) | TIOCSTART = 0x2000746e constant TIOCSTI (line 1001) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1002) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1003) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1004) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1005) | TOSTOP = 0x10000 constant UTIME_NOW (line 1006) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1007) | UTIME_OMIT = -0x3 constant VDISCRD (line 1008) | VDISCRD = 0xc constant VDSUSP (line 1009) | VDSUSP = 0xa constant VEOF (line 1010) | VEOF = 0x4 constant VEOL (line 1011) | VEOL = 0x5 constant VEOL2 (line 1012) | VEOL2 = 0x6 constant VERASE (line 1013) | VERASE = 0x2 constant VINTR (line 1014) | VINTR = 0x0 constant VKILL (line 1015) | VKILL = 0x3 constant VLNEXT (line 1016) | VLNEXT = 0xe constant VMIN (line 1017) | VMIN = 0x4 constant VQUIT (line 1018) | VQUIT = 0x1 constant VREPRINT (line 1019) | VREPRINT = 0xb constant VSTART (line 1020) | VSTART = 0x7 constant VSTOP (line 1021) | VSTOP = 0x8 constant VSTRT (line 1022) | VSTRT = 0x7 constant VSUSP (line 1023) | VSUSP = 0x9 constant VT0 (line 1024) | VT0 = 0x0 constant VT1 (line 1025) | VT1 = 0x8000 constant VTDELAY (line 1026) | VTDELAY = 0x2000 constant VTDLY (line 1027) | VTDLY = 0x8000 constant VTIME (line 1028) | VTIME = 0x5 constant VWERSE (line 1029) | VWERSE = 0xd constant WPARSTART (line 1030) | WPARSTART = 0x1 constant WPARSTOP (line 1031) | WPARSTOP = 0x2 constant WPARTTYNAME (line 1032) | WPARTTYNAME = "Global" constant XCASE (line 1033) | XCASE = 0x4 constant XTABS (line 1034) | XTABS = 0xc00 constant _FDATAFLUSH (line 1035) | _FDATAFLUSH = 0x2000000000 constant E2BIG (line 1040) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1041) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1042) | EADDRINUSE = syscall.Errno(0x43) constant EADDRNOTAVAIL (line 1043) | EADDRNOTAVAIL = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1044) | EAFNOSUPPORT = syscall.Errno(0x42) constant EAGAIN (line 1045) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1046) | EALREADY = syscall.Errno(0x38) constant EBADF (line 1047) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1048) | EBADMSG = syscall.Errno(0x78) constant EBUSY (line 1049) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1050) | ECANCELED = syscall.Errno(0x75) constant ECHILD (line 1051) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1052) | ECHRNG = syscall.Errno(0x25) constant ECLONEME (line 1053) | ECLONEME = syscall.Errno(0x52) constant ECONNABORTED (line 1054) | ECONNABORTED = syscall.Errno(0x48) constant ECONNREFUSED (line 1055) | ECONNREFUSED = syscall.Errno(0x4f) constant ECONNRESET (line 1056) | ECONNRESET = syscall.Errno(0x49) constant ECORRUPT (line 1057) | ECORRUPT = syscall.Errno(0x59) constant EDEADLK (line 1058) | EDEADLK = syscall.Errno(0x2d) constant EDESTADDREQ (line 1059) | EDESTADDREQ = syscall.Errno(0x3a) constant EDESTADDRREQ (line 1060) | EDESTADDRREQ = syscall.Errno(0x3a) constant EDIST (line 1061) | EDIST = syscall.Errno(0x35) constant EDOM (line 1062) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1063) | EDQUOT = syscall.Errno(0x58) constant EEXIST (line 1064) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1065) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1066) | EFBIG = syscall.Errno(0x1b) constant EFORMAT (line 1067) | EFORMAT = syscall.Errno(0x30) constant EHOSTDOWN (line 1068) | EHOSTDOWN = syscall.Errno(0x50) constant EHOSTUNREACH (line 1069) | EHOSTUNREACH = syscall.Errno(0x51) constant EIDRM (line 1070) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1071) | EILSEQ = syscall.Errno(0x74) constant EINPROGRESS (line 1072) | EINPROGRESS = syscall.Errno(0x37) constant EINTR (line 1073) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1074) | EINVAL = syscall.Errno(0x16) constant EIO (line 1075) | EIO = syscall.Errno(0x5) constant EISCONN (line 1076) | EISCONN = syscall.Errno(0x4b) constant EISDIR (line 1077) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1078) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1079) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1080) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1081) | EL3RST = syscall.Errno(0x28) constant ELNRNG (line 1082) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 1083) | ELOOP = syscall.Errno(0x55) constant EMEDIA (line 1084) | EMEDIA = syscall.Errno(0x6e) constant EMFILE (line 1085) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1086) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1087) | EMSGSIZE = syscall.Errno(0x3b) constant EMULTIHOP (line 1088) | EMULTIHOP = syscall.Errno(0x7d) constant ENAMETOOLONG (line 1089) | ENAMETOOLONG = syscall.Errno(0x56) constant ENETDOWN (line 1090) | ENETDOWN = syscall.Errno(0x45) constant ENETRESET (line 1091) | ENETRESET = syscall.Errno(0x47) constant ENETUNREACH (line 1092) | ENETUNREACH = syscall.Errno(0x46) constant ENFILE (line 1093) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1094) | ENOATTR = syscall.Errno(0x70) constant ENOBUFS (line 1095) | ENOBUFS = syscall.Errno(0x4a) constant ENOCONNECT (line 1096) | ENOCONNECT = syscall.Errno(0x32) constant ENOCSI (line 1097) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1098) | ENODATA = syscall.Errno(0x7a) constant ENODEV (line 1099) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1100) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1101) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1102) | ENOLCK = syscall.Errno(0x31) constant ENOLINK (line 1103) | ENOLINK = syscall.Errno(0x7e) constant ENOMEM (line 1104) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1105) | ENOMSG = syscall.Errno(0x23) constant ENOPROTOOPT (line 1106) | ENOPROTOOPT = syscall.Errno(0x3d) constant ENOSPC (line 1107) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1108) | ENOSR = syscall.Errno(0x76) constant ENOSTR (line 1109) | ENOSTR = syscall.Errno(0x7b) constant ENOSYS (line 1110) | ENOSYS = syscall.Errno(0x6d) constant ENOTBLK (line 1111) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1112) | ENOTCONN = syscall.Errno(0x4c) constant ENOTDIR (line 1113) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1114) | ENOTEMPTY = syscall.Errno(0x11) constant ENOTREADY (line 1115) | ENOTREADY = syscall.Errno(0x2e) constant ENOTRECOVERABLE (line 1116) | ENOTRECOVERABLE = syscall.Errno(0x5e) constant ENOTRUST (line 1117) | ENOTRUST = syscall.Errno(0x72) constant ENOTSOCK (line 1118) | ENOTSOCK = syscall.Errno(0x39) constant ENOTSUP (line 1119) | ENOTSUP = syscall.Errno(0x7c) constant ENOTTY (line 1120) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1121) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1122) | EOPNOTSUPP = syscall.Errno(0x40) constant EOVERFLOW (line 1123) | EOVERFLOW = syscall.Errno(0x7f) constant EOWNERDEAD (line 1124) | EOWNERDEAD = syscall.Errno(0x5f) constant EPERM (line 1125) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1126) | EPFNOSUPPORT = syscall.Errno(0x41) constant EPIPE (line 1127) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1128) | EPROCLIM = syscall.Errno(0x53) constant EPROTO (line 1129) | EPROTO = syscall.Errno(0x79) constant EPROTONOSUPPORT (line 1130) | EPROTONOSUPPORT = syscall.Errno(0x3e) constant EPROTOTYPE (line 1131) | EPROTOTYPE = syscall.Errno(0x3c) constant ERANGE (line 1132) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1133) | EREMOTE = syscall.Errno(0x5d) constant ERESTART (line 1134) | ERESTART = syscall.Errno(0x52) constant EROFS (line 1135) | EROFS = syscall.Errno(0x1e) constant ESAD (line 1136) | ESAD = syscall.Errno(0x71) constant ESHUTDOWN (line 1137) | ESHUTDOWN = syscall.Errno(0x4d) constant ESOCKTNOSUPPORT (line 1138) | ESOCKTNOSUPPORT = syscall.Errno(0x3f) constant ESOFT (line 1139) | ESOFT = syscall.Errno(0x6f) constant ESPIPE (line 1140) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1141) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1142) | ESTALE = syscall.Errno(0x34) constant ESYSERROR (line 1143) | ESYSERROR = syscall.Errno(0x5a) constant ETIME (line 1144) | ETIME = syscall.Errno(0x77) constant ETIMEDOUT (line 1145) | ETIMEDOUT = syscall.Errno(0x4e) constant ETOOMANYREFS (line 1146) | ETOOMANYREFS = syscall.Errno(0x73) constant ETXTBSY (line 1147) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1148) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1149) | EUSERS = syscall.Errno(0x54) constant EWOULDBLOCK (line 1150) | EWOULDBLOCK = syscall.Errno(0xb) constant EWRPROTECT (line 1151) | EWRPROTECT = syscall.Errno(0x2f) constant EXDEV (line 1152) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1157) | SIGABRT = syscall.Signal(0x6) constant SIGAIO (line 1158) | SIGAIO = syscall.Signal(0x17) constant SIGALRM (line 1159) | SIGALRM = syscall.Signal(0xe) constant SIGALRM1 (line 1160) | SIGALRM1 = syscall.Signal(0x26) constant SIGBUS (line 1161) | SIGBUS = syscall.Signal(0xa) constant SIGCAPI (line 1162) | SIGCAPI = syscall.Signal(0x31) constant SIGCHLD (line 1163) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 1164) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 1165) | SIGCONT = syscall.Signal(0x13) constant SIGCPUFAIL (line 1166) | SIGCPUFAIL = syscall.Signal(0x3b) constant SIGDANGER (line 1167) | SIGDANGER = syscall.Signal(0x21) constant SIGEMT (line 1168) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1169) | SIGFPE = syscall.Signal(0x8) constant SIGGRANT (line 1170) | SIGGRANT = syscall.Signal(0x3c) constant SIGHUP (line 1171) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1172) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 1173) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1174) | SIGIO = syscall.Signal(0x17) constant SIGIOINT (line 1175) | SIGIOINT = syscall.Signal(0x10) constant SIGIOT (line 1176) | SIGIOT = syscall.Signal(0x6) constant SIGKAP (line 1177) | SIGKAP = syscall.Signal(0x3c) constant SIGKILL (line 1178) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1179) | SIGLOST = syscall.Signal(0x6) constant SIGMAX (line 1180) | SIGMAX = syscall.Signal(0x3f) constant SIGMAX32 (line 1181) | SIGMAX32 = syscall.Signal(0x3f) constant SIGMIGRATE (line 1182) | SIGMIGRATE = syscall.Signal(0x23) constant SIGMSG (line 1183) | SIGMSG = syscall.Signal(0x1b) constant SIGPIPE (line 1184) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1185) | SIGPOLL = syscall.Signal(0x17) constant SIGPRE (line 1186) | SIGPRE = syscall.Signal(0x24) constant SIGPROF (line 1187) | SIGPROF = syscall.Signal(0x20) constant SIGPTY (line 1188) | SIGPTY = syscall.Signal(0x17) constant SIGPWR (line 1189) | SIGPWR = syscall.Signal(0x1d) constant SIGQUIT (line 1190) | SIGQUIT = syscall.Signal(0x3) constant SIGRECONFIG (line 1191) | SIGRECONFIG = syscall.Signal(0x3a) constant SIGRETRACT (line 1192) | SIGRETRACT = syscall.Signal(0x3d) constant SIGSAK (line 1193) | SIGSAK = syscall.Signal(0x3f) constant SIGSEGV (line 1194) | SIGSEGV = syscall.Signal(0xb) constant SIGSOUND (line 1195) | SIGSOUND = syscall.Signal(0x3e) constant SIGSTOP (line 1196) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1197) | SIGSYS = syscall.Signal(0xc) constant SIGSYSERROR (line 1198) | SIGSYSERROR = syscall.Signal(0x30) constant SIGTALRM (line 1199) | SIGTALRM = syscall.Signal(0x26) constant SIGTERM (line 1200) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1201) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1202) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1203) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1204) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1205) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1206) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1207) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVIRT (line 1208) | SIGVIRT = syscall.Signal(0x25) constant SIGVTALRM (line 1209) | SIGVTALRM = syscall.Signal(0x22) constant SIGWAITING (line 1210) | SIGWAITING = syscall.Signal(0x27) constant SIGWINCH (line 1211) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1212) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1213) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BYPASS (line 16) | AF_BYPASS = 0x19 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 19) | AF_DATAKIT = 0x9 constant AF_DECnet (line 20) | AF_DECnet = 0xc constant AF_DLI (line 21) | AF_DLI = 0xd constant AF_ECMA (line 22) | AF_ECMA = 0x8 constant AF_HYLINK (line 23) | AF_HYLINK = 0xf constant AF_IMPLINK (line 24) | AF_IMPLINK = 0x3 constant AF_INET (line 25) | AF_INET = 0x2 constant AF_INET6 (line 26) | AF_INET6 = 0x18 constant AF_INTF (line 27) | AF_INTF = 0x14 constant AF_ISO (line 28) | AF_ISO = 0x7 constant AF_LAT (line 29) | AF_LAT = 0xe constant AF_LINK (line 30) | AF_LINK = 0x12 constant AF_LOCAL (line 31) | AF_LOCAL = 0x1 constant AF_MAX (line 32) | AF_MAX = 0x1e constant AF_NDD (line 33) | AF_NDD = 0x17 constant AF_NETWARE (line 34) | AF_NETWARE = 0x16 constant AF_NS (line 35) | AF_NS = 0x6 constant AF_OSI (line 36) | AF_OSI = 0x7 constant AF_PUP (line 37) | AF_PUP = 0x4 constant AF_RIF (line 38) | AF_RIF = 0x15 constant AF_ROUTE (line 39) | AF_ROUTE = 0x11 constant AF_SNA (line 40) | AF_SNA = 0xb constant AF_UNIX (line 41) | AF_UNIX = 0x1 constant AF_UNSPEC (line 42) | AF_UNSPEC = 0x0 constant ALTWERASE (line 43) | ALTWERASE = 0x400000 constant ARPHRD_802_3 (line 44) | ARPHRD_802_3 = 0x6 constant ARPHRD_802_5 (line 45) | ARPHRD_802_5 = 0x6 constant ARPHRD_ETHER (line 46) | ARPHRD_ETHER = 0x1 constant ARPHRD_FDDI (line 47) | ARPHRD_FDDI = 0x1 constant B0 (line 48) | B0 = 0x0 constant B110 (line 49) | B110 = 0x3 constant B1200 (line 50) | B1200 = 0x9 constant B134 (line 51) | B134 = 0x4 constant B150 (line 52) | B150 = 0x5 constant B1800 (line 53) | B1800 = 0xa constant B19200 (line 54) | B19200 = 0xe constant B200 (line 55) | B200 = 0x6 constant B2400 (line 56) | B2400 = 0xb constant B300 (line 57) | B300 = 0x7 constant B38400 (line 58) | B38400 = 0xf constant B4800 (line 59) | B4800 = 0xc constant B50 (line 60) | B50 = 0x1 constant B600 (line 61) | B600 = 0x8 constant B75 (line 62) | B75 = 0x2 constant B9600 (line 63) | B9600 = 0xd constant BRKINT (line 64) | BRKINT = 0x2 constant BS0 (line 65) | BS0 = 0x0 constant BS1 (line 66) | BS1 = 0x1000 constant BSDLY (line 67) | BSDLY = 0x1000 constant CAP_AACCT (line 68) | CAP_AACCT = 0x6 constant CAP_ARM_APPLICATION (line 69) | CAP_ARM_APPLICATION = 0x5 constant CAP_BYPASS_RAC_VMM (line 70) | CAP_BYPASS_RAC_VMM = 0x3 constant CAP_CLEAR (line 71) | CAP_CLEAR = 0x0 constant CAP_CREDENTIALS (line 72) | CAP_CREDENTIALS = 0x7 constant CAP_EFFECTIVE (line 73) | CAP_EFFECTIVE = 0x1 constant CAP_EWLM_AGENT (line 74) | CAP_EWLM_AGENT = 0x4 constant CAP_INHERITABLE (line 75) | CAP_INHERITABLE = 0x2 constant CAP_MAXIMUM (line 76) | CAP_MAXIMUM = 0x7 constant CAP_NUMA_ATTACH (line 77) | CAP_NUMA_ATTACH = 0x2 constant CAP_PERMITTED (line 78) | CAP_PERMITTED = 0x3 constant CAP_PROPAGATE (line 79) | CAP_PROPAGATE = 0x1 constant CAP_PROPOGATE (line 80) | CAP_PROPOGATE = 0x1 constant CAP_SET (line 81) | CAP_SET = 0x1 constant CBAUD (line 82) | CBAUD = 0xf constant CFLUSH (line 83) | CFLUSH = 0xf constant CIBAUD (line 84) | CIBAUD = 0xf0000 constant CLOCAL (line 85) | CLOCAL = 0x800 constant CLOCK_MONOTONIC (line 86) | CLOCK_MONOTONIC = 0xa constant CLOCK_PROCESS_CPUTIME_ID (line 87) | CLOCK_PROCESS_CPUTIME_ID = 0xb constant CLOCK_REALTIME (line 88) | CLOCK_REALTIME = 0x9 constant CLOCK_THREAD_CPUTIME_ID (line 89) | CLOCK_THREAD_CPUTIME_ID = 0xc constant CR0 (line 90) | CR0 = 0x0 constant CR1 (line 91) | CR1 = 0x100 constant CR2 (line 92) | CR2 = 0x200 constant CR3 (line 93) | CR3 = 0x300 constant CRDLY (line 94) | CRDLY = 0x300 constant CREAD (line 95) | CREAD = 0x80 constant CS5 (line 96) | CS5 = 0x0 constant CS6 (line 97) | CS6 = 0x10 constant CS7 (line 98) | CS7 = 0x20 constant CS8 (line 99) | CS8 = 0x30 constant CSIOCGIFCONF (line 100) | CSIOCGIFCONF = -0x3fef96dc constant CSIZE (line 101) | CSIZE = 0x30 constant CSMAP_DIR (line 102) | CSMAP_DIR = "/usr/lib/nls/csmap/" constant CSTART (line 103) | CSTART = '\021' constant CSTOP (line 104) | CSTOP = '\023' constant CSTOPB (line 105) | CSTOPB = 0x40 constant CSUSP (line 106) | CSUSP = 0x1a constant ECHO (line 107) | ECHO = 0x8 constant ECHOCTL (line 108) | ECHOCTL = 0x20000 constant ECHOE (line 109) | ECHOE = 0x10 constant ECHOK (line 110) | ECHOK = 0x20 constant ECHOKE (line 111) | ECHOKE = 0x80000 constant ECHONL (line 112) | ECHONL = 0x40 constant ECHOPRT (line 113) | ECHOPRT = 0x40000 constant ECH_ICMPID (line 114) | ECH_ICMPID = 0x2 constant ETHERNET_CSMACD (line 115) | ETHERNET_CSMACD = 0x6 constant EVENP (line 116) | EVENP = 0x80 constant EXCONTINUE (line 117) | EXCONTINUE = 0x0 constant EXDLOK (line 118) | EXDLOK = 0x3 constant EXIO (line 119) | EXIO = 0x2 constant EXPGIO (line 120) | EXPGIO = 0x0 constant EXRESUME (line 121) | EXRESUME = 0x2 constant EXRETURN (line 122) | EXRETURN = 0x1 constant EXSIG (line 123) | EXSIG = 0x4 constant EXTA (line 124) | EXTA = 0xe constant EXTB (line 125) | EXTB = 0xf constant EXTRAP (line 126) | EXTRAP = 0x1 constant EYEC_RTENTRYA (line 127) | EYEC_RTENTRYA = 0x257274656e747241 constant EYEC_RTENTRYF (line 128) | EYEC_RTENTRYF = 0x257274656e747246 constant E_ACC (line 129) | E_ACC = 0x0 constant FD_CLOEXEC (line 130) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 131) | FD_SETSIZE = 0xfffe constant FF0 (line 132) | FF0 = 0x0 constant FF1 (line 133) | FF1 = 0x2000 constant FFDLY (line 134) | FFDLY = 0x2000 constant FLUSHBAND (line 135) | FLUSHBAND = 0x40 constant FLUSHLOW (line 136) | FLUSHLOW = 0x8 constant FLUSHO (line 137) | FLUSHO = 0x100000 constant FLUSHR (line 138) | FLUSHR = 0x1 constant FLUSHRW (line 139) | FLUSHRW = 0x3 constant FLUSHW (line 140) | FLUSHW = 0x2 constant F_CLOSEM (line 141) | F_CLOSEM = 0xa constant F_DUP2FD (line 142) | F_DUP2FD = 0xe constant F_DUPFD (line 143) | F_DUPFD = 0x0 constant F_GETFD (line 144) | F_GETFD = 0x1 constant F_GETFL (line 145) | F_GETFL = 0x3 constant F_GETLK (line 146) | F_GETLK = 0xb constant F_GETLK64 (line 147) | F_GETLK64 = 0xb constant F_GETOWN (line 148) | F_GETOWN = 0x8 constant F_LOCK (line 149) | F_LOCK = 0x1 constant F_OK (line 150) | F_OK = 0x0 constant F_RDLCK (line 151) | F_RDLCK = 0x1 constant F_SETFD (line 152) | F_SETFD = 0x2 constant F_SETFL (line 153) | F_SETFL = 0x4 constant F_SETLK (line 154) | F_SETLK = 0xc constant F_SETLK64 (line 155) | F_SETLK64 = 0xc constant F_SETLKW (line 156) | F_SETLKW = 0xd constant F_SETLKW64 (line 157) | F_SETLKW64 = 0xd constant F_SETOWN (line 158) | F_SETOWN = 0x9 constant F_TEST (line 159) | F_TEST = 0x3 constant F_TLOCK (line 160) | F_TLOCK = 0x2 constant F_TSTLK (line 161) | F_TSTLK = 0xf constant F_ULOCK (line 162) | F_ULOCK = 0x0 constant F_UNLCK (line 163) | F_UNLCK = 0x3 constant F_WRLCK (line 164) | F_WRLCK = 0x2 constant HUPCL (line 165) | HUPCL = 0x400 constant IBSHIFT (line 166) | IBSHIFT = 0x10 constant ICANON (line 167) | ICANON = 0x2 constant ICMP6_FILTER (line 168) | ICMP6_FILTER = 0x26 constant ICMP6_SEC_SEND_DEL (line 169) | ICMP6_SEC_SEND_DEL = 0x46 constant ICMP6_SEC_SEND_GET (line 170) | ICMP6_SEC_SEND_GET = 0x47 constant ICMP6_SEC_SEND_SET (line 171) | ICMP6_SEC_SEND_SET = 0x44 constant ICMP6_SEC_SEND_SET_CGA_ADDR (line 172) | ICMP6_SEC_SEND_SET_CGA_ADDR = 0x45 constant ICRNL (line 173) | ICRNL = 0x100 constant IEXTEN (line 174) | IEXTEN = 0x200000 constant IFA_FIRSTALIAS (line 175) | IFA_FIRSTALIAS = 0x2000 constant IFA_ROUTE (line 176) | IFA_ROUTE = 0x1 constant IFF_64BIT (line 177) | IFF_64BIT = 0x4000000 constant IFF_ALLCAST (line 178) | IFF_ALLCAST = 0x20000 constant IFF_ALLMULTI (line 179) | IFF_ALLMULTI = 0x200 constant IFF_BPF (line 180) | IFF_BPF = 0x8000000 constant IFF_BRIDGE (line 181) | IFF_BRIDGE = 0x40000 constant IFF_BROADCAST (line 182) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 183) | IFF_CANTCHANGE = 0x80c52 constant IFF_CHECKSUM_OFFLOAD (line 184) | IFF_CHECKSUM_OFFLOAD = 0x10000000 constant IFF_D1 (line 185) | IFF_D1 = 0x8000 constant IFF_D2 (line 186) | IFF_D2 = 0x4000 constant IFF_D3 (line 187) | IFF_D3 = 0x2000 constant IFF_D4 (line 188) | IFF_D4 = 0x1000 constant IFF_DEBUG (line 189) | IFF_DEBUG = 0x4 constant IFF_DEVHEALTH (line 190) | IFF_DEVHEALTH = 0x4000 constant IFF_DO_HW_LOOPBACK (line 191) | IFF_DO_HW_LOOPBACK = 0x10000 constant IFF_GROUP_ROUTING (line 192) | IFF_GROUP_ROUTING = 0x2000000 constant IFF_IFBUFMGT (line 193) | IFF_IFBUFMGT = 0x800000 constant IFF_LINK0 (line 194) | IFF_LINK0 = 0x100000 constant IFF_LINK1 (line 195) | IFF_LINK1 = 0x200000 constant IFF_LINK2 (line 196) | IFF_LINK2 = 0x400000 constant IFF_LOOPBACK (line 197) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 198) | IFF_MULTICAST = 0x80000 constant IFF_NOARP (line 199) | IFF_NOARP = 0x80 constant IFF_NOECHO (line 200) | IFF_NOECHO = 0x800 constant IFF_NOTRAILERS (line 201) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 202) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 203) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 204) | IFF_PROMISC = 0x100 constant IFF_PSEG (line 205) | IFF_PSEG = 0x40000000 constant IFF_RUNNING (line 206) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 207) | IFF_SIMPLEX = 0x800 constant IFF_SNAP (line 208) | IFF_SNAP = 0x8000 constant IFF_TCP_DISABLE_CKSUM (line 209) | IFF_TCP_DISABLE_CKSUM = 0x20000000 constant IFF_TCP_NOCKSUM (line 210) | IFF_TCP_NOCKSUM = 0x1000000 constant IFF_UP (line 211) | IFF_UP = 0x1 constant IFF_VIPA (line 212) | IFF_VIPA = 0x80000000 constant IFNAMSIZ (line 213) | IFNAMSIZ = 0x10 constant IFO_FLUSH (line 214) | IFO_FLUSH = 0x1 constant IFT_1822 (line 215) | IFT_1822 = 0x2 constant IFT_AAL5 (line 216) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 217) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 218) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 219) | IFT_ATM = 0x25 constant IFT_CEPT (line 220) | IFT_CEPT = 0x13 constant IFT_CLUSTER (line 221) | IFT_CLUSTER = 0x3e constant IFT_DS3 (line 222) | IFT_DS3 = 0x1e constant IFT_EON (line 223) | IFT_EON = 0x19 constant IFT_ETHER (line 224) | IFT_ETHER = 0x6 constant IFT_FCS (line 225) | IFT_FCS = 0x3a constant IFT_FDDI (line 226) | IFT_FDDI = 0xf constant IFT_FRELAY (line 227) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 228) | IFT_FRELAYDCE = 0x2c constant IFT_GIFTUNNEL (line 229) | IFT_GIFTUNNEL = 0x3c constant IFT_HDH1822 (line 230) | IFT_HDH1822 = 0x3 constant IFT_HF (line 231) | IFT_HF = 0x3d constant IFT_HIPPI (line 232) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 233) | IFT_HSSI = 0x2e constant IFT_HY (line 234) | IFT_HY = 0xe constant IFT_IB (line 235) | IFT_IB = 0xc7 constant IFT_ISDNBASIC (line 236) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 237) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 238) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 239) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 240) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 241) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 242) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 243) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 244) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 245) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 246) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 247) | IFT_MODEM = 0x30 constant IFT_NSIP (line 248) | IFT_NSIP = 0x1b constant IFT_OTHER (line 249) | IFT_OTHER = 0x1 constant IFT_P10 (line 250) | IFT_P10 = 0xc constant IFT_P80 (line 251) | IFT_P80 = 0xd constant IFT_PARA (line 252) | IFT_PARA = 0x22 constant IFT_PPP (line 253) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 254) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 255) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 256) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 257) | IFT_RS232 = 0x21 constant IFT_SDLC (line 258) | IFT_SDLC = 0x11 constant IFT_SIP (line 259) | IFT_SIP = 0x1f constant IFT_SLIP (line 260) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 261) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 262) | IFT_SMDSICIP = 0x34 constant IFT_SN (line 263) | IFT_SN = 0x38 constant IFT_SONET (line 264) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 265) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 266) | IFT_SONETVT = 0x33 constant IFT_SP (line 267) | IFT_SP = 0x39 constant IFT_STARLAN (line 268) | IFT_STARLAN = 0xb constant IFT_T1 (line 269) | IFT_T1 = 0x12 constant IFT_TUNNEL (line 270) | IFT_TUNNEL = 0x3b constant IFT_ULTRA (line 271) | IFT_ULTRA = 0x1d constant IFT_V35 (line 272) | IFT_V35 = 0x2d constant IFT_VIPA (line 273) | IFT_VIPA = 0x37 constant IFT_X25 (line 274) | IFT_X25 = 0x5 constant IFT_X25DDN (line 275) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 276) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 277) | IFT_XETHER = 0x1a constant IGNBRK (line 278) | IGNBRK = 0x1 constant IGNCR (line 279) | IGNCR = 0x80 constant IGNPAR (line 280) | IGNPAR = 0x4 constant IMAXBEL (line 281) | IMAXBEL = 0x10000 constant INLCR (line 282) | INLCR = 0x40 constant INPCK (line 283) | INPCK = 0x10 constant IN_CLASSA_HOST (line 284) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 285) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 286) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 287) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 288) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 289) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 290) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 291) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 292) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 293) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 294) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 295) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 296) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 297) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 298) | IN_LOOPBACKNET = 0x7f constant IN_USE (line 299) | IN_USE = 0x1 constant IPPROTO_AH (line 300) | IPPROTO_AH = 0x33 constant IPPROTO_BIP (line 301) | IPPROTO_BIP = 0x53 constant IPPROTO_DSTOPTS (line 302) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 303) | IPPROTO_EGP = 0x8 constant IPPROTO_EON (line 304) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 305) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 306) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 307) | IPPROTO_GGP = 0x3 constant IPPROTO_GIF (line 308) | IPPROTO_GIF = 0x8c constant IPPROTO_GRE (line 309) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 310) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 311) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 312) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 313) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 314) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 315) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 316) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 317) | IPPROTO_IPV6 = 0x29 constant IPPROTO_LOCAL (line 318) | IPPROTO_LOCAL = 0x3f constant IPPROTO_MAX (line 319) | IPPROTO_MAX = 0x100 constant IPPROTO_MH (line 320) | IPPROTO_MH = 0x87 constant IPPROTO_NONE (line 321) | IPPROTO_NONE = 0x3b constant IPPROTO_PUP (line 322) | IPPROTO_PUP = 0xc constant IPPROTO_QOS (line 323) | IPPROTO_QOS = 0x2d constant IPPROTO_RAW (line 324) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 325) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 326) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 327) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 328) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 329) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 330) | IPPROTO_UDP = 0x11 constant IPV6_ADDRFORM (line 331) | IPV6_ADDRFORM = 0x16 constant IPV6_ADDR_PREFERENCES (line 332) | IPV6_ADDR_PREFERENCES = 0x4a constant IPV6_ADD_MEMBERSHIP (line 333) | IPV6_ADD_MEMBERSHIP = 0xc constant IPV6_AIXRAWSOCKET (line 334) | IPV6_AIXRAWSOCKET = 0x39 constant IPV6_CHECKSUM (line 335) | IPV6_CHECKSUM = 0x27 constant IPV6_DONTFRAG (line 336) | IPV6_DONTFRAG = 0x2d constant IPV6_DROP_MEMBERSHIP (line 337) | IPV6_DROP_MEMBERSHIP = 0xd constant IPV6_DSTOPTS (line 338) | IPV6_DSTOPTS = 0x36 constant IPV6_FLOWINFO_FLOWLABEL (line 339) | IPV6_FLOWINFO_FLOWLABEL = 0xffffff constant IPV6_FLOWINFO_PRIFLOW (line 340) | IPV6_FLOWINFO_PRIFLOW = 0xfffffff constant IPV6_FLOWINFO_PRIORITY (line 341) | IPV6_FLOWINFO_PRIORITY = 0xf000000 constant IPV6_FLOWINFO_SRFLAG (line 342) | IPV6_FLOWINFO_SRFLAG = 0x10000000 constant IPV6_FLOWINFO_VERSION (line 343) | IPV6_FLOWINFO_VERSION = 0xf0000000 constant IPV6_HOPLIMIT (line 344) | IPV6_HOPLIMIT = 0x28 constant IPV6_HOPOPTS (line 345) | IPV6_HOPOPTS = 0x34 constant IPV6_JOIN_GROUP (line 346) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 347) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MIPDSTOPTS (line 348) | IPV6_MIPDSTOPTS = 0x36 constant IPV6_MULTICAST_HOPS (line 349) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 350) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 351) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 352) | IPV6_NEXTHOP = 0x30 constant IPV6_NOPROBE (line 353) | IPV6_NOPROBE = 0x1c constant IPV6_PATHMTU (line 354) | IPV6_PATHMTU = 0x2e constant IPV6_PKTINFO (line 355) | IPV6_PKTINFO = 0x21 constant IPV6_PKTOPTIONS (line 356) | IPV6_PKTOPTIONS = 0x24 constant IPV6_PRIORITY_10 (line 357) | IPV6_PRIORITY_10 = 0xa000000 constant IPV6_PRIORITY_11 (line 358) | IPV6_PRIORITY_11 = 0xb000000 constant IPV6_PRIORITY_12 (line 359) | IPV6_PRIORITY_12 = 0xc000000 constant IPV6_PRIORITY_13 (line 360) | IPV6_PRIORITY_13 = 0xd000000 constant IPV6_PRIORITY_14 (line 361) | IPV6_PRIORITY_14 = 0xe000000 constant IPV6_PRIORITY_15 (line 362) | IPV6_PRIORITY_15 = 0xf000000 constant IPV6_PRIORITY_8 (line 363) | IPV6_PRIORITY_8 = 0x8000000 constant IPV6_PRIORITY_9 (line 364) | IPV6_PRIORITY_9 = 0x9000000 constant IPV6_PRIORITY_BULK (line 365) | IPV6_PRIORITY_BULK = 0x4000000 constant IPV6_PRIORITY_CONTROL (line 366) | IPV6_PRIORITY_CONTROL = 0x7000000 constant IPV6_PRIORITY_FILLER (line 367) | IPV6_PRIORITY_FILLER = 0x1000000 constant IPV6_PRIORITY_INTERACTIVE (line 368) | IPV6_PRIORITY_INTERACTIVE = 0x6000000 constant IPV6_PRIORITY_RESERVED1 (line 369) | IPV6_PRIORITY_RESERVED1 = 0x3000000 constant IPV6_PRIORITY_RESERVED2 (line 370) | IPV6_PRIORITY_RESERVED2 = 0x5000000 constant IPV6_PRIORITY_UNATTENDED (line 371) | IPV6_PRIORITY_UNATTENDED = 0x2000000 constant IPV6_PRIORITY_UNCHARACTERIZED (line 372) | IPV6_PRIORITY_UNCHARACTERIZED = 0x0 constant IPV6_RECVDSTOPTS (line 373) | IPV6_RECVDSTOPTS = 0x38 constant IPV6_RECVHOPLIMIT (line 374) | IPV6_RECVHOPLIMIT = 0x29 constant IPV6_RECVHOPOPTS (line 375) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVHOPS (line 376) | IPV6_RECVHOPS = 0x22 constant IPV6_RECVIF (line 377) | IPV6_RECVIF = 0x1e constant IPV6_RECVPATHMTU (line 378) | IPV6_RECVPATHMTU = 0x2f constant IPV6_RECVPKTINFO (line 379) | IPV6_RECVPKTINFO = 0x23 constant IPV6_RECVRTHDR (line 380) | IPV6_RECVRTHDR = 0x33 constant IPV6_RECVSRCRT (line 381) | IPV6_RECVSRCRT = 0x1d constant IPV6_RECVTCLASS (line 382) | IPV6_RECVTCLASS = 0x2a constant IPV6_RTHDR (line 383) | IPV6_RTHDR = 0x32 constant IPV6_RTHDRDSTOPTS (line 384) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_TYPE_0 (line 385) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RTHDR_TYPE_2 (line 386) | IPV6_RTHDR_TYPE_2 = 0x2 constant IPV6_SENDIF (line 387) | IPV6_SENDIF = 0x1f constant IPV6_SRFLAG_LOOSE (line 388) | IPV6_SRFLAG_LOOSE = 0x0 constant IPV6_SRFLAG_STRICT (line 389) | IPV6_SRFLAG_STRICT = 0x10000000 constant IPV6_TCLASS (line 390) | IPV6_TCLASS = 0x2b constant IPV6_TOKEN_LENGTH (line 391) | IPV6_TOKEN_LENGTH = 0x40 constant IPV6_UNICAST_HOPS (line 392) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 393) | IPV6_USE_MIN_MTU = 0x2c constant IPV6_V6ONLY (line 394) | IPV6_V6ONLY = 0x25 constant IPV6_VERSION (line 395) | IPV6_VERSION = 0x60000000 constant IP_ADDRFORM (line 396) | IP_ADDRFORM = 0x16 constant IP_ADD_MEMBERSHIP (line 397) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 398) | IP_ADD_SOURCE_MEMBERSHIP = 0x3c constant IP_BLOCK_SOURCE (line 399) | IP_BLOCK_SOURCE = 0x3a constant IP_BROADCAST_IF (line 400) | IP_BROADCAST_IF = 0x10 constant IP_CACHE_LINE_SIZE (line 401) | IP_CACHE_LINE_SIZE = 0x80 constant IP_DEFAULT_MULTICAST_LOOP (line 402) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 403) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 404) | IP_DF = 0x4000 constant IP_DHCPMODE (line 405) | IP_DHCPMODE = 0x11 constant IP_DONTFRAG (line 406) | IP_DONTFRAG = 0x19 constant IP_DROP_MEMBERSHIP (line 407) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 408) | IP_DROP_SOURCE_MEMBERSHIP = 0x3d constant IP_FINDPMTU (line 409) | IP_FINDPMTU = 0x1a constant IP_HDRINCL (line 410) | IP_HDRINCL = 0x2 constant IP_INC_MEMBERSHIPS (line 411) | IP_INC_MEMBERSHIPS = 0x14 constant IP_INIT_MEMBERSHIP (line 412) | IP_INIT_MEMBERSHIP = 0x14 constant IP_MAXPACKET (line 413) | IP_MAXPACKET = 0xffff constant IP_MF (line 414) | IP_MF = 0x2000 constant IP_MSS (line 415) | IP_MSS = 0x240 constant IP_MULTICAST_HOPS (line 416) | IP_MULTICAST_HOPS = 0xa constant IP_MULTICAST_IF (line 417) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 418) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 419) | IP_MULTICAST_TTL = 0xa constant IP_OPT (line 420) | IP_OPT = 0x1b constant IP_OPTIONS (line 421) | IP_OPTIONS = 0x1 constant IP_PMTUAGE (line 422) | IP_PMTUAGE = 0x1b constant IP_RECVDSTADDR (line 423) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 424) | IP_RECVIF = 0x14 constant IP_RECVIFINFO (line 425) | IP_RECVIFINFO = 0xf constant IP_RECVINTERFACE (line 426) | IP_RECVINTERFACE = 0x20 constant IP_RECVMACHDR (line 427) | IP_RECVMACHDR = 0xe constant IP_RECVOPTS (line 428) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 429) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 430) | IP_RECVTTL = 0x22 constant IP_RETOPTS (line 431) | IP_RETOPTS = 0x8 constant IP_SOURCE_FILTER (line 432) | IP_SOURCE_FILTER = 0x48 constant IP_TOS (line 433) | IP_TOS = 0x3 constant IP_TTL (line 434) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 435) | IP_UNBLOCK_SOURCE = 0x3b constant IP_UNICAST_HOPS (line 436) | IP_UNICAST_HOPS = 0x4 constant ISIG (line 437) | ISIG = 0x1 constant ISTRIP (line 438) | ISTRIP = 0x20 constant IUCLC (line 439) | IUCLC = 0x800 constant IXANY (line 440) | IXANY = 0x1000 constant IXOFF (line 441) | IXOFF = 0x400 constant IXON (line 442) | IXON = 0x200 constant I_FLUSH (line 443) | I_FLUSH = 0x20005305 constant LNOFLSH (line 444) | LNOFLSH = 0x8000 constant LOCK_EX (line 445) | LOCK_EX = 0x2 constant LOCK_NB (line 446) | LOCK_NB = 0x4 constant LOCK_SH (line 447) | LOCK_SH = 0x1 constant LOCK_UN (line 448) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 449) | MADV_DONTNEED = 0x4 constant MADV_NORMAL (line 450) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 451) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 452) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 453) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 454) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 455) | MAP_ANON = 0x10 constant MAP_ANONYMOUS (line 456) | MAP_ANONYMOUS = 0x10 constant MAP_FILE (line 457) | MAP_FILE = 0x0 constant MAP_FIXED (line 458) | MAP_FIXED = 0x100 constant MAP_PRIVATE (line 459) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 460) | MAP_SHARED = 0x1 constant MAP_TYPE (line 461) | MAP_TYPE = 0xf0 constant MAP_VARIABLE (line 462) | MAP_VARIABLE = 0x0 constant MCAST_BLOCK_SOURCE (line 463) | MCAST_BLOCK_SOURCE = 0x40 constant MCAST_EXCLUDE (line 464) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 465) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 466) | MCAST_JOIN_GROUP = 0x3e constant MCAST_JOIN_SOURCE_GROUP (line 467) | MCAST_JOIN_SOURCE_GROUP = 0x42 constant MCAST_LEAVE_GROUP (line 468) | MCAST_LEAVE_GROUP = 0x3f constant MCAST_LEAVE_SOURCE_GROUP (line 469) | MCAST_LEAVE_SOURCE_GROUP = 0x43 constant MCAST_SOURCE_FILTER (line 470) | MCAST_SOURCE_FILTER = 0x49 constant MCAST_UNBLOCK_SOURCE (line 471) | MCAST_UNBLOCK_SOURCE = 0x41 constant MCL_CURRENT (line 472) | MCL_CURRENT = 0x100 constant MCL_FUTURE (line 473) | MCL_FUTURE = 0x200 constant MSG_ANY (line 474) | MSG_ANY = 0x4 constant MSG_ARGEXT (line 475) | MSG_ARGEXT = 0x400 constant MSG_BAND (line 476) | MSG_BAND = 0x2 constant MSG_COMPAT (line 477) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 478) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 479) | MSG_DONTROUTE = 0x4 constant MSG_EOR (line 480) | MSG_EOR = 0x8 constant MSG_HIPRI (line 481) | MSG_HIPRI = 0x1 constant MSG_MAXIOVLEN (line 482) | MSG_MAXIOVLEN = 0x10 constant MSG_MPEG2 (line 483) | MSG_MPEG2 = 0x80 constant MSG_NONBLOCK (line 484) | MSG_NONBLOCK = 0x4000 constant MSG_NOSIGNAL (line 485) | MSG_NOSIGNAL = 0x100 constant MSG_OOB (line 486) | MSG_OOB = 0x1 constant MSG_PEEK (line 487) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 488) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 489) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 490) | MSG_WAITFORONE = 0x200 constant MS_ASYNC (line 491) | MS_ASYNC = 0x10 constant MS_EINTR (line 492) | MS_EINTR = 0x80 constant MS_INVALIDATE (line 493) | MS_INVALIDATE = 0x40 constant MS_PER_SEC (line 494) | MS_PER_SEC = 0x3e8 constant MS_SYNC (line 495) | MS_SYNC = 0x20 constant NFDBITS (line 496) | NFDBITS = 0x40 constant NL0 (line 497) | NL0 = 0x0 constant NL1 (line 498) | NL1 = 0x4000 constant NL2 (line 499) | NL2 = 0x8000 constant NL3 (line 500) | NL3 = 0xc000 constant NLDLY (line 501) | NLDLY = 0x4000 constant NOFLSH (line 502) | NOFLSH = 0x80 constant NOFLUSH (line 503) | NOFLUSH = 0x80000000 constant OCRNL (line 504) | OCRNL = 0x8 constant OFDEL (line 505) | OFDEL = 0x80 constant OFILL (line 506) | OFILL = 0x40 constant OLCUC (line 507) | OLCUC = 0x2 constant ONLCR (line 508) | ONLCR = 0x4 constant ONLRET (line 509) | ONLRET = 0x20 constant ONOCR (line 510) | ONOCR = 0x10 constant ONOEOT (line 511) | ONOEOT = 0x80000 constant OPOST (line 512) | OPOST = 0x1 constant OXTABS (line 513) | OXTABS = 0x40000 constant O_ACCMODE (line 514) | O_ACCMODE = 0x23 constant O_APPEND (line 515) | O_APPEND = 0x8 constant O_CIO (line 516) | O_CIO = 0x80 constant O_CIOR (line 517) | O_CIOR = 0x800000000 constant O_CLOEXEC (line 518) | O_CLOEXEC = 0x800000 constant O_CREAT (line 519) | O_CREAT = 0x100 constant O_DEFER (line 520) | O_DEFER = 0x2000 constant O_DELAY (line 521) | O_DELAY = 0x4000 constant O_DIRECT (line 522) | O_DIRECT = 0x8000000 constant O_DIRECTORY (line 523) | O_DIRECTORY = 0x80000 constant O_DSYNC (line 524) | O_DSYNC = 0x400000 constant O_EFSOFF (line 525) | O_EFSOFF = 0x400000000 constant O_EFSON (line 526) | O_EFSON = 0x200000000 constant O_EXCL (line 527) | O_EXCL = 0x400 constant O_EXEC (line 528) | O_EXEC = 0x20 constant O_LARGEFILE (line 529) | O_LARGEFILE = 0x4000000 constant O_NDELAY (line 530) | O_NDELAY = 0x8000 constant O_NOCACHE (line 531) | O_NOCACHE = 0x100000 constant O_NOCTTY (line 532) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 533) | O_NOFOLLOW = 0x1000000 constant O_NONBLOCK (line 534) | O_NONBLOCK = 0x4 constant O_NONE (line 535) | O_NONE = 0x3 constant O_NSHARE (line 536) | O_NSHARE = 0x10000 constant O_RAW (line 537) | O_RAW = 0x100000000 constant O_RDONLY (line 538) | O_RDONLY = 0x0 constant O_RDWR (line 539) | O_RDWR = 0x2 constant O_RSHARE (line 540) | O_RSHARE = 0x1000 constant O_RSYNC (line 541) | O_RSYNC = 0x200000 constant O_SEARCH (line 542) | O_SEARCH = 0x20 constant O_SNAPSHOT (line 543) | O_SNAPSHOT = 0x40 constant O_SYNC (line 544) | O_SYNC = 0x10 constant O_TRUNC (line 545) | O_TRUNC = 0x200 constant O_TTY_INIT (line 546) | O_TTY_INIT = 0x0 constant O_WRONLY (line 547) | O_WRONLY = 0x1 constant PARENB (line 548) | PARENB = 0x100 constant PAREXT (line 549) | PAREXT = 0x100000 constant PARMRK (line 550) | PARMRK = 0x8 constant PARODD (line 551) | PARODD = 0x200 constant PENDIN (line 552) | PENDIN = 0x20000000 constant PRIO_PGRP (line 553) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 554) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 555) | PRIO_USER = 0x2 constant PROT_EXEC (line 556) | PROT_EXEC = 0x4 constant PROT_NONE (line 557) | PROT_NONE = 0x0 constant PROT_READ (line 558) | PROT_READ = 0x1 constant PROT_WRITE (line 559) | PROT_WRITE = 0x2 constant PR_64BIT (line 560) | PR_64BIT = 0x20 constant PR_ADDR (line 561) | PR_ADDR = 0x2 constant PR_ARGEXT (line 562) | PR_ARGEXT = 0x400 constant PR_ATOMIC (line 563) | PR_ATOMIC = 0x1 constant PR_CONNREQUIRED (line 564) | PR_CONNREQUIRED = 0x4 constant PR_FASTHZ (line 565) | PR_FASTHZ = 0x5 constant PR_INP (line 566) | PR_INP = 0x40 constant PR_INTRLEVEL (line 567) | PR_INTRLEVEL = 0x8000 constant PR_MLS (line 568) | PR_MLS = 0x100 constant PR_MLS_1_LABEL (line 569) | PR_MLS_1_LABEL = 0x200 constant PR_NOEOR (line 570) | PR_NOEOR = 0x4000 constant PR_RIGHTS (line 571) | PR_RIGHTS = 0x10 constant PR_SLOWHZ (line 572) | PR_SLOWHZ = 0x2 constant PR_WANTRCVD (line 573) | PR_WANTRCVD = 0x8 constant RLIMIT_AS (line 574) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 575) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 576) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 577) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 578) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 579) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 580) | RLIMIT_NPROC = 0x9 constant RLIMIT_RSS (line 581) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 582) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 583) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 584) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 585) | RTAX_BRD = 0x7 constant RTAX_DST (line 586) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 587) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 588) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 589) | RTAX_IFA = 0x5 constant RTAX_IFP (line 590) | RTAX_IFP = 0x4 constant RTAX_MAX (line 591) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 592) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 593) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 594) | RTA_BRD = 0x80 constant RTA_DOWNSTREAM (line 595) | RTA_DOWNSTREAM = 0x100 constant RTA_DST (line 596) | RTA_DST = 0x1 constant RTA_GATEWAY (line 597) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 598) | RTA_GENMASK = 0x8 constant RTA_IFA (line 599) | RTA_IFA = 0x20 constant RTA_IFP (line 600) | RTA_IFP = 0x10 constant RTA_NETMASK (line 601) | RTA_NETMASK = 0x4 constant RTC_IA64 (line 602) | RTC_IA64 = 0x3 constant RTC_POWER (line 603) | RTC_POWER = 0x1 constant RTC_POWER_PC (line 604) | RTC_POWER_PC = 0x2 constant RTF_ACTIVE_DGD (line 605) | RTF_ACTIVE_DGD = 0x1000000 constant RTF_BCE (line 606) | RTF_BCE = 0x80000 constant RTF_BLACKHOLE (line 607) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 608) | RTF_BROADCAST = 0x400000 constant RTF_BUL (line 609) | RTF_BUL = 0x2000 constant RTF_CLONE (line 610) | RTF_CLONE = 0x10000 constant RTF_CLONED (line 611) | RTF_CLONED = 0x20000 constant RTF_CLONING (line 612) | RTF_CLONING = 0x100 constant RTF_DONE (line 613) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 614) | RTF_DYNAMIC = 0x10 constant RTF_FREE_IN_PROG (line 615) | RTF_FREE_IN_PROG = 0x4000000 constant RTF_GATEWAY (line 616) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 617) | RTF_HOST = 0x4 constant RTF_LLINFO (line 618) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 619) | RTF_LOCAL = 0x200000 constant RTF_MASK (line 620) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 621) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 622) | RTF_MULTICAST = 0x800000 constant RTF_PERMANENT6 (line 623) | RTF_PERMANENT6 = 0x8000000 constant RTF_PINNED (line 624) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 625) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 626) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 627) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 628) | RTF_REJECT = 0x8 constant RTF_SMALLMTU (line 629) | RTF_SMALLMTU = 0x40000 constant RTF_STATIC (line 630) | RTF_STATIC = 0x800 constant RTF_STOPSRCH (line 631) | RTF_STOPSRCH = 0x2000000 constant RTF_UNREACHABLE (line 632) | RTF_UNREACHABLE = 0x10000000 constant RTF_UP (line 633) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 634) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 635) | RTM_ADD = 0x1 constant RTM_CHANGE (line 636) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 637) | RTM_DELADDR = 0xd constant RTM_DELETE (line 638) | RTM_DELETE = 0x2 constant RTM_EXPIRE (line 639) | RTM_EXPIRE = 0xf constant RTM_GET (line 640) | RTM_GET = 0x4 constant RTM_GETNEXT (line 641) | RTM_GETNEXT = 0x11 constant RTM_IFINFO (line 642) | RTM_IFINFO = 0xe constant RTM_LOCK (line 643) | RTM_LOCK = 0x8 constant RTM_LOSING (line 644) | RTM_LOSING = 0x5 constant RTM_MISS (line 645) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 646) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 647) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 648) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 649) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 650) | RTM_RESOLVE = 0xb constant RTM_RTLOST (line 651) | RTM_RTLOST = 0x10 constant RTM_RTTUNIT (line 652) | RTM_RTTUNIT = 0xf4240 constant RTM_SAMEADDR (line 653) | RTM_SAMEADDR = 0x12 constant RTM_SET (line 654) | RTM_SET = 0x13 constant RTM_VERSION (line 655) | RTM_VERSION = 0x2 constant RTM_VERSION_GR (line 656) | RTM_VERSION_GR = 0x4 constant RTM_VERSION_GR_COMPAT (line 657) | RTM_VERSION_GR_COMPAT = 0x3 constant RTM_VERSION_POLICY (line 658) | RTM_VERSION_POLICY = 0x5 constant RTM_VERSION_POLICY_EXT (line 659) | RTM_VERSION_POLICY_EXT = 0x6 constant RTM_VERSION_POLICY_PRFN (line 660) | RTM_VERSION_POLICY_PRFN = 0x7 constant RTV_EXPIRE (line 661) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 662) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 663) | RTV_MTU = 0x1 constant RTV_RPIPE (line 664) | RTV_RPIPE = 0x8 constant RTV_RTT (line 665) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 666) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 667) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 668) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 669) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 670) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 671) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 672) | SCM_RIGHTS = 0x1 constant SHUT_RD (line 673) | SHUT_RD = 0x0 constant SHUT_RDWR (line 674) | SHUT_RDWR = 0x2 constant SHUT_WR (line 675) | SHUT_WR = 0x1 constant SIGMAX64 (line 676) | SIGMAX64 = 0xff constant SIGQUEUE_MAX (line 677) | SIGQUEUE_MAX = 0x20 constant SIOCADDIFVIPA (line 678) | SIOCADDIFVIPA = 0x20006942 constant SIOCADDMTU (line 679) | SIOCADDMTU = -0x7ffb9690 constant SIOCADDMULTI (line 680) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDNETID (line 681) | SIOCADDNETID = -0x7fd796a9 constant SIOCADDRT (line 682) | SIOCADDRT = -0x7fc78df6 constant SIOCAIFADDR (line 683) | SIOCAIFADDR = -0x7fbf96e6 constant SIOCATMARK (line 684) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 685) | SIOCDARP = -0x7fb396e0 constant SIOCDELIFVIPA (line 686) | SIOCDELIFVIPA = 0x20006943 constant SIOCDELMTU (line 687) | SIOCDELMTU = -0x7ffb968f constant SIOCDELMULTI (line 688) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELPMTU (line 689) | SIOCDELPMTU = -0x7fd78ff6 constant SIOCDELRT (line 690) | SIOCDELRT = -0x7fc78df5 constant SIOCDIFADDR (line 691) | SIOCDIFADDR = -0x7fd796e7 constant SIOCDNETOPT (line 692) | SIOCDNETOPT = -0x3ffe9680 constant SIOCDX25XLATE (line 693) | SIOCDX25XLATE = -0x7fd7969b constant SIOCFIFADDR (line 694) | SIOCFIFADDR = -0x7fdf966d constant SIOCGARP (line 695) | SIOCGARP = -0x3fb396da constant SIOCGETMTUS (line 696) | SIOCGETMTUS = 0x2000696f constant SIOCGETSGCNT (line 697) | SIOCGETSGCNT = -0x3feb8acc constant SIOCGETVIFCNT (line 698) | SIOCGETVIFCNT = -0x3feb8acd constant SIOCGHIWAT (line 699) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 700) | SIOCGIFADDR = -0x3fd796df constant SIOCGIFADDRS (line 701) | SIOCGIFADDRS = 0x2000698c constant SIOCGIFBAUDRATE (line 702) | SIOCGIFBAUDRATE = -0x3fdf9669 constant SIOCGIFBRDADDR (line 703) | SIOCGIFBRDADDR = -0x3fd796dd constant SIOCGIFCONF (line 704) | SIOCGIFCONF = -0x3fef96bb constant SIOCGIFCONFGLOB (line 705) | SIOCGIFCONFGLOB = -0x3fef9670 constant SIOCGIFDSTADDR (line 706) | SIOCGIFDSTADDR = -0x3fd796de constant SIOCGIFFLAGS (line 707) | SIOCGIFFLAGS = -0x3fd796ef constant SIOCGIFGIDLIST (line 708) | SIOCGIFGIDLIST = 0x20006968 constant SIOCGIFHWADDR (line 709) | SIOCGIFHWADDR = -0x3fab966b constant SIOCGIFMETRIC (line 710) | SIOCGIFMETRIC = -0x3fd796e9 constant SIOCGIFMTU (line 711) | SIOCGIFMTU = -0x3fd796aa constant SIOCGIFNETMASK (line 712) | SIOCGIFNETMASK = -0x3fd796db constant SIOCGIFOPTIONS (line 713) | SIOCGIFOPTIONS = -0x3fd796d6 constant SIOCGISNO (line 714) | SIOCGISNO = -0x3fd79695 constant SIOCGLOADF (line 715) | SIOCGLOADF = -0x3ffb967e constant SIOCGLOWAT (line 716) | SIOCGLOWAT = 0x40047303 constant SIOCGNETOPT (line 717) | SIOCGNETOPT = -0x3ffe96a5 constant SIOCGNETOPT1 (line 718) | SIOCGNETOPT1 = -0x3fdf967f constant SIOCGNMTUS (line 719) | SIOCGNMTUS = 0x2000696e constant SIOCGPGRP (line 720) | SIOCGPGRP = 0x40047309 constant SIOCGSIZIFCONF (line 721) | SIOCGSIZIFCONF = 0x4004696a constant SIOCGSRCFILTER (line 722) | SIOCGSRCFILTER = -0x3fe796cb constant SIOCGTUNEPHASE (line 723) | SIOCGTUNEPHASE = -0x3ffb9676 constant SIOCGX25XLATE (line 724) | SIOCGX25XLATE = -0x3fd7969c constant SIOCIFATTACH (line 725) | SIOCIFATTACH = -0x7fdf9699 constant SIOCIFDETACH (line 726) | SIOCIFDETACH = -0x7fdf969a constant SIOCIFGETPKEY (line 727) | SIOCIFGETPKEY = -0x7fdf969b constant SIOCIF_ATM_DARP (line 728) | SIOCIF_ATM_DARP = -0x7fdf9683 constant SIOCIF_ATM_DUMPARP (line 729) | SIOCIF_ATM_DUMPARP = -0x7fdf9685 constant SIOCIF_ATM_GARP (line 730) | SIOCIF_ATM_GARP = -0x7fdf9682 constant SIOCIF_ATM_IDLE (line 731) | SIOCIF_ATM_IDLE = -0x7fdf9686 constant SIOCIF_ATM_SARP (line 732) | SIOCIF_ATM_SARP = -0x7fdf9681 constant SIOCIF_ATM_SNMPARP (line 733) | SIOCIF_ATM_SNMPARP = -0x7fdf9687 constant SIOCIF_ATM_SVC (line 734) | SIOCIF_ATM_SVC = -0x7fdf9684 constant SIOCIF_ATM_UBR (line 735) | SIOCIF_ATM_UBR = -0x7fdf9688 constant SIOCIF_DEVHEALTH (line 736) | SIOCIF_DEVHEALTH = -0x7ffb966c constant SIOCIF_IB_ARP_INCOMP (line 737) | SIOCIF_IB_ARP_INCOMP = -0x7fdf9677 constant SIOCIF_IB_ARP_TIMER (line 738) | SIOCIF_IB_ARP_TIMER = -0x7fdf9678 constant SIOCIF_IB_CLEAR_PINFO (line 739) | SIOCIF_IB_CLEAR_PINFO = -0x3fdf966f constant SIOCIF_IB_DEL_ARP (line 740) | SIOCIF_IB_DEL_ARP = -0x7fdf967f constant SIOCIF_IB_DEL_PINFO (line 741) | SIOCIF_IB_DEL_PINFO = -0x3fdf9670 constant SIOCIF_IB_DUMP_ARP (line 742) | SIOCIF_IB_DUMP_ARP = -0x7fdf9680 constant SIOCIF_IB_GET_ARP (line 743) | SIOCIF_IB_GET_ARP = -0x7fdf967e constant SIOCIF_IB_GET_INFO (line 744) | SIOCIF_IB_GET_INFO = -0x3f879675 constant SIOCIF_IB_GET_STATS (line 745) | SIOCIF_IB_GET_STATS = -0x3f879672 constant SIOCIF_IB_NOTIFY_ADDR_REM (line 746) | SIOCIF_IB_NOTIFY_ADDR_REM = -0x3f87966a constant SIOCIF_IB_RESET_STATS (line 747) | SIOCIF_IB_RESET_STATS = -0x3f879671 constant SIOCIF_IB_RESIZE_CQ (line 748) | SIOCIF_IB_RESIZE_CQ = -0x7fdf9679 constant SIOCIF_IB_SET_ARP (line 749) | SIOCIF_IB_SET_ARP = -0x7fdf967d constant SIOCIF_IB_SET_PKEY (line 750) | SIOCIF_IB_SET_PKEY = -0x7fdf967c constant SIOCIF_IB_SET_PORT (line 751) | SIOCIF_IB_SET_PORT = -0x7fdf967b constant SIOCIF_IB_SET_QKEY (line 752) | SIOCIF_IB_SET_QKEY = -0x7fdf9676 constant SIOCIF_IB_SET_QSIZE (line 753) | SIOCIF_IB_SET_QSIZE = -0x7fdf967a constant SIOCLISTIFVIPA (line 754) | SIOCLISTIFVIPA = 0x20006944 constant SIOCSARP (line 755) | SIOCSARP = -0x7fb396e2 constant SIOCSHIWAT (line 756) | SIOCSHIWAT = 0xffffffff80047300 constant SIOCSIFADDR (line 757) | SIOCSIFADDR = -0x7fd796f4 constant SIOCSIFADDRORI (line 758) | SIOCSIFADDRORI = -0x7fdb9673 constant SIOCSIFBRDADDR (line 759) | SIOCSIFBRDADDR = -0x7fd796ed constant SIOCSIFDSTADDR (line 760) | SIOCSIFDSTADDR = -0x7fd796f2 constant SIOCSIFFLAGS (line 761) | SIOCSIFFLAGS = -0x7fd796f0 constant SIOCSIFGIDLIST (line 762) | SIOCSIFGIDLIST = 0x20006969 constant SIOCSIFMETRIC (line 763) | SIOCSIFMETRIC = -0x7fd796e8 constant SIOCSIFMTU (line 764) | SIOCSIFMTU = -0x7fd796a8 constant SIOCSIFNETDUMP (line 765) | SIOCSIFNETDUMP = -0x7fd796e4 constant SIOCSIFNETMASK (line 766) | SIOCSIFNETMASK = -0x7fd796ea constant SIOCSIFOPTIONS (line 767) | SIOCSIFOPTIONS = -0x7fd796d7 constant SIOCSIFSUBCHAN (line 768) | SIOCSIFSUBCHAN = -0x7fd796e5 constant SIOCSISNO (line 769) | SIOCSISNO = -0x7fd79694 constant SIOCSLOADF (line 770) | SIOCSLOADF = -0x3ffb967d constant SIOCSLOWAT (line 771) | SIOCSLOWAT = 0xffffffff80047302 constant SIOCSNETOPT (line 772) | SIOCSNETOPT = -0x7ffe96a6 constant SIOCSPGRP (line 773) | SIOCSPGRP = 0xffffffff80047308 constant SIOCSX25XLATE (line 774) | SIOCSX25XLATE = -0x7fd7969d constant SOCK_CONN_DGRAM (line 775) | SOCK_CONN_DGRAM = 0x6 constant SOCK_DGRAM (line 776) | SOCK_DGRAM = 0x2 constant SOCK_RAW (line 777) | SOCK_RAW = 0x3 constant SOCK_RDM (line 778) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 779) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 780) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 781) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 782) | SOMAXCONN = 0x400 constant SO_ACCEPTCONN (line 783) | SO_ACCEPTCONN = 0x2 constant SO_AUDIT (line 784) | SO_AUDIT = 0x8000 constant SO_BROADCAST (line 785) | SO_BROADCAST = 0x20 constant SO_CKSUMRECV (line 786) | SO_CKSUMRECV = 0x800 constant SO_DEBUG (line 787) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 788) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 789) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 790) | SO_KEEPALIVE = 0x8 constant SO_KERNACCEPT (line 791) | SO_KERNACCEPT = 0x2000 constant SO_LINGER (line 792) | SO_LINGER = 0x80 constant SO_NOMULTIPATH (line 793) | SO_NOMULTIPATH = 0x4000 constant SO_NOREUSEADDR (line 794) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 795) | SO_OOBINLINE = 0x100 constant SO_PEERID (line 796) | SO_PEERID = 0x1009 constant SO_RCVBUF (line 797) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 798) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 799) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 800) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 801) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 802) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 803) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 804) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMPNS (line 805) | SO_TIMESTAMPNS = 0x100a constant SO_TYPE (line 806) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 807) | SO_USELOOPBACK = 0x40 constant SO_USE_IFBUFS (line 808) | SO_USE_IFBUFS = 0x400 constant S_BANDURG (line 809) | S_BANDURG = 0x400 constant S_EMODFMT (line 810) | S_EMODFMT = 0x3c000000 constant S_ENFMT (line 811) | S_ENFMT = 0x400 constant S_ERROR (line 812) | S_ERROR = 0x100 constant S_HANGUP (line 813) | S_HANGUP = 0x200 constant S_HIPRI (line 814) | S_HIPRI = 0x2 constant S_ICRYPTO (line 815) | S_ICRYPTO = 0x80000 constant S_IEXEC (line 816) | S_IEXEC = 0x40 constant S_IFBLK (line 817) | S_IFBLK = 0x6000 constant S_IFCHR (line 818) | S_IFCHR = 0x2000 constant S_IFDIR (line 819) | S_IFDIR = 0x4000 constant S_IFIFO (line 820) | S_IFIFO = 0x1000 constant S_IFJOURNAL (line 821) | S_IFJOURNAL = 0x10000 constant S_IFLNK (line 822) | S_IFLNK = 0xa000 constant S_IFMPX (line 823) | S_IFMPX = 0x2200 constant S_IFMT (line 824) | S_IFMT = 0xf000 constant S_IFPDIR (line 825) | S_IFPDIR = 0x4000000 constant S_IFPSDIR (line 826) | S_IFPSDIR = 0x8000000 constant S_IFPSSDIR (line 827) | S_IFPSSDIR = 0xc000000 constant S_IFREG (line 828) | S_IFREG = 0x8000 constant S_IFSOCK (line 829) | S_IFSOCK = 0xc000 constant S_IFSYSEA (line 830) | S_IFSYSEA = 0x30000000 constant S_INPUT (line 831) | S_INPUT = 0x1 constant S_IREAD (line 832) | S_IREAD = 0x100 constant S_IRGRP (line 833) | S_IRGRP = 0x20 constant S_IROTH (line 834) | S_IROTH = 0x4 constant S_IRUSR (line 835) | S_IRUSR = 0x100 constant S_IRWXG (line 836) | S_IRWXG = 0x38 constant S_IRWXO (line 837) | S_IRWXO = 0x7 constant S_IRWXU (line 838) | S_IRWXU = 0x1c0 constant S_ISGID (line 839) | S_ISGID = 0x400 constant S_ISUID (line 840) | S_ISUID = 0x800 constant S_ISVTX (line 841) | S_ISVTX = 0x200 constant S_ITCB (line 842) | S_ITCB = 0x1000000 constant S_ITP (line 843) | S_ITP = 0x800000 constant S_IWGRP (line 844) | S_IWGRP = 0x10 constant S_IWOTH (line 845) | S_IWOTH = 0x2 constant S_IWRITE (line 846) | S_IWRITE = 0x80 constant S_IWUSR (line 847) | S_IWUSR = 0x80 constant S_IXACL (line 848) | S_IXACL = 0x2000000 constant S_IXATTR (line 849) | S_IXATTR = 0x40000 constant S_IXGRP (line 850) | S_IXGRP = 0x8 constant S_IXINTERFACE (line 851) | S_IXINTERFACE = 0x100000 constant S_IXMOD (line 852) | S_IXMOD = 0x40000000 constant S_IXOTH (line 853) | S_IXOTH = 0x1 constant S_IXUSR (line 854) | S_IXUSR = 0x40 constant S_MSG (line 855) | S_MSG = 0x8 constant S_OUTPUT (line 856) | S_OUTPUT = 0x4 constant S_RDBAND (line 857) | S_RDBAND = 0x20 constant S_RDNORM (line 858) | S_RDNORM = 0x10 constant S_RESERVED1 (line 859) | S_RESERVED1 = 0x20000 constant S_RESERVED2 (line 860) | S_RESERVED2 = 0x200000 constant S_RESERVED3 (line 861) | S_RESERVED3 = 0x400000 constant S_RESERVED4 (line 862) | S_RESERVED4 = 0x80000000 constant S_RESFMT1 (line 863) | S_RESFMT1 = 0x10000000 constant S_RESFMT10 (line 864) | S_RESFMT10 = 0x34000000 constant S_RESFMT11 (line 865) | S_RESFMT11 = 0x38000000 constant S_RESFMT12 (line 866) | S_RESFMT12 = 0x3c000000 constant S_RESFMT2 (line 867) | S_RESFMT2 = 0x14000000 constant S_RESFMT3 (line 868) | S_RESFMT3 = 0x18000000 constant S_RESFMT4 (line 869) | S_RESFMT4 = 0x1c000000 constant S_RESFMT5 (line 870) | S_RESFMT5 = 0x20000000 constant S_RESFMT6 (line 871) | S_RESFMT6 = 0x24000000 constant S_RESFMT7 (line 872) | S_RESFMT7 = 0x28000000 constant S_RESFMT8 (line 873) | S_RESFMT8 = 0x2c000000 constant S_WRBAND (line 874) | S_WRBAND = 0x80 constant S_WRNORM (line 875) | S_WRNORM = 0x40 constant TAB0 (line 876) | TAB0 = 0x0 constant TAB1 (line 877) | TAB1 = 0x400 constant TAB2 (line 878) | TAB2 = 0x800 constant TAB3 (line 879) | TAB3 = 0xc00 constant TABDLY (line 880) | TABDLY = 0xc00 constant TCFLSH (line 881) | TCFLSH = 0x540c constant TCGETA (line 882) | TCGETA = 0x5405 constant TCGETS (line 883) | TCGETS = 0x5401 constant TCIFLUSH (line 884) | TCIFLUSH = 0x0 constant TCIOFF (line 885) | TCIOFF = 0x2 constant TCIOFLUSH (line 886) | TCIOFLUSH = 0x2 constant TCION (line 887) | TCION = 0x3 constant TCOFLUSH (line 888) | TCOFLUSH = 0x1 constant TCOOFF (line 889) | TCOOFF = 0x0 constant TCOON (line 890) | TCOON = 0x1 constant TCP_24DAYS_WORTH_OF_SLOWTICKS (line 891) | TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800 constant TCP_ACLADD (line 892) | TCP_ACLADD = 0x23 constant TCP_ACLBIND (line 893) | TCP_ACLBIND = 0x26 constant TCP_ACLCLEAR (line 894) | TCP_ACLCLEAR = 0x22 constant TCP_ACLDEL (line 895) | TCP_ACLDEL = 0x24 constant TCP_ACLDENY (line 896) | TCP_ACLDENY = 0x8 constant TCP_ACLFLUSH (line 897) | TCP_ACLFLUSH = 0x21 constant TCP_ACLGID (line 898) | TCP_ACLGID = 0x1 constant TCP_ACLLS (line 899) | TCP_ACLLS = 0x25 constant TCP_ACLSUBNET (line 900) | TCP_ACLSUBNET = 0x4 constant TCP_ACLUID (line 901) | TCP_ACLUID = 0x2 constant TCP_CWND_DF (line 902) | TCP_CWND_DF = 0x16 constant TCP_CWND_IF (line 903) | TCP_CWND_IF = 0x15 constant TCP_DELAY_ACK_FIN (line 904) | TCP_DELAY_ACK_FIN = 0x2 constant TCP_DELAY_ACK_SYN (line 905) | TCP_DELAY_ACK_SYN = 0x1 constant TCP_FASTNAME (line 906) | TCP_FASTNAME = 0x101080a constant TCP_KEEPCNT (line 907) | TCP_KEEPCNT = 0x13 constant TCP_KEEPIDLE (line 908) | TCP_KEEPIDLE = 0x11 constant TCP_KEEPINTVL (line 909) | TCP_KEEPINTVL = 0x12 constant TCP_LSPRIV (line 910) | TCP_LSPRIV = 0x29 constant TCP_LUID (line 911) | TCP_LUID = 0x20 constant TCP_MAXBURST (line 912) | TCP_MAXBURST = 0x8 constant TCP_MAXDF (line 913) | TCP_MAXDF = 0x64 constant TCP_MAXIF (line 914) | TCP_MAXIF = 0x64 constant TCP_MAXSEG (line 915) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 916) | TCP_MAXWIN = 0xffff constant TCP_MAXWINDOWSCALE (line 917) | TCP_MAXWINDOWSCALE = 0xe constant TCP_MAX_SACK (line 918) | TCP_MAX_SACK = 0x4 constant TCP_MSS (line 919) | TCP_MSS = 0x5b4 constant TCP_NODELAY (line 920) | TCP_NODELAY = 0x1 constant TCP_NODELAYACK (line 921) | TCP_NODELAYACK = 0x14 constant TCP_NOREDUCE_CWND_EXIT_FRXMT (line 922) | TCP_NOREDUCE_CWND_EXIT_FRXMT = 0x19 constant TCP_NOREDUCE_CWND_IN_FRXMT (line 923) | TCP_NOREDUCE_CWND_IN_FRXMT = 0x18 constant TCP_NOTENTER_SSTART (line 924) | TCP_NOTENTER_SSTART = 0x17 constant TCP_OPT (line 925) | TCP_OPT = 0x19 constant TCP_RFC1323 (line 926) | TCP_RFC1323 = 0x4 constant TCP_SETPRIV (line 927) | TCP_SETPRIV = 0x27 constant TCP_STDURG (line 928) | TCP_STDURG = 0x10 constant TCP_TIMESTAMP_OPTLEN (line 929) | TCP_TIMESTAMP_OPTLEN = 0xc constant TCP_UNSETPRIV (line 930) | TCP_UNSETPRIV = 0x28 constant TCSAFLUSH (line 931) | TCSAFLUSH = 0x2 constant TCSBRK (line 932) | TCSBRK = 0x5409 constant TCSETA (line 933) | TCSETA = 0x5406 constant TCSETAF (line 934) | TCSETAF = 0x5408 constant TCSETAW (line 935) | TCSETAW = 0x5407 constant TCSETS (line 936) | TCSETS = 0x5402 constant TCSETSF (line 937) | TCSETSF = 0x5404 constant TCSETSW (line 938) | TCSETSW = 0x5403 constant TCXONC (line 939) | TCXONC = 0x540b constant TIMER_ABSTIME (line 940) | TIMER_ABSTIME = 0x3e7 constant TIMER_MAX (line 941) | TIMER_MAX = 0x20 constant TIOC (line 942) | TIOC = 0x5400 constant TIOCCBRK (line 943) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 944) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 945) | TIOCCONS = 0xffffffff80047462 constant TIOCEXCL (line 946) | TIOCEXCL = 0x2000740d constant TIOCFLUSH (line 947) | TIOCFLUSH = 0xffffffff80047410 constant TIOCGETC (line 948) | TIOCGETC = 0x40067412 constant TIOCGETD (line 949) | TIOCGETD = 0x40047400 constant TIOCGETP (line 950) | TIOCGETP = 0x40067408 constant TIOCGLTC (line 951) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 952) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 953) | TIOCGSID = 0x40047448 constant TIOCGSIZE (line 954) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 955) | TIOCGWINSZ = 0x40087468 constant TIOCHPCL (line 956) | TIOCHPCL = 0x20007402 constant TIOCLBIC (line 957) | TIOCLBIC = 0xffffffff8004747e constant TIOCLBIS (line 958) | TIOCLBIS = 0xffffffff8004747f constant TIOCLGET (line 959) | TIOCLGET = 0x4004747c constant TIOCLSET (line 960) | TIOCLSET = 0xffffffff8004747d constant TIOCMBIC (line 961) | TIOCMBIC = 0xffffffff8004746b constant TIOCMBIS (line 962) | TIOCMBIS = 0xffffffff8004746c constant TIOCMGET (line 963) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 964) | TIOCMIWAIT = 0xffffffff80047464 constant TIOCMODG (line 965) | TIOCMODG = 0x40047403 constant TIOCMODS (line 966) | TIOCMODS = 0xffffffff80047404 constant TIOCMSET (line 967) | TIOCMSET = 0xffffffff8004746d constant TIOCM_CAR (line 968) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 969) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 970) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 971) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 972) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 973) | TIOCM_LE = 0x1 constant TIOCM_RI (line 974) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 975) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 976) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 977) | TIOCM_SR = 0x10 constant TIOCM_ST (line 978) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 979) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 980) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 981) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 982) | TIOCPKT = 0xffffffff80047470 constant TIOCPKT_DATA (line 983) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 984) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 985) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 986) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_NOSTOP (line 987) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 988) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 989) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 990) | TIOCREMOTE = 0xffffffff80047469 constant TIOCSBRK (line 991) | TIOCSBRK = 0x2000747b constant TIOCSDTR (line 992) | TIOCSDTR = 0x20007479 constant TIOCSETC (line 993) | TIOCSETC = 0xffffffff80067411 constant TIOCSETD (line 994) | TIOCSETD = 0xffffffff80047401 constant TIOCSETN (line 995) | TIOCSETN = 0xffffffff8006740a constant TIOCSETP (line 996) | TIOCSETP = 0xffffffff80067409 constant TIOCSLTC (line 997) | TIOCSLTC = 0xffffffff80067475 constant TIOCSPGRP (line 998) | TIOCSPGRP = 0xffffffff80047476 constant TIOCSSIZE (line 999) | TIOCSSIZE = 0xffffffff80087467 constant TIOCSTART (line 1000) | TIOCSTART = 0x2000746e constant TIOCSTI (line 1001) | TIOCSTI = 0xffffffff80017472 constant TIOCSTOP (line 1002) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1003) | TIOCSWINSZ = 0xffffffff80087467 constant TIOCUCNTL (line 1004) | TIOCUCNTL = 0xffffffff80047466 constant TOSTOP (line 1005) | TOSTOP = 0x10000 constant UTIME_NOW (line 1006) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1007) | UTIME_OMIT = -0x3 constant VDISCRD (line 1008) | VDISCRD = 0xc constant VDSUSP (line 1009) | VDSUSP = 0xa constant VEOF (line 1010) | VEOF = 0x4 constant VEOL (line 1011) | VEOL = 0x5 constant VEOL2 (line 1012) | VEOL2 = 0x6 constant VERASE (line 1013) | VERASE = 0x2 constant VINTR (line 1014) | VINTR = 0x0 constant VKILL (line 1015) | VKILL = 0x3 constant VLNEXT (line 1016) | VLNEXT = 0xe constant VMIN (line 1017) | VMIN = 0x4 constant VQUIT (line 1018) | VQUIT = 0x1 constant VREPRINT (line 1019) | VREPRINT = 0xb constant VSTART (line 1020) | VSTART = 0x7 constant VSTOP (line 1021) | VSTOP = 0x8 constant VSTRT (line 1022) | VSTRT = 0x7 constant VSUSP (line 1023) | VSUSP = 0x9 constant VT0 (line 1024) | VT0 = 0x0 constant VT1 (line 1025) | VT1 = 0x8000 constant VTDELAY (line 1026) | VTDELAY = 0x2000 constant VTDLY (line 1027) | VTDLY = 0x8000 constant VTIME (line 1028) | VTIME = 0x5 constant VWERSE (line 1029) | VWERSE = 0xd constant WPARSTART (line 1030) | WPARSTART = 0x1 constant WPARSTOP (line 1031) | WPARSTOP = 0x2 constant WPARTTYNAME (line 1032) | WPARTTYNAME = "Global" constant XCASE (line 1033) | XCASE = 0x4 constant XTABS (line 1034) | XTABS = 0xc00 constant _FDATAFLUSH (line 1035) | _FDATAFLUSH = 0x2000000000 constant E2BIG (line 1040) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1041) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1042) | EADDRINUSE = syscall.Errno(0x43) constant EADDRNOTAVAIL (line 1043) | EADDRNOTAVAIL = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1044) | EAFNOSUPPORT = syscall.Errno(0x42) constant EAGAIN (line 1045) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1046) | EALREADY = syscall.Errno(0x38) constant EBADF (line 1047) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1048) | EBADMSG = syscall.Errno(0x78) constant EBUSY (line 1049) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1050) | ECANCELED = syscall.Errno(0x75) constant ECHILD (line 1051) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1052) | ECHRNG = syscall.Errno(0x25) constant ECLONEME (line 1053) | ECLONEME = syscall.Errno(0x52) constant ECONNABORTED (line 1054) | ECONNABORTED = syscall.Errno(0x48) constant ECONNREFUSED (line 1055) | ECONNREFUSED = syscall.Errno(0x4f) constant ECONNRESET (line 1056) | ECONNRESET = syscall.Errno(0x49) constant ECORRUPT (line 1057) | ECORRUPT = syscall.Errno(0x59) constant EDEADLK (line 1058) | EDEADLK = syscall.Errno(0x2d) constant EDESTADDREQ (line 1059) | EDESTADDREQ = syscall.Errno(0x3a) constant EDESTADDRREQ (line 1060) | EDESTADDRREQ = syscall.Errno(0x3a) constant EDIST (line 1061) | EDIST = syscall.Errno(0x35) constant EDOM (line 1062) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1063) | EDQUOT = syscall.Errno(0x58) constant EEXIST (line 1064) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1065) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1066) | EFBIG = syscall.Errno(0x1b) constant EFORMAT (line 1067) | EFORMAT = syscall.Errno(0x30) constant EHOSTDOWN (line 1068) | EHOSTDOWN = syscall.Errno(0x50) constant EHOSTUNREACH (line 1069) | EHOSTUNREACH = syscall.Errno(0x51) constant EIDRM (line 1070) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1071) | EILSEQ = syscall.Errno(0x74) constant EINPROGRESS (line 1072) | EINPROGRESS = syscall.Errno(0x37) constant EINTR (line 1073) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1074) | EINVAL = syscall.Errno(0x16) constant EIO (line 1075) | EIO = syscall.Errno(0x5) constant EISCONN (line 1076) | EISCONN = syscall.Errno(0x4b) constant EISDIR (line 1077) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1078) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1079) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1080) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1081) | EL3RST = syscall.Errno(0x28) constant ELNRNG (line 1082) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 1083) | ELOOP = syscall.Errno(0x55) constant EMEDIA (line 1084) | EMEDIA = syscall.Errno(0x6e) constant EMFILE (line 1085) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1086) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1087) | EMSGSIZE = syscall.Errno(0x3b) constant EMULTIHOP (line 1088) | EMULTIHOP = syscall.Errno(0x7d) constant ENAMETOOLONG (line 1089) | ENAMETOOLONG = syscall.Errno(0x56) constant ENETDOWN (line 1090) | ENETDOWN = syscall.Errno(0x45) constant ENETRESET (line 1091) | ENETRESET = syscall.Errno(0x47) constant ENETUNREACH (line 1092) | ENETUNREACH = syscall.Errno(0x46) constant ENFILE (line 1093) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1094) | ENOATTR = syscall.Errno(0x70) constant ENOBUFS (line 1095) | ENOBUFS = syscall.Errno(0x4a) constant ENOCONNECT (line 1096) | ENOCONNECT = syscall.Errno(0x32) constant ENOCSI (line 1097) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1098) | ENODATA = syscall.Errno(0x7a) constant ENODEV (line 1099) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1100) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1101) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1102) | ENOLCK = syscall.Errno(0x31) constant ENOLINK (line 1103) | ENOLINK = syscall.Errno(0x7e) constant ENOMEM (line 1104) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1105) | ENOMSG = syscall.Errno(0x23) constant ENOPROTOOPT (line 1106) | ENOPROTOOPT = syscall.Errno(0x3d) constant ENOSPC (line 1107) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1108) | ENOSR = syscall.Errno(0x76) constant ENOSTR (line 1109) | ENOSTR = syscall.Errno(0x7b) constant ENOSYS (line 1110) | ENOSYS = syscall.Errno(0x6d) constant ENOTBLK (line 1111) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1112) | ENOTCONN = syscall.Errno(0x4c) constant ENOTDIR (line 1113) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1114) | ENOTEMPTY = syscall.Errno(0x11) constant ENOTREADY (line 1115) | ENOTREADY = syscall.Errno(0x2e) constant ENOTRECOVERABLE (line 1116) | ENOTRECOVERABLE = syscall.Errno(0x5e) constant ENOTRUST (line 1117) | ENOTRUST = syscall.Errno(0x72) constant ENOTSOCK (line 1118) | ENOTSOCK = syscall.Errno(0x39) constant ENOTSUP (line 1119) | ENOTSUP = syscall.Errno(0x7c) constant ENOTTY (line 1120) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1121) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1122) | EOPNOTSUPP = syscall.Errno(0x40) constant EOVERFLOW (line 1123) | EOVERFLOW = syscall.Errno(0x7f) constant EOWNERDEAD (line 1124) | EOWNERDEAD = syscall.Errno(0x5f) constant EPERM (line 1125) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1126) | EPFNOSUPPORT = syscall.Errno(0x41) constant EPIPE (line 1127) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1128) | EPROCLIM = syscall.Errno(0x53) constant EPROTO (line 1129) | EPROTO = syscall.Errno(0x79) constant EPROTONOSUPPORT (line 1130) | EPROTONOSUPPORT = syscall.Errno(0x3e) constant EPROTOTYPE (line 1131) | EPROTOTYPE = syscall.Errno(0x3c) constant ERANGE (line 1132) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1133) | EREMOTE = syscall.Errno(0x5d) constant ERESTART (line 1134) | ERESTART = syscall.Errno(0x52) constant EROFS (line 1135) | EROFS = syscall.Errno(0x1e) constant ESAD (line 1136) | ESAD = syscall.Errno(0x71) constant ESHUTDOWN (line 1137) | ESHUTDOWN = syscall.Errno(0x4d) constant ESOCKTNOSUPPORT (line 1138) | ESOCKTNOSUPPORT = syscall.Errno(0x3f) constant ESOFT (line 1139) | ESOFT = syscall.Errno(0x6f) constant ESPIPE (line 1140) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1141) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1142) | ESTALE = syscall.Errno(0x34) constant ESYSERROR (line 1143) | ESYSERROR = syscall.Errno(0x5a) constant ETIME (line 1144) | ETIME = syscall.Errno(0x77) constant ETIMEDOUT (line 1145) | ETIMEDOUT = syscall.Errno(0x4e) constant ETOOMANYREFS (line 1146) | ETOOMANYREFS = syscall.Errno(0x73) constant ETXTBSY (line 1147) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1148) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1149) | EUSERS = syscall.Errno(0x54) constant EWOULDBLOCK (line 1150) | EWOULDBLOCK = syscall.Errno(0xb) constant EWRPROTECT (line 1151) | EWRPROTECT = syscall.Errno(0x2f) constant EXDEV (line 1152) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1157) | SIGABRT = syscall.Signal(0x6) constant SIGAIO (line 1158) | SIGAIO = syscall.Signal(0x17) constant SIGALRM (line 1159) | SIGALRM = syscall.Signal(0xe) constant SIGALRM1 (line 1160) | SIGALRM1 = syscall.Signal(0x26) constant SIGBUS (line 1161) | SIGBUS = syscall.Signal(0xa) constant SIGCAPI (line 1162) | SIGCAPI = syscall.Signal(0x31) constant SIGCHLD (line 1163) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 1164) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 1165) | SIGCONT = syscall.Signal(0x13) constant SIGCPUFAIL (line 1166) | SIGCPUFAIL = syscall.Signal(0x3b) constant SIGDANGER (line 1167) | SIGDANGER = syscall.Signal(0x21) constant SIGEMT (line 1168) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1169) | SIGFPE = syscall.Signal(0x8) constant SIGGRANT (line 1170) | SIGGRANT = syscall.Signal(0x3c) constant SIGHUP (line 1171) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1172) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 1173) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1174) | SIGIO = syscall.Signal(0x17) constant SIGIOINT (line 1175) | SIGIOINT = syscall.Signal(0x10) constant SIGIOT (line 1176) | SIGIOT = syscall.Signal(0x6) constant SIGKAP (line 1177) | SIGKAP = syscall.Signal(0x3c) constant SIGKILL (line 1178) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1179) | SIGLOST = syscall.Signal(0x6) constant SIGMAX (line 1180) | SIGMAX = syscall.Signal(0xff) constant SIGMAX32 (line 1181) | SIGMAX32 = syscall.Signal(0x3f) constant SIGMIGRATE (line 1182) | SIGMIGRATE = syscall.Signal(0x23) constant SIGMSG (line 1183) | SIGMSG = syscall.Signal(0x1b) constant SIGPIPE (line 1184) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1185) | SIGPOLL = syscall.Signal(0x17) constant SIGPRE (line 1186) | SIGPRE = syscall.Signal(0x24) constant SIGPROF (line 1187) | SIGPROF = syscall.Signal(0x20) constant SIGPTY (line 1188) | SIGPTY = syscall.Signal(0x17) constant SIGPWR (line 1189) | SIGPWR = syscall.Signal(0x1d) constant SIGQUIT (line 1190) | SIGQUIT = syscall.Signal(0x3) constant SIGRECONFIG (line 1191) | SIGRECONFIG = syscall.Signal(0x3a) constant SIGRETRACT (line 1192) | SIGRETRACT = syscall.Signal(0x3d) constant SIGSAK (line 1193) | SIGSAK = syscall.Signal(0x3f) constant SIGSEGV (line 1194) | SIGSEGV = syscall.Signal(0xb) constant SIGSOUND (line 1195) | SIGSOUND = syscall.Signal(0x3e) constant SIGSTOP (line 1196) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1197) | SIGSYS = syscall.Signal(0xc) constant SIGSYSERROR (line 1198) | SIGSYSERROR = syscall.Signal(0x30) constant SIGTALRM (line 1199) | SIGTALRM = syscall.Signal(0x26) constant SIGTERM (line 1200) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1201) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1202) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1203) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1204) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1205) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1206) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1207) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVIRT (line 1208) | SIGVIRT = syscall.Signal(0x25) constant SIGVTALRM (line 1209) | SIGVTALRM = syscall.Signal(0x22) constant SIGWAITING (line 1210) | SIGWAITING = syscall.Signal(0x27) constant SIGWINCH (line 1211) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1212) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1213) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_CCITT (line 16) | AF_CCITT = 0xa constant AF_CHAOS (line 17) | AF_CHAOS = 0x5 constant AF_CNT (line 18) | AF_CNT = 0x15 constant AF_COIP (line 19) | AF_COIP = 0x14 constant AF_DATAKIT (line 20) | AF_DATAKIT = 0x9 constant AF_DECnet (line 21) | AF_DECnet = 0xc constant AF_DLI (line 22) | AF_DLI = 0xd constant AF_E164 (line 23) | AF_E164 = 0x1c constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_HYLINK (line 25) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 26) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x1e constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1c constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_LAT (line 33) | AF_LAT = 0xe constant AF_LINK (line 34) | AF_LINK = 0x12 constant AF_LOCAL (line 35) | AF_LOCAL = 0x1 constant AF_MAX (line 36) | AF_MAX = 0x29 constant AF_NATM (line 37) | AF_NATM = 0x1f constant AF_NDRV (line 38) | AF_NDRV = 0x1b constant AF_NETBIOS (line 39) | AF_NETBIOS = 0x21 constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PPP (line 42) | AF_PPP = 0x22 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_RESERVED_36 (line 44) | AF_RESERVED_36 = 0x24 constant AF_ROUTE (line 45) | AF_ROUTE = 0x11 constant AF_SIP (line 46) | AF_SIP = 0x18 constant AF_SNA (line 47) | AF_SNA = 0xb constant AF_SYSTEM (line 48) | AF_SYSTEM = 0x20 constant AF_SYS_CONTROL (line 49) | AF_SYS_CONTROL = 0x2 constant AF_UNIX (line 50) | AF_UNIX = 0x1 constant AF_UNSPEC (line 51) | AF_UNSPEC = 0x0 constant AF_UTUN (line 52) | AF_UTUN = 0x26 constant AF_VSOCK (line 53) | AF_VSOCK = 0x28 constant ALTWERASE (line 54) | ALTWERASE = 0x200 constant ATTR_BIT_MAP_COUNT (line 55) | ATTR_BIT_MAP_COUNT = 0x5 constant ATTR_CMN_ACCESSMASK (line 56) | ATTR_CMN_ACCESSMASK = 0x20000 constant ATTR_CMN_ACCTIME (line 57) | ATTR_CMN_ACCTIME = 0x1000 constant ATTR_CMN_ADDEDTIME (line 58) | ATTR_CMN_ADDEDTIME = 0x10000000 constant ATTR_CMN_BKUPTIME (line 59) | ATTR_CMN_BKUPTIME = 0x2000 constant ATTR_CMN_CHGTIME (line 60) | ATTR_CMN_CHGTIME = 0x800 constant ATTR_CMN_CRTIME (line 61) | ATTR_CMN_CRTIME = 0x200 constant ATTR_CMN_DATA_PROTECT_FLAGS (line 62) | ATTR_CMN_DATA_PROTECT_FLAGS = 0x40000000 constant ATTR_CMN_DEVID (line 63) | ATTR_CMN_DEVID = 0x2 constant ATTR_CMN_DOCUMENT_ID (line 64) | ATTR_CMN_DOCUMENT_ID = 0x100000 constant ATTR_CMN_ERROR (line 65) | ATTR_CMN_ERROR = 0x20000000 constant ATTR_CMN_EXTENDED_SECURITY (line 66) | ATTR_CMN_EXTENDED_SECURITY = 0x400000 constant ATTR_CMN_FILEID (line 67) | ATTR_CMN_FILEID = 0x2000000 constant ATTR_CMN_FLAGS (line 68) | ATTR_CMN_FLAGS = 0x40000 constant ATTR_CMN_FNDRINFO (line 69) | ATTR_CMN_FNDRINFO = 0x4000 constant ATTR_CMN_FSID (line 70) | ATTR_CMN_FSID = 0x4 constant ATTR_CMN_FULLPATH (line 71) | ATTR_CMN_FULLPATH = 0x8000000 constant ATTR_CMN_GEN_COUNT (line 72) | ATTR_CMN_GEN_COUNT = 0x80000 constant ATTR_CMN_GRPID (line 73) | ATTR_CMN_GRPID = 0x10000 constant ATTR_CMN_GRPUUID (line 74) | ATTR_CMN_GRPUUID = 0x1000000 constant ATTR_CMN_MODTIME (line 75) | ATTR_CMN_MODTIME = 0x400 constant ATTR_CMN_NAME (line 76) | ATTR_CMN_NAME = 0x1 constant ATTR_CMN_NAMEDATTRCOUNT (line 77) | ATTR_CMN_NAMEDATTRCOUNT = 0x80000 constant ATTR_CMN_NAMEDATTRLIST (line 78) | ATTR_CMN_NAMEDATTRLIST = 0x100000 constant ATTR_CMN_OBJID (line 79) | ATTR_CMN_OBJID = 0x20 constant ATTR_CMN_OBJPERMANENTID (line 80) | ATTR_CMN_OBJPERMANENTID = 0x40 constant ATTR_CMN_OBJTAG (line 81) | ATTR_CMN_OBJTAG = 0x10 constant ATTR_CMN_OBJTYPE (line 82) | ATTR_CMN_OBJTYPE = 0x8 constant ATTR_CMN_OWNERID (line 83) | ATTR_CMN_OWNERID = 0x8000 constant ATTR_CMN_PARENTID (line 84) | ATTR_CMN_PARENTID = 0x4000000 constant ATTR_CMN_PAROBJID (line 85) | ATTR_CMN_PAROBJID = 0x80 constant ATTR_CMN_RETURNED_ATTRS (line 86) | ATTR_CMN_RETURNED_ATTRS = 0x80000000 constant ATTR_CMN_SCRIPT (line 87) | ATTR_CMN_SCRIPT = 0x100 constant ATTR_CMN_SETMASK (line 88) | ATTR_CMN_SETMASK = 0x51c7ff00 constant ATTR_CMN_USERACCESS (line 89) | ATTR_CMN_USERACCESS = 0x200000 constant ATTR_CMN_UUID (line 90) | ATTR_CMN_UUID = 0x800000 constant ATTR_CMN_VALIDMASK (line 91) | ATTR_CMN_VALIDMASK = 0xffffffff constant ATTR_CMN_VOLSETMASK (line 92) | ATTR_CMN_VOLSETMASK = 0x6700 constant ATTR_FILE_ALLOCSIZE (line 93) | ATTR_FILE_ALLOCSIZE = 0x4 constant ATTR_FILE_CLUMPSIZE (line 94) | ATTR_FILE_CLUMPSIZE = 0x10 constant ATTR_FILE_DATAALLOCSIZE (line 95) | ATTR_FILE_DATAALLOCSIZE = 0x400 constant ATTR_FILE_DATAEXTENTS (line 96) | ATTR_FILE_DATAEXTENTS = 0x800 constant ATTR_FILE_DATALENGTH (line 97) | ATTR_FILE_DATALENGTH = 0x200 constant ATTR_FILE_DEVTYPE (line 98) | ATTR_FILE_DEVTYPE = 0x20 constant ATTR_FILE_FILETYPE (line 99) | ATTR_FILE_FILETYPE = 0x40 constant ATTR_FILE_FORKCOUNT (line 100) | ATTR_FILE_FORKCOUNT = 0x80 constant ATTR_FILE_FORKLIST (line 101) | ATTR_FILE_FORKLIST = 0x100 constant ATTR_FILE_IOBLOCKSIZE (line 102) | ATTR_FILE_IOBLOCKSIZE = 0x8 constant ATTR_FILE_LINKCOUNT (line 103) | ATTR_FILE_LINKCOUNT = 0x1 constant ATTR_FILE_RSRCALLOCSIZE (line 104) | ATTR_FILE_RSRCALLOCSIZE = 0x2000 constant ATTR_FILE_RSRCEXTENTS (line 105) | ATTR_FILE_RSRCEXTENTS = 0x4000 constant ATTR_FILE_RSRCLENGTH (line 106) | ATTR_FILE_RSRCLENGTH = 0x1000 constant ATTR_FILE_SETMASK (line 107) | ATTR_FILE_SETMASK = 0x20 constant ATTR_FILE_TOTALSIZE (line 108) | ATTR_FILE_TOTALSIZE = 0x2 constant ATTR_FILE_VALIDMASK (line 109) | ATTR_FILE_VALIDMASK = 0x37ff constant ATTR_VOL_ALLOCATIONCLUMP (line 110) | ATTR_VOL_ALLOCATIONCLUMP = 0x40 constant ATTR_VOL_ATTRIBUTES (line 111) | ATTR_VOL_ATTRIBUTES = 0x40000000 constant ATTR_VOL_CAPABILITIES (line 112) | ATTR_VOL_CAPABILITIES = 0x20000 constant ATTR_VOL_DIRCOUNT (line 113) | ATTR_VOL_DIRCOUNT = 0x400 constant ATTR_VOL_ENCODINGSUSED (line 114) | ATTR_VOL_ENCODINGSUSED = 0x10000 constant ATTR_VOL_FILECOUNT (line 115) | ATTR_VOL_FILECOUNT = 0x200 constant ATTR_VOL_FSTYPE (line 116) | ATTR_VOL_FSTYPE = 0x1 constant ATTR_VOL_INFO (line 117) | ATTR_VOL_INFO = 0x80000000 constant ATTR_VOL_IOBLOCKSIZE (line 118) | ATTR_VOL_IOBLOCKSIZE = 0x80 constant ATTR_VOL_MAXOBJCOUNT (line 119) | ATTR_VOL_MAXOBJCOUNT = 0x800 constant ATTR_VOL_MINALLOCATION (line 120) | ATTR_VOL_MINALLOCATION = 0x20 constant ATTR_VOL_MOUNTEDDEVICE (line 121) | ATTR_VOL_MOUNTEDDEVICE = 0x8000 constant ATTR_VOL_MOUNTFLAGS (line 122) | ATTR_VOL_MOUNTFLAGS = 0x4000 constant ATTR_VOL_MOUNTPOINT (line 123) | ATTR_VOL_MOUNTPOINT = 0x1000 constant ATTR_VOL_NAME (line 124) | ATTR_VOL_NAME = 0x2000 constant ATTR_VOL_OBJCOUNT (line 125) | ATTR_VOL_OBJCOUNT = 0x100 constant ATTR_VOL_QUOTA_SIZE (line 126) | ATTR_VOL_QUOTA_SIZE = 0x10000000 constant ATTR_VOL_RESERVED_SIZE (line 127) | ATTR_VOL_RESERVED_SIZE = 0x20000000 constant ATTR_VOL_SETMASK (line 128) | ATTR_VOL_SETMASK = 0x80002000 constant ATTR_VOL_SIGNATURE (line 129) | ATTR_VOL_SIGNATURE = 0x2 constant ATTR_VOL_SIZE (line 130) | ATTR_VOL_SIZE = 0x4 constant ATTR_VOL_SPACEAVAIL (line 131) | ATTR_VOL_SPACEAVAIL = 0x10 constant ATTR_VOL_SPACEFREE (line 132) | ATTR_VOL_SPACEFREE = 0x8 constant ATTR_VOL_SPACEUSED (line 133) | ATTR_VOL_SPACEUSED = 0x800000 constant ATTR_VOL_UUID (line 134) | ATTR_VOL_UUID = 0x40000 constant ATTR_VOL_VALIDMASK (line 135) | ATTR_VOL_VALIDMASK = 0xf087ffff constant B0 (line 136) | B0 = 0x0 constant B110 (line 137) | B110 = 0x6e constant B115200 (line 138) | B115200 = 0x1c200 constant B1200 (line 139) | B1200 = 0x4b0 constant B134 (line 140) | B134 = 0x86 constant B14400 (line 141) | B14400 = 0x3840 constant B150 (line 142) | B150 = 0x96 constant B1800 (line 143) | B1800 = 0x708 constant B19200 (line 144) | B19200 = 0x4b00 constant B200 (line 145) | B200 = 0xc8 constant B230400 (line 146) | B230400 = 0x38400 constant B2400 (line 147) | B2400 = 0x960 constant B28800 (line 148) | B28800 = 0x7080 constant B300 (line 149) | B300 = 0x12c constant B38400 (line 150) | B38400 = 0x9600 constant B4800 (line 151) | B4800 = 0x12c0 constant B50 (line 152) | B50 = 0x32 constant B57600 (line 153) | B57600 = 0xe100 constant B600 (line 154) | B600 = 0x258 constant B7200 (line 155) | B7200 = 0x1c20 constant B75 (line 156) | B75 = 0x4b constant B76800 (line 157) | B76800 = 0x12c00 constant B9600 (line 158) | B9600 = 0x2580 constant BIOCFLUSH (line 159) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 160) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 161) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 162) | BIOCGDLTLIST = 0xc00c4279 constant BIOCGETIF (line 163) | BIOCGETIF = 0x4020426b constant BIOCGHDRCMPLT (line 164) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 165) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 166) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 167) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 168) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 169) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 170) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 171) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 172) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 173) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 174) | BIOCSETFNR = 0x8010427e constant BIOCSETIF (line 175) | BIOCSETIF = 0x8020426c constant BIOCSHDRCMPLT (line 176) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 177) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 178) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 179) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 180) | BIOCVERSION = 0x40044271 constant BPF_A (line 181) | BPF_A = 0x10 constant BPF_ABS (line 182) | BPF_ABS = 0x20 constant BPF_ADD (line 183) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 184) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 185) | BPF_ALU = 0x4 constant BPF_AND (line 186) | BPF_AND = 0x50 constant BPF_B (line 187) | BPF_B = 0x10 constant BPF_DIV (line 188) | BPF_DIV = 0x30 constant BPF_H (line 189) | BPF_H = 0x8 constant BPF_IMM (line 190) | BPF_IMM = 0x0 constant BPF_IND (line 191) | BPF_IND = 0x40 constant BPF_JA (line 192) | BPF_JA = 0x0 constant BPF_JEQ (line 193) | BPF_JEQ = 0x10 constant BPF_JGE (line 194) | BPF_JGE = 0x30 constant BPF_JGT (line 195) | BPF_JGT = 0x20 constant BPF_JMP (line 196) | BPF_JMP = 0x5 constant BPF_JSET (line 197) | BPF_JSET = 0x40 constant BPF_K (line 198) | BPF_K = 0x0 constant BPF_LD (line 199) | BPF_LD = 0x0 constant BPF_LDX (line 200) | BPF_LDX = 0x1 constant BPF_LEN (line 201) | BPF_LEN = 0x80 constant BPF_LSH (line 202) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 203) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 204) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 205) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 206) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 207) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 208) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 209) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 210) | BPF_MISC = 0x7 constant BPF_MSH (line 211) | BPF_MSH = 0xa0 constant BPF_MUL (line 212) | BPF_MUL = 0x20 constant BPF_NEG (line 213) | BPF_NEG = 0x80 constant BPF_OR (line 214) | BPF_OR = 0x40 constant BPF_RELEASE (line 215) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 216) | BPF_RET = 0x6 constant BPF_RSH (line 217) | BPF_RSH = 0x70 constant BPF_ST (line 218) | BPF_ST = 0x2 constant BPF_STX (line 219) | BPF_STX = 0x3 constant BPF_SUB (line 220) | BPF_SUB = 0x10 constant BPF_TAX (line 221) | BPF_TAX = 0x0 constant BPF_TXA (line 222) | BPF_TXA = 0x80 constant BPF_W (line 223) | BPF_W = 0x0 constant BPF_X (line 224) | BPF_X = 0x8 constant BRKINT (line 225) | BRKINT = 0x2 constant BS0 (line 226) | BS0 = 0x0 constant BS1 (line 227) | BS1 = 0x8000 constant BSDLY (line 228) | BSDLY = 0x8000 constant CFLUSH (line 229) | CFLUSH = 0xf constant CLOCAL (line 230) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 231) | CLOCK_MONOTONIC = 0x6 constant CLOCK_MONOTONIC_RAW (line 232) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_MONOTONIC_RAW_APPROX (line 233) | CLOCK_MONOTONIC_RAW_APPROX = 0x5 constant CLOCK_PROCESS_CPUTIME_ID (line 234) | CLOCK_PROCESS_CPUTIME_ID = 0xc constant CLOCK_REALTIME (line 235) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 236) | CLOCK_THREAD_CPUTIME_ID = 0x10 constant CLOCK_UPTIME_RAW (line 237) | CLOCK_UPTIME_RAW = 0x8 constant CLOCK_UPTIME_RAW_APPROX (line 238) | CLOCK_UPTIME_RAW_APPROX = 0x9 constant CLONE_NOFOLLOW (line 239) | CLONE_NOFOLLOW = 0x1 constant CLONE_NOOWNERCOPY (line 240) | CLONE_NOOWNERCOPY = 0x2 constant CR0 (line 241) | CR0 = 0x0 constant CR1 (line 242) | CR1 = 0x1000 constant CR2 (line 243) | CR2 = 0x2000 constant CR3 (line 244) | CR3 = 0x3000 constant CRDLY (line 245) | CRDLY = 0x3000 constant CREAD (line 246) | CREAD = 0x800 constant CRTSCTS (line 247) | CRTSCTS = 0x30000 constant CS5 (line 248) | CS5 = 0x0 constant CS6 (line 249) | CS6 = 0x100 constant CS7 (line 250) | CS7 = 0x200 constant CS8 (line 251) | CS8 = 0x300 constant CSIZE (line 252) | CSIZE = 0x300 constant CSTART (line 253) | CSTART = 0x11 constant CSTATUS (line 254) | CSTATUS = 0x14 constant CSTOP (line 255) | CSTOP = 0x13 constant CSTOPB (line 256) | CSTOPB = 0x400 constant CSUSP (line 257) | CSUSP = 0x1a constant CTLIOCGINFO (line 258) | CTLIOCGINFO = 0xc0644e03 constant CTL_HW (line 259) | CTL_HW = 0x6 constant CTL_KERN (line 260) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 261) | CTL_MAXNAME = 0xc constant CTL_NET (line 262) | CTL_NET = 0x4 constant DLT_A429 (line 263) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 264) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 265) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 266) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 267) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 268) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 269) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 270) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 271) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 272) | DLT_AURORA = 0x7e constant DLT_AX25 (line 273) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 274) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 275) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 276) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 277) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 278) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 279) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 280) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 281) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 282) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 283) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 284) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 285) | DLT_DBUS = 0xe7 constant DLT_DECT (line 286) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 287) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 288) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 289) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 290) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 291) | DLT_EN3MB = 0x2 constant DLT_ENC (line 292) | DLT_ENC = 0x6d constant DLT_ERF (line 293) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 294) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 295) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 296) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 297) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 298) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 299) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 300) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 301) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 302) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 303) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 304) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 305) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 306) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 307) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 308) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 309) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 310) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 311) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 312) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 313) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 314) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 315) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 316) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 317) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 318) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 319) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 320) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 321) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPFILTER (line 322) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 323) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 324) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 325) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 326) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 327) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 328) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 329) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 330) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 331) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 332) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 333) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 334) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 335) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 336) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 337) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 338) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 339) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 340) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 341) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 342) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 343) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 344) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 345) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 346) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 347) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 348) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 349) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 350) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 351) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 352) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 353) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 354) | DLT_LAPD = 0xcb constant DLT_LIN (line 355) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 356) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 357) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 358) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 359) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 360) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 361) | DLT_LOOP = 0x6c constant DLT_LTALK (line 362) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 363) | DLT_MATCHING_MAX = 0x10a constant DLT_MATCHING_MIN (line 364) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 365) | DLT_MFR = 0xb6 constant DLT_MOST (line 366) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 367) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 368) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 369) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 370) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 371) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 372) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 373) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 374) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NFC_LLCP (line 375) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 376) | DLT_NFLOG = 0xef constant DLT_NG40 (line 377) | DLT_NG40 = 0xf4 constant DLT_NULL (line 378) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 379) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 380) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 381) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 382) | DLT_PPI = 0xc0 constant DLT_PPP (line 383) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 384) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 385) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 386) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 387) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 388) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 389) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 390) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 391) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 392) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 393) | DLT_RAW = 0xc constant DLT_RIO (line 394) | DLT_RIO = 0x7c constant DLT_SCCP (line 395) | DLT_SCCP = 0x8e constant DLT_SITA (line 396) | DLT_SITA = 0xc4 constant DLT_SLIP (line 397) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 398) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 399) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 400) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 401) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 402) | DLT_TZSP = 0x80 constant DLT_USB (line 403) | DLT_USB = 0xba constant DLT_USB_DARWIN (line 404) | DLT_USB_DARWIN = 0x10a constant DLT_USB_LINUX (line 405) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 406) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 407) | DLT_USER0 = 0x93 constant DLT_USER1 (line 408) | DLT_USER1 = 0x94 constant DLT_USER10 (line 409) | DLT_USER10 = 0x9d constant DLT_USER11 (line 410) | DLT_USER11 = 0x9e constant DLT_USER12 (line 411) | DLT_USER12 = 0x9f constant DLT_USER13 (line 412) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 413) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 414) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 415) | DLT_USER2 = 0x95 constant DLT_USER3 (line 416) | DLT_USER3 = 0x96 constant DLT_USER4 (line 417) | DLT_USER4 = 0x97 constant DLT_USER5 (line 418) | DLT_USER5 = 0x98 constant DLT_USER6 (line 419) | DLT_USER6 = 0x99 constant DLT_USER7 (line 420) | DLT_USER7 = 0x9a constant DLT_USER8 (line 421) | DLT_USER8 = 0x9b constant DLT_USER9 (line 422) | DLT_USER9 = 0x9c constant DLT_WIHART (line 423) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 424) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 425) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 426) | DT_BLK = 0x6 constant DT_CHR (line 427) | DT_CHR = 0x2 constant DT_DIR (line 428) | DT_DIR = 0x4 constant DT_FIFO (line 429) | DT_FIFO = 0x1 constant DT_LNK (line 430) | DT_LNK = 0xa constant DT_REG (line 431) | DT_REG = 0x8 constant DT_SOCK (line 432) | DT_SOCK = 0xc constant DT_UNKNOWN (line 433) | DT_UNKNOWN = 0x0 constant DT_WHT (line 434) | DT_WHT = 0xe constant ECHO (line 435) | ECHO = 0x8 constant ECHOCTL (line 436) | ECHOCTL = 0x40 constant ECHOE (line 437) | ECHOE = 0x2 constant ECHOK (line 438) | ECHOK = 0x4 constant ECHOKE (line 439) | ECHOKE = 0x1 constant ECHONL (line 440) | ECHONL = 0x10 constant ECHOPRT (line 441) | ECHOPRT = 0x20 constant EVFILT_AIO (line 442) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 443) | EVFILT_EXCEPT = -0xf constant EVFILT_FS (line 444) | EVFILT_FS = -0x9 constant EVFILT_MACHPORT (line 445) | EVFILT_MACHPORT = -0x8 constant EVFILT_PROC (line 446) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 447) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 448) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 449) | EVFILT_SYSCOUNT = 0x11 constant EVFILT_THREADMARKER (line 450) | EVFILT_THREADMARKER = 0x11 constant EVFILT_TIMER (line 451) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 452) | EVFILT_USER = -0xa constant EVFILT_VM (line 453) | EVFILT_VM = -0xc constant EVFILT_VNODE (line 454) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 455) | EVFILT_WRITE = -0x2 constant EV_ADD (line 456) | EV_ADD = 0x1 constant EV_CLEAR (line 457) | EV_CLEAR = 0x20 constant EV_DELETE (line 458) | EV_DELETE = 0x2 constant EV_DISABLE (line 459) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 460) | EV_DISPATCH = 0x80 constant EV_DISPATCH2 (line 461) | EV_DISPATCH2 = 0x180 constant EV_ENABLE (line 462) | EV_ENABLE = 0x4 constant EV_EOF (line 463) | EV_EOF = 0x8000 constant EV_ERROR (line 464) | EV_ERROR = 0x4000 constant EV_FLAG0 (line 465) | EV_FLAG0 = 0x1000 constant EV_FLAG1 (line 466) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 467) | EV_ONESHOT = 0x10 constant EV_OOBAND (line 468) | EV_OOBAND = 0x2000 constant EV_POLL (line 469) | EV_POLL = 0x1000 constant EV_RECEIPT (line 470) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 471) | EV_SYSFLAGS = 0xf000 constant EV_UDATA_SPECIFIC (line 472) | EV_UDATA_SPECIFIC = 0x100 constant EV_VANISHED (line 473) | EV_VANISHED = 0x200 constant EXTA (line 474) | EXTA = 0x4b00 constant EXTB (line 475) | EXTB = 0x9600 constant EXTPROC (line 476) | EXTPROC = 0x800 constant FD_CLOEXEC (line 477) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 478) | FD_SETSIZE = 0x400 constant FF0 (line 479) | FF0 = 0x0 constant FF1 (line 480) | FF1 = 0x4000 constant FFDLY (line 481) | FFDLY = 0x4000 constant FLUSHO (line 482) | FLUSHO = 0x800000 constant FSOPT_ATTR_CMN_EXTENDED (line 483) | FSOPT_ATTR_CMN_EXTENDED = 0x20 constant FSOPT_NOFOLLOW (line 484) | FSOPT_NOFOLLOW = 0x1 constant FSOPT_NOINMEMUPDATE (line 485) | FSOPT_NOINMEMUPDATE = 0x2 constant FSOPT_PACK_INVAL_ATTRS (line 486) | FSOPT_PACK_INVAL_ATTRS = 0x8 constant FSOPT_REPORT_FULLSIZE (line 487) | FSOPT_REPORT_FULLSIZE = 0x4 constant FSOPT_RETURN_REALDEV (line 488) | FSOPT_RETURN_REALDEV = 0x200 constant F_ADDFILESIGS (line 489) | F_ADDFILESIGS = 0x3d constant F_ADDFILESIGS_FOR_DYLD_SIM (line 490) | F_ADDFILESIGS_FOR_DYLD_SIM = 0x53 constant F_ADDFILESIGS_INFO (line 491) | F_ADDFILESIGS_INFO = 0x67 constant F_ADDFILESIGS_RETURN (line 492) | F_ADDFILESIGS_RETURN = 0x61 constant F_ADDFILESUPPL (line 493) | F_ADDFILESUPPL = 0x68 constant F_ADDSIGS (line 494) | F_ADDSIGS = 0x3b constant F_ALLOCATEALL (line 495) | F_ALLOCATEALL = 0x4 constant F_ALLOCATECONTIG (line 496) | F_ALLOCATECONTIG = 0x2 constant F_BARRIERFSYNC (line 497) | F_BARRIERFSYNC = 0x55 constant F_CHECK_LV (line 498) | F_CHECK_LV = 0x62 constant F_CHKCLEAN (line 499) | F_CHKCLEAN = 0x29 constant F_DUPFD (line 500) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 501) | F_DUPFD_CLOEXEC = 0x43 constant F_FINDSIGS (line 502) | F_FINDSIGS = 0x4e constant F_FLUSH_DATA (line 503) | F_FLUSH_DATA = 0x28 constant F_FREEZE_FS (line 504) | F_FREEZE_FS = 0x35 constant F_FULLFSYNC (line 505) | F_FULLFSYNC = 0x33 constant F_GETCODEDIR (line 506) | F_GETCODEDIR = 0x48 constant F_GETFD (line 507) | F_GETFD = 0x1 constant F_GETFL (line 508) | F_GETFL = 0x3 constant F_GETLK (line 509) | F_GETLK = 0x7 constant F_GETLKPID (line 510) | F_GETLKPID = 0x42 constant F_GETNOSIGPIPE (line 511) | F_GETNOSIGPIPE = 0x4a constant F_GETOWN (line 512) | F_GETOWN = 0x5 constant F_GETPATH (line 513) | F_GETPATH = 0x32 constant F_GETPATH_MTMINFO (line 514) | F_GETPATH_MTMINFO = 0x47 constant F_GETPATH_NOFIRMLINK (line 515) | F_GETPATH_NOFIRMLINK = 0x66 constant F_GETPROTECTIONCLASS (line 516) | F_GETPROTECTIONCLASS = 0x3f constant F_GETPROTECTIONLEVEL (line 517) | F_GETPROTECTIONLEVEL = 0x4d constant F_GETSIGSINFO (line 518) | F_GETSIGSINFO = 0x69 constant F_GLOBAL_NOCACHE (line 519) | F_GLOBAL_NOCACHE = 0x37 constant F_LOG2PHYS (line 520) | F_LOG2PHYS = 0x31 constant F_LOG2PHYS_EXT (line 521) | F_LOG2PHYS_EXT = 0x41 constant F_NOCACHE (line 522) | F_NOCACHE = 0x30 constant F_NODIRECT (line 523) | F_NODIRECT = 0x3e constant F_OK (line 524) | F_OK = 0x0 constant F_PATHPKG_CHECK (line 525) | F_PATHPKG_CHECK = 0x34 constant F_PEOFPOSMODE (line 526) | F_PEOFPOSMODE = 0x3 constant F_PREALLOCATE (line 527) | F_PREALLOCATE = 0x2a constant F_PUNCHHOLE (line 528) | F_PUNCHHOLE = 0x63 constant F_RDADVISE (line 529) | F_RDADVISE = 0x2c constant F_RDAHEAD (line 530) | F_RDAHEAD = 0x2d constant F_RDLCK (line 531) | F_RDLCK = 0x1 constant F_SETBACKINGSTORE (line 532) | F_SETBACKINGSTORE = 0x46 constant F_SETFD (line 533) | F_SETFD = 0x2 constant F_SETFL (line 534) | F_SETFL = 0x4 constant F_SETLK (line 535) | F_SETLK = 0x8 constant F_SETLKW (line 536) | F_SETLKW = 0x9 constant F_SETLKWTIMEOUT (line 537) | F_SETLKWTIMEOUT = 0xa constant F_SETNOSIGPIPE (line 538) | F_SETNOSIGPIPE = 0x49 constant F_SETOWN (line 539) | F_SETOWN = 0x6 constant F_SETPROTECTIONCLASS (line 540) | F_SETPROTECTIONCLASS = 0x40 constant F_SETSIZE (line 541) | F_SETSIZE = 0x2b constant F_SINGLE_WRITER (line 542) | F_SINGLE_WRITER = 0x4c constant F_SPECULATIVE_READ (line 543) | F_SPECULATIVE_READ = 0x65 constant F_THAW_FS (line 544) | F_THAW_FS = 0x36 constant F_TRANSCODEKEY (line 545) | F_TRANSCODEKEY = 0x4b constant F_TRIM_ACTIVE_FILE (line 546) | F_TRIM_ACTIVE_FILE = 0x64 constant F_UNLCK (line 547) | F_UNLCK = 0x2 constant F_VOLPOSMODE (line 548) | F_VOLPOSMODE = 0x4 constant F_WRLCK (line 549) | F_WRLCK = 0x3 constant HUPCL (line 550) | HUPCL = 0x4000 constant HW_MACHINE (line 551) | HW_MACHINE = 0x1 constant ICANON (line 552) | ICANON = 0x100 constant ICMP6_FILTER (line 553) | ICMP6_FILTER = 0x12 constant ICRNL (line 554) | ICRNL = 0x100 constant IEXTEN (line 555) | IEXTEN = 0x400 constant IFF_ALLMULTI (line 556) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 557) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 558) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 559) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 560) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 561) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 562) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 563) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 564) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 565) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 566) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 567) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 568) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 569) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 570) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 571) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 572) | IFF_UP = 0x1 constant IFNAMSIZ (line 573) | IFNAMSIZ = 0x10 constant IFT_1822 (line 574) | IFT_1822 = 0x2 constant IFT_6LOWPAN (line 575) | IFT_6LOWPAN = 0x40 constant IFT_AAL5 (line 576) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 577) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 578) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 579) | IFT_ATM = 0x25 constant IFT_BRIDGE (line 580) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 581) | IFT_CARP = 0xf8 constant IFT_CELLULAR (line 582) | IFT_CELLULAR = 0xff constant IFT_CEPT (line 583) | IFT_CEPT = 0x13 constant IFT_DS3 (line 584) | IFT_DS3 = 0x1e constant IFT_ENC (line 585) | IFT_ENC = 0xf4 constant IFT_EON (line 586) | IFT_EON = 0x19 constant IFT_ETHER (line 587) | IFT_ETHER = 0x6 constant IFT_FAITH (line 588) | IFT_FAITH = 0x38 constant IFT_FDDI (line 589) | IFT_FDDI = 0xf constant IFT_FRELAY (line 590) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 591) | IFT_FRELAYDCE = 0x2c constant IFT_GIF (line 592) | IFT_GIF = 0x37 constant IFT_HDH1822 (line 593) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 594) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 595) | IFT_HSSI = 0x2e constant IFT_HY (line 596) | IFT_HY = 0xe constant IFT_IEEE1394 (line 597) | IFT_IEEE1394 = 0x90 constant IFT_IEEE8023ADLAG (line 598) | IFT_IEEE8023ADLAG = 0x88 constant IFT_ISDNBASIC (line 599) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 600) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 601) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 602) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 603) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 604) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 605) | IFT_ISO88026 = 0xa constant IFT_L2VLAN (line 606) | IFT_L2VLAN = 0x87 constant IFT_LAPB (line 607) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 608) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 609) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 610) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 611) | IFT_MODEM = 0x30 constant IFT_NSIP (line 612) | IFT_NSIP = 0x1b constant IFT_OTHER (line 613) | IFT_OTHER = 0x1 constant IFT_P10 (line 614) | IFT_P10 = 0xc constant IFT_P80 (line 615) | IFT_P80 = 0xd constant IFT_PARA (line 616) | IFT_PARA = 0x22 constant IFT_PDP (line 617) | IFT_PDP = 0xff constant IFT_PFLOG (line 618) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 619) | IFT_PFSYNC = 0xf6 constant IFT_PKTAP (line 620) | IFT_PKTAP = 0xfe constant IFT_PPP (line 621) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 622) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 623) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 624) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 625) | IFT_RS232 = 0x21 constant IFT_SDLC (line 626) | IFT_SDLC = 0x11 constant IFT_SIP (line 627) | IFT_SIP = 0x1f constant IFT_SLIP (line 628) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 629) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 630) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 631) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 632) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 633) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 634) | IFT_STARLAN = 0xb constant IFT_STF (line 635) | IFT_STF = 0x39 constant IFT_T1 (line 636) | IFT_T1 = 0x12 constant IFT_ULTRA (line 637) | IFT_ULTRA = 0x1d constant IFT_V35 (line 638) | IFT_V35 = 0x2d constant IFT_X25 (line 639) | IFT_X25 = 0x5 constant IFT_X25DDN (line 640) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 641) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 642) | IFT_XETHER = 0x1a constant IGNBRK (line 643) | IGNBRK = 0x1 constant IGNCR (line 644) | IGNCR = 0x80 constant IGNPAR (line 645) | IGNPAR = 0x4 constant IMAXBEL (line 646) | IMAXBEL = 0x2000 constant INLCR (line 647) | INLCR = 0x40 constant INPCK (line 648) | INPCK = 0x10 constant IN_CLASSA_HOST (line 649) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 650) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 651) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 652) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 653) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 654) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 655) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 656) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 657) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 658) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 659) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 660) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 661) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 662) | IN_CLASSD_NSHIFT = 0x1c constant IN_LINKLOCALNETNUM (line 663) | IN_LINKLOCALNETNUM = 0xa9fe0000 constant IN_LOOPBACKNET (line 664) | IN_LOOPBACKNET = 0x7f constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 665) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x400473d1 constant IPPROTO_3PC (line 666) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 667) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 668) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 669) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 670) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 671) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 672) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 673) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 674) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 675) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CFTP (line 676) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 677) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 678) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 679) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 680) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 681) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 682) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 683) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 684) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 685) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 686) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 687) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 688) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 689) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 690) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 691) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 692) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 693) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 694) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 695) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 696) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 697) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 698) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 699) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 700) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 701) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 702) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 703) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 704) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 705) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 706) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 707) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 708) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 709) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 710) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 711) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 712) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 713) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 714) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 715) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 716) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 717) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 718) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 719) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 720) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 721) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 722) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 723) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 724) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 725) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 726) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 727) | IPPROTO_MICP = 0x5f constant IPPROTO_MTP (line 728) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 729) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 730) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 731) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 732) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 733) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 734) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 735) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PGM (line 736) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 737) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 738) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 739) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 740) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 741) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 742) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 743) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 744) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 745) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 746) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 747) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 748) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 749) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 750) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 751) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 752) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 753) | IPPROTO_SEP = 0x21 constant IPPROTO_SRPC (line 754) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 755) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 756) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 757) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 758) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 759) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 760) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 761) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 762) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 763) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 764) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 765) | IPPROTO_UDP = 0x11 constant IPPROTO_VINES (line 766) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 767) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 768) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 769) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 770) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 771) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 772) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 773) | IPPROTO_XTP = 0x24 constant IPV6_2292DSTOPTS (line 774) | IPV6_2292DSTOPTS = 0x17 constant IPV6_2292HOPLIMIT (line 775) | IPV6_2292HOPLIMIT = 0x14 constant IPV6_2292HOPOPTS (line 776) | IPV6_2292HOPOPTS = 0x16 constant IPV6_2292NEXTHOP (line 777) | IPV6_2292NEXTHOP = 0x15 constant IPV6_2292PKTINFO (line 778) | IPV6_2292PKTINFO = 0x13 constant IPV6_2292PKTOPTIONS (line 779) | IPV6_2292PKTOPTIONS = 0x19 constant IPV6_2292RTHDR (line 780) | IPV6_2292RTHDR = 0x18 constant IPV6_3542DSTOPTS (line 781) | IPV6_3542DSTOPTS = 0x32 constant IPV6_3542HOPLIMIT (line 782) | IPV6_3542HOPLIMIT = 0x2f constant IPV6_3542HOPOPTS (line 783) | IPV6_3542HOPOPTS = 0x31 constant IPV6_3542NEXTHOP (line 784) | IPV6_3542NEXTHOP = 0x30 constant IPV6_3542PKTINFO (line 785) | IPV6_3542PKTINFO = 0x2e constant IPV6_3542RTHDR (line 786) | IPV6_3542RTHDR = 0x33 constant IPV6_ADDR_MC_FLAGS_PREFIX (line 787) | IPV6_ADDR_MC_FLAGS_PREFIX = 0x20 constant IPV6_ADDR_MC_FLAGS_TRANSIENT (line 788) | IPV6_ADDR_MC_FLAGS_TRANSIENT = 0x10 constant IPV6_ADDR_MC_FLAGS_UNICAST_BASED (line 789) | IPV6_ADDR_MC_FLAGS_UNICAST_BASED = 0x30 constant IPV6_AUTOFLOWLABEL (line 790) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 791) | IPV6_BINDV6ONLY = 0x1b constant IPV6_BOUND_IF (line 792) | IPV6_BOUND_IF = 0x7d constant IPV6_CHECKSUM (line 793) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 794) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 795) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 796) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 797) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 798) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 799) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 800) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 801) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOW_ECN_MASK (line 802) | IPV6_FLOW_ECN_MASK = 0x3000 constant IPV6_FRAGTTL (line 803) | IPV6_FRAGTTL = 0x3c constant IPV6_FW_ADD (line 804) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 805) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 806) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 807) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 808) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 809) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 810) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 811) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 812) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 813) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 814) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 815) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 816) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 817) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 818) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 819) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 820) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MIN_MEMBERSHIPS (line 821) | IPV6_MIN_MEMBERSHIPS = 0x1f constant IPV6_MMTU (line 822) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 823) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 824) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 825) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 826) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 827) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 828) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 829) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 830) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 831) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 832) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 833) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 834) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 835) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 836) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 837) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 838) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 839) | IPV6_RECVPKTINFO = 0x3d constant IPV6_RECVRTHDR (line 840) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 841) | IPV6_RECVTCLASS = 0x23 constant IPV6_RTHDR (line 842) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 843) | IPV6_RTHDRDSTOPTS = 0x39 constant IPV6_RTHDR_LOOSE (line 844) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 845) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 846) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 847) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 848) | IPV6_TCLASS = 0x24 constant IPV6_UNICAST_HOPS (line 849) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 850) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 851) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 852) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 853) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 854) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 855) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BLOCK_SOURCE (line 856) | IP_BLOCK_SOURCE = 0x48 constant IP_BOUND_IF (line 857) | IP_BOUND_IF = 0x19 constant IP_DEFAULT_MULTICAST_LOOP (line 858) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 859) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 860) | IP_DF = 0x4000 constant IP_DONTFRAG (line 861) | IP_DONTFRAG = 0x1c constant IP_DROP_MEMBERSHIP (line 862) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 863) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET_CONFIGURE (line 864) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 865) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 866) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 867) | IP_DUMMYNET_GET = 0x40 constant IP_FAITH (line 868) | IP_FAITH = 0x16 constant IP_FW_ADD (line 869) | IP_FW_ADD = 0x28 constant IP_FW_DEL (line 870) | IP_FW_DEL = 0x29 constant IP_FW_FLUSH (line 871) | IP_FW_FLUSH = 0x2a constant IP_FW_GET (line 872) | IP_FW_GET = 0x2c constant IP_FW_RESETLOG (line 873) | IP_FW_RESETLOG = 0x2d constant IP_FW_ZERO (line 874) | IP_FW_ZERO = 0x2b constant IP_HDRINCL (line 875) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 876) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 877) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 878) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 879) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 880) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 881) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 882) | IP_MF = 0x2000 constant IP_MIN_MEMBERSHIPS (line 883) | IP_MIN_MEMBERSHIPS = 0x1f constant IP_MSFILTER (line 884) | IP_MSFILTER = 0x4a constant IP_MSS (line 885) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 886) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_IFINDEX (line 887) | IP_MULTICAST_IFINDEX = 0x42 constant IP_MULTICAST_LOOP (line 888) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 889) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 890) | IP_MULTICAST_VIF = 0xe constant IP_NAT__XXX (line 891) | IP_NAT__XXX = 0x37 constant IP_OFFMASK (line 892) | IP_OFFMASK = 0x1fff constant IP_OLD_FW_ADD (line 893) | IP_OLD_FW_ADD = 0x32 constant IP_OLD_FW_DEL (line 894) | IP_OLD_FW_DEL = 0x33 constant IP_OLD_FW_FLUSH (line 895) | IP_OLD_FW_FLUSH = 0x34 constant IP_OLD_FW_GET (line 896) | IP_OLD_FW_GET = 0x36 constant IP_OLD_FW_RESETLOG (line 897) | IP_OLD_FW_RESETLOG = 0x38 constant IP_OLD_FW_ZERO (line 898) | IP_OLD_FW_ZERO = 0x35 constant IP_OPTIONS (line 899) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 900) | IP_PKTINFO = 0x1a constant IP_PORTRANGE (line 901) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 902) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 903) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 904) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 905) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 906) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 907) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 908) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 909) | IP_RECVRETOPTS = 0x6 constant IP_RECVTOS (line 910) | IP_RECVTOS = 0x1b constant IP_RECVTTL (line 911) | IP_RECVTTL = 0x18 constant IP_RETOPTS (line 912) | IP_RETOPTS = 0x8 constant IP_RF (line 913) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 914) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 915) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 916) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 917) | IP_RSVP_VIF_ON = 0x11 constant IP_STRIPHDR (line 918) | IP_STRIPHDR = 0x17 constant IP_TOS (line 919) | IP_TOS = 0x3 constant IP_TRAFFIC_MGT_BACKGROUND (line 920) | IP_TRAFFIC_MGT_BACKGROUND = 0x41 constant IP_TTL (line 921) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 922) | IP_UNBLOCK_SOURCE = 0x49 constant ISIG (line 923) | ISIG = 0x80 constant ISTRIP (line 924) | ISTRIP = 0x20 constant IUTF8 (line 925) | IUTF8 = 0x4000 constant IXANY (line 926) | IXANY = 0x800 constant IXOFF (line 927) | IXOFF = 0x400 constant IXON (line 928) | IXON = 0x200 constant KERN_HOSTNAME (line 929) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 930) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 931) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 932) | KERN_VERSION = 0x4 constant LOCAL_PEERCRED (line 933) | LOCAL_PEERCRED = 0x1 constant LOCAL_PEEREPID (line 934) | LOCAL_PEEREPID = 0x3 constant LOCAL_PEEREUUID (line 935) | LOCAL_PEEREUUID = 0x5 constant LOCAL_PEERPID (line 936) | LOCAL_PEERPID = 0x2 constant LOCAL_PEERTOKEN (line 937) | LOCAL_PEERTOKEN = 0x6 constant LOCAL_PEERUUID (line 938) | LOCAL_PEERUUID = 0x4 constant LOCK_EX (line 939) | LOCK_EX = 0x2 constant LOCK_NB (line 940) | LOCK_NB = 0x4 constant LOCK_SH (line 941) | LOCK_SH = 0x1 constant LOCK_UN (line 942) | LOCK_UN = 0x8 constant MADV_CAN_REUSE (line 943) | MADV_CAN_REUSE = 0x9 constant MADV_DONTNEED (line 944) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 945) | MADV_FREE = 0x5 constant MADV_FREE_REUSABLE (line 946) | MADV_FREE_REUSABLE = 0x7 constant MADV_FREE_REUSE (line 947) | MADV_FREE_REUSE = 0x8 constant MADV_NORMAL (line 948) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 949) | MADV_PAGEOUT = 0xa constant MADV_RANDOM (line 950) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 951) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 952) | MADV_WILLNEED = 0x3 constant MADV_ZERO_WIRED_PAGES (line 953) | MADV_ZERO_WIRED_PAGES = 0x6 constant MAP_32BIT (line 954) | MAP_32BIT = 0x8000 constant MAP_ANON (line 955) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 956) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 957) | MAP_COPY = 0x2 constant MAP_FILE (line 958) | MAP_FILE = 0x0 constant MAP_FIXED (line 959) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 960) | MAP_HASSEMAPHORE = 0x200 constant MAP_JIT (line 961) | MAP_JIT = 0x800 constant MAP_NOCACHE (line 962) | MAP_NOCACHE = 0x400 constant MAP_NOEXTEND (line 963) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 964) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 965) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 966) | MAP_RENAME = 0x20 constant MAP_RESERVED0080 (line 967) | MAP_RESERVED0080 = 0x80 constant MAP_RESILIENT_CODESIGN (line 968) | MAP_RESILIENT_CODESIGN = 0x2000 constant MAP_RESILIENT_MEDIA (line 969) | MAP_RESILIENT_MEDIA = 0x4000 constant MAP_SHARED (line 970) | MAP_SHARED = 0x1 constant MAP_TRANSLATED_ALLOW_EXECUTE (line 971) | MAP_TRANSLATED_ALLOW_EXECUTE = 0x20000 constant MAP_UNIX03 (line 972) | MAP_UNIX03 = 0x40000 constant MCAST_BLOCK_SOURCE (line 973) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 974) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 975) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 976) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 977) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 978) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 979) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 980) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 981) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 982) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 983) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 984) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 985) | MNT_AUTOMOUNTED = 0x400000 constant MNT_CMDFLAGS (line 986) | MNT_CMDFLAGS = 0xf0000 constant MNT_CPROTECT (line 987) | MNT_CPROTECT = 0x80 constant MNT_DEFWRITE (line 988) | MNT_DEFWRITE = 0x2000000 constant MNT_DONTBROWSE (line 989) | MNT_DONTBROWSE = 0x100000 constant MNT_DOVOLFS (line 990) | MNT_DOVOLFS = 0x8000 constant MNT_DWAIT (line 991) | MNT_DWAIT = 0x4 constant MNT_EXPORTED (line 992) | MNT_EXPORTED = 0x100 constant MNT_EXT_ROOT_DATA_VOL (line 993) | MNT_EXT_ROOT_DATA_VOL = 0x1 constant MNT_FORCE (line 994) | MNT_FORCE = 0x80000 constant MNT_IGNORE_OWNERSHIP (line 995) | MNT_IGNORE_OWNERSHIP = 0x200000 constant MNT_JOURNALED (line 996) | MNT_JOURNALED = 0x800000 constant MNT_LOCAL (line 997) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 998) | MNT_MULTILABEL = 0x4000000 constant MNT_NOATIME (line 999) | MNT_NOATIME = 0x10000000 constant MNT_NOBLOCK (line 1000) | MNT_NOBLOCK = 0x20000 constant MNT_NODEV (line 1001) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1002) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1003) | MNT_NOSUID = 0x8 constant MNT_NOUSERXATTR (line 1004) | MNT_NOUSERXATTR = 0x1000000 constant MNT_NOWAIT (line 1005) | MNT_NOWAIT = 0x2 constant MNT_QUARANTINE (line 1006) | MNT_QUARANTINE = 0x400 constant MNT_QUOTA (line 1007) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1008) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1009) | MNT_RELOAD = 0x40000 constant MNT_REMOVABLE (line 1010) | MNT_REMOVABLE = 0x200 constant MNT_ROOTFS (line 1011) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1012) | MNT_SNAPSHOT = 0x40000000 constant MNT_STRICTATIME (line 1013) | MNT_STRICTATIME = 0x80000000 constant MNT_SYNCHRONOUS (line 1014) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1015) | MNT_UNION = 0x20 constant MNT_UNKNOWNPERMISSIONS (line 1016) | MNT_UNKNOWNPERMISSIONS = 0x200000 constant MNT_UPDATE (line 1017) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1018) | MNT_VISFLAGMASK = 0xd7f0f7ff constant MNT_WAIT (line 1019) | MNT_WAIT = 0x1 constant MSG_CTRUNC (line 1020) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1021) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1022) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1023) | MSG_EOF = 0x100 constant MSG_EOR (line 1024) | MSG_EOR = 0x8 constant MSG_FLUSH (line 1025) | MSG_FLUSH = 0x400 constant MSG_HAVEMORE (line 1026) | MSG_HAVEMORE = 0x2000 constant MSG_HOLD (line 1027) | MSG_HOLD = 0x800 constant MSG_NEEDSA (line 1028) | MSG_NEEDSA = 0x10000 constant MSG_NOSIGNAL (line 1029) | MSG_NOSIGNAL = 0x80000 constant MSG_OOB (line 1030) | MSG_OOB = 0x1 constant MSG_PEEK (line 1031) | MSG_PEEK = 0x2 constant MSG_RCVMORE (line 1032) | MSG_RCVMORE = 0x4000 constant MSG_SEND (line 1033) | MSG_SEND = 0x1000 constant MSG_TRUNC (line 1034) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1035) | MSG_WAITALL = 0x40 constant MSG_WAITSTREAM (line 1036) | MSG_WAITSTREAM = 0x200 constant MS_ASYNC (line 1037) | MS_ASYNC = 0x1 constant MS_DEACTIVATE (line 1038) | MS_DEACTIVATE = 0x8 constant MS_INVALIDATE (line 1039) | MS_INVALIDATE = 0x2 constant MS_KILLPAGES (line 1040) | MS_KILLPAGES = 0x4 constant MS_SYNC (line 1041) | MS_SYNC = 0x10 constant NAME_MAX (line 1042) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1043) | NET_RT_DUMP = 0x1 constant NET_RT_DUMP2 (line 1044) | NET_RT_DUMP2 = 0x7 constant NET_RT_FLAGS (line 1045) | NET_RT_FLAGS = 0x2 constant NET_RT_FLAGS_PRIV (line 1046) | NET_RT_FLAGS_PRIV = 0xa constant NET_RT_IFLIST (line 1047) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLIST2 (line 1048) | NET_RT_IFLIST2 = 0x6 constant NET_RT_MAXID (line 1049) | NET_RT_MAXID = 0xb constant NET_RT_STAT (line 1050) | NET_RT_STAT = 0x4 constant NET_RT_TRASH (line 1051) | NET_RT_TRASH = 0x5 constant NFDBITS (line 1052) | NFDBITS = 0x20 constant NL0 (line 1053) | NL0 = 0x0 constant NL1 (line 1054) | NL1 = 0x100 constant NL2 (line 1055) | NL2 = 0x200 constant NL3 (line 1056) | NL3 = 0x300 constant NLDLY (line 1057) | NLDLY = 0x300 constant NOFLSH (line 1058) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1059) | NOKERNINFO = 0x2000000 constant NOTE_ABSOLUTE (line 1060) | NOTE_ABSOLUTE = 0x8 constant NOTE_ATTRIB (line 1061) | NOTE_ATTRIB = 0x8 constant NOTE_BACKGROUND (line 1062) | NOTE_BACKGROUND = 0x40 constant NOTE_CHILD (line 1063) | NOTE_CHILD = 0x4 constant NOTE_CRITICAL (line 1064) | NOTE_CRITICAL = 0x20 constant NOTE_DELETE (line 1065) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1066) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1067) | NOTE_EXIT = 0x80000000 constant NOTE_EXITSTATUS (line 1068) | NOTE_EXITSTATUS = 0x4000000 constant NOTE_EXIT_CSERROR (line 1069) | NOTE_EXIT_CSERROR = 0x40000 constant NOTE_EXIT_DECRYPTFAIL (line 1070) | NOTE_EXIT_DECRYPTFAIL = 0x10000 constant NOTE_EXIT_DETAIL (line 1071) | NOTE_EXIT_DETAIL = 0x2000000 constant NOTE_EXIT_DETAIL_MASK (line 1072) | NOTE_EXIT_DETAIL_MASK = 0x70000 constant NOTE_EXIT_MEMORY (line 1073) | NOTE_EXIT_MEMORY = 0x20000 constant NOTE_EXIT_REPARENTED (line 1074) | NOTE_EXIT_REPARENTED = 0x80000 constant NOTE_EXTEND (line 1075) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1076) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1077) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1078) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1079) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1080) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1081) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1082) | NOTE_FORK = 0x40000000 constant NOTE_FUNLOCK (line 1083) | NOTE_FUNLOCK = 0x100 constant NOTE_LEEWAY (line 1084) | NOTE_LEEWAY = 0x10 constant NOTE_LINK (line 1085) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1086) | NOTE_LOWAT = 0x1 constant NOTE_MACHTIME (line 1087) | NOTE_MACHTIME = 0x100 constant NOTE_MACH_CONTINUOUS_TIME (line 1088) | NOTE_MACH_CONTINUOUS_TIME = 0x80 constant NOTE_NONE (line 1089) | NOTE_NONE = 0x80 constant NOTE_NSECONDS (line 1090) | NOTE_NSECONDS = 0x4 constant NOTE_OOB (line 1091) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1092) | NOTE_PCTRLMASK = -0x100000 constant NOTE_PDATAMASK (line 1093) | NOTE_PDATAMASK = 0xfffff constant NOTE_REAP (line 1094) | NOTE_REAP = 0x10000000 constant NOTE_RENAME (line 1095) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1096) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1097) | NOTE_SECONDS = 0x1 constant NOTE_SIGNAL (line 1098) | NOTE_SIGNAL = 0x8000000 constant NOTE_TRACK (line 1099) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1100) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1101) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1102) | NOTE_USECONDS = 0x2 constant NOTE_VM_ERROR (line 1103) | NOTE_VM_ERROR = 0x10000000 constant NOTE_VM_PRESSURE (line 1104) | NOTE_VM_PRESSURE = 0x80000000 constant NOTE_VM_PRESSURE_SUDDEN_TERMINATE (line 1105) | NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000 constant NOTE_VM_PRESSURE_TERMINATE (line 1106) | NOTE_VM_PRESSURE_TERMINATE = 0x40000000 constant NOTE_WRITE (line 1107) | NOTE_WRITE = 0x2 constant OCRNL (line 1108) | OCRNL = 0x10 constant OFDEL (line 1109) | OFDEL = 0x20000 constant OFILL (line 1110) | OFILL = 0x80 constant ONLCR (line 1111) | ONLCR = 0x2 constant ONLRET (line 1112) | ONLRET = 0x40 constant ONOCR (line 1113) | ONOCR = 0x20 constant ONOEOT (line 1114) | ONOEOT = 0x8 constant OPOST (line 1115) | OPOST = 0x1 constant OXTABS (line 1116) | OXTABS = 0x4 constant O_ACCMODE (line 1117) | O_ACCMODE = 0x3 constant O_ALERT (line 1118) | O_ALERT = 0x20000000 constant O_APPEND (line 1119) | O_APPEND = 0x8 constant O_ASYNC (line 1120) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1121) | O_CLOEXEC = 0x1000000 constant O_CREAT (line 1122) | O_CREAT = 0x200 constant O_DIRECTORY (line 1123) | O_DIRECTORY = 0x100000 constant O_DP_GETRAWENCRYPTED (line 1124) | O_DP_GETRAWENCRYPTED = 0x1 constant O_DP_GETRAWUNENCRYPTED (line 1125) | O_DP_GETRAWUNENCRYPTED = 0x2 constant O_DSYNC (line 1126) | O_DSYNC = 0x400000 constant O_EVTONLY (line 1127) | O_EVTONLY = 0x8000 constant O_EXCL (line 1128) | O_EXCL = 0x800 constant O_EXLOCK (line 1129) | O_EXLOCK = 0x20 constant O_FSYNC (line 1130) | O_FSYNC = 0x80 constant O_NDELAY (line 1131) | O_NDELAY = 0x4 constant O_NOCTTY (line 1132) | O_NOCTTY = 0x20000 constant O_NOFOLLOW (line 1133) | O_NOFOLLOW = 0x100 constant O_NOFOLLOW_ANY (line 1134) | O_NOFOLLOW_ANY = 0x20000000 constant O_NONBLOCK (line 1135) | O_NONBLOCK = 0x4 constant O_POPUP (line 1136) | O_POPUP = 0x80000000 constant O_RDONLY (line 1137) | O_RDONLY = 0x0 constant O_RDWR (line 1138) | O_RDWR = 0x2 constant O_SHLOCK (line 1139) | O_SHLOCK = 0x10 constant O_SYMLINK (line 1140) | O_SYMLINK = 0x200000 constant O_SYNC (line 1141) | O_SYNC = 0x80 constant O_TRUNC (line 1142) | O_TRUNC = 0x400 constant O_WRONLY (line 1143) | O_WRONLY = 0x1 constant PARENB (line 1144) | PARENB = 0x1000 constant PARMRK (line 1145) | PARMRK = 0x8 constant PARODD (line 1146) | PARODD = 0x2000 constant PENDIN (line 1147) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1148) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1149) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1150) | PRIO_USER = 0x2 constant PROT_EXEC (line 1151) | PROT_EXEC = 0x4 constant PROT_NONE (line 1152) | PROT_NONE = 0x0 constant PROT_READ (line 1153) | PROT_READ = 0x1 constant PROT_WRITE (line 1154) | PROT_WRITE = 0x2 constant PT_ATTACH (line 1155) | PT_ATTACH = 0xa constant PT_ATTACHEXC (line 1156) | PT_ATTACHEXC = 0xe constant PT_CONTINUE (line 1157) | PT_CONTINUE = 0x7 constant PT_DENY_ATTACH (line 1158) | PT_DENY_ATTACH = 0x1f constant PT_DETACH (line 1159) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1160) | PT_FIRSTMACH = 0x20 constant PT_FORCEQUOTA (line 1161) | PT_FORCEQUOTA = 0x1e constant PT_KILL (line 1162) | PT_KILL = 0x8 constant PT_READ_D (line 1163) | PT_READ_D = 0x2 constant PT_READ_I (line 1164) | PT_READ_I = 0x1 constant PT_READ_U (line 1165) | PT_READ_U = 0x3 constant PT_SIGEXC (line 1166) | PT_SIGEXC = 0xc constant PT_STEP (line 1167) | PT_STEP = 0x9 constant PT_THUPDATE (line 1168) | PT_THUPDATE = 0xd constant PT_TRACE_ME (line 1169) | PT_TRACE_ME = 0x0 constant PT_WRITE_D (line 1170) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1171) | PT_WRITE_I = 0x4 constant PT_WRITE_U (line 1172) | PT_WRITE_U = 0x6 constant RLIMIT_AS (line 1173) | RLIMIT_AS = 0x5 constant RLIMIT_CORE (line 1174) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1175) | RLIMIT_CPU = 0x0 constant RLIMIT_CPU_USAGE_MONITOR (line 1176) | RLIMIT_CPU_USAGE_MONITOR = 0x2 constant RLIMIT_DATA (line 1177) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1178) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1179) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1180) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1181) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1182) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1183) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1184) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1185) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1186) | RTAX_BRD = 0x7 constant RTAX_DST (line 1187) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1188) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1189) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1190) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1191) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1192) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1193) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1194) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1195) | RTA_BRD = 0x80 constant RTA_DST (line 1196) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1197) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1198) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1199) | RTA_IFA = 0x20 constant RTA_IFP (line 1200) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1201) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1202) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1203) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1204) | RTF_CLONING = 0x100 constant RTF_CONDEMNED (line 1205) | RTF_CONDEMNED = 0x2000000 constant RTF_DEAD (line 1206) | RTF_DEAD = 0x20000000 constant RTF_DELCLONE (line 1207) | RTF_DELCLONE = 0x80 constant RTF_DONE (line 1208) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1209) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1210) | RTF_GATEWAY = 0x2 constant RTF_GLOBAL (line 1211) | RTF_GLOBAL = 0x40000000 constant RTF_HOST (line 1212) | RTF_HOST = 0x4 constant RTF_IFREF (line 1213) | RTF_IFREF = 0x4000000 constant RTF_IFSCOPE (line 1214) | RTF_IFSCOPE = 0x1000000 constant RTF_LLDATA (line 1215) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1216) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1217) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1218) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1219) | RTF_MULTICAST = 0x800000 constant RTF_NOIFREF (line 1220) | RTF_NOIFREF = 0x2000 constant RTF_PINNED (line 1221) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1222) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1223) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1224) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1225) | RTF_PROTO3 = 0x40000 constant RTF_PROXY (line 1226) | RTF_PROXY = 0x8000000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_ROUTER (line 1228) | RTF_ROUTER = 0x10000000 constant RTF_STATIC (line 1229) | RTF_STATIC = 0x800 constant RTF_UP (line 1230) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1231) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1232) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1233) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1235) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1236) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1237) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1238) | RTM_GET = 0x4 constant RTM_GET2 (line 1239) | RTM_GET2 = 0x14 constant RTM_IFINFO (line 1240) | RTM_IFINFO = 0xe constant RTM_IFINFO2 (line 1241) | RTM_IFINFO2 = 0x12 constant RTM_LOCK (line 1242) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MISS (line 1244) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1245) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1246) | RTM_NEWMADDR = 0xf constant RTM_NEWMADDR2 (line 1247) | RTM_NEWMADDR2 = 0x13 constant RTM_OLDADD (line 1248) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1249) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 1250) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1251) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1252) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1253) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1254) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1255) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1256) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1257) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1258) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1259) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1260) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1261) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1262) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1263) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1264) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1265) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1266) | SCM_TIMESTAMP = 0x2 constant SCM_TIMESTAMP_MONOTONIC (line 1267) | SCM_TIMESTAMP_MONOTONIC = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1269) | SEEK_DATA = 0x4 constant SEEK_END (line 1270) | SEEK_END = 0x2 constant SEEK_HOLE (line 1271) | SEEK_HOLE = 0x3 constant SEEK_SET (line 1272) | SEEK_SET = 0x0 constant SF_APPEND (line 1273) | SF_APPEND = 0x40000 constant SF_ARCHIVED (line 1274) | SF_ARCHIVED = 0x10000 constant SF_DATALESS (line 1275) | SF_DATALESS = 0x40000000 constant SF_FIRMLINK (line 1276) | SF_FIRMLINK = 0x800000 constant SF_IMMUTABLE (line 1277) | SF_IMMUTABLE = 0x20000 constant SF_NOUNLINK (line 1278) | SF_NOUNLINK = 0x100000 constant SF_RESTRICTED (line 1279) | SF_RESTRICTED = 0x80000 constant SF_SETTABLE (line 1280) | SF_SETTABLE = 0x3fff0000 constant SF_SUPPORTED (line 1281) | SF_SUPPORTED = 0x9f0000 constant SF_SYNTHETIC (line 1282) | SF_SYNTHETIC = 0xc0000000 constant SHUT_RD (line 1283) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1284) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1285) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1286) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1287) | SIOCAIFADDR = 0x8040691a constant SIOCARPIPLL (line 1288) | SIOCARPIPLL = 0xc0206928 constant SIOCATMARK (line 1289) | SIOCATMARK = 0x40047307 constant SIOCAUTOADDR (line 1290) | SIOCAUTOADDR = 0xc0206926 constant SIOCAUTONETMASK (line 1291) | SIOCAUTONETMASK = 0x80206927 constant SIOCDELMULTI (line 1292) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1293) | SIOCDIFADDR = 0x80206919 constant SIOCDIFPHYADDR (line 1294) | SIOCDIFPHYADDR = 0x80206941 constant SIOCGDRVSPEC (line 1295) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETVLAN (line 1296) | SIOCGETVLAN = 0xc020697f constant SIOCGHIWAT (line 1297) | SIOCGHIWAT = 0x40047301 constant SIOCGIF6LOWPAN (line 1298) | SIOCGIF6LOWPAN = 0xc02069c5 constant SIOCGIFADDR (line 1299) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALTMTU (line 1300) | SIOCGIFALTMTU = 0xc0206948 constant SIOCGIFASYNCMAP (line 1301) | SIOCGIFASYNCMAP = 0xc020697c constant SIOCGIFBOND (line 1302) | SIOCGIFBOND = 0xc0206947 constant SIOCGIFBRDADDR (line 1303) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1304) | SIOCGIFCAP = 0xc020695b constant SIOCGIFCONF (line 1305) | SIOCGIFCONF = 0xc00c6924 constant SIOCGIFDEVMTU (line 1306) | SIOCGIFDEVMTU = 0xc0206944 constant SIOCGIFDSTADDR (line 1307) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1308) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFFUNCTIONALTYPE (line 1309) | SIOCGIFFUNCTIONALTYPE = 0xc02069ad constant SIOCGIFGENERIC (line 1310) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFKPI (line 1311) | SIOCGIFKPI = 0xc0206987 constant SIOCGIFMAC (line 1312) | SIOCGIFMAC = 0xc0206982 constant SIOCGIFMEDIA (line 1313) | SIOCGIFMEDIA = 0xc02c6938 constant SIOCGIFMETRIC (line 1314) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1315) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1316) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1317) | SIOCGIFPDSTADDR = 0xc0206940 constant SIOCGIFPHYS (line 1318) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1319) | SIOCGIFPSRCADDR = 0xc020693f constant SIOCGIFSTATUS (line 1320) | SIOCGIFSTATUS = 0xc331693d constant SIOCGIFVLAN (line 1321) | SIOCGIFVLAN = 0xc020697f constant SIOCGIFWAKEFLAGS (line 1322) | SIOCGIFWAKEFLAGS = 0xc0206988 constant SIOCGIFXMEDIA (line 1323) | SIOCGIFXMEDIA = 0xc02c6948 constant SIOCGLOWAT (line 1324) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1325) | SIOCGPGRP = 0x40047309 constant SIOCIFCREATE (line 1326) | SIOCIFCREATE = 0xc0206978 constant SIOCIFCREATE2 (line 1327) | SIOCIFCREATE2 = 0xc020697a constant SIOCIFDESTROY (line 1328) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1329) | SIOCIFGCLONERS = 0xc0106981 constant SIOCRSLVMULTI (line 1330) | SIOCRSLVMULTI = 0xc010693b constant SIOCSDRVSPEC (line 1331) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETVLAN (line 1332) | SIOCSETVLAN = 0x8020697e constant SIOCSHIWAT (line 1333) | SIOCSHIWAT = 0x80047300 constant SIOCSIF6LOWPAN (line 1334) | SIOCSIF6LOWPAN = 0x802069c4 constant SIOCSIFADDR (line 1335) | SIOCSIFADDR = 0x8020690c constant SIOCSIFALTMTU (line 1336) | SIOCSIFALTMTU = 0x80206945 constant SIOCSIFASYNCMAP (line 1337) | SIOCSIFASYNCMAP = 0x8020697d constant SIOCSIFBOND (line 1338) | SIOCSIFBOND = 0x80206946 constant SIOCSIFBRDADDR (line 1339) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1340) | SIOCSIFCAP = 0x8020695a constant SIOCSIFDSTADDR (line 1341) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1342) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1343) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFKPI (line 1344) | SIOCSIFKPI = 0x80206986 constant SIOCSIFLLADDR (line 1345) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1346) | SIOCSIFMAC = 0x80206983 constant SIOCSIFMEDIA (line 1347) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1348) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1349) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNETMASK (line 1350) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1351) | SIOCSIFPHYADDR = 0x8040693e constant SIOCSIFPHYS (line 1352) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFVLAN (line 1353) | SIOCSIFVLAN = 0x8020697e constant SIOCSLOWAT (line 1354) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1355) | SIOCSPGRP = 0x80047308 constant SOCK_DGRAM (line 1356) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1357) | SOCK_MAXADDRLEN = 0xff constant SOCK_RAW (line 1358) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1359) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1360) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1361) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1362) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1363) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1364) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1365) | SO_ACCEPTCONN = 0x2 constant SO_BROADCAST (line 1366) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1367) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1368) | SO_DONTROUTE = 0x10 constant SO_DONTTRUNC (line 1369) | SO_DONTTRUNC = 0x2000 constant SO_ERROR (line 1370) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1371) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1372) | SO_LABEL = 0x1010 constant SO_LINGER (line 1373) | SO_LINGER = 0x80 constant SO_LINGER_SEC (line 1374) | SO_LINGER_SEC = 0x1080 constant SO_NETSVC_MARKING_LEVEL (line 1375) | SO_NETSVC_MARKING_LEVEL = 0x1119 constant SO_NET_SERVICE_TYPE (line 1376) | SO_NET_SERVICE_TYPE = 0x1116 constant SO_NKE (line 1377) | SO_NKE = 0x1021 constant SO_NOADDRERR (line 1378) | SO_NOADDRERR = 0x1023 constant SO_NOSIGPIPE (line 1379) | SO_NOSIGPIPE = 0x1022 constant SO_NOTIFYCONFLICT (line 1380) | SO_NOTIFYCONFLICT = 0x1026 constant SO_NP_EXTENSIONS (line 1381) | SO_NP_EXTENSIONS = 0x1083 constant SO_NREAD (line 1382) | SO_NREAD = 0x1020 constant SO_NUMRCVPKT (line 1383) | SO_NUMRCVPKT = 0x1112 constant SO_NWRITE (line 1384) | SO_NWRITE = 0x1024 constant SO_OOBINLINE (line 1385) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1386) | SO_PEERLABEL = 0x1011 constant SO_RANDOMPORT (line 1387) | SO_RANDOMPORT = 0x1082 constant SO_RCVBUF (line 1388) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1389) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1390) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1391) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1392) | SO_REUSEPORT = 0x200 constant SO_REUSESHAREUID (line 1393) | SO_REUSESHAREUID = 0x1025 constant SO_SNDBUF (line 1394) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1395) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1396) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1397) | SO_TIMESTAMP = 0x400 constant SO_TIMESTAMP_MONOTONIC (line 1398) | SO_TIMESTAMP_MONOTONIC = 0x800 constant SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED (line 1399) | SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED = 0x1 constant SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT (line 1400) | SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4 constant SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER (line 1401) | SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER = 0x2 constant SO_TRACKER_TRANSPARENCY_VERSION (line 1402) | SO_TRACKER_TRANSPARENCY_VERSION = 0x3 constant SO_TYPE (line 1403) | SO_TYPE = 0x1008 constant SO_UPCALLCLOSEWAIT (line 1404) | SO_UPCALLCLOSEWAIT = 0x1027 constant SO_USELOOPBACK (line 1405) | SO_USELOOPBACK = 0x40 constant SO_WANTMORE (line 1406) | SO_WANTMORE = 0x4000 constant SO_WANTOOBFLAG (line 1407) | SO_WANTOOBFLAG = 0x8000 constant S_IEXEC (line 1408) | S_IEXEC = 0x40 constant S_IFBLK (line 1409) | S_IFBLK = 0x6000 constant S_IFCHR (line 1410) | S_IFCHR = 0x2000 constant S_IFDIR (line 1411) | S_IFDIR = 0x4000 constant S_IFIFO (line 1412) | S_IFIFO = 0x1000 constant S_IFLNK (line 1413) | S_IFLNK = 0xa000 constant S_IFMT (line 1414) | S_IFMT = 0xf000 constant S_IFREG (line 1415) | S_IFREG = 0x8000 constant S_IFSOCK (line 1416) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1417) | S_IFWHT = 0xe000 constant S_IREAD (line 1418) | S_IREAD = 0x100 constant S_IRGRP (line 1419) | S_IRGRP = 0x20 constant S_IROTH (line 1420) | S_IROTH = 0x4 constant S_IRUSR (line 1421) | S_IRUSR = 0x100 constant S_IRWXG (line 1422) | S_IRWXG = 0x38 constant S_IRWXO (line 1423) | S_IRWXO = 0x7 constant S_IRWXU (line 1424) | S_IRWXU = 0x1c0 constant S_ISGID (line 1425) | S_ISGID = 0x400 constant S_ISTXT (line 1426) | S_ISTXT = 0x200 constant S_ISUID (line 1427) | S_ISUID = 0x800 constant S_ISVTX (line 1428) | S_ISVTX = 0x200 constant S_IWGRP (line 1429) | S_IWGRP = 0x10 constant S_IWOTH (line 1430) | S_IWOTH = 0x2 constant S_IWRITE (line 1431) | S_IWRITE = 0x80 constant S_IWUSR (line 1432) | S_IWUSR = 0x80 constant S_IXGRP (line 1433) | S_IXGRP = 0x8 constant S_IXOTH (line 1434) | S_IXOTH = 0x1 constant S_IXUSR (line 1435) | S_IXUSR = 0x40 constant TAB0 (line 1436) | TAB0 = 0x0 constant TAB1 (line 1437) | TAB1 = 0x400 constant TAB2 (line 1438) | TAB2 = 0x800 constant TAB3 (line 1439) | TAB3 = 0x4 constant TABDLY (line 1440) | TABDLY = 0xc04 constant TCIFLUSH (line 1441) | TCIFLUSH = 0x1 constant TCIOFF (line 1442) | TCIOFF = 0x3 constant TCIOFLUSH (line 1443) | TCIOFLUSH = 0x3 constant TCION (line 1444) | TCION = 0x4 constant TCOFLUSH (line 1445) | TCOFLUSH = 0x2 constant TCOOFF (line 1446) | TCOOFF = 0x1 constant TCOON (line 1447) | TCOON = 0x2 constant TCPOPT_CC (line 1448) | TCPOPT_CC = 0xb constant TCPOPT_CCECHO (line 1449) | TCPOPT_CCECHO = 0xd constant TCPOPT_CCNEW (line 1450) | TCPOPT_CCNEW = 0xc constant TCPOPT_EOL (line 1451) | TCPOPT_EOL = 0x0 constant TCPOPT_FASTOPEN (line 1452) | TCPOPT_FASTOPEN = 0x22 constant TCPOPT_MAXSEG (line 1453) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1454) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1455) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1456) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1457) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1458) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1459) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1460) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1461) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1462) | TCPOPT_WINDOW = 0x3 constant TCP_CONNECTIONTIMEOUT (line 1463) | TCP_CONNECTIONTIMEOUT = 0x20 constant TCP_CONNECTION_INFO (line 1464) | TCP_CONNECTION_INFO = 0x106 constant TCP_ENABLE_ECN (line 1465) | TCP_ENABLE_ECN = 0x104 constant TCP_FASTOPEN (line 1466) | TCP_FASTOPEN = 0x105 constant TCP_KEEPALIVE (line 1467) | TCP_KEEPALIVE = 0x10 constant TCP_KEEPCNT (line 1468) | TCP_KEEPCNT = 0x102 constant TCP_KEEPINTVL (line 1469) | TCP_KEEPINTVL = 0x101 constant TCP_MAXHLEN (line 1470) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1471) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1472) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1473) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1474) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1475) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1476) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1477) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1478) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1479) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1480) | TCP_NOPUSH = 0x4 constant TCP_NOTSENT_LOWAT (line 1481) | TCP_NOTSENT_LOWAT = 0x201 constant TCP_RXT_CONNDROPTIME (line 1482) | TCP_RXT_CONNDROPTIME = 0x80 constant TCP_RXT_FINDROP (line 1483) | TCP_RXT_FINDROP = 0x100 constant TCP_SENDMOREACKS (line 1484) | TCP_SENDMOREACKS = 0x103 constant TCSAFLUSH (line 1485) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1486) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1487) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1488) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1489) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1490) | TIOCDRAIN = 0x2000745e constant TIOCDSIMICROCODE (line 1491) | TIOCDSIMICROCODE = 0x20007455 constant TIOCEXCL (line 1492) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1493) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1494) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1495) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1496) | TIOCGETA = 0x40487413 constant TIOCGETD (line 1497) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1498) | TIOCGPGRP = 0x40047477 constant TIOCGWINSZ (line 1499) | TIOCGWINSZ = 0x40087468 constant TIOCIXOFF (line 1500) | TIOCIXOFF = 0x20007480 constant TIOCIXON (line 1501) | TIOCIXON = 0x20007481 constant TIOCMBIC (line 1502) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1503) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1504) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1505) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1506) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1507) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1508) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1509) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1510) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1511) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1512) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1513) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1514) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1515) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1516) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1517) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1518) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1519) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1520) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1521) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1522) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1523) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1524) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1525) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1526) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1527) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1528) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1529) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1530) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1531) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1532) | TIOCPKT_STOP = 0x4 constant TIOCPTYGNAME (line 1533) | TIOCPTYGNAME = 0x40807453 constant TIOCPTYGRANT (line 1534) | TIOCPTYGRANT = 0x20007454 constant TIOCPTYUNLK (line 1535) | TIOCPTYUNLK = 0x20007452 constant TIOCREMOTE (line 1536) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1537) | TIOCSBRK = 0x2000747b constant TIOCSCONS (line 1538) | TIOCSCONS = 0x20007463 constant TIOCSCTTY (line 1539) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1540) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1541) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1542) | TIOCSETA = 0x80487414 constant TIOCSETAF (line 1543) | TIOCSETAF = 0x80487416 constant TIOCSETAW (line 1544) | TIOCSETAW = 0x80487415 constant TIOCSETD (line 1545) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1546) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1547) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1548) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1549) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1550) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1551) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1552) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1553) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1554) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1555) | TOSTOP = 0x400000 constant UF_APPEND (line 1556) | UF_APPEND = 0x4 constant UF_COMPRESSED (line 1557) | UF_COMPRESSED = 0x20 constant UF_DATAVAULT (line 1558) | UF_DATAVAULT = 0x80 constant UF_HIDDEN (line 1559) | UF_HIDDEN = 0x8000 constant UF_IMMUTABLE (line 1560) | UF_IMMUTABLE = 0x2 constant UF_NODUMP (line 1561) | UF_NODUMP = 0x1 constant UF_OPAQUE (line 1562) | UF_OPAQUE = 0x8 constant UF_SETTABLE (line 1563) | UF_SETTABLE = 0xffff constant UF_TRACKED (line 1564) | UF_TRACKED = 0x40 constant VDISCARD (line 1565) | VDISCARD = 0xf constant VDSUSP (line 1566) | VDSUSP = 0xb constant VEOF (line 1567) | VEOF = 0x0 constant VEOL (line 1568) | VEOL = 0x1 constant VEOL2 (line 1569) | VEOL2 = 0x2 constant VERASE (line 1570) | VERASE = 0x3 constant VINTR (line 1571) | VINTR = 0x8 constant VKILL (line 1572) | VKILL = 0x5 constant VLNEXT (line 1573) | VLNEXT = 0xe constant VMADDR_CID_ANY (line 1574) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 1575) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 1576) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_RESERVED (line 1577) | VMADDR_CID_RESERVED = 0x1 constant VMADDR_PORT_ANY (line 1578) | VMADDR_PORT_ANY = 0xffffffff constant VMIN (line 1579) | VMIN = 0x10 constant VM_LOADAVG (line 1580) | VM_LOADAVG = 0x2 constant VM_MACHFACTOR (line 1581) | VM_MACHFACTOR = 0x4 constant VM_MAXID (line 1582) | VM_MAXID = 0x6 constant VM_METER (line 1583) | VM_METER = 0x1 constant VM_SWAPUSAGE (line 1584) | VM_SWAPUSAGE = 0x5 constant VQUIT (line 1585) | VQUIT = 0x9 constant VREPRINT (line 1586) | VREPRINT = 0x6 constant VSTART (line 1587) | VSTART = 0xc constant VSTATUS (line 1588) | VSTATUS = 0x12 constant VSTOP (line 1589) | VSTOP = 0xd constant VSUSP (line 1590) | VSUSP = 0xa constant VT0 (line 1591) | VT0 = 0x0 constant VT1 (line 1592) | VT1 = 0x10000 constant VTDLY (line 1593) | VTDLY = 0x10000 constant VTIME (line 1594) | VTIME = 0x11 constant VWERASE (line 1595) | VWERASE = 0x4 constant WCONTINUED (line 1596) | WCONTINUED = 0x10 constant WCOREFLAG (line 1597) | WCOREFLAG = 0x80 constant WEXITED (line 1598) | WEXITED = 0x4 constant WNOHANG (line 1599) | WNOHANG = 0x1 constant WNOWAIT (line 1600) | WNOWAIT = 0x20 constant WORDSIZE (line 1601) | WORDSIZE = 0x40 constant WSTOPPED (line 1602) | WSTOPPED = 0x8 constant WUNTRACED (line 1603) | WUNTRACED = 0x2 constant XATTR_CREATE (line 1604) | XATTR_CREATE = 0x2 constant XATTR_NODEFAULT (line 1605) | XATTR_NODEFAULT = 0x10 constant XATTR_NOFOLLOW (line 1606) | XATTR_NOFOLLOW = 0x1 constant XATTR_NOSECURITY (line 1607) | XATTR_NOSECURITY = 0x8 constant XATTR_REPLACE (line 1608) | XATTR_REPLACE = 0x4 constant XATTR_SHOWCOMPRESSION (line 1609) | XATTR_SHOWCOMPRESSION = 0x20 constant E2BIG (line 1614) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1615) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1616) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1617) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1618) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1619) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1620) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1621) | EAUTH = syscall.Errno(0x50) constant EBADARCH (line 1622) | EBADARCH = syscall.Errno(0x56) constant EBADEXEC (line 1623) | EBADEXEC = syscall.Errno(0x55) constant EBADF (line 1624) | EBADF = syscall.Errno(0x9) constant EBADMACHO (line 1625) | EBADMACHO = syscall.Errno(0x58) constant EBADMSG (line 1626) | EBADMSG = syscall.Errno(0x5e) constant EBADRPC (line 1627) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1628) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1629) | ECANCELED = syscall.Errno(0x59) constant ECHILD (line 1630) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1631) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1632) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1633) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1634) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1635) | EDESTADDRREQ = syscall.Errno(0x27) constant EDEVERR (line 1636) | EDEVERR = syscall.Errno(0x53) constant EDOM (line 1637) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1638) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1639) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1640) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1641) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1642) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1643) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1644) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1645) | EIDRM = syscall.Errno(0x5a) constant EILSEQ (line 1646) | EILSEQ = syscall.Errno(0x5c) constant EINPROGRESS (line 1647) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1648) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1649) | EINVAL = syscall.Errno(0x16) constant EIO (line 1650) | EIO = syscall.Errno(0x5) constant EISCONN (line 1651) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1652) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1653) | ELAST = syscall.Errno(0x6a) constant ELOOP (line 1654) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1655) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1656) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1657) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1658) | EMULTIHOP = syscall.Errno(0x5f) constant ENAMETOOLONG (line 1659) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1660) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1661) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1662) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1663) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1664) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1665) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1666) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1667) | ENODATA = syscall.Errno(0x60) constant ENODEV (line 1668) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1669) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1670) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1671) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1672) | ENOLINK = syscall.Errno(0x61) constant ENOMEM (line 1673) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1674) | ENOMSG = syscall.Errno(0x5b) constant ENOPOLICY (line 1675) | ENOPOLICY = syscall.Errno(0x67) constant ENOPROTOOPT (line 1676) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1677) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1678) | ENOSR = syscall.Errno(0x62) constant ENOSTR (line 1679) | ENOSTR = syscall.Errno(0x63) constant ENOSYS (line 1680) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1681) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1682) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1683) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1684) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1685) | ENOTRECOVERABLE = syscall.Errno(0x68) constant ENOTSOCK (line 1686) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1687) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1688) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1689) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1690) | EOPNOTSUPP = syscall.Errno(0x66) constant EOVERFLOW (line 1691) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1692) | EOWNERDEAD = syscall.Errno(0x69) constant EPERM (line 1693) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1694) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1695) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1696) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1697) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1698) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1699) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1700) | EPROTO = syscall.Errno(0x64) constant EPROTONOSUPPORT (line 1701) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1702) | EPROTOTYPE = syscall.Errno(0x29) constant EPWROFF (line 1703) | EPWROFF = syscall.Errno(0x52) constant EQFULL (line 1704) | EQFULL = syscall.Errno(0x6a) constant ERANGE (line 1705) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1706) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1707) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1708) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHLIBVERS (line 1709) | ESHLIBVERS = syscall.Errno(0x57) constant ESHUTDOWN (line 1710) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1711) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1712) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1713) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1714) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1715) | ETIME = syscall.Errno(0x65) constant ETIMEDOUT (line 1716) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1717) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1718) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1719) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1720) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1721) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1726) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1727) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1728) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1729) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1730) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1731) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1732) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1733) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1734) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1735) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1736) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1737) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1738) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1739) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1740) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1741) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1742) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1743) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1744) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1745) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1746) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1747) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1748) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1749) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1750) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1751) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1752) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1753) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1754) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1755) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1756) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1757) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_CCITT (line 16) | AF_CCITT = 0xa constant AF_CHAOS (line 17) | AF_CHAOS = 0x5 constant AF_CNT (line 18) | AF_CNT = 0x15 constant AF_COIP (line 19) | AF_COIP = 0x14 constant AF_DATAKIT (line 20) | AF_DATAKIT = 0x9 constant AF_DECnet (line 21) | AF_DECnet = 0xc constant AF_DLI (line 22) | AF_DLI = 0xd constant AF_E164 (line 23) | AF_E164 = 0x1c constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_HYLINK (line 25) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 26) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x1e constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1c constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_LAT (line 33) | AF_LAT = 0xe constant AF_LINK (line 34) | AF_LINK = 0x12 constant AF_LOCAL (line 35) | AF_LOCAL = 0x1 constant AF_MAX (line 36) | AF_MAX = 0x29 constant AF_NATM (line 37) | AF_NATM = 0x1f constant AF_NDRV (line 38) | AF_NDRV = 0x1b constant AF_NETBIOS (line 39) | AF_NETBIOS = 0x21 constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PPP (line 42) | AF_PPP = 0x22 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_RESERVED_36 (line 44) | AF_RESERVED_36 = 0x24 constant AF_ROUTE (line 45) | AF_ROUTE = 0x11 constant AF_SIP (line 46) | AF_SIP = 0x18 constant AF_SNA (line 47) | AF_SNA = 0xb constant AF_SYSTEM (line 48) | AF_SYSTEM = 0x20 constant AF_SYS_CONTROL (line 49) | AF_SYS_CONTROL = 0x2 constant AF_UNIX (line 50) | AF_UNIX = 0x1 constant AF_UNSPEC (line 51) | AF_UNSPEC = 0x0 constant AF_UTUN (line 52) | AF_UTUN = 0x26 constant AF_VSOCK (line 53) | AF_VSOCK = 0x28 constant ALTWERASE (line 54) | ALTWERASE = 0x200 constant ATTR_BIT_MAP_COUNT (line 55) | ATTR_BIT_MAP_COUNT = 0x5 constant ATTR_CMN_ACCESSMASK (line 56) | ATTR_CMN_ACCESSMASK = 0x20000 constant ATTR_CMN_ACCTIME (line 57) | ATTR_CMN_ACCTIME = 0x1000 constant ATTR_CMN_ADDEDTIME (line 58) | ATTR_CMN_ADDEDTIME = 0x10000000 constant ATTR_CMN_BKUPTIME (line 59) | ATTR_CMN_BKUPTIME = 0x2000 constant ATTR_CMN_CHGTIME (line 60) | ATTR_CMN_CHGTIME = 0x800 constant ATTR_CMN_CRTIME (line 61) | ATTR_CMN_CRTIME = 0x200 constant ATTR_CMN_DATA_PROTECT_FLAGS (line 62) | ATTR_CMN_DATA_PROTECT_FLAGS = 0x40000000 constant ATTR_CMN_DEVID (line 63) | ATTR_CMN_DEVID = 0x2 constant ATTR_CMN_DOCUMENT_ID (line 64) | ATTR_CMN_DOCUMENT_ID = 0x100000 constant ATTR_CMN_ERROR (line 65) | ATTR_CMN_ERROR = 0x20000000 constant ATTR_CMN_EXTENDED_SECURITY (line 66) | ATTR_CMN_EXTENDED_SECURITY = 0x400000 constant ATTR_CMN_FILEID (line 67) | ATTR_CMN_FILEID = 0x2000000 constant ATTR_CMN_FLAGS (line 68) | ATTR_CMN_FLAGS = 0x40000 constant ATTR_CMN_FNDRINFO (line 69) | ATTR_CMN_FNDRINFO = 0x4000 constant ATTR_CMN_FSID (line 70) | ATTR_CMN_FSID = 0x4 constant ATTR_CMN_FULLPATH (line 71) | ATTR_CMN_FULLPATH = 0x8000000 constant ATTR_CMN_GEN_COUNT (line 72) | ATTR_CMN_GEN_COUNT = 0x80000 constant ATTR_CMN_GRPID (line 73) | ATTR_CMN_GRPID = 0x10000 constant ATTR_CMN_GRPUUID (line 74) | ATTR_CMN_GRPUUID = 0x1000000 constant ATTR_CMN_MODTIME (line 75) | ATTR_CMN_MODTIME = 0x400 constant ATTR_CMN_NAME (line 76) | ATTR_CMN_NAME = 0x1 constant ATTR_CMN_NAMEDATTRCOUNT (line 77) | ATTR_CMN_NAMEDATTRCOUNT = 0x80000 constant ATTR_CMN_NAMEDATTRLIST (line 78) | ATTR_CMN_NAMEDATTRLIST = 0x100000 constant ATTR_CMN_OBJID (line 79) | ATTR_CMN_OBJID = 0x20 constant ATTR_CMN_OBJPERMANENTID (line 80) | ATTR_CMN_OBJPERMANENTID = 0x40 constant ATTR_CMN_OBJTAG (line 81) | ATTR_CMN_OBJTAG = 0x10 constant ATTR_CMN_OBJTYPE (line 82) | ATTR_CMN_OBJTYPE = 0x8 constant ATTR_CMN_OWNERID (line 83) | ATTR_CMN_OWNERID = 0x8000 constant ATTR_CMN_PARENTID (line 84) | ATTR_CMN_PARENTID = 0x4000000 constant ATTR_CMN_PAROBJID (line 85) | ATTR_CMN_PAROBJID = 0x80 constant ATTR_CMN_RETURNED_ATTRS (line 86) | ATTR_CMN_RETURNED_ATTRS = 0x80000000 constant ATTR_CMN_SCRIPT (line 87) | ATTR_CMN_SCRIPT = 0x100 constant ATTR_CMN_SETMASK (line 88) | ATTR_CMN_SETMASK = 0x51c7ff00 constant ATTR_CMN_USERACCESS (line 89) | ATTR_CMN_USERACCESS = 0x200000 constant ATTR_CMN_UUID (line 90) | ATTR_CMN_UUID = 0x800000 constant ATTR_CMN_VALIDMASK (line 91) | ATTR_CMN_VALIDMASK = 0xffffffff constant ATTR_CMN_VOLSETMASK (line 92) | ATTR_CMN_VOLSETMASK = 0x6700 constant ATTR_FILE_ALLOCSIZE (line 93) | ATTR_FILE_ALLOCSIZE = 0x4 constant ATTR_FILE_CLUMPSIZE (line 94) | ATTR_FILE_CLUMPSIZE = 0x10 constant ATTR_FILE_DATAALLOCSIZE (line 95) | ATTR_FILE_DATAALLOCSIZE = 0x400 constant ATTR_FILE_DATAEXTENTS (line 96) | ATTR_FILE_DATAEXTENTS = 0x800 constant ATTR_FILE_DATALENGTH (line 97) | ATTR_FILE_DATALENGTH = 0x200 constant ATTR_FILE_DEVTYPE (line 98) | ATTR_FILE_DEVTYPE = 0x20 constant ATTR_FILE_FILETYPE (line 99) | ATTR_FILE_FILETYPE = 0x40 constant ATTR_FILE_FORKCOUNT (line 100) | ATTR_FILE_FORKCOUNT = 0x80 constant ATTR_FILE_FORKLIST (line 101) | ATTR_FILE_FORKLIST = 0x100 constant ATTR_FILE_IOBLOCKSIZE (line 102) | ATTR_FILE_IOBLOCKSIZE = 0x8 constant ATTR_FILE_LINKCOUNT (line 103) | ATTR_FILE_LINKCOUNT = 0x1 constant ATTR_FILE_RSRCALLOCSIZE (line 104) | ATTR_FILE_RSRCALLOCSIZE = 0x2000 constant ATTR_FILE_RSRCEXTENTS (line 105) | ATTR_FILE_RSRCEXTENTS = 0x4000 constant ATTR_FILE_RSRCLENGTH (line 106) | ATTR_FILE_RSRCLENGTH = 0x1000 constant ATTR_FILE_SETMASK (line 107) | ATTR_FILE_SETMASK = 0x20 constant ATTR_FILE_TOTALSIZE (line 108) | ATTR_FILE_TOTALSIZE = 0x2 constant ATTR_FILE_VALIDMASK (line 109) | ATTR_FILE_VALIDMASK = 0x37ff constant ATTR_VOL_ALLOCATIONCLUMP (line 110) | ATTR_VOL_ALLOCATIONCLUMP = 0x40 constant ATTR_VOL_ATTRIBUTES (line 111) | ATTR_VOL_ATTRIBUTES = 0x40000000 constant ATTR_VOL_CAPABILITIES (line 112) | ATTR_VOL_CAPABILITIES = 0x20000 constant ATTR_VOL_DIRCOUNT (line 113) | ATTR_VOL_DIRCOUNT = 0x400 constant ATTR_VOL_ENCODINGSUSED (line 114) | ATTR_VOL_ENCODINGSUSED = 0x10000 constant ATTR_VOL_FILECOUNT (line 115) | ATTR_VOL_FILECOUNT = 0x200 constant ATTR_VOL_FSTYPE (line 116) | ATTR_VOL_FSTYPE = 0x1 constant ATTR_VOL_INFO (line 117) | ATTR_VOL_INFO = 0x80000000 constant ATTR_VOL_IOBLOCKSIZE (line 118) | ATTR_VOL_IOBLOCKSIZE = 0x80 constant ATTR_VOL_MAXOBJCOUNT (line 119) | ATTR_VOL_MAXOBJCOUNT = 0x800 constant ATTR_VOL_MINALLOCATION (line 120) | ATTR_VOL_MINALLOCATION = 0x20 constant ATTR_VOL_MOUNTEDDEVICE (line 121) | ATTR_VOL_MOUNTEDDEVICE = 0x8000 constant ATTR_VOL_MOUNTFLAGS (line 122) | ATTR_VOL_MOUNTFLAGS = 0x4000 constant ATTR_VOL_MOUNTPOINT (line 123) | ATTR_VOL_MOUNTPOINT = 0x1000 constant ATTR_VOL_NAME (line 124) | ATTR_VOL_NAME = 0x2000 constant ATTR_VOL_OBJCOUNT (line 125) | ATTR_VOL_OBJCOUNT = 0x100 constant ATTR_VOL_QUOTA_SIZE (line 126) | ATTR_VOL_QUOTA_SIZE = 0x10000000 constant ATTR_VOL_RESERVED_SIZE (line 127) | ATTR_VOL_RESERVED_SIZE = 0x20000000 constant ATTR_VOL_SETMASK (line 128) | ATTR_VOL_SETMASK = 0x80002000 constant ATTR_VOL_SIGNATURE (line 129) | ATTR_VOL_SIGNATURE = 0x2 constant ATTR_VOL_SIZE (line 130) | ATTR_VOL_SIZE = 0x4 constant ATTR_VOL_SPACEAVAIL (line 131) | ATTR_VOL_SPACEAVAIL = 0x10 constant ATTR_VOL_SPACEFREE (line 132) | ATTR_VOL_SPACEFREE = 0x8 constant ATTR_VOL_SPACEUSED (line 133) | ATTR_VOL_SPACEUSED = 0x800000 constant ATTR_VOL_UUID (line 134) | ATTR_VOL_UUID = 0x40000 constant ATTR_VOL_VALIDMASK (line 135) | ATTR_VOL_VALIDMASK = 0xf087ffff constant B0 (line 136) | B0 = 0x0 constant B110 (line 137) | B110 = 0x6e constant B115200 (line 138) | B115200 = 0x1c200 constant B1200 (line 139) | B1200 = 0x4b0 constant B134 (line 140) | B134 = 0x86 constant B14400 (line 141) | B14400 = 0x3840 constant B150 (line 142) | B150 = 0x96 constant B1800 (line 143) | B1800 = 0x708 constant B19200 (line 144) | B19200 = 0x4b00 constant B200 (line 145) | B200 = 0xc8 constant B230400 (line 146) | B230400 = 0x38400 constant B2400 (line 147) | B2400 = 0x960 constant B28800 (line 148) | B28800 = 0x7080 constant B300 (line 149) | B300 = 0x12c constant B38400 (line 150) | B38400 = 0x9600 constant B4800 (line 151) | B4800 = 0x12c0 constant B50 (line 152) | B50 = 0x32 constant B57600 (line 153) | B57600 = 0xe100 constant B600 (line 154) | B600 = 0x258 constant B7200 (line 155) | B7200 = 0x1c20 constant B75 (line 156) | B75 = 0x4b constant B76800 (line 157) | B76800 = 0x12c00 constant B9600 (line 158) | B9600 = 0x2580 constant BIOCFLUSH (line 159) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 160) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 161) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 162) | BIOCGDLTLIST = 0xc00c4279 constant BIOCGETIF (line 163) | BIOCGETIF = 0x4020426b constant BIOCGHDRCMPLT (line 164) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 165) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 166) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 167) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 168) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 169) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 170) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 171) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 172) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 173) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 174) | BIOCSETFNR = 0x8010427e constant BIOCSETIF (line 175) | BIOCSETIF = 0x8020426c constant BIOCSHDRCMPLT (line 176) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 177) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 178) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 179) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 180) | BIOCVERSION = 0x40044271 constant BPF_A (line 181) | BPF_A = 0x10 constant BPF_ABS (line 182) | BPF_ABS = 0x20 constant BPF_ADD (line 183) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 184) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 185) | BPF_ALU = 0x4 constant BPF_AND (line 186) | BPF_AND = 0x50 constant BPF_B (line 187) | BPF_B = 0x10 constant BPF_DIV (line 188) | BPF_DIV = 0x30 constant BPF_H (line 189) | BPF_H = 0x8 constant BPF_IMM (line 190) | BPF_IMM = 0x0 constant BPF_IND (line 191) | BPF_IND = 0x40 constant BPF_JA (line 192) | BPF_JA = 0x0 constant BPF_JEQ (line 193) | BPF_JEQ = 0x10 constant BPF_JGE (line 194) | BPF_JGE = 0x30 constant BPF_JGT (line 195) | BPF_JGT = 0x20 constant BPF_JMP (line 196) | BPF_JMP = 0x5 constant BPF_JSET (line 197) | BPF_JSET = 0x40 constant BPF_K (line 198) | BPF_K = 0x0 constant BPF_LD (line 199) | BPF_LD = 0x0 constant BPF_LDX (line 200) | BPF_LDX = 0x1 constant BPF_LEN (line 201) | BPF_LEN = 0x80 constant BPF_LSH (line 202) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 203) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 204) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 205) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 206) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 207) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 208) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 209) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 210) | BPF_MISC = 0x7 constant BPF_MSH (line 211) | BPF_MSH = 0xa0 constant BPF_MUL (line 212) | BPF_MUL = 0x20 constant BPF_NEG (line 213) | BPF_NEG = 0x80 constant BPF_OR (line 214) | BPF_OR = 0x40 constant BPF_RELEASE (line 215) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 216) | BPF_RET = 0x6 constant BPF_RSH (line 217) | BPF_RSH = 0x70 constant BPF_ST (line 218) | BPF_ST = 0x2 constant BPF_STX (line 219) | BPF_STX = 0x3 constant BPF_SUB (line 220) | BPF_SUB = 0x10 constant BPF_TAX (line 221) | BPF_TAX = 0x0 constant BPF_TXA (line 222) | BPF_TXA = 0x80 constant BPF_W (line 223) | BPF_W = 0x0 constant BPF_X (line 224) | BPF_X = 0x8 constant BRKINT (line 225) | BRKINT = 0x2 constant BS0 (line 226) | BS0 = 0x0 constant BS1 (line 227) | BS1 = 0x8000 constant BSDLY (line 228) | BSDLY = 0x8000 constant CFLUSH (line 229) | CFLUSH = 0xf constant CLOCAL (line 230) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 231) | CLOCK_MONOTONIC = 0x6 constant CLOCK_MONOTONIC_RAW (line 232) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_MONOTONIC_RAW_APPROX (line 233) | CLOCK_MONOTONIC_RAW_APPROX = 0x5 constant CLOCK_PROCESS_CPUTIME_ID (line 234) | CLOCK_PROCESS_CPUTIME_ID = 0xc constant CLOCK_REALTIME (line 235) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 236) | CLOCK_THREAD_CPUTIME_ID = 0x10 constant CLOCK_UPTIME_RAW (line 237) | CLOCK_UPTIME_RAW = 0x8 constant CLOCK_UPTIME_RAW_APPROX (line 238) | CLOCK_UPTIME_RAW_APPROX = 0x9 constant CLONE_NOFOLLOW (line 239) | CLONE_NOFOLLOW = 0x1 constant CLONE_NOOWNERCOPY (line 240) | CLONE_NOOWNERCOPY = 0x2 constant CR0 (line 241) | CR0 = 0x0 constant CR1 (line 242) | CR1 = 0x1000 constant CR2 (line 243) | CR2 = 0x2000 constant CR3 (line 244) | CR3 = 0x3000 constant CRDLY (line 245) | CRDLY = 0x3000 constant CREAD (line 246) | CREAD = 0x800 constant CRTSCTS (line 247) | CRTSCTS = 0x30000 constant CS5 (line 248) | CS5 = 0x0 constant CS6 (line 249) | CS6 = 0x100 constant CS7 (line 250) | CS7 = 0x200 constant CS8 (line 251) | CS8 = 0x300 constant CSIZE (line 252) | CSIZE = 0x300 constant CSTART (line 253) | CSTART = 0x11 constant CSTATUS (line 254) | CSTATUS = 0x14 constant CSTOP (line 255) | CSTOP = 0x13 constant CSTOPB (line 256) | CSTOPB = 0x400 constant CSUSP (line 257) | CSUSP = 0x1a constant CTLIOCGINFO (line 258) | CTLIOCGINFO = 0xc0644e03 constant CTL_HW (line 259) | CTL_HW = 0x6 constant CTL_KERN (line 260) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 261) | CTL_MAXNAME = 0xc constant CTL_NET (line 262) | CTL_NET = 0x4 constant DLT_A429 (line 263) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 264) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 265) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 266) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 267) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 268) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 269) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 270) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 271) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 272) | DLT_AURORA = 0x7e constant DLT_AX25 (line 273) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 274) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 275) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 276) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 277) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 278) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 279) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 280) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 281) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 282) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 283) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 284) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 285) | DLT_DBUS = 0xe7 constant DLT_DECT (line 286) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 287) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 288) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 289) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 290) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 291) | DLT_EN3MB = 0x2 constant DLT_ENC (line 292) | DLT_ENC = 0x6d constant DLT_ERF (line 293) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 294) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 295) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 296) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 297) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 298) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 299) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 300) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 301) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 302) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 303) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 304) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 305) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 306) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 307) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 308) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 309) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 310) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 311) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 312) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 313) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 314) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 315) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 316) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 317) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 318) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 319) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 320) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 321) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPFILTER (line 322) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 323) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 324) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 325) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 326) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 327) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 328) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 329) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 330) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 331) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 332) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 333) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 334) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 335) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 336) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 337) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 338) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 339) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 340) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 341) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 342) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 343) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 344) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 345) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 346) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 347) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 348) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 349) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 350) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 351) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 352) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 353) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 354) | DLT_LAPD = 0xcb constant DLT_LIN (line 355) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 356) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 357) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 358) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 359) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 360) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 361) | DLT_LOOP = 0x6c constant DLT_LTALK (line 362) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 363) | DLT_MATCHING_MAX = 0x10a constant DLT_MATCHING_MIN (line 364) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 365) | DLT_MFR = 0xb6 constant DLT_MOST (line 366) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 367) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 368) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 369) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 370) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 371) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 372) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 373) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 374) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NFC_LLCP (line 375) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 376) | DLT_NFLOG = 0xef constant DLT_NG40 (line 377) | DLT_NG40 = 0xf4 constant DLT_NULL (line 378) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 379) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 380) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 381) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 382) | DLT_PPI = 0xc0 constant DLT_PPP (line 383) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 384) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 385) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 386) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 387) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 388) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 389) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 390) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 391) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 392) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 393) | DLT_RAW = 0xc constant DLT_RIO (line 394) | DLT_RIO = 0x7c constant DLT_SCCP (line 395) | DLT_SCCP = 0x8e constant DLT_SITA (line 396) | DLT_SITA = 0xc4 constant DLT_SLIP (line 397) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 398) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 399) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 400) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 401) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 402) | DLT_TZSP = 0x80 constant DLT_USB (line 403) | DLT_USB = 0xba constant DLT_USB_DARWIN (line 404) | DLT_USB_DARWIN = 0x10a constant DLT_USB_LINUX (line 405) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 406) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 407) | DLT_USER0 = 0x93 constant DLT_USER1 (line 408) | DLT_USER1 = 0x94 constant DLT_USER10 (line 409) | DLT_USER10 = 0x9d constant DLT_USER11 (line 410) | DLT_USER11 = 0x9e constant DLT_USER12 (line 411) | DLT_USER12 = 0x9f constant DLT_USER13 (line 412) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 413) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 414) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 415) | DLT_USER2 = 0x95 constant DLT_USER3 (line 416) | DLT_USER3 = 0x96 constant DLT_USER4 (line 417) | DLT_USER4 = 0x97 constant DLT_USER5 (line 418) | DLT_USER5 = 0x98 constant DLT_USER6 (line 419) | DLT_USER6 = 0x99 constant DLT_USER7 (line 420) | DLT_USER7 = 0x9a constant DLT_USER8 (line 421) | DLT_USER8 = 0x9b constant DLT_USER9 (line 422) | DLT_USER9 = 0x9c constant DLT_WIHART (line 423) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 424) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 425) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 426) | DT_BLK = 0x6 constant DT_CHR (line 427) | DT_CHR = 0x2 constant DT_DIR (line 428) | DT_DIR = 0x4 constant DT_FIFO (line 429) | DT_FIFO = 0x1 constant DT_LNK (line 430) | DT_LNK = 0xa constant DT_REG (line 431) | DT_REG = 0x8 constant DT_SOCK (line 432) | DT_SOCK = 0xc constant DT_UNKNOWN (line 433) | DT_UNKNOWN = 0x0 constant DT_WHT (line 434) | DT_WHT = 0xe constant ECHO (line 435) | ECHO = 0x8 constant ECHOCTL (line 436) | ECHOCTL = 0x40 constant ECHOE (line 437) | ECHOE = 0x2 constant ECHOK (line 438) | ECHOK = 0x4 constant ECHOKE (line 439) | ECHOKE = 0x1 constant ECHONL (line 440) | ECHONL = 0x10 constant ECHOPRT (line 441) | ECHOPRT = 0x20 constant EVFILT_AIO (line 442) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 443) | EVFILT_EXCEPT = -0xf constant EVFILT_FS (line 444) | EVFILT_FS = -0x9 constant EVFILT_MACHPORT (line 445) | EVFILT_MACHPORT = -0x8 constant EVFILT_PROC (line 446) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 447) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 448) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 449) | EVFILT_SYSCOUNT = 0x11 constant EVFILT_THREADMARKER (line 450) | EVFILT_THREADMARKER = 0x11 constant EVFILT_TIMER (line 451) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 452) | EVFILT_USER = -0xa constant EVFILT_VM (line 453) | EVFILT_VM = -0xc constant EVFILT_VNODE (line 454) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 455) | EVFILT_WRITE = -0x2 constant EV_ADD (line 456) | EV_ADD = 0x1 constant EV_CLEAR (line 457) | EV_CLEAR = 0x20 constant EV_DELETE (line 458) | EV_DELETE = 0x2 constant EV_DISABLE (line 459) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 460) | EV_DISPATCH = 0x80 constant EV_DISPATCH2 (line 461) | EV_DISPATCH2 = 0x180 constant EV_ENABLE (line 462) | EV_ENABLE = 0x4 constant EV_EOF (line 463) | EV_EOF = 0x8000 constant EV_ERROR (line 464) | EV_ERROR = 0x4000 constant EV_FLAG0 (line 465) | EV_FLAG0 = 0x1000 constant EV_FLAG1 (line 466) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 467) | EV_ONESHOT = 0x10 constant EV_OOBAND (line 468) | EV_OOBAND = 0x2000 constant EV_POLL (line 469) | EV_POLL = 0x1000 constant EV_RECEIPT (line 470) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 471) | EV_SYSFLAGS = 0xf000 constant EV_UDATA_SPECIFIC (line 472) | EV_UDATA_SPECIFIC = 0x100 constant EV_VANISHED (line 473) | EV_VANISHED = 0x200 constant EXTA (line 474) | EXTA = 0x4b00 constant EXTB (line 475) | EXTB = 0x9600 constant EXTPROC (line 476) | EXTPROC = 0x800 constant FD_CLOEXEC (line 477) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 478) | FD_SETSIZE = 0x400 constant FF0 (line 479) | FF0 = 0x0 constant FF1 (line 480) | FF1 = 0x4000 constant FFDLY (line 481) | FFDLY = 0x4000 constant FLUSHO (line 482) | FLUSHO = 0x800000 constant FSOPT_ATTR_CMN_EXTENDED (line 483) | FSOPT_ATTR_CMN_EXTENDED = 0x20 constant FSOPT_NOFOLLOW (line 484) | FSOPT_NOFOLLOW = 0x1 constant FSOPT_NOINMEMUPDATE (line 485) | FSOPT_NOINMEMUPDATE = 0x2 constant FSOPT_PACK_INVAL_ATTRS (line 486) | FSOPT_PACK_INVAL_ATTRS = 0x8 constant FSOPT_REPORT_FULLSIZE (line 487) | FSOPT_REPORT_FULLSIZE = 0x4 constant FSOPT_RETURN_REALDEV (line 488) | FSOPT_RETURN_REALDEV = 0x200 constant F_ADDFILESIGS (line 489) | F_ADDFILESIGS = 0x3d constant F_ADDFILESIGS_FOR_DYLD_SIM (line 490) | F_ADDFILESIGS_FOR_DYLD_SIM = 0x53 constant F_ADDFILESIGS_INFO (line 491) | F_ADDFILESIGS_INFO = 0x67 constant F_ADDFILESIGS_RETURN (line 492) | F_ADDFILESIGS_RETURN = 0x61 constant F_ADDFILESUPPL (line 493) | F_ADDFILESUPPL = 0x68 constant F_ADDSIGS (line 494) | F_ADDSIGS = 0x3b constant F_ALLOCATEALL (line 495) | F_ALLOCATEALL = 0x4 constant F_ALLOCATECONTIG (line 496) | F_ALLOCATECONTIG = 0x2 constant F_BARRIERFSYNC (line 497) | F_BARRIERFSYNC = 0x55 constant F_CHECK_LV (line 498) | F_CHECK_LV = 0x62 constant F_CHKCLEAN (line 499) | F_CHKCLEAN = 0x29 constant F_DUPFD (line 500) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 501) | F_DUPFD_CLOEXEC = 0x43 constant F_FINDSIGS (line 502) | F_FINDSIGS = 0x4e constant F_FLUSH_DATA (line 503) | F_FLUSH_DATA = 0x28 constant F_FREEZE_FS (line 504) | F_FREEZE_FS = 0x35 constant F_FULLFSYNC (line 505) | F_FULLFSYNC = 0x33 constant F_GETCODEDIR (line 506) | F_GETCODEDIR = 0x48 constant F_GETFD (line 507) | F_GETFD = 0x1 constant F_GETFL (line 508) | F_GETFL = 0x3 constant F_GETLK (line 509) | F_GETLK = 0x7 constant F_GETLKPID (line 510) | F_GETLKPID = 0x42 constant F_GETNOSIGPIPE (line 511) | F_GETNOSIGPIPE = 0x4a constant F_GETOWN (line 512) | F_GETOWN = 0x5 constant F_GETPATH (line 513) | F_GETPATH = 0x32 constant F_GETPATH_MTMINFO (line 514) | F_GETPATH_MTMINFO = 0x47 constant F_GETPATH_NOFIRMLINK (line 515) | F_GETPATH_NOFIRMLINK = 0x66 constant F_GETPROTECTIONCLASS (line 516) | F_GETPROTECTIONCLASS = 0x3f constant F_GETPROTECTIONLEVEL (line 517) | F_GETPROTECTIONLEVEL = 0x4d constant F_GETSIGSINFO (line 518) | F_GETSIGSINFO = 0x69 constant F_GLOBAL_NOCACHE (line 519) | F_GLOBAL_NOCACHE = 0x37 constant F_LOG2PHYS (line 520) | F_LOG2PHYS = 0x31 constant F_LOG2PHYS_EXT (line 521) | F_LOG2PHYS_EXT = 0x41 constant F_NOCACHE (line 522) | F_NOCACHE = 0x30 constant F_NODIRECT (line 523) | F_NODIRECT = 0x3e constant F_OK (line 524) | F_OK = 0x0 constant F_PATHPKG_CHECK (line 525) | F_PATHPKG_CHECK = 0x34 constant F_PEOFPOSMODE (line 526) | F_PEOFPOSMODE = 0x3 constant F_PREALLOCATE (line 527) | F_PREALLOCATE = 0x2a constant F_PUNCHHOLE (line 528) | F_PUNCHHOLE = 0x63 constant F_RDADVISE (line 529) | F_RDADVISE = 0x2c constant F_RDAHEAD (line 530) | F_RDAHEAD = 0x2d constant F_RDLCK (line 531) | F_RDLCK = 0x1 constant F_SETBACKINGSTORE (line 532) | F_SETBACKINGSTORE = 0x46 constant F_SETFD (line 533) | F_SETFD = 0x2 constant F_SETFL (line 534) | F_SETFL = 0x4 constant F_SETLK (line 535) | F_SETLK = 0x8 constant F_SETLKW (line 536) | F_SETLKW = 0x9 constant F_SETLKWTIMEOUT (line 537) | F_SETLKWTIMEOUT = 0xa constant F_SETNOSIGPIPE (line 538) | F_SETNOSIGPIPE = 0x49 constant F_SETOWN (line 539) | F_SETOWN = 0x6 constant F_SETPROTECTIONCLASS (line 540) | F_SETPROTECTIONCLASS = 0x40 constant F_SETSIZE (line 541) | F_SETSIZE = 0x2b constant F_SINGLE_WRITER (line 542) | F_SINGLE_WRITER = 0x4c constant F_SPECULATIVE_READ (line 543) | F_SPECULATIVE_READ = 0x65 constant F_THAW_FS (line 544) | F_THAW_FS = 0x36 constant F_TRANSCODEKEY (line 545) | F_TRANSCODEKEY = 0x4b constant F_TRIM_ACTIVE_FILE (line 546) | F_TRIM_ACTIVE_FILE = 0x64 constant F_UNLCK (line 547) | F_UNLCK = 0x2 constant F_VOLPOSMODE (line 548) | F_VOLPOSMODE = 0x4 constant F_WRLCK (line 549) | F_WRLCK = 0x3 constant HUPCL (line 550) | HUPCL = 0x4000 constant HW_MACHINE (line 551) | HW_MACHINE = 0x1 constant ICANON (line 552) | ICANON = 0x100 constant ICMP6_FILTER (line 553) | ICMP6_FILTER = 0x12 constant ICRNL (line 554) | ICRNL = 0x100 constant IEXTEN (line 555) | IEXTEN = 0x400 constant IFF_ALLMULTI (line 556) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 557) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 558) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 559) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 560) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 561) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 562) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 563) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 564) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 565) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 566) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 567) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 568) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 569) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 570) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 571) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 572) | IFF_UP = 0x1 constant IFNAMSIZ (line 573) | IFNAMSIZ = 0x10 constant IFT_1822 (line 574) | IFT_1822 = 0x2 constant IFT_6LOWPAN (line 575) | IFT_6LOWPAN = 0x40 constant IFT_AAL5 (line 576) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 577) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 578) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 579) | IFT_ATM = 0x25 constant IFT_BRIDGE (line 580) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 581) | IFT_CARP = 0xf8 constant IFT_CELLULAR (line 582) | IFT_CELLULAR = 0xff constant IFT_CEPT (line 583) | IFT_CEPT = 0x13 constant IFT_DS3 (line 584) | IFT_DS3 = 0x1e constant IFT_ENC (line 585) | IFT_ENC = 0xf4 constant IFT_EON (line 586) | IFT_EON = 0x19 constant IFT_ETHER (line 587) | IFT_ETHER = 0x6 constant IFT_FAITH (line 588) | IFT_FAITH = 0x38 constant IFT_FDDI (line 589) | IFT_FDDI = 0xf constant IFT_FRELAY (line 590) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 591) | IFT_FRELAYDCE = 0x2c constant IFT_GIF (line 592) | IFT_GIF = 0x37 constant IFT_HDH1822 (line 593) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 594) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 595) | IFT_HSSI = 0x2e constant IFT_HY (line 596) | IFT_HY = 0xe constant IFT_IEEE1394 (line 597) | IFT_IEEE1394 = 0x90 constant IFT_IEEE8023ADLAG (line 598) | IFT_IEEE8023ADLAG = 0x88 constant IFT_ISDNBASIC (line 599) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 600) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 601) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 602) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 603) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 604) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 605) | IFT_ISO88026 = 0xa constant IFT_L2VLAN (line 606) | IFT_L2VLAN = 0x87 constant IFT_LAPB (line 607) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 608) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 609) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 610) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 611) | IFT_MODEM = 0x30 constant IFT_NSIP (line 612) | IFT_NSIP = 0x1b constant IFT_OTHER (line 613) | IFT_OTHER = 0x1 constant IFT_P10 (line 614) | IFT_P10 = 0xc constant IFT_P80 (line 615) | IFT_P80 = 0xd constant IFT_PARA (line 616) | IFT_PARA = 0x22 constant IFT_PDP (line 617) | IFT_PDP = 0xff constant IFT_PFLOG (line 618) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 619) | IFT_PFSYNC = 0xf6 constant IFT_PKTAP (line 620) | IFT_PKTAP = 0xfe constant IFT_PPP (line 621) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 622) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 623) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 624) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 625) | IFT_RS232 = 0x21 constant IFT_SDLC (line 626) | IFT_SDLC = 0x11 constant IFT_SIP (line 627) | IFT_SIP = 0x1f constant IFT_SLIP (line 628) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 629) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 630) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 631) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 632) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 633) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 634) | IFT_STARLAN = 0xb constant IFT_STF (line 635) | IFT_STF = 0x39 constant IFT_T1 (line 636) | IFT_T1 = 0x12 constant IFT_ULTRA (line 637) | IFT_ULTRA = 0x1d constant IFT_V35 (line 638) | IFT_V35 = 0x2d constant IFT_X25 (line 639) | IFT_X25 = 0x5 constant IFT_X25DDN (line 640) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 641) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 642) | IFT_XETHER = 0x1a constant IGNBRK (line 643) | IGNBRK = 0x1 constant IGNCR (line 644) | IGNCR = 0x80 constant IGNPAR (line 645) | IGNPAR = 0x4 constant IMAXBEL (line 646) | IMAXBEL = 0x2000 constant INLCR (line 647) | INLCR = 0x40 constant INPCK (line 648) | INPCK = 0x10 constant IN_CLASSA_HOST (line 649) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 650) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 651) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 652) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 653) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 654) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 655) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 656) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 657) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 658) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 659) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 660) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 661) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 662) | IN_CLASSD_NSHIFT = 0x1c constant IN_LINKLOCALNETNUM (line 663) | IN_LINKLOCALNETNUM = 0xa9fe0000 constant IN_LOOPBACKNET (line 664) | IN_LOOPBACKNET = 0x7f constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 665) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x400473d1 constant IPPROTO_3PC (line 666) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 667) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 668) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 669) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 670) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 671) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 672) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 673) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 674) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 675) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CFTP (line 676) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 677) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 678) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 679) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 680) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 681) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 682) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 683) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 684) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 685) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 686) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 687) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 688) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 689) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 690) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 691) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 692) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 693) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 694) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 695) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 696) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 697) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 698) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 699) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 700) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 701) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 702) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 703) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 704) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 705) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 706) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 707) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 708) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 709) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 710) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 711) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 712) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 713) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 714) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 715) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 716) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 717) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 718) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 719) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 720) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 721) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 722) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 723) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 724) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 725) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 726) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 727) | IPPROTO_MICP = 0x5f constant IPPROTO_MTP (line 728) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 729) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 730) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 731) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 732) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 733) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 734) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 735) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PGM (line 736) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 737) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 738) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 739) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 740) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 741) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 742) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 743) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 744) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 745) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 746) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 747) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 748) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 749) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 750) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 751) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 752) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 753) | IPPROTO_SEP = 0x21 constant IPPROTO_SRPC (line 754) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 755) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 756) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 757) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 758) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 759) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 760) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 761) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 762) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 763) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 764) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 765) | IPPROTO_UDP = 0x11 constant IPPROTO_VINES (line 766) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 767) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 768) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 769) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 770) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 771) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 772) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 773) | IPPROTO_XTP = 0x24 constant IPV6_2292DSTOPTS (line 774) | IPV6_2292DSTOPTS = 0x17 constant IPV6_2292HOPLIMIT (line 775) | IPV6_2292HOPLIMIT = 0x14 constant IPV6_2292HOPOPTS (line 776) | IPV6_2292HOPOPTS = 0x16 constant IPV6_2292NEXTHOP (line 777) | IPV6_2292NEXTHOP = 0x15 constant IPV6_2292PKTINFO (line 778) | IPV6_2292PKTINFO = 0x13 constant IPV6_2292PKTOPTIONS (line 779) | IPV6_2292PKTOPTIONS = 0x19 constant IPV6_2292RTHDR (line 780) | IPV6_2292RTHDR = 0x18 constant IPV6_3542DSTOPTS (line 781) | IPV6_3542DSTOPTS = 0x32 constant IPV6_3542HOPLIMIT (line 782) | IPV6_3542HOPLIMIT = 0x2f constant IPV6_3542HOPOPTS (line 783) | IPV6_3542HOPOPTS = 0x31 constant IPV6_3542NEXTHOP (line 784) | IPV6_3542NEXTHOP = 0x30 constant IPV6_3542PKTINFO (line 785) | IPV6_3542PKTINFO = 0x2e constant IPV6_3542RTHDR (line 786) | IPV6_3542RTHDR = 0x33 constant IPV6_ADDR_MC_FLAGS_PREFIX (line 787) | IPV6_ADDR_MC_FLAGS_PREFIX = 0x20 constant IPV6_ADDR_MC_FLAGS_TRANSIENT (line 788) | IPV6_ADDR_MC_FLAGS_TRANSIENT = 0x10 constant IPV6_ADDR_MC_FLAGS_UNICAST_BASED (line 789) | IPV6_ADDR_MC_FLAGS_UNICAST_BASED = 0x30 constant IPV6_AUTOFLOWLABEL (line 790) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 791) | IPV6_BINDV6ONLY = 0x1b constant IPV6_BOUND_IF (line 792) | IPV6_BOUND_IF = 0x7d constant IPV6_CHECKSUM (line 793) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 794) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 795) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 796) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 797) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 798) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 799) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 800) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 801) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOW_ECN_MASK (line 802) | IPV6_FLOW_ECN_MASK = 0x3000 constant IPV6_FRAGTTL (line 803) | IPV6_FRAGTTL = 0x3c constant IPV6_FW_ADD (line 804) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 805) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 806) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 807) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 808) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 809) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 810) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 811) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 812) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 813) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 814) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 815) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 816) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 817) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 818) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 819) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 820) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MIN_MEMBERSHIPS (line 821) | IPV6_MIN_MEMBERSHIPS = 0x1f constant IPV6_MMTU (line 822) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 823) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 824) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 825) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 826) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 827) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 828) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 829) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 830) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 831) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 832) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 833) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 834) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 835) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 836) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 837) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 838) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 839) | IPV6_RECVPKTINFO = 0x3d constant IPV6_RECVRTHDR (line 840) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 841) | IPV6_RECVTCLASS = 0x23 constant IPV6_RTHDR (line 842) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 843) | IPV6_RTHDRDSTOPTS = 0x39 constant IPV6_RTHDR_LOOSE (line 844) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 845) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 846) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 847) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 848) | IPV6_TCLASS = 0x24 constant IPV6_UNICAST_HOPS (line 849) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 850) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 851) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 852) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 853) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 854) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 855) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BLOCK_SOURCE (line 856) | IP_BLOCK_SOURCE = 0x48 constant IP_BOUND_IF (line 857) | IP_BOUND_IF = 0x19 constant IP_DEFAULT_MULTICAST_LOOP (line 858) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 859) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 860) | IP_DF = 0x4000 constant IP_DONTFRAG (line 861) | IP_DONTFRAG = 0x1c constant IP_DROP_MEMBERSHIP (line 862) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 863) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET_CONFIGURE (line 864) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 865) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 866) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 867) | IP_DUMMYNET_GET = 0x40 constant IP_FAITH (line 868) | IP_FAITH = 0x16 constant IP_FW_ADD (line 869) | IP_FW_ADD = 0x28 constant IP_FW_DEL (line 870) | IP_FW_DEL = 0x29 constant IP_FW_FLUSH (line 871) | IP_FW_FLUSH = 0x2a constant IP_FW_GET (line 872) | IP_FW_GET = 0x2c constant IP_FW_RESETLOG (line 873) | IP_FW_RESETLOG = 0x2d constant IP_FW_ZERO (line 874) | IP_FW_ZERO = 0x2b constant IP_HDRINCL (line 875) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 876) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 877) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 878) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 879) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 880) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 881) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 882) | IP_MF = 0x2000 constant IP_MIN_MEMBERSHIPS (line 883) | IP_MIN_MEMBERSHIPS = 0x1f constant IP_MSFILTER (line 884) | IP_MSFILTER = 0x4a constant IP_MSS (line 885) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 886) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_IFINDEX (line 887) | IP_MULTICAST_IFINDEX = 0x42 constant IP_MULTICAST_LOOP (line 888) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 889) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 890) | IP_MULTICAST_VIF = 0xe constant IP_NAT__XXX (line 891) | IP_NAT__XXX = 0x37 constant IP_OFFMASK (line 892) | IP_OFFMASK = 0x1fff constant IP_OLD_FW_ADD (line 893) | IP_OLD_FW_ADD = 0x32 constant IP_OLD_FW_DEL (line 894) | IP_OLD_FW_DEL = 0x33 constant IP_OLD_FW_FLUSH (line 895) | IP_OLD_FW_FLUSH = 0x34 constant IP_OLD_FW_GET (line 896) | IP_OLD_FW_GET = 0x36 constant IP_OLD_FW_RESETLOG (line 897) | IP_OLD_FW_RESETLOG = 0x38 constant IP_OLD_FW_ZERO (line 898) | IP_OLD_FW_ZERO = 0x35 constant IP_OPTIONS (line 899) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 900) | IP_PKTINFO = 0x1a constant IP_PORTRANGE (line 901) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 902) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 903) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 904) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 905) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 906) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 907) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 908) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 909) | IP_RECVRETOPTS = 0x6 constant IP_RECVTOS (line 910) | IP_RECVTOS = 0x1b constant IP_RECVTTL (line 911) | IP_RECVTTL = 0x18 constant IP_RETOPTS (line 912) | IP_RETOPTS = 0x8 constant IP_RF (line 913) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 914) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 915) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 916) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 917) | IP_RSVP_VIF_ON = 0x11 constant IP_STRIPHDR (line 918) | IP_STRIPHDR = 0x17 constant IP_TOS (line 919) | IP_TOS = 0x3 constant IP_TRAFFIC_MGT_BACKGROUND (line 920) | IP_TRAFFIC_MGT_BACKGROUND = 0x41 constant IP_TTL (line 921) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 922) | IP_UNBLOCK_SOURCE = 0x49 constant ISIG (line 923) | ISIG = 0x80 constant ISTRIP (line 924) | ISTRIP = 0x20 constant IUTF8 (line 925) | IUTF8 = 0x4000 constant IXANY (line 926) | IXANY = 0x800 constant IXOFF (line 927) | IXOFF = 0x400 constant IXON (line 928) | IXON = 0x200 constant KERN_HOSTNAME (line 929) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 930) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 931) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 932) | KERN_VERSION = 0x4 constant LOCAL_PEERCRED (line 933) | LOCAL_PEERCRED = 0x1 constant LOCAL_PEEREPID (line 934) | LOCAL_PEEREPID = 0x3 constant LOCAL_PEEREUUID (line 935) | LOCAL_PEEREUUID = 0x5 constant LOCAL_PEERPID (line 936) | LOCAL_PEERPID = 0x2 constant LOCAL_PEERTOKEN (line 937) | LOCAL_PEERTOKEN = 0x6 constant LOCAL_PEERUUID (line 938) | LOCAL_PEERUUID = 0x4 constant LOCK_EX (line 939) | LOCK_EX = 0x2 constant LOCK_NB (line 940) | LOCK_NB = 0x4 constant LOCK_SH (line 941) | LOCK_SH = 0x1 constant LOCK_UN (line 942) | LOCK_UN = 0x8 constant MADV_CAN_REUSE (line 943) | MADV_CAN_REUSE = 0x9 constant MADV_DONTNEED (line 944) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 945) | MADV_FREE = 0x5 constant MADV_FREE_REUSABLE (line 946) | MADV_FREE_REUSABLE = 0x7 constant MADV_FREE_REUSE (line 947) | MADV_FREE_REUSE = 0x8 constant MADV_NORMAL (line 948) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 949) | MADV_PAGEOUT = 0xa constant MADV_RANDOM (line 950) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 951) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 952) | MADV_WILLNEED = 0x3 constant MADV_ZERO_WIRED_PAGES (line 953) | MADV_ZERO_WIRED_PAGES = 0x6 constant MAP_32BIT (line 954) | MAP_32BIT = 0x8000 constant MAP_ANON (line 955) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 956) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 957) | MAP_COPY = 0x2 constant MAP_FILE (line 958) | MAP_FILE = 0x0 constant MAP_FIXED (line 959) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 960) | MAP_HASSEMAPHORE = 0x200 constant MAP_JIT (line 961) | MAP_JIT = 0x800 constant MAP_NOCACHE (line 962) | MAP_NOCACHE = 0x400 constant MAP_NOEXTEND (line 963) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 964) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 965) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 966) | MAP_RENAME = 0x20 constant MAP_RESERVED0080 (line 967) | MAP_RESERVED0080 = 0x80 constant MAP_RESILIENT_CODESIGN (line 968) | MAP_RESILIENT_CODESIGN = 0x2000 constant MAP_RESILIENT_MEDIA (line 969) | MAP_RESILIENT_MEDIA = 0x4000 constant MAP_SHARED (line 970) | MAP_SHARED = 0x1 constant MAP_TRANSLATED_ALLOW_EXECUTE (line 971) | MAP_TRANSLATED_ALLOW_EXECUTE = 0x20000 constant MAP_UNIX03 (line 972) | MAP_UNIX03 = 0x40000 constant MCAST_BLOCK_SOURCE (line 973) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 974) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 975) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 976) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 977) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 978) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 979) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 980) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 981) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 982) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 983) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 984) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 985) | MNT_AUTOMOUNTED = 0x400000 constant MNT_CMDFLAGS (line 986) | MNT_CMDFLAGS = 0xf0000 constant MNT_CPROTECT (line 987) | MNT_CPROTECT = 0x80 constant MNT_DEFWRITE (line 988) | MNT_DEFWRITE = 0x2000000 constant MNT_DONTBROWSE (line 989) | MNT_DONTBROWSE = 0x100000 constant MNT_DOVOLFS (line 990) | MNT_DOVOLFS = 0x8000 constant MNT_DWAIT (line 991) | MNT_DWAIT = 0x4 constant MNT_EXPORTED (line 992) | MNT_EXPORTED = 0x100 constant MNT_EXT_ROOT_DATA_VOL (line 993) | MNT_EXT_ROOT_DATA_VOL = 0x1 constant MNT_FORCE (line 994) | MNT_FORCE = 0x80000 constant MNT_IGNORE_OWNERSHIP (line 995) | MNT_IGNORE_OWNERSHIP = 0x200000 constant MNT_JOURNALED (line 996) | MNT_JOURNALED = 0x800000 constant MNT_LOCAL (line 997) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 998) | MNT_MULTILABEL = 0x4000000 constant MNT_NOATIME (line 999) | MNT_NOATIME = 0x10000000 constant MNT_NOBLOCK (line 1000) | MNT_NOBLOCK = 0x20000 constant MNT_NODEV (line 1001) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1002) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1003) | MNT_NOSUID = 0x8 constant MNT_NOUSERXATTR (line 1004) | MNT_NOUSERXATTR = 0x1000000 constant MNT_NOWAIT (line 1005) | MNT_NOWAIT = 0x2 constant MNT_QUARANTINE (line 1006) | MNT_QUARANTINE = 0x400 constant MNT_QUOTA (line 1007) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1008) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1009) | MNT_RELOAD = 0x40000 constant MNT_REMOVABLE (line 1010) | MNT_REMOVABLE = 0x200 constant MNT_ROOTFS (line 1011) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1012) | MNT_SNAPSHOT = 0x40000000 constant MNT_STRICTATIME (line 1013) | MNT_STRICTATIME = 0x80000000 constant MNT_SYNCHRONOUS (line 1014) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1015) | MNT_UNION = 0x20 constant MNT_UNKNOWNPERMISSIONS (line 1016) | MNT_UNKNOWNPERMISSIONS = 0x200000 constant MNT_UPDATE (line 1017) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1018) | MNT_VISFLAGMASK = 0xd7f0f7ff constant MNT_WAIT (line 1019) | MNT_WAIT = 0x1 constant MSG_CTRUNC (line 1020) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1021) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1022) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1023) | MSG_EOF = 0x100 constant MSG_EOR (line 1024) | MSG_EOR = 0x8 constant MSG_FLUSH (line 1025) | MSG_FLUSH = 0x400 constant MSG_HAVEMORE (line 1026) | MSG_HAVEMORE = 0x2000 constant MSG_HOLD (line 1027) | MSG_HOLD = 0x800 constant MSG_NEEDSA (line 1028) | MSG_NEEDSA = 0x10000 constant MSG_NOSIGNAL (line 1029) | MSG_NOSIGNAL = 0x80000 constant MSG_OOB (line 1030) | MSG_OOB = 0x1 constant MSG_PEEK (line 1031) | MSG_PEEK = 0x2 constant MSG_RCVMORE (line 1032) | MSG_RCVMORE = 0x4000 constant MSG_SEND (line 1033) | MSG_SEND = 0x1000 constant MSG_TRUNC (line 1034) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1035) | MSG_WAITALL = 0x40 constant MSG_WAITSTREAM (line 1036) | MSG_WAITSTREAM = 0x200 constant MS_ASYNC (line 1037) | MS_ASYNC = 0x1 constant MS_DEACTIVATE (line 1038) | MS_DEACTIVATE = 0x8 constant MS_INVALIDATE (line 1039) | MS_INVALIDATE = 0x2 constant MS_KILLPAGES (line 1040) | MS_KILLPAGES = 0x4 constant MS_SYNC (line 1041) | MS_SYNC = 0x10 constant NAME_MAX (line 1042) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1043) | NET_RT_DUMP = 0x1 constant NET_RT_DUMP2 (line 1044) | NET_RT_DUMP2 = 0x7 constant NET_RT_FLAGS (line 1045) | NET_RT_FLAGS = 0x2 constant NET_RT_FLAGS_PRIV (line 1046) | NET_RT_FLAGS_PRIV = 0xa constant NET_RT_IFLIST (line 1047) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLIST2 (line 1048) | NET_RT_IFLIST2 = 0x6 constant NET_RT_MAXID (line 1049) | NET_RT_MAXID = 0xb constant NET_RT_STAT (line 1050) | NET_RT_STAT = 0x4 constant NET_RT_TRASH (line 1051) | NET_RT_TRASH = 0x5 constant NFDBITS (line 1052) | NFDBITS = 0x20 constant NL0 (line 1053) | NL0 = 0x0 constant NL1 (line 1054) | NL1 = 0x100 constant NL2 (line 1055) | NL2 = 0x200 constant NL3 (line 1056) | NL3 = 0x300 constant NLDLY (line 1057) | NLDLY = 0x300 constant NOFLSH (line 1058) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1059) | NOKERNINFO = 0x2000000 constant NOTE_ABSOLUTE (line 1060) | NOTE_ABSOLUTE = 0x8 constant NOTE_ATTRIB (line 1061) | NOTE_ATTRIB = 0x8 constant NOTE_BACKGROUND (line 1062) | NOTE_BACKGROUND = 0x40 constant NOTE_CHILD (line 1063) | NOTE_CHILD = 0x4 constant NOTE_CRITICAL (line 1064) | NOTE_CRITICAL = 0x20 constant NOTE_DELETE (line 1065) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1066) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1067) | NOTE_EXIT = 0x80000000 constant NOTE_EXITSTATUS (line 1068) | NOTE_EXITSTATUS = 0x4000000 constant NOTE_EXIT_CSERROR (line 1069) | NOTE_EXIT_CSERROR = 0x40000 constant NOTE_EXIT_DECRYPTFAIL (line 1070) | NOTE_EXIT_DECRYPTFAIL = 0x10000 constant NOTE_EXIT_DETAIL (line 1071) | NOTE_EXIT_DETAIL = 0x2000000 constant NOTE_EXIT_DETAIL_MASK (line 1072) | NOTE_EXIT_DETAIL_MASK = 0x70000 constant NOTE_EXIT_MEMORY (line 1073) | NOTE_EXIT_MEMORY = 0x20000 constant NOTE_EXIT_REPARENTED (line 1074) | NOTE_EXIT_REPARENTED = 0x80000 constant NOTE_EXTEND (line 1075) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1076) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1077) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1078) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1079) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1080) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1081) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1082) | NOTE_FORK = 0x40000000 constant NOTE_FUNLOCK (line 1083) | NOTE_FUNLOCK = 0x100 constant NOTE_LEEWAY (line 1084) | NOTE_LEEWAY = 0x10 constant NOTE_LINK (line 1085) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1086) | NOTE_LOWAT = 0x1 constant NOTE_MACHTIME (line 1087) | NOTE_MACHTIME = 0x100 constant NOTE_MACH_CONTINUOUS_TIME (line 1088) | NOTE_MACH_CONTINUOUS_TIME = 0x80 constant NOTE_NONE (line 1089) | NOTE_NONE = 0x80 constant NOTE_NSECONDS (line 1090) | NOTE_NSECONDS = 0x4 constant NOTE_OOB (line 1091) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1092) | NOTE_PCTRLMASK = -0x100000 constant NOTE_PDATAMASK (line 1093) | NOTE_PDATAMASK = 0xfffff constant NOTE_REAP (line 1094) | NOTE_REAP = 0x10000000 constant NOTE_RENAME (line 1095) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1096) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1097) | NOTE_SECONDS = 0x1 constant NOTE_SIGNAL (line 1098) | NOTE_SIGNAL = 0x8000000 constant NOTE_TRACK (line 1099) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1100) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1101) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1102) | NOTE_USECONDS = 0x2 constant NOTE_VM_ERROR (line 1103) | NOTE_VM_ERROR = 0x10000000 constant NOTE_VM_PRESSURE (line 1104) | NOTE_VM_PRESSURE = 0x80000000 constant NOTE_VM_PRESSURE_SUDDEN_TERMINATE (line 1105) | NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000 constant NOTE_VM_PRESSURE_TERMINATE (line 1106) | NOTE_VM_PRESSURE_TERMINATE = 0x40000000 constant NOTE_WRITE (line 1107) | NOTE_WRITE = 0x2 constant OCRNL (line 1108) | OCRNL = 0x10 constant OFDEL (line 1109) | OFDEL = 0x20000 constant OFILL (line 1110) | OFILL = 0x80 constant ONLCR (line 1111) | ONLCR = 0x2 constant ONLRET (line 1112) | ONLRET = 0x40 constant ONOCR (line 1113) | ONOCR = 0x20 constant ONOEOT (line 1114) | ONOEOT = 0x8 constant OPOST (line 1115) | OPOST = 0x1 constant OXTABS (line 1116) | OXTABS = 0x4 constant O_ACCMODE (line 1117) | O_ACCMODE = 0x3 constant O_ALERT (line 1118) | O_ALERT = 0x20000000 constant O_APPEND (line 1119) | O_APPEND = 0x8 constant O_ASYNC (line 1120) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1121) | O_CLOEXEC = 0x1000000 constant O_CREAT (line 1122) | O_CREAT = 0x200 constant O_DIRECTORY (line 1123) | O_DIRECTORY = 0x100000 constant O_DP_GETRAWENCRYPTED (line 1124) | O_DP_GETRAWENCRYPTED = 0x1 constant O_DP_GETRAWUNENCRYPTED (line 1125) | O_DP_GETRAWUNENCRYPTED = 0x2 constant O_DSYNC (line 1126) | O_DSYNC = 0x400000 constant O_EVTONLY (line 1127) | O_EVTONLY = 0x8000 constant O_EXCL (line 1128) | O_EXCL = 0x800 constant O_EXLOCK (line 1129) | O_EXLOCK = 0x20 constant O_FSYNC (line 1130) | O_FSYNC = 0x80 constant O_NDELAY (line 1131) | O_NDELAY = 0x4 constant O_NOCTTY (line 1132) | O_NOCTTY = 0x20000 constant O_NOFOLLOW (line 1133) | O_NOFOLLOW = 0x100 constant O_NOFOLLOW_ANY (line 1134) | O_NOFOLLOW_ANY = 0x20000000 constant O_NONBLOCK (line 1135) | O_NONBLOCK = 0x4 constant O_POPUP (line 1136) | O_POPUP = 0x80000000 constant O_RDONLY (line 1137) | O_RDONLY = 0x0 constant O_RDWR (line 1138) | O_RDWR = 0x2 constant O_SHLOCK (line 1139) | O_SHLOCK = 0x10 constant O_SYMLINK (line 1140) | O_SYMLINK = 0x200000 constant O_SYNC (line 1141) | O_SYNC = 0x80 constant O_TRUNC (line 1142) | O_TRUNC = 0x400 constant O_WRONLY (line 1143) | O_WRONLY = 0x1 constant PARENB (line 1144) | PARENB = 0x1000 constant PARMRK (line 1145) | PARMRK = 0x8 constant PARODD (line 1146) | PARODD = 0x2000 constant PENDIN (line 1147) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1148) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1149) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1150) | PRIO_USER = 0x2 constant PROT_EXEC (line 1151) | PROT_EXEC = 0x4 constant PROT_NONE (line 1152) | PROT_NONE = 0x0 constant PROT_READ (line 1153) | PROT_READ = 0x1 constant PROT_WRITE (line 1154) | PROT_WRITE = 0x2 constant PT_ATTACH (line 1155) | PT_ATTACH = 0xa constant PT_ATTACHEXC (line 1156) | PT_ATTACHEXC = 0xe constant PT_CONTINUE (line 1157) | PT_CONTINUE = 0x7 constant PT_DENY_ATTACH (line 1158) | PT_DENY_ATTACH = 0x1f constant PT_DETACH (line 1159) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1160) | PT_FIRSTMACH = 0x20 constant PT_FORCEQUOTA (line 1161) | PT_FORCEQUOTA = 0x1e constant PT_KILL (line 1162) | PT_KILL = 0x8 constant PT_READ_D (line 1163) | PT_READ_D = 0x2 constant PT_READ_I (line 1164) | PT_READ_I = 0x1 constant PT_READ_U (line 1165) | PT_READ_U = 0x3 constant PT_SIGEXC (line 1166) | PT_SIGEXC = 0xc constant PT_STEP (line 1167) | PT_STEP = 0x9 constant PT_THUPDATE (line 1168) | PT_THUPDATE = 0xd constant PT_TRACE_ME (line 1169) | PT_TRACE_ME = 0x0 constant PT_WRITE_D (line 1170) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1171) | PT_WRITE_I = 0x4 constant PT_WRITE_U (line 1172) | PT_WRITE_U = 0x6 constant RLIMIT_AS (line 1173) | RLIMIT_AS = 0x5 constant RLIMIT_CORE (line 1174) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1175) | RLIMIT_CPU = 0x0 constant RLIMIT_CPU_USAGE_MONITOR (line 1176) | RLIMIT_CPU_USAGE_MONITOR = 0x2 constant RLIMIT_DATA (line 1177) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1178) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1179) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1180) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1181) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1182) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1183) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1184) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1185) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1186) | RTAX_BRD = 0x7 constant RTAX_DST (line 1187) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1188) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1189) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1190) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1191) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1192) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1193) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1194) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1195) | RTA_BRD = 0x80 constant RTA_DST (line 1196) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1197) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1198) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1199) | RTA_IFA = 0x20 constant RTA_IFP (line 1200) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1201) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1202) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1203) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1204) | RTF_CLONING = 0x100 constant RTF_CONDEMNED (line 1205) | RTF_CONDEMNED = 0x2000000 constant RTF_DEAD (line 1206) | RTF_DEAD = 0x20000000 constant RTF_DELCLONE (line 1207) | RTF_DELCLONE = 0x80 constant RTF_DONE (line 1208) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1209) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1210) | RTF_GATEWAY = 0x2 constant RTF_GLOBAL (line 1211) | RTF_GLOBAL = 0x40000000 constant RTF_HOST (line 1212) | RTF_HOST = 0x4 constant RTF_IFREF (line 1213) | RTF_IFREF = 0x4000000 constant RTF_IFSCOPE (line 1214) | RTF_IFSCOPE = 0x1000000 constant RTF_LLDATA (line 1215) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1216) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1217) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1218) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1219) | RTF_MULTICAST = 0x800000 constant RTF_NOIFREF (line 1220) | RTF_NOIFREF = 0x2000 constant RTF_PINNED (line 1221) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1222) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1223) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1224) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1225) | RTF_PROTO3 = 0x40000 constant RTF_PROXY (line 1226) | RTF_PROXY = 0x8000000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_ROUTER (line 1228) | RTF_ROUTER = 0x10000000 constant RTF_STATIC (line 1229) | RTF_STATIC = 0x800 constant RTF_UP (line 1230) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1231) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1232) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1233) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1235) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1236) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1237) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1238) | RTM_GET = 0x4 constant RTM_GET2 (line 1239) | RTM_GET2 = 0x14 constant RTM_IFINFO (line 1240) | RTM_IFINFO = 0xe constant RTM_IFINFO2 (line 1241) | RTM_IFINFO2 = 0x12 constant RTM_LOCK (line 1242) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MISS (line 1244) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1245) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1246) | RTM_NEWMADDR = 0xf constant RTM_NEWMADDR2 (line 1247) | RTM_NEWMADDR2 = 0x13 constant RTM_OLDADD (line 1248) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1249) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 1250) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1251) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1252) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1253) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1254) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1255) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1256) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1257) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1258) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1259) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1260) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1261) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1262) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1263) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1264) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1265) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1266) | SCM_TIMESTAMP = 0x2 constant SCM_TIMESTAMP_MONOTONIC (line 1267) | SCM_TIMESTAMP_MONOTONIC = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1269) | SEEK_DATA = 0x4 constant SEEK_END (line 1270) | SEEK_END = 0x2 constant SEEK_HOLE (line 1271) | SEEK_HOLE = 0x3 constant SEEK_SET (line 1272) | SEEK_SET = 0x0 constant SF_APPEND (line 1273) | SF_APPEND = 0x40000 constant SF_ARCHIVED (line 1274) | SF_ARCHIVED = 0x10000 constant SF_DATALESS (line 1275) | SF_DATALESS = 0x40000000 constant SF_FIRMLINK (line 1276) | SF_FIRMLINK = 0x800000 constant SF_IMMUTABLE (line 1277) | SF_IMMUTABLE = 0x20000 constant SF_NOUNLINK (line 1278) | SF_NOUNLINK = 0x100000 constant SF_RESTRICTED (line 1279) | SF_RESTRICTED = 0x80000 constant SF_SETTABLE (line 1280) | SF_SETTABLE = 0x3fff0000 constant SF_SUPPORTED (line 1281) | SF_SUPPORTED = 0x9f0000 constant SF_SYNTHETIC (line 1282) | SF_SYNTHETIC = 0xc0000000 constant SHUT_RD (line 1283) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1284) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1285) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1286) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1287) | SIOCAIFADDR = 0x8040691a constant SIOCARPIPLL (line 1288) | SIOCARPIPLL = 0xc0206928 constant SIOCATMARK (line 1289) | SIOCATMARK = 0x40047307 constant SIOCAUTOADDR (line 1290) | SIOCAUTOADDR = 0xc0206926 constant SIOCAUTONETMASK (line 1291) | SIOCAUTONETMASK = 0x80206927 constant SIOCDELMULTI (line 1292) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1293) | SIOCDIFADDR = 0x80206919 constant SIOCDIFPHYADDR (line 1294) | SIOCDIFPHYADDR = 0x80206941 constant SIOCGDRVSPEC (line 1295) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETVLAN (line 1296) | SIOCGETVLAN = 0xc020697f constant SIOCGHIWAT (line 1297) | SIOCGHIWAT = 0x40047301 constant SIOCGIF6LOWPAN (line 1298) | SIOCGIF6LOWPAN = 0xc02069c5 constant SIOCGIFADDR (line 1299) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALTMTU (line 1300) | SIOCGIFALTMTU = 0xc0206948 constant SIOCGIFASYNCMAP (line 1301) | SIOCGIFASYNCMAP = 0xc020697c constant SIOCGIFBOND (line 1302) | SIOCGIFBOND = 0xc0206947 constant SIOCGIFBRDADDR (line 1303) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1304) | SIOCGIFCAP = 0xc020695b constant SIOCGIFCONF (line 1305) | SIOCGIFCONF = 0xc00c6924 constant SIOCGIFDEVMTU (line 1306) | SIOCGIFDEVMTU = 0xc0206944 constant SIOCGIFDSTADDR (line 1307) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1308) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFFUNCTIONALTYPE (line 1309) | SIOCGIFFUNCTIONALTYPE = 0xc02069ad constant SIOCGIFGENERIC (line 1310) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFKPI (line 1311) | SIOCGIFKPI = 0xc0206987 constant SIOCGIFMAC (line 1312) | SIOCGIFMAC = 0xc0206982 constant SIOCGIFMEDIA (line 1313) | SIOCGIFMEDIA = 0xc02c6938 constant SIOCGIFMETRIC (line 1314) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1315) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1316) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1317) | SIOCGIFPDSTADDR = 0xc0206940 constant SIOCGIFPHYS (line 1318) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1319) | SIOCGIFPSRCADDR = 0xc020693f constant SIOCGIFSTATUS (line 1320) | SIOCGIFSTATUS = 0xc331693d constant SIOCGIFVLAN (line 1321) | SIOCGIFVLAN = 0xc020697f constant SIOCGIFWAKEFLAGS (line 1322) | SIOCGIFWAKEFLAGS = 0xc0206988 constant SIOCGIFXMEDIA (line 1323) | SIOCGIFXMEDIA = 0xc02c6948 constant SIOCGLOWAT (line 1324) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1325) | SIOCGPGRP = 0x40047309 constant SIOCIFCREATE (line 1326) | SIOCIFCREATE = 0xc0206978 constant SIOCIFCREATE2 (line 1327) | SIOCIFCREATE2 = 0xc020697a constant SIOCIFDESTROY (line 1328) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1329) | SIOCIFGCLONERS = 0xc0106981 constant SIOCRSLVMULTI (line 1330) | SIOCRSLVMULTI = 0xc010693b constant SIOCSDRVSPEC (line 1331) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETVLAN (line 1332) | SIOCSETVLAN = 0x8020697e constant SIOCSHIWAT (line 1333) | SIOCSHIWAT = 0x80047300 constant SIOCSIF6LOWPAN (line 1334) | SIOCSIF6LOWPAN = 0x802069c4 constant SIOCSIFADDR (line 1335) | SIOCSIFADDR = 0x8020690c constant SIOCSIFALTMTU (line 1336) | SIOCSIFALTMTU = 0x80206945 constant SIOCSIFASYNCMAP (line 1337) | SIOCSIFASYNCMAP = 0x8020697d constant SIOCSIFBOND (line 1338) | SIOCSIFBOND = 0x80206946 constant SIOCSIFBRDADDR (line 1339) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1340) | SIOCSIFCAP = 0x8020695a constant SIOCSIFDSTADDR (line 1341) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1342) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1343) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFKPI (line 1344) | SIOCSIFKPI = 0x80206986 constant SIOCSIFLLADDR (line 1345) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1346) | SIOCSIFMAC = 0x80206983 constant SIOCSIFMEDIA (line 1347) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1348) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1349) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNETMASK (line 1350) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1351) | SIOCSIFPHYADDR = 0x8040693e constant SIOCSIFPHYS (line 1352) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFVLAN (line 1353) | SIOCSIFVLAN = 0x8020697e constant SIOCSLOWAT (line 1354) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1355) | SIOCSPGRP = 0x80047308 constant SOCK_DGRAM (line 1356) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1357) | SOCK_MAXADDRLEN = 0xff constant SOCK_RAW (line 1358) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1359) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1360) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1361) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1362) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1363) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1364) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1365) | SO_ACCEPTCONN = 0x2 constant SO_BROADCAST (line 1366) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1367) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1368) | SO_DONTROUTE = 0x10 constant SO_DONTTRUNC (line 1369) | SO_DONTTRUNC = 0x2000 constant SO_ERROR (line 1370) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1371) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1372) | SO_LABEL = 0x1010 constant SO_LINGER (line 1373) | SO_LINGER = 0x80 constant SO_LINGER_SEC (line 1374) | SO_LINGER_SEC = 0x1080 constant SO_NETSVC_MARKING_LEVEL (line 1375) | SO_NETSVC_MARKING_LEVEL = 0x1119 constant SO_NET_SERVICE_TYPE (line 1376) | SO_NET_SERVICE_TYPE = 0x1116 constant SO_NKE (line 1377) | SO_NKE = 0x1021 constant SO_NOADDRERR (line 1378) | SO_NOADDRERR = 0x1023 constant SO_NOSIGPIPE (line 1379) | SO_NOSIGPIPE = 0x1022 constant SO_NOTIFYCONFLICT (line 1380) | SO_NOTIFYCONFLICT = 0x1026 constant SO_NP_EXTENSIONS (line 1381) | SO_NP_EXTENSIONS = 0x1083 constant SO_NREAD (line 1382) | SO_NREAD = 0x1020 constant SO_NUMRCVPKT (line 1383) | SO_NUMRCVPKT = 0x1112 constant SO_NWRITE (line 1384) | SO_NWRITE = 0x1024 constant SO_OOBINLINE (line 1385) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1386) | SO_PEERLABEL = 0x1011 constant SO_RANDOMPORT (line 1387) | SO_RANDOMPORT = 0x1082 constant SO_RCVBUF (line 1388) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1389) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1390) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1391) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1392) | SO_REUSEPORT = 0x200 constant SO_REUSESHAREUID (line 1393) | SO_REUSESHAREUID = 0x1025 constant SO_SNDBUF (line 1394) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1395) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1396) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1397) | SO_TIMESTAMP = 0x400 constant SO_TIMESTAMP_MONOTONIC (line 1398) | SO_TIMESTAMP_MONOTONIC = 0x800 constant SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED (line 1399) | SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED = 0x1 constant SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT (line 1400) | SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4 constant SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER (line 1401) | SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER = 0x2 constant SO_TRACKER_TRANSPARENCY_VERSION (line 1402) | SO_TRACKER_TRANSPARENCY_VERSION = 0x3 constant SO_TYPE (line 1403) | SO_TYPE = 0x1008 constant SO_UPCALLCLOSEWAIT (line 1404) | SO_UPCALLCLOSEWAIT = 0x1027 constant SO_USELOOPBACK (line 1405) | SO_USELOOPBACK = 0x40 constant SO_WANTMORE (line 1406) | SO_WANTMORE = 0x4000 constant SO_WANTOOBFLAG (line 1407) | SO_WANTOOBFLAG = 0x8000 constant S_IEXEC (line 1408) | S_IEXEC = 0x40 constant S_IFBLK (line 1409) | S_IFBLK = 0x6000 constant S_IFCHR (line 1410) | S_IFCHR = 0x2000 constant S_IFDIR (line 1411) | S_IFDIR = 0x4000 constant S_IFIFO (line 1412) | S_IFIFO = 0x1000 constant S_IFLNK (line 1413) | S_IFLNK = 0xa000 constant S_IFMT (line 1414) | S_IFMT = 0xf000 constant S_IFREG (line 1415) | S_IFREG = 0x8000 constant S_IFSOCK (line 1416) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1417) | S_IFWHT = 0xe000 constant S_IREAD (line 1418) | S_IREAD = 0x100 constant S_IRGRP (line 1419) | S_IRGRP = 0x20 constant S_IROTH (line 1420) | S_IROTH = 0x4 constant S_IRUSR (line 1421) | S_IRUSR = 0x100 constant S_IRWXG (line 1422) | S_IRWXG = 0x38 constant S_IRWXO (line 1423) | S_IRWXO = 0x7 constant S_IRWXU (line 1424) | S_IRWXU = 0x1c0 constant S_ISGID (line 1425) | S_ISGID = 0x400 constant S_ISTXT (line 1426) | S_ISTXT = 0x200 constant S_ISUID (line 1427) | S_ISUID = 0x800 constant S_ISVTX (line 1428) | S_ISVTX = 0x200 constant S_IWGRP (line 1429) | S_IWGRP = 0x10 constant S_IWOTH (line 1430) | S_IWOTH = 0x2 constant S_IWRITE (line 1431) | S_IWRITE = 0x80 constant S_IWUSR (line 1432) | S_IWUSR = 0x80 constant S_IXGRP (line 1433) | S_IXGRP = 0x8 constant S_IXOTH (line 1434) | S_IXOTH = 0x1 constant S_IXUSR (line 1435) | S_IXUSR = 0x40 constant TAB0 (line 1436) | TAB0 = 0x0 constant TAB1 (line 1437) | TAB1 = 0x400 constant TAB2 (line 1438) | TAB2 = 0x800 constant TAB3 (line 1439) | TAB3 = 0x4 constant TABDLY (line 1440) | TABDLY = 0xc04 constant TCIFLUSH (line 1441) | TCIFLUSH = 0x1 constant TCIOFF (line 1442) | TCIOFF = 0x3 constant TCIOFLUSH (line 1443) | TCIOFLUSH = 0x3 constant TCION (line 1444) | TCION = 0x4 constant TCOFLUSH (line 1445) | TCOFLUSH = 0x2 constant TCOOFF (line 1446) | TCOOFF = 0x1 constant TCOON (line 1447) | TCOON = 0x2 constant TCPOPT_CC (line 1448) | TCPOPT_CC = 0xb constant TCPOPT_CCECHO (line 1449) | TCPOPT_CCECHO = 0xd constant TCPOPT_CCNEW (line 1450) | TCPOPT_CCNEW = 0xc constant TCPOPT_EOL (line 1451) | TCPOPT_EOL = 0x0 constant TCPOPT_FASTOPEN (line 1452) | TCPOPT_FASTOPEN = 0x22 constant TCPOPT_MAXSEG (line 1453) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1454) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1455) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1456) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1457) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1458) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1459) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1460) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1461) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1462) | TCPOPT_WINDOW = 0x3 constant TCP_CONNECTIONTIMEOUT (line 1463) | TCP_CONNECTIONTIMEOUT = 0x20 constant TCP_CONNECTION_INFO (line 1464) | TCP_CONNECTION_INFO = 0x106 constant TCP_ENABLE_ECN (line 1465) | TCP_ENABLE_ECN = 0x104 constant TCP_FASTOPEN (line 1466) | TCP_FASTOPEN = 0x105 constant TCP_KEEPALIVE (line 1467) | TCP_KEEPALIVE = 0x10 constant TCP_KEEPCNT (line 1468) | TCP_KEEPCNT = 0x102 constant TCP_KEEPINTVL (line 1469) | TCP_KEEPINTVL = 0x101 constant TCP_MAXHLEN (line 1470) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1471) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1472) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1473) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1474) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1475) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1476) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1477) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1478) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1479) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1480) | TCP_NOPUSH = 0x4 constant TCP_NOTSENT_LOWAT (line 1481) | TCP_NOTSENT_LOWAT = 0x201 constant TCP_RXT_CONNDROPTIME (line 1482) | TCP_RXT_CONNDROPTIME = 0x80 constant TCP_RXT_FINDROP (line 1483) | TCP_RXT_FINDROP = 0x100 constant TCP_SENDMOREACKS (line 1484) | TCP_SENDMOREACKS = 0x103 constant TCSAFLUSH (line 1485) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1486) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1487) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1488) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1489) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1490) | TIOCDRAIN = 0x2000745e constant TIOCDSIMICROCODE (line 1491) | TIOCDSIMICROCODE = 0x20007455 constant TIOCEXCL (line 1492) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1493) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1494) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1495) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1496) | TIOCGETA = 0x40487413 constant TIOCGETD (line 1497) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1498) | TIOCGPGRP = 0x40047477 constant TIOCGWINSZ (line 1499) | TIOCGWINSZ = 0x40087468 constant TIOCIXOFF (line 1500) | TIOCIXOFF = 0x20007480 constant TIOCIXON (line 1501) | TIOCIXON = 0x20007481 constant TIOCMBIC (line 1502) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1503) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1504) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1505) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1506) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1507) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1508) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1509) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1510) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1511) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1512) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1513) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1514) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1515) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1516) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1517) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1518) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1519) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1520) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1521) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1522) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1523) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1524) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1525) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1526) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1527) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1528) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1529) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1530) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1531) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1532) | TIOCPKT_STOP = 0x4 constant TIOCPTYGNAME (line 1533) | TIOCPTYGNAME = 0x40807453 constant TIOCPTYGRANT (line 1534) | TIOCPTYGRANT = 0x20007454 constant TIOCPTYUNLK (line 1535) | TIOCPTYUNLK = 0x20007452 constant TIOCREMOTE (line 1536) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1537) | TIOCSBRK = 0x2000747b constant TIOCSCONS (line 1538) | TIOCSCONS = 0x20007463 constant TIOCSCTTY (line 1539) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1540) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1541) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1542) | TIOCSETA = 0x80487414 constant TIOCSETAF (line 1543) | TIOCSETAF = 0x80487416 constant TIOCSETAW (line 1544) | TIOCSETAW = 0x80487415 constant TIOCSETD (line 1545) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1546) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1547) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1548) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1549) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1550) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1551) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1552) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1553) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1554) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1555) | TOSTOP = 0x400000 constant UF_APPEND (line 1556) | UF_APPEND = 0x4 constant UF_COMPRESSED (line 1557) | UF_COMPRESSED = 0x20 constant UF_DATAVAULT (line 1558) | UF_DATAVAULT = 0x80 constant UF_HIDDEN (line 1559) | UF_HIDDEN = 0x8000 constant UF_IMMUTABLE (line 1560) | UF_IMMUTABLE = 0x2 constant UF_NODUMP (line 1561) | UF_NODUMP = 0x1 constant UF_OPAQUE (line 1562) | UF_OPAQUE = 0x8 constant UF_SETTABLE (line 1563) | UF_SETTABLE = 0xffff constant UF_TRACKED (line 1564) | UF_TRACKED = 0x40 constant VDISCARD (line 1565) | VDISCARD = 0xf constant VDSUSP (line 1566) | VDSUSP = 0xb constant VEOF (line 1567) | VEOF = 0x0 constant VEOL (line 1568) | VEOL = 0x1 constant VEOL2 (line 1569) | VEOL2 = 0x2 constant VERASE (line 1570) | VERASE = 0x3 constant VINTR (line 1571) | VINTR = 0x8 constant VKILL (line 1572) | VKILL = 0x5 constant VLNEXT (line 1573) | VLNEXT = 0xe constant VMADDR_CID_ANY (line 1574) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 1575) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 1576) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_RESERVED (line 1577) | VMADDR_CID_RESERVED = 0x1 constant VMADDR_PORT_ANY (line 1578) | VMADDR_PORT_ANY = 0xffffffff constant VMIN (line 1579) | VMIN = 0x10 constant VM_LOADAVG (line 1580) | VM_LOADAVG = 0x2 constant VM_MACHFACTOR (line 1581) | VM_MACHFACTOR = 0x4 constant VM_MAXID (line 1582) | VM_MAXID = 0x6 constant VM_METER (line 1583) | VM_METER = 0x1 constant VM_SWAPUSAGE (line 1584) | VM_SWAPUSAGE = 0x5 constant VQUIT (line 1585) | VQUIT = 0x9 constant VREPRINT (line 1586) | VREPRINT = 0x6 constant VSTART (line 1587) | VSTART = 0xc constant VSTATUS (line 1588) | VSTATUS = 0x12 constant VSTOP (line 1589) | VSTOP = 0xd constant VSUSP (line 1590) | VSUSP = 0xa constant VT0 (line 1591) | VT0 = 0x0 constant VT1 (line 1592) | VT1 = 0x10000 constant VTDLY (line 1593) | VTDLY = 0x10000 constant VTIME (line 1594) | VTIME = 0x11 constant VWERASE (line 1595) | VWERASE = 0x4 constant WCONTINUED (line 1596) | WCONTINUED = 0x10 constant WCOREFLAG (line 1597) | WCOREFLAG = 0x80 constant WEXITED (line 1598) | WEXITED = 0x4 constant WNOHANG (line 1599) | WNOHANG = 0x1 constant WNOWAIT (line 1600) | WNOWAIT = 0x20 constant WORDSIZE (line 1601) | WORDSIZE = 0x40 constant WSTOPPED (line 1602) | WSTOPPED = 0x8 constant WUNTRACED (line 1603) | WUNTRACED = 0x2 constant XATTR_CREATE (line 1604) | XATTR_CREATE = 0x2 constant XATTR_NODEFAULT (line 1605) | XATTR_NODEFAULT = 0x10 constant XATTR_NOFOLLOW (line 1606) | XATTR_NOFOLLOW = 0x1 constant XATTR_NOSECURITY (line 1607) | XATTR_NOSECURITY = 0x8 constant XATTR_REPLACE (line 1608) | XATTR_REPLACE = 0x4 constant XATTR_SHOWCOMPRESSION (line 1609) | XATTR_SHOWCOMPRESSION = 0x20 constant E2BIG (line 1614) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1615) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1616) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1617) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1618) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1619) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1620) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1621) | EAUTH = syscall.Errno(0x50) constant EBADARCH (line 1622) | EBADARCH = syscall.Errno(0x56) constant EBADEXEC (line 1623) | EBADEXEC = syscall.Errno(0x55) constant EBADF (line 1624) | EBADF = syscall.Errno(0x9) constant EBADMACHO (line 1625) | EBADMACHO = syscall.Errno(0x58) constant EBADMSG (line 1626) | EBADMSG = syscall.Errno(0x5e) constant EBADRPC (line 1627) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1628) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1629) | ECANCELED = syscall.Errno(0x59) constant ECHILD (line 1630) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1631) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1632) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1633) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1634) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1635) | EDESTADDRREQ = syscall.Errno(0x27) constant EDEVERR (line 1636) | EDEVERR = syscall.Errno(0x53) constant EDOM (line 1637) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1638) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1639) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1640) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1641) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1642) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1643) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1644) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1645) | EIDRM = syscall.Errno(0x5a) constant EILSEQ (line 1646) | EILSEQ = syscall.Errno(0x5c) constant EINPROGRESS (line 1647) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1648) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1649) | EINVAL = syscall.Errno(0x16) constant EIO (line 1650) | EIO = syscall.Errno(0x5) constant EISCONN (line 1651) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1652) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1653) | ELAST = syscall.Errno(0x6a) constant ELOOP (line 1654) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1655) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1656) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1657) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1658) | EMULTIHOP = syscall.Errno(0x5f) constant ENAMETOOLONG (line 1659) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1660) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1661) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1662) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1663) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1664) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1665) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1666) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1667) | ENODATA = syscall.Errno(0x60) constant ENODEV (line 1668) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1669) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1670) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1671) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1672) | ENOLINK = syscall.Errno(0x61) constant ENOMEM (line 1673) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1674) | ENOMSG = syscall.Errno(0x5b) constant ENOPOLICY (line 1675) | ENOPOLICY = syscall.Errno(0x67) constant ENOPROTOOPT (line 1676) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1677) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1678) | ENOSR = syscall.Errno(0x62) constant ENOSTR (line 1679) | ENOSTR = syscall.Errno(0x63) constant ENOSYS (line 1680) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1681) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1682) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1683) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1684) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1685) | ENOTRECOVERABLE = syscall.Errno(0x68) constant ENOTSOCK (line 1686) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1687) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1688) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1689) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1690) | EOPNOTSUPP = syscall.Errno(0x66) constant EOVERFLOW (line 1691) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1692) | EOWNERDEAD = syscall.Errno(0x69) constant EPERM (line 1693) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1694) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1695) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1696) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1697) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1698) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1699) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1700) | EPROTO = syscall.Errno(0x64) constant EPROTONOSUPPORT (line 1701) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1702) | EPROTOTYPE = syscall.Errno(0x29) constant EPWROFF (line 1703) | EPWROFF = syscall.Errno(0x52) constant EQFULL (line 1704) | EQFULL = syscall.Errno(0x6a) constant ERANGE (line 1705) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1706) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1707) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1708) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHLIBVERS (line 1709) | ESHLIBVERS = syscall.Errno(0x57) constant ESHUTDOWN (line 1710) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1711) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1712) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1713) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1714) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1715) | ETIME = syscall.Errno(0x65) constant ETIMEDOUT (line 1716) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1717) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1718) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1719) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1720) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1721) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1726) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1727) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1728) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1729) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1730) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1731) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1732) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1733) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1734) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1735) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1736) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1737) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1738) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1739) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1740) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1741) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1742) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1743) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1744) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1745) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1746) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1747) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1748) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1749) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1750) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1751) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1752) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1753) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1754) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1755) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1756) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1757) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x21 constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x23 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x1c constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x22 constant AF_NATM (line 40) | AF_NATM = 0x1d constant AF_NETBIOS (line 41) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 42) | AF_NETGRAPH = 0x20 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x11 constant AF_SIP (line 46) | AF_SIP = 0x18 constant AF_SNA (line 47) | AF_SNA = 0xb constant AF_UNIX (line 48) | AF_UNIX = 0x1 constant AF_UNSPEC (line 49) | AF_UNSPEC = 0x0 constant ALTWERASE (line 50) | ALTWERASE = 0x200 constant B0 (line 51) | B0 = 0x0 constant B110 (line 52) | B110 = 0x6e constant B115200 (line 53) | B115200 = 0x1c200 constant B1200 (line 54) | B1200 = 0x4b0 constant B134 (line 55) | B134 = 0x86 constant B14400 (line 56) | B14400 = 0x3840 constant B150 (line 57) | B150 = 0x96 constant B1800 (line 58) | B1800 = 0x708 constant B19200 (line 59) | B19200 = 0x4b00 constant B200 (line 60) | B200 = 0xc8 constant B230400 (line 61) | B230400 = 0x38400 constant B2400 (line 62) | B2400 = 0x960 constant B28800 (line 63) | B28800 = 0x7080 constant B300 (line 64) | B300 = 0x12c constant B38400 (line 65) | B38400 = 0x9600 constant B460800 (line 66) | B460800 = 0x70800 constant B4800 (line 67) | B4800 = 0x12c0 constant B50 (line 68) | B50 = 0x32 constant B57600 (line 69) | B57600 = 0xe100 constant B600 (line 70) | B600 = 0x258 constant B7200 (line 71) | B7200 = 0x1c20 constant B75 (line 72) | B75 = 0x4b constant B76800 (line 73) | B76800 = 0x12c00 constant B921600 (line 74) | B921600 = 0xe1000 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFEEDBACK (line 76) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFEEDBACK (line 82) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 86) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 92) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x8010427b constant BIOCSFEEDBACK (line 96) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 100) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DEFAULTBUFSIZE (line 109) | BPF_DEFAULTBUFSIZE = 0x1000 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_H (line 111) | BPF_H = 0x8 constant BPF_IMM (line 112) | BPF_IMM = 0x0 constant BPF_IND (line 113) | BPF_IND = 0x40 constant BPF_JA (line 114) | BPF_JA = 0x0 constant BPF_JEQ (line 115) | BPF_JEQ = 0x10 constant BPF_JGE (line 116) | BPF_JGE = 0x30 constant BPF_JGT (line 117) | BPF_JGT = 0x20 constant BPF_JMP (line 118) | BPF_JMP = 0x5 constant BPF_JSET (line 119) | BPF_JSET = 0x40 constant BPF_K (line 120) | BPF_K = 0x0 constant BPF_LD (line 121) | BPF_LD = 0x0 constant BPF_LDX (line 122) | BPF_LDX = 0x1 constant BPF_LEN (line 123) | BPF_LEN = 0x80 constant BPF_LSH (line 124) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 125) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 126) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 127) | BPF_MAXINSNS = 0x200 constant BPF_MAX_CLONES (line 128) | BPF_MAX_CLONES = 0x80 constant BPF_MEM (line 129) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 130) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 131) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 132) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 133) | BPF_MISC = 0x7 constant BPF_MOD (line 134) | BPF_MOD = 0x90 constant BPF_MSH (line 135) | BPF_MSH = 0xa0 constant BPF_MUL (line 136) | BPF_MUL = 0x20 constant BPF_NEG (line 137) | BPF_NEG = 0x80 constant BPF_OR (line 138) | BPF_OR = 0x40 constant BPF_RELEASE (line 139) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 140) | BPF_RET = 0x6 constant BPF_RSH (line 141) | BPF_RSH = 0x70 constant BPF_ST (line 142) | BPF_ST = 0x2 constant BPF_STX (line 143) | BPF_STX = 0x3 constant BPF_SUB (line 144) | BPF_SUB = 0x10 constant BPF_TAX (line 145) | BPF_TAX = 0x0 constant BPF_TXA (line 146) | BPF_TXA = 0x80 constant BPF_W (line 147) | BPF_W = 0x0 constant BPF_X (line 148) | BPF_X = 0x8 constant BPF_XOR (line 149) | BPF_XOR = 0xa0 constant BRKINT (line 150) | BRKINT = 0x2 constant CFLUSH (line 151) | CFLUSH = 0xf constant CLOCAL (line 152) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 153) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 154) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 155) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 156) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 157) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 158) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 159) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 160) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 161) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 162) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 163) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 164) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 165) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 166) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 167) | CPUSTATES = 0x5 constant CP_IDLE (line 168) | CP_IDLE = 0x4 constant CP_INTR (line 169) | CP_INTR = 0x3 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SYS (line 171) | CP_SYS = 0x2 constant CP_USER (line 172) | CP_USER = 0x0 constant CREAD (line 173) | CREAD = 0x800 constant CRTSCTS (line 174) | CRTSCTS = 0x30000 constant CS5 (line 175) | CS5 = 0x0 constant CS6 (line 176) | CS6 = 0x100 constant CS7 (line 177) | CS7 = 0x200 constant CS8 (line 178) | CS8 = 0x300 constant CSIZE (line 179) | CSIZE = 0x300 constant CSTART (line 180) | CSTART = 0x11 constant CSTATUS (line 181) | CSTATUS = 0x14 constant CSTOP (line 182) | CSTOP = 0x13 constant CSTOPB (line 183) | CSTOPB = 0x400 constant CSUSP (line 184) | CSUSP = 0x1a constant CTL_HW (line 185) | CTL_HW = 0x6 constant CTL_KERN (line 186) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 187) | CTL_MAXNAME = 0xc constant CTL_NET (line 188) | CTL_NET = 0x4 constant DLT_A429 (line 189) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 190) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 191) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 192) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 193) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 194) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 195) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 196) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 197) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 198) | DLT_AURORA = 0x7e constant DLT_AX25 (line 199) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 200) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 201) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 202) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 203) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 204) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 205) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 206) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 207) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 208) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 209) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 210) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 211) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 212) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 213) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 214) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 215) | DLT_DBUS = 0xe7 constant DLT_DECT (line 216) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 217) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 218) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 219) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 220) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 221) | DLT_EN3MB = 0x2 constant DLT_ENC (line 222) | DLT_ENC = 0x6d constant DLT_EPON (line 223) | DLT_EPON = 0x103 constant DLT_ERF (line 224) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 225) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 226) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 227) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 228) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 229) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 230) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 231) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 232) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 233) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 234) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 235) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 236) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 237) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 238) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 239) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 240) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 241) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 242) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 243) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 244) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 245) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 246) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 247) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 248) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 249) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 250) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 251) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 252) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 253) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 254) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 255) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 256) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 257) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 258) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 259) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 260) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 261) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 262) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 263) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 264) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 265) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 266) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 267) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 268) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 269) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 270) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 271) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 272) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 273) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 274) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 275) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 276) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 277) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 278) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 279) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 280) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 281) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 282) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 283) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 284) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 285) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 286) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 287) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 288) | DLT_LAPD = 0xcb constant DLT_LIN (line 289) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 290) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 291) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 292) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 293) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 294) | DLT_LOOP = 0x6c constant DLT_LTALK (line 295) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 296) | DLT_MATCHING_MAX = 0x109 constant DLT_MATCHING_MIN (line 297) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 298) | DLT_MFR = 0xb6 constant DLT_MOST (line 299) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 300) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 301) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 302) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 303) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 304) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 305) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 306) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 307) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 308) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 309) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 310) | DLT_NFLOG = 0xef constant DLT_NG40 (line 311) | DLT_NG40 = 0xf4 constant DLT_NULL (line 312) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 313) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 314) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 315) | DLT_PFSYNC = 0x12 constant DLT_PKTAP (line 316) | DLT_PKTAP = 0x102 constant DLT_PPI (line 317) | DLT_PPI = 0xc0 constant DLT_PPP (line 318) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 319) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 320) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 321) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 322) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 323) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 324) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 325) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 326) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 327) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 328) | DLT_RAW = 0xc constant DLT_RDS (line 329) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 330) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 331) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 332) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 333) | DLT_SCCP = 0x8e constant DLT_SCTP (line 334) | DLT_SCTP = 0xf8 constant DLT_SITA (line 335) | DLT_SITA = 0xc4 constant DLT_SLIP (line 336) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 337) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 338) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 339) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 340) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 341) | DLT_TZSP = 0x80 constant DLT_USB (line 342) | DLT_USB = 0xba constant DLT_USBPCAP (line 343) | DLT_USBPCAP = 0xf9 constant DLT_USB_FREEBSD (line 344) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 345) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 346) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 347) | DLT_USER0 = 0x93 constant DLT_USER1 (line 348) | DLT_USER1 = 0x94 constant DLT_USER10 (line 349) | DLT_USER10 = 0x9d constant DLT_USER11 (line 350) | DLT_USER11 = 0x9e constant DLT_USER12 (line 351) | DLT_USER12 = 0x9f constant DLT_USER13 (line 352) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 353) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 354) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 355) | DLT_USER2 = 0x95 constant DLT_USER3 (line 356) | DLT_USER3 = 0x96 constant DLT_USER4 (line 357) | DLT_USER4 = 0x97 constant DLT_USER5 (line 358) | DLT_USER5 = 0x98 constant DLT_USER6 (line 359) | DLT_USER6 = 0x99 constant DLT_USER7 (line 360) | DLT_USER7 = 0x9a constant DLT_USER8 (line 361) | DLT_USER8 = 0x9b constant DLT_USER9 (line 362) | DLT_USER9 = 0x9c constant DLT_WATTSTOPPER_DLM (line 363) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 364) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 365) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 366) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 367) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 368) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 369) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 370) | DT_BLK = 0x6 constant DT_CHR (line 371) | DT_CHR = 0x2 constant DT_DBF (line 372) | DT_DBF = 0xf constant DT_DIR (line 373) | DT_DIR = 0x4 constant DT_FIFO (line 374) | DT_FIFO = 0x1 constant DT_LNK (line 375) | DT_LNK = 0xa constant DT_REG (line 376) | DT_REG = 0x8 constant DT_SOCK (line 377) | DT_SOCK = 0xc constant DT_UNKNOWN (line 378) | DT_UNKNOWN = 0x0 constant DT_WHT (line 379) | DT_WHT = 0xe constant ECHO (line 380) | ECHO = 0x8 constant ECHOCTL (line 381) | ECHOCTL = 0x40 constant ECHOE (line 382) | ECHOE = 0x2 constant ECHOK (line 383) | ECHOK = 0x4 constant ECHOKE (line 384) | ECHOKE = 0x1 constant ECHONL (line 385) | ECHONL = 0x10 constant ECHOPRT (line 386) | ECHOPRT = 0x20 constant EVFILT_AIO (line 387) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 388) | EVFILT_EXCEPT = -0x8 constant EVFILT_FS (line 389) | EVFILT_FS = -0xa constant EVFILT_MARKER (line 390) | EVFILT_MARKER = 0xf constant EVFILT_PROC (line 391) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 392) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 393) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 394) | EVFILT_SYSCOUNT = 0xa constant EVFILT_TIMER (line 395) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 396) | EVFILT_USER = -0x9 constant EVFILT_VNODE (line 397) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 398) | EVFILT_WRITE = -0x2 constant EV_ADD (line 399) | EV_ADD = 0x1 constant EV_CLEAR (line 400) | EV_CLEAR = 0x20 constant EV_DELETE (line 401) | EV_DELETE = 0x2 constant EV_DISABLE (line 402) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 403) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 404) | EV_ENABLE = 0x4 constant EV_EOF (line 405) | EV_EOF = 0x8000 constant EV_ERROR (line 406) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 407) | EV_FLAG1 = 0x2000 constant EV_HUP (line 408) | EV_HUP = 0x800 constant EV_NODATA (line 409) | EV_NODATA = 0x1000 constant EV_ONESHOT (line 410) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 411) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 412) | EV_SYSFLAGS = 0xf800 constant EXTA (line 413) | EXTA = 0x4b00 constant EXTB (line 414) | EXTB = 0x9600 constant EXTEXIT_LWP (line 415) | EXTEXIT_LWP = 0x10000 constant EXTEXIT_PROC (line 416) | EXTEXIT_PROC = 0x0 constant EXTEXIT_SETINT (line 417) | EXTEXIT_SETINT = 0x1 constant EXTEXIT_SIMPLE (line 418) | EXTEXIT_SIMPLE = 0x0 constant EXTPROC (line 419) | EXTPROC = 0x800 constant FD_CLOEXEC (line 420) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 421) | FD_SETSIZE = 0x400 constant FLUSHO (line 422) | FLUSHO = 0x800000 constant F_DUP2FD (line 423) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 424) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 425) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 426) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 427) | F_GETFD = 0x1 constant F_GETFL (line 428) | F_GETFL = 0x3 constant F_GETLK (line 429) | F_GETLK = 0x7 constant F_GETOWN (line 430) | F_GETOWN = 0x5 constant F_OK (line 431) | F_OK = 0x0 constant F_RDLCK (line 432) | F_RDLCK = 0x1 constant F_SETFD (line 433) | F_SETFD = 0x2 constant F_SETFL (line 434) | F_SETFL = 0x4 constant F_SETLK (line 435) | F_SETLK = 0x8 constant F_SETLKW (line 436) | F_SETLKW = 0x9 constant F_SETOWN (line 437) | F_SETOWN = 0x6 constant F_UNLCK (line 438) | F_UNLCK = 0x2 constant F_WRLCK (line 439) | F_WRLCK = 0x3 constant HUPCL (line 440) | HUPCL = 0x4000 constant HW_MACHINE (line 441) | HW_MACHINE = 0x1 constant ICANON (line 442) | ICANON = 0x100 constant ICMP6_FILTER (line 443) | ICMP6_FILTER = 0x12 constant ICRNL (line 444) | ICRNL = 0x100 constant IEXTEN (line 445) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 446) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 447) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 448) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 449) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 450) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 451) | IFF_CANTCHANGE = 0x318e72 constant IFF_DEBUG (line 452) | IFF_DEBUG = 0x4 constant IFF_IDIRECT (line 453) | IFF_IDIRECT = 0x200000 constant IFF_LINK0 (line 454) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 455) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 456) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 457) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 458) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 459) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 460) | IFF_NOARP = 0x80 constant IFF_NPOLLING (line 461) | IFF_NPOLLING = 0x100000 constant IFF_OACTIVE (line 462) | IFF_OACTIVE = 0x400 constant IFF_OACTIVE_COMPAT (line 463) | IFF_OACTIVE_COMPAT = 0x400 constant IFF_POINTOPOINT (line 464) | IFF_POINTOPOINT = 0x10 constant IFF_POLLING (line 465) | IFF_POLLING = 0x10000 constant IFF_POLLING_COMPAT (line 466) | IFF_POLLING_COMPAT = 0x10000 constant IFF_PPROMISC (line 467) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 468) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 469) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 470) | IFF_SIMPLEX = 0x800 constant IFF_SMART (line 471) | IFF_SMART = 0x20 constant IFF_STATICARP (line 472) | IFF_STATICARP = 0x80000 constant IFF_UP (line 473) | IFF_UP = 0x1 constant IFNAMSIZ (line 474) | IFNAMSIZ = 0x10 constant IFT_1822 (line 475) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 476) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 477) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 478) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 479) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 480) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 481) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 482) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 483) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 484) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 485) | IFT_ASYNC = 0x54 constant IFT_ATM (line 486) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 487) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 488) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 489) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 490) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 491) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 492) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 493) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 494) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 495) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 496) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 497) | IFT_BSC = 0x53 constant IFT_CARP (line 498) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 499) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 500) | IFT_CEPT = 0x13 constant IFT_CES (line 501) | IFT_CES = 0x85 constant IFT_CHANNEL (line 502) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 503) | IFT_CNR = 0x55 constant IFT_COFFEE (line 504) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 505) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 506) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 507) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 508) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 509) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 510) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 511) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 512) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DS0 (line 513) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 514) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 515) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 516) | IFT_DS3 = 0x1e constant IFT_DTM (line 517) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 518) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 519) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 520) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 521) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 522) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ENC (line 523) | IFT_ENC = 0xf4 constant IFT_EON (line 524) | IFT_EON = 0x19 constant IFT_EPLRS (line 525) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 526) | IFT_ESCON = 0x49 constant IFT_ETHER (line 527) | IFT_ETHER = 0x6 constant IFT_FAST (line 528) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 529) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 530) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 531) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 532) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 533) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 534) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 535) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 536) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 537) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 538) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 539) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 540) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 541) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 542) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 543) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 544) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 545) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 546) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 547) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 548) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 549) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 550) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 551) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 552) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 553) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 554) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 555) | IFT_HSSI = 0x2e constant IFT_HY (line 556) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 557) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 558) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 559) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 560) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 561) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 562) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 563) | IFT_IFGSN = 0x91 constant IFT_IMT (line 564) | IFT_IMT = 0xbe constant IFT_INTERLEAVE (line 565) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 566) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 567) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 568) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 569) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 570) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 571) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 572) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 573) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 574) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 575) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 576) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 577) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 578) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 579) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 580) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 581) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 582) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 583) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 584) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 585) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 586) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 587) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 588) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 589) | IFT_LAPB = 0x10 constant IFT_LAPD (line 590) | IFT_LAPD = 0x4d constant IFT_LAPF (line 591) | IFT_LAPF = 0x77 constant IFT_LOCALTALK (line 592) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 593) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 594) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 595) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 596) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 597) | IFT_MODEM = 0x30 constant IFT_MPC (line 598) | IFT_MPC = 0x71 constant IFT_MPLS (line 599) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 600) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 601) | IFT_MSDSL = 0x8f constant IFT_MVL (line 602) | IFT_MVL = 0xbf constant IFT_MYRINET (line 603) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 604) | IFT_NFAS = 0xaf constant IFT_NSIP (line 605) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 606) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 607) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 608) | IFT_OTHER = 0x1 constant IFT_P10 (line 609) | IFT_P10 = 0xc constant IFT_P80 (line 610) | IFT_P80 = 0xd constant IFT_PARA (line 611) | IFT_PARA = 0x22 constant IFT_PFLOG (line 612) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 613) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 614) | IFT_PLC = 0xae constant IFT_POS (line 615) | IFT_POS = 0xab constant IFT_PPP (line 616) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 617) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPBWAP2MP (line 618) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 619) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 620) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 621) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 622) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 623) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 624) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 625) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 626) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 627) | IFT_PVC = 0xf1 constant IFT_QLLC (line 628) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 629) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 630) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 631) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 632) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 633) | IFT_RS232 = 0x21 constant IFT_RSRB (line 634) | IFT_RSRB = 0x4f constant IFT_SDLC (line 635) | IFT_SDLC = 0x11 constant IFT_SDSL (line 636) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 637) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 638) | IFT_SIP = 0x1f constant IFT_SLIP (line 639) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 640) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 641) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 642) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 643) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 644) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 645) | IFT_SONETVT = 0x33 constant IFT_SRP (line 646) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 647) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 648) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 649) | IFT_STARLAN = 0xb constant IFT_STF (line 650) | IFT_STF = 0xf3 constant IFT_T1 (line 651) | IFT_T1 = 0x12 constant IFT_TDLC (line 652) | IFT_TDLC = 0x74 constant IFT_TERMPAD (line 653) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 654) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 655) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 656) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 657) | IFT_ULTRA = 0x1d constant IFT_USB (line 658) | IFT_USB = 0xa0 constant IFT_V11 (line 659) | IFT_V11 = 0x40 constant IFT_V35 (line 660) | IFT_V35 = 0x2d constant IFT_V36 (line 661) | IFT_V36 = 0x41 constant IFT_V37 (line 662) | IFT_V37 = 0x78 constant IFT_VDSL (line 663) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 664) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VOICEEM (line 665) | IFT_VOICEEM = 0x64 constant IFT_VOICEENCAP (line 666) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFXO (line 667) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 668) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 669) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERFRAMERELAY (line 670) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 671) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 672) | IFT_X213 = 0x5d constant IFT_X25 (line 673) | IFT_X25 = 0x5 constant IFT_X25DDN (line 674) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 675) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 676) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 677) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 678) | IFT_XETHER = 0x1a constant IGNBRK (line 679) | IGNBRK = 0x1 constant IGNCR (line 680) | IGNCR = 0x80 constant IGNPAR (line 681) | IGNPAR = 0x4 constant IMAXBEL (line 682) | IMAXBEL = 0x2000 constant INLCR (line 683) | INLCR = 0x40 constant INPCK (line 684) | INPCK = 0x10 constant IN_CLASSA_HOST (line 685) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 686) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 687) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 688) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 689) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 690) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 691) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 692) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 693) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 694) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 695) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 696) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 697) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 698) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 699) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 700) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 701) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 702) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 703) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 704) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 705) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 706) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 707) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 708) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 709) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 710) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 711) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 712) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 713) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 714) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 715) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 716) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 717) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 718) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 719) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 720) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 721) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 722) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 723) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 724) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 725) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 726) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 727) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 728) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 729) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 730) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 731) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 732) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 733) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 734) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 735) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 736) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 737) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 738) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 739) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 740) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 741) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 742) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 743) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 744) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 745) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 746) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 747) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 748) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 749) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 750) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 751) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 752) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 753) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 754) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 755) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 756) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 757) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 758) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 759) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 760) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 761) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 762) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 763) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 764) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MTP (line 765) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 766) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 767) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 768) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 769) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 770) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 771) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 772) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 773) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 774) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 775) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 776) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 777) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 778) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 779) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 780) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 781) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 782) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 783) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 784) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 785) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 786) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 787) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 788) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SDRP (line 789) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 790) | IPPROTO_SEP = 0x21 constant IPPROTO_SKIP (line 791) | IPPROTO_SKIP = 0x39 constant IPPROTO_SRPC (line 792) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 793) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 794) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 795) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 796) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 797) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 798) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 799) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 800) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 801) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 802) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 803) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 804) | IPPROTO_UDP = 0x11 constant IPPROTO_UNKNOWN (line 805) | IPPROTO_UNKNOWN = 0x102 constant IPPROTO_VINES (line 806) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 807) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 808) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 809) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 810) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 811) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 812) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 813) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 814) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 815) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 816) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 817) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 818) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 819) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 820) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 821) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWINFO_MASK (line 822) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 823) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 824) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 825) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 826) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 827) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 828) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 829) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 830) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 831) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 832) | IPV6_HOPOPTS = 0x31 constant IPV6_JOIN_GROUP (line 833) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 834) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 835) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 836) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHLIM (line 837) | IPV6_MINHLIM = 0x28 constant IPV6_MMTU (line 838) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 839) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 840) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 841) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 842) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 843) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 844) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 845) | IPV6_PKTINFO = 0x2e constant IPV6_PKTOPTIONS (line 846) | IPV6_PKTOPTIONS = 0x34 constant IPV6_PORTRANGE (line 847) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 848) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 849) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 850) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 851) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 852) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 853) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 854) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 855) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 856) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 857) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 858) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 859) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 860) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 861) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 862) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 863) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 864) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 865) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 866) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 867) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 868) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 869) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 870) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 871) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 872) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 873) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 874) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 875) | IP_DROP_MEMBERSHIP = 0xd constant IP_DUMMYNET_CONFIGURE (line 876) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 877) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 878) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 879) | IP_DUMMYNET_GET = 0x40 constant IP_FW_ADD (line 880) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 881) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 882) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 883) | IP_FW_GET = 0x36 constant IP_FW_RESETLOG (line 884) | IP_FW_RESETLOG = 0x37 constant IP_FW_TBL_ADD (line 885) | IP_FW_TBL_ADD = 0x2a constant IP_FW_TBL_CREATE (line 886) | IP_FW_TBL_CREATE = 0x28 constant IP_FW_TBL_DEL (line 887) | IP_FW_TBL_DEL = 0x2b constant IP_FW_TBL_DESTROY (line 888) | IP_FW_TBL_DESTROY = 0x29 constant IP_FW_TBL_EXPIRE (line 889) | IP_FW_TBL_EXPIRE = 0x2f constant IP_FW_TBL_FLUSH (line 890) | IP_FW_TBL_FLUSH = 0x2c constant IP_FW_TBL_GET (line 891) | IP_FW_TBL_GET = 0x2d constant IP_FW_TBL_ZERO (line 892) | IP_FW_TBL_ZERO = 0x2e constant IP_FW_X (line 893) | IP_FW_X = 0x31 constant IP_FW_ZERO (line 894) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 895) | IP_HDRINCL = 0x2 constant IP_MAXPACKET (line 896) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 897) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 898) | IP_MF = 0x2000 constant IP_MINTTL (line 899) | IP_MINTTL = 0x42 constant IP_MSS (line 900) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 901) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 902) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 903) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 904) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 905) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 906) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 907) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 908) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 909) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 910) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 911) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 912) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 913) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 914) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 915) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 916) | IP_RETOPTS = 0x8 constant IP_RF (line 917) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 918) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 919) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 920) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 921) | IP_RSVP_VIF_ON = 0x11 constant IP_TOS (line 922) | IP_TOS = 0x3 constant IP_TTL (line 923) | IP_TTL = 0x4 constant ISIG (line 924) | ISIG = 0x80 constant ISTRIP (line 925) | ISTRIP = 0x20 constant IXANY (line 926) | IXANY = 0x800 constant IXOFF (line 927) | IXOFF = 0x400 constant IXON (line 928) | IXON = 0x200 constant KERN_HOSTNAME (line 929) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 930) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 931) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 932) | KERN_VERSION = 0x4 constant LOCK_EX (line 933) | LOCK_EX = 0x2 constant LOCK_NB (line 934) | LOCK_NB = 0x4 constant LOCK_SH (line 935) | LOCK_SH = 0x1 constant LOCK_UN (line 936) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 937) | MADV_AUTOSYNC = 0x7 constant MADV_CONTROL_END (line 938) | MADV_CONTROL_END = 0xb constant MADV_CONTROL_START (line 939) | MADV_CONTROL_START = 0xa constant MADV_CORE (line 940) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 941) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 942) | MADV_FREE = 0x5 constant MADV_INVAL (line 943) | MADV_INVAL = 0xa constant MADV_NOCORE (line 944) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 945) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 946) | MADV_NOSYNC = 0x6 constant MADV_RANDOM (line 947) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 948) | MADV_SEQUENTIAL = 0x2 constant MADV_SETMAP (line 949) | MADV_SETMAP = 0xb constant MADV_WILLNEED (line 950) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 951) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 952) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 953) | MAP_COPY = 0x2 constant MAP_FILE (line 954) | MAP_FILE = 0x0 constant MAP_FIXED (line 955) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 956) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 957) | MAP_INHERIT = 0x80 constant MAP_NOCORE (line 958) | MAP_NOCORE = 0x20000 constant MAP_NOEXTEND (line 959) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 960) | MAP_NORESERVE = 0x40 constant MAP_NOSYNC (line 961) | MAP_NOSYNC = 0x800 constant MAP_PRIVATE (line 962) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 963) | MAP_RENAME = 0x20 constant MAP_SHARED (line 964) | MAP_SHARED = 0x1 constant MAP_SIZEALIGN (line 965) | MAP_SIZEALIGN = 0x40000 constant MAP_STACK (line 966) | MAP_STACK = 0x400 constant MAP_TRYFIXED (line 967) | MAP_TRYFIXED = 0x10000 constant MAP_VPAGETABLE (line 968) | MAP_VPAGETABLE = 0x2000 constant MCL_CURRENT (line 969) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 970) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 971) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 972) | MNT_AUTOMOUNTED = 0x20 constant MNT_CMDFLAGS (line 973) | MNT_CMDFLAGS = 0xf0000 constant MNT_DEFEXPORTED (line 974) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 975) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 976) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 977) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 978) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 979) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 980) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 981) | MNT_FORCE = 0x80000 constant MNT_IGNORE (line 982) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 983) | MNT_LAZY = 0x4 constant MNT_LOCAL (line 984) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 985) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 986) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 987) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NODEV (line 988) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 989) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 990) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 991) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 992) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 993) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 994) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 995) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 996) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 997) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 998) | MNT_SUIDDIR = 0x100000 constant MNT_SYNCHRONOUS (line 999) | MNT_SYNCHRONOUS = 0x2 constant MNT_TRIM (line 1000) | MNT_TRIM = 0x1000000 constant MNT_UPDATE (line 1001) | MNT_UPDATE = 0x10000 constant MNT_USER (line 1002) | MNT_USER = 0x8000 constant MNT_VISFLAGMASK (line 1003) | MNT_VISFLAGMASK = 0xf1f0ffff constant MNT_WAIT (line 1004) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1005) | MSG_CMSG_CLOEXEC = 0x1000 constant MSG_CTRUNC (line 1006) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1007) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1008) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1009) | MSG_EOF = 0x100 constant MSG_EOR (line 1010) | MSG_EOR = 0x8 constant MSG_FBLOCKING (line 1011) | MSG_FBLOCKING = 0x10000 constant MSG_FMASK (line 1012) | MSG_FMASK = 0xffff0000 constant MSG_FNONBLOCKING (line 1013) | MSG_FNONBLOCKING = 0x20000 constant MSG_NOSIGNAL (line 1014) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1015) | MSG_OOB = 0x1 constant MSG_PEEK (line 1016) | MSG_PEEK = 0x2 constant MSG_SYNC (line 1017) | MSG_SYNC = 0x800 constant MSG_TRUNC (line 1018) | MSG_TRUNC = 0x10 constant MSG_UNUSED09 (line 1019) | MSG_UNUSED09 = 0x200 constant MSG_WAITALL (line 1020) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1021) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1022) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1023) | MS_SYNC = 0x0 constant NAME_MAX (line 1024) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1025) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1026) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1027) | NET_RT_IFLIST = 0x3 constant NET_RT_MAXID (line 1028) | NET_RT_MAXID = 0x4 constant NFDBITS (line 1029) | NFDBITS = 0x40 constant NOFLSH (line 1030) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1031) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1032) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1033) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1034) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1035) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1036) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1037) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1038) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1039) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1040) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1041) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1042) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1043) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1044) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1045) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1046) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1047) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1048) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1049) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1050) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1051) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1052) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1053) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1054) | NOTE_TRIGGER = 0x1000000 constant NOTE_WRITE (line 1055) | NOTE_WRITE = 0x2 constant OCRNL (line 1056) | OCRNL = 0x10 constant ONLCR (line 1057) | ONLCR = 0x2 constant ONLRET (line 1058) | ONLRET = 0x40 constant ONOCR (line 1059) | ONOCR = 0x20 constant ONOEOT (line 1060) | ONOEOT = 0x8 constant OPOST (line 1061) | OPOST = 0x1 constant OXTABS (line 1062) | OXTABS = 0x4 constant O_ACCMODE (line 1063) | O_ACCMODE = 0x3 constant O_APPEND (line 1064) | O_APPEND = 0x8 constant O_ASYNC (line 1065) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1066) | O_CLOEXEC = 0x20000 constant O_CREAT (line 1067) | O_CREAT = 0x200 constant O_DIRECT (line 1068) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1069) | O_DIRECTORY = 0x8000000 constant O_EXCL (line 1070) | O_EXCL = 0x800 constant O_EXLOCK (line 1071) | O_EXLOCK = 0x20 constant O_FAPPEND (line 1072) | O_FAPPEND = 0x100000 constant O_FASYNCWRITE (line 1073) | O_FASYNCWRITE = 0x800000 constant O_FBLOCKING (line 1074) | O_FBLOCKING = 0x40000 constant O_FMASK (line 1075) | O_FMASK = 0xfc0000 constant O_FNONBLOCKING (line 1076) | O_FNONBLOCKING = 0x80000 constant O_FOFFSET (line 1077) | O_FOFFSET = 0x200000 constant O_FSYNC (line 1078) | O_FSYNC = 0x80 constant O_FSYNCWRITE (line 1079) | O_FSYNCWRITE = 0x400000 constant O_NDELAY (line 1080) | O_NDELAY = 0x4 constant O_NOCTTY (line 1081) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1082) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1083) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1084) | O_RDONLY = 0x0 constant O_RDWR (line 1085) | O_RDWR = 0x2 constant O_SHLOCK (line 1086) | O_SHLOCK = 0x10 constant O_SYNC (line 1087) | O_SYNC = 0x80 constant O_TRUNC (line 1088) | O_TRUNC = 0x400 constant O_WRONLY (line 1089) | O_WRONLY = 0x1 constant PARENB (line 1090) | PARENB = 0x1000 constant PARMRK (line 1091) | PARMRK = 0x8 constant PARODD (line 1092) | PARODD = 0x2000 constant PENDIN (line 1093) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1094) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1095) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1096) | PRIO_USER = 0x2 constant PROT_EXEC (line 1097) | PROT_EXEC = 0x4 constant PROT_NONE (line 1098) | PROT_NONE = 0x0 constant PROT_READ (line 1099) | PROT_READ = 0x1 constant PROT_WRITE (line 1100) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1101) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1102) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1103) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1104) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1105) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1106) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1107) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1108) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1109) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1110) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1111) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1112) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1113) | RTAX_BRD = 0x7 constant RTAX_DST (line 1114) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1115) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1116) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1117) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1118) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1119) | RTAX_MAX = 0xb constant RTAX_MPLS1 (line 1120) | RTAX_MPLS1 = 0x8 constant RTAX_MPLS2 (line 1121) | RTAX_MPLS2 = 0x9 constant RTAX_MPLS3 (line 1122) | RTAX_MPLS3 = 0xa constant RTAX_NETMASK (line 1123) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1124) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1125) | RTA_BRD = 0x80 constant RTA_DST (line 1126) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1127) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1128) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1129) | RTA_IFA = 0x20 constant RTA_IFP (line 1130) | RTA_IFP = 0x10 constant RTA_MPLS1 (line 1131) | RTA_MPLS1 = 0x100 constant RTA_MPLS2 (line 1132) | RTA_MPLS2 = 0x200 constant RTA_MPLS3 (line 1133) | RTA_MPLS3 = 0x400 constant RTA_NETMASK (line 1134) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1135) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1136) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1137) | RTF_CLONING = 0x100 constant RTF_DONE (line 1138) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1139) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1140) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1141) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1142) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1143) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1144) | RTF_MODIFIED = 0x20 constant RTF_MPLSOPS (line 1145) | RTF_MPLSOPS = 0x1000000 constant RTF_MULTICAST (line 1146) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1147) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1148) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1149) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1150) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1151) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1152) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1153) | RTF_STATIC = 0x800 constant RTF_UP (line 1154) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1155) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1156) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1157) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1158) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1159) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1160) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1161) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1162) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1163) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1164) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1165) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1166) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1167) | RTM_LOSING = 0x5 constant RTM_MISS (line 1168) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1169) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1170) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1171) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1172) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1173) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1174) | RTM_VERSION = 0x7 constant RTV_EXPIRE (line 1175) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1176) | RTV_HOPCOUNT = 0x2 constant RTV_IWCAPSEGS (line 1177) | RTV_IWCAPSEGS = 0x400 constant RTV_IWMAXSEGS (line 1178) | RTV_IWMAXSEGS = 0x200 constant RTV_MSL (line 1179) | RTV_MSL = 0x100 constant RTV_MTU (line 1180) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1181) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1182) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1183) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1184) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1185) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1186) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1187) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1188) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1189) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1190) | SCM_TIMESTAMP = 0x2 constant SHUT_RD (line 1191) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1192) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1193) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1194) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1195) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1196) | SIOCAIFGROUP = 0x80286987 constant SIOCALIFADDR (line 1197) | SIOCALIFADDR = 0x8118691b constant SIOCATMARK (line 1198) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1199) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1200) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1201) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1202) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDLIFADDR (line 1203) | SIOCDLIFADDR = 0x8118691d constant SIOCGDRVSPEC (line 1204) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1205) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1206) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1207) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1208) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1209) | SIOCGIFALIAS = 0xc0406929 constant SIOCGIFBRDADDR (line 1210) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1211) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1212) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1213) | SIOCGIFDATA = 0xc0206926 constant SIOCGIFDSTADDR (line 1214) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1215) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1216) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1217) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1218) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1219) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMEDIA (line 1220) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1221) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1222) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1223) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1224) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1225) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPOLLCPU (line 1226) | SIOCGIFPOLLCPU = 0xc020697e constant SIOCGIFPSRCADDR (line 1227) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFSTATUS (line 1228) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFTSOLEN (line 1229) | SIOCGIFTSOLEN = 0xc0206980 constant SIOCGLIFADDR (line 1230) | SIOCGLIFADDR = 0xc118691c constant SIOCGLIFPHYADDR (line 1231) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLOWAT (line 1232) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1233) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1234) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1235) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCIFCREATE (line 1236) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1237) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1238) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1239) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1240) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1241) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1242) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1243) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1244) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDSTADDR (line 1245) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1246) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1247) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1248) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMEDIA (line 1249) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1250) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1251) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1252) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1253) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1254) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1255) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFPOLLCPU (line 1256) | SIOCSIFPOLLCPU = 0x8020697d constant SIOCSIFTSOLEN (line 1257) | SIOCSIFTSOLEN = 0x8020697f constant SIOCSLIFPHYADDR (line 1258) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLOWAT (line 1259) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1260) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 1261) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1262) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1263) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1264) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1265) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1266) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1267) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1268) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1269) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1270) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1271) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1272) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1273) | SO_BROADCAST = 0x20 constant SO_CPUHINT (line 1274) | SO_CPUHINT = 0x1030 constant SO_DEBUG (line 1275) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1276) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1277) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1278) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1279) | SO_LINGER = 0x80 constant SO_NOSIGPIPE (line 1280) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1281) | SO_OOBINLINE = 0x100 constant SO_RCVBUF (line 1282) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1283) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1284) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1285) | SO_RERROR = 0x2000 constant SO_REUSEADDR (line 1286) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1287) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1288) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1289) | SO_SNDLOWAT = 0x1003 constant SO_SNDSPACE (line 1290) | SO_SNDSPACE = 0x100a constant SO_SNDTIMEO (line 1291) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1292) | SO_TIMESTAMP = 0x400 constant SO_TYPE (line 1293) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1294) | SO_USELOOPBACK = 0x40 constant S_BLKSIZE (line 1295) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1296) | S_IEXEC = 0x40 constant S_IFBLK (line 1297) | S_IFBLK = 0x6000 constant S_IFCHR (line 1298) | S_IFCHR = 0x2000 constant S_IFDB (line 1299) | S_IFDB = 0x9000 constant S_IFDIR (line 1300) | S_IFDIR = 0x4000 constant S_IFIFO (line 1301) | S_IFIFO = 0x1000 constant S_IFLNK (line 1302) | S_IFLNK = 0xa000 constant S_IFMT (line 1303) | S_IFMT = 0xf000 constant S_IFREG (line 1304) | S_IFREG = 0x8000 constant S_IFSOCK (line 1305) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1306) | S_IFWHT = 0xe000 constant S_IREAD (line 1307) | S_IREAD = 0x100 constant S_IRGRP (line 1308) | S_IRGRP = 0x20 constant S_IROTH (line 1309) | S_IROTH = 0x4 constant S_IRUSR (line 1310) | S_IRUSR = 0x100 constant S_IRWXG (line 1311) | S_IRWXG = 0x38 constant S_IRWXO (line 1312) | S_IRWXO = 0x7 constant S_IRWXU (line 1313) | S_IRWXU = 0x1c0 constant S_ISGID (line 1314) | S_ISGID = 0x400 constant S_ISTXT (line 1315) | S_ISTXT = 0x200 constant S_ISUID (line 1316) | S_ISUID = 0x800 constant S_ISVTX (line 1317) | S_ISVTX = 0x200 constant S_IWGRP (line 1318) | S_IWGRP = 0x10 constant S_IWOTH (line 1319) | S_IWOTH = 0x2 constant S_IWRITE (line 1320) | S_IWRITE = 0x80 constant S_IWUSR (line 1321) | S_IWUSR = 0x80 constant S_IXGRP (line 1322) | S_IXGRP = 0x8 constant S_IXOTH (line 1323) | S_IXOTH = 0x1 constant S_IXUSR (line 1324) | S_IXUSR = 0x40 constant TAB0 (line 1325) | TAB0 = 0x0 constant TAB3 (line 1326) | TAB3 = 0x4 constant TABDLY (line 1327) | TABDLY = 0x4 constant TCIFLUSH (line 1328) | TCIFLUSH = 0x1 constant TCIOFF (line 1329) | TCIOFF = 0x3 constant TCIOFLUSH (line 1330) | TCIOFLUSH = 0x3 constant TCION (line 1331) | TCION = 0x4 constant TCOFLUSH (line 1332) | TCOFLUSH = 0x2 constant TCOOFF (line 1333) | TCOOFF = 0x1 constant TCOON (line 1334) | TCOON = 0x2 constant TCP_FASTKEEP (line 1335) | TCP_FASTKEEP = 0x80 constant TCP_KEEPCNT (line 1336) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1337) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1338) | TCP_KEEPINIT = 0x20 constant TCP_KEEPINTVL (line 1339) | TCP_KEEPINTVL = 0x200 constant TCP_MAXBURST (line 1340) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1341) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1342) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1343) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1344) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1345) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1346) | TCP_MINMSS = 0x100 constant TCP_MIN_WINSHIFT (line 1347) | TCP_MIN_WINSHIFT = 0x5 constant TCP_MSS (line 1348) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1349) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1350) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1351) | TCP_NOPUSH = 0x4 constant TCP_SIGNATURE_ENABLE (line 1352) | TCP_SIGNATURE_ENABLE = 0x10 constant TCSAFLUSH (line 1353) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1354) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1355) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1356) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1357) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1358) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1359) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1360) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1361) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1362) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1363) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1364) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1365) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1366) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1367) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1368) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1369) | TIOCGWINSZ = 0x40087468 constant TIOCISPTMASTER (line 1370) | TIOCISPTMASTER = 0x20007455 constant TIOCMBIC (line 1371) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1372) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1373) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1374) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1375) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1376) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1377) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1378) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1379) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1380) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1381) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1382) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1383) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1384) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1385) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1386) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1387) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1388) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1389) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1390) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1391) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1392) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1393) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1394) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1395) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1396) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1397) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1398) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1399) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1400) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1401) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1402) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1403) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1404) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1405) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1406) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1407) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1408) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1409) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1410) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1411) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1412) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1413) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1414) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1415) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1416) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1417) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1418) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1419) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1420) | TOSTOP = 0x400000 constant UTIME_NOW (line 1421) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1422) | UTIME_OMIT = -0x2 constant VCHECKPT (line 1423) | VCHECKPT = 0x13 constant VDISCARD (line 1424) | VDISCARD = 0xf constant VDSUSP (line 1425) | VDSUSP = 0xb constant VEOF (line 1426) | VEOF = 0x0 constant VEOL (line 1427) | VEOL = 0x1 constant VEOL2 (line 1428) | VEOL2 = 0x2 constant VERASE (line 1429) | VERASE = 0x3 constant VERASE2 (line 1430) | VERASE2 = 0x7 constant VINTR (line 1431) | VINTR = 0x8 constant VKILL (line 1432) | VKILL = 0x5 constant VLNEXT (line 1433) | VLNEXT = 0xe constant VMIN (line 1434) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1435) | VM_BCACHE_SIZE_MAX = 0x0 constant VM_SWZONE_SIZE_MAX (line 1436) | VM_SWZONE_SIZE_MAX = 0x4000000000 constant VQUIT (line 1437) | VQUIT = 0x9 constant VREPRINT (line 1438) | VREPRINT = 0x6 constant VSTART (line 1439) | VSTART = 0xc constant VSTATUS (line 1440) | VSTATUS = 0x12 constant VSTOP (line 1441) | VSTOP = 0xd constant VSUSP (line 1442) | VSUSP = 0xa constant VTIME (line 1443) | VTIME = 0x11 constant VWERASE (line 1444) | VWERASE = 0x4 constant WCONTINUED (line 1445) | WCONTINUED = 0x4 constant WCOREFLAG (line 1446) | WCOREFLAG = 0x80 constant WEXITED (line 1447) | WEXITED = 0x10 constant WLINUXCLONE (line 1448) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1449) | WNOHANG = 0x1 constant WNOWAIT (line 1450) | WNOWAIT = 0x8 constant WSTOPPED (line 1451) | WSTOPPED = 0x2 constant WTRAPPED (line 1452) | WTRAPPED = 0x20 constant WUNTRACED (line 1453) | WUNTRACED = 0x2 constant E2BIG (line 1458) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1459) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1460) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1461) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1462) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1463) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1464) | EALREADY = syscall.Errno(0x25) constant EASYNC (line 1465) | EASYNC = syscall.Errno(0x63) constant EAUTH (line 1466) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1467) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1468) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1469) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1470) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1471) | ECANCELED = syscall.Errno(0x55) constant ECHILD (line 1472) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1473) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1474) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1475) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1476) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1477) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1478) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1479) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1480) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1481) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1482) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1483) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1484) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1485) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1486) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1487) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1488) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1489) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1490) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1491) | EINVAL = syscall.Errno(0x16) constant EIO (line 1492) | EIO = syscall.Errno(0x5) constant EISCONN (line 1493) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1494) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1495) | ELAST = syscall.Errno(0x63) constant ELOOP (line 1496) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1497) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1498) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1499) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1500) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1501) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1502) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1503) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1504) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1505) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1506) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1507) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1508) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1509) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1510) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1511) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1512) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1513) | ENOLINK = syscall.Errno(0x5b) constant ENOMEDIUM (line 1514) | ENOMEDIUM = syscall.Errno(0x5d) constant ENOMEM (line 1515) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1516) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1517) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1518) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1519) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1520) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1521) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1522) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1523) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1524) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1525) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1526) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1527) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1528) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1529) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1530) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1531) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1532) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1533) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1534) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1535) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1536) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1537) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1538) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1539) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1540) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1541) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1542) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1543) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1544) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1545) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1546) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1547) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1548) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1549) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1550) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1551) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1552) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1553) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1554) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1559) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1560) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1561) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1562) | SIGCHLD = syscall.Signal(0x14) constant SIGCKPT (line 1563) | SIGCKPT = syscall.Signal(0x21) constant SIGCKPTEXIT (line 1564) | SIGCKPTEXIT = syscall.Signal(0x22) constant SIGCONT (line 1565) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1566) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1567) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1568) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1569) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1570) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1571) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1572) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1573) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1574) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1575) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1576) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1577) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1578) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1579) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1580) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1581) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1582) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1583) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1584) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1585) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1586) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1587) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1588) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1589) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1590) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1591) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1592) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1593) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0084279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4004427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4008426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x400c4280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80084267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80084282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8008427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x800c4281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8008426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc144648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x804c6490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc06c648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_ALIGNED_SUPER (line 1027) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1028) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1029) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1030) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1031) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1032) | MAP_COPY = 0x2 constant MAP_EXCL (line 1033) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1034) | MAP_FILE = 0x0 constant MAP_FIXED (line 1035) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1036) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1037) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1038) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1039) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1040) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1041) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1042) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1043) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1044) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1045) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1046) | MAP_SHARED = 0x1 constant MAP_STACK (line 1047) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1048) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1049) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1050) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1051) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1052) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1053) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1054) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1055) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1056) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1057) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1058) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1059) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1060) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1061) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1062) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1063) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1064) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1065) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1066) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1067) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1068) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1069) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1070) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1071) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1072) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1073) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1074) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1075) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1076) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1077) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1078) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1079) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1080) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1081) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1082) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1083) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1084) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1085) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1086) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1087) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1088) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1089) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1090) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1091) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1092) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1093) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1094) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1095) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1096) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1097) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1098) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1099) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1100) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1101) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1102) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1103) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1104) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1105) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1106) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1107) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1108) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1109) | MSG_EOF = 0x100 constant MSG_EOR (line 1110) | MSG_EOR = 0x8 constant MSG_NBIO (line 1111) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1112) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1113) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1114) | MSG_OOB = 0x1 constant MSG_PEEK (line 1115) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1116) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1117) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1118) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1119) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1120) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1121) | MS_SYNC = 0x0 constant NAME_MAX (line 1122) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1123) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1124) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1125) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1126) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1127) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1128) | NFDBITS = 0x20 constant NOFLSH (line 1129) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1130) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1131) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1132) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1133) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1134) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1135) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1136) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1137) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1138) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1139) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1140) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1141) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1142) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1143) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1144) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1145) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1146) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1147) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1148) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1149) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1150) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1151) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1152) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1153) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1154) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1155) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1156) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1157) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1158) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1159) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1160) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1161) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1162) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1163) | NOTE_WRITE = 0x2 constant OCRNL (line 1164) | OCRNL = 0x10 constant ONLCR (line 1165) | ONLCR = 0x2 constant ONLRET (line 1166) | ONLRET = 0x40 constant ONOCR (line 1167) | ONOCR = 0x20 constant ONOEOT (line 1168) | ONOEOT = 0x8 constant OPOST (line 1169) | OPOST = 0x1 constant OXTABS (line 1170) | OXTABS = 0x4 constant O_ACCMODE (line 1171) | O_ACCMODE = 0x3 constant O_APPEND (line 1172) | O_APPEND = 0x8 constant O_ASYNC (line 1173) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1174) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1175) | O_CREAT = 0x200 constant O_DIRECT (line 1176) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1177) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1178) | O_EXCL = 0x800 constant O_EXEC (line 1179) | O_EXEC = 0x40000 constant O_EXLOCK (line 1180) | O_EXLOCK = 0x20 constant O_FSYNC (line 1181) | O_FSYNC = 0x80 constant O_NDELAY (line 1182) | O_NDELAY = 0x4 constant O_NOCTTY (line 1183) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1184) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1185) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1186) | O_RDONLY = 0x0 constant O_RDWR (line 1187) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1188) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1189) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1190) | O_SHLOCK = 0x10 constant O_SYNC (line 1191) | O_SYNC = 0x80 constant O_TRUNC (line 1192) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1193) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1194) | O_VERIFY = 0x200000 constant O_WRONLY (line 1195) | O_WRONLY = 0x1 constant PARENB (line 1196) | PARENB = 0x1000 constant PARMRK (line 1197) | PARMRK = 0x8 constant PARODD (line 1198) | PARODD = 0x2000 constant PENDIN (line 1199) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1200) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1201) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1202) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1203) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1204) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1205) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1206) | PRIO_USER = 0x2 constant PROT_EXEC (line 1207) | PROT_EXEC = 0x4 constant PROT_NONE (line 1208) | PROT_NONE = 0x0 constant PROT_READ (line 1209) | PROT_READ = 0x1 constant PROT_WRITE (line 1210) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1211) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1212) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1213) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1214) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1215) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1216) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1217) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1218) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1219) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1220) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1221) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1222) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1223) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1224) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1225) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1226) | PT_GETFPREGS = 0x23 constant PT_GETFSBASE (line 1227) | PT_GETFSBASE = 0x47 constant PT_GETGSBASE (line 1228) | PT_GETGSBASE = 0x49 constant PT_GETLWPLIST (line 1229) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1230) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1231) | PT_GETREGS = 0x21 constant PT_GETXMMREGS (line 1232) | PT_GETXMMREGS = 0x40 constant PT_GETXSTATE (line 1233) | PT_GETXSTATE = 0x45 constant PT_GETXSTATE_INFO (line 1234) | PT_GETXSTATE_INFO = 0x44 constant PT_GET_EVENT_MASK (line 1235) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1236) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1237) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1238) | PT_IO = 0xc constant PT_KILL (line 1239) | PT_KILL = 0x8 constant PT_LWPINFO (line 1240) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1241) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1242) | PT_READ_D = 0x2 constant PT_READ_I (line 1243) | PT_READ_I = 0x1 constant PT_RESUME (line 1244) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1245) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1246) | PT_SETFPREGS = 0x24 constant PT_SETFSBASE (line 1247) | PT_SETFSBASE = 0x48 constant PT_SETGSBASE (line 1248) | PT_SETGSBASE = 0x4a constant PT_SETREGS (line 1249) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1250) | PT_SETSTEP = 0x11 constant PT_SETXMMREGS (line 1251) | PT_SETXMMREGS = 0x41 constant PT_SETXSTATE (line 1252) | PT_SETXSTATE = 0x46 constant PT_SET_EVENT_MASK (line 1253) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1254) | PT_STEP = 0x9 constant PT_SUSPEND (line 1255) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1256) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1257) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1258) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1259) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1260) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1261) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1262) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1263) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1264) | P_ZONEID = 0xc constant RLIMIT_AS (line 1265) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1266) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1267) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1268) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1269) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1270) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1271) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1272) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1273) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1274) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1275) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1276) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1277) | RTAX_BRD = 0x7 constant RTAX_DST (line 1278) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1279) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1280) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1281) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1282) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1283) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1284) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1285) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1286) | RTA_BRD = 0x80 constant RTA_DST (line 1287) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1288) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1289) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1290) | RTA_IFA = 0x20 constant RTA_IFP (line 1291) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1292) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1293) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1294) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1295) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1296) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1297) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1298) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1299) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1300) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1301) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1302) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1303) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1304) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1305) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1306) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1307) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1308) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1309) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1310) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1311) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1312) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1313) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1314) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1315) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1316) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1317) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1318) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1319) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1320) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1321) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1322) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1323) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1324) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1325) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1326) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1327) | RTM_LOSING = 0x5 constant RTM_MISS (line 1328) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1329) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1330) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1331) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1332) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1333) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1334) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1335) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1336) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1337) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1338) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1339) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1340) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1341) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1342) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1343) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1344) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1345) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1346) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1347) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1348) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1349) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1350) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1351) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1352) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1353) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1354) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1355) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1356) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1357) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1358) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1359) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1360) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1361) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1362) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1363) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1364) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1365) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1366) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1367) | SEEK_DATA = 0x3 constant SEEK_END (line 1368) | SEEK_END = 0x2 constant SEEK_HOLE (line 1369) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1370) | SEEK_SET = 0x0 constant SHUT_RD (line 1371) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1372) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1373) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1374) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1375) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1376) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1377) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1378) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1379) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1380) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPHYADDR (line 1381) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1382) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETSGCNT (line 1383) | SIOCGETSGCNT = 0xc0147210 constant SIOCGETVIFCNT (line 1384) | SIOCGETVIFCNT = 0xc014720f constant SIOCGHIWAT (line 1385) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1386) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1387) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1388) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1389) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1390) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1391) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1392) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDESCR (line 1393) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1394) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1395) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1396) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1397) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1398) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1399) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1400) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFINDEX (line 1401) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1402) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1403) | SIOCGIFMEDIA = 0xc0286938 constant SIOCGIFMETRIC (line 1404) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1405) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1406) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1407) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1408) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1409) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1410) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1411) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1412) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1413) | SIOCGIFXMEDIA = 0xc028698b constant SIOCGLANPCP (line 1414) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1415) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1416) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1417) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1418) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1419) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1420) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1421) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1422) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1423) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSDRVSPEC (line 1424) | SIOCSDRVSPEC = 0x801c697b constant SIOCSHIWAT (line 1425) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1426) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1427) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1428) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1429) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1430) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1431) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1432) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1433) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1434) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1435) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1436) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1437) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1438) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1439) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1440) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1441) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1442) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1443) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1444) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1445) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1446) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1447) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1448) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1449) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1450) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1451) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1452) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1453) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1454) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1455) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1456) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1457) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1458) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1459) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1460) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1461) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1462) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1463) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1464) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1465) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1466) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1467) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1468) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1469) | SO_LABEL = 0x1009 constant SO_LINGER (line 1470) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1471) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1472) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1473) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1474) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1475) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1476) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1477) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1478) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1479) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1480) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1481) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1482) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1483) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1484) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1485) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1486) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1487) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1488) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1489) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1490) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1491) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1492) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1493) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1494) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1495) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1496) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1497) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1498) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1499) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1500) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1501) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1502) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1503) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1504) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1505) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1506) | S_IEXEC = 0x40 constant S_IFBLK (line 1507) | S_IFBLK = 0x6000 constant S_IFCHR (line 1508) | S_IFCHR = 0x2000 constant S_IFDIR (line 1509) | S_IFDIR = 0x4000 constant S_IFIFO (line 1510) | S_IFIFO = 0x1000 constant S_IFLNK (line 1511) | S_IFLNK = 0xa000 constant S_IFMT (line 1512) | S_IFMT = 0xf000 constant S_IFREG (line 1513) | S_IFREG = 0x8000 constant S_IFSOCK (line 1514) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1515) | S_IFWHT = 0xe000 constant S_IREAD (line 1516) | S_IREAD = 0x100 constant S_IRGRP (line 1517) | S_IRGRP = 0x20 constant S_IROTH (line 1518) | S_IROTH = 0x4 constant S_IRUSR (line 1519) | S_IRUSR = 0x100 constant S_IRWXG (line 1520) | S_IRWXG = 0x38 constant S_IRWXO (line 1521) | S_IRWXO = 0x7 constant S_IRWXU (line 1522) | S_IRWXU = 0x1c0 constant S_ISGID (line 1523) | S_ISGID = 0x400 constant S_ISTXT (line 1524) | S_ISTXT = 0x200 constant S_ISUID (line 1525) | S_ISUID = 0x800 constant S_ISVTX (line 1526) | S_ISVTX = 0x200 constant S_IWGRP (line 1527) | S_IWGRP = 0x10 constant S_IWOTH (line 1528) | S_IWOTH = 0x2 constant S_IWRITE (line 1529) | S_IWRITE = 0x80 constant S_IWUSR (line 1530) | S_IWUSR = 0x80 constant S_IXGRP (line 1531) | S_IXGRP = 0x8 constant S_IXOTH (line 1532) | S_IXOTH = 0x1 constant S_IXUSR (line 1533) | S_IXUSR = 0x40 constant TAB0 (line 1534) | TAB0 = 0x0 constant TAB3 (line 1535) | TAB3 = 0x4 constant TABDLY (line 1536) | TABDLY = 0x4 constant TCIFLUSH (line 1537) | TCIFLUSH = 0x1 constant TCIOFF (line 1538) | TCIOFF = 0x3 constant TCIOFLUSH (line 1539) | TCIOFLUSH = 0x3 constant TCION (line 1540) | TCION = 0x4 constant TCOFLUSH (line 1541) | TCOFLUSH = 0x2 constant TCOOFF (line 1542) | TCOOFF = 0x1 constant TCOON (line 1543) | TCOON = 0x2 constant TCPOPT_EOL (line 1544) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1545) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1546) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1547) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1548) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1549) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1550) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1551) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1552) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1553) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1554) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1555) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1556) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1557) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1558) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1559) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1560) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1561) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1562) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1563) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1564) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1565) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1566) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1567) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1568) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1569) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1570) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1571) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1572) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1573) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1574) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1575) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1576) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1577) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1578) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1579) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1580) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1581) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1582) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1583) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1584) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1585) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1586) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1587) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1588) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1589) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1590) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1591) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1592) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1593) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1594) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1595) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1596) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1597) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1598) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1599) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1600) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1601) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1602) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1603) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1604) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1605) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1606) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1607) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1608) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1609) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1610) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1611) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1612) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1613) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1614) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1615) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1616) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1617) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1618) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1619) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1620) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1621) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1622) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1623) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1624) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1625) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1626) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1627) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1628) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1629) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1630) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1631) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1632) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1633) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1634) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1635) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1636) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1637) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1638) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1639) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1640) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1641) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1642) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1643) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1644) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1645) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1646) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1647) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1648) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1649) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1650) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1651) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1652) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1653) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1654) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1655) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1656) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1657) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1658) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1659) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1660) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1661) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1662) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1663) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1664) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1665) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1666) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1667) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1668) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1669) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1670) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1671) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1672) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1673) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1674) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1675) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1676) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1677) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1678) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1679) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1680) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1681) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1682) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1683) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1684) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1685) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1686) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1687) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1688) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1689) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1690) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1691) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1692) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1693) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1694) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1695) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1696) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1697) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1698) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1699) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1700) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1701) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1702) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1703) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1704) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1705) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1706) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1707) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1708) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1709) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1710) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1711) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1712) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1713) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1714) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1715) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1716) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1717) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1718) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1719) | TIOCTIMESTAMP = 0x40087459 constant TIOCUCNTL (line 1720) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1721) | TOSTOP = 0x400000 constant UTIME_NOW (line 1722) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1723) | UTIME_OMIT = -0x2 constant VDISCARD (line 1724) | VDISCARD = 0xf constant VDSUSP (line 1725) | VDSUSP = 0xb constant VEOF (line 1726) | VEOF = 0x0 constant VEOL (line 1727) | VEOL = 0x1 constant VEOL2 (line 1728) | VEOL2 = 0x2 constant VERASE (line 1729) | VERASE = 0x3 constant VERASE2 (line 1730) | VERASE2 = 0x7 constant VINTR (line 1731) | VINTR = 0x8 constant VKILL (line 1732) | VKILL = 0x5 constant VLNEXT (line 1733) | VLNEXT = 0xe constant VMIN (line 1734) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1735) | VM_BCACHE_SIZE_MAX = 0x70e0000 constant VM_SWZONE_SIZE_MAX (line 1736) | VM_SWZONE_SIZE_MAX = 0x2280000 constant VQUIT (line 1737) | VQUIT = 0x9 constant VREPRINT (line 1738) | VREPRINT = 0x6 constant VSTART (line 1739) | VSTART = 0xc constant VSTATUS (line 1740) | VSTATUS = 0x12 constant VSTOP (line 1741) | VSTOP = 0xd constant VSUSP (line 1742) | VSUSP = 0xa constant VTIME (line 1743) | VTIME = 0x11 constant VWERASE (line 1744) | VWERASE = 0x4 constant WCONTINUED (line 1745) | WCONTINUED = 0x4 constant WCOREFLAG (line 1746) | WCOREFLAG = 0x80 constant WEXITED (line 1747) | WEXITED = 0x10 constant WLINUXCLONE (line 1748) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1749) | WNOHANG = 0x1 constant WNOWAIT (line 1750) | WNOWAIT = 0x8 constant WSTOPPED (line 1751) | WSTOPPED = 0x2 constant WTRAPPED (line 1752) | WTRAPPED = 0x20 constant WUNTRACED (line 1753) | WUNTRACED = 0x2 constant E2BIG (line 1758) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1759) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1760) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1761) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1762) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1763) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1764) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1765) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1766) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1767) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1768) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1769) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1770) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1771) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1772) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1773) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1774) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1775) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1776) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1777) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1778) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1779) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1780) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1781) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1782) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1783) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1784) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1785) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1786) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1787) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1788) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1789) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1790) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1791) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1792) | EINVAL = syscall.Errno(0x16) constant EIO (line 1793) | EIO = syscall.Errno(0x5) constant EISCONN (line 1794) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1795) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1796) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1797) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1798) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1799) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1800) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1801) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1802) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1803) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1804) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1805) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1806) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1807) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1808) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1809) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1810) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1811) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1812) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1813) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1814) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1815) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1816) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1817) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1818) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1819) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1820) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1821) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1822) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1823) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1824) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1825) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1826) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1827) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1828) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1829) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1830) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1831) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1832) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1833) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1834) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1835) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1836) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1837) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1838) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1839) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1840) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1841) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1842) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1843) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1844) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1845) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1846) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1847) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1848) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1849) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1850) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1851) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1852) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1853) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1854) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1855) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1856) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1857) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1862) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1863) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1864) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1865) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1866) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1867) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1868) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1869) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1870) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1871) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1872) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1873) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1874) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1875) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1876) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1877) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1878) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1879) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1880) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1881) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1882) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1883) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1884) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1885) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1886) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1887) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1888) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1889) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1890) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1891) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1892) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1893) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1894) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1895) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1896) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x80506490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1027) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1028) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1029) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1030) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1031) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1032) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1033) | MAP_COPY = 0x2 constant MAP_EXCL (line 1034) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1035) | MAP_FILE = 0x0 constant MAP_FIXED (line 1036) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1037) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1038) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1039) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1040) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1041) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1042) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1043) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1044) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1045) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1046) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1047) | MAP_SHARED = 0x1 constant MAP_STACK (line 1048) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1049) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1050) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1051) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1052) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1053) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1054) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1055) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1056) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1057) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1058) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1059) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1060) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1061) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1062) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1063) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1064) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1065) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1066) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1067) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1068) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1069) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1070) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1071) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1072) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1073) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1074) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1075) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1076) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1077) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1078) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1079) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1080) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1081) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1082) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1083) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1084) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1085) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1086) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1087) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1088) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1089) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1090) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1091) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1092) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1093) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1094) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1095) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1096) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1097) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1098) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1099) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1100) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1101) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1102) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1103) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1104) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1105) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1106) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1107) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1108) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1109) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1110) | MSG_EOF = 0x100 constant MSG_EOR (line 1111) | MSG_EOR = 0x8 constant MSG_NBIO (line 1112) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1113) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1114) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1115) | MSG_OOB = 0x1 constant MSG_PEEK (line 1116) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1117) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1118) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1119) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1120) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1121) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1122) | MS_SYNC = 0x0 constant NAME_MAX (line 1123) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1124) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1125) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1126) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1127) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1128) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1129) | NFDBITS = 0x40 constant NOFLSH (line 1130) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1131) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1132) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1133) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1134) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1135) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1136) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1137) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1138) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1139) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1140) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1141) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1142) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1143) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1144) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1145) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1146) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1147) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1148) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1149) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1150) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1151) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1152) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1153) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1154) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1155) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1156) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1157) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1158) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1159) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1160) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1161) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1162) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1163) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1164) | NOTE_WRITE = 0x2 constant OCRNL (line 1165) | OCRNL = 0x10 constant ONLCR (line 1166) | ONLCR = 0x2 constant ONLRET (line 1167) | ONLRET = 0x40 constant ONOCR (line 1168) | ONOCR = 0x20 constant ONOEOT (line 1169) | ONOEOT = 0x8 constant OPOST (line 1170) | OPOST = 0x1 constant OXTABS (line 1171) | OXTABS = 0x4 constant O_ACCMODE (line 1172) | O_ACCMODE = 0x3 constant O_APPEND (line 1173) | O_APPEND = 0x8 constant O_ASYNC (line 1174) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1175) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1176) | O_CREAT = 0x200 constant O_DIRECT (line 1177) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1178) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1179) | O_EXCL = 0x800 constant O_EXEC (line 1180) | O_EXEC = 0x40000 constant O_EXLOCK (line 1181) | O_EXLOCK = 0x20 constant O_FSYNC (line 1182) | O_FSYNC = 0x80 constant O_NDELAY (line 1183) | O_NDELAY = 0x4 constant O_NOCTTY (line 1184) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1185) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1186) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1187) | O_RDONLY = 0x0 constant O_RDWR (line 1188) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1189) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1190) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1191) | O_SHLOCK = 0x10 constant O_SYNC (line 1192) | O_SYNC = 0x80 constant O_TRUNC (line 1193) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1194) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1195) | O_VERIFY = 0x200000 constant O_WRONLY (line 1196) | O_WRONLY = 0x1 constant PARENB (line 1197) | PARENB = 0x1000 constant PARMRK (line 1198) | PARMRK = 0x8 constant PARODD (line 1199) | PARODD = 0x2000 constant PENDIN (line 1200) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1201) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1202) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1203) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1204) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1205) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1206) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1207) | PRIO_USER = 0x2 constant PROT_EXEC (line 1208) | PROT_EXEC = 0x4 constant PROT_NONE (line 1209) | PROT_NONE = 0x0 constant PROT_READ (line 1210) | PROT_READ = 0x1 constant PROT_WRITE (line 1211) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1212) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1213) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1214) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1215) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1216) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1217) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1218) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1219) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1220) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1221) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1222) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1223) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1224) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1225) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1226) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1227) | PT_GETFPREGS = 0x23 constant PT_GETFSBASE (line 1228) | PT_GETFSBASE = 0x47 constant PT_GETGSBASE (line 1229) | PT_GETGSBASE = 0x49 constant PT_GETLWPLIST (line 1230) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1231) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1232) | PT_GETREGS = 0x21 constant PT_GETXSTATE (line 1233) | PT_GETXSTATE = 0x45 constant PT_GETXSTATE_INFO (line 1234) | PT_GETXSTATE_INFO = 0x44 constant PT_GET_EVENT_MASK (line 1235) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1236) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1237) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1238) | PT_IO = 0xc constant PT_KILL (line 1239) | PT_KILL = 0x8 constant PT_LWPINFO (line 1240) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1241) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1242) | PT_READ_D = 0x2 constant PT_READ_I (line 1243) | PT_READ_I = 0x1 constant PT_RESUME (line 1244) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1245) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1246) | PT_SETFPREGS = 0x24 constant PT_SETFSBASE (line 1247) | PT_SETFSBASE = 0x48 constant PT_SETGSBASE (line 1248) | PT_SETGSBASE = 0x4a constant PT_SETREGS (line 1249) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1250) | PT_SETSTEP = 0x11 constant PT_SETXSTATE (line 1251) | PT_SETXSTATE = 0x46 constant PT_SET_EVENT_MASK (line 1252) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1253) | PT_STEP = 0x9 constant PT_SUSPEND (line 1254) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1255) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1256) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1257) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1258) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1259) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1260) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1261) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1262) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1263) | P_ZONEID = 0xc constant RLIMIT_AS (line 1264) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1265) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1266) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1267) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1268) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1269) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1270) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1271) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1272) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1273) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1274) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1275) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1276) | RTAX_BRD = 0x7 constant RTAX_DST (line 1277) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1278) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1279) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1280) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1281) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1282) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1283) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1284) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1285) | RTA_BRD = 0x80 constant RTA_DST (line 1286) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1287) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1288) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1289) | RTA_IFA = 0x20 constant RTA_IFP (line 1290) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1291) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1292) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1293) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1294) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1295) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1296) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1297) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1298) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1299) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1300) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1301) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1302) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1303) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1304) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1305) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1306) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1307) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1308) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1309) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1310) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1311) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1312) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1313) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1314) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1315) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1316) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1317) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1318) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1319) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1320) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1321) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1322) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1323) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1324) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1325) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1326) | RTM_LOSING = 0x5 constant RTM_MISS (line 1327) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1328) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1329) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1330) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1331) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1332) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1333) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1334) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1335) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1336) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1337) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1338) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1339) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1340) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1341) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1342) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1343) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1344) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1345) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1346) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1347) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1348) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1349) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1350) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1351) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1352) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1353) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1354) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1355) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1356) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1357) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1358) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1359) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1360) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1361) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1362) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1363) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1364) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1365) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1366) | SEEK_DATA = 0x3 constant SEEK_END (line 1367) | SEEK_END = 0x2 constant SEEK_HOLE (line 1368) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1369) | SEEK_SET = 0x0 constant SHUT_RD (line 1370) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1371) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1372) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1373) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1374) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1375) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1376) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1377) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1378) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1379) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1380) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1381) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1382) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1383) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1384) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1385) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1386) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1387) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1388) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1389) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1390) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1391) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDESCR (line 1392) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1393) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1394) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1395) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1396) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1397) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1398) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1399) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1400) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1401) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1402) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1403) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1404) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1405) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1406) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1407) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1408) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1409) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1410) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1411) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1412) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1413) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1414) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1415) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1416) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1417) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1418) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1419) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1420) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1421) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1422) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1423) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1424) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1425) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1426) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1427) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1428) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1429) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1430) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1431) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1432) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1433) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1434) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1435) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1436) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1437) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1438) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1439) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1440) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1441) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1442) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1443) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1444) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1445) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1446) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1447) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1448) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1449) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1450) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1451) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1452) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1453) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1454) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1455) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1456) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1457) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1458) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1459) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1460) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1461) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1462) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1463) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1464) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1465) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1466) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1467) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1468) | SO_LABEL = 0x1009 constant SO_LINGER (line 1469) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1470) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1471) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1472) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1473) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1474) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1475) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1476) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1477) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1478) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1479) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1480) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1481) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1482) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1483) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1484) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1485) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1486) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1487) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1488) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1489) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1490) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1491) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1492) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1493) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1494) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1495) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1496) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1497) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1498) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1499) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1500) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1501) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1502) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1503) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1504) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1505) | S_IEXEC = 0x40 constant S_IFBLK (line 1506) | S_IFBLK = 0x6000 constant S_IFCHR (line 1507) | S_IFCHR = 0x2000 constant S_IFDIR (line 1508) | S_IFDIR = 0x4000 constant S_IFIFO (line 1509) | S_IFIFO = 0x1000 constant S_IFLNK (line 1510) | S_IFLNK = 0xa000 constant S_IFMT (line 1511) | S_IFMT = 0xf000 constant S_IFREG (line 1512) | S_IFREG = 0x8000 constant S_IFSOCK (line 1513) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1514) | S_IFWHT = 0xe000 constant S_IREAD (line 1515) | S_IREAD = 0x100 constant S_IRGRP (line 1516) | S_IRGRP = 0x20 constant S_IROTH (line 1517) | S_IROTH = 0x4 constant S_IRUSR (line 1518) | S_IRUSR = 0x100 constant S_IRWXG (line 1519) | S_IRWXG = 0x38 constant S_IRWXO (line 1520) | S_IRWXO = 0x7 constant S_IRWXU (line 1521) | S_IRWXU = 0x1c0 constant S_ISGID (line 1522) | S_ISGID = 0x400 constant S_ISTXT (line 1523) | S_ISTXT = 0x200 constant S_ISUID (line 1524) | S_ISUID = 0x800 constant S_ISVTX (line 1525) | S_ISVTX = 0x200 constant S_IWGRP (line 1526) | S_IWGRP = 0x10 constant S_IWOTH (line 1527) | S_IWOTH = 0x2 constant S_IWRITE (line 1528) | S_IWRITE = 0x80 constant S_IWUSR (line 1529) | S_IWUSR = 0x80 constant S_IXGRP (line 1530) | S_IXGRP = 0x8 constant S_IXOTH (line 1531) | S_IXOTH = 0x1 constant S_IXUSR (line 1532) | S_IXUSR = 0x40 constant TAB0 (line 1533) | TAB0 = 0x0 constant TAB3 (line 1534) | TAB3 = 0x4 constant TABDLY (line 1535) | TABDLY = 0x4 constant TCIFLUSH (line 1536) | TCIFLUSH = 0x1 constant TCIOFF (line 1537) | TCIOFF = 0x3 constant TCIOFLUSH (line 1538) | TCIOFLUSH = 0x3 constant TCION (line 1539) | TCION = 0x4 constant TCOFLUSH (line 1540) | TCOFLUSH = 0x2 constant TCOOFF (line 1541) | TCOOFF = 0x1 constant TCOON (line 1542) | TCOON = 0x2 constant TCPOPT_EOL (line 1543) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1544) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1545) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1546) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1547) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1548) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1549) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1550) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1551) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1552) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1553) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1554) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1555) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1556) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1557) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1558) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1559) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1560) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1561) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1562) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1563) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1564) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1565) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1566) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1567) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1568) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1569) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1570) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1571) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1572) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1573) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1574) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1575) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1576) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1577) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1578) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1579) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1580) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1581) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1582) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1583) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1584) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1585) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1586) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1587) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1588) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1589) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1590) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1591) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1592) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1593) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1594) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1595) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1596) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1597) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1598) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1599) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1600) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1601) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1602) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1603) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1604) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1605) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1606) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1607) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1608) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1609) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1610) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1611) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1612) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1613) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1614) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1615) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1616) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1617) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1618) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1619) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1620) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1621) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1622) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1623) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1624) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1625) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1626) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1627) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1628) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1629) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1630) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1631) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1632) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1633) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1634) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1635) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1636) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1637) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1638) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1639) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1640) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1641) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1642) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1643) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1644) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1645) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1646) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1647) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1648) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1649) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1650) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1651) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1652) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1653) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1654) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1655) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1656) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1657) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1658) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1659) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1660) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1661) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1662) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1663) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1664) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1665) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1666) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1667) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1668) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1669) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1670) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1671) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1672) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1673) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1674) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1675) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1676) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1677) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1678) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1679) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1680) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1681) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1682) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1683) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1684) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1685) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1686) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1687) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1688) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1689) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1690) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1691) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1692) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1693) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1694) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1695) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1696) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1697) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1698) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1699) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1700) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1701) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1702) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1703) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1704) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1705) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1706) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1707) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1708) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1709) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1710) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1711) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1712) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1713) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1714) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1715) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1716) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1717) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1718) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1719) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1720) | TOSTOP = 0x400000 constant UTIME_NOW (line 1721) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1722) | UTIME_OMIT = -0x2 constant VDISCARD (line 1723) | VDISCARD = 0xf constant VDSUSP (line 1724) | VDSUSP = 0xb constant VEOF (line 1725) | VEOF = 0x0 constant VEOL (line 1726) | VEOL = 0x1 constant VEOL2 (line 1727) | VEOL2 = 0x2 constant VERASE (line 1728) | VERASE = 0x3 constant VERASE2 (line 1729) | VERASE2 = 0x7 constant VINTR (line 1730) | VINTR = 0x8 constant VKILL (line 1731) | VKILL = 0x5 constant VLNEXT (line 1732) | VLNEXT = 0xe constant VMIN (line 1733) | VMIN = 0x10 constant VQUIT (line 1734) | VQUIT = 0x9 constant VREPRINT (line 1735) | VREPRINT = 0x6 constant VSTART (line 1736) | VSTART = 0xc constant VSTATUS (line 1737) | VSTATUS = 0x12 constant VSTOP (line 1738) | VSTOP = 0xd constant VSUSP (line 1739) | VSUSP = 0xa constant VTIME (line 1740) | VTIME = 0x11 constant VWERASE (line 1741) | VWERASE = 0x4 constant WCONTINUED (line 1742) | WCONTINUED = 0x4 constant WCOREFLAG (line 1743) | WCOREFLAG = 0x80 constant WEXITED (line 1744) | WEXITED = 0x10 constant WLINUXCLONE (line 1745) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1746) | WNOHANG = 0x1 constant WNOWAIT (line 1747) | WNOWAIT = 0x8 constant WSTOPPED (line 1748) | WSTOPPED = 0x2 constant WTRAPPED (line 1749) | WTRAPPED = 0x20 constant WUNTRACED (line 1750) | WUNTRACED = 0x2 constant E2BIG (line 1755) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1756) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1757) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1758) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1759) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1760) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1761) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1762) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1763) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1764) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1765) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1766) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1767) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1768) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1769) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1770) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1771) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1772) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1773) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1774) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1775) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1776) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1777) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1778) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1779) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1780) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1781) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1782) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1783) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1784) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1785) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1786) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1787) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1788) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1789) | EINVAL = syscall.Errno(0x16) constant EIO (line 1790) | EIO = syscall.Errno(0x5) constant EISCONN (line 1791) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1792) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1793) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1794) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1795) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1796) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1797) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1798) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1799) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1800) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1801) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1802) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1803) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1804) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1805) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1806) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1807) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1808) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1809) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1810) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1811) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1812) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1813) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1814) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1815) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1816) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1817) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1818) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1819) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1820) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1821) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1822) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1823) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1824) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1825) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1826) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1827) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1828) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1829) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1830) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1831) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1832) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1833) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1834) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1835) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1836) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1837) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1838) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1839) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1840) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1841) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1842) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1843) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1844) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1845) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1846) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1847) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1848) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1849) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1850) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1851) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1852) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1853) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1854) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1859) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1860) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1861) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1862) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1863) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1864) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1865) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1866) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1867) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1868) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1869) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1870) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1871) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1872) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1873) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1874) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1875) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1876) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1877) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1878) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1879) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1880) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1881) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1882) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1883) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1884) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1885) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1886) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1887) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1888) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1889) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1890) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1891) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1892) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1893) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0084279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4004427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x400c4280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80084267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80084282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8008427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x800c4281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x804c6490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc078648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_ALIGNED_SUPER (line 1027) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1028) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1029) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1030) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1031) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1032) | MAP_COPY = 0x2 constant MAP_EXCL (line 1033) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1034) | MAP_FILE = 0x0 constant MAP_FIXED (line 1035) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1036) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1037) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1038) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1039) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1040) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1041) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1042) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1043) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1044) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1045) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1046) | MAP_SHARED = 0x1 constant MAP_STACK (line 1047) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1048) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1049) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1050) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1051) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1052) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1053) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1054) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1055) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1056) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1057) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1058) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1059) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1060) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1061) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1062) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1063) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1064) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1065) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1066) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1067) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1068) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1069) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1070) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1071) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1072) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1073) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1074) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1075) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1076) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1077) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1078) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1079) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1080) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1081) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1082) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1083) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1084) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1085) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1086) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1087) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1088) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1089) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1090) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1091) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1092) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1093) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1094) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1095) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1096) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1097) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1098) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1099) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1100) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1101) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1102) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1103) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1104) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1105) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1106) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1107) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1108) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1109) | MSG_EOF = 0x100 constant MSG_EOR (line 1110) | MSG_EOR = 0x8 constant MSG_NBIO (line 1111) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1112) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1113) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1114) | MSG_OOB = 0x1 constant MSG_PEEK (line 1115) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1116) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1117) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1118) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1119) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1120) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1121) | MS_SYNC = 0x0 constant NAME_MAX (line 1122) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1123) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1124) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1125) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1126) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1127) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1128) | NFDBITS = 0x20 constant NOFLSH (line 1129) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1130) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1131) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1132) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1133) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1134) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1135) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1136) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1137) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1138) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1139) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1140) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1141) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1142) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1143) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1144) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1145) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1146) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1147) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1148) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1149) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1150) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1151) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1152) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1153) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1154) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1155) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1156) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1157) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1158) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1159) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1160) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1161) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1162) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1163) | NOTE_WRITE = 0x2 constant OCRNL (line 1164) | OCRNL = 0x10 constant ONLCR (line 1165) | ONLCR = 0x2 constant ONLRET (line 1166) | ONLRET = 0x40 constant ONOCR (line 1167) | ONOCR = 0x20 constant ONOEOT (line 1168) | ONOEOT = 0x8 constant OPOST (line 1169) | OPOST = 0x1 constant OXTABS (line 1170) | OXTABS = 0x4 constant O_ACCMODE (line 1171) | O_ACCMODE = 0x3 constant O_APPEND (line 1172) | O_APPEND = 0x8 constant O_ASYNC (line 1173) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1174) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1175) | O_CREAT = 0x200 constant O_DIRECT (line 1176) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1177) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1178) | O_EXCL = 0x800 constant O_EXEC (line 1179) | O_EXEC = 0x40000 constant O_EXLOCK (line 1180) | O_EXLOCK = 0x20 constant O_FSYNC (line 1181) | O_FSYNC = 0x80 constant O_NDELAY (line 1182) | O_NDELAY = 0x4 constant O_NOCTTY (line 1183) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1184) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1185) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1186) | O_RDONLY = 0x0 constant O_RDWR (line 1187) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1188) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1189) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1190) | O_SHLOCK = 0x10 constant O_SYNC (line 1191) | O_SYNC = 0x80 constant O_TRUNC (line 1192) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1193) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1194) | O_VERIFY = 0x200000 constant O_WRONLY (line 1195) | O_WRONLY = 0x1 constant PARENB (line 1196) | PARENB = 0x1000 constant PARMRK (line 1197) | PARMRK = 0x8 constant PARODD (line 1198) | PARODD = 0x2000 constant PENDIN (line 1199) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1200) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1201) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1202) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1203) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1204) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1205) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1206) | PRIO_USER = 0x2 constant PROT_EXEC (line 1207) | PROT_EXEC = 0x4 constant PROT_NONE (line 1208) | PROT_NONE = 0x0 constant PROT_READ (line 1209) | PROT_READ = 0x1 constant PROT_WRITE (line 1210) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1211) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1212) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1213) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1214) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1215) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1216) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1217) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1218) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1219) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1220) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1221) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1222) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1223) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1224) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1225) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1226) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1227) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1228) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1229) | PT_GETREGS = 0x21 constant PT_GETVFPREGS (line 1230) | PT_GETVFPREGS = 0x40 constant PT_GET_EVENT_MASK (line 1231) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1232) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1233) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1234) | PT_IO = 0xc constant PT_KILL (line 1235) | PT_KILL = 0x8 constant PT_LWPINFO (line 1236) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1237) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1238) | PT_READ_D = 0x2 constant PT_READ_I (line 1239) | PT_READ_I = 0x1 constant PT_RESUME (line 1240) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1241) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1242) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1243) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1244) | PT_SETSTEP = 0x11 constant PT_SETVFPREGS (line 1245) | PT_SETVFPREGS = 0x41 constant PT_SET_EVENT_MASK (line 1246) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1247) | PT_STEP = 0x9 constant PT_SUSPEND (line 1248) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1249) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1250) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1251) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1252) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1253) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1254) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1255) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1256) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1257) | P_ZONEID = 0xc constant RLIMIT_AS (line 1258) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1259) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1260) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1261) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1262) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1263) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1264) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1265) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1266) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1267) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1268) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1269) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1270) | RTAX_BRD = 0x7 constant RTAX_DST (line 1271) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1272) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1273) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1274) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1275) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1276) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1277) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1278) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1279) | RTA_BRD = 0x80 constant RTA_DST (line 1280) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1281) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1282) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1283) | RTA_IFA = 0x20 constant RTA_IFP (line 1284) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1285) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1286) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1287) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1288) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1289) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1290) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1291) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1292) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1293) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1294) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1295) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1296) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1297) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1298) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1299) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1300) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1301) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1302) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1303) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1304) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1305) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1306) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1307) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1308) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1309) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1310) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1311) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1312) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1313) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1314) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1315) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1316) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1317) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1318) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1319) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1320) | RTM_LOSING = 0x5 constant RTM_MISS (line 1321) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1322) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1323) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1324) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1325) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1326) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1327) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1328) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1329) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1330) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1331) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1332) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1333) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1334) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1335) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1336) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1337) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1338) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1339) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1340) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1341) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1342) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1343) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1344) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1345) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1346) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1347) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1348) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1349) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1350) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1351) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1352) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1353) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1354) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1355) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1356) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1357) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1358) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1359) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1360) | SEEK_DATA = 0x3 constant SEEK_END (line 1361) | SEEK_END = 0x2 constant SEEK_HOLE (line 1362) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1363) | SEEK_SET = 0x0 constant SHUT_RD (line 1364) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1365) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1366) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1367) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1368) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1369) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1370) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1371) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1372) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1373) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPHYADDR (line 1374) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1375) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETSGCNT (line 1376) | SIOCGETSGCNT = 0xc0147210 constant SIOCGETVIFCNT (line 1377) | SIOCGETVIFCNT = 0xc014720f constant SIOCGHIWAT (line 1378) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1379) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1380) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1381) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1382) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1383) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1384) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1385) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDESCR (line 1386) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1387) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1388) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1389) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1390) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1391) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1392) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1393) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFINDEX (line 1394) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1395) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1396) | SIOCGIFMEDIA = 0xc0286938 constant SIOCGIFMETRIC (line 1397) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1398) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1399) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1400) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1401) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1402) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1403) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1404) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1405) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1406) | SIOCGIFXMEDIA = 0xc028698b constant SIOCGLANPCP (line 1407) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1408) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1409) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1410) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1411) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1412) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1413) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1414) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1415) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1416) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSDRVSPEC (line 1417) | SIOCSDRVSPEC = 0x801c697b constant SIOCSHIWAT (line 1418) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1419) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1420) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1421) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1422) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1423) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1424) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1425) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1426) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1427) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1428) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1429) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1430) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1431) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1432) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1433) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1434) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1435) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1436) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1437) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1438) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1439) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1440) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1441) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1442) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1443) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1444) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1445) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1446) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1447) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1448) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1449) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1450) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1451) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1452) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1453) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1454) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1455) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1456) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1457) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1458) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1459) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1460) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1461) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1462) | SO_LABEL = 0x1009 constant SO_LINGER (line 1463) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1464) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1465) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1466) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1467) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1468) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1469) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1470) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1471) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1472) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1473) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1474) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1475) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1476) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1477) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1478) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1479) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1480) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1481) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1482) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1483) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1484) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1485) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1486) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1487) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1488) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1489) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1490) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1491) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1492) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1493) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1494) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1495) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1496) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1497) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1498) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1499) | S_IEXEC = 0x40 constant S_IFBLK (line 1500) | S_IFBLK = 0x6000 constant S_IFCHR (line 1501) | S_IFCHR = 0x2000 constant S_IFDIR (line 1502) | S_IFDIR = 0x4000 constant S_IFIFO (line 1503) | S_IFIFO = 0x1000 constant S_IFLNK (line 1504) | S_IFLNK = 0xa000 constant S_IFMT (line 1505) | S_IFMT = 0xf000 constant S_IFREG (line 1506) | S_IFREG = 0x8000 constant S_IFSOCK (line 1507) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1508) | S_IFWHT = 0xe000 constant S_IREAD (line 1509) | S_IREAD = 0x100 constant S_IRGRP (line 1510) | S_IRGRP = 0x20 constant S_IROTH (line 1511) | S_IROTH = 0x4 constant S_IRUSR (line 1512) | S_IRUSR = 0x100 constant S_IRWXG (line 1513) | S_IRWXG = 0x38 constant S_IRWXO (line 1514) | S_IRWXO = 0x7 constant S_IRWXU (line 1515) | S_IRWXU = 0x1c0 constant S_ISGID (line 1516) | S_ISGID = 0x400 constant S_ISTXT (line 1517) | S_ISTXT = 0x200 constant S_ISUID (line 1518) | S_ISUID = 0x800 constant S_ISVTX (line 1519) | S_ISVTX = 0x200 constant S_IWGRP (line 1520) | S_IWGRP = 0x10 constant S_IWOTH (line 1521) | S_IWOTH = 0x2 constant S_IWRITE (line 1522) | S_IWRITE = 0x80 constant S_IWUSR (line 1523) | S_IWUSR = 0x80 constant S_IXGRP (line 1524) | S_IXGRP = 0x8 constant S_IXOTH (line 1525) | S_IXOTH = 0x1 constant S_IXUSR (line 1526) | S_IXUSR = 0x40 constant TAB0 (line 1527) | TAB0 = 0x0 constant TAB3 (line 1528) | TAB3 = 0x4 constant TABDLY (line 1529) | TABDLY = 0x4 constant TCIFLUSH (line 1530) | TCIFLUSH = 0x1 constant TCIOFF (line 1531) | TCIOFF = 0x3 constant TCIOFLUSH (line 1532) | TCIOFLUSH = 0x3 constant TCION (line 1533) | TCION = 0x4 constant TCOFLUSH (line 1534) | TCOFLUSH = 0x2 constant TCOOFF (line 1535) | TCOOFF = 0x1 constant TCOON (line 1536) | TCOON = 0x2 constant TCPOPT_EOL (line 1537) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1538) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1539) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1540) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1541) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1542) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1543) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1544) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1545) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1546) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1547) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1548) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1549) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1550) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1551) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1552) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1553) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1554) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1555) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1556) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1557) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1558) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1559) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1560) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1561) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1562) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1563) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1564) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1565) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1566) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1567) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1568) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1569) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1570) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1571) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1572) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1573) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1574) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1575) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1576) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1577) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1578) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1579) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1580) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1581) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1582) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1583) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1584) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1585) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1586) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1587) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1588) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1589) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1590) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1591) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1592) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1593) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1594) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1595) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1596) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1597) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1598) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1599) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1600) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1601) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1602) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1603) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1604) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1605) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1606) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1607) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1608) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1609) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1610) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1611) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1612) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1613) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1614) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1615) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1616) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1617) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1618) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1619) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1620) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1621) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1622) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1623) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1624) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1625) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1626) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1627) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1628) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1629) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1630) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1631) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1632) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1633) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1634) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1635) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1636) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1637) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1638) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1639) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1640) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1641) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1642) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1643) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1644) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1645) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1646) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1647) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1648) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1649) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1650) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1651) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1652) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1653) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1654) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1655) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1656) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1657) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1658) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1659) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1660) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1661) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1662) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1663) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1664) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1665) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1666) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1667) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1668) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1669) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1670) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1671) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1672) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1673) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1674) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1675) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1676) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1677) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1678) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1679) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1680) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1681) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1682) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1683) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1684) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1685) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1686) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1687) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1688) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1689) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1690) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1691) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1692) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1693) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1694) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1695) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1696) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1697) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1698) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1699) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1700) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1701) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1702) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1703) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1704) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1705) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1706) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1707) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1708) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1709) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1710) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1711) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1712) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1713) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1714) | TOSTOP = 0x400000 constant UTIME_NOW (line 1715) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1716) | UTIME_OMIT = -0x2 constant VDISCARD (line 1717) | VDISCARD = 0xf constant VDSUSP (line 1718) | VDSUSP = 0xb constant VEOF (line 1719) | VEOF = 0x0 constant VEOL (line 1720) | VEOL = 0x1 constant VEOL2 (line 1721) | VEOL2 = 0x2 constant VERASE (line 1722) | VERASE = 0x3 constant VERASE2 (line 1723) | VERASE2 = 0x7 constant VINTR (line 1724) | VINTR = 0x8 constant VKILL (line 1725) | VKILL = 0x5 constant VLNEXT (line 1726) | VLNEXT = 0xe constant VMIN (line 1727) | VMIN = 0x10 constant VQUIT (line 1728) | VQUIT = 0x9 constant VREPRINT (line 1729) | VREPRINT = 0x6 constant VSTART (line 1730) | VSTART = 0xc constant VSTATUS (line 1731) | VSTATUS = 0x12 constant VSTOP (line 1732) | VSTOP = 0xd constant VSUSP (line 1733) | VSUSP = 0xa constant VTIME (line 1734) | VTIME = 0x11 constant VWERASE (line 1735) | VWERASE = 0x4 constant WCONTINUED (line 1736) | WCONTINUED = 0x4 constant WCOREFLAG (line 1737) | WCOREFLAG = 0x80 constant WEXITED (line 1738) | WEXITED = 0x10 constant WLINUXCLONE (line 1739) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1740) | WNOHANG = 0x1 constant WNOWAIT (line 1741) | WNOWAIT = 0x8 constant WSTOPPED (line 1742) | WSTOPPED = 0x2 constant WTRAPPED (line 1743) | WTRAPPED = 0x20 constant WUNTRACED (line 1744) | WUNTRACED = 0x2 constant E2BIG (line 1749) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1750) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1751) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1752) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1753) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1754) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1755) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1756) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1757) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1758) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1759) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1760) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1761) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1762) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1763) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1764) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1765) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1766) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1767) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1768) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1769) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1770) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1771) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1772) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1773) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1774) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1775) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1776) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1777) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1778) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1779) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1780) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1781) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1782) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1783) | EINVAL = syscall.Errno(0x16) constant EIO (line 1784) | EIO = syscall.Errno(0x5) constant EISCONN (line 1785) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1786) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1787) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1788) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1789) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1790) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1791) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1792) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1793) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1794) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1795) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1796) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1797) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1798) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1799) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1800) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1801) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1802) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1803) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1804) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1805) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1806) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1807) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1808) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1809) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1810) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1811) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1812) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1813) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1814) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1815) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1816) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1817) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1818) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1819) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1820) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1821) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1822) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1823) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1824) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1825) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1826) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1827) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1828) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1829) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1830) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1831) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1832) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1833) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1834) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1835) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1836) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1837) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1838) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1839) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1840) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1841) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1842) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1843) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1844) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1845) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1846) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1847) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1848) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1853) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1854) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1855) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1856) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1857) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1858) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1859) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1860) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1861) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1862) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1863) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1864) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1865) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1866) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1867) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1868) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1869) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1870) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1871) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1872) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1873) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1874) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1875) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1876) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1877) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1878) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1879) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1880) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1881) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1882) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1883) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1884) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1885) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1886) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1887) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 29) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 30) | AF_IMPLINK = 0x3 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 33) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 34) | AF_INET_SDP = 0x28 constant AF_IPX (line 35) | AF_IPX = 0x17 constant AF_ISDN (line 36) | AF_ISDN = 0x1a constant AF_ISO (line 37) | AF_ISO = 0x7 constant AF_LAT (line 38) | AF_LAT = 0xe constant AF_LINK (line 39) | AF_LINK = 0x12 constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2a constant AF_NATM (line 42) | AF_NATM = 0x1d constant AF_NETBIOS (line 43) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 44) | AF_NETGRAPH = 0x20 constant AF_OSI (line 45) | AF_OSI = 0x7 constant AF_PUP (line 46) | AF_PUP = 0x4 constant AF_ROUTE (line 47) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 48) | AF_SCLUSTER = 0x22 constant AF_SIP (line 49) | AF_SIP = 0x18 constant AF_SLOW (line 50) | AF_SLOW = 0x21 constant AF_SNA (line 51) | AF_SNA = 0xb constant AF_UNIX (line 52) | AF_UNIX = 0x1 constant AF_UNSPEC (line 53) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 54) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 55) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 56) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B110 (line 104) | B110 = 0x6e constant B115200 (line 105) | B115200 = 0x1c200 constant B1200 (line 106) | B1200 = 0x4b0 constant B134 (line 107) | B134 = 0x86 constant B14400 (line 108) | B14400 = 0x3840 constant B150 (line 109) | B150 = 0x96 constant B1800 (line 110) | B1800 = 0x708 constant B19200 (line 111) | B19200 = 0x4b00 constant B200 (line 112) | B200 = 0xc8 constant B230400 (line 113) | B230400 = 0x38400 constant B2400 (line 114) | B2400 = 0x960 constant B28800 (line 115) | B28800 = 0x7080 constant B300 (line 116) | B300 = 0x12c constant B38400 (line 117) | B38400 = 0x9600 constant B460800 (line 118) | B460800 = 0x70800 constant B4800 (line 119) | B4800 = 0x12c0 constant B50 (line 120) | B50 = 0x32 constant B57600 (line 121) | B57600 = 0xe100 constant B600 (line 122) | B600 = 0x258 constant B7200 (line 123) | B7200 = 0x1c20 constant B75 (line 124) | B75 = 0x4b constant B76800 (line 125) | B76800 = 0x12c00 constant B921600 (line 126) | B921600 = 0xe1000 constant B9600 (line 127) | B9600 = 0x2580 constant BIOCFEEDBACK (line 128) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 129) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 130) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 131) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 132) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 133) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 134) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 135) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 136) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 137) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 138) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 139) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 140) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 141) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 142) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 143) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 144) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 145) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 146) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 147) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 148) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 149) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 150) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 151) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 152) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 153) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 154) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 155) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 156) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 157) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 158) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 159) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 160) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 161) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 162) | BIOCVERSION = 0x40044271 constant BPF_A (line 163) | BPF_A = 0x10 constant BPF_ABS (line 164) | BPF_ABS = 0x20 constant BPF_ADD (line 165) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 166) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 167) | BPF_ALU = 0x4 constant BPF_AND (line 168) | BPF_AND = 0x50 constant BPF_B (line 169) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 170) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 171) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 172) | BPF_DIV = 0x30 constant BPF_H (line 173) | BPF_H = 0x8 constant BPF_IMM (line 174) | BPF_IMM = 0x0 constant BPF_IND (line 175) | BPF_IND = 0x40 constant BPF_JA (line 176) | BPF_JA = 0x0 constant BPF_JEQ (line 177) | BPF_JEQ = 0x10 constant BPF_JGE (line 178) | BPF_JGE = 0x30 constant BPF_JGT (line 179) | BPF_JGT = 0x20 constant BPF_JMP (line 180) | BPF_JMP = 0x5 constant BPF_JSET (line 181) | BPF_JSET = 0x40 constant BPF_K (line 182) | BPF_K = 0x0 constant BPF_LD (line 183) | BPF_LD = 0x0 constant BPF_LDX (line 184) | BPF_LDX = 0x1 constant BPF_LEN (line 185) | BPF_LEN = 0x80 constant BPF_LSH (line 186) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 187) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 188) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 189) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 190) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 191) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 192) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 193) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 194) | BPF_MISC = 0x7 constant BPF_MOD (line 195) | BPF_MOD = 0x90 constant BPF_MSH (line 196) | BPF_MSH = 0xa0 constant BPF_MUL (line 197) | BPF_MUL = 0x20 constant BPF_NEG (line 198) | BPF_NEG = 0x80 constant BPF_OR (line 199) | BPF_OR = 0x40 constant BPF_RELEASE (line 200) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 201) | BPF_RET = 0x6 constant BPF_RSH (line 202) | BPF_RSH = 0x70 constant BPF_ST (line 203) | BPF_ST = 0x2 constant BPF_STX (line 204) | BPF_STX = 0x3 constant BPF_SUB (line 205) | BPF_SUB = 0x10 constant BPF_TAX (line 206) | BPF_TAX = 0x0 constant BPF_TXA (line 207) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 208) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 209) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 210) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 211) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 212) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 213) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 214) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 215) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 216) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 217) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 218) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 219) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 220) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 221) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 222) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 223) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 224) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 225) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 226) | BPF_T_NORMAL = 0x0 constant BPF_W (line 227) | BPF_W = 0x0 constant BPF_X (line 228) | BPF_X = 0x8 constant BPF_XOR (line 229) | BPF_XOR = 0xa0 constant BRKINT (line 230) | BRKINT = 0x2 constant CAP_ACCEPT (line 231) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 232) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 233) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 234) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 235) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 236) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 237) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 238) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 239) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 240) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 241) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 242) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 243) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 244) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 245) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 246) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 247) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 248) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 249) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 250) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 251) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 252) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 253) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 254) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 255) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 256) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 257) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 258) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 259) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 260) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 261) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 262) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 263) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 264) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 265) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 266) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 267) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 268) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 269) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 270) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 271) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 272) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 273) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 274) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 275) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 276) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 277) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 278) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 279) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 280) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 281) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 282) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 283) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 284) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 285) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 286) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 287) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 288) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 289) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 290) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 291) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 292) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 293) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 294) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 295) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 296) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 297) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 298) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 299) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 300) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 301) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 302) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 303) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 304) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 305) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 306) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 307) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 308) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 309) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 310) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 311) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 312) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 313) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 314) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 315) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 316) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 317) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 318) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 319) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 320) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 321) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 322) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 323) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 324) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 325) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 326) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 327) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 328) | CFLUSH = 0xf constant CLOCAL (line 329) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 330) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 331) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 332) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 333) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 334) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 335) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 336) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 337) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 338) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 339) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 340) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 341) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 342) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 343) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 344) | CPUSTATES = 0x5 constant CP_IDLE (line 345) | CP_IDLE = 0x4 constant CP_INTR (line 346) | CP_INTR = 0x3 constant CP_NICE (line 347) | CP_NICE = 0x1 constant CP_SYS (line 348) | CP_SYS = 0x2 constant CP_USER (line 349) | CP_USER = 0x0 constant CREAD (line 350) | CREAD = 0x800 constant CRTSCTS (line 351) | CRTSCTS = 0x30000 constant CS5 (line 352) | CS5 = 0x0 constant CS6 (line 353) | CS6 = 0x100 constant CS7 (line 354) | CS7 = 0x200 constant CS8 (line 355) | CS8 = 0x300 constant CSIZE (line 356) | CSIZE = 0x300 constant CSTART (line 357) | CSTART = 0x11 constant CSTATUS (line 358) | CSTATUS = 0x14 constant CSTOP (line 359) | CSTOP = 0x13 constant CSTOPB (line 360) | CSTOPB = 0x400 constant CSUSP (line 361) | CSUSP = 0x1a constant CTL_HW (line 362) | CTL_HW = 0x6 constant CTL_KERN (line 363) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 364) | CTL_MAXNAME = 0x18 constant CTL_NET (line 365) | CTL_NET = 0x4 constant DIOCGATTR (line 366) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 367) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 368) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 369) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 370) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 371) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 372) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 373) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 374) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 375) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 376) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 377) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 378) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 379) | DIOCSKERNELDUMP = 0x80506490 constant DIOCSKERNELDUMP_FREEBSD11 (line 380) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 381) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 382) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 383) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 384) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 385) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 386) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 387) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 388) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 389) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 390) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 391) | DLT_AURORA = 0x7e constant DLT_AX25 (line 392) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 393) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 394) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 395) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 396) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 397) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 398) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 399) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 400) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 401) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 402) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 403) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 404) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 405) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 406) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 407) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 408) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 409) | DLT_DBUS = 0xe7 constant DLT_DECT (line 410) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 411) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 412) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 413) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 414) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 415) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 416) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 417) | DLT_EN3MB = 0x2 constant DLT_ENC (line 418) | DLT_ENC = 0x6d constant DLT_EPON (line 419) | DLT_EPON = 0x103 constant DLT_ERF (line 420) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 421) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 422) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 423) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 424) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 425) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 426) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 427) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 428) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 429) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 430) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 431) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 432) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 433) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 434) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 435) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 436) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 437) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 438) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 439) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 440) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 441) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 442) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 443) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 444) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 445) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 446) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 447) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 448) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 449) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 450) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 451) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 452) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 453) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 454) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 455) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 456) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 457) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 458) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 459) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 460) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 461) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 462) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 463) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 464) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 465) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 466) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 467) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 468) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 469) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 470) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 471) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 472) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 473) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 474) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 475) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 476) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 477) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 478) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 479) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 480) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 481) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 482) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 483) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 484) | DLT_LAPD = 0xcb constant DLT_LIN (line 485) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 486) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 487) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 488) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 489) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 490) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 491) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 492) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 493) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 494) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 495) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 496) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 497) | DLT_MFR = 0xb6 constant DLT_MOST (line 498) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 499) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 500) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 501) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 502) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 503) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 504) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 505) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 506) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 507) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 508) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 509) | DLT_NFLOG = 0xef constant DLT_NG40 (line 510) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 511) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 512) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 513) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 514) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 515) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 516) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 517) | DLT_PKTAP = 0x102 constant DLT_PPI (line 518) | DLT_PPI = 0xc0 constant DLT_PPP (line 519) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 520) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 521) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 522) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 523) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 524) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 525) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 526) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 527) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 528) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 529) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 530) | DLT_RAW = 0xc constant DLT_RDS (line 531) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 532) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 533) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 534) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 535) | DLT_SCCP = 0x8e constant DLT_SCTP (line 536) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 537) | DLT_SDLC = 0x10c constant DLT_SITA (line 538) | DLT_SITA = 0xc4 constant DLT_SLIP (line 539) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 540) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 541) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 542) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 543) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 544) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 545) | DLT_TZSP = 0x80 constant DLT_USB (line 546) | DLT_USB = 0xba constant DLT_USBPCAP (line 547) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 548) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 549) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 550) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 551) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 552) | DLT_USER0 = 0x93 constant DLT_USER1 (line 553) | DLT_USER1 = 0x94 constant DLT_USER10 (line 554) | DLT_USER10 = 0x9d constant DLT_USER11 (line 555) | DLT_USER11 = 0x9e constant DLT_USER12 (line 556) | DLT_USER12 = 0x9f constant DLT_USER13 (line 557) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 558) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 559) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 560) | DLT_USER2 = 0x95 constant DLT_USER3 (line 561) | DLT_USER3 = 0x96 constant DLT_USER4 (line 562) | DLT_USER4 = 0x97 constant DLT_USER5 (line 563) | DLT_USER5 = 0x98 constant DLT_USER6 (line 564) | DLT_USER6 = 0x99 constant DLT_USER7 (line 565) | DLT_USER7 = 0x9a constant DLT_USER8 (line 566) | DLT_USER8 = 0x9b constant DLT_USER9 (line 567) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 568) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 569) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 570) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 571) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 572) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 573) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 574) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 575) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 576) | DT_BLK = 0x6 constant DT_CHR (line 577) | DT_CHR = 0x2 constant DT_DIR (line 578) | DT_DIR = 0x4 constant DT_FIFO (line 579) | DT_FIFO = 0x1 constant DT_LNK (line 580) | DT_LNK = 0xa constant DT_REG (line 581) | DT_REG = 0x8 constant DT_SOCK (line 582) | DT_SOCK = 0xc constant DT_UNKNOWN (line 583) | DT_UNKNOWN = 0x0 constant DT_WHT (line 584) | DT_WHT = 0xe constant ECHO (line 585) | ECHO = 0x8 constant ECHOCTL (line 586) | ECHOCTL = 0x40 constant ECHOE (line 587) | ECHOE = 0x2 constant ECHOK (line 588) | ECHOK = 0x4 constant ECHOKE (line 589) | ECHOKE = 0x1 constant ECHONL (line 590) | ECHONL = 0x10 constant ECHOPRT (line 591) | ECHOPRT = 0x20 constant EVFILT_AIO (line 592) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 593) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 594) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 595) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 596) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 597) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 598) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 599) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 600) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 601) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 602) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 603) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 604) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 605) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 606) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 607) | EV_ADD = 0x1 constant EV_CLEAR (line 608) | EV_CLEAR = 0x20 constant EV_DELETE (line 609) | EV_DELETE = 0x2 constant EV_DISABLE (line 610) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 611) | EV_DISPATCH = 0x80 constant EV_DROP (line 612) | EV_DROP = 0x1000 constant EV_ENABLE (line 613) | EV_ENABLE = 0x4 constant EV_EOF (line 614) | EV_EOF = 0x8000 constant EV_ERROR (line 615) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 616) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 617) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 618) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 619) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 620) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 621) | EV_SYSFLAGS = 0xf000 constant EXTA (line 622) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 623) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 624) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 625) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 626) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 627) | EXTB = 0x9600 constant EXTPROC (line 628) | EXTPROC = 0x800 constant FD_CLOEXEC (line 629) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 630) | FD_SETSIZE = 0x400 constant FLUSHO (line 631) | FLUSHO = 0x800000 constant F_CANCEL (line 632) | F_CANCEL = 0x5 constant F_DUP2FD (line 633) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 634) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 635) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 636) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 637) | F_GETFD = 0x1 constant F_GETFL (line 638) | F_GETFL = 0x3 constant F_GETLK (line 639) | F_GETLK = 0xb constant F_GETOWN (line 640) | F_GETOWN = 0x5 constant F_OGETLK (line 641) | F_OGETLK = 0x7 constant F_OK (line 642) | F_OK = 0x0 constant F_OSETLK (line 643) | F_OSETLK = 0x8 constant F_OSETLKW (line 644) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 645) | F_RDAHEAD = 0x10 constant F_RDLCK (line 646) | F_RDLCK = 0x1 constant F_READAHEAD (line 647) | F_READAHEAD = 0xf constant F_SETFD (line 648) | F_SETFD = 0x2 constant F_SETFL (line 649) | F_SETFL = 0x4 constant F_SETLK (line 650) | F_SETLK = 0xc constant F_SETLKW (line 651) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 652) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 653) | F_SETOWN = 0x6 constant F_UNLCK (line 654) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 655) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 656) | F_WRLCK = 0x3 constant HUPCL (line 657) | HUPCL = 0x4000 constant HW_MACHINE (line 658) | HW_MACHINE = 0x1 constant ICANON (line 659) | ICANON = 0x100 constant ICMP6_FILTER (line 660) | ICMP6_FILTER = 0x12 constant ICRNL (line 661) | ICRNL = 0x100 constant IEXTEN (line 662) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 663) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 664) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 665) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 666) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 667) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 668) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 669) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 670) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 671) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 672) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 673) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 674) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 675) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 676) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 677) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 678) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 679) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 680) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 681) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 682) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 683) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 684) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 685) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 686) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 687) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 688) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 689) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 690) | IFF_STATICARP = 0x80000 constant IFF_UP (line 691) | IFF_UP = 0x1 constant IFNAMSIZ (line 692) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 693) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 694) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 695) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 696) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 697) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 698) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 699) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 700) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 701) | IGNBRK = 0x1 constant IGNCR (line 702) | IGNCR = 0x80 constant IGNPAR (line 703) | IGNPAR = 0x4 constant IMAXBEL (line 704) | IMAXBEL = 0x2000 constant INLCR (line 705) | INLCR = 0x40 constant INPCK (line 706) | INPCK = 0x10 constant IN_CLASSA_HOST (line 707) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 708) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 709) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 710) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 711) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 712) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 713) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 714) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 715) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 716) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 717) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 718) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 719) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 720) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 721) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 722) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 723) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 724) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 725) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 726) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 727) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 728) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 729) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 730) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 731) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 732) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 733) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 734) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 735) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 736) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 737) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 738) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 739) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 740) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 741) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 742) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 743) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 744) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 745) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 746) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 747) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 748) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 749) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 750) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 751) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 752) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 753) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 754) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 755) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 756) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 757) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 758) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 759) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 760) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 761) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 762) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 763) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 764) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 765) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 766) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 767) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 768) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 769) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 770) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 771) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 772) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 773) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 774) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 775) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 776) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 777) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 778) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 779) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 780) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 781) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 782) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 783) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 784) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 785) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 786) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 787) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 788) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 789) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 790) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 791) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 792) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 793) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 794) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 795) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 796) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 797) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 798) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 799) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 800) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 801) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 802) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 803) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 804) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 805) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 806) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 807) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 808) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 809) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 810) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 811) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 812) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 813) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 814) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 815) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 816) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 817) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 818) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 819) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 820) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 821) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 822) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 823) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 824) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 825) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 826) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 827) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 828) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 829) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 830) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 831) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 832) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 833) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 834) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 835) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 836) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 837) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 838) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 839) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 840) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 841) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 842) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 843) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 844) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 845) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 846) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 847) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 848) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 849) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 850) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 851) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 852) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 853) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 854) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 855) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 856) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 857) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 858) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 859) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 860) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 861) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 862) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 863) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 864) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 865) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 866) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 867) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 868) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 869) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 870) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 871) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 872) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 873) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 874) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 875) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 876) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 877) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 878) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 879) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 880) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 881) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 882) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 883) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 884) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 885) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 886) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 887) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 888) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 889) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 890) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 891) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 892) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 893) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 894) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 895) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 896) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 897) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 898) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 899) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 900) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 901) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 902) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 903) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 904) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 905) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 906) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 907) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 908) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 909) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 910) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 911) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 912) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 913) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 914) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 915) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 916) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 917) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 918) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 919) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 920) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 921) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 922) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 923) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 924) | IP_DF = 0x4000 constant IP_DONTFRAG (line 925) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 926) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 927) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 928) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 929) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 930) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 931) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 932) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 933) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 934) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 935) | IP_FW3 = 0x30 constant IP_FW_ADD (line 936) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 937) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 938) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 939) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 940) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 941) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 942) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 943) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 944) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 945) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 946) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 947) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 948) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 949) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 950) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 951) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 952) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 953) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 954) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 955) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 956) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 957) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 960) | IP_MSFILTER = 0x4a constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 965) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 966) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 967) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 969) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 975) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 976) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 977) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 978) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 979) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 980) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 981) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 982) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 983) | IP_RETOPTS = 0x8 constant IP_RF (line 984) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 985) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 986) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 987) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 988) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 989) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 990) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 991) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 992) | IP_TOS = 0x3 constant IP_TTL (line 993) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 994) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 995) | IP_VLAN_PCP = 0x4b constant ISIG (line 996) | ISIG = 0x80 constant ISTRIP (line 997) | ISTRIP = 0x20 constant ITIMER_PROF (line 998) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 999) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1000) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1001) | IXANY = 0x800 constant IXOFF (line 1002) | IXOFF = 0x400 constant IXON (line 1003) | IXON = 0x200 constant KERN_HOSTNAME (line 1004) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1005) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1006) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1007) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1008) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1009) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1010) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1011) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1012) | LOCK_EX = 0x2 constant LOCK_NB (line 1013) | LOCK_NB = 0x4 constant LOCK_SH (line 1014) | LOCK_SH = 0x1 constant LOCK_UN (line 1015) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1016) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1017) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1018) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1019) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1020) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1021) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1022) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1023) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1024) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1025) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1026) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1027) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1028) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1029) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1030) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1031) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1032) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1033) | MAP_COPY = 0x2 constant MAP_EXCL (line 1034) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1035) | MAP_FILE = 0x0 constant MAP_FIXED (line 1036) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1037) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1038) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1039) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1040) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1041) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1042) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1043) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1044) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1045) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1046) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1047) | MAP_SHARED = 0x1 constant MAP_STACK (line 1048) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1049) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1050) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1051) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1052) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1053) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1054) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1055) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1056) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1057) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1058) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1059) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1060) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1061) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1062) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1063) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1064) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1065) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1066) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1067) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1068) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1069) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1070) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1071) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1072) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1073) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1074) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1075) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1076) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1077) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1078) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1079) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1080) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1081) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1082) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1083) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1084) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1085) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1086) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1087) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1088) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1089) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1090) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1091) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1092) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1093) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1094) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1095) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1096) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1097) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1098) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1099) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1100) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1101) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1102) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1103) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1104) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1105) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1106) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1107) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1108) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1109) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1110) | MSG_EOF = 0x100 constant MSG_EOR (line 1111) | MSG_EOR = 0x8 constant MSG_NBIO (line 1112) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1113) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1114) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1115) | MSG_OOB = 0x1 constant MSG_PEEK (line 1116) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1117) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1118) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1119) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1120) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1121) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1122) | MS_SYNC = 0x0 constant NAME_MAX (line 1123) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1124) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1125) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1126) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1127) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1128) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1129) | NFDBITS = 0x40 constant NOFLSH (line 1130) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1131) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1132) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1133) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1134) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1135) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1136) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1137) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1138) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1139) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1140) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1141) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1142) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1143) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1144) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1145) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1146) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1147) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1148) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1149) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1150) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1151) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1152) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1153) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1154) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1155) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1156) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1157) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1158) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1159) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1160) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1161) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1162) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1163) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1164) | NOTE_WRITE = 0x2 constant OCRNL (line 1165) | OCRNL = 0x10 constant ONLCR (line 1166) | ONLCR = 0x2 constant ONLRET (line 1167) | ONLRET = 0x40 constant ONOCR (line 1168) | ONOCR = 0x20 constant ONOEOT (line 1169) | ONOEOT = 0x8 constant OPOST (line 1170) | OPOST = 0x1 constant OXTABS (line 1171) | OXTABS = 0x4 constant O_ACCMODE (line 1172) | O_ACCMODE = 0x3 constant O_APPEND (line 1173) | O_APPEND = 0x8 constant O_ASYNC (line 1174) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1175) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1176) | O_CREAT = 0x200 constant O_DIRECT (line 1177) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1178) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1179) | O_EXCL = 0x800 constant O_EXEC (line 1180) | O_EXEC = 0x40000 constant O_EXLOCK (line 1181) | O_EXLOCK = 0x20 constant O_FSYNC (line 1182) | O_FSYNC = 0x80 constant O_NDELAY (line 1183) | O_NDELAY = 0x4 constant O_NOCTTY (line 1184) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1185) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1186) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1187) | O_RDONLY = 0x0 constant O_RDWR (line 1188) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1189) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1190) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1191) | O_SHLOCK = 0x10 constant O_SYNC (line 1192) | O_SYNC = 0x80 constant O_TRUNC (line 1193) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1194) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1195) | O_VERIFY = 0x200000 constant O_WRONLY (line 1196) | O_WRONLY = 0x1 constant PARENB (line 1197) | PARENB = 0x1000 constant PARMRK (line 1198) | PARMRK = 0x8 constant PARODD (line 1199) | PARODD = 0x2000 constant PENDIN (line 1200) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1201) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1202) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1203) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1204) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1205) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1206) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1207) | PRIO_USER = 0x2 constant PROT_EXEC (line 1208) | PROT_EXEC = 0x4 constant PROT_NONE (line 1209) | PROT_NONE = 0x0 constant PROT_READ (line 1210) | PROT_READ = 0x1 constant PROT_WRITE (line 1211) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1212) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1213) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1214) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1215) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1216) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1217) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1218) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1219) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1220) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1221) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1222) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1223) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1224) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1225) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1226) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1227) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1228) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1229) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1230) | PT_GETREGS = 0x21 constant PT_GET_EVENT_MASK (line 1231) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1232) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1233) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1234) | PT_IO = 0xc constant PT_KILL (line 1235) | PT_KILL = 0x8 constant PT_LWPINFO (line 1236) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1237) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1238) | PT_READ_D = 0x2 constant PT_READ_I (line 1239) | PT_READ_I = 0x1 constant PT_RESUME (line 1240) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1241) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1242) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1243) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1244) | PT_SETSTEP = 0x11 constant PT_SET_EVENT_MASK (line 1245) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1246) | PT_STEP = 0x9 constant PT_SUSPEND (line 1247) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1248) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1249) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1250) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1251) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1252) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1253) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1254) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1255) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1256) | P_ZONEID = 0xc constant RLIMIT_AS (line 1257) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1258) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1259) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1260) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1261) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1262) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1263) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1264) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1265) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1266) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1267) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1268) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1269) | RTAX_BRD = 0x7 constant RTAX_DST (line 1270) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1271) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1272) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1273) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1274) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1275) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1276) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1277) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1278) | RTA_BRD = 0x80 constant RTA_DST (line 1279) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1280) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1281) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1282) | RTA_IFA = 0x20 constant RTA_IFP (line 1283) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1284) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1285) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1286) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1287) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1288) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1289) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1290) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1291) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1292) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1293) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1294) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1295) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1296) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1297) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1298) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1299) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1300) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1301) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1302) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1303) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1304) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1305) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1306) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1307) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1308) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1309) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1310) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1311) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1312) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1313) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1314) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1315) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1316) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1317) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1318) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1319) | RTM_LOSING = 0x5 constant RTM_MISS (line 1320) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1321) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1322) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1323) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1324) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1325) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1326) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1327) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1328) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1329) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1330) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1331) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1332) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1333) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1334) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1335) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1336) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1337) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1338) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1339) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1340) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1341) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1342) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1343) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1344) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1345) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1346) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1347) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1348) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1349) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1350) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1351) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1352) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1353) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1354) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1355) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1356) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1357) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1358) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1359) | SEEK_DATA = 0x3 constant SEEK_END (line 1360) | SEEK_END = 0x2 constant SEEK_HOLE (line 1361) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1362) | SEEK_SET = 0x0 constant SHUT_RD (line 1363) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1364) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1365) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1366) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1367) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1368) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1369) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1370) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1371) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1372) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1373) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1374) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1375) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1376) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1377) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1378) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1379) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1380) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1381) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1382) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1383) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1384) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDESCR (line 1385) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1386) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1387) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1388) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1389) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1390) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1391) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1392) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1393) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1394) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1395) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1396) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1397) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1398) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1399) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1400) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1401) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1402) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1403) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1404) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1405) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1406) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1407) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1408) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1409) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1410) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1411) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1412) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1413) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1414) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1415) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1416) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1417) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1418) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1419) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1420) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1421) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1422) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1423) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1424) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1425) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1426) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1427) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1428) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1429) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1430) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1431) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1432) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1433) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1434) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1435) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1436) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1437) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1438) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1439) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1440) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1441) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1442) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1443) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1444) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1445) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1446) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1447) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1448) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1449) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1450) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1451) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1452) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1453) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1454) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1455) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1456) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1457) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1458) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1459) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1460) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1461) | SO_LABEL = 0x1009 constant SO_LINGER (line 1462) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1463) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1464) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1465) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1466) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1467) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1468) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1469) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1470) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1471) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1472) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1473) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1474) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1475) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1476) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1477) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1478) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1479) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1480) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1481) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1482) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1483) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1484) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1485) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1486) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1487) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1488) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1489) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1490) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1491) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1492) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1493) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1494) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1495) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1496) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1497) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1498) | S_IEXEC = 0x40 constant S_IFBLK (line 1499) | S_IFBLK = 0x6000 constant S_IFCHR (line 1500) | S_IFCHR = 0x2000 constant S_IFDIR (line 1501) | S_IFDIR = 0x4000 constant S_IFIFO (line 1502) | S_IFIFO = 0x1000 constant S_IFLNK (line 1503) | S_IFLNK = 0xa000 constant S_IFMT (line 1504) | S_IFMT = 0xf000 constant S_IFREG (line 1505) | S_IFREG = 0x8000 constant S_IFSOCK (line 1506) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1507) | S_IFWHT = 0xe000 constant S_IREAD (line 1508) | S_IREAD = 0x100 constant S_IRGRP (line 1509) | S_IRGRP = 0x20 constant S_IROTH (line 1510) | S_IROTH = 0x4 constant S_IRUSR (line 1511) | S_IRUSR = 0x100 constant S_IRWXG (line 1512) | S_IRWXG = 0x38 constant S_IRWXO (line 1513) | S_IRWXO = 0x7 constant S_IRWXU (line 1514) | S_IRWXU = 0x1c0 constant S_ISGID (line 1515) | S_ISGID = 0x400 constant S_ISTXT (line 1516) | S_ISTXT = 0x200 constant S_ISUID (line 1517) | S_ISUID = 0x800 constant S_ISVTX (line 1518) | S_ISVTX = 0x200 constant S_IWGRP (line 1519) | S_IWGRP = 0x10 constant S_IWOTH (line 1520) | S_IWOTH = 0x2 constant S_IWRITE (line 1521) | S_IWRITE = 0x80 constant S_IWUSR (line 1522) | S_IWUSR = 0x80 constant S_IXGRP (line 1523) | S_IXGRP = 0x8 constant S_IXOTH (line 1524) | S_IXOTH = 0x1 constant S_IXUSR (line 1525) | S_IXUSR = 0x40 constant TAB0 (line 1526) | TAB0 = 0x0 constant TAB3 (line 1527) | TAB3 = 0x4 constant TABDLY (line 1528) | TABDLY = 0x4 constant TCIFLUSH (line 1529) | TCIFLUSH = 0x1 constant TCIOFF (line 1530) | TCIOFF = 0x3 constant TCIOFLUSH (line 1531) | TCIOFLUSH = 0x3 constant TCION (line 1532) | TCION = 0x4 constant TCOFLUSH (line 1533) | TCOFLUSH = 0x2 constant TCOOFF (line 1534) | TCOOFF = 0x1 constant TCOON (line 1535) | TCOON = 0x2 constant TCPOPT_EOL (line 1536) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1537) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1538) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1539) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1540) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1541) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1542) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1543) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1544) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1545) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1546) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1547) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1548) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1549) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1550) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1551) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1552) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1553) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1554) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1555) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1556) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1557) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1558) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1559) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1560) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1561) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1562) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1563) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1564) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1565) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1566) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1567) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1568) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1569) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1570) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1571) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1572) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1573) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1574) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1575) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1576) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1577) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1578) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1579) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1580) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1581) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1582) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1583) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1584) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1585) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1586) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1587) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1588) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1589) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1590) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1591) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1592) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1593) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1594) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1595) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1596) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1597) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1598) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1599) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1600) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1601) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1602) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1603) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1604) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1605) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1606) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1607) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1608) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1609) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1610) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1611) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1612) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1613) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1614) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1615) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1616) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1617) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1618) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1619) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1620) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1621) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1622) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1623) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1624) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1625) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1626) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1627) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1628) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1629) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1630) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1631) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1632) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1633) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1634) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1635) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1636) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1637) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1638) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1639) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1640) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1641) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1642) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1643) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1644) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1645) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1646) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1647) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1648) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1649) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1650) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1651) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1652) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1653) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1654) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1655) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1656) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1657) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1658) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1659) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1660) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1661) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1662) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1663) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1664) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1665) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1666) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1667) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1668) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1669) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1670) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1671) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1672) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1673) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1674) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1675) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1676) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1677) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1678) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1679) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1680) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1681) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1682) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1683) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1684) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1685) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1686) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1687) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1688) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1689) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1690) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1691) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1692) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1693) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1694) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1695) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1696) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1697) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1698) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1699) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1700) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1701) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1702) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1703) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1704) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1705) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1706) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1707) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1708) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1709) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1710) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1711) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1712) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1713) | TOSTOP = 0x400000 constant UTIME_NOW (line 1714) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1715) | UTIME_OMIT = -0x2 constant VDISCARD (line 1716) | VDISCARD = 0xf constant VDSUSP (line 1717) | VDSUSP = 0xb constant VEOF (line 1718) | VEOF = 0x0 constant VEOL (line 1719) | VEOL = 0x1 constant VEOL2 (line 1720) | VEOL2 = 0x2 constant VERASE (line 1721) | VERASE = 0x3 constant VERASE2 (line 1722) | VERASE2 = 0x7 constant VINTR (line 1723) | VINTR = 0x8 constant VKILL (line 1724) | VKILL = 0x5 constant VLNEXT (line 1725) | VLNEXT = 0xe constant VMIN (line 1726) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1727) | VM_BCACHE_SIZE_MAX = 0x19000000 constant VQUIT (line 1728) | VQUIT = 0x9 constant VREPRINT (line 1729) | VREPRINT = 0x6 constant VSTART (line 1730) | VSTART = 0xc constant VSTATUS (line 1731) | VSTATUS = 0x12 constant VSTOP (line 1732) | VSTOP = 0xd constant VSUSP (line 1733) | VSUSP = 0xa constant VTIME (line 1734) | VTIME = 0x11 constant VWERASE (line 1735) | VWERASE = 0x4 constant WCONTINUED (line 1736) | WCONTINUED = 0x4 constant WCOREFLAG (line 1737) | WCOREFLAG = 0x80 constant WEXITED (line 1738) | WEXITED = 0x10 constant WLINUXCLONE (line 1739) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1740) | WNOHANG = 0x1 constant WNOWAIT (line 1741) | WNOWAIT = 0x8 constant WSTOPPED (line 1742) | WSTOPPED = 0x2 constant WTRAPPED (line 1743) | WTRAPPED = 0x20 constant WUNTRACED (line 1744) | WUNTRACED = 0x2 constant E2BIG (line 1749) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1750) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1751) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1752) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1753) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1754) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1755) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1756) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1757) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1758) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1759) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1760) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1761) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1762) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1763) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1764) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1765) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1766) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1767) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1768) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1769) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1770) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1771) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1772) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1773) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1774) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1775) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1776) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1777) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1778) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1779) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1780) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1781) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1782) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1783) | EINVAL = syscall.Errno(0x16) constant EIO (line 1784) | EIO = syscall.Errno(0x5) constant EISCONN (line 1785) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1786) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1787) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1788) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1789) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1790) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1791) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1792) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1793) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1794) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1795) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1796) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1797) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1798) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1799) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1800) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1801) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1802) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1803) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1804) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1805) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1806) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1807) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1808) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1809) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1810) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1811) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1812) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1813) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1814) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1815) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1816) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1817) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1818) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1819) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1820) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1821) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1822) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1823) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1824) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1825) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1826) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1827) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1828) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1829) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1830) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1831) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1832) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1833) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1834) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1835) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1836) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1837) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1838) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1839) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1840) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1841) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1842) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1843) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1844) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1845) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1846) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1847) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1848) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1853) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1854) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1855) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1856) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1857) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1858) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1859) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1860) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1861) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1862) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1863) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1864) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1865) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1866) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1867) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1868) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1869) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1870) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1871) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1872) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1873) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1874) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1875) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1876) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1877) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1878) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1879) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1880) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1881) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1882) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1883) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1884) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1885) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1886) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1887) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x23 constant AF_ATM (line 17) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 18) | AF_BLUETOOTH = 0x24 constant AF_CCITT (line 19) | AF_CCITT = 0xa constant AF_CHAOS (line 20) | AF_CHAOS = 0x5 constant AF_CNT (line 21) | AF_CNT = 0x15 constant AF_COIP (line 22) | AF_COIP = 0x14 constant AF_DATAKIT (line 23) | AF_DATAKIT = 0x9 constant AF_DECnet (line 24) | AF_DECnet = 0xc constant AF_DLI (line 25) | AF_DLI = 0xd constant AF_E164 (line 26) | AF_E164 = 0x1a constant AF_ECMA (line 27) | AF_ECMA = 0x8 constant AF_HYLINK (line 28) | AF_HYLINK = 0xf constant AF_HYPERV (line 29) | AF_HYPERV = 0x2b constant AF_IEEE80211 (line 30) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 31) | AF_IMPLINK = 0x3 constant AF_INET (line 32) | AF_INET = 0x2 constant AF_INET6 (line 33) | AF_INET6 = 0x1c constant AF_INET6_SDP (line 34) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 35) | AF_INET_SDP = 0x28 constant AF_IPX (line 36) | AF_IPX = 0x17 constant AF_ISDN (line 37) | AF_ISDN = 0x1a constant AF_ISO (line 38) | AF_ISO = 0x7 constant AF_LAT (line 39) | AF_LAT = 0xe constant AF_LINK (line 40) | AF_LINK = 0x12 constant AF_LOCAL (line 41) | AF_LOCAL = 0x1 constant AF_MAX (line 42) | AF_MAX = 0x2b constant AF_NATM (line 43) | AF_NATM = 0x1d constant AF_NETBIOS (line 44) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 45) | AF_NETGRAPH = 0x20 constant AF_OSI (line 46) | AF_OSI = 0x7 constant AF_PUP (line 47) | AF_PUP = 0x4 constant AF_ROUTE (line 48) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 49) | AF_SCLUSTER = 0x22 constant AF_SIP (line 50) | AF_SIP = 0x18 constant AF_SLOW (line 51) | AF_SLOW = 0x21 constant AF_SNA (line 52) | AF_SNA = 0xb constant AF_UNIX (line 53) | AF_UNIX = 0x1 constant AF_UNSPEC (line 54) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 55) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 56) | AF_VENDOR01 = 0x29 constant AF_VENDOR03 (line 57) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 58) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 59) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 60) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 61) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 62) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 63) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 64) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 65) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 66) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 67) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 68) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 69) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 70) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 71) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 72) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 73) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 74) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 75) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 76) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 77) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 78) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 79) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 80) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 81) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 82) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 83) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 84) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 85) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 86) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 87) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 88) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 89) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 90) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 91) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 92) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 93) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 94) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 95) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 96) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 97) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 98) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 99) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 100) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 101) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 102) | ALTWERASE = 0x200 constant B0 (line 103) | B0 = 0x0 constant B1000000 (line 104) | B1000000 = 0xf4240 constant B110 (line 105) | B110 = 0x6e constant B115200 (line 106) | B115200 = 0x1c200 constant B1200 (line 107) | B1200 = 0x4b0 constant B134 (line 108) | B134 = 0x86 constant B14400 (line 109) | B14400 = 0x3840 constant B150 (line 110) | B150 = 0x96 constant B1500000 (line 111) | B1500000 = 0x16e360 constant B1800 (line 112) | B1800 = 0x708 constant B19200 (line 113) | B19200 = 0x4b00 constant B200 (line 114) | B200 = 0xc8 constant B2000000 (line 115) | B2000000 = 0x1e8480 constant B230400 (line 116) | B230400 = 0x38400 constant B2400 (line 117) | B2400 = 0x960 constant B2500000 (line 118) | B2500000 = 0x2625a0 constant B28800 (line 119) | B28800 = 0x7080 constant B300 (line 120) | B300 = 0x12c constant B3000000 (line 121) | B3000000 = 0x2dc6c0 constant B3500000 (line 122) | B3500000 = 0x3567e0 constant B38400 (line 123) | B38400 = 0x9600 constant B4000000 (line 124) | B4000000 = 0x3d0900 constant B460800 (line 125) | B460800 = 0x70800 constant B4800 (line 126) | B4800 = 0x12c0 constant B50 (line 127) | B50 = 0x32 constant B500000 (line 128) | B500000 = 0x7a120 constant B57600 (line 129) | B57600 = 0xe100 constant B600 (line 130) | B600 = 0x258 constant B7200 (line 131) | B7200 = 0x1c20 constant B75 (line 132) | B75 = 0x4b constant B76800 (line 133) | B76800 = 0x12c00 constant B921600 (line 134) | B921600 = 0xe1000 constant B9600 (line 135) | B9600 = 0x2580 constant BIOCFEEDBACK (line 136) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 137) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 138) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 139) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 140) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 141) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 142) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 143) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 144) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 145) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 146) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 147) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 148) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 149) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 150) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 151) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 152) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 153) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 154) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 155) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 156) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 157) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 158) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 159) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 160) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 161) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 162) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 163) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 164) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 165) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 166) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 167) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 168) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 169) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 170) | BIOCVERSION = 0x40044271 constant BPF_A (line 171) | BPF_A = 0x10 constant BPF_ABS (line 172) | BPF_ABS = 0x20 constant BPF_ADD (line 173) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 174) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 175) | BPF_ALU = 0x4 constant BPF_AND (line 176) | BPF_AND = 0x50 constant BPF_B (line 177) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 178) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 179) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 180) | BPF_DIV = 0x30 constant BPF_H (line 181) | BPF_H = 0x8 constant BPF_IMM (line 182) | BPF_IMM = 0x0 constant BPF_IND (line 183) | BPF_IND = 0x40 constant BPF_JA (line 184) | BPF_JA = 0x0 constant BPF_JEQ (line 185) | BPF_JEQ = 0x10 constant BPF_JGE (line 186) | BPF_JGE = 0x30 constant BPF_JGT (line 187) | BPF_JGT = 0x20 constant BPF_JMP (line 188) | BPF_JMP = 0x5 constant BPF_JSET (line 189) | BPF_JSET = 0x40 constant BPF_K (line 190) | BPF_K = 0x0 constant BPF_LD (line 191) | BPF_LD = 0x0 constant BPF_LDX (line 192) | BPF_LDX = 0x1 constant BPF_LEN (line 193) | BPF_LEN = 0x80 constant BPF_LSH (line 194) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 195) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 196) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 197) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 198) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 199) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 200) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 201) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 202) | BPF_MISC = 0x7 constant BPF_MOD (line 203) | BPF_MOD = 0x90 constant BPF_MSH (line 204) | BPF_MSH = 0xa0 constant BPF_MUL (line 205) | BPF_MUL = 0x20 constant BPF_NEG (line 206) | BPF_NEG = 0x80 constant BPF_OR (line 207) | BPF_OR = 0x40 constant BPF_RELEASE (line 208) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 209) | BPF_RET = 0x6 constant BPF_RSH (line 210) | BPF_RSH = 0x70 constant BPF_ST (line 211) | BPF_ST = 0x2 constant BPF_STX (line 212) | BPF_STX = 0x3 constant BPF_SUB (line 213) | BPF_SUB = 0x10 constant BPF_TAX (line 214) | BPF_TAX = 0x0 constant BPF_TXA (line 215) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 216) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 217) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 218) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 219) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 220) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 221) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 222) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 223) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 224) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 225) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 226) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 227) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 228) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 229) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 230) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 231) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 232) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 233) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 234) | BPF_T_NORMAL = 0x0 constant BPF_W (line 235) | BPF_W = 0x0 constant BPF_X (line 236) | BPF_X = 0x8 constant BPF_XOR (line 237) | BPF_XOR = 0xa0 constant BRKINT (line 238) | BRKINT = 0x2 constant CAP_ACCEPT (line 239) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 240) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 241) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 242) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 243) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 244) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 245) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 246) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 247) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 248) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 249) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 250) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 251) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 252) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 253) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 254) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 255) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 256) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 257) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 258) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 259) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 260) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 261) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 262) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 263) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 264) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 265) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 266) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 267) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 268) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 269) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 270) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 271) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 272) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 273) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 274) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 275) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 276) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 277) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 278) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 279) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 280) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 281) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 282) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 283) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 284) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 285) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 286) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 287) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 288) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 289) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 290) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 291) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 292) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 293) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 294) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 295) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 296) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 297) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 298) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 299) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 300) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 301) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 302) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 303) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 304) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 305) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 306) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 307) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 308) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 309) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 310) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 311) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 312) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 313) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 314) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 315) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 316) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 317) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 318) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 319) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 320) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 321) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 322) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 323) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 324) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 325) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 326) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 327) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 328) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 329) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 330) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 331) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 332) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 333) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 334) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 335) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 336) | CFLUSH = 0xf constant CLOCAL (line 337) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 338) | CLOCK_BOOTTIME = 0x5 constant CLOCK_MONOTONIC (line 339) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_COARSE (line 340) | CLOCK_MONOTONIC_COARSE = 0xc constant CLOCK_MONOTONIC_FAST (line 341) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 342) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 343) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 344) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 345) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_COARSE (line 346) | CLOCK_REALTIME_COARSE = 0xa constant CLOCK_REALTIME_FAST (line 347) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 348) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 349) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 350) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 351) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 352) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 353) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 354) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 355) | CPUSTATES = 0x5 constant CP_IDLE (line 356) | CP_IDLE = 0x4 constant CP_INTR (line 357) | CP_INTR = 0x3 constant CP_NICE (line 358) | CP_NICE = 0x1 constant CP_SYS (line 359) | CP_SYS = 0x2 constant CP_USER (line 360) | CP_USER = 0x0 constant CREAD (line 361) | CREAD = 0x800 constant CRTSCTS (line 362) | CRTSCTS = 0x30000 constant CS5 (line 363) | CS5 = 0x0 constant CS6 (line 364) | CS6 = 0x100 constant CS7 (line 365) | CS7 = 0x200 constant CS8 (line 366) | CS8 = 0x300 constant CSIZE (line 367) | CSIZE = 0x300 constant CSTART (line 368) | CSTART = 0x11 constant CSTATUS (line 369) | CSTATUS = 0x14 constant CSTOP (line 370) | CSTOP = 0x13 constant CSTOPB (line 371) | CSTOPB = 0x400 constant CSUSP (line 372) | CSUSP = 0x1a constant CTL_HW (line 373) | CTL_HW = 0x6 constant CTL_KERN (line 374) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 375) | CTL_MAXNAME = 0x18 constant CTL_NET (line 376) | CTL_NET = 0x4 constant DIOCGATTR (line 377) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 378) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 379) | DIOCGFLUSH = 0x20006487 constant DIOCGFWHEADS (line 380) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 381) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 382) | DIOCGIDENT = 0x41006489 constant DIOCGKERNELDUMP (line 383) | DIOCGKERNELDUMP = 0xc0986492 constant DIOCGMEDIASIZE (line 384) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 385) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 386) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 387) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 388) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 389) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 390) | DIOCSKERNELDUMP = 0x80986491 constant DIOCSKERNELDUMP_FREEBSD11 (line 391) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCSKERNELDUMP_FREEBSD12 (line 392) | DIOCSKERNELDUMP_FREEBSD12 = 0x80506490 constant DIOCZONECMD (line 393) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 394) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 395) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 396) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 397) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 398) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 399) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 400) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 401) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 402) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 403) | DLT_AURORA = 0x7e constant DLT_AX25 (line 404) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 405) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 406) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 407) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 408) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 409) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 410) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 411) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 412) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 413) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 414) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 415) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 416) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 417) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 418) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 419) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 420) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 421) | DLT_DBUS = 0xe7 constant DLT_DECT (line 422) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 423) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 424) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 425) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 426) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 427) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 428) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 429) | DLT_EN3MB = 0x2 constant DLT_ENC (line 430) | DLT_ENC = 0x6d constant DLT_EPON (line 431) | DLT_EPON = 0x103 constant DLT_ERF (line 432) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 433) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 434) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 435) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 436) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 437) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 438) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 439) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 440) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 441) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 442) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 443) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 444) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 445) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 446) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 447) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 448) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 449) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 450) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 451) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 452) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 453) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 454) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 455) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 456) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 457) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 458) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 459) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 460) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 461) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 462) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 463) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 464) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 465) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 466) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 467) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 468) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 469) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 470) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 471) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 472) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 473) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 474) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 475) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 476) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 477) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 478) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 479) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 480) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 481) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 482) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 483) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 484) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 485) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 486) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 487) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 488) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 489) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 490) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 491) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 492) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 493) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 494) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 495) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 496) | DLT_LAPD = 0xcb constant DLT_LIN (line 497) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 498) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 499) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 500) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 501) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 502) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 503) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 504) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 505) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 506) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 507) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 508) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 509) | DLT_MFR = 0xb6 constant DLT_MOST (line 510) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 511) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 512) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 513) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 514) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 515) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 516) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 517) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 518) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 519) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 520) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 521) | DLT_NFLOG = 0xef constant DLT_NG40 (line 522) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 523) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 524) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 525) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 526) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 527) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 528) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 529) | DLT_PKTAP = 0x102 constant DLT_PPI (line 530) | DLT_PPI = 0xc0 constant DLT_PPP (line 531) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 532) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 533) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 534) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 535) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 536) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 537) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 538) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 539) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 540) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 541) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 542) | DLT_RAW = 0xc constant DLT_RDS (line 543) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 544) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 545) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 546) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 547) | DLT_SCCP = 0x8e constant DLT_SCTP (line 548) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 549) | DLT_SDLC = 0x10c constant DLT_SITA (line 550) | DLT_SITA = 0xc4 constant DLT_SLIP (line 551) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 552) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 553) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 554) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 555) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 556) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 557) | DLT_TZSP = 0x80 constant DLT_USB (line 558) | DLT_USB = 0xba constant DLT_USBPCAP (line 559) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 560) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 561) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 562) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 563) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 564) | DLT_USER0 = 0x93 constant DLT_USER1 (line 565) | DLT_USER1 = 0x94 constant DLT_USER10 (line 566) | DLT_USER10 = 0x9d constant DLT_USER11 (line 567) | DLT_USER11 = 0x9e constant DLT_USER12 (line 568) | DLT_USER12 = 0x9f constant DLT_USER13 (line 569) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 570) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 571) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 572) | DLT_USER2 = 0x95 constant DLT_USER3 (line 573) | DLT_USER3 = 0x96 constant DLT_USER4 (line 574) | DLT_USER4 = 0x97 constant DLT_USER5 (line 575) | DLT_USER5 = 0x98 constant DLT_USER6 (line 576) | DLT_USER6 = 0x99 constant DLT_USER7 (line 577) | DLT_USER7 = 0x9a constant DLT_USER8 (line 578) | DLT_USER8 = 0x9b constant DLT_USER9 (line 579) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 580) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 581) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 582) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 583) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 584) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 585) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 586) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 587) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 588) | DT_BLK = 0x6 constant DT_CHR (line 589) | DT_CHR = 0x2 constant DT_DIR (line 590) | DT_DIR = 0x4 constant DT_FIFO (line 591) | DT_FIFO = 0x1 constant DT_LNK (line 592) | DT_LNK = 0xa constant DT_REG (line 593) | DT_REG = 0x8 constant DT_SOCK (line 594) | DT_SOCK = 0xc constant DT_UNKNOWN (line 595) | DT_UNKNOWN = 0x0 constant DT_WHT (line 596) | DT_WHT = 0xe constant ECHO (line 597) | ECHO = 0x8 constant ECHOCTL (line 598) | ECHOCTL = 0x40 constant ECHOE (line 599) | ECHOE = 0x2 constant ECHOK (line 600) | ECHOK = 0x4 constant ECHOKE (line 601) | ECHOKE = 0x1 constant ECHONL (line 602) | ECHONL = 0x10 constant ECHOPRT (line 603) | ECHOPRT = 0x20 constant EHE_DEAD_PRIORITY (line 604) | EHE_DEAD_PRIORITY = -0x1 constant EVFILT_AIO (line 605) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 606) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 607) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 608) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 609) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 610) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 611) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 612) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 613) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 614) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 615) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 616) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 617) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 618) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 619) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 620) | EV_ADD = 0x1 constant EV_CLEAR (line 621) | EV_CLEAR = 0x20 constant EV_DELETE (line 622) | EV_DELETE = 0x2 constant EV_DISABLE (line 623) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 624) | EV_DISPATCH = 0x80 constant EV_DROP (line 625) | EV_DROP = 0x1000 constant EV_ENABLE (line 626) | EV_ENABLE = 0x4 constant EV_EOF (line 627) | EV_EOF = 0x8000 constant EV_ERROR (line 628) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 629) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 630) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 631) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 632) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 633) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 634) | EV_SYSFLAGS = 0xf000 constant EXTA (line 635) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 636) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 637) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 638) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 639) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 640) | EXTB = 0x9600 constant EXTPROC (line 641) | EXTPROC = 0x800 constant FD_CLOEXEC (line 642) | FD_CLOEXEC = 0x1 constant FD_NONE (line 643) | FD_NONE = -0xc8 constant FD_SETSIZE (line 644) | FD_SETSIZE = 0x400 constant FLUSHO (line 645) | FLUSHO = 0x800000 constant F_ADD_SEALS (line 646) | F_ADD_SEALS = 0x13 constant F_CANCEL (line 647) | F_CANCEL = 0x5 constant F_DUP2FD (line 648) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 649) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 650) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 651) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 652) | F_GETFD = 0x1 constant F_GETFL (line 653) | F_GETFL = 0x3 constant F_GETLK (line 654) | F_GETLK = 0xb constant F_GETOWN (line 655) | F_GETOWN = 0x5 constant F_GET_SEALS (line 656) | F_GET_SEALS = 0x14 constant F_ISUNIONSTACK (line 657) | F_ISUNIONSTACK = 0x15 constant F_KINFO (line 658) | F_KINFO = 0x16 constant F_OGETLK (line 659) | F_OGETLK = 0x7 constant F_OK (line 660) | F_OK = 0x0 constant F_OSETLK (line 661) | F_OSETLK = 0x8 constant F_OSETLKW (line 662) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 663) | F_RDAHEAD = 0x10 constant F_RDLCK (line 664) | F_RDLCK = 0x1 constant F_READAHEAD (line 665) | F_READAHEAD = 0xf constant F_SEAL_GROW (line 666) | F_SEAL_GROW = 0x4 constant F_SEAL_SEAL (line 667) | F_SEAL_SEAL = 0x1 constant F_SEAL_SHRINK (line 668) | F_SEAL_SHRINK = 0x2 constant F_SEAL_WRITE (line 669) | F_SEAL_WRITE = 0x8 constant F_SETFD (line 670) | F_SETFD = 0x2 constant F_SETFL (line 671) | F_SETFL = 0x4 constant F_SETLK (line 672) | F_SETLK = 0xc constant F_SETLKW (line 673) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 674) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 675) | F_SETOWN = 0x6 constant F_UNLCK (line 676) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 677) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 678) | F_WRLCK = 0x3 constant HUPCL (line 679) | HUPCL = 0x4000 constant HW_MACHINE (line 680) | HW_MACHINE = 0x1 constant ICANON (line 681) | ICANON = 0x100 constant ICMP6_FILTER (line 682) | ICMP6_FILTER = 0x12 constant ICRNL (line 683) | ICRNL = 0x100 constant IEXTEN (line 684) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 685) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 686) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 687) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 688) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 689) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 690) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 691) | IFF_CANTCHANGE = 0x218f72 constant IFF_CANTCONFIG (line 692) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 693) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 694) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 695) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 696) | IFF_DYING = 0x200000 constant IFF_KNOWSEPOCH (line 697) | IFF_KNOWSEPOCH = 0x20 constant IFF_LINK0 (line 698) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 699) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 700) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 701) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 702) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 703) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 704) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 705) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 706) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 707) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 708) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 709) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 710) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 711) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 712) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 713) | IFF_STATICARP = 0x80000 constant IFF_UP (line 714) | IFF_UP = 0x1 constant IFNAMSIZ (line 715) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 716) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 717) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 718) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 719) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 720) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 721) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 722) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 723) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 724) | IGNBRK = 0x1 constant IGNCR (line 725) | IGNCR = 0x80 constant IGNPAR (line 726) | IGNPAR = 0x4 constant IMAXBEL (line 727) | IMAXBEL = 0x2000 constant INLCR (line 728) | INLCR = 0x40 constant INPCK (line 729) | INPCK = 0x10 constant IN_CLASSA_HOST (line 730) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 731) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 732) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 733) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 734) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 735) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 736) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 737) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 738) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 739) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 740) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 741) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 742) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 743) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 744) | IN_LOOPBACKNET = 0x7f constant IN_NETMASK_DEFAULT (line 745) | IN_NETMASK_DEFAULT = 0xffffff00 constant IN_RFC3021_MASK (line 746) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 747) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 748) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 749) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 750) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 751) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 752) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 753) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 754) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 755) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 756) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 757) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 758) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 759) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 760) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 761) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 762) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 763) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 764) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 765) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 766) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 767) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 768) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 769) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 770) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 771) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 772) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 773) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 774) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 775) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 776) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 777) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 778) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 779) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 780) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 781) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 782) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 783) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 784) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 785) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 786) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 787) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 788) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 789) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 790) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 791) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 792) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 793) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 794) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 795) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 796) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 797) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 798) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 799) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 800) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 801) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 802) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 803) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 804) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 805) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 806) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 807) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 808) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 809) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 810) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 811) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 812) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 813) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 814) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 815) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 816) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 817) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 818) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 819) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 820) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 821) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 822) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 823) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 824) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 825) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 826) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 827) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 828) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 829) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 830) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 831) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 832) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 833) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 834) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 835) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 836) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 837) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 838) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 839) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 840) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 841) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 842) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 843) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 844) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 845) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 846) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 847) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 848) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 849) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 850) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 851) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 852) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 853) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 854) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 855) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 856) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 857) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 858) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 859) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 860) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 861) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 862) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 863) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 864) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 865) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 866) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 867) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 868) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 869) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 870) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 871) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 872) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 873) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 874) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 875) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 876) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 877) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 878) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 879) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 880) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 881) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 882) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 883) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 884) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 885) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 886) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 887) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 888) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 889) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 890) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 891) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 892) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 893) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 894) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 895) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 896) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 897) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 898) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 899) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 900) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 901) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 902) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 903) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 904) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 905) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 906) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 907) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 908) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 910) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 911) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 912) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 913) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 914) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 915) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 917) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 920) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 923) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 924) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 925) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 926) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 927) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 928) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 929) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 930) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 931) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 932) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 933) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 934) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 935) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 936) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 937) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 938) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 939) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 940) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 941) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 942) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 943) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 944) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 945) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 946) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 947) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 948) | IP_DF = 0x4000 constant IP_DONTFRAG (line 949) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 950) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 951) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 952) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 953) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 954) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 955) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 956) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 957) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 958) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 959) | IP_FW3 = 0x30 constant IP_FW_ADD (line 960) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 961) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 962) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 963) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 964) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 965) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 966) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 967) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 968) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 969) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 970) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 971) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 972) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 973) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 974) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 975) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 976) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 977) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 978) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 979) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 980) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 981) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 982) | IP_MF = 0x2000 constant IP_MINTTL (line 983) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 984) | IP_MSFILTER = 0x4a constant IP_MSS (line 985) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 986) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 987) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 988) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 989) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 990) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 991) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 992) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 993) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 994) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 995) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 996) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 997) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 998) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 999) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 1000) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 1001) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 1002) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 1003) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 1004) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 1005) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 1006) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 1007) | IP_RETOPTS = 0x8 constant IP_RF (line 1008) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 1009) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 1010) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 1011) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 1012) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 1013) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 1014) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 1015) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 1016) | IP_TOS = 0x3 constant IP_TTL (line 1017) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 1018) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 1019) | IP_VLAN_PCP = 0x4b constant ISIG (line 1020) | ISIG = 0x80 constant ISTRIP (line 1021) | ISTRIP = 0x20 constant ITIMER_PROF (line 1022) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 1023) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1024) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1025) | IXANY = 0x800 constant IXOFF (line 1026) | IXOFF = 0x400 constant IXON (line 1027) | IXON = 0x200 constant KERN_HOSTNAME (line 1028) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1029) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1030) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1031) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1032) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1033) | LOCAL_CREDS = 0x2 constant LOCAL_CREDS_PERSISTENT (line 1034) | LOCAL_CREDS_PERSISTENT = 0x3 constant LOCAL_PEERCRED (line 1035) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1036) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1037) | LOCK_EX = 0x2 constant LOCK_NB (line 1038) | LOCK_NB = 0x4 constant LOCK_SH (line 1039) | LOCK_SH = 0x1 constant LOCK_UN (line 1040) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1041) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1042) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1043) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1044) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1045) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1046) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1047) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1048) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1049) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1050) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1051) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1052) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1053) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1054) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1055) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1056) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1057) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1058) | MAP_COPY = 0x2 constant MAP_EXCL (line 1059) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1060) | MAP_FILE = 0x0 constant MAP_FIXED (line 1061) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1062) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1063) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1064) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1065) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1066) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1067) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1068) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1069) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1070) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1071) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1072) | MAP_SHARED = 0x1 constant MAP_STACK (line 1073) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1074) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1075) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1076) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1077) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1078) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1079) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1080) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1081) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1082) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1083) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1084) | MCL_FUTURE = 0x2 constant MFD_ALLOW_SEALING (line 1085) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1086) | MFD_CLOEXEC = 0x1 constant MFD_HUGETLB (line 1087) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1088) | MFD_HUGE_16GB = -0x78000000 constant MFD_HUGE_16MB (line 1089) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1090) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1091) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1092) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1093) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1094) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1095) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1096) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1097) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1098) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1099) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1100) | MFD_HUGE_MASK = 0xfc000000 constant MFD_HUGE_SHIFT (line 1101) | MFD_HUGE_SHIFT = 0x1a constant MNT_ACLS (line 1102) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1103) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1104) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1105) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1106) | MNT_CMDFLAGS = 0x300d0f0000 constant MNT_DEFEXPORTED (line 1107) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1108) | MNT_DELEXPORT = 0x20000 constant MNT_EMPTYDIR (line 1109) | MNT_EMPTYDIR = 0x2000000000 constant MNT_EXKERB (line 1110) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1111) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1112) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1113) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1114) | MNT_EXRDONLY = 0x80 constant MNT_EXTLS (line 1115) | MNT_EXTLS = 0x4000000000 constant MNT_EXTLSCERT (line 1116) | MNT_EXTLSCERT = 0x8000000000 constant MNT_EXTLSCERTUSER (line 1117) | MNT_EXTLSCERTUSER = 0x10000000000 constant MNT_FORCE (line 1118) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1119) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1120) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1121) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1122) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1123) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1124) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1125) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1126) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1127) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOCOVER (line 1128) | MNT_NOCOVER = 0x1000000000 constant MNT_NOEXEC (line 1129) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1130) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1131) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1132) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1133) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1134) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1135) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1136) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1137) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1138) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1139) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1140) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1141) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1142) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1143) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1144) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1145) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1146) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1147) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1148) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1149) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1150) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1151) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1152) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1153) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1154) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1155) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1156) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1157) | MSG_EOF = 0x100 constant MSG_EOR (line 1158) | MSG_EOR = 0x8 constant MSG_NBIO (line 1159) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1160) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1161) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1162) | MSG_OOB = 0x1 constant MSG_PEEK (line 1163) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1164) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1165) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1166) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1167) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1168) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1169) | MS_SYNC = 0x0 constant NAME_MAX (line 1170) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1171) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1172) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1173) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1174) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1175) | NET_RT_IFMALIST = 0x4 constant NET_RT_NHGRP (line 1176) | NET_RT_NHGRP = 0x7 constant NET_RT_NHOP (line 1177) | NET_RT_NHOP = 0x6 constant NFDBITS (line 1178) | NFDBITS = 0x40 constant NOFLSH (line 1179) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1180) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1181) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1182) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1183) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1184) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1185) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1186) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1187) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1188) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1189) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1190) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1191) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1192) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1193) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1194) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1195) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1196) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1197) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1198) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1199) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1200) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1201) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1202) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1203) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1204) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1205) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1206) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1207) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1208) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1209) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1210) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1211) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1212) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1213) | NOTE_WRITE = 0x2 constant OCRNL (line 1214) | OCRNL = 0x10 constant ONLCR (line 1215) | ONLCR = 0x2 constant ONLRET (line 1216) | ONLRET = 0x40 constant ONOCR (line 1217) | ONOCR = 0x20 constant ONOEOT (line 1218) | ONOEOT = 0x8 constant OPOST (line 1219) | OPOST = 0x1 constant OXTABS (line 1220) | OXTABS = 0x4 constant O_ACCMODE (line 1221) | O_ACCMODE = 0x3 constant O_APPEND (line 1222) | O_APPEND = 0x8 constant O_ASYNC (line 1223) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1224) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1225) | O_CREAT = 0x200 constant O_DIRECT (line 1226) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1227) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1228) | O_DSYNC = 0x1000000 constant O_EMPTY_PATH (line 1229) | O_EMPTY_PATH = 0x2000000 constant O_EXCL (line 1230) | O_EXCL = 0x800 constant O_EXEC (line 1231) | O_EXEC = 0x40000 constant O_EXLOCK (line 1232) | O_EXLOCK = 0x20 constant O_FSYNC (line 1233) | O_FSYNC = 0x80 constant O_NDELAY (line 1234) | O_NDELAY = 0x4 constant O_NOCTTY (line 1235) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1236) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1237) | O_NONBLOCK = 0x4 constant O_PATH (line 1238) | O_PATH = 0x400000 constant O_RDONLY (line 1239) | O_RDONLY = 0x0 constant O_RDWR (line 1240) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1241) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1242) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1243) | O_SHLOCK = 0x10 constant O_SYNC (line 1244) | O_SYNC = 0x80 constant O_TRUNC (line 1245) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1246) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1247) | O_VERIFY = 0x200000 constant O_WRONLY (line 1248) | O_WRONLY = 0x1 constant PARENB (line 1249) | PARENB = 0x1000 constant PARMRK (line 1250) | PARMRK = 0x8 constant PARODD (line 1251) | PARODD = 0x2000 constant PENDIN (line 1252) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1253) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1254) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1255) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1256) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1257) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1258) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1259) | PRIO_USER = 0x2 constant PROT_EXEC (line 1260) | PROT_EXEC = 0x4 constant PROT_NONE (line 1261) | PROT_NONE = 0x0 constant PROT_READ (line 1262) | PROT_READ = 0x1 constant PROT_WRITE (line 1263) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1264) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1265) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1266) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1267) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1268) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1269) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1270) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1271) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1272) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1273) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1274) | PT_CONTINUE = 0x7 constant PT_COREDUMP (line 1275) | PT_COREDUMP = 0x1d constant PT_DETACH (line 1276) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1277) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1278) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1279) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1280) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1281) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1282) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1283) | PT_GETREGS = 0x21 constant PT_GET_EVENT_MASK (line 1284) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1285) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1286) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1287) | PT_IO = 0xc constant PT_KILL (line 1288) | PT_KILL = 0x8 constant PT_LWPINFO (line 1289) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1290) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1291) | PT_READ_D = 0x2 constant PT_READ_I (line 1292) | PT_READ_I = 0x1 constant PT_RESUME (line 1293) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1294) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1295) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1296) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1297) | PT_SETSTEP = 0x11 constant PT_SET_EVENT_MASK (line 1298) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1299) | PT_STEP = 0x9 constant PT_SUSPEND (line 1300) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1301) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1302) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1303) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1304) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1305) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1306) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1307) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1308) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1309) | P_ZONEID = 0xc constant RLIMIT_AS (line 1310) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1311) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1312) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1313) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1314) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1315) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1316) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1317) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1318) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1319) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1320) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1321) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1322) | RTAX_BRD = 0x7 constant RTAX_DST (line 1323) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1324) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1325) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1326) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1327) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1328) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1329) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1330) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1331) | RTA_BRD = 0x80 constant RTA_DST (line 1332) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1333) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1334) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1335) | RTA_IFA = 0x20 constant RTA_IFP (line 1336) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1337) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1338) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1339) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1340) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1341) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1342) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1343) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1344) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1345) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1346) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1347) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1348) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1349) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1350) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1351) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1352) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1353) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1354) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1355) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1356) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1357) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1358) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1359) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1360) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1361) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1362) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1363) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1364) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1365) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1366) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1367) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1368) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1369) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1370) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1371) | RTM_LOSING = 0x5 constant RTM_MISS (line 1372) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1373) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1374) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1375) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1376) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1377) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1378) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1379) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1380) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1381) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1382) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1383) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1384) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1385) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1386) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1387) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1388) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1389) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1390) | RT_DEFAULT_FIB = 0x0 constant RT_DEFAULT_WEIGHT (line 1391) | RT_DEFAULT_WEIGHT = 0x1 constant RT_HAS_GW (line 1392) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1393) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1394) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1395) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1396) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1397) | RT_LLE_CACHE = 0x100 constant RT_MAX_WEIGHT (line 1398) | RT_MAX_WEIGHT = 0xffffff constant RT_MAY_LOOP (line 1399) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1400) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1401) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1402) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1403) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1404) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1405) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1406) | SCM_CREDS = 0x3 constant SCM_CREDS2 (line 1407) | SCM_CREDS2 = 0x8 constant SCM_MONOTONIC (line 1408) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1409) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1410) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1411) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1412) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1413) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1414) | SEEK_DATA = 0x3 constant SEEK_END (line 1415) | SEEK_END = 0x2 constant SEEK_HOLE (line 1416) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1417) | SEEK_SET = 0x0 constant SHUT_RD (line 1418) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1419) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1420) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1421) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1422) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1423) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1424) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1425) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1426) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1427) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1428) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1429) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1430) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1431) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1432) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1433) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1434) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1435) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1436) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1437) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1438) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1439) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1440) | SIOCGIFDATA = 0x8020692c constant SIOCGIFDESCR (line 1441) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1442) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1443) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1444) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1445) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1446) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1447) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1448) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1449) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1450) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1451) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1452) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1453) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1454) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1455) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1456) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1457) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1458) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1459) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1460) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1461) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1462) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1463) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1464) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1465) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1466) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1467) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1468) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1469) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1470) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1471) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1472) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1473) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1474) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1475) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1476) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1477) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1478) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1479) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1480) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1481) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1482) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1483) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1484) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1485) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1486) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1487) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1488) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1489) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1490) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1491) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1492) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1493) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1494) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1495) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1496) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1497) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1498) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1499) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1500) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1501) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1502) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1503) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1504) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1505) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1506) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1507) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1508) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1509) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1510) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1511) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1512) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1513) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1514) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1515) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1516) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1517) | SO_LABEL = 0x1009 constant SO_LINGER (line 1518) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1519) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1520) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1521) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1522) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1523) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1524) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1525) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1526) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1527) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1528) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1529) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1530) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1531) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1532) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1533) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1534) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1535) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1536) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1537) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1538) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1539) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1540) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1541) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1542) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1543) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1544) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1545) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1546) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1547) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1548) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1549) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1550) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1551) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1552) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1553) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1554) | S_IEXEC = 0x40 constant S_IFBLK (line 1555) | S_IFBLK = 0x6000 constant S_IFCHR (line 1556) | S_IFCHR = 0x2000 constant S_IFDIR (line 1557) | S_IFDIR = 0x4000 constant S_IFIFO (line 1558) | S_IFIFO = 0x1000 constant S_IFLNK (line 1559) | S_IFLNK = 0xa000 constant S_IFMT (line 1560) | S_IFMT = 0xf000 constant S_IFREG (line 1561) | S_IFREG = 0x8000 constant S_IFSOCK (line 1562) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1563) | S_IFWHT = 0xe000 constant S_IREAD (line 1564) | S_IREAD = 0x100 constant S_IRGRP (line 1565) | S_IRGRP = 0x20 constant S_IROTH (line 1566) | S_IROTH = 0x4 constant S_IRUSR (line 1567) | S_IRUSR = 0x100 constant S_IRWXG (line 1568) | S_IRWXG = 0x38 constant S_IRWXO (line 1569) | S_IRWXO = 0x7 constant S_IRWXU (line 1570) | S_IRWXU = 0x1c0 constant S_ISGID (line 1571) | S_ISGID = 0x400 constant S_ISTXT (line 1572) | S_ISTXT = 0x200 constant S_ISUID (line 1573) | S_ISUID = 0x800 constant S_ISVTX (line 1574) | S_ISVTX = 0x200 constant S_IWGRP (line 1575) | S_IWGRP = 0x10 constant S_IWOTH (line 1576) | S_IWOTH = 0x2 constant S_IWRITE (line 1577) | S_IWRITE = 0x80 constant S_IWUSR (line 1578) | S_IWUSR = 0x80 constant S_IXGRP (line 1579) | S_IXGRP = 0x8 constant S_IXOTH (line 1580) | S_IXOTH = 0x1 constant S_IXUSR (line 1581) | S_IXUSR = 0x40 constant TAB0 (line 1582) | TAB0 = 0x0 constant TAB3 (line 1583) | TAB3 = 0x4 constant TABDLY (line 1584) | TABDLY = 0x4 constant TCIFLUSH (line 1585) | TCIFLUSH = 0x1 constant TCIOFF (line 1586) | TCIOFF = 0x3 constant TCIOFLUSH (line 1587) | TCIOFLUSH = 0x3 constant TCION (line 1588) | TCION = 0x4 constant TCOFLUSH (line 1589) | TCOFLUSH = 0x2 constant TCOOFF (line 1590) | TCOOFF = 0x1 constant TCOON (line 1591) | TCOON = 0x2 constant TCPOPT_EOL (line 1592) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1593) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1594) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1595) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1596) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1597) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1598) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1599) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1600) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1601) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1602) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1603) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1604) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1605) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1606) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1607) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1608) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1609) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1610) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1611) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1612) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1613) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1614) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1615) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1616) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1617) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1618) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1619) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1620) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1621) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1622) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1623) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1624) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1625) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1626) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1627) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1628) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_INIT_RATE (line 1629) | TCP_BBR_RACK_INIT_RATE = 0x458 constant TCP_BBR_RACK_RTT_USE (line 1630) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1631) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1632) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1633) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1634) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1635) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1636) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1637) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1638) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1639) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1640) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1641) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1642) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1643) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1644) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1645) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_USE_RACK_RR (line 1646) | TCP_BBR_USE_RACK_RR = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1647) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1648) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1649) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1650) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1651) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DEFER_OPTIONS (line 1652) | TCP_DEFER_OPTIONS = 0x470 constant TCP_DELACK (line 1653) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1654) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1655) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1656) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1657) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FAST_RSM_HACK (line 1658) | TCP_FAST_RSM_HACK = 0x471 constant TCP_FIN_IS_RST (line 1659) | TCP_FIN_IS_RST = 0x49 constant TCP_FUNCTION_BLK (line 1660) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1661) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_HDWR_RATE_CAP (line 1662) | TCP_HDWR_RATE_CAP = 0x46a constant TCP_HDWR_UP_ONLY (line 1663) | TCP_HDWR_UP_ONLY = 0x46c constant TCP_IDLE_REDUCE (line 1664) | TCP_IDLE_REDUCE = 0x46 constant TCP_INFO (line 1665) | TCP_INFO = 0x20 constant TCP_IWND_NB (line 1666) | TCP_IWND_NB = 0x2b constant TCP_IWND_NSEG (line 1667) | TCP_IWND_NSEG = 0x2c constant TCP_KEEPCNT (line 1668) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1669) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1670) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1671) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1672) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1673) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1674) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1675) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1676) | TCP_LOGID = 0x24 constant TCP_LOGID_CNT (line 1677) | TCP_LOGID_CNT = 0x2e constant TCP_LOG_ID_LEN (line 1678) | TCP_LOG_ID_LEN = 0x40 constant TCP_LOG_LIMIT (line 1679) | TCP_LOG_LIMIT = 0x4a constant TCP_LOG_TAG (line 1680) | TCP_LOG_TAG = 0x2f constant TCP_MAXBURST (line 1681) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1682) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1683) | TCP_MAXOLEN = 0x28 constant TCP_MAXPEAKRATE (line 1684) | TCP_MAXPEAKRATE = 0x45 constant TCP_MAXSEG (line 1685) | TCP_MAXSEG = 0x2 constant TCP_MAXUNACKTIME (line 1686) | TCP_MAXUNACKTIME = 0x44 constant TCP_MAXWIN (line 1687) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1688) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1689) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1690) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1691) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1692) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1693) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1694) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1695) | TCP_NOPUSH = 0x4 constant TCP_NO_PRR (line 1696) | TCP_NO_PRR = 0x462 constant TCP_PACING_RATE_CAP (line 1697) | TCP_PACING_RATE_CAP = 0x46b constant TCP_PCAP_IN (line 1698) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1699) | TCP_PCAP_OUT = 0x800 constant TCP_PERF_INFO (line 1700) | TCP_PERF_INFO = 0x4e constant TCP_PROC_ACCOUNTING (line 1701) | TCP_PROC_ACCOUNTING = 0x4c constant TCP_RACK_ABC_VAL (line 1702) | TCP_RACK_ABC_VAL = 0x46d constant TCP_RACK_CHEAT_NOT_CONF_RATE (line 1703) | TCP_RACK_CHEAT_NOT_CONF_RATE = 0x459 constant TCP_RACK_DO_DETECTION (line 1704) | TCP_RACK_DO_DETECTION = 0x449 constant TCP_RACK_EARLY_RECOV (line 1705) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1706) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_FORCE_MSEG (line 1707) | TCP_RACK_FORCE_MSEG = 0x45d constant TCP_RACK_GP_INCREASE (line 1708) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_GP_INCREASE_CA (line 1709) | TCP_RACK_GP_INCREASE_CA = 0x45a constant TCP_RACK_GP_INCREASE_REC (line 1710) | TCP_RACK_GP_INCREASE_REC = 0x45c constant TCP_RACK_GP_INCREASE_SS (line 1711) | TCP_RACK_GP_INCREASE_SS = 0x45b constant TCP_RACK_IDLE_REDUCE_HIGH (line 1712) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MBUF_QUEUE (line 1713) | TCP_RACK_MBUF_QUEUE = 0x41a constant TCP_RACK_MEASURE_CNT (line 1714) | TCP_RACK_MEASURE_CNT = 0x46f constant TCP_RACK_MIN_PACE (line 1715) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1716) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1717) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_NONRXT_CFG_RATE (line 1718) | TCP_RACK_NONRXT_CFG_RATE = 0x463 constant TCP_RACK_NO_PUSH_AT_MAX (line 1719) | TCP_RACK_NO_PUSH_AT_MAX = 0x466 constant TCP_RACK_PACE_ALWAYS (line 1720) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1721) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_RATE_CA (line 1722) | TCP_RACK_PACE_RATE_CA = 0x45e constant TCP_RACK_PACE_RATE_REC (line 1723) | TCP_RACK_PACE_RATE_REC = 0x460 constant TCP_RACK_PACE_RATE_SS (line 1724) | TCP_RACK_PACE_RATE_SS = 0x45f constant TCP_RACK_PACE_REDUCE (line 1725) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PACE_TO_FILL (line 1726) | TCP_RACK_PACE_TO_FILL = 0x467 constant TCP_RACK_PACING_BETA (line 1727) | TCP_RACK_PACING_BETA = 0x472 constant TCP_RACK_PACING_BETA_ECN (line 1728) | TCP_RACK_PACING_BETA_ECN = 0x473 constant TCP_RACK_PKT_DELAY (line 1729) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROFILE (line 1730) | TCP_RACK_PROFILE = 0x469 constant TCP_RACK_PROP (line 1731) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1732) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1733) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1734) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1735) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_RR_CONF (line 1736) | TCP_RACK_RR_CONF = 0x459 constant TCP_RACK_TIMER_SLOP (line 1737) | TCP_RACK_TIMER_SLOP = 0x474 constant TCP_RACK_TLP_INC_VAR (line 1738) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1739) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1740) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1741) | TCP_RACK_TLP_USE = 0x447 constant TCP_REC_ABC_VAL (line 1742) | TCP_REC_ABC_VAL = 0x46e constant TCP_REMOTE_UDP_ENCAPS_PORT (line 1743) | TCP_REMOTE_UDP_ENCAPS_PORT = 0x47 constant TCP_REUSPORT_LB_NUMA (line 1744) | TCP_REUSPORT_LB_NUMA = 0x402 constant TCP_REUSPORT_LB_NUMA_CURDOM (line 1745) | TCP_REUSPORT_LB_NUMA_CURDOM = -0x1 constant TCP_REUSPORT_LB_NUMA_NODOM (line 1746) | TCP_REUSPORT_LB_NUMA_NODOM = -0x2 constant TCP_RXTLS_ENABLE (line 1747) | TCP_RXTLS_ENABLE = 0x29 constant TCP_RXTLS_MODE (line 1748) | TCP_RXTLS_MODE = 0x2a constant TCP_SHARED_CWND_ALLOWED (line 1749) | TCP_SHARED_CWND_ALLOWED = 0x4b constant TCP_SHARED_CWND_ENABLE (line 1750) | TCP_SHARED_CWND_ENABLE = 0x464 constant TCP_SHARED_CWND_TIME_LIMIT (line 1751) | TCP_SHARED_CWND_TIME_LIMIT = 0x468 constant TCP_STATS (line 1752) | TCP_STATS = 0x21 constant TCP_TIMELY_DYN_ADJ (line 1753) | TCP_TIMELY_DYN_ADJ = 0x465 constant TCP_TLS_MODE_IFNET (line 1754) | TCP_TLS_MODE_IFNET = 0x2 constant TCP_TLS_MODE_NONE (line 1755) | TCP_TLS_MODE_NONE = 0x0 constant TCP_TLS_MODE_SW (line 1756) | TCP_TLS_MODE_SW = 0x1 constant TCP_TLS_MODE_TOE (line 1757) | TCP_TLS_MODE_TOE = 0x3 constant TCP_TXTLS_ENABLE (line 1758) | TCP_TXTLS_ENABLE = 0x27 constant TCP_TXTLS_MODE (line 1759) | TCP_TXTLS_MODE = 0x28 constant TCP_USER_LOG (line 1760) | TCP_USER_LOG = 0x30 constant TCP_USE_CMP_ACKS (line 1761) | TCP_USE_CMP_ACKS = 0x4d constant TCP_VENDOR (line 1762) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1763) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1764) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1765) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1766) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1767) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1768) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1769) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1770) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1771) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1772) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1773) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1774) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1775) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1776) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1777) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1778) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1779) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1780) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1781) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1782) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1783) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1784) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1785) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1786) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1787) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1788) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1789) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1790) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1791) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1792) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1793) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1794) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1795) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1796) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1797) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1798) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1799) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1800) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1801) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1802) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1803) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1804) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1805) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1806) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1807) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1808) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1809) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1810) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1811) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1812) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1813) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1814) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1815) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1816) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1817) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1818) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1819) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1820) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1821) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1822) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1823) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1824) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1825) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1826) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1827) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1828) | TOSTOP = 0x400000 constant UTIME_NOW (line 1829) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1830) | UTIME_OMIT = -0x2 constant VDISCARD (line 1831) | VDISCARD = 0xf constant VDSUSP (line 1832) | VDSUSP = 0xb constant VEOF (line 1833) | VEOF = 0x0 constant VEOL (line 1834) | VEOL = 0x1 constant VEOL2 (line 1835) | VEOL2 = 0x2 constant VERASE (line 1836) | VERASE = 0x3 constant VERASE2 (line 1837) | VERASE2 = 0x7 constant VINTR (line 1838) | VINTR = 0x8 constant VKILL (line 1839) | VKILL = 0x5 constant VLNEXT (line 1840) | VLNEXT = 0xe constant VMIN (line 1841) | VMIN = 0x10 constant VQUIT (line 1842) | VQUIT = 0x9 constant VREPRINT (line 1843) | VREPRINT = 0x6 constant VSTART (line 1844) | VSTART = 0xc constant VSTATUS (line 1845) | VSTATUS = 0x12 constant VSTOP (line 1846) | VSTOP = 0xd constant VSUSP (line 1847) | VSUSP = 0xa constant VTIME (line 1848) | VTIME = 0x11 constant VWERASE (line 1849) | VWERASE = 0x4 constant WCONTINUED (line 1850) | WCONTINUED = 0x4 constant WCOREFLAG (line 1851) | WCOREFLAG = 0x80 constant WEXITED (line 1852) | WEXITED = 0x10 constant WLINUXCLONE (line 1853) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1854) | WNOHANG = 0x1 constant WNOWAIT (line 1855) | WNOWAIT = 0x8 constant WSTOPPED (line 1856) | WSTOPPED = 0x2 constant WTRAPPED (line 1857) | WTRAPPED = 0x20 constant WUNTRACED (line 1858) | WUNTRACED = 0x2 constant E2BIG (line 1863) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1864) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1865) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1866) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1867) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1868) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1869) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1870) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1871) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1872) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1873) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1874) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1875) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1876) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1877) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1878) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1879) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1880) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1881) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1882) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1883) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1884) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1885) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1886) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1887) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1888) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1889) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1890) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1891) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1892) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1893) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1894) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1895) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1896) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1897) | EINVAL = syscall.Errno(0x16) constant EIO (line 1898) | EIO = syscall.Errno(0x5) constant EISCONN (line 1899) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1900) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1901) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1902) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1903) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1904) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1905) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1906) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1907) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1908) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1909) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1910) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1911) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1912) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1913) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1914) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1915) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1916) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1917) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1918) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1919) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1920) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1921) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1922) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1923) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1924) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1925) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1926) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1927) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1928) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1929) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1930) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1931) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1932) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1933) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1934) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1935) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1936) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1937) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1938) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1939) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1940) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1941) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1942) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1943) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1944) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1945) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1946) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1947) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1948) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1949) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1950) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1951) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1952) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1953) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1954) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1955) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1956) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1957) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1958) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1959) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1960) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1961) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1962) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1967) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1968) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1969) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1970) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1971) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1972) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1973) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1974) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1975) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1976) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1977) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1978) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1979) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1980) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1981) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1982) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1983) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1984) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1985) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1986) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1987) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1988) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1989) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1990) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1991) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1992) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1993) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1994) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1995) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1996) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1997) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1998) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1999) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 2000) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 2001) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux.go constant AAFS_MAGIC (line 11) | AAFS_MAGIC = 0x5a3c69f0 constant ADFS_SUPER_MAGIC (line 12) | ADFS_SUPER_MAGIC = 0xadf5 constant AFFS_SUPER_MAGIC (line 13) | AFFS_SUPER_MAGIC = 0xadff constant AFS_FS_MAGIC (line 14) | AFS_FS_MAGIC = 0x6b414653 constant AFS_SUPER_MAGIC (line 15) | AFS_SUPER_MAGIC = 0x5346414f constant AF_ALG (line 16) | AF_ALG = 0x26 constant AF_APPLETALK (line 17) | AF_APPLETALK = 0x5 constant AF_ASH (line 18) | AF_ASH = 0x12 constant AF_ATMPVC (line 19) | AF_ATMPVC = 0x8 constant AF_ATMSVC (line 20) | AF_ATMSVC = 0x14 constant AF_AX25 (line 21) | AF_AX25 = 0x3 constant AF_BLUETOOTH (line 22) | AF_BLUETOOTH = 0x1f constant AF_BRIDGE (line 23) | AF_BRIDGE = 0x7 constant AF_CAIF (line 24) | AF_CAIF = 0x25 constant AF_CAN (line 25) | AF_CAN = 0x1d constant AF_DECnet (line 26) | AF_DECnet = 0xc constant AF_ECONET (line 27) | AF_ECONET = 0x13 constant AF_FILE (line 28) | AF_FILE = 0x1 constant AF_IB (line 29) | AF_IB = 0x1b constant AF_IEEE802154 (line 30) | AF_IEEE802154 = 0x24 constant AF_INET (line 31) | AF_INET = 0x2 constant AF_INET6 (line 32) | AF_INET6 = 0xa constant AF_IPX (line 33) | AF_IPX = 0x4 constant AF_IRDA (line 34) | AF_IRDA = 0x17 constant AF_ISDN (line 35) | AF_ISDN = 0x22 constant AF_IUCV (line 36) | AF_IUCV = 0x20 constant AF_KCM (line 37) | AF_KCM = 0x29 constant AF_KEY (line 38) | AF_KEY = 0xf constant AF_LLC (line 39) | AF_LLC = 0x1a constant AF_LOCAL (line 40) | AF_LOCAL = 0x1 constant AF_MAX (line 41) | AF_MAX = 0x2e constant AF_MCTP (line 42) | AF_MCTP = 0x2d constant AF_MPLS (line 43) | AF_MPLS = 0x1c constant AF_NETBEUI (line 44) | AF_NETBEUI = 0xd constant AF_NETLINK (line 45) | AF_NETLINK = 0x10 constant AF_NETROM (line 46) | AF_NETROM = 0x6 constant AF_NFC (line 47) | AF_NFC = 0x27 constant AF_PACKET (line 48) | AF_PACKET = 0x11 constant AF_PHONET (line 49) | AF_PHONET = 0x23 constant AF_PPPOX (line 50) | AF_PPPOX = 0x18 constant AF_QIPCRTR (line 51) | AF_QIPCRTR = 0x2a constant AF_RDS (line 52) | AF_RDS = 0x15 constant AF_ROSE (line 53) | AF_ROSE = 0xb constant AF_ROUTE (line 54) | AF_ROUTE = 0x10 constant AF_RXRPC (line 55) | AF_RXRPC = 0x21 constant AF_SECURITY (line 56) | AF_SECURITY = 0xe constant AF_SMC (line 57) | AF_SMC = 0x2b constant AF_SNA (line 58) | AF_SNA = 0x16 constant AF_TIPC (line 59) | AF_TIPC = 0x1e constant AF_UNIX (line 60) | AF_UNIX = 0x1 constant AF_UNSPEC (line 61) | AF_UNSPEC = 0x0 constant AF_VSOCK (line 62) | AF_VSOCK = 0x28 constant AF_WANPIPE (line 63) | AF_WANPIPE = 0x19 constant AF_X25 (line 64) | AF_X25 = 0x9 constant AF_XDP (line 65) | AF_XDP = 0x2c constant ALG_OP_DECRYPT (line 66) | ALG_OP_DECRYPT = 0x0 constant ALG_OP_ENCRYPT (line 67) | ALG_OP_ENCRYPT = 0x1 constant ALG_SET_AEAD_ASSOCLEN (line 68) | ALG_SET_AEAD_ASSOCLEN = 0x4 constant ALG_SET_AEAD_AUTHSIZE (line 69) | ALG_SET_AEAD_AUTHSIZE = 0x5 constant ALG_SET_DRBG_ENTROPY (line 70) | ALG_SET_DRBG_ENTROPY = 0x6 constant ALG_SET_IV (line 71) | ALG_SET_IV = 0x2 constant ALG_SET_KEY (line 72) | ALG_SET_KEY = 0x1 constant ALG_SET_KEY_BY_KEY_SERIAL (line 73) | ALG_SET_KEY_BY_KEY_SERIAL = 0x7 constant ALG_SET_OP (line 74) | ALG_SET_OP = 0x3 constant ANON_INODE_FS_MAGIC (line 75) | ANON_INODE_FS_MAGIC = 0x9041934 constant ARPHRD_6LOWPAN (line 76) | ARPHRD_6LOWPAN = 0x339 constant ARPHRD_ADAPT (line 77) | ARPHRD_ADAPT = 0x108 constant ARPHRD_APPLETLK (line 78) | ARPHRD_APPLETLK = 0x8 constant ARPHRD_ARCNET (line 79) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ASH (line 80) | ARPHRD_ASH = 0x30d constant ARPHRD_ATM (line 81) | ARPHRD_ATM = 0x13 constant ARPHRD_AX25 (line 82) | ARPHRD_AX25 = 0x3 constant ARPHRD_BIF (line 83) | ARPHRD_BIF = 0x307 constant ARPHRD_CAIF (line 84) | ARPHRD_CAIF = 0x336 constant ARPHRD_CAN (line 85) | ARPHRD_CAN = 0x118 constant ARPHRD_CHAOS (line 86) | ARPHRD_CHAOS = 0x5 constant ARPHRD_CISCO (line 87) | ARPHRD_CISCO = 0x201 constant ARPHRD_CSLIP (line 88) | ARPHRD_CSLIP = 0x101 constant ARPHRD_CSLIP6 (line 89) | ARPHRD_CSLIP6 = 0x103 constant ARPHRD_DDCMP (line 90) | ARPHRD_DDCMP = 0x205 constant ARPHRD_DLCI (line 91) | ARPHRD_DLCI = 0xf constant ARPHRD_ECONET (line 92) | ARPHRD_ECONET = 0x30e constant ARPHRD_EETHER (line 93) | ARPHRD_EETHER = 0x2 constant ARPHRD_ETHER (line 94) | ARPHRD_ETHER = 0x1 constant ARPHRD_EUI64 (line 95) | ARPHRD_EUI64 = 0x1b constant ARPHRD_FCAL (line 96) | ARPHRD_FCAL = 0x311 constant ARPHRD_FCFABRIC (line 97) | ARPHRD_FCFABRIC = 0x313 constant ARPHRD_FCPL (line 98) | ARPHRD_FCPL = 0x312 constant ARPHRD_FCPP (line 99) | ARPHRD_FCPP = 0x310 constant ARPHRD_FDDI (line 100) | ARPHRD_FDDI = 0x306 constant ARPHRD_FRAD (line 101) | ARPHRD_FRAD = 0x302 constant ARPHRD_HDLC (line 102) | ARPHRD_HDLC = 0x201 constant ARPHRD_HIPPI (line 103) | ARPHRD_HIPPI = 0x30c constant ARPHRD_HWX25 (line 104) | ARPHRD_HWX25 = 0x110 constant ARPHRD_IEEE1394 (line 105) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 106) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_IEEE80211 (line 107) | ARPHRD_IEEE80211 = 0x321 constant ARPHRD_IEEE80211_PRISM (line 108) | ARPHRD_IEEE80211_PRISM = 0x322 constant ARPHRD_IEEE80211_RADIOTAP (line 109) | ARPHRD_IEEE80211_RADIOTAP = 0x323 constant ARPHRD_IEEE802154 (line 110) | ARPHRD_IEEE802154 = 0x324 constant ARPHRD_IEEE802154_MONITOR (line 111) | ARPHRD_IEEE802154_MONITOR = 0x325 constant ARPHRD_IEEE802_TR (line 112) | ARPHRD_IEEE802_TR = 0x320 constant ARPHRD_INFINIBAND (line 113) | ARPHRD_INFINIBAND = 0x20 constant ARPHRD_IP6GRE (line 114) | ARPHRD_IP6GRE = 0x337 constant ARPHRD_IPDDP (line 115) | ARPHRD_IPDDP = 0x309 constant ARPHRD_IPGRE (line 116) | ARPHRD_IPGRE = 0x30a constant ARPHRD_IRDA (line 117) | ARPHRD_IRDA = 0x30f constant ARPHRD_LAPB (line 118) | ARPHRD_LAPB = 0x204 constant ARPHRD_LOCALTLK (line 119) | ARPHRD_LOCALTLK = 0x305 constant ARPHRD_LOOPBACK (line 120) | ARPHRD_LOOPBACK = 0x304 constant ARPHRD_MCTP (line 121) | ARPHRD_MCTP = 0x122 constant ARPHRD_METRICOM (line 122) | ARPHRD_METRICOM = 0x17 constant ARPHRD_NETLINK (line 123) | ARPHRD_NETLINK = 0x338 constant ARPHRD_NETROM (line 124) | ARPHRD_NETROM = 0x0 constant ARPHRD_NONE (line 125) | ARPHRD_NONE = 0xfffe constant ARPHRD_PHONET (line 126) | ARPHRD_PHONET = 0x334 constant ARPHRD_PHONET_PIPE (line 127) | ARPHRD_PHONET_PIPE = 0x335 constant ARPHRD_PIMREG (line 128) | ARPHRD_PIMREG = 0x30b constant ARPHRD_PPP (line 129) | ARPHRD_PPP = 0x200 constant ARPHRD_PRONET (line 130) | ARPHRD_PRONET = 0x4 constant ARPHRD_RAWHDLC (line 131) | ARPHRD_RAWHDLC = 0x206 constant ARPHRD_RAWIP (line 132) | ARPHRD_RAWIP = 0x207 constant ARPHRD_ROSE (line 133) | ARPHRD_ROSE = 0x10e constant ARPHRD_RSRVD (line 134) | ARPHRD_RSRVD = 0x104 constant ARPHRD_SIT (line 135) | ARPHRD_SIT = 0x308 constant ARPHRD_SKIP (line 136) | ARPHRD_SKIP = 0x303 constant ARPHRD_SLIP (line 137) | ARPHRD_SLIP = 0x100 constant ARPHRD_SLIP6 (line 138) | ARPHRD_SLIP6 = 0x102 constant ARPHRD_TUNNEL (line 139) | ARPHRD_TUNNEL = 0x300 constant ARPHRD_TUNNEL6 (line 140) | ARPHRD_TUNNEL6 = 0x301 constant ARPHRD_VOID (line 141) | ARPHRD_VOID = 0xffff constant ARPHRD_VSOCKMON (line 142) | ARPHRD_VSOCKMON = 0x33a constant ARPHRD_X25 (line 143) | ARPHRD_X25 = 0x10f constant AUDIT_ADD (line 144) | AUDIT_ADD = 0x3eb constant AUDIT_ADD_RULE (line 145) | AUDIT_ADD_RULE = 0x3f3 constant AUDIT_ALWAYS (line 146) | AUDIT_ALWAYS = 0x2 constant AUDIT_ANOM_ABEND (line 147) | AUDIT_ANOM_ABEND = 0x6a5 constant AUDIT_ANOM_CREAT (line 148) | AUDIT_ANOM_CREAT = 0x6a7 constant AUDIT_ANOM_LINK (line 149) | AUDIT_ANOM_LINK = 0x6a6 constant AUDIT_ANOM_PROMISCUOUS (line 150) | AUDIT_ANOM_PROMISCUOUS = 0x6a4 constant AUDIT_ARCH (line 151) | AUDIT_ARCH = 0xb constant AUDIT_ARCH_AARCH64 (line 152) | AUDIT_ARCH_AARCH64 = 0xc00000b7 constant AUDIT_ARCH_ALPHA (line 153) | AUDIT_ARCH_ALPHA = 0xc0009026 constant AUDIT_ARCH_ARCOMPACT (line 154) | AUDIT_ARCH_ARCOMPACT = 0x4000005d constant AUDIT_ARCH_ARCOMPACTBE (line 155) | AUDIT_ARCH_ARCOMPACTBE = 0x5d constant AUDIT_ARCH_ARCV2 (line 156) | AUDIT_ARCH_ARCV2 = 0x400000c3 constant AUDIT_ARCH_ARCV2BE (line 157) | AUDIT_ARCH_ARCV2BE = 0xc3 constant AUDIT_ARCH_ARM (line 158) | AUDIT_ARCH_ARM = 0x40000028 constant AUDIT_ARCH_ARMEB (line 159) | AUDIT_ARCH_ARMEB = 0x28 constant AUDIT_ARCH_C6X (line 160) | AUDIT_ARCH_C6X = 0x4000008c constant AUDIT_ARCH_C6XBE (line 161) | AUDIT_ARCH_C6XBE = 0x8c constant AUDIT_ARCH_CRIS (line 162) | AUDIT_ARCH_CRIS = 0x4000004c constant AUDIT_ARCH_CSKY (line 163) | AUDIT_ARCH_CSKY = 0x400000fc constant AUDIT_ARCH_FRV (line 164) | AUDIT_ARCH_FRV = 0x5441 constant AUDIT_ARCH_H8300 (line 165) | AUDIT_ARCH_H8300 = 0x2e constant AUDIT_ARCH_HEXAGON (line 166) | AUDIT_ARCH_HEXAGON = 0xa4 constant AUDIT_ARCH_I386 (line 167) | AUDIT_ARCH_I386 = 0x40000003 constant AUDIT_ARCH_IA64 (line 168) | AUDIT_ARCH_IA64 = 0xc0000032 constant AUDIT_ARCH_LOONGARCH32 (line 169) | AUDIT_ARCH_LOONGARCH32 = 0x40000102 constant AUDIT_ARCH_LOONGARCH64 (line 170) | AUDIT_ARCH_LOONGARCH64 = 0xc0000102 constant AUDIT_ARCH_M32R (line 171) | AUDIT_ARCH_M32R = 0x58 constant AUDIT_ARCH_M68K (line 172) | AUDIT_ARCH_M68K = 0x4 constant AUDIT_ARCH_MICROBLAZE (line 173) | AUDIT_ARCH_MICROBLAZE = 0xbd constant AUDIT_ARCH_MIPS (line 174) | AUDIT_ARCH_MIPS = 0x8 constant AUDIT_ARCH_MIPS64 (line 175) | AUDIT_ARCH_MIPS64 = 0x80000008 constant AUDIT_ARCH_MIPS64N32 (line 176) | AUDIT_ARCH_MIPS64N32 = 0xa0000008 constant AUDIT_ARCH_MIPSEL (line 177) | AUDIT_ARCH_MIPSEL = 0x40000008 constant AUDIT_ARCH_MIPSEL64 (line 178) | AUDIT_ARCH_MIPSEL64 = 0xc0000008 constant AUDIT_ARCH_MIPSEL64N32 (line 179) | AUDIT_ARCH_MIPSEL64N32 = 0xe0000008 constant AUDIT_ARCH_NDS32 (line 180) | AUDIT_ARCH_NDS32 = 0x400000a7 constant AUDIT_ARCH_NDS32BE (line 181) | AUDIT_ARCH_NDS32BE = 0xa7 constant AUDIT_ARCH_NIOS2 (line 182) | AUDIT_ARCH_NIOS2 = 0x40000071 constant AUDIT_ARCH_OPENRISC (line 183) | AUDIT_ARCH_OPENRISC = 0x5c constant AUDIT_ARCH_PARISC (line 184) | AUDIT_ARCH_PARISC = 0xf constant AUDIT_ARCH_PARISC64 (line 185) | AUDIT_ARCH_PARISC64 = 0x8000000f constant AUDIT_ARCH_PPC (line 186) | AUDIT_ARCH_PPC = 0x14 constant AUDIT_ARCH_PPC64 (line 187) | AUDIT_ARCH_PPC64 = 0x80000015 constant AUDIT_ARCH_PPC64LE (line 188) | AUDIT_ARCH_PPC64LE = 0xc0000015 constant AUDIT_ARCH_RISCV32 (line 189) | AUDIT_ARCH_RISCV32 = 0x400000f3 constant AUDIT_ARCH_RISCV64 (line 190) | AUDIT_ARCH_RISCV64 = 0xc00000f3 constant AUDIT_ARCH_S390 (line 191) | AUDIT_ARCH_S390 = 0x16 constant AUDIT_ARCH_S390X (line 192) | AUDIT_ARCH_S390X = 0x80000016 constant AUDIT_ARCH_SH (line 193) | AUDIT_ARCH_SH = 0x2a constant AUDIT_ARCH_SH64 (line 194) | AUDIT_ARCH_SH64 = 0x8000002a constant AUDIT_ARCH_SHEL (line 195) | AUDIT_ARCH_SHEL = 0x4000002a constant AUDIT_ARCH_SHEL64 (line 196) | AUDIT_ARCH_SHEL64 = 0xc000002a constant AUDIT_ARCH_SPARC (line 197) | AUDIT_ARCH_SPARC = 0x2 constant AUDIT_ARCH_SPARC64 (line 198) | AUDIT_ARCH_SPARC64 = 0x8000002b constant AUDIT_ARCH_TILEGX (line 199) | AUDIT_ARCH_TILEGX = 0xc00000bf constant AUDIT_ARCH_TILEGX32 (line 200) | AUDIT_ARCH_TILEGX32 = 0x400000bf constant AUDIT_ARCH_TILEPRO (line 201) | AUDIT_ARCH_TILEPRO = 0x400000bc constant AUDIT_ARCH_UNICORE (line 202) | AUDIT_ARCH_UNICORE = 0x4000006e constant AUDIT_ARCH_X86_64 (line 203) | AUDIT_ARCH_X86_64 = 0xc000003e constant AUDIT_ARCH_XTENSA (line 204) | AUDIT_ARCH_XTENSA = 0x5e constant AUDIT_ARG0 (line 205) | AUDIT_ARG0 = 0xc8 constant AUDIT_ARG1 (line 206) | AUDIT_ARG1 = 0xc9 constant AUDIT_ARG2 (line 207) | AUDIT_ARG2 = 0xca constant AUDIT_ARG3 (line 208) | AUDIT_ARG3 = 0xcb constant AUDIT_AVC (line 209) | AUDIT_AVC = 0x578 constant AUDIT_AVC_PATH (line 210) | AUDIT_AVC_PATH = 0x57a constant AUDIT_BITMASK_SIZE (line 211) | AUDIT_BITMASK_SIZE = 0x40 constant AUDIT_BIT_MASK (line 212) | AUDIT_BIT_MASK = 0x8000000 constant AUDIT_BIT_TEST (line 213) | AUDIT_BIT_TEST = 0x48000000 constant AUDIT_BPF (line 214) | AUDIT_BPF = 0x536 constant AUDIT_BPRM_FCAPS (line 215) | AUDIT_BPRM_FCAPS = 0x529 constant AUDIT_CAPSET (line 216) | AUDIT_CAPSET = 0x52a constant AUDIT_CLASS_CHATTR (line 217) | AUDIT_CLASS_CHATTR = 0x2 constant AUDIT_CLASS_CHATTR_32 (line 218) | AUDIT_CLASS_CHATTR_32 = 0x3 constant AUDIT_CLASS_DIR_WRITE (line 219) | AUDIT_CLASS_DIR_WRITE = 0x0 constant AUDIT_CLASS_DIR_WRITE_32 (line 220) | AUDIT_CLASS_DIR_WRITE_32 = 0x1 constant AUDIT_CLASS_READ (line 221) | AUDIT_CLASS_READ = 0x4 constant AUDIT_CLASS_READ_32 (line 222) | AUDIT_CLASS_READ_32 = 0x5 constant AUDIT_CLASS_SIGNAL (line 223) | AUDIT_CLASS_SIGNAL = 0x8 constant AUDIT_CLASS_SIGNAL_32 (line 224) | AUDIT_CLASS_SIGNAL_32 = 0x9 constant AUDIT_CLASS_WRITE (line 225) | AUDIT_CLASS_WRITE = 0x6 constant AUDIT_CLASS_WRITE_32 (line 226) | AUDIT_CLASS_WRITE_32 = 0x7 constant AUDIT_COMPARE_AUID_TO_EUID (line 227) | AUDIT_COMPARE_AUID_TO_EUID = 0x10 constant AUDIT_COMPARE_AUID_TO_FSUID (line 228) | AUDIT_COMPARE_AUID_TO_FSUID = 0xe constant AUDIT_COMPARE_AUID_TO_OBJ_UID (line 229) | AUDIT_COMPARE_AUID_TO_OBJ_UID = 0x5 constant AUDIT_COMPARE_AUID_TO_SUID (line 230) | AUDIT_COMPARE_AUID_TO_SUID = 0xf constant AUDIT_COMPARE_EGID_TO_FSGID (line 231) | AUDIT_COMPARE_EGID_TO_FSGID = 0x17 constant AUDIT_COMPARE_EGID_TO_OBJ_GID (line 232) | AUDIT_COMPARE_EGID_TO_OBJ_GID = 0x4 constant AUDIT_COMPARE_EGID_TO_SGID (line 233) | AUDIT_COMPARE_EGID_TO_SGID = 0x18 constant AUDIT_COMPARE_EUID_TO_FSUID (line 234) | AUDIT_COMPARE_EUID_TO_FSUID = 0x12 constant AUDIT_COMPARE_EUID_TO_OBJ_UID (line 235) | AUDIT_COMPARE_EUID_TO_OBJ_UID = 0x3 constant AUDIT_COMPARE_EUID_TO_SUID (line 236) | AUDIT_COMPARE_EUID_TO_SUID = 0x11 constant AUDIT_COMPARE_FSGID_TO_OBJ_GID (line 237) | AUDIT_COMPARE_FSGID_TO_OBJ_GID = 0x9 constant AUDIT_COMPARE_FSUID_TO_OBJ_UID (line 238) | AUDIT_COMPARE_FSUID_TO_OBJ_UID = 0x8 constant AUDIT_COMPARE_GID_TO_EGID (line 239) | AUDIT_COMPARE_GID_TO_EGID = 0x14 constant AUDIT_COMPARE_GID_TO_FSGID (line 240) | AUDIT_COMPARE_GID_TO_FSGID = 0x15 constant AUDIT_COMPARE_GID_TO_OBJ_GID (line 241) | AUDIT_COMPARE_GID_TO_OBJ_GID = 0x2 constant AUDIT_COMPARE_GID_TO_SGID (line 242) | AUDIT_COMPARE_GID_TO_SGID = 0x16 constant AUDIT_COMPARE_SGID_TO_FSGID (line 243) | AUDIT_COMPARE_SGID_TO_FSGID = 0x19 constant AUDIT_COMPARE_SGID_TO_OBJ_GID (line 244) | AUDIT_COMPARE_SGID_TO_OBJ_GID = 0x7 constant AUDIT_COMPARE_SUID_TO_FSUID (line 245) | AUDIT_COMPARE_SUID_TO_FSUID = 0x13 constant AUDIT_COMPARE_SUID_TO_OBJ_UID (line 246) | AUDIT_COMPARE_SUID_TO_OBJ_UID = 0x6 constant AUDIT_COMPARE_UID_TO_AUID (line 247) | AUDIT_COMPARE_UID_TO_AUID = 0xa constant AUDIT_COMPARE_UID_TO_EUID (line 248) | AUDIT_COMPARE_UID_TO_EUID = 0xb constant AUDIT_COMPARE_UID_TO_FSUID (line 249) | AUDIT_COMPARE_UID_TO_FSUID = 0xc constant AUDIT_COMPARE_UID_TO_OBJ_UID (line 250) | AUDIT_COMPARE_UID_TO_OBJ_UID = 0x1 constant AUDIT_COMPARE_UID_TO_SUID (line 251) | AUDIT_COMPARE_UID_TO_SUID = 0xd constant AUDIT_CONFIG_CHANGE (line 252) | AUDIT_CONFIG_CHANGE = 0x519 constant AUDIT_CWD (line 253) | AUDIT_CWD = 0x51b constant AUDIT_DAEMON_ABORT (line 254) | AUDIT_DAEMON_ABORT = 0x4b2 constant AUDIT_DAEMON_CONFIG (line 255) | AUDIT_DAEMON_CONFIG = 0x4b3 constant AUDIT_DAEMON_END (line 256) | AUDIT_DAEMON_END = 0x4b1 constant AUDIT_DAEMON_START (line 257) | AUDIT_DAEMON_START = 0x4b0 constant AUDIT_DEL (line 258) | AUDIT_DEL = 0x3ec constant AUDIT_DEL_RULE (line 259) | AUDIT_DEL_RULE = 0x3f4 constant AUDIT_DEVMAJOR (line 260) | AUDIT_DEVMAJOR = 0x64 constant AUDIT_DEVMINOR (line 261) | AUDIT_DEVMINOR = 0x65 constant AUDIT_DIR (line 262) | AUDIT_DIR = 0x6b constant AUDIT_DM_CTRL (line 263) | AUDIT_DM_CTRL = 0x53a constant AUDIT_DM_EVENT (line 264) | AUDIT_DM_EVENT = 0x53b constant AUDIT_EGID (line 265) | AUDIT_EGID = 0x6 constant AUDIT_EOE (line 266) | AUDIT_EOE = 0x528 constant AUDIT_EQUAL (line 267) | AUDIT_EQUAL = 0x40000000 constant AUDIT_EUID (line 268) | AUDIT_EUID = 0x2 constant AUDIT_EVENT_LISTENER (line 269) | AUDIT_EVENT_LISTENER = 0x537 constant AUDIT_EXE (line 270) | AUDIT_EXE = 0x70 constant AUDIT_EXECVE (line 271) | AUDIT_EXECVE = 0x51d constant AUDIT_EXIT (line 272) | AUDIT_EXIT = 0x67 constant AUDIT_FAIL_PANIC (line 273) | AUDIT_FAIL_PANIC = 0x2 constant AUDIT_FAIL_PRINTK (line 274) | AUDIT_FAIL_PRINTK = 0x1 constant AUDIT_FAIL_SILENT (line 275) | AUDIT_FAIL_SILENT = 0x0 constant AUDIT_FANOTIFY (line 276) | AUDIT_FANOTIFY = 0x533 constant AUDIT_FD_PAIR (line 277) | AUDIT_FD_PAIR = 0x525 constant AUDIT_FEATURE_BITMAP_ALL (line 278) | AUDIT_FEATURE_BITMAP_ALL = 0x7f constant AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT (line 279) | AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT = 0x1 constant AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME (line 280) | AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME = 0x2 constant AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND (line 281) | AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND = 0x8 constant AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH (line 282) | AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH = 0x4 constant AUDIT_FEATURE_BITMAP_FILTER_FS (line 283) | AUDIT_FEATURE_BITMAP_FILTER_FS = 0x40 constant AUDIT_FEATURE_BITMAP_LOST_RESET (line 284) | AUDIT_FEATURE_BITMAP_LOST_RESET = 0x20 constant AUDIT_FEATURE_BITMAP_SESSIONID_FILTER (line 285) | AUDIT_FEATURE_BITMAP_SESSIONID_FILTER = 0x10 constant AUDIT_FEATURE_CHANGE (line 286) | AUDIT_FEATURE_CHANGE = 0x530 constant AUDIT_FEATURE_LOGINUID_IMMUTABLE (line 287) | AUDIT_FEATURE_LOGINUID_IMMUTABLE = 0x1 constant AUDIT_FEATURE_ONLY_UNSET_LOGINUID (line 288) | AUDIT_FEATURE_ONLY_UNSET_LOGINUID = 0x0 constant AUDIT_FEATURE_VERSION (line 289) | AUDIT_FEATURE_VERSION = 0x1 constant AUDIT_FIELD_COMPARE (line 290) | AUDIT_FIELD_COMPARE = 0x6f constant AUDIT_FILETYPE (line 291) | AUDIT_FILETYPE = 0x6c constant AUDIT_FILTERKEY (line 292) | AUDIT_FILTERKEY = 0xd2 constant AUDIT_FILTER_ENTRY (line 293) | AUDIT_FILTER_ENTRY = 0x2 constant AUDIT_FILTER_EXCLUDE (line 294) | AUDIT_FILTER_EXCLUDE = 0x5 constant AUDIT_FILTER_EXIT (line 295) | AUDIT_FILTER_EXIT = 0x4 constant AUDIT_FILTER_FS (line 296) | AUDIT_FILTER_FS = 0x6 constant AUDIT_FILTER_PREPEND (line 297) | AUDIT_FILTER_PREPEND = 0x10 constant AUDIT_FILTER_TASK (line 298) | AUDIT_FILTER_TASK = 0x1 constant AUDIT_FILTER_TYPE (line 299) | AUDIT_FILTER_TYPE = 0x5 constant AUDIT_FILTER_URING_EXIT (line 300) | AUDIT_FILTER_URING_EXIT = 0x7 constant AUDIT_FILTER_USER (line 301) | AUDIT_FILTER_USER = 0x0 constant AUDIT_FILTER_WATCH (line 302) | AUDIT_FILTER_WATCH = 0x3 constant AUDIT_FIRST_KERN_ANOM_MSG (line 303) | AUDIT_FIRST_KERN_ANOM_MSG = 0x6a4 constant AUDIT_FIRST_USER_MSG (line 304) | AUDIT_FIRST_USER_MSG = 0x44c constant AUDIT_FIRST_USER_MSG2 (line 305) | AUDIT_FIRST_USER_MSG2 = 0x834 constant AUDIT_FSGID (line 306) | AUDIT_FSGID = 0x8 constant AUDIT_FSTYPE (line 307) | AUDIT_FSTYPE = 0x1a constant AUDIT_FSUID (line 308) | AUDIT_FSUID = 0x4 constant AUDIT_GET (line 309) | AUDIT_GET = 0x3e8 constant AUDIT_GET_FEATURE (line 310) | AUDIT_GET_FEATURE = 0x3fb constant AUDIT_GID (line 311) | AUDIT_GID = 0x5 constant AUDIT_GREATER_THAN (line 312) | AUDIT_GREATER_THAN = 0x20000000 constant AUDIT_GREATER_THAN_OR_EQUAL (line 313) | AUDIT_GREATER_THAN_OR_EQUAL = 0x60000000 constant AUDIT_INODE (line 314) | AUDIT_INODE = 0x66 constant AUDIT_INTEGRITY_DATA (line 315) | AUDIT_INTEGRITY_DATA = 0x708 constant AUDIT_INTEGRITY_EVM_XATTR (line 316) | AUDIT_INTEGRITY_EVM_XATTR = 0x70e constant AUDIT_INTEGRITY_HASH (line 317) | AUDIT_INTEGRITY_HASH = 0x70b constant AUDIT_INTEGRITY_METADATA (line 318) | AUDIT_INTEGRITY_METADATA = 0x709 constant AUDIT_INTEGRITY_PCR (line 319) | AUDIT_INTEGRITY_PCR = 0x70c constant AUDIT_INTEGRITY_POLICY_RULE (line 320) | AUDIT_INTEGRITY_POLICY_RULE = 0x70f constant AUDIT_INTEGRITY_RULE (line 321) | AUDIT_INTEGRITY_RULE = 0x70d constant AUDIT_INTEGRITY_STATUS (line 322) | AUDIT_INTEGRITY_STATUS = 0x70a constant AUDIT_IPC (line 323) | AUDIT_IPC = 0x517 constant AUDIT_IPC_SET_PERM (line 324) | AUDIT_IPC_SET_PERM = 0x51f constant AUDIT_KERNEL (line 325) | AUDIT_KERNEL = 0x7d0 constant AUDIT_KERNEL_OTHER (line 326) | AUDIT_KERNEL_OTHER = 0x524 constant AUDIT_KERN_MODULE (line 327) | AUDIT_KERN_MODULE = 0x532 constant AUDIT_LAST_FEATURE (line 328) | AUDIT_LAST_FEATURE = 0x1 constant AUDIT_LAST_KERN_ANOM_MSG (line 329) | AUDIT_LAST_KERN_ANOM_MSG = 0x707 constant AUDIT_LAST_USER_MSG (line 330) | AUDIT_LAST_USER_MSG = 0x4af constant AUDIT_LAST_USER_MSG2 (line 331) | AUDIT_LAST_USER_MSG2 = 0xbb7 constant AUDIT_LESS_THAN (line 332) | AUDIT_LESS_THAN = 0x10000000 constant AUDIT_LESS_THAN_OR_EQUAL (line 333) | AUDIT_LESS_THAN_OR_EQUAL = 0x50000000 constant AUDIT_LIST (line 334) | AUDIT_LIST = 0x3ea constant AUDIT_LIST_RULES (line 335) | AUDIT_LIST_RULES = 0x3f5 constant AUDIT_LOGIN (line 336) | AUDIT_LOGIN = 0x3ee constant AUDIT_LOGINUID (line 337) | AUDIT_LOGINUID = 0x9 constant AUDIT_LOGINUID_SET (line 338) | AUDIT_LOGINUID_SET = 0x18 constant AUDIT_MAC_CALIPSO_ADD (line 339) | AUDIT_MAC_CALIPSO_ADD = 0x58a constant AUDIT_MAC_CALIPSO_DEL (line 340) | AUDIT_MAC_CALIPSO_DEL = 0x58b constant AUDIT_MAC_CIPSOV4_ADD (line 341) | AUDIT_MAC_CIPSOV4_ADD = 0x57f constant AUDIT_MAC_CIPSOV4_DEL (line 342) | AUDIT_MAC_CIPSOV4_DEL = 0x580 constant AUDIT_MAC_CONFIG_CHANGE (line 343) | AUDIT_MAC_CONFIG_CHANGE = 0x57d constant AUDIT_MAC_IPSEC_ADDSA (line 344) | AUDIT_MAC_IPSEC_ADDSA = 0x583 constant AUDIT_MAC_IPSEC_ADDSPD (line 345) | AUDIT_MAC_IPSEC_ADDSPD = 0x585 constant AUDIT_MAC_IPSEC_DELSA (line 346) | AUDIT_MAC_IPSEC_DELSA = 0x584 constant AUDIT_MAC_IPSEC_DELSPD (line 347) | AUDIT_MAC_IPSEC_DELSPD = 0x586 constant AUDIT_MAC_IPSEC_EVENT (line 348) | AUDIT_MAC_IPSEC_EVENT = 0x587 constant AUDIT_MAC_MAP_ADD (line 349) | AUDIT_MAC_MAP_ADD = 0x581 constant AUDIT_MAC_MAP_DEL (line 350) | AUDIT_MAC_MAP_DEL = 0x582 constant AUDIT_MAC_POLICY_LOAD (line 351) | AUDIT_MAC_POLICY_LOAD = 0x57b constant AUDIT_MAC_STATUS (line 352) | AUDIT_MAC_STATUS = 0x57c constant AUDIT_MAC_UNLBL_ALLOW (line 353) | AUDIT_MAC_UNLBL_ALLOW = 0x57e constant AUDIT_MAC_UNLBL_STCADD (line 354) | AUDIT_MAC_UNLBL_STCADD = 0x588 constant AUDIT_MAC_UNLBL_STCDEL (line 355) | AUDIT_MAC_UNLBL_STCDEL = 0x589 constant AUDIT_MAKE_EQUIV (line 356) | AUDIT_MAKE_EQUIV = 0x3f7 constant AUDIT_MAX_FIELDS (line 357) | AUDIT_MAX_FIELDS = 0x40 constant AUDIT_MAX_FIELD_COMPARE (line 358) | AUDIT_MAX_FIELD_COMPARE = 0x19 constant AUDIT_MAX_KEY_LEN (line 359) | AUDIT_MAX_KEY_LEN = 0x100 constant AUDIT_MESSAGE_TEXT_MAX (line 360) | AUDIT_MESSAGE_TEXT_MAX = 0x2170 constant AUDIT_MMAP (line 361) | AUDIT_MMAP = 0x52b constant AUDIT_MQ_GETSETATTR (line 362) | AUDIT_MQ_GETSETATTR = 0x523 constant AUDIT_MQ_NOTIFY (line 363) | AUDIT_MQ_NOTIFY = 0x522 constant AUDIT_MQ_OPEN (line 364) | AUDIT_MQ_OPEN = 0x520 constant AUDIT_MQ_SENDRECV (line 365) | AUDIT_MQ_SENDRECV = 0x521 constant AUDIT_MSGTYPE (line 366) | AUDIT_MSGTYPE = 0xc constant AUDIT_NEGATE (line 367) | AUDIT_NEGATE = 0x80000000 constant AUDIT_NETFILTER_CFG (line 368) | AUDIT_NETFILTER_CFG = 0x52d constant AUDIT_NETFILTER_PKT (line 369) | AUDIT_NETFILTER_PKT = 0x52c constant AUDIT_NEVER (line 370) | AUDIT_NEVER = 0x0 constant AUDIT_NLGRP_MAX (line 371) | AUDIT_NLGRP_MAX = 0x1 constant AUDIT_NOT_EQUAL (line 372) | AUDIT_NOT_EQUAL = 0x30000000 constant AUDIT_NR_FILTERS (line 373) | AUDIT_NR_FILTERS = 0x8 constant AUDIT_OBJ_GID (line 374) | AUDIT_OBJ_GID = 0x6e constant AUDIT_OBJ_LEV_HIGH (line 375) | AUDIT_OBJ_LEV_HIGH = 0x17 constant AUDIT_OBJ_LEV_LOW (line 376) | AUDIT_OBJ_LEV_LOW = 0x16 constant AUDIT_OBJ_PID (line 377) | AUDIT_OBJ_PID = 0x526 constant AUDIT_OBJ_ROLE (line 378) | AUDIT_OBJ_ROLE = 0x14 constant AUDIT_OBJ_TYPE (line 379) | AUDIT_OBJ_TYPE = 0x15 constant AUDIT_OBJ_UID (line 380) | AUDIT_OBJ_UID = 0x6d constant AUDIT_OBJ_USER (line 381) | AUDIT_OBJ_USER = 0x13 constant AUDIT_OPENAT2 (line 382) | AUDIT_OPENAT2 = 0x539 constant AUDIT_OPERATORS (line 383) | AUDIT_OPERATORS = 0x78000000 constant AUDIT_PATH (line 384) | AUDIT_PATH = 0x516 constant AUDIT_PERM (line 385) | AUDIT_PERM = 0x6a constant AUDIT_PERM_ATTR (line 386) | AUDIT_PERM_ATTR = 0x8 constant AUDIT_PERM_EXEC (line 387) | AUDIT_PERM_EXEC = 0x1 constant AUDIT_PERM_READ (line 388) | AUDIT_PERM_READ = 0x4 constant AUDIT_PERM_WRITE (line 389) | AUDIT_PERM_WRITE = 0x2 constant AUDIT_PERS (line 390) | AUDIT_PERS = 0xa constant AUDIT_PID (line 391) | AUDIT_PID = 0x0 constant AUDIT_POSSIBLE (line 392) | AUDIT_POSSIBLE = 0x1 constant AUDIT_PPID (line 393) | AUDIT_PPID = 0x12 constant AUDIT_PROCTITLE (line 394) | AUDIT_PROCTITLE = 0x52f constant AUDIT_REPLACE (line 395) | AUDIT_REPLACE = 0x531 constant AUDIT_SADDR_FAM (line 396) | AUDIT_SADDR_FAM = 0x71 constant AUDIT_SECCOMP (line 397) | AUDIT_SECCOMP = 0x52e constant AUDIT_SELINUX_ERR (line 398) | AUDIT_SELINUX_ERR = 0x579 constant AUDIT_SESSIONID (line 399) | AUDIT_SESSIONID = 0x19 constant AUDIT_SET (line 400) | AUDIT_SET = 0x3e9 constant AUDIT_SET_FEATURE (line 401) | AUDIT_SET_FEATURE = 0x3fa constant AUDIT_SGID (line 402) | AUDIT_SGID = 0x7 constant AUDIT_SID_UNSET (line 403) | AUDIT_SID_UNSET = 0xffffffff constant AUDIT_SIGNAL_INFO (line 404) | AUDIT_SIGNAL_INFO = 0x3f2 constant AUDIT_SOCKADDR (line 405) | AUDIT_SOCKADDR = 0x51a constant AUDIT_SOCKETCALL (line 406) | AUDIT_SOCKETCALL = 0x518 constant AUDIT_STATUS_BACKLOG_LIMIT (line 407) | AUDIT_STATUS_BACKLOG_LIMIT = 0x10 constant AUDIT_STATUS_BACKLOG_WAIT_TIME (line 408) | AUDIT_STATUS_BACKLOG_WAIT_TIME = 0x20 constant AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL (line 409) | AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL = 0x80 constant AUDIT_STATUS_ENABLED (line 410) | AUDIT_STATUS_ENABLED = 0x1 constant AUDIT_STATUS_FAILURE (line 411) | AUDIT_STATUS_FAILURE = 0x2 constant AUDIT_STATUS_LOST (line 412) | AUDIT_STATUS_LOST = 0x40 constant AUDIT_STATUS_PID (line 413) | AUDIT_STATUS_PID = 0x4 constant AUDIT_STATUS_RATE_LIMIT (line 414) | AUDIT_STATUS_RATE_LIMIT = 0x8 constant AUDIT_SUBJ_CLR (line 415) | AUDIT_SUBJ_CLR = 0x11 constant AUDIT_SUBJ_ROLE (line 416) | AUDIT_SUBJ_ROLE = 0xe constant AUDIT_SUBJ_SEN (line 417) | AUDIT_SUBJ_SEN = 0x10 constant AUDIT_SUBJ_TYPE (line 418) | AUDIT_SUBJ_TYPE = 0xf constant AUDIT_SUBJ_USER (line 419) | AUDIT_SUBJ_USER = 0xd constant AUDIT_SUCCESS (line 420) | AUDIT_SUCCESS = 0x68 constant AUDIT_SUID (line 421) | AUDIT_SUID = 0x3 constant AUDIT_SYSCALL (line 422) | AUDIT_SYSCALL = 0x514 constant AUDIT_SYSCALL_CLASSES (line 423) | AUDIT_SYSCALL_CLASSES = 0x10 constant AUDIT_TIME_ADJNTPVAL (line 424) | AUDIT_TIME_ADJNTPVAL = 0x535 constant AUDIT_TIME_INJOFFSET (line 425) | AUDIT_TIME_INJOFFSET = 0x534 constant AUDIT_TRIM (line 426) | AUDIT_TRIM = 0x3f6 constant AUDIT_TTY (line 427) | AUDIT_TTY = 0x527 constant AUDIT_TTY_GET (line 428) | AUDIT_TTY_GET = 0x3f8 constant AUDIT_TTY_SET (line 429) | AUDIT_TTY_SET = 0x3f9 constant AUDIT_UID (line 430) | AUDIT_UID = 0x1 constant AUDIT_UID_UNSET (line 431) | AUDIT_UID_UNSET = 0xffffffff constant AUDIT_UNUSED_BITS (line 432) | AUDIT_UNUSED_BITS = 0x7fffc00 constant AUDIT_URINGOP (line 433) | AUDIT_URINGOP = 0x538 constant AUDIT_USER (line 434) | AUDIT_USER = 0x3ed constant AUDIT_USER_AVC (line 435) | AUDIT_USER_AVC = 0x453 constant AUDIT_USER_TTY (line 436) | AUDIT_USER_TTY = 0x464 constant AUDIT_VERSION_BACKLOG_LIMIT (line 437) | AUDIT_VERSION_BACKLOG_LIMIT = 0x1 constant AUDIT_VERSION_BACKLOG_WAIT_TIME (line 438) | AUDIT_VERSION_BACKLOG_WAIT_TIME = 0x2 constant AUDIT_VERSION_LATEST (line 439) | AUDIT_VERSION_LATEST = 0x7f constant AUDIT_WATCH (line 440) | AUDIT_WATCH = 0x69 constant AUDIT_WATCH_INS (line 441) | AUDIT_WATCH_INS = 0x3ef constant AUDIT_WATCH_LIST (line 442) | AUDIT_WATCH_LIST = 0x3f1 constant AUDIT_WATCH_REM (line 443) | AUDIT_WATCH_REM = 0x3f0 constant AUTOFS_SUPER_MAGIC (line 444) | AUTOFS_SUPER_MAGIC = 0x187 constant B0 (line 445) | B0 = 0x0 constant B110 (line 446) | B110 = 0x3 constant B1200 (line 447) | B1200 = 0x9 constant B134 (line 448) | B134 = 0x4 constant B150 (line 449) | B150 = 0x5 constant B1800 (line 450) | B1800 = 0xa constant B19200 (line 451) | B19200 = 0xe constant B200 (line 452) | B200 = 0x6 constant B2400 (line 453) | B2400 = 0xb constant B300 (line 454) | B300 = 0x7 constant B38400 (line 455) | B38400 = 0xf constant B4800 (line 456) | B4800 = 0xc constant B50 (line 457) | B50 = 0x1 constant B600 (line 458) | B600 = 0x8 constant B75 (line 459) | B75 = 0x2 constant B9600 (line 460) | B9600 = 0xd constant BDEVFS_MAGIC (line 461) | BDEVFS_MAGIC = 0x62646576 constant BINDERFS_SUPER_MAGIC (line 462) | BINDERFS_SUPER_MAGIC = 0x6c6f6f70 constant BINFMTFS_MAGIC (line 463) | BINFMTFS_MAGIC = 0x42494e4d constant BPF_A (line 464) | BPF_A = 0x10 constant BPF_ABS (line 465) | BPF_ABS = 0x20 constant BPF_ADD (line 466) | BPF_ADD = 0x0 constant BPF_ALU (line 467) | BPF_ALU = 0x4 constant BPF_ALU64 (line 468) | BPF_ALU64 = 0x7 constant BPF_AND (line 469) | BPF_AND = 0x50 constant BPF_ARSH (line 470) | BPF_ARSH = 0xc0 constant BPF_ATOMIC (line 471) | BPF_ATOMIC = 0xc0 constant BPF_B (line 472) | BPF_B = 0x10 constant BPF_BUILD_ID_SIZE (line 473) | BPF_BUILD_ID_SIZE = 0x14 constant BPF_CALL (line 474) | BPF_CALL = 0x80 constant BPF_CMPXCHG (line 475) | BPF_CMPXCHG = 0xf1 constant BPF_DIV (line 476) | BPF_DIV = 0x30 constant BPF_DW (line 477) | BPF_DW = 0x18 constant BPF_END (line 478) | BPF_END = 0xd0 constant BPF_EXIT (line 479) | BPF_EXIT = 0x90 constant BPF_FETCH (line 480) | BPF_FETCH = 0x1 constant BPF_FROM_BE (line 481) | BPF_FROM_BE = 0x8 constant BPF_FROM_LE (line 482) | BPF_FROM_LE = 0x0 constant BPF_FS_MAGIC (line 483) | BPF_FS_MAGIC = 0xcafe4a11 constant BPF_F_ALLOW_MULTI (line 484) | BPF_F_ALLOW_MULTI = 0x2 constant BPF_F_ALLOW_OVERRIDE (line 485) | BPF_F_ALLOW_OVERRIDE = 0x1 constant BPF_F_ANY_ALIGNMENT (line 486) | BPF_F_ANY_ALIGNMENT = 0x2 constant BPF_F_KPROBE_MULTI_RETURN (line 487) | BPF_F_KPROBE_MULTI_RETURN = 0x1 constant BPF_F_QUERY_EFFECTIVE (line 488) | BPF_F_QUERY_EFFECTIVE = 0x1 constant BPF_F_REPLACE (line 489) | BPF_F_REPLACE = 0x4 constant BPF_F_SLEEPABLE (line 490) | BPF_F_SLEEPABLE = 0x10 constant BPF_F_STRICT_ALIGNMENT (line 491) | BPF_F_STRICT_ALIGNMENT = 0x1 constant BPF_F_TEST_RND_HI32 (line 492) | BPF_F_TEST_RND_HI32 = 0x4 constant BPF_F_TEST_RUN_ON_CPU (line 493) | BPF_F_TEST_RUN_ON_CPU = 0x1 constant BPF_F_TEST_STATE_FREQ (line 494) | BPF_F_TEST_STATE_FREQ = 0x8 constant BPF_F_TEST_XDP_LIVE_FRAMES (line 495) | BPF_F_TEST_XDP_LIVE_FRAMES = 0x2 constant BPF_F_XDP_DEV_BOUND_ONLY (line 496) | BPF_F_XDP_DEV_BOUND_ONLY = 0x40 constant BPF_F_XDP_HAS_FRAGS (line 497) | BPF_F_XDP_HAS_FRAGS = 0x20 constant BPF_H (line 498) | BPF_H = 0x8 constant BPF_IMM (line 499) | BPF_IMM = 0x0 constant BPF_IND (line 500) | BPF_IND = 0x40 constant BPF_JA (line 501) | BPF_JA = 0x0 constant BPF_JEQ (line 502) | BPF_JEQ = 0x10 constant BPF_JGE (line 503) | BPF_JGE = 0x30 constant BPF_JGT (line 504) | BPF_JGT = 0x20 constant BPF_JLE (line 505) | BPF_JLE = 0xb0 constant BPF_JLT (line 506) | BPF_JLT = 0xa0 constant BPF_JMP (line 507) | BPF_JMP = 0x5 constant BPF_JMP32 (line 508) | BPF_JMP32 = 0x6 constant BPF_JNE (line 509) | BPF_JNE = 0x50 constant BPF_JSET (line 510) | BPF_JSET = 0x40 constant BPF_JSGE (line 511) | BPF_JSGE = 0x70 constant BPF_JSGT (line 512) | BPF_JSGT = 0x60 constant BPF_JSLE (line 513) | BPF_JSLE = 0xd0 constant BPF_JSLT (line 514) | BPF_JSLT = 0xc0 constant BPF_K (line 515) | BPF_K = 0x0 constant BPF_LD (line 516) | BPF_LD = 0x0 constant BPF_LDX (line 517) | BPF_LDX = 0x1 constant BPF_LEN (line 518) | BPF_LEN = 0x80 constant BPF_LL_OFF (line 519) | BPF_LL_OFF = -0x200000 constant BPF_LSH (line 520) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 521) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXINSNS (line 522) | BPF_MAXINSNS = 0x1000 constant BPF_MEM (line 523) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 524) | BPF_MEMWORDS = 0x10 constant BPF_MINOR_VERSION (line 525) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 526) | BPF_MISC = 0x7 constant BPF_MOD (line 527) | BPF_MOD = 0x90 constant BPF_MOV (line 528) | BPF_MOV = 0xb0 constant BPF_MSH (line 529) | BPF_MSH = 0xa0 constant BPF_MUL (line 530) | BPF_MUL = 0x20 constant BPF_NEG (line 531) | BPF_NEG = 0x80 constant BPF_NET_OFF (line 532) | BPF_NET_OFF = -0x100000 constant BPF_OBJ_NAME_LEN (line 533) | BPF_OBJ_NAME_LEN = 0x10 constant BPF_OR (line 534) | BPF_OR = 0x40 constant BPF_PSEUDO_BTF_ID (line 535) | BPF_PSEUDO_BTF_ID = 0x3 constant BPF_PSEUDO_CALL (line 536) | BPF_PSEUDO_CALL = 0x1 constant BPF_PSEUDO_FUNC (line 537) | BPF_PSEUDO_FUNC = 0x4 constant BPF_PSEUDO_KFUNC_CALL (line 538) | BPF_PSEUDO_KFUNC_CALL = 0x2 constant BPF_PSEUDO_MAP_FD (line 539) | BPF_PSEUDO_MAP_FD = 0x1 constant BPF_PSEUDO_MAP_IDX (line 540) | BPF_PSEUDO_MAP_IDX = 0x5 constant BPF_PSEUDO_MAP_IDX_VALUE (line 541) | BPF_PSEUDO_MAP_IDX_VALUE = 0x6 constant BPF_PSEUDO_MAP_VALUE (line 542) | BPF_PSEUDO_MAP_VALUE = 0x2 constant BPF_RET (line 543) | BPF_RET = 0x6 constant BPF_RSH (line 544) | BPF_RSH = 0x70 constant BPF_ST (line 545) | BPF_ST = 0x2 constant BPF_STX (line 546) | BPF_STX = 0x3 constant BPF_SUB (line 547) | BPF_SUB = 0x10 constant BPF_TAG_SIZE (line 548) | BPF_TAG_SIZE = 0x8 constant BPF_TAX (line 549) | BPF_TAX = 0x0 constant BPF_TO_BE (line 550) | BPF_TO_BE = 0x8 constant BPF_TO_LE (line 551) | BPF_TO_LE = 0x0 constant BPF_TXA (line 552) | BPF_TXA = 0x80 constant BPF_W (line 553) | BPF_W = 0x0 constant BPF_X (line 554) | BPF_X = 0x8 constant BPF_XADD (line 555) | BPF_XADD = 0xc0 constant BPF_XCHG (line 556) | BPF_XCHG = 0xe1 constant BPF_XOR (line 557) | BPF_XOR = 0xa0 constant BRKINT (line 558) | BRKINT = 0x2 constant BS0 (line 559) | BS0 = 0x0 constant BTRFS_SUPER_MAGIC (line 560) | BTRFS_SUPER_MAGIC = 0x9123683e constant BTRFS_TEST_MAGIC (line 561) | BTRFS_TEST_MAGIC = 0x73727279 constant BUS_BLUETOOTH (line 562) | BUS_BLUETOOTH = 0x5 constant BUS_HIL (line 563) | BUS_HIL = 0x4 constant BUS_USB (line 564) | BUS_USB = 0x3 constant BUS_VIRTUAL (line 565) | BUS_VIRTUAL = 0x6 constant CAN_BCM (line 566) | CAN_BCM = 0x2 constant CAN_BUS_OFF_THRESHOLD (line 567) | CAN_BUS_OFF_THRESHOLD = 0x100 constant CAN_CTRLMODE_3_SAMPLES (line 568) | CAN_CTRLMODE_3_SAMPLES = 0x4 constant CAN_CTRLMODE_BERR_REPORTING (line 569) | CAN_CTRLMODE_BERR_REPORTING = 0x10 constant CAN_CTRLMODE_CC_LEN8_DLC (line 570) | CAN_CTRLMODE_CC_LEN8_DLC = 0x100 constant CAN_CTRLMODE_FD (line 571) | CAN_CTRLMODE_FD = 0x20 constant CAN_CTRLMODE_FD_NON_ISO (line 572) | CAN_CTRLMODE_FD_NON_ISO = 0x80 constant CAN_CTRLMODE_LISTENONLY (line 573) | CAN_CTRLMODE_LISTENONLY = 0x2 constant CAN_CTRLMODE_LOOPBACK (line 574) | CAN_CTRLMODE_LOOPBACK = 0x1 constant CAN_CTRLMODE_ONE_SHOT (line 575) | CAN_CTRLMODE_ONE_SHOT = 0x8 constant CAN_CTRLMODE_PRESUME_ACK (line 576) | CAN_CTRLMODE_PRESUME_ACK = 0x40 constant CAN_CTRLMODE_TDC_AUTO (line 577) | CAN_CTRLMODE_TDC_AUTO = 0x200 constant CAN_CTRLMODE_TDC_MANUAL (line 578) | CAN_CTRLMODE_TDC_MANUAL = 0x400 constant CAN_EFF_FLAG (line 579) | CAN_EFF_FLAG = 0x80000000 constant CAN_EFF_ID_BITS (line 580) | CAN_EFF_ID_BITS = 0x1d constant CAN_EFF_MASK (line 581) | CAN_EFF_MASK = 0x1fffffff constant CAN_ERROR_PASSIVE_THRESHOLD (line 582) | CAN_ERROR_PASSIVE_THRESHOLD = 0x80 constant CAN_ERROR_WARNING_THRESHOLD (line 583) | CAN_ERROR_WARNING_THRESHOLD = 0x60 constant CAN_ERR_ACK (line 584) | CAN_ERR_ACK = 0x20 constant CAN_ERR_BUSERROR (line 585) | CAN_ERR_BUSERROR = 0x80 constant CAN_ERR_BUSOFF (line 586) | CAN_ERR_BUSOFF = 0x40 constant CAN_ERR_CNT (line 587) | CAN_ERR_CNT = 0x200 constant CAN_ERR_CRTL (line 588) | CAN_ERR_CRTL = 0x4 constant CAN_ERR_CRTL_ACTIVE (line 589) | CAN_ERR_CRTL_ACTIVE = 0x40 constant CAN_ERR_CRTL_RX_OVERFLOW (line 590) | CAN_ERR_CRTL_RX_OVERFLOW = 0x1 constant CAN_ERR_CRTL_RX_PASSIVE (line 591) | CAN_ERR_CRTL_RX_PASSIVE = 0x10 constant CAN_ERR_CRTL_RX_WARNING (line 592) | CAN_ERR_CRTL_RX_WARNING = 0x4 constant CAN_ERR_CRTL_TX_OVERFLOW (line 593) | CAN_ERR_CRTL_TX_OVERFLOW = 0x2 constant CAN_ERR_CRTL_TX_PASSIVE (line 594) | CAN_ERR_CRTL_TX_PASSIVE = 0x20 constant CAN_ERR_CRTL_TX_WARNING (line 595) | CAN_ERR_CRTL_TX_WARNING = 0x8 constant CAN_ERR_CRTL_UNSPEC (line 596) | CAN_ERR_CRTL_UNSPEC = 0x0 constant CAN_ERR_DLC (line 597) | CAN_ERR_DLC = 0x8 constant CAN_ERR_FLAG (line 598) | CAN_ERR_FLAG = 0x20000000 constant CAN_ERR_LOSTARB (line 599) | CAN_ERR_LOSTARB = 0x2 constant CAN_ERR_LOSTARB_UNSPEC (line 600) | CAN_ERR_LOSTARB_UNSPEC = 0x0 constant CAN_ERR_MASK (line 601) | CAN_ERR_MASK = 0x1fffffff constant CAN_ERR_PROT (line 602) | CAN_ERR_PROT = 0x8 constant CAN_ERR_PROT_ACTIVE (line 603) | CAN_ERR_PROT_ACTIVE = 0x40 constant CAN_ERR_PROT_BIT (line 604) | CAN_ERR_PROT_BIT = 0x1 constant CAN_ERR_PROT_BIT0 (line 605) | CAN_ERR_PROT_BIT0 = 0x8 constant CAN_ERR_PROT_BIT1 (line 606) | CAN_ERR_PROT_BIT1 = 0x10 constant CAN_ERR_PROT_FORM (line 607) | CAN_ERR_PROT_FORM = 0x2 constant CAN_ERR_PROT_LOC_ACK (line 608) | CAN_ERR_PROT_LOC_ACK = 0x19 constant CAN_ERR_PROT_LOC_ACK_DEL (line 609) | CAN_ERR_PROT_LOC_ACK_DEL = 0x1b constant CAN_ERR_PROT_LOC_CRC_DEL (line 610) | CAN_ERR_PROT_LOC_CRC_DEL = 0x18 constant CAN_ERR_PROT_LOC_CRC_SEQ (line 611) | CAN_ERR_PROT_LOC_CRC_SEQ = 0x8 constant CAN_ERR_PROT_LOC_DATA (line 612) | CAN_ERR_PROT_LOC_DATA = 0xa constant CAN_ERR_PROT_LOC_DLC (line 613) | CAN_ERR_PROT_LOC_DLC = 0xb constant CAN_ERR_PROT_LOC_EOF (line 614) | CAN_ERR_PROT_LOC_EOF = 0x1a constant CAN_ERR_PROT_LOC_ID04_00 (line 615) | CAN_ERR_PROT_LOC_ID04_00 = 0xe constant CAN_ERR_PROT_LOC_ID12_05 (line 616) | CAN_ERR_PROT_LOC_ID12_05 = 0xf constant CAN_ERR_PROT_LOC_ID17_13 (line 617) | CAN_ERR_PROT_LOC_ID17_13 = 0x7 constant CAN_ERR_PROT_LOC_ID20_18 (line 618) | CAN_ERR_PROT_LOC_ID20_18 = 0x6 constant CAN_ERR_PROT_LOC_ID28_21 (line 619) | CAN_ERR_PROT_LOC_ID28_21 = 0x2 constant CAN_ERR_PROT_LOC_IDE (line 620) | CAN_ERR_PROT_LOC_IDE = 0x5 constant CAN_ERR_PROT_LOC_INTERM (line 621) | CAN_ERR_PROT_LOC_INTERM = 0x12 constant CAN_ERR_PROT_LOC_RES0 (line 622) | CAN_ERR_PROT_LOC_RES0 = 0x9 constant CAN_ERR_PROT_LOC_RES1 (line 623) | CAN_ERR_PROT_LOC_RES1 = 0xd constant CAN_ERR_PROT_LOC_RTR (line 624) | CAN_ERR_PROT_LOC_RTR = 0xc constant CAN_ERR_PROT_LOC_SOF (line 625) | CAN_ERR_PROT_LOC_SOF = 0x3 constant CAN_ERR_PROT_LOC_SRTR (line 626) | CAN_ERR_PROT_LOC_SRTR = 0x4 constant CAN_ERR_PROT_LOC_UNSPEC (line 627) | CAN_ERR_PROT_LOC_UNSPEC = 0x0 constant CAN_ERR_PROT_OVERLOAD (line 628) | CAN_ERR_PROT_OVERLOAD = 0x20 constant CAN_ERR_PROT_STUFF (line 629) | CAN_ERR_PROT_STUFF = 0x4 constant CAN_ERR_PROT_TX (line 630) | CAN_ERR_PROT_TX = 0x80 constant CAN_ERR_PROT_UNSPEC (line 631) | CAN_ERR_PROT_UNSPEC = 0x0 constant CAN_ERR_RESTARTED (line 632) | CAN_ERR_RESTARTED = 0x100 constant CAN_ERR_TRX (line 633) | CAN_ERR_TRX = 0x10 constant CAN_ERR_TRX_CANH_NO_WIRE (line 634) | CAN_ERR_TRX_CANH_NO_WIRE = 0x4 constant CAN_ERR_TRX_CANH_SHORT_TO_BAT (line 635) | CAN_ERR_TRX_CANH_SHORT_TO_BAT = 0x5 constant CAN_ERR_TRX_CANH_SHORT_TO_GND (line 636) | CAN_ERR_TRX_CANH_SHORT_TO_GND = 0x7 constant CAN_ERR_TRX_CANH_SHORT_TO_VCC (line 637) | CAN_ERR_TRX_CANH_SHORT_TO_VCC = 0x6 constant CAN_ERR_TRX_CANL_NO_WIRE (line 638) | CAN_ERR_TRX_CANL_NO_WIRE = 0x40 constant CAN_ERR_TRX_CANL_SHORT_TO_BAT (line 639) | CAN_ERR_TRX_CANL_SHORT_TO_BAT = 0x50 constant CAN_ERR_TRX_CANL_SHORT_TO_CANH (line 640) | CAN_ERR_TRX_CANL_SHORT_TO_CANH = 0x80 constant CAN_ERR_TRX_CANL_SHORT_TO_GND (line 641) | CAN_ERR_TRX_CANL_SHORT_TO_GND = 0x70 constant CAN_ERR_TRX_CANL_SHORT_TO_VCC (line 642) | CAN_ERR_TRX_CANL_SHORT_TO_VCC = 0x60 constant CAN_ERR_TRX_UNSPEC (line 643) | CAN_ERR_TRX_UNSPEC = 0x0 constant CAN_ERR_TX_TIMEOUT (line 644) | CAN_ERR_TX_TIMEOUT = 0x1 constant CAN_INV_FILTER (line 645) | CAN_INV_FILTER = 0x20000000 constant CAN_ISOTP (line 646) | CAN_ISOTP = 0x6 constant CAN_J1939 (line 647) | CAN_J1939 = 0x7 constant CAN_MAX_DLC (line 648) | CAN_MAX_DLC = 0x8 constant CAN_MAX_DLEN (line 649) | CAN_MAX_DLEN = 0x8 constant CAN_MAX_RAW_DLC (line 650) | CAN_MAX_RAW_DLC = 0xf constant CAN_MCNET (line 651) | CAN_MCNET = 0x5 constant CAN_MTU (line 652) | CAN_MTU = 0x10 constant CAN_NPROTO (line 653) | CAN_NPROTO = 0x8 constant CAN_RAW (line 654) | CAN_RAW = 0x1 constant CAN_RAW_FILTER_MAX (line 655) | CAN_RAW_FILTER_MAX = 0x200 constant CAN_RTR_FLAG (line 656) | CAN_RTR_FLAG = 0x40000000 constant CAN_SFF_ID_BITS (line 657) | CAN_SFF_ID_BITS = 0xb constant CAN_SFF_MASK (line 658) | CAN_SFF_MASK = 0x7ff constant CAN_TERMINATION_DISABLED (line 659) | CAN_TERMINATION_DISABLED = 0x0 constant CAN_TP16 (line 660) | CAN_TP16 = 0x3 constant CAN_TP20 (line 661) | CAN_TP20 = 0x4 constant CAP_AUDIT_CONTROL (line 662) | CAP_AUDIT_CONTROL = 0x1e constant CAP_AUDIT_READ (line 663) | CAP_AUDIT_READ = 0x25 constant CAP_AUDIT_WRITE (line 664) | CAP_AUDIT_WRITE = 0x1d constant CAP_BLOCK_SUSPEND (line 665) | CAP_BLOCK_SUSPEND = 0x24 constant CAP_BPF (line 666) | CAP_BPF = 0x27 constant CAP_CHECKPOINT_RESTORE (line 667) | CAP_CHECKPOINT_RESTORE = 0x28 constant CAP_CHOWN (line 668) | CAP_CHOWN = 0x0 constant CAP_DAC_OVERRIDE (line 669) | CAP_DAC_OVERRIDE = 0x1 constant CAP_DAC_READ_SEARCH (line 670) | CAP_DAC_READ_SEARCH = 0x2 constant CAP_FOWNER (line 671) | CAP_FOWNER = 0x3 constant CAP_FSETID (line 672) | CAP_FSETID = 0x4 constant CAP_IPC_LOCK (line 673) | CAP_IPC_LOCK = 0xe constant CAP_IPC_OWNER (line 674) | CAP_IPC_OWNER = 0xf constant CAP_KILL (line 675) | CAP_KILL = 0x5 constant CAP_LAST_CAP (line 676) | CAP_LAST_CAP = 0x28 constant CAP_LEASE (line 677) | CAP_LEASE = 0x1c constant CAP_LINUX_IMMUTABLE (line 678) | CAP_LINUX_IMMUTABLE = 0x9 constant CAP_MAC_ADMIN (line 679) | CAP_MAC_ADMIN = 0x21 constant CAP_MAC_OVERRIDE (line 680) | CAP_MAC_OVERRIDE = 0x20 constant CAP_MKNOD (line 681) | CAP_MKNOD = 0x1b constant CAP_NET_ADMIN (line 682) | CAP_NET_ADMIN = 0xc constant CAP_NET_BIND_SERVICE (line 683) | CAP_NET_BIND_SERVICE = 0xa constant CAP_NET_BROADCAST (line 684) | CAP_NET_BROADCAST = 0xb constant CAP_NET_RAW (line 685) | CAP_NET_RAW = 0xd constant CAP_PERFMON (line 686) | CAP_PERFMON = 0x26 constant CAP_SETFCAP (line 687) | CAP_SETFCAP = 0x1f constant CAP_SETGID (line 688) | CAP_SETGID = 0x6 constant CAP_SETPCAP (line 689) | CAP_SETPCAP = 0x8 constant CAP_SETUID (line 690) | CAP_SETUID = 0x7 constant CAP_SYSLOG (line 691) | CAP_SYSLOG = 0x22 constant CAP_SYS_ADMIN (line 692) | CAP_SYS_ADMIN = 0x15 constant CAP_SYS_BOOT (line 693) | CAP_SYS_BOOT = 0x16 constant CAP_SYS_CHROOT (line 694) | CAP_SYS_CHROOT = 0x12 constant CAP_SYS_MODULE (line 695) | CAP_SYS_MODULE = 0x10 constant CAP_SYS_NICE (line 696) | CAP_SYS_NICE = 0x17 constant CAP_SYS_PACCT (line 697) | CAP_SYS_PACCT = 0x14 constant CAP_SYS_PTRACE (line 698) | CAP_SYS_PTRACE = 0x13 constant CAP_SYS_RAWIO (line 699) | CAP_SYS_RAWIO = 0x11 constant CAP_SYS_RESOURCE (line 700) | CAP_SYS_RESOURCE = 0x18 constant CAP_SYS_TIME (line 701) | CAP_SYS_TIME = 0x19 constant CAP_SYS_TTY_CONFIG (line 702) | CAP_SYS_TTY_CONFIG = 0x1a constant CAP_WAKE_ALARM (line 703) | CAP_WAKE_ALARM = 0x23 constant CEPH_SUPER_MAGIC (line 704) | CEPH_SUPER_MAGIC = 0xc36400 constant CFLUSH (line 705) | CFLUSH = 0xf constant CGROUP2_SUPER_MAGIC (line 706) | CGROUP2_SUPER_MAGIC = 0x63677270 constant CGROUP_SUPER_MAGIC (line 707) | CGROUP_SUPER_MAGIC = 0x27e0eb constant CIFS_SUPER_MAGIC (line 708) | CIFS_SUPER_MAGIC = 0xff534d42 constant CLOCK_BOOTTIME (line 709) | CLOCK_BOOTTIME = 0x7 constant CLOCK_BOOTTIME_ALARM (line 710) | CLOCK_BOOTTIME_ALARM = 0x9 constant CLOCK_DEFAULT (line 711) | CLOCK_DEFAULT = 0x0 constant CLOCK_EXT (line 712) | CLOCK_EXT = 0x1 constant CLOCK_INT (line 713) | CLOCK_INT = 0x2 constant CLOCK_MONOTONIC (line 714) | CLOCK_MONOTONIC = 0x1 constant CLOCK_MONOTONIC_COARSE (line 715) | CLOCK_MONOTONIC_COARSE = 0x6 constant CLOCK_MONOTONIC_RAW (line 716) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_PROCESS_CPUTIME_ID (line 717) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 718) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_ALARM (line 719) | CLOCK_REALTIME_ALARM = 0x8 constant CLOCK_REALTIME_COARSE (line 720) | CLOCK_REALTIME_COARSE = 0x5 constant CLOCK_TAI (line 721) | CLOCK_TAI = 0xb constant CLOCK_THREAD_CPUTIME_ID (line 722) | CLOCK_THREAD_CPUTIME_ID = 0x3 constant CLOCK_TXFROMRX (line 723) | CLOCK_TXFROMRX = 0x4 constant CLOCK_TXINT (line 724) | CLOCK_TXINT = 0x3 constant CLONE_ARGS_SIZE_VER0 (line 725) | CLONE_ARGS_SIZE_VER0 = 0x40 constant CLONE_ARGS_SIZE_VER1 (line 726) | CLONE_ARGS_SIZE_VER1 = 0x50 constant CLONE_ARGS_SIZE_VER2 (line 727) | CLONE_ARGS_SIZE_VER2 = 0x58 constant CLONE_CHILD_CLEARTID (line 728) | CLONE_CHILD_CLEARTID = 0x200000 constant CLONE_CHILD_SETTID (line 729) | CLONE_CHILD_SETTID = 0x1000000 constant CLONE_CLEAR_SIGHAND (line 730) | CLONE_CLEAR_SIGHAND = 0x100000000 constant CLONE_DETACHED (line 731) | CLONE_DETACHED = 0x400000 constant CLONE_FILES (line 732) | CLONE_FILES = 0x400 constant CLONE_FS (line 733) | CLONE_FS = 0x200 constant CLONE_INTO_CGROUP (line 734) | CLONE_INTO_CGROUP = 0x200000000 constant CLONE_IO (line 735) | CLONE_IO = 0x80000000 constant CLONE_NEWCGROUP (line 736) | CLONE_NEWCGROUP = 0x2000000 constant CLONE_NEWIPC (line 737) | CLONE_NEWIPC = 0x8000000 constant CLONE_NEWNET (line 738) | CLONE_NEWNET = 0x40000000 constant CLONE_NEWNS (line 739) | CLONE_NEWNS = 0x20000 constant CLONE_NEWPID (line 740) | CLONE_NEWPID = 0x20000000 constant CLONE_NEWTIME (line 741) | CLONE_NEWTIME = 0x80 constant CLONE_NEWUSER (line 742) | CLONE_NEWUSER = 0x10000000 constant CLONE_NEWUTS (line 743) | CLONE_NEWUTS = 0x4000000 constant CLONE_PARENT (line 744) | CLONE_PARENT = 0x8000 constant CLONE_PARENT_SETTID (line 745) | CLONE_PARENT_SETTID = 0x100000 constant CLONE_PIDFD (line 746) | CLONE_PIDFD = 0x1000 constant CLONE_PTRACE (line 747) | CLONE_PTRACE = 0x2000 constant CLONE_SETTLS (line 748) | CLONE_SETTLS = 0x80000 constant CLONE_SIGHAND (line 749) | CLONE_SIGHAND = 0x800 constant CLONE_SYSVSEM (line 750) | CLONE_SYSVSEM = 0x40000 constant CLONE_THREAD (line 751) | CLONE_THREAD = 0x10000 constant CLONE_UNTRACED (line 752) | CLONE_UNTRACED = 0x800000 constant CLONE_VFORK (line 753) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 754) | CLONE_VM = 0x100 constant CMSPAR (line 755) | CMSPAR = 0x40000000 constant CODA_SUPER_MAGIC (line 756) | CODA_SUPER_MAGIC = 0x73757245 constant CR0 (line 757) | CR0 = 0x0 constant CRAMFS_MAGIC (line 758) | CRAMFS_MAGIC = 0x28cd3d45 constant CRTSCTS (line 759) | CRTSCTS = 0x80000000 constant CRYPTO_MAX_NAME (line 760) | CRYPTO_MAX_NAME = 0x40 constant CRYPTO_MSG_MAX (line 761) | CRYPTO_MSG_MAX = 0x15 constant CRYPTO_NR_MSGTYPES (line 762) | CRYPTO_NR_MSGTYPES = 0x6 constant CRYPTO_REPORT_MAXSIZE (line 763) | CRYPTO_REPORT_MAXSIZE = 0x160 constant CS5 (line 764) | CS5 = 0x0 constant CSIGNAL (line 765) | CSIGNAL = 0xff constant CSTART (line 766) | CSTART = 0x11 constant CSTATUS (line 767) | CSTATUS = 0x0 constant CSTOP (line 768) | CSTOP = 0x13 constant CSUSP (line 769) | CSUSP = 0x1a constant DAXFS_MAGIC (line 770) | DAXFS_MAGIC = 0x64646178 constant DEBUGFS_MAGIC (line 771) | DEBUGFS_MAGIC = 0x64626720 constant DEVLINK_CMD_ESWITCH_MODE_GET (line 772) | DEVLINK_CMD_ESWITCH_MODE_GET = 0x1d constant DEVLINK_CMD_ESWITCH_MODE_SET (line 773) | DEVLINK_CMD_ESWITCH_MODE_SET = 0x1e constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS (line 774) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS (line 775) | DEVLINK_FLASH_OVERWRITE_SETTINGS = 0x1 constant DEVLINK_GENL_MCGRP_CONFIG_NAME (line 776) | DEVLINK_GENL_MCGRP_CONFIG_NAME = "config" constant DEVLINK_GENL_NAME (line 777) | DEVLINK_GENL_NAME = "devlink" constant DEVLINK_GENL_VERSION (line 778) | DEVLINK_GENL_VERSION = 0x1 constant DEVLINK_PORT_FN_CAP_MIGRATABLE (line 779) | DEVLINK_PORT_FN_CAP_MIGRATABLE = 0x2 constant DEVLINK_PORT_FN_CAP_ROCE (line 780) | DEVLINK_PORT_FN_CAP_ROCE = 0x1 constant DEVLINK_SB_THRESHOLD_TO_ALPHA_MAX (line 781) | DEVLINK_SB_THRESHOLD_TO_ALPHA_MAX = 0x14 constant DEVLINK_SUPPORTED_FLASH_OVERWRITE_SECTIONS (line 782) | DEVLINK_SUPPORTED_FLASH_OVERWRITE_SECTIONS = 0x3 constant DEVMEM_MAGIC (line 783) | DEVMEM_MAGIC = 0x454d444d constant DEVPTS_SUPER_MAGIC (line 784) | DEVPTS_SUPER_MAGIC = 0x1cd1 constant DMA_BUF_MAGIC (line 785) | DMA_BUF_MAGIC = 0x444d4142 constant DM_ACTIVE_PRESENT_FLAG (line 786) | DM_ACTIVE_PRESENT_FLAG = 0x20 constant DM_BUFFER_FULL_FLAG (line 787) | DM_BUFFER_FULL_FLAG = 0x100 constant DM_CONTROL_NODE (line 788) | DM_CONTROL_NODE = "control" constant DM_DATA_OUT_FLAG (line 789) | DM_DATA_OUT_FLAG = 0x10000 constant DM_DEFERRED_REMOVE (line 790) | DM_DEFERRED_REMOVE = 0x20000 constant DM_DEV_ARM_POLL (line 791) | DM_DEV_ARM_POLL = 0xc138fd10 constant DM_DEV_CREATE (line 792) | DM_DEV_CREATE = 0xc138fd03 constant DM_DEV_REMOVE (line 793) | DM_DEV_REMOVE = 0xc138fd04 constant DM_DEV_RENAME (line 794) | DM_DEV_RENAME = 0xc138fd05 constant DM_DEV_SET_GEOMETRY (line 795) | DM_DEV_SET_GEOMETRY = 0xc138fd0f constant DM_DEV_STATUS (line 796) | DM_DEV_STATUS = 0xc138fd07 constant DM_DEV_SUSPEND (line 797) | DM_DEV_SUSPEND = 0xc138fd06 constant DM_DEV_WAIT (line 798) | DM_DEV_WAIT = 0xc138fd08 constant DM_DIR (line 799) | DM_DIR = "mapper" constant DM_GET_TARGET_VERSION (line 800) | DM_GET_TARGET_VERSION = 0xc138fd11 constant DM_IMA_MEASUREMENT_FLAG (line 801) | DM_IMA_MEASUREMENT_FLAG = 0x80000 constant DM_INACTIVE_PRESENT_FLAG (line 802) | DM_INACTIVE_PRESENT_FLAG = 0x40 constant DM_INTERNAL_SUSPEND_FLAG (line 803) | DM_INTERNAL_SUSPEND_FLAG = 0x40000 constant DM_IOCTL (line 804) | DM_IOCTL = 0xfd constant DM_LIST_DEVICES (line 805) | DM_LIST_DEVICES = 0xc138fd02 constant DM_LIST_VERSIONS (line 806) | DM_LIST_VERSIONS = 0xc138fd0d constant DM_MAX_TYPE_NAME (line 807) | DM_MAX_TYPE_NAME = 0x10 constant DM_NAME_LEN (line 808) | DM_NAME_LEN = 0x80 constant DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID (line 809) | DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID = 0x2 constant DM_NAME_LIST_FLAG_HAS_UUID (line 810) | DM_NAME_LIST_FLAG_HAS_UUID = 0x1 constant DM_NOFLUSH_FLAG (line 811) | DM_NOFLUSH_FLAG = 0x800 constant DM_PERSISTENT_DEV_FLAG (line 812) | DM_PERSISTENT_DEV_FLAG = 0x8 constant DM_QUERY_INACTIVE_TABLE_FLAG (line 813) | DM_QUERY_INACTIVE_TABLE_FLAG = 0x1000 constant DM_READONLY_FLAG (line 814) | DM_READONLY_FLAG = 0x1 constant DM_REMOVE_ALL (line 815) | DM_REMOVE_ALL = 0xc138fd01 constant DM_SECURE_DATA_FLAG (line 816) | DM_SECURE_DATA_FLAG = 0x8000 constant DM_SKIP_BDGET_FLAG (line 817) | DM_SKIP_BDGET_FLAG = 0x200 constant DM_SKIP_LOCKFS_FLAG (line 818) | DM_SKIP_LOCKFS_FLAG = 0x400 constant DM_STATUS_TABLE_FLAG (line 819) | DM_STATUS_TABLE_FLAG = 0x10 constant DM_SUSPEND_FLAG (line 820) | DM_SUSPEND_FLAG = 0x2 constant DM_TABLE_CLEAR (line 821) | DM_TABLE_CLEAR = 0xc138fd0a constant DM_TABLE_DEPS (line 822) | DM_TABLE_DEPS = 0xc138fd0b constant DM_TABLE_LOAD (line 823) | DM_TABLE_LOAD = 0xc138fd09 constant DM_TABLE_STATUS (line 824) | DM_TABLE_STATUS = 0xc138fd0c constant DM_TARGET_MSG (line 825) | DM_TARGET_MSG = 0xc138fd0e constant DM_UEVENT_GENERATED_FLAG (line 826) | DM_UEVENT_GENERATED_FLAG = 0x2000 constant DM_UUID_FLAG (line 827) | DM_UUID_FLAG = 0x4000 constant DM_UUID_LEN (line 828) | DM_UUID_LEN = 0x81 constant DM_VERSION (line 829) | DM_VERSION = 0xc138fd00 constant DM_VERSION_EXTRA (line 830) | DM_VERSION_EXTRA = "-ioctl (2023-03-01)" constant DM_VERSION_MAJOR (line 831) | DM_VERSION_MAJOR = 0x4 constant DM_VERSION_MINOR (line 832) | DM_VERSION_MINOR = 0x30 constant DM_VERSION_PATCHLEVEL (line 833) | DM_VERSION_PATCHLEVEL = 0x0 constant DT_BLK (line 834) | DT_BLK = 0x6 constant DT_CHR (line 835) | DT_CHR = 0x2 constant DT_DIR (line 836) | DT_DIR = 0x4 constant DT_FIFO (line 837) | DT_FIFO = 0x1 constant DT_LNK (line 838) | DT_LNK = 0xa constant DT_REG (line 839) | DT_REG = 0x8 constant DT_SOCK (line 840) | DT_SOCK = 0xc constant DT_UNKNOWN (line 841) | DT_UNKNOWN = 0x0 constant DT_WHT (line 842) | DT_WHT = 0xe constant ECHO (line 843) | ECHO = 0x8 constant ECRYPTFS_SUPER_MAGIC (line 844) | ECRYPTFS_SUPER_MAGIC = 0xf15f constant EFD_SEMAPHORE (line 845) | EFD_SEMAPHORE = 0x1 constant EFIVARFS_MAGIC (line 846) | EFIVARFS_MAGIC = 0xde5e81e4 constant EFS_SUPER_MAGIC (line 847) | EFS_SUPER_MAGIC = 0x414a53 constant EM_386 (line 848) | EM_386 = 0x3 constant EM_486 (line 849) | EM_486 = 0x6 constant EM_68K (line 850) | EM_68K = 0x4 constant EM_860 (line 851) | EM_860 = 0x7 constant EM_88K (line 852) | EM_88K = 0x5 constant EM_AARCH64 (line 853) | EM_AARCH64 = 0xb7 constant EM_ALPHA (line 854) | EM_ALPHA = 0x9026 constant EM_ALTERA_NIOS2 (line 855) | EM_ALTERA_NIOS2 = 0x71 constant EM_ARCOMPACT (line 856) | EM_ARCOMPACT = 0x5d constant EM_ARCV2 (line 857) | EM_ARCV2 = 0xc3 constant EM_ARM (line 858) | EM_ARM = 0x28 constant EM_BLACKFIN (line 859) | EM_BLACKFIN = 0x6a constant EM_BPF (line 860) | EM_BPF = 0xf7 constant EM_CRIS (line 861) | EM_CRIS = 0x4c constant EM_CSKY (line 862) | EM_CSKY = 0xfc constant EM_CYGNUS_M32R (line 863) | EM_CYGNUS_M32R = 0x9041 constant EM_CYGNUS_MN10300 (line 864) | EM_CYGNUS_MN10300 = 0xbeef constant EM_FRV (line 865) | EM_FRV = 0x5441 constant EM_H8_300 (line 866) | EM_H8_300 = 0x2e constant EM_HEXAGON (line 867) | EM_HEXAGON = 0xa4 constant EM_IA_64 (line 868) | EM_IA_64 = 0x32 constant EM_LOONGARCH (line 869) | EM_LOONGARCH = 0x102 constant EM_M32 (line 870) | EM_M32 = 0x1 constant EM_M32R (line 871) | EM_M32R = 0x58 constant EM_MICROBLAZE (line 872) | EM_MICROBLAZE = 0xbd constant EM_MIPS (line 873) | EM_MIPS = 0x8 constant EM_MIPS_RS3_LE (line 874) | EM_MIPS_RS3_LE = 0xa constant EM_MIPS_RS4_BE (line 875) | EM_MIPS_RS4_BE = 0xa constant EM_MN10300 (line 876) | EM_MN10300 = 0x59 constant EM_NDS32 (line 877) | EM_NDS32 = 0xa7 constant EM_NONE (line 878) | EM_NONE = 0x0 constant EM_OPENRISC (line 879) | EM_OPENRISC = 0x5c constant EM_PARISC (line 880) | EM_PARISC = 0xf constant EM_PPC (line 881) | EM_PPC = 0x14 constant EM_PPC64 (line 882) | EM_PPC64 = 0x15 constant EM_RISCV (line 883) | EM_RISCV = 0xf3 constant EM_S390 (line 884) | EM_S390 = 0x16 constant EM_S390_OLD (line 885) | EM_S390_OLD = 0xa390 constant EM_SH (line 886) | EM_SH = 0x2a constant EM_SPARC (line 887) | EM_SPARC = 0x2 constant EM_SPARC32PLUS (line 888) | EM_SPARC32PLUS = 0x12 constant EM_SPARCV9 (line 889) | EM_SPARCV9 = 0x2b constant EM_SPU (line 890) | EM_SPU = 0x17 constant EM_TILEGX (line 891) | EM_TILEGX = 0xbf constant EM_TILEPRO (line 892) | EM_TILEPRO = 0xbc constant EM_TI_C6000 (line 893) | EM_TI_C6000 = 0x8c constant EM_UNICORE (line 894) | EM_UNICORE = 0x6e constant EM_X86_64 (line 895) | EM_X86_64 = 0x3e constant EM_XTENSA (line 896) | EM_XTENSA = 0x5e constant ENCODING_DEFAULT (line 897) | ENCODING_DEFAULT = 0x0 constant ENCODING_FM_MARK (line 898) | ENCODING_FM_MARK = 0x3 constant ENCODING_FM_SPACE (line 899) | ENCODING_FM_SPACE = 0x4 constant ENCODING_MANCHESTER (line 900) | ENCODING_MANCHESTER = 0x5 constant ENCODING_NRZ (line 901) | ENCODING_NRZ = 0x1 constant ENCODING_NRZI (line 902) | ENCODING_NRZI = 0x2 constant EPOLLERR (line 903) | EPOLLERR = 0x8 constant EPOLLET (line 904) | EPOLLET = 0x80000000 constant EPOLLEXCLUSIVE (line 905) | EPOLLEXCLUSIVE = 0x10000000 constant EPOLLHUP (line 906) | EPOLLHUP = 0x10 constant EPOLLIN (line 907) | EPOLLIN = 0x1 constant EPOLLMSG (line 908) | EPOLLMSG = 0x400 constant EPOLLONESHOT (line 909) | EPOLLONESHOT = 0x40000000 constant EPOLLOUT (line 910) | EPOLLOUT = 0x4 constant EPOLLPRI (line 911) | EPOLLPRI = 0x2 constant EPOLLRDBAND (line 912) | EPOLLRDBAND = 0x80 constant EPOLLRDHUP (line 913) | EPOLLRDHUP = 0x2000 constant EPOLLRDNORM (line 914) | EPOLLRDNORM = 0x40 constant EPOLLWAKEUP (line 915) | EPOLLWAKEUP = 0x20000000 constant EPOLLWRBAND (line 916) | EPOLLWRBAND = 0x200 constant EPOLLWRNORM (line 917) | EPOLLWRNORM = 0x100 constant EPOLL_CTL_ADD (line 918) | EPOLL_CTL_ADD = 0x1 constant EPOLL_CTL_DEL (line 919) | EPOLL_CTL_DEL = 0x2 constant EPOLL_CTL_MOD (line 920) | EPOLL_CTL_MOD = 0x3 constant EROFS_SUPER_MAGIC_V1 (line 921) | EROFS_SUPER_MAGIC_V1 = 0xe0f5e1e2 constant ESP_V4_FLOW (line 922) | ESP_V4_FLOW = 0xa constant ESP_V6_FLOW (line 923) | ESP_V6_FLOW = 0xc constant ETHER_FLOW (line 924) | ETHER_FLOW = 0x12 constant ETHTOOL_BUSINFO_LEN (line 925) | ETHTOOL_BUSINFO_LEN = 0x20 constant ETHTOOL_EROMVERS_LEN (line 926) | ETHTOOL_EROMVERS_LEN = 0x20 constant ETHTOOL_FEC_AUTO (line 927) | ETHTOOL_FEC_AUTO = 0x2 constant ETHTOOL_FEC_BASER (line 928) | ETHTOOL_FEC_BASER = 0x10 constant ETHTOOL_FEC_LLRS (line 929) | ETHTOOL_FEC_LLRS = 0x20 constant ETHTOOL_FEC_NONE (line 930) | ETHTOOL_FEC_NONE = 0x1 constant ETHTOOL_FEC_OFF (line 931) | ETHTOOL_FEC_OFF = 0x4 constant ETHTOOL_FEC_RS (line 932) | ETHTOOL_FEC_RS = 0x8 constant ETHTOOL_FLAG_ALL (line 933) | ETHTOOL_FLAG_ALL = 0x7 constant ETHTOOL_FLAG_COMPACT_BITSETS (line 934) | ETHTOOL_FLAG_COMPACT_BITSETS = 0x1 constant ETHTOOL_FLAG_OMIT_REPLY (line 935) | ETHTOOL_FLAG_OMIT_REPLY = 0x2 constant ETHTOOL_FLAG_STATS (line 936) | ETHTOOL_FLAG_STATS = 0x4 constant ETHTOOL_FLASHDEV (line 937) | ETHTOOL_FLASHDEV = 0x33 constant ETHTOOL_FLASH_MAX_FILENAME (line 938) | ETHTOOL_FLASH_MAX_FILENAME = 0x80 constant ETHTOOL_FWVERS_LEN (line 939) | ETHTOOL_FWVERS_LEN = 0x20 constant ETHTOOL_F_COMPAT (line 940) | ETHTOOL_F_COMPAT = 0x4 constant ETHTOOL_F_UNSUPPORTED (line 941) | ETHTOOL_F_UNSUPPORTED = 0x1 constant ETHTOOL_F_WISH (line 942) | ETHTOOL_F_WISH = 0x2 constant ETHTOOL_GCHANNELS (line 943) | ETHTOOL_GCHANNELS = 0x3c constant ETHTOOL_GCOALESCE (line 944) | ETHTOOL_GCOALESCE = 0xe constant ETHTOOL_GDRVINFO (line 945) | ETHTOOL_GDRVINFO = 0x3 constant ETHTOOL_GEEE (line 946) | ETHTOOL_GEEE = 0x44 constant ETHTOOL_GEEPROM (line 947) | ETHTOOL_GEEPROM = 0xb constant ETHTOOL_GENL_NAME (line 948) | ETHTOOL_GENL_NAME = "ethtool" constant ETHTOOL_GENL_VERSION (line 949) | ETHTOOL_GENL_VERSION = 0x1 constant ETHTOOL_GET_DUMP_DATA (line 950) | ETHTOOL_GET_DUMP_DATA = 0x40 constant ETHTOOL_GET_DUMP_FLAG (line 951) | ETHTOOL_GET_DUMP_FLAG = 0x3f constant ETHTOOL_GET_TS_INFO (line 952) | ETHTOOL_GET_TS_INFO = 0x41 constant ETHTOOL_GFEATURES (line 953) | ETHTOOL_GFEATURES = 0x3a constant ETHTOOL_GFECPARAM (line 954) | ETHTOOL_GFECPARAM = 0x50 constant ETHTOOL_GFLAGS (line 955) | ETHTOOL_GFLAGS = 0x25 constant ETHTOOL_GGRO (line 956) | ETHTOOL_GGRO = 0x2b constant ETHTOOL_GGSO (line 957) | ETHTOOL_GGSO = 0x23 constant ETHTOOL_GLINK (line 958) | ETHTOOL_GLINK = 0xa constant ETHTOOL_GLINKSETTINGS (line 959) | ETHTOOL_GLINKSETTINGS = 0x4c constant ETHTOOL_GMODULEEEPROM (line 960) | ETHTOOL_GMODULEEEPROM = 0x43 constant ETHTOOL_GMODULEINFO (line 961) | ETHTOOL_GMODULEINFO = 0x42 constant ETHTOOL_GMSGLVL (line 962) | ETHTOOL_GMSGLVL = 0x7 constant ETHTOOL_GPAUSEPARAM (line 963) | ETHTOOL_GPAUSEPARAM = 0x12 constant ETHTOOL_GPERMADDR (line 964) | ETHTOOL_GPERMADDR = 0x20 constant ETHTOOL_GPFLAGS (line 965) | ETHTOOL_GPFLAGS = 0x27 constant ETHTOOL_GPHYSTATS (line 966) | ETHTOOL_GPHYSTATS = 0x4a constant ETHTOOL_GREGS (line 967) | ETHTOOL_GREGS = 0x4 constant ETHTOOL_GRINGPARAM (line 968) | ETHTOOL_GRINGPARAM = 0x10 constant ETHTOOL_GRSSH (line 969) | ETHTOOL_GRSSH = 0x46 constant ETHTOOL_GRXCLSRLALL (line 970) | ETHTOOL_GRXCLSRLALL = 0x30 constant ETHTOOL_GRXCLSRLCNT (line 971) | ETHTOOL_GRXCLSRLCNT = 0x2e constant ETHTOOL_GRXCLSRULE (line 972) | ETHTOOL_GRXCLSRULE = 0x2f constant ETHTOOL_GRXCSUM (line 973) | ETHTOOL_GRXCSUM = 0x14 constant ETHTOOL_GRXFH (line 974) | ETHTOOL_GRXFH = 0x29 constant ETHTOOL_GRXFHINDIR (line 975) | ETHTOOL_GRXFHINDIR = 0x38 constant ETHTOOL_GRXNTUPLE (line 976) | ETHTOOL_GRXNTUPLE = 0x36 constant ETHTOOL_GRXRINGS (line 977) | ETHTOOL_GRXRINGS = 0x2d constant ETHTOOL_GSET (line 978) | ETHTOOL_GSET = 0x1 constant ETHTOOL_GSG (line 979) | ETHTOOL_GSG = 0x18 constant ETHTOOL_GSSET_INFO (line 980) | ETHTOOL_GSSET_INFO = 0x37 constant ETHTOOL_GSTATS (line 981) | ETHTOOL_GSTATS = 0x1d constant ETHTOOL_GSTRINGS (line 982) | ETHTOOL_GSTRINGS = 0x1b constant ETHTOOL_GTSO (line 983) | ETHTOOL_GTSO = 0x1e constant ETHTOOL_GTUNABLE (line 984) | ETHTOOL_GTUNABLE = 0x48 constant ETHTOOL_GTXCSUM (line 985) | ETHTOOL_GTXCSUM = 0x16 constant ETHTOOL_GUFO (line 986) | ETHTOOL_GUFO = 0x21 constant ETHTOOL_GWOL (line 987) | ETHTOOL_GWOL = 0x5 constant ETHTOOL_MCGRP_MONITOR_NAME (line 988) | ETHTOOL_MCGRP_MONITOR_NAME = "monitor" constant ETHTOOL_NWAY_RST (line 989) | ETHTOOL_NWAY_RST = 0x9 constant ETHTOOL_PERQUEUE (line 990) | ETHTOOL_PERQUEUE = 0x4b constant ETHTOOL_PHYS_ID (line 991) | ETHTOOL_PHYS_ID = 0x1c constant ETHTOOL_PHY_EDPD_DFLT_TX_MSECS (line 992) | ETHTOOL_PHY_EDPD_DFLT_TX_MSECS = 0xffff constant ETHTOOL_PHY_EDPD_DISABLE (line 993) | ETHTOOL_PHY_EDPD_DISABLE = 0x0 constant ETHTOOL_PHY_EDPD_NO_TX (line 994) | ETHTOOL_PHY_EDPD_NO_TX = 0xfffe constant ETHTOOL_PHY_FAST_LINK_DOWN_OFF (line 995) | ETHTOOL_PHY_FAST_LINK_DOWN_OFF = 0xff constant ETHTOOL_PHY_FAST_LINK_DOWN_ON (line 996) | ETHTOOL_PHY_FAST_LINK_DOWN_ON = 0x0 constant ETHTOOL_PHY_GTUNABLE (line 997) | ETHTOOL_PHY_GTUNABLE = 0x4e constant ETHTOOL_PHY_STUNABLE (line 998) | ETHTOOL_PHY_STUNABLE = 0x4f constant ETHTOOL_RESET (line 999) | ETHTOOL_RESET = 0x34 constant ETHTOOL_RXNTUPLE_ACTION_CLEAR (line 1000) | ETHTOOL_RXNTUPLE_ACTION_CLEAR = -0x2 constant ETHTOOL_RXNTUPLE_ACTION_DROP (line 1001) | ETHTOOL_RXNTUPLE_ACTION_DROP = -0x1 constant ETHTOOL_RX_FLOW_SPEC_RING (line 1002) | ETHTOOL_RX_FLOW_SPEC_RING = 0xffffffff constant ETHTOOL_RX_FLOW_SPEC_RING_VF (line 1003) | ETHTOOL_RX_FLOW_SPEC_RING_VF = 0xff00000000 constant ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF (line 1004) | ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF = 0x20 constant ETHTOOL_SCHANNELS (line 1005) | ETHTOOL_SCHANNELS = 0x3d constant ETHTOOL_SCOALESCE (line 1006) | ETHTOOL_SCOALESCE = 0xf constant ETHTOOL_SEEE (line 1007) | ETHTOOL_SEEE = 0x45 constant ETHTOOL_SEEPROM (line 1008) | ETHTOOL_SEEPROM = 0xc constant ETHTOOL_SET_DUMP (line 1009) | ETHTOOL_SET_DUMP = 0x3e constant ETHTOOL_SFEATURES (line 1010) | ETHTOOL_SFEATURES = 0x3b constant ETHTOOL_SFECPARAM (line 1011) | ETHTOOL_SFECPARAM = 0x51 constant ETHTOOL_SFLAGS (line 1012) | ETHTOOL_SFLAGS = 0x26 constant ETHTOOL_SGRO (line 1013) | ETHTOOL_SGRO = 0x2c constant ETHTOOL_SGSO (line 1014) | ETHTOOL_SGSO = 0x24 constant ETHTOOL_SLINKSETTINGS (line 1015) | ETHTOOL_SLINKSETTINGS = 0x4d constant ETHTOOL_SMSGLVL (line 1016) | ETHTOOL_SMSGLVL = 0x8 constant ETHTOOL_SPAUSEPARAM (line 1017) | ETHTOOL_SPAUSEPARAM = 0x13 constant ETHTOOL_SPFLAGS (line 1018) | ETHTOOL_SPFLAGS = 0x28 constant ETHTOOL_SRINGPARAM (line 1019) | ETHTOOL_SRINGPARAM = 0x11 constant ETHTOOL_SRSSH (line 1020) | ETHTOOL_SRSSH = 0x47 constant ETHTOOL_SRXCLSRLDEL (line 1021) | ETHTOOL_SRXCLSRLDEL = 0x31 constant ETHTOOL_SRXCLSRLINS (line 1022) | ETHTOOL_SRXCLSRLINS = 0x32 constant ETHTOOL_SRXCSUM (line 1023) | ETHTOOL_SRXCSUM = 0x15 constant ETHTOOL_SRXFH (line 1024) | ETHTOOL_SRXFH = 0x2a constant ETHTOOL_SRXFHINDIR (line 1025) | ETHTOOL_SRXFHINDIR = 0x39 constant ETHTOOL_SRXNTUPLE (line 1026) | ETHTOOL_SRXNTUPLE = 0x35 constant ETHTOOL_SSET (line 1027) | ETHTOOL_SSET = 0x2 constant ETHTOOL_SSG (line 1028) | ETHTOOL_SSG = 0x19 constant ETHTOOL_STSO (line 1029) | ETHTOOL_STSO = 0x1f constant ETHTOOL_STUNABLE (line 1030) | ETHTOOL_STUNABLE = 0x49 constant ETHTOOL_STXCSUM (line 1031) | ETHTOOL_STXCSUM = 0x17 constant ETHTOOL_SUFO (line 1032) | ETHTOOL_SUFO = 0x22 constant ETHTOOL_SWOL (line 1033) | ETHTOOL_SWOL = 0x6 constant ETHTOOL_TEST (line 1034) | ETHTOOL_TEST = 0x1a constant ETH_P_1588 (line 1035) | ETH_P_1588 = 0x88f7 constant ETH_P_8021AD (line 1036) | ETH_P_8021AD = 0x88a8 constant ETH_P_8021AH (line 1037) | ETH_P_8021AH = 0x88e7 constant ETH_P_8021Q (line 1038) | ETH_P_8021Q = 0x8100 constant ETH_P_80221 (line 1039) | ETH_P_80221 = 0x8917 constant ETH_P_802_2 (line 1040) | ETH_P_802_2 = 0x4 constant ETH_P_802_3 (line 1041) | ETH_P_802_3 = 0x1 constant ETH_P_802_3_MIN (line 1042) | ETH_P_802_3_MIN = 0x600 constant ETH_P_802_EX1 (line 1043) | ETH_P_802_EX1 = 0x88b5 constant ETH_P_AARP (line 1044) | ETH_P_AARP = 0x80f3 constant ETH_P_AF_IUCV (line 1045) | ETH_P_AF_IUCV = 0xfbfb constant ETH_P_ALL (line 1046) | ETH_P_ALL = 0x3 constant ETH_P_AOE (line 1047) | ETH_P_AOE = 0x88a2 constant ETH_P_ARCNET (line 1048) | ETH_P_ARCNET = 0x1a constant ETH_P_ARP (line 1049) | ETH_P_ARP = 0x806 constant ETH_P_ATALK (line 1050) | ETH_P_ATALK = 0x809b constant ETH_P_ATMFATE (line 1051) | ETH_P_ATMFATE = 0x8884 constant ETH_P_ATMMPOA (line 1052) | ETH_P_ATMMPOA = 0x884c constant ETH_P_AX25 (line 1053) | ETH_P_AX25 = 0x2 constant ETH_P_BATMAN (line 1054) | ETH_P_BATMAN = 0x4305 constant ETH_P_BPQ (line 1055) | ETH_P_BPQ = 0x8ff constant ETH_P_CAIF (line 1056) | ETH_P_CAIF = 0xf7 constant ETH_P_CAN (line 1057) | ETH_P_CAN = 0xc constant ETH_P_CANFD (line 1058) | ETH_P_CANFD = 0xd constant ETH_P_CANXL (line 1059) | ETH_P_CANXL = 0xe constant ETH_P_CFM (line 1060) | ETH_P_CFM = 0x8902 constant ETH_P_CONTROL (line 1061) | ETH_P_CONTROL = 0x16 constant ETH_P_CUST (line 1062) | ETH_P_CUST = 0x6006 constant ETH_P_DDCMP (line 1063) | ETH_P_DDCMP = 0x6 constant ETH_P_DEC (line 1064) | ETH_P_DEC = 0x6000 constant ETH_P_DIAG (line 1065) | ETH_P_DIAG = 0x6005 constant ETH_P_DNA_DL (line 1066) | ETH_P_DNA_DL = 0x6001 constant ETH_P_DNA_RC (line 1067) | ETH_P_DNA_RC = 0x6002 constant ETH_P_DNA_RT (line 1068) | ETH_P_DNA_RT = 0x6003 constant ETH_P_DSA (line 1069) | ETH_P_DSA = 0x1b constant ETH_P_DSA_8021Q (line 1070) | ETH_P_DSA_8021Q = 0xdadb constant ETH_P_DSA_A5PSW (line 1071) | ETH_P_DSA_A5PSW = 0xe001 constant ETH_P_ECONET (line 1072) | ETH_P_ECONET = 0x18 constant ETH_P_EDSA (line 1073) | ETH_P_EDSA = 0xdada constant ETH_P_ERSPAN (line 1074) | ETH_P_ERSPAN = 0x88be constant ETH_P_ERSPAN2 (line 1075) | ETH_P_ERSPAN2 = 0x22eb constant ETH_P_ETHERCAT (line 1076) | ETH_P_ETHERCAT = 0x88a4 constant ETH_P_FCOE (line 1077) | ETH_P_FCOE = 0x8906 constant ETH_P_FIP (line 1078) | ETH_P_FIP = 0x8914 constant ETH_P_HDLC (line 1079) | ETH_P_HDLC = 0x19 constant ETH_P_HSR (line 1080) | ETH_P_HSR = 0x892f constant ETH_P_IBOE (line 1081) | ETH_P_IBOE = 0x8915 constant ETH_P_IEEE802154 (line 1082) | ETH_P_IEEE802154 = 0xf6 constant ETH_P_IEEEPUP (line 1083) | ETH_P_IEEEPUP = 0xa00 constant ETH_P_IEEEPUPAT (line 1084) | ETH_P_IEEEPUPAT = 0xa01 constant ETH_P_IFE (line 1085) | ETH_P_IFE = 0xed3e constant ETH_P_IP (line 1086) | ETH_P_IP = 0x800 constant ETH_P_IPV6 (line 1087) | ETH_P_IPV6 = 0x86dd constant ETH_P_IPX (line 1088) | ETH_P_IPX = 0x8137 constant ETH_P_IRDA (line 1089) | ETH_P_IRDA = 0x17 constant ETH_P_LAT (line 1090) | ETH_P_LAT = 0x6004 constant ETH_P_LINK_CTL (line 1091) | ETH_P_LINK_CTL = 0x886c constant ETH_P_LLDP (line 1092) | ETH_P_LLDP = 0x88cc constant ETH_P_LOCALTALK (line 1093) | ETH_P_LOCALTALK = 0x9 constant ETH_P_LOOP (line 1094) | ETH_P_LOOP = 0x60 constant ETH_P_LOOPBACK (line 1095) | ETH_P_LOOPBACK = 0x9000 constant ETH_P_MACSEC (line 1096) | ETH_P_MACSEC = 0x88e5 constant ETH_P_MAP (line 1097) | ETH_P_MAP = 0xf9 constant ETH_P_MCTP (line 1098) | ETH_P_MCTP = 0xfa constant ETH_P_MOBITEX (line 1099) | ETH_P_MOBITEX = 0x15 constant ETH_P_MPLS_MC (line 1100) | ETH_P_MPLS_MC = 0x8848 constant ETH_P_MPLS_UC (line 1101) | ETH_P_MPLS_UC = 0x8847 constant ETH_P_MRP (line 1102) | ETH_P_MRP = 0x88e3 constant ETH_P_MVRP (line 1103) | ETH_P_MVRP = 0x88f5 constant ETH_P_NCSI (line 1104) | ETH_P_NCSI = 0x88f8 constant ETH_P_NSH (line 1105) | ETH_P_NSH = 0x894f constant ETH_P_PAE (line 1106) | ETH_P_PAE = 0x888e constant ETH_P_PAUSE (line 1107) | ETH_P_PAUSE = 0x8808 constant ETH_P_PHONET (line 1108) | ETH_P_PHONET = 0xf5 constant ETH_P_PPPTALK (line 1109) | ETH_P_PPPTALK = 0x10 constant ETH_P_PPP_DISC (line 1110) | ETH_P_PPP_DISC = 0x8863 constant ETH_P_PPP_MP (line 1111) | ETH_P_PPP_MP = 0x8 constant ETH_P_PPP_SES (line 1112) | ETH_P_PPP_SES = 0x8864 constant ETH_P_PREAUTH (line 1113) | ETH_P_PREAUTH = 0x88c7 constant ETH_P_PROFINET (line 1114) | ETH_P_PROFINET = 0x8892 constant ETH_P_PRP (line 1115) | ETH_P_PRP = 0x88fb constant ETH_P_PUP (line 1116) | ETH_P_PUP = 0x200 constant ETH_P_PUPAT (line 1117) | ETH_P_PUPAT = 0x201 constant ETH_P_QINQ1 (line 1118) | ETH_P_QINQ1 = 0x9100 constant ETH_P_QINQ2 (line 1119) | ETH_P_QINQ2 = 0x9200 constant ETH_P_QINQ3 (line 1120) | ETH_P_QINQ3 = 0x9300 constant ETH_P_RARP (line 1121) | ETH_P_RARP = 0x8035 constant ETH_P_REALTEK (line 1122) | ETH_P_REALTEK = 0x8899 constant ETH_P_SCA (line 1123) | ETH_P_SCA = 0x6007 constant ETH_P_SLOW (line 1124) | ETH_P_SLOW = 0x8809 constant ETH_P_SNAP (line 1125) | ETH_P_SNAP = 0x5 constant ETH_P_TDLS (line 1126) | ETH_P_TDLS = 0x890d constant ETH_P_TEB (line 1127) | ETH_P_TEB = 0x6558 constant ETH_P_TIPC (line 1128) | ETH_P_TIPC = 0x88ca constant ETH_P_TRAILER (line 1129) | ETH_P_TRAILER = 0x1c constant ETH_P_TR_802_2 (line 1130) | ETH_P_TR_802_2 = 0x11 constant ETH_P_TSN (line 1131) | ETH_P_TSN = 0x22f0 constant ETH_P_WAN_PPP (line 1132) | ETH_P_WAN_PPP = 0x7 constant ETH_P_WCCP (line 1133) | ETH_P_WCCP = 0x883e constant ETH_P_X25 (line 1134) | ETH_P_X25 = 0x805 constant ETH_P_XDSA (line 1135) | ETH_P_XDSA = 0xf8 constant EV_ABS (line 1136) | EV_ABS = 0x3 constant EV_CNT (line 1137) | EV_CNT = 0x20 constant EV_FF (line 1138) | EV_FF = 0x15 constant EV_FF_STATUS (line 1139) | EV_FF_STATUS = 0x17 constant EV_KEY (line 1140) | EV_KEY = 0x1 constant EV_LED (line 1141) | EV_LED = 0x11 constant EV_MAX (line 1142) | EV_MAX = 0x1f constant EV_MSC (line 1143) | EV_MSC = 0x4 constant EV_PWR (line 1144) | EV_PWR = 0x16 constant EV_REL (line 1145) | EV_REL = 0x2 constant EV_REP (line 1146) | EV_REP = 0x14 constant EV_SND (line 1147) | EV_SND = 0x12 constant EV_SW (line 1148) | EV_SW = 0x5 constant EV_SYN (line 1149) | EV_SYN = 0x0 constant EV_VERSION (line 1150) | EV_VERSION = 0x10001 constant EXABYTE_ENABLE_NEST (line 1151) | EXABYTE_ENABLE_NEST = 0xf0 constant EXFAT_SUPER_MAGIC (line 1152) | EXFAT_SUPER_MAGIC = 0x2011bab0 constant EXT2_SUPER_MAGIC (line 1153) | EXT2_SUPER_MAGIC = 0xef53 constant EXT3_SUPER_MAGIC (line 1154) | EXT3_SUPER_MAGIC = 0xef53 constant EXT4_SUPER_MAGIC (line 1155) | EXT4_SUPER_MAGIC = 0xef53 constant EXTA (line 1156) | EXTA = 0xe constant EXTB (line 1157) | EXTB = 0xf constant F2FS_SUPER_MAGIC (line 1158) | F2FS_SUPER_MAGIC = 0xf2f52010 constant FALLOC_FL_COLLAPSE_RANGE (line 1159) | FALLOC_FL_COLLAPSE_RANGE = 0x8 constant FALLOC_FL_INSERT_RANGE (line 1160) | FALLOC_FL_INSERT_RANGE = 0x20 constant FALLOC_FL_KEEP_SIZE (line 1161) | FALLOC_FL_KEEP_SIZE = 0x1 constant FALLOC_FL_NO_HIDE_STALE (line 1162) | FALLOC_FL_NO_HIDE_STALE = 0x4 constant FALLOC_FL_PUNCH_HOLE (line 1163) | FALLOC_FL_PUNCH_HOLE = 0x2 constant FALLOC_FL_UNSHARE_RANGE (line 1164) | FALLOC_FL_UNSHARE_RANGE = 0x40 constant FALLOC_FL_ZERO_RANGE (line 1165) | FALLOC_FL_ZERO_RANGE = 0x10 constant FANOTIFY_METADATA_VERSION (line 1166) | FANOTIFY_METADATA_VERSION = 0x3 constant FAN_ACCESS (line 1167) | FAN_ACCESS = 0x1 constant FAN_ACCESS_PERM (line 1168) | FAN_ACCESS_PERM = 0x20000 constant FAN_ALLOW (line 1169) | FAN_ALLOW = 0x1 constant FAN_ALL_CLASS_BITS (line 1170) | FAN_ALL_CLASS_BITS = 0xc constant FAN_ALL_EVENTS (line 1171) | FAN_ALL_EVENTS = 0x3b constant FAN_ALL_INIT_FLAGS (line 1172) | FAN_ALL_INIT_FLAGS = 0x3f constant FAN_ALL_MARK_FLAGS (line 1173) | FAN_ALL_MARK_FLAGS = 0xff constant FAN_ALL_OUTGOING_EVENTS (line 1174) | FAN_ALL_OUTGOING_EVENTS = 0x3403b constant FAN_ALL_PERM_EVENTS (line 1175) | FAN_ALL_PERM_EVENTS = 0x30000 constant FAN_ATTRIB (line 1176) | FAN_ATTRIB = 0x4 constant FAN_AUDIT (line 1177) | FAN_AUDIT = 0x10 constant FAN_CLASS_CONTENT (line 1178) | FAN_CLASS_CONTENT = 0x4 constant FAN_CLASS_NOTIF (line 1179) | FAN_CLASS_NOTIF = 0x0 constant FAN_CLASS_PRE_CONTENT (line 1180) | FAN_CLASS_PRE_CONTENT = 0x8 constant FAN_CLOEXEC (line 1181) | FAN_CLOEXEC = 0x1 constant FAN_CLOSE (line 1182) | FAN_CLOSE = 0x18 constant FAN_CLOSE_NOWRITE (line 1183) | FAN_CLOSE_NOWRITE = 0x10 constant FAN_CLOSE_WRITE (line 1184) | FAN_CLOSE_WRITE = 0x8 constant FAN_CREATE (line 1185) | FAN_CREATE = 0x100 constant FAN_DELETE (line 1186) | FAN_DELETE = 0x200 constant FAN_DELETE_SELF (line 1187) | FAN_DELETE_SELF = 0x400 constant FAN_DENY (line 1188) | FAN_DENY = 0x2 constant FAN_ENABLE_AUDIT (line 1189) | FAN_ENABLE_AUDIT = 0x40 constant FAN_EPIDFD (line 1190) | FAN_EPIDFD = -0x2 constant FAN_EVENT_INFO_TYPE_DFID (line 1191) | FAN_EVENT_INFO_TYPE_DFID = 0x3 constant FAN_EVENT_INFO_TYPE_DFID_NAME (line 1192) | FAN_EVENT_INFO_TYPE_DFID_NAME = 0x2 constant FAN_EVENT_INFO_TYPE_ERROR (line 1193) | FAN_EVENT_INFO_TYPE_ERROR = 0x5 constant FAN_EVENT_INFO_TYPE_FID (line 1194) | FAN_EVENT_INFO_TYPE_FID = 0x1 constant FAN_EVENT_INFO_TYPE_NEW_DFID_NAME (line 1195) | FAN_EVENT_INFO_TYPE_NEW_DFID_NAME = 0xc constant FAN_EVENT_INFO_TYPE_OLD_DFID_NAME (line 1196) | FAN_EVENT_INFO_TYPE_OLD_DFID_NAME = 0xa constant FAN_EVENT_INFO_TYPE_PIDFD (line 1197) | FAN_EVENT_INFO_TYPE_PIDFD = 0x4 constant FAN_EVENT_METADATA_LEN (line 1198) | FAN_EVENT_METADATA_LEN = 0x18 constant FAN_EVENT_ON_CHILD (line 1199) | FAN_EVENT_ON_CHILD = 0x8000000 constant FAN_FS_ERROR (line 1200) | FAN_FS_ERROR = 0x8000 constant FAN_INFO (line 1201) | FAN_INFO = 0x20 constant FAN_MARK_ADD (line 1202) | FAN_MARK_ADD = 0x1 constant FAN_MARK_DONT_FOLLOW (line 1203) | FAN_MARK_DONT_FOLLOW = 0x4 constant FAN_MARK_EVICTABLE (line 1204) | FAN_MARK_EVICTABLE = 0x200 constant FAN_MARK_FILESYSTEM (line 1205) | FAN_MARK_FILESYSTEM = 0x100 constant FAN_MARK_FLUSH (line 1206) | FAN_MARK_FLUSH = 0x80 constant FAN_MARK_IGNORE (line 1207) | FAN_MARK_IGNORE = 0x400 constant FAN_MARK_IGNORED_MASK (line 1208) | FAN_MARK_IGNORED_MASK = 0x20 constant FAN_MARK_IGNORED_SURV_MODIFY (line 1209) | FAN_MARK_IGNORED_SURV_MODIFY = 0x40 constant FAN_MARK_IGNORE_SURV (line 1210) | FAN_MARK_IGNORE_SURV = 0x440 constant FAN_MARK_INODE (line 1211) | FAN_MARK_INODE = 0x0 constant FAN_MARK_MOUNT (line 1212) | FAN_MARK_MOUNT = 0x10 constant FAN_MARK_ONLYDIR (line 1213) | FAN_MARK_ONLYDIR = 0x8 constant FAN_MARK_REMOVE (line 1214) | FAN_MARK_REMOVE = 0x2 constant FAN_MODIFY (line 1215) | FAN_MODIFY = 0x2 constant FAN_MOVE (line 1216) | FAN_MOVE = 0xc0 constant FAN_MOVED_FROM (line 1217) | FAN_MOVED_FROM = 0x40 constant FAN_MOVED_TO (line 1218) | FAN_MOVED_TO = 0x80 constant FAN_MOVE_SELF (line 1219) | FAN_MOVE_SELF = 0x800 constant FAN_NOFD (line 1220) | FAN_NOFD = -0x1 constant FAN_NONBLOCK (line 1221) | FAN_NONBLOCK = 0x2 constant FAN_NOPIDFD (line 1222) | FAN_NOPIDFD = -0x1 constant FAN_ONDIR (line 1223) | FAN_ONDIR = 0x40000000 constant FAN_OPEN (line 1224) | FAN_OPEN = 0x20 constant FAN_OPEN_EXEC (line 1225) | FAN_OPEN_EXEC = 0x1000 constant FAN_OPEN_EXEC_PERM (line 1226) | FAN_OPEN_EXEC_PERM = 0x40000 constant FAN_OPEN_PERM (line 1227) | FAN_OPEN_PERM = 0x10000 constant FAN_Q_OVERFLOW (line 1228) | FAN_Q_OVERFLOW = 0x4000 constant FAN_RENAME (line 1229) | FAN_RENAME = 0x10000000 constant FAN_REPORT_DFID_NAME (line 1230) | FAN_REPORT_DFID_NAME = 0xc00 constant FAN_REPORT_DFID_NAME_TARGET (line 1231) | FAN_REPORT_DFID_NAME_TARGET = 0x1e00 constant FAN_REPORT_DIR_FID (line 1232) | FAN_REPORT_DIR_FID = 0x400 constant FAN_REPORT_FID (line 1233) | FAN_REPORT_FID = 0x200 constant FAN_REPORT_NAME (line 1234) | FAN_REPORT_NAME = 0x800 constant FAN_REPORT_PIDFD (line 1235) | FAN_REPORT_PIDFD = 0x80 constant FAN_REPORT_TARGET_FID (line 1236) | FAN_REPORT_TARGET_FID = 0x1000 constant FAN_REPORT_TID (line 1237) | FAN_REPORT_TID = 0x100 constant FAN_RESPONSE_INFO_AUDIT_RULE (line 1238) | FAN_RESPONSE_INFO_AUDIT_RULE = 0x1 constant FAN_RESPONSE_INFO_NONE (line 1239) | FAN_RESPONSE_INFO_NONE = 0x0 constant FAN_UNLIMITED_MARKS (line 1240) | FAN_UNLIMITED_MARKS = 0x20 constant FAN_UNLIMITED_QUEUE (line 1241) | FAN_UNLIMITED_QUEUE = 0x10 constant FD_CLOEXEC (line 1242) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 1243) | FD_SETSIZE = 0x400 constant FF0 (line 1244) | FF0 = 0x0 constant FIB_RULE_DEV_DETACHED (line 1245) | FIB_RULE_DEV_DETACHED = 0x8 constant FIB_RULE_FIND_SADDR (line 1246) | FIB_RULE_FIND_SADDR = 0x10000 constant FIB_RULE_IIF_DETACHED (line 1247) | FIB_RULE_IIF_DETACHED = 0x8 constant FIB_RULE_INVERT (line 1248) | FIB_RULE_INVERT = 0x2 constant FIB_RULE_OIF_DETACHED (line 1249) | FIB_RULE_OIF_DETACHED = 0x10 constant FIB_RULE_PERMANENT (line 1250) | FIB_RULE_PERMANENT = 0x1 constant FIB_RULE_UNRESOLVED (line 1251) | FIB_RULE_UNRESOLVED = 0x4 constant FIDEDUPERANGE (line 1252) | FIDEDUPERANGE = 0xc0189436 constant FSCRYPT_KEY_DESCRIPTOR_SIZE (line 1253) | FSCRYPT_KEY_DESCRIPTOR_SIZE = 0x8 constant FSCRYPT_KEY_DESC_PREFIX (line 1254) | FSCRYPT_KEY_DESC_PREFIX = "fscrypt:" constant FSCRYPT_KEY_DESC_PREFIX_SIZE (line 1255) | FSCRYPT_KEY_DESC_PREFIX_SIZE = 0x8 constant FSCRYPT_KEY_IDENTIFIER_SIZE (line 1256) | FSCRYPT_KEY_IDENTIFIER_SIZE = 0x10 constant FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY (line 1257) | FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY = 0x1 constant FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS (line 1258) | FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS = 0x2 constant FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR (line 1259) | FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR = 0x1 constant FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER (line 1260) | FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER = 0x2 constant FSCRYPT_KEY_STATUS_ABSENT (line 1261) | FSCRYPT_KEY_STATUS_ABSENT = 0x1 constant FSCRYPT_KEY_STATUS_FLAG_ADDED_BY_SELF (line 1262) | FSCRYPT_KEY_STATUS_FLAG_ADDED_BY_SELF = 0x1 constant FSCRYPT_KEY_STATUS_INCOMPLETELY_REMOVED (line 1263) | FSCRYPT_KEY_STATUS_INCOMPLETELY_REMOVED = 0x3 constant FSCRYPT_KEY_STATUS_PRESENT (line 1264) | FSCRYPT_KEY_STATUS_PRESENT = 0x2 constant FSCRYPT_MAX_KEY_SIZE (line 1265) | FSCRYPT_MAX_KEY_SIZE = 0x40 constant FSCRYPT_MODE_ADIANTUM (line 1266) | FSCRYPT_MODE_ADIANTUM = 0x9 constant FSCRYPT_MODE_AES_128_CBC (line 1267) | FSCRYPT_MODE_AES_128_CBC = 0x5 constant FSCRYPT_MODE_AES_128_CTS (line 1268) | FSCRYPT_MODE_AES_128_CTS = 0x6 constant FSCRYPT_MODE_AES_256_CTS (line 1269) | FSCRYPT_MODE_AES_256_CTS = 0x4 constant FSCRYPT_MODE_AES_256_HCTR2 (line 1270) | FSCRYPT_MODE_AES_256_HCTR2 = 0xa constant FSCRYPT_MODE_AES_256_XTS (line 1271) | FSCRYPT_MODE_AES_256_XTS = 0x1 constant FSCRYPT_MODE_SM4_CTS (line 1272) | FSCRYPT_MODE_SM4_CTS = 0x8 constant FSCRYPT_MODE_SM4_XTS (line 1273) | FSCRYPT_MODE_SM4_XTS = 0x7 constant FSCRYPT_POLICY_FLAGS_PAD_16 (line 1274) | FSCRYPT_POLICY_FLAGS_PAD_16 = 0x2 constant FSCRYPT_POLICY_FLAGS_PAD_32 (line 1275) | FSCRYPT_POLICY_FLAGS_PAD_32 = 0x3 constant FSCRYPT_POLICY_FLAGS_PAD_4 (line 1276) | FSCRYPT_POLICY_FLAGS_PAD_4 = 0x0 constant FSCRYPT_POLICY_FLAGS_PAD_8 (line 1277) | FSCRYPT_POLICY_FLAGS_PAD_8 = 0x1 constant FSCRYPT_POLICY_FLAGS_PAD_MASK (line 1278) | FSCRYPT_POLICY_FLAGS_PAD_MASK = 0x3 constant FSCRYPT_POLICY_FLAG_DIRECT_KEY (line 1279) | FSCRYPT_POLICY_FLAG_DIRECT_KEY = 0x4 constant FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 (line 1280) | FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 = 0x10 constant FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 (line 1281) | FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 = 0x8 constant FSCRYPT_POLICY_V1 (line 1282) | FSCRYPT_POLICY_V1 = 0x0 constant FSCRYPT_POLICY_V2 (line 1283) | FSCRYPT_POLICY_V2 = 0x2 constant FS_ENCRYPTION_MODE_ADIANTUM (line 1284) | FS_ENCRYPTION_MODE_ADIANTUM = 0x9 constant FS_ENCRYPTION_MODE_AES_128_CBC (line 1285) | FS_ENCRYPTION_MODE_AES_128_CBC = 0x5 constant FS_ENCRYPTION_MODE_AES_128_CTS (line 1286) | FS_ENCRYPTION_MODE_AES_128_CTS = 0x6 constant FS_ENCRYPTION_MODE_AES_256_CBC (line 1287) | FS_ENCRYPTION_MODE_AES_256_CBC = 0x3 constant FS_ENCRYPTION_MODE_AES_256_CTS (line 1288) | FS_ENCRYPTION_MODE_AES_256_CTS = 0x4 constant FS_ENCRYPTION_MODE_AES_256_GCM (line 1289) | FS_ENCRYPTION_MODE_AES_256_GCM = 0x2 constant FS_ENCRYPTION_MODE_AES_256_XTS (line 1290) | FS_ENCRYPTION_MODE_AES_256_XTS = 0x1 constant FS_ENCRYPTION_MODE_INVALID (line 1291) | FS_ENCRYPTION_MODE_INVALID = 0x0 constant FS_IOC_ADD_ENCRYPTION_KEY (line 1292) | FS_IOC_ADD_ENCRYPTION_KEY = 0xc0506617 constant FS_IOC_GET_ENCRYPTION_KEY_STATUS (line 1293) | FS_IOC_GET_ENCRYPTION_KEY_STATUS = 0xc080661a constant FS_IOC_GET_ENCRYPTION_POLICY_EX (line 1294) | FS_IOC_GET_ENCRYPTION_POLICY_EX = 0xc0096616 constant FS_IOC_MEASURE_VERITY (line 1295) | FS_IOC_MEASURE_VERITY = 0xc0046686 constant FS_IOC_READ_VERITY_METADATA (line 1296) | FS_IOC_READ_VERITY_METADATA = 0xc0286687 constant FS_IOC_REMOVE_ENCRYPTION_KEY (line 1297) | FS_IOC_REMOVE_ENCRYPTION_KEY = 0xc0406618 constant FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS (line 1298) | FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS = 0xc0406619 constant FS_KEY_DESCRIPTOR_SIZE (line 1299) | FS_KEY_DESCRIPTOR_SIZE = 0x8 constant FS_KEY_DESC_PREFIX (line 1300) | FS_KEY_DESC_PREFIX = "fscrypt:" constant FS_KEY_DESC_PREFIX_SIZE (line 1301) | FS_KEY_DESC_PREFIX_SIZE = 0x8 constant FS_MAX_KEY_SIZE (line 1302) | FS_MAX_KEY_SIZE = 0x40 constant FS_POLICY_FLAGS_PAD_16 (line 1303) | FS_POLICY_FLAGS_PAD_16 = 0x2 constant FS_POLICY_FLAGS_PAD_32 (line 1304) | FS_POLICY_FLAGS_PAD_32 = 0x3 constant FS_POLICY_FLAGS_PAD_4 (line 1305) | FS_POLICY_FLAGS_PAD_4 = 0x0 constant FS_POLICY_FLAGS_PAD_8 (line 1306) | FS_POLICY_FLAGS_PAD_8 = 0x1 constant FS_POLICY_FLAGS_PAD_MASK (line 1307) | FS_POLICY_FLAGS_PAD_MASK = 0x3 constant FS_POLICY_FLAGS_VALID (line 1308) | FS_POLICY_FLAGS_VALID = 0x7 constant FS_VERITY_FL (line 1309) | FS_VERITY_FL = 0x100000 constant FS_VERITY_HASH_ALG_SHA256 (line 1310) | FS_VERITY_HASH_ALG_SHA256 = 0x1 constant FS_VERITY_HASH_ALG_SHA512 (line 1311) | FS_VERITY_HASH_ALG_SHA512 = 0x2 constant FS_VERITY_METADATA_TYPE_DESCRIPTOR (line 1312) | FS_VERITY_METADATA_TYPE_DESCRIPTOR = 0x2 constant FS_VERITY_METADATA_TYPE_MERKLE_TREE (line 1313) | FS_VERITY_METADATA_TYPE_MERKLE_TREE = 0x1 constant FS_VERITY_METADATA_TYPE_SIGNATURE (line 1314) | FS_VERITY_METADATA_TYPE_SIGNATURE = 0x3 constant FUSE_SUPER_MAGIC (line 1315) | FUSE_SUPER_MAGIC = 0x65735546 constant FUTEXFS_SUPER_MAGIC (line 1316) | FUTEXFS_SUPER_MAGIC = 0xbad1dea constant F_ADD_SEALS (line 1317) | F_ADD_SEALS = 0x409 constant F_DUPFD (line 1318) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 1319) | F_DUPFD_CLOEXEC = 0x406 constant F_EXLCK (line 1320) | F_EXLCK = 0x4 constant F_GETFD (line 1321) | F_GETFD = 0x1 constant F_GETFL (line 1322) | F_GETFL = 0x3 constant F_GETLEASE (line 1323) | F_GETLEASE = 0x401 constant F_GETOWN_EX (line 1324) | F_GETOWN_EX = 0x10 constant F_GETPIPE_SZ (line 1325) | F_GETPIPE_SZ = 0x408 constant F_GETSIG (line 1326) | F_GETSIG = 0xb constant F_GET_FILE_RW_HINT (line 1327) | F_GET_FILE_RW_HINT = 0x40d constant F_GET_RW_HINT (line 1328) | F_GET_RW_HINT = 0x40b constant F_GET_SEALS (line 1329) | F_GET_SEALS = 0x40a constant F_LOCK (line 1330) | F_LOCK = 0x1 constant F_NOTIFY (line 1331) | F_NOTIFY = 0x402 constant F_OFD_GETLK (line 1332) | F_OFD_GETLK = 0x24 constant F_OFD_SETLK (line 1333) | F_OFD_SETLK = 0x25 constant F_OFD_SETLKW (line 1334) | F_OFD_SETLKW = 0x26 constant F_OK (line 1335) | F_OK = 0x0 constant F_SEAL_FUTURE_WRITE (line 1336) | F_SEAL_FUTURE_WRITE = 0x10 constant F_SEAL_GROW (line 1337) | F_SEAL_GROW = 0x4 constant F_SEAL_SEAL (line 1338) | F_SEAL_SEAL = 0x1 constant F_SEAL_SHRINK (line 1339) | F_SEAL_SHRINK = 0x2 constant F_SEAL_WRITE (line 1340) | F_SEAL_WRITE = 0x8 constant F_SETFD (line 1341) | F_SETFD = 0x2 constant F_SETFL (line 1342) | F_SETFL = 0x4 constant F_SETLEASE (line 1343) | F_SETLEASE = 0x400 constant F_SETOWN_EX (line 1344) | F_SETOWN_EX = 0xf constant F_SETPIPE_SZ (line 1345) | F_SETPIPE_SZ = 0x407 constant F_SETSIG (line 1346) | F_SETSIG = 0xa constant F_SET_FILE_RW_HINT (line 1347) | F_SET_FILE_RW_HINT = 0x40e constant F_SET_RW_HINT (line 1348) | F_SET_RW_HINT = 0x40c constant F_SHLCK (line 1349) | F_SHLCK = 0x8 constant F_TEST (line 1350) | F_TEST = 0x3 constant F_TLOCK (line 1351) | F_TLOCK = 0x2 constant F_ULOCK (line 1352) | F_ULOCK = 0x0 constant GENL_ADMIN_PERM (line 1353) | GENL_ADMIN_PERM = 0x1 constant GENL_CMD_CAP_DO (line 1354) | GENL_CMD_CAP_DO = 0x2 constant GENL_CMD_CAP_DUMP (line 1355) | GENL_CMD_CAP_DUMP = 0x4 constant GENL_CMD_CAP_HASPOL (line 1356) | GENL_CMD_CAP_HASPOL = 0x8 constant GENL_HDRLEN (line 1357) | GENL_HDRLEN = 0x4 constant GENL_ID_CTRL (line 1358) | GENL_ID_CTRL = 0x10 constant GENL_ID_PMCRAID (line 1359) | GENL_ID_PMCRAID = 0x12 constant GENL_ID_VFS_DQUOT (line 1360) | GENL_ID_VFS_DQUOT = 0x11 constant GENL_MAX_ID (line 1361) | GENL_MAX_ID = 0x3ff constant GENL_MIN_ID (line 1362) | GENL_MIN_ID = 0x10 constant GENL_NAMSIZ (line 1363) | GENL_NAMSIZ = 0x10 constant GENL_START_ALLOC (line 1364) | GENL_START_ALLOC = 0x13 constant GENL_UNS_ADMIN_PERM (line 1365) | GENL_UNS_ADMIN_PERM = 0x10 constant GRND_INSECURE (line 1366) | GRND_INSECURE = 0x4 constant GRND_NONBLOCK (line 1367) | GRND_NONBLOCK = 0x1 constant GRND_RANDOM (line 1368) | GRND_RANDOM = 0x2 constant HDIO_DRIVE_CMD (line 1369) | HDIO_DRIVE_CMD = 0x31f constant HDIO_DRIVE_CMD_AEB (line 1370) | HDIO_DRIVE_CMD_AEB = 0x31e constant HDIO_DRIVE_CMD_HDR_SIZE (line 1371) | HDIO_DRIVE_CMD_HDR_SIZE = 0x4 constant HDIO_DRIVE_HOB_HDR_SIZE (line 1372) | HDIO_DRIVE_HOB_HDR_SIZE = 0x8 constant HDIO_DRIVE_RESET (line 1373) | HDIO_DRIVE_RESET = 0x31c constant HDIO_DRIVE_TASK (line 1374) | HDIO_DRIVE_TASK = 0x31e constant HDIO_DRIVE_TASKFILE (line 1375) | HDIO_DRIVE_TASKFILE = 0x31d constant HDIO_DRIVE_TASK_HDR_SIZE (line 1376) | HDIO_DRIVE_TASK_HDR_SIZE = 0x8 constant HDIO_GETGEO (line 1377) | HDIO_GETGEO = 0x301 constant HDIO_GET_32BIT (line 1378) | HDIO_GET_32BIT = 0x309 constant HDIO_GET_ACOUSTIC (line 1379) | HDIO_GET_ACOUSTIC = 0x30f constant HDIO_GET_ADDRESS (line 1380) | HDIO_GET_ADDRESS = 0x310 constant HDIO_GET_BUSSTATE (line 1381) | HDIO_GET_BUSSTATE = 0x31a constant HDIO_GET_DMA (line 1382) | HDIO_GET_DMA = 0x30b constant HDIO_GET_IDENTITY (line 1383) | HDIO_GET_IDENTITY = 0x30d constant HDIO_GET_KEEPSETTINGS (line 1384) | HDIO_GET_KEEPSETTINGS = 0x308 constant HDIO_GET_MULTCOUNT (line 1385) | HDIO_GET_MULTCOUNT = 0x304 constant HDIO_GET_NICE (line 1386) | HDIO_GET_NICE = 0x30c constant HDIO_GET_NOWERR (line 1387) | HDIO_GET_NOWERR = 0x30a constant HDIO_GET_QDMA (line 1388) | HDIO_GET_QDMA = 0x305 constant HDIO_GET_UNMASKINTR (line 1389) | HDIO_GET_UNMASKINTR = 0x302 constant HDIO_GET_WCACHE (line 1390) | HDIO_GET_WCACHE = 0x30e constant HDIO_OBSOLETE_IDENTITY (line 1391) | HDIO_OBSOLETE_IDENTITY = 0x307 constant HDIO_SCAN_HWIF (line 1392) | HDIO_SCAN_HWIF = 0x328 constant HDIO_SET_32BIT (line 1393) | HDIO_SET_32BIT = 0x324 constant HDIO_SET_ACOUSTIC (line 1394) | HDIO_SET_ACOUSTIC = 0x32c constant HDIO_SET_ADDRESS (line 1395) | HDIO_SET_ADDRESS = 0x32f constant HDIO_SET_BUSSTATE (line 1396) | HDIO_SET_BUSSTATE = 0x32d constant HDIO_SET_DMA (line 1397) | HDIO_SET_DMA = 0x326 constant HDIO_SET_KEEPSETTINGS (line 1398) | HDIO_SET_KEEPSETTINGS = 0x323 constant HDIO_SET_MULTCOUNT (line 1399) | HDIO_SET_MULTCOUNT = 0x321 constant HDIO_SET_NICE (line 1400) | HDIO_SET_NICE = 0x329 constant HDIO_SET_NOWERR (line 1401) | HDIO_SET_NOWERR = 0x325 constant HDIO_SET_PIO_MODE (line 1402) | HDIO_SET_PIO_MODE = 0x327 constant HDIO_SET_QDMA (line 1403) | HDIO_SET_QDMA = 0x32e constant HDIO_SET_UNMASKINTR (line 1404) | HDIO_SET_UNMASKINTR = 0x322 constant HDIO_SET_WCACHE (line 1405) | HDIO_SET_WCACHE = 0x32b constant HDIO_SET_XFER (line 1406) | HDIO_SET_XFER = 0x306 constant HDIO_TRISTATE_HWIF (line 1407) | HDIO_TRISTATE_HWIF = 0x31b constant HDIO_UNREGISTER_HWIF (line 1408) | HDIO_UNREGISTER_HWIF = 0x32a constant HID_MAX_DESCRIPTOR_SIZE (line 1409) | HID_MAX_DESCRIPTOR_SIZE = 0x1000 constant HOSTFS_SUPER_MAGIC (line 1410) | HOSTFS_SUPER_MAGIC = 0xc0ffee constant HPFS_SUPER_MAGIC (line 1411) | HPFS_SUPER_MAGIC = 0xf995e849 constant HUGETLBFS_MAGIC (line 1412) | HUGETLBFS_MAGIC = 0x958458f6 constant IBSHIFT (line 1413) | IBSHIFT = 0x10 constant ICRNL (line 1414) | ICRNL = 0x100 constant IFA_F_DADFAILED (line 1415) | IFA_F_DADFAILED = 0x8 constant IFA_F_DEPRECATED (line 1416) | IFA_F_DEPRECATED = 0x20 constant IFA_F_HOMEADDRESS (line 1417) | IFA_F_HOMEADDRESS = 0x10 constant IFA_F_MANAGETEMPADDR (line 1418) | IFA_F_MANAGETEMPADDR = 0x100 constant IFA_F_MCAUTOJOIN (line 1419) | IFA_F_MCAUTOJOIN = 0x400 constant IFA_F_NODAD (line 1420) | IFA_F_NODAD = 0x2 constant IFA_F_NOPREFIXROUTE (line 1421) | IFA_F_NOPREFIXROUTE = 0x200 constant IFA_F_OPTIMISTIC (line 1422) | IFA_F_OPTIMISTIC = 0x4 constant IFA_F_PERMANENT (line 1423) | IFA_F_PERMANENT = 0x80 constant IFA_F_SECONDARY (line 1424) | IFA_F_SECONDARY = 0x1 constant IFA_F_STABLE_PRIVACY (line 1425) | IFA_F_STABLE_PRIVACY = 0x800 constant IFA_F_TEMPORARY (line 1426) | IFA_F_TEMPORARY = 0x1 constant IFA_F_TENTATIVE (line 1427) | IFA_F_TENTATIVE = 0x40 constant IFA_MAX (line 1428) | IFA_MAX = 0xb constant IFF_ALLMULTI (line 1429) | IFF_ALLMULTI = 0x200 constant IFF_ATTACH_QUEUE (line 1430) | IFF_ATTACH_QUEUE = 0x200 constant IFF_AUTOMEDIA (line 1431) | IFF_AUTOMEDIA = 0x4000 constant IFF_BROADCAST (line 1432) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 1433) | IFF_DEBUG = 0x4 constant IFF_DETACH_QUEUE (line 1434) | IFF_DETACH_QUEUE = 0x400 constant IFF_DORMANT (line 1435) | IFF_DORMANT = 0x20000 constant IFF_DYNAMIC (line 1436) | IFF_DYNAMIC = 0x8000 constant IFF_ECHO (line 1437) | IFF_ECHO = 0x40000 constant IFF_LOOPBACK (line 1438) | IFF_LOOPBACK = 0x8 constant IFF_LOWER_UP (line 1439) | IFF_LOWER_UP = 0x10000 constant IFF_MASTER (line 1440) | IFF_MASTER = 0x400 constant IFF_MULTICAST (line 1441) | IFF_MULTICAST = 0x1000 constant IFF_MULTI_QUEUE (line 1442) | IFF_MULTI_QUEUE = 0x100 constant IFF_NAPI (line 1443) | IFF_NAPI = 0x10 constant IFF_NAPI_FRAGS (line 1444) | IFF_NAPI_FRAGS = 0x20 constant IFF_NOARP (line 1445) | IFF_NOARP = 0x80 constant IFF_NOFILTER (line 1446) | IFF_NOFILTER = 0x1000 constant IFF_NOTRAILERS (line 1447) | IFF_NOTRAILERS = 0x20 constant IFF_NO_CARRIER (line 1448) | IFF_NO_CARRIER = 0x40 constant IFF_NO_PI (line 1449) | IFF_NO_PI = 0x1000 constant IFF_ONE_QUEUE (line 1450) | IFF_ONE_QUEUE = 0x2000 constant IFF_PERSIST (line 1451) | IFF_PERSIST = 0x800 constant IFF_POINTOPOINT (line 1452) | IFF_POINTOPOINT = 0x10 constant IFF_PORTSEL (line 1453) | IFF_PORTSEL = 0x2000 constant IFF_PROMISC (line 1454) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 1455) | IFF_RUNNING = 0x40 constant IFF_SLAVE (line 1456) | IFF_SLAVE = 0x800 constant IFF_TAP (line 1457) | IFF_TAP = 0x2 constant IFF_TUN (line 1458) | IFF_TUN = 0x1 constant IFF_TUN_EXCL (line 1459) | IFF_TUN_EXCL = 0x8000 constant IFF_UP (line 1460) | IFF_UP = 0x1 constant IFF_VNET_HDR (line 1461) | IFF_VNET_HDR = 0x4000 constant IFF_VOLATILE (line 1462) | IFF_VOLATILE = 0x70c5a constant IFNAMSIZ (line 1463) | IFNAMSIZ = 0x10 constant IGNBRK (line 1464) | IGNBRK = 0x1 constant IGNCR (line 1465) | IGNCR = 0x80 constant IGNPAR (line 1466) | IGNPAR = 0x4 constant IMAXBEL (line 1467) | IMAXBEL = 0x2000 constant INLCR (line 1468) | INLCR = 0x40 constant INPCK (line 1469) | INPCK = 0x10 constant IN_ACCESS (line 1470) | IN_ACCESS = 0x1 constant IN_ALL_EVENTS (line 1471) | IN_ALL_EVENTS = 0xfff constant IN_ATTRIB (line 1472) | IN_ATTRIB = 0x4 constant IN_CLASSA_HOST (line 1473) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 1474) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 1475) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 1476) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 1477) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 1478) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 1479) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 1480) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 1481) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 1482) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 1483) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLOSE (line 1484) | IN_CLOSE = 0x18 constant IN_CLOSE_NOWRITE (line 1485) | IN_CLOSE_NOWRITE = 0x10 constant IN_CLOSE_WRITE (line 1486) | IN_CLOSE_WRITE = 0x8 constant IN_CREATE (line 1487) | IN_CREATE = 0x100 constant IN_DELETE (line 1488) | IN_DELETE = 0x200 constant IN_DELETE_SELF (line 1489) | IN_DELETE_SELF = 0x400 constant IN_DONT_FOLLOW (line 1490) | IN_DONT_FOLLOW = 0x2000000 constant IN_EXCL_UNLINK (line 1491) | IN_EXCL_UNLINK = 0x4000000 constant IN_IGNORED (line 1492) | IN_IGNORED = 0x8000 constant IN_ISDIR (line 1493) | IN_ISDIR = 0x40000000 constant IN_LOOPBACKNET (line 1494) | IN_LOOPBACKNET = 0x7f constant IN_MASK_ADD (line 1495) | IN_MASK_ADD = 0x20000000 constant IN_MASK_CREATE (line 1496) | IN_MASK_CREATE = 0x10000000 constant IN_MODIFY (line 1497) | IN_MODIFY = 0x2 constant IN_MOVE (line 1498) | IN_MOVE = 0xc0 constant IN_MOVED_FROM (line 1499) | IN_MOVED_FROM = 0x40 constant IN_MOVED_TO (line 1500) | IN_MOVED_TO = 0x80 constant IN_MOVE_SELF (line 1501) | IN_MOVE_SELF = 0x800 constant IN_ONESHOT (line 1502) | IN_ONESHOT = 0x80000000 constant IN_ONLYDIR (line 1503) | IN_ONLYDIR = 0x1000000 constant IN_OPEN (line 1504) | IN_OPEN = 0x20 constant IN_Q_OVERFLOW (line 1505) | IN_Q_OVERFLOW = 0x4000 constant IN_UNMOUNT (line 1506) | IN_UNMOUNT = 0x2000 constant IPPROTO_AH (line 1507) | IPPROTO_AH = 0x33 constant IPPROTO_BEETPH (line 1508) | IPPROTO_BEETPH = 0x5e constant IPPROTO_COMP (line 1509) | IPPROTO_COMP = 0x6c constant IPPROTO_DCCP (line 1510) | IPPROTO_DCCP = 0x21 constant IPPROTO_DSTOPTS (line 1511) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 1512) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 1513) | IPPROTO_ENCAP = 0x62 constant IPPROTO_ESP (line 1514) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERNET (line 1515) | IPPROTO_ETHERNET = 0x8f constant IPPROTO_FRAGMENT (line 1516) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GRE (line 1517) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 1518) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 1519) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 1520) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 1521) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 1522) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 1523) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 1524) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 1525) | IPPROTO_IPV6 = 0x29 constant IPPROTO_L2TP (line 1526) | IPPROTO_L2TP = 0x73 constant IPPROTO_MH (line 1527) | IPPROTO_MH = 0x87 constant IPPROTO_MPLS (line 1528) | IPPROTO_MPLS = 0x89 constant IPPROTO_MPTCP (line 1529) | IPPROTO_MPTCP = 0x106 constant IPPROTO_MTP (line 1530) | IPPROTO_MTP = 0x5c constant IPPROTO_NONE (line 1531) | IPPROTO_NONE = 0x3b constant IPPROTO_PIM (line 1532) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 1533) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 1534) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 1535) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 1536) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 1537) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 1538) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 1539) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 1540) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 1541) | IPPROTO_UDPLITE = 0x88 constant IPV6_2292DSTOPTS (line 1542) | IPV6_2292DSTOPTS = 0x4 constant IPV6_2292HOPLIMIT (line 1543) | IPV6_2292HOPLIMIT = 0x8 constant IPV6_2292HOPOPTS (line 1544) | IPV6_2292HOPOPTS = 0x3 constant IPV6_2292PKTINFO (line 1545) | IPV6_2292PKTINFO = 0x2 constant IPV6_2292PKTOPTIONS (line 1546) | IPV6_2292PKTOPTIONS = 0x6 constant IPV6_2292RTHDR (line 1547) | IPV6_2292RTHDR = 0x5 constant IPV6_ADDRFORM (line 1548) | IPV6_ADDRFORM = 0x1 constant IPV6_ADDR_PREFERENCES (line 1549) | IPV6_ADDR_PREFERENCES = 0x48 constant IPV6_ADD_MEMBERSHIP (line 1550) | IPV6_ADD_MEMBERSHIP = 0x14 constant IPV6_AUTHHDR (line 1551) | IPV6_AUTHHDR = 0xa constant IPV6_AUTOFLOWLABEL (line 1552) | IPV6_AUTOFLOWLABEL = 0x46 constant IPV6_CHECKSUM (line 1553) | IPV6_CHECKSUM = 0x7 constant IPV6_DONTFRAG (line 1554) | IPV6_DONTFRAG = 0x3e constant IPV6_DROP_MEMBERSHIP (line 1555) | IPV6_DROP_MEMBERSHIP = 0x15 constant IPV6_DSTOPTS (line 1556) | IPV6_DSTOPTS = 0x3b constant IPV6_FLOW (line 1557) | IPV6_FLOW = 0x11 constant IPV6_FREEBIND (line 1558) | IPV6_FREEBIND = 0x4e constant IPV6_HDRINCL (line 1559) | IPV6_HDRINCL = 0x24 constant IPV6_HOPLIMIT (line 1560) | IPV6_HOPLIMIT = 0x34 constant IPV6_HOPOPTS (line 1561) | IPV6_HOPOPTS = 0x36 constant IPV6_IPSEC_POLICY (line 1562) | IPV6_IPSEC_POLICY = 0x22 constant IPV6_JOIN_ANYCAST (line 1563) | IPV6_JOIN_ANYCAST = 0x1b constant IPV6_JOIN_GROUP (line 1564) | IPV6_JOIN_GROUP = 0x14 constant IPV6_LEAVE_ANYCAST (line 1565) | IPV6_LEAVE_ANYCAST = 0x1c constant IPV6_LEAVE_GROUP (line 1566) | IPV6_LEAVE_GROUP = 0x15 constant IPV6_MINHOPCOUNT (line 1567) | IPV6_MINHOPCOUNT = 0x49 constant IPV6_MTU (line 1568) | IPV6_MTU = 0x18 constant IPV6_MTU_DISCOVER (line 1569) | IPV6_MTU_DISCOVER = 0x17 constant IPV6_MULTICAST_ALL (line 1570) | IPV6_MULTICAST_ALL = 0x1d constant IPV6_MULTICAST_HOPS (line 1571) | IPV6_MULTICAST_HOPS = 0x12 constant IPV6_MULTICAST_IF (line 1572) | IPV6_MULTICAST_IF = 0x11 constant IPV6_MULTICAST_LOOP (line 1573) | IPV6_MULTICAST_LOOP = 0x13 constant IPV6_NEXTHOP (line 1574) | IPV6_NEXTHOP = 0x9 constant IPV6_ORIGDSTADDR (line 1575) | IPV6_ORIGDSTADDR = 0x4a constant IPV6_PATHMTU (line 1576) | IPV6_PATHMTU = 0x3d constant IPV6_PKTINFO (line 1577) | IPV6_PKTINFO = 0x32 constant IPV6_PMTUDISC_DO (line 1578) | IPV6_PMTUDISC_DO = 0x2 constant IPV6_PMTUDISC_DONT (line 1579) | IPV6_PMTUDISC_DONT = 0x0 constant IPV6_PMTUDISC_INTERFACE (line 1580) | IPV6_PMTUDISC_INTERFACE = 0x4 constant IPV6_PMTUDISC_OMIT (line 1581) | IPV6_PMTUDISC_OMIT = 0x5 constant IPV6_PMTUDISC_PROBE (line 1582) | IPV6_PMTUDISC_PROBE = 0x3 constant IPV6_PMTUDISC_WANT (line 1583) | IPV6_PMTUDISC_WANT = 0x1 constant IPV6_RECVDSTOPTS (line 1584) | IPV6_RECVDSTOPTS = 0x3a constant IPV6_RECVERR (line 1585) | IPV6_RECVERR = 0x19 constant IPV6_RECVERR_RFC4884 (line 1586) | IPV6_RECVERR_RFC4884 = 0x1f constant IPV6_RECVFRAGSIZE (line 1587) | IPV6_RECVFRAGSIZE = 0x4d constant IPV6_RECVHOPLIMIT (line 1588) | IPV6_RECVHOPLIMIT = 0x33 constant IPV6_RECVHOPOPTS (line 1589) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVORIGDSTADDR (line 1590) | IPV6_RECVORIGDSTADDR = 0x4a constant IPV6_RECVPATHMTU (line 1591) | IPV6_RECVPATHMTU = 0x3c constant IPV6_RECVPKTINFO (line 1592) | IPV6_RECVPKTINFO = 0x31 constant IPV6_RECVRTHDR (line 1593) | IPV6_RECVRTHDR = 0x38 constant IPV6_RECVTCLASS (line 1594) | IPV6_RECVTCLASS = 0x42 constant IPV6_ROUTER_ALERT (line 1595) | IPV6_ROUTER_ALERT = 0x16 constant IPV6_ROUTER_ALERT_ISOLATE (line 1596) | IPV6_ROUTER_ALERT_ISOLATE = 0x1e constant IPV6_RTHDR (line 1597) | IPV6_RTHDR = 0x39 constant IPV6_RTHDRDSTOPTS (line 1598) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_LOOSE (line 1599) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 1600) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 1601) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RXDSTOPTS (line 1602) | IPV6_RXDSTOPTS = 0x3b constant IPV6_RXHOPOPTS (line 1603) | IPV6_RXHOPOPTS = 0x36 constant IPV6_TCLASS (line 1604) | IPV6_TCLASS = 0x43 constant IPV6_TRANSPARENT (line 1605) | IPV6_TRANSPARENT = 0x4b constant IPV6_UNICAST_HOPS (line 1606) | IPV6_UNICAST_HOPS = 0x10 constant IPV6_UNICAST_IF (line 1607) | IPV6_UNICAST_IF = 0x4c constant IPV6_USER_FLOW (line 1608) | IPV6_USER_FLOW = 0xe constant IPV6_V6ONLY (line 1609) | IPV6_V6ONLY = 0x1a constant IPV6_XFRM_POLICY (line 1610) | IPV6_XFRM_POLICY = 0x23 constant IP_ADD_MEMBERSHIP (line 1611) | IP_ADD_MEMBERSHIP = 0x23 constant IP_ADD_SOURCE_MEMBERSHIP (line 1612) | IP_ADD_SOURCE_MEMBERSHIP = 0x27 constant IP_BIND_ADDRESS_NO_PORT (line 1613) | IP_BIND_ADDRESS_NO_PORT = 0x18 constant IP_BLOCK_SOURCE (line 1614) | IP_BLOCK_SOURCE = 0x26 constant IP_CHECKSUM (line 1615) | IP_CHECKSUM = 0x17 constant IP_DEFAULT_MULTICAST_LOOP (line 1616) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 1617) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 1618) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 1619) | IP_DROP_MEMBERSHIP = 0x24 constant IP_DROP_SOURCE_MEMBERSHIP (line 1620) | IP_DROP_SOURCE_MEMBERSHIP = 0x28 constant IP_FREEBIND (line 1621) | IP_FREEBIND = 0xf constant IP_HDRINCL (line 1622) | IP_HDRINCL = 0x3 constant IP_IPSEC_POLICY (line 1623) | IP_IPSEC_POLICY = 0x10 constant IP_MAXPACKET (line 1624) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 1625) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 1626) | IP_MF = 0x2000 constant IP_MINTTL (line 1627) | IP_MINTTL = 0x15 constant IP_MSFILTER (line 1628) | IP_MSFILTER = 0x29 constant IP_MSS (line 1629) | IP_MSS = 0x240 constant IP_MTU (line 1630) | IP_MTU = 0xe constant IP_MTU_DISCOVER (line 1631) | IP_MTU_DISCOVER = 0xa constant IP_MULTICAST_ALL (line 1632) | IP_MULTICAST_ALL = 0x31 constant IP_MULTICAST_IF (line 1633) | IP_MULTICAST_IF = 0x20 constant IP_MULTICAST_LOOP (line 1634) | IP_MULTICAST_LOOP = 0x22 constant IP_MULTICAST_TTL (line 1635) | IP_MULTICAST_TTL = 0x21 constant IP_NODEFRAG (line 1636) | IP_NODEFRAG = 0x16 constant IP_OFFMASK (line 1637) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 1638) | IP_OPTIONS = 0x4 constant IP_ORIGDSTADDR (line 1639) | IP_ORIGDSTADDR = 0x14 constant IP_PASSSEC (line 1640) | IP_PASSSEC = 0x12 constant IP_PKTINFO (line 1641) | IP_PKTINFO = 0x8 constant IP_PKTOPTIONS (line 1642) | IP_PKTOPTIONS = 0x9 constant IP_PMTUDISC (line 1643) | IP_PMTUDISC = 0xa constant IP_PMTUDISC_DO (line 1644) | IP_PMTUDISC_DO = 0x2 constant IP_PMTUDISC_DONT (line 1645) | IP_PMTUDISC_DONT = 0x0 constant IP_PMTUDISC_INTERFACE (line 1646) | IP_PMTUDISC_INTERFACE = 0x4 constant IP_PMTUDISC_OMIT (line 1647) | IP_PMTUDISC_OMIT = 0x5 constant IP_PMTUDISC_PROBE (line 1648) | IP_PMTUDISC_PROBE = 0x3 constant IP_PMTUDISC_WANT (line 1649) | IP_PMTUDISC_WANT = 0x1 constant IP_RECVERR (line 1650) | IP_RECVERR = 0xb constant IP_RECVERR_RFC4884 (line 1651) | IP_RECVERR_RFC4884 = 0x1a constant IP_RECVFRAGSIZE (line 1652) | IP_RECVFRAGSIZE = 0x19 constant IP_RECVOPTS (line 1653) | IP_RECVOPTS = 0x6 constant IP_RECVORIGDSTADDR (line 1654) | IP_RECVORIGDSTADDR = 0x14 constant IP_RECVRETOPTS (line 1655) | IP_RECVRETOPTS = 0x7 constant IP_RECVTOS (line 1656) | IP_RECVTOS = 0xd constant IP_RECVTTL (line 1657) | IP_RECVTTL = 0xc constant IP_RETOPTS (line 1658) | IP_RETOPTS = 0x7 constant IP_RF (line 1659) | IP_RF = 0x8000 constant IP_ROUTER_ALERT (line 1660) | IP_ROUTER_ALERT = 0x5 constant IP_TOS (line 1661) | IP_TOS = 0x1 constant IP_TRANSPARENT (line 1662) | IP_TRANSPARENT = 0x13 constant IP_TTL (line 1663) | IP_TTL = 0x2 constant IP_UNBLOCK_SOURCE (line 1664) | IP_UNBLOCK_SOURCE = 0x25 constant IP_UNICAST_IF (line 1665) | IP_UNICAST_IF = 0x32 constant IP_USER_FLOW (line 1666) | IP_USER_FLOW = 0xd constant IP_XFRM_POLICY (line 1667) | IP_XFRM_POLICY = 0x11 constant ISOFS_SUPER_MAGIC (line 1668) | ISOFS_SUPER_MAGIC = 0x9660 constant ISTRIP (line 1669) | ISTRIP = 0x20 constant ITIMER_PROF (line 1670) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 1671) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1672) | ITIMER_VIRTUAL = 0x1 constant IUTF8 (line 1673) | IUTF8 = 0x4000 constant IXANY (line 1674) | IXANY = 0x800 constant JFFS2_SUPER_MAGIC (line 1675) | JFFS2_SUPER_MAGIC = 0x72b6 constant KCMPROTO_CONNECTED (line 1676) | KCMPROTO_CONNECTED = 0x0 constant KCM_RECV_DISABLE (line 1677) | KCM_RECV_DISABLE = 0x1 constant KEXEC_ARCH_386 (line 1678) | KEXEC_ARCH_386 = 0x30000 constant KEXEC_ARCH_68K (line 1679) | KEXEC_ARCH_68K = 0x40000 constant KEXEC_ARCH_AARCH64 (line 1680) | KEXEC_ARCH_AARCH64 = 0xb70000 constant KEXEC_ARCH_ARM (line 1681) | KEXEC_ARCH_ARM = 0x280000 constant KEXEC_ARCH_DEFAULT (line 1682) | KEXEC_ARCH_DEFAULT = 0x0 constant KEXEC_ARCH_IA_64 (line 1683) | KEXEC_ARCH_IA_64 = 0x320000 constant KEXEC_ARCH_LOONGARCH (line 1684) | KEXEC_ARCH_LOONGARCH = 0x1020000 constant KEXEC_ARCH_MASK (line 1685) | KEXEC_ARCH_MASK = 0xffff0000 constant KEXEC_ARCH_MIPS (line 1686) | KEXEC_ARCH_MIPS = 0x80000 constant KEXEC_ARCH_MIPS_LE (line 1687) | KEXEC_ARCH_MIPS_LE = 0xa0000 constant KEXEC_ARCH_PARISC (line 1688) | KEXEC_ARCH_PARISC = 0xf0000 constant KEXEC_ARCH_PPC (line 1689) | KEXEC_ARCH_PPC = 0x140000 constant KEXEC_ARCH_PPC64 (line 1690) | KEXEC_ARCH_PPC64 = 0x150000 constant KEXEC_ARCH_RISCV (line 1691) | KEXEC_ARCH_RISCV = 0xf30000 constant KEXEC_ARCH_S390 (line 1692) | KEXEC_ARCH_S390 = 0x160000 constant KEXEC_ARCH_SH (line 1693) | KEXEC_ARCH_SH = 0x2a0000 constant KEXEC_ARCH_X86_64 (line 1694) | KEXEC_ARCH_X86_64 = 0x3e0000 constant KEXEC_FILE_NO_INITRAMFS (line 1695) | KEXEC_FILE_NO_INITRAMFS = 0x4 constant KEXEC_FILE_ON_CRASH (line 1696) | KEXEC_FILE_ON_CRASH = 0x2 constant KEXEC_FILE_UNLOAD (line 1697) | KEXEC_FILE_UNLOAD = 0x1 constant KEXEC_ON_CRASH (line 1698) | KEXEC_ON_CRASH = 0x1 constant KEXEC_PRESERVE_CONTEXT (line 1699) | KEXEC_PRESERVE_CONTEXT = 0x2 constant KEXEC_SEGMENT_MAX (line 1700) | KEXEC_SEGMENT_MAX = 0x10 constant KEYCTL_ASSUME_AUTHORITY (line 1701) | KEYCTL_ASSUME_AUTHORITY = 0x10 constant KEYCTL_CAPABILITIES (line 1702) | KEYCTL_CAPABILITIES = 0x1f constant KEYCTL_CAPS0_BIG_KEY (line 1703) | KEYCTL_CAPS0_BIG_KEY = 0x10 constant KEYCTL_CAPS0_CAPABILITIES (line 1704) | KEYCTL_CAPS0_CAPABILITIES = 0x1 constant KEYCTL_CAPS0_DIFFIE_HELLMAN (line 1705) | KEYCTL_CAPS0_DIFFIE_HELLMAN = 0x4 constant KEYCTL_CAPS0_INVALIDATE (line 1706) | KEYCTL_CAPS0_INVALIDATE = 0x20 constant KEYCTL_CAPS0_MOVE (line 1707) | KEYCTL_CAPS0_MOVE = 0x80 constant KEYCTL_CAPS0_PERSISTENT_KEYRINGS (line 1708) | KEYCTL_CAPS0_PERSISTENT_KEYRINGS = 0x2 constant KEYCTL_CAPS0_PUBLIC_KEY (line 1709) | KEYCTL_CAPS0_PUBLIC_KEY = 0x8 constant KEYCTL_CAPS0_RESTRICT_KEYRING (line 1710) | KEYCTL_CAPS0_RESTRICT_KEYRING = 0x40 constant KEYCTL_CAPS1_NOTIFICATIONS (line 1711) | KEYCTL_CAPS1_NOTIFICATIONS = 0x4 constant KEYCTL_CAPS1_NS_KEYRING_NAME (line 1712) | KEYCTL_CAPS1_NS_KEYRING_NAME = 0x1 constant KEYCTL_CAPS1_NS_KEY_TAG (line 1713) | KEYCTL_CAPS1_NS_KEY_TAG = 0x2 constant KEYCTL_CHOWN (line 1714) | KEYCTL_CHOWN = 0x4 constant KEYCTL_CLEAR (line 1715) | KEYCTL_CLEAR = 0x7 constant KEYCTL_DESCRIBE (line 1716) | KEYCTL_DESCRIBE = 0x6 constant KEYCTL_DH_COMPUTE (line 1717) | KEYCTL_DH_COMPUTE = 0x17 constant KEYCTL_GET_KEYRING_ID (line 1718) | KEYCTL_GET_KEYRING_ID = 0x0 constant KEYCTL_GET_PERSISTENT (line 1719) | KEYCTL_GET_PERSISTENT = 0x16 constant KEYCTL_GET_SECURITY (line 1720) | KEYCTL_GET_SECURITY = 0x11 constant KEYCTL_INSTANTIATE (line 1721) | KEYCTL_INSTANTIATE = 0xc constant KEYCTL_INSTANTIATE_IOV (line 1722) | KEYCTL_INSTANTIATE_IOV = 0x14 constant KEYCTL_INVALIDATE (line 1723) | KEYCTL_INVALIDATE = 0x15 constant KEYCTL_JOIN_SESSION_KEYRING (line 1724) | KEYCTL_JOIN_SESSION_KEYRING = 0x1 constant KEYCTL_LINK (line 1725) | KEYCTL_LINK = 0x8 constant KEYCTL_MOVE (line 1726) | KEYCTL_MOVE = 0x1e constant KEYCTL_MOVE_EXCL (line 1727) | KEYCTL_MOVE_EXCL = 0x1 constant KEYCTL_NEGATE (line 1728) | KEYCTL_NEGATE = 0xd constant KEYCTL_PKEY_DECRYPT (line 1729) | KEYCTL_PKEY_DECRYPT = 0x1a constant KEYCTL_PKEY_ENCRYPT (line 1730) | KEYCTL_PKEY_ENCRYPT = 0x19 constant KEYCTL_PKEY_QUERY (line 1731) | KEYCTL_PKEY_QUERY = 0x18 constant KEYCTL_PKEY_SIGN (line 1732) | KEYCTL_PKEY_SIGN = 0x1b constant KEYCTL_PKEY_VERIFY (line 1733) | KEYCTL_PKEY_VERIFY = 0x1c constant KEYCTL_READ (line 1734) | KEYCTL_READ = 0xb constant KEYCTL_REJECT (line 1735) | KEYCTL_REJECT = 0x13 constant KEYCTL_RESTRICT_KEYRING (line 1736) | KEYCTL_RESTRICT_KEYRING = 0x1d constant KEYCTL_REVOKE (line 1737) | KEYCTL_REVOKE = 0x3 constant KEYCTL_SEARCH (line 1738) | KEYCTL_SEARCH = 0xa constant KEYCTL_SESSION_TO_PARENT (line 1739) | KEYCTL_SESSION_TO_PARENT = 0x12 constant KEYCTL_SETPERM (line 1740) | KEYCTL_SETPERM = 0x5 constant KEYCTL_SET_REQKEY_KEYRING (line 1741) | KEYCTL_SET_REQKEY_KEYRING = 0xe constant KEYCTL_SET_TIMEOUT (line 1742) | KEYCTL_SET_TIMEOUT = 0xf constant KEYCTL_SUPPORTS_DECRYPT (line 1743) | KEYCTL_SUPPORTS_DECRYPT = 0x2 constant KEYCTL_SUPPORTS_ENCRYPT (line 1744) | KEYCTL_SUPPORTS_ENCRYPT = 0x1 constant KEYCTL_SUPPORTS_SIGN (line 1745) | KEYCTL_SUPPORTS_SIGN = 0x4 constant KEYCTL_SUPPORTS_VERIFY (line 1746) | KEYCTL_SUPPORTS_VERIFY = 0x8 constant KEYCTL_UNLINK (line 1747) | KEYCTL_UNLINK = 0x9 constant KEYCTL_UPDATE (line 1748) | KEYCTL_UPDATE = 0x2 constant KEYCTL_WATCH_KEY (line 1749) | KEYCTL_WATCH_KEY = 0x20 constant KEY_REQKEY_DEFL_DEFAULT (line 1750) | KEY_REQKEY_DEFL_DEFAULT = 0x0 constant KEY_REQKEY_DEFL_GROUP_KEYRING (line 1751) | KEY_REQKEY_DEFL_GROUP_KEYRING = 0x6 constant KEY_REQKEY_DEFL_NO_CHANGE (line 1752) | KEY_REQKEY_DEFL_NO_CHANGE = -0x1 constant KEY_REQKEY_DEFL_PROCESS_KEYRING (line 1753) | KEY_REQKEY_DEFL_PROCESS_KEYRING = 0x2 constant KEY_REQKEY_DEFL_REQUESTOR_KEYRING (line 1754) | KEY_REQKEY_DEFL_REQUESTOR_KEYRING = 0x7 constant KEY_REQKEY_DEFL_SESSION_KEYRING (line 1755) | KEY_REQKEY_DEFL_SESSION_KEYRING = 0x3 constant KEY_REQKEY_DEFL_THREAD_KEYRING (line 1756) | KEY_REQKEY_DEFL_THREAD_KEYRING = 0x1 constant KEY_REQKEY_DEFL_USER_KEYRING (line 1757) | KEY_REQKEY_DEFL_USER_KEYRING = 0x4 constant KEY_REQKEY_DEFL_USER_SESSION_KEYRING (line 1758) | KEY_REQKEY_DEFL_USER_SESSION_KEYRING = 0x5 constant KEY_SPEC_GROUP_KEYRING (line 1759) | KEY_SPEC_GROUP_KEYRING = -0x6 constant KEY_SPEC_PROCESS_KEYRING (line 1760) | KEY_SPEC_PROCESS_KEYRING = -0x2 constant KEY_SPEC_REQKEY_AUTH_KEY (line 1761) | KEY_SPEC_REQKEY_AUTH_KEY = -0x7 constant KEY_SPEC_REQUESTOR_KEYRING (line 1762) | KEY_SPEC_REQUESTOR_KEYRING = -0x8 constant KEY_SPEC_SESSION_KEYRING (line 1763) | KEY_SPEC_SESSION_KEYRING = -0x3 constant KEY_SPEC_THREAD_KEYRING (line 1764) | KEY_SPEC_THREAD_KEYRING = -0x1 constant KEY_SPEC_USER_KEYRING (line 1765) | KEY_SPEC_USER_KEYRING = -0x4 constant KEY_SPEC_USER_SESSION_KEYRING (line 1766) | KEY_SPEC_USER_SESSION_KEYRING = -0x5 constant LANDLOCK_ACCESS_FS_EXECUTE (line 1767) | LANDLOCK_ACCESS_FS_EXECUTE = 0x1 constant LANDLOCK_ACCESS_FS_MAKE_BLOCK (line 1768) | LANDLOCK_ACCESS_FS_MAKE_BLOCK = 0x800 constant LANDLOCK_ACCESS_FS_MAKE_CHAR (line 1769) | LANDLOCK_ACCESS_FS_MAKE_CHAR = 0x40 constant LANDLOCK_ACCESS_FS_MAKE_DIR (line 1770) | LANDLOCK_ACCESS_FS_MAKE_DIR = 0x80 constant LANDLOCK_ACCESS_FS_MAKE_FIFO (line 1771) | LANDLOCK_ACCESS_FS_MAKE_FIFO = 0x400 constant LANDLOCK_ACCESS_FS_MAKE_REG (line 1772) | LANDLOCK_ACCESS_FS_MAKE_REG = 0x100 constant LANDLOCK_ACCESS_FS_MAKE_SOCK (line 1773) | LANDLOCK_ACCESS_FS_MAKE_SOCK = 0x200 constant LANDLOCK_ACCESS_FS_MAKE_SYM (line 1774) | LANDLOCK_ACCESS_FS_MAKE_SYM = 0x1000 constant LANDLOCK_ACCESS_FS_READ_DIR (line 1775) | LANDLOCK_ACCESS_FS_READ_DIR = 0x8 constant LANDLOCK_ACCESS_FS_READ_FILE (line 1776) | LANDLOCK_ACCESS_FS_READ_FILE = 0x4 constant LANDLOCK_ACCESS_FS_REFER (line 1777) | LANDLOCK_ACCESS_FS_REFER = 0x2000 constant LANDLOCK_ACCESS_FS_REMOVE_DIR (line 1778) | LANDLOCK_ACCESS_FS_REMOVE_DIR = 0x10 constant LANDLOCK_ACCESS_FS_REMOVE_FILE (line 1779) | LANDLOCK_ACCESS_FS_REMOVE_FILE = 0x20 constant LANDLOCK_ACCESS_FS_TRUNCATE (line 1780) | LANDLOCK_ACCESS_FS_TRUNCATE = 0x4000 constant LANDLOCK_ACCESS_FS_WRITE_FILE (line 1781) | LANDLOCK_ACCESS_FS_WRITE_FILE = 0x2 constant LANDLOCK_CREATE_RULESET_VERSION (line 1782) | LANDLOCK_CREATE_RULESET_VERSION = 0x1 constant LINUX_REBOOT_CMD_CAD_OFF (line 1783) | LINUX_REBOOT_CMD_CAD_OFF = 0x0 constant LINUX_REBOOT_CMD_CAD_ON (line 1784) | LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef constant LINUX_REBOOT_CMD_HALT (line 1785) | LINUX_REBOOT_CMD_HALT = 0xcdef0123 constant LINUX_REBOOT_CMD_KEXEC (line 1786) | LINUX_REBOOT_CMD_KEXEC = 0x45584543 constant LINUX_REBOOT_CMD_POWER_OFF (line 1787) | LINUX_REBOOT_CMD_POWER_OFF = 0x4321fedc constant LINUX_REBOOT_CMD_RESTART (line 1788) | LINUX_REBOOT_CMD_RESTART = 0x1234567 constant LINUX_REBOOT_CMD_RESTART2 (line 1789) | LINUX_REBOOT_CMD_RESTART2 = 0xa1b2c3d4 constant LINUX_REBOOT_CMD_SW_SUSPEND (line 1790) | LINUX_REBOOT_CMD_SW_SUSPEND = 0xd000fce2 constant LINUX_REBOOT_MAGIC1 (line 1791) | LINUX_REBOOT_MAGIC1 = 0xfee1dead constant LINUX_REBOOT_MAGIC2 (line 1792) | LINUX_REBOOT_MAGIC2 = 0x28121969 constant LOCK_EX (line 1793) | LOCK_EX = 0x2 constant LOCK_NB (line 1794) | LOCK_NB = 0x4 constant LOCK_SH (line 1795) | LOCK_SH = 0x1 constant LOCK_UN (line 1796) | LOCK_UN = 0x8 constant LOOP_CLR_FD (line 1797) | LOOP_CLR_FD = 0x4c01 constant LOOP_CTL_ADD (line 1798) | LOOP_CTL_ADD = 0x4c80 constant LOOP_CTL_GET_FREE (line 1799) | LOOP_CTL_GET_FREE = 0x4c82 constant LOOP_CTL_REMOVE (line 1800) | LOOP_CTL_REMOVE = 0x4c81 constant LOOP_GET_STATUS (line 1801) | LOOP_GET_STATUS = 0x4c03 constant LOOP_GET_STATUS64 (line 1802) | LOOP_GET_STATUS64 = 0x4c05 constant LOOP_SET_BLOCK_SIZE (line 1803) | LOOP_SET_BLOCK_SIZE = 0x4c09 constant LOOP_SET_CAPACITY (line 1804) | LOOP_SET_CAPACITY = 0x4c07 constant LOOP_SET_DIRECT_IO (line 1805) | LOOP_SET_DIRECT_IO = 0x4c08 constant LOOP_SET_FD (line 1806) | LOOP_SET_FD = 0x4c00 constant LOOP_SET_STATUS (line 1807) | LOOP_SET_STATUS = 0x4c02 constant LOOP_SET_STATUS64 (line 1808) | LOOP_SET_STATUS64 = 0x4c04 constant LOOP_SET_STATUS_CLEARABLE_FLAGS (line 1809) | LOOP_SET_STATUS_CLEARABLE_FLAGS = 0x4 constant LOOP_SET_STATUS_SETTABLE_FLAGS (line 1810) | LOOP_SET_STATUS_SETTABLE_FLAGS = 0xc constant LO_KEY_SIZE (line 1811) | LO_KEY_SIZE = 0x20 constant LO_NAME_SIZE (line 1812) | LO_NAME_SIZE = 0x40 constant LWTUNNEL_IP6_MAX (line 1813) | LWTUNNEL_IP6_MAX = 0x8 constant LWTUNNEL_IP_MAX (line 1814) | LWTUNNEL_IP_MAX = 0x8 constant LWTUNNEL_IP_OPTS_MAX (line 1815) | LWTUNNEL_IP_OPTS_MAX = 0x3 constant LWTUNNEL_IP_OPT_ERSPAN_MAX (line 1816) | LWTUNNEL_IP_OPT_ERSPAN_MAX = 0x4 constant LWTUNNEL_IP_OPT_GENEVE_MAX (line 1817) | LWTUNNEL_IP_OPT_GENEVE_MAX = 0x3 constant LWTUNNEL_IP_OPT_VXLAN_MAX (line 1818) | LWTUNNEL_IP_OPT_VXLAN_MAX = 0x1 constant MADV_COLD (line 1819) | MADV_COLD = 0x14 constant MADV_COLLAPSE (line 1820) | MADV_COLLAPSE = 0x19 constant MADV_DODUMP (line 1821) | MADV_DODUMP = 0x11 constant MADV_DOFORK (line 1822) | MADV_DOFORK = 0xb constant MADV_DONTDUMP (line 1823) | MADV_DONTDUMP = 0x10 constant MADV_DONTFORK (line 1824) | MADV_DONTFORK = 0xa constant MADV_DONTNEED (line 1825) | MADV_DONTNEED = 0x4 constant MADV_DONTNEED_LOCKED (line 1826) | MADV_DONTNEED_LOCKED = 0x18 constant MADV_FREE (line 1827) | MADV_FREE = 0x8 constant MADV_HUGEPAGE (line 1828) | MADV_HUGEPAGE = 0xe constant MADV_HWPOISON (line 1829) | MADV_HWPOISON = 0x64 constant MADV_KEEPONFORK (line 1830) | MADV_KEEPONFORK = 0x13 constant MADV_MERGEABLE (line 1831) | MADV_MERGEABLE = 0xc constant MADV_NOHUGEPAGE (line 1832) | MADV_NOHUGEPAGE = 0xf constant MADV_NORMAL (line 1833) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 1834) | MADV_PAGEOUT = 0x15 constant MADV_POPULATE_READ (line 1835) | MADV_POPULATE_READ = 0x16 constant MADV_POPULATE_WRITE (line 1836) | MADV_POPULATE_WRITE = 0x17 constant MADV_RANDOM (line 1837) | MADV_RANDOM = 0x1 constant MADV_REMOVE (line 1838) | MADV_REMOVE = 0x9 constant MADV_SEQUENTIAL (line 1839) | MADV_SEQUENTIAL = 0x2 constant MADV_UNMERGEABLE (line 1840) | MADV_UNMERGEABLE = 0xd constant MADV_WILLNEED (line 1841) | MADV_WILLNEED = 0x3 constant MADV_WIPEONFORK (line 1842) | MADV_WIPEONFORK = 0x12 constant MAP_FILE (line 1843) | MAP_FILE = 0x0 constant MAP_FIXED (line 1844) | MAP_FIXED = 0x10 constant MAP_FIXED_NOREPLACE (line 1845) | MAP_FIXED_NOREPLACE = 0x100000 constant MAP_HUGE_MASK (line 1846) | MAP_HUGE_MASK = 0x3f constant MAP_HUGE_SHIFT (line 1847) | MAP_HUGE_SHIFT = 0x1a constant MAP_PRIVATE (line 1848) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 1849) | MAP_SHARED = 0x1 constant MAP_SHARED_VALIDATE (line 1850) | MAP_SHARED_VALIDATE = 0x3 constant MAP_TYPE (line 1851) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 1852) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 1853) | MCAST_EXCLUDE = 0x0 constant MCAST_INCLUDE (line 1854) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1855) | MCAST_JOIN_GROUP = 0x2a constant MCAST_JOIN_SOURCE_GROUP (line 1856) | MCAST_JOIN_SOURCE_GROUP = 0x2e constant MCAST_LEAVE_GROUP (line 1857) | MCAST_LEAVE_GROUP = 0x2d constant MCAST_LEAVE_SOURCE_GROUP (line 1858) | MCAST_LEAVE_SOURCE_GROUP = 0x2f constant MCAST_MSFILTER (line 1859) | MCAST_MSFILTER = 0x30 constant MCAST_UNBLOCK_SOURCE (line 1860) | MCAST_UNBLOCK_SOURCE = 0x2c constant MEMGETREGIONINFO (line 1861) | MEMGETREGIONINFO = 0xc0104d08 constant MEMREADOOB64 (line 1862) | MEMREADOOB64 = 0xc0184d16 constant MEMWRITE (line 1863) | MEMWRITE = 0xc0304d18 constant MEMWRITEOOB64 (line 1864) | MEMWRITEOOB64 = 0xc0184d15 constant MFD_ALLOW_SEALING (line 1865) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1866) | MFD_CLOEXEC = 0x1 constant MFD_EXEC (line 1867) | MFD_EXEC = 0x10 constant MFD_HUGETLB (line 1868) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1869) | MFD_HUGE_16GB = 0x88000000 constant MFD_HUGE_16MB (line 1870) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1871) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1872) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1873) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1874) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1875) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1876) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1877) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1878) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1879) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1880) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1881) | MFD_HUGE_MASK = 0x3f constant MFD_HUGE_SHIFT (line 1882) | MFD_HUGE_SHIFT = 0x1a constant MFD_NOEXEC_SEAL (line 1883) | MFD_NOEXEC_SEAL = 0x8 constant MINIX2_SUPER_MAGIC (line 1884) | MINIX2_SUPER_MAGIC = 0x2468 constant MINIX2_SUPER_MAGIC2 (line 1885) | MINIX2_SUPER_MAGIC2 = 0x2478 constant MINIX3_SUPER_MAGIC (line 1886) | MINIX3_SUPER_MAGIC = 0x4d5a constant MINIX_SUPER_MAGIC (line 1887) | MINIX_SUPER_MAGIC = 0x137f constant MINIX_SUPER_MAGIC2 (line 1888) | MINIX_SUPER_MAGIC2 = 0x138f constant MNT_DETACH (line 1889) | MNT_DETACH = 0x2 constant MNT_EXPIRE (line 1890) | MNT_EXPIRE = 0x4 constant MNT_FORCE (line 1891) | MNT_FORCE = 0x1 constant MODULE_INIT_COMPRESSED_FILE (line 1892) | MODULE_INIT_COMPRESSED_FILE = 0x4 constant MODULE_INIT_IGNORE_MODVERSIONS (line 1893) | MODULE_INIT_IGNORE_MODVERSIONS = 0x1 constant MODULE_INIT_IGNORE_VERMAGIC (line 1894) | MODULE_INIT_IGNORE_VERMAGIC = 0x2 constant MOUNT_ATTR_IDMAP (line 1895) | MOUNT_ATTR_IDMAP = 0x100000 constant MOUNT_ATTR_NOATIME (line 1896) | MOUNT_ATTR_NOATIME = 0x10 constant MOUNT_ATTR_NODEV (line 1897) | MOUNT_ATTR_NODEV = 0x4 constant MOUNT_ATTR_NODIRATIME (line 1898) | MOUNT_ATTR_NODIRATIME = 0x80 constant MOUNT_ATTR_NOEXEC (line 1899) | MOUNT_ATTR_NOEXEC = 0x8 constant MOUNT_ATTR_NOSUID (line 1900) | MOUNT_ATTR_NOSUID = 0x2 constant MOUNT_ATTR_NOSYMFOLLOW (line 1901) | MOUNT_ATTR_NOSYMFOLLOW = 0x200000 constant MOUNT_ATTR_RDONLY (line 1902) | MOUNT_ATTR_RDONLY = 0x1 constant MOUNT_ATTR_RELATIME (line 1903) | MOUNT_ATTR_RELATIME = 0x0 constant MOUNT_ATTR_SIZE_VER0 (line 1904) | MOUNT_ATTR_SIZE_VER0 = 0x20 constant MOUNT_ATTR_STRICTATIME (line 1905) | MOUNT_ATTR_STRICTATIME = 0x20 constant MOUNT_ATTR__ATIME (line 1906) | MOUNT_ATTR__ATIME = 0x70 constant MREMAP_DONTUNMAP (line 1907) | MREMAP_DONTUNMAP = 0x4 constant MREMAP_FIXED (line 1908) | MREMAP_FIXED = 0x2 constant MREMAP_MAYMOVE (line 1909) | MREMAP_MAYMOVE = 0x1 constant MSDOS_SUPER_MAGIC (line 1910) | MSDOS_SUPER_MAGIC = 0x4d44 constant MSG_BATCH (line 1911) | MSG_BATCH = 0x40000 constant MSG_CMSG_CLOEXEC (line 1912) | MSG_CMSG_CLOEXEC = 0x40000000 constant MSG_CONFIRM (line 1913) | MSG_CONFIRM = 0x800 constant MSG_CTRUNC (line 1914) | MSG_CTRUNC = 0x8 constant MSG_DONTROUTE (line 1915) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1916) | MSG_DONTWAIT = 0x40 constant MSG_EOR (line 1917) | MSG_EOR = 0x80 constant MSG_ERRQUEUE (line 1918) | MSG_ERRQUEUE = 0x2000 constant MSG_FASTOPEN (line 1919) | MSG_FASTOPEN = 0x20000000 constant MSG_FIN (line 1920) | MSG_FIN = 0x200 constant MSG_MORE (line 1921) | MSG_MORE = 0x8000 constant MSG_NOSIGNAL (line 1922) | MSG_NOSIGNAL = 0x4000 constant MSG_OOB (line 1923) | MSG_OOB = 0x1 constant MSG_PEEK (line 1924) | MSG_PEEK = 0x2 constant MSG_PROXY (line 1925) | MSG_PROXY = 0x10 constant MSG_RST (line 1926) | MSG_RST = 0x1000 constant MSG_SYN (line 1927) | MSG_SYN = 0x400 constant MSG_TRUNC (line 1928) | MSG_TRUNC = 0x20 constant MSG_TRYHARD (line 1929) | MSG_TRYHARD = 0x4 constant MSG_WAITALL (line 1930) | MSG_WAITALL = 0x100 constant MSG_WAITFORONE (line 1931) | MSG_WAITFORONE = 0x10000 constant MSG_ZEROCOPY (line 1932) | MSG_ZEROCOPY = 0x4000000 constant MS_ACTIVE (line 1933) | MS_ACTIVE = 0x40000000 constant MS_ASYNC (line 1934) | MS_ASYNC = 0x1 constant MS_BIND (line 1935) | MS_BIND = 0x1000 constant MS_BORN (line 1936) | MS_BORN = 0x20000000 constant MS_DIRSYNC (line 1937) | MS_DIRSYNC = 0x80 constant MS_INVALIDATE (line 1938) | MS_INVALIDATE = 0x2 constant MS_I_VERSION (line 1939) | MS_I_VERSION = 0x800000 constant MS_KERNMOUNT (line 1940) | MS_KERNMOUNT = 0x400000 constant MS_LAZYTIME (line 1941) | MS_LAZYTIME = 0x2000000 constant MS_MANDLOCK (line 1942) | MS_MANDLOCK = 0x40 constant MS_MGC_MSK (line 1943) | MS_MGC_MSK = 0xffff0000 constant MS_MGC_VAL (line 1944) | MS_MGC_VAL = 0xc0ed0000 constant MS_MOVE (line 1945) | MS_MOVE = 0x2000 constant MS_NOATIME (line 1946) | MS_NOATIME = 0x400 constant MS_NODEV (line 1947) | MS_NODEV = 0x4 constant MS_NODIRATIME (line 1948) | MS_NODIRATIME = 0x800 constant MS_NOEXEC (line 1949) | MS_NOEXEC = 0x8 constant MS_NOREMOTELOCK (line 1950) | MS_NOREMOTELOCK = 0x8000000 constant MS_NOSEC (line 1951) | MS_NOSEC = 0x10000000 constant MS_NOSUID (line 1952) | MS_NOSUID = 0x2 constant MS_NOSYMFOLLOW (line 1953) | MS_NOSYMFOLLOW = 0x100 constant MS_NOUSER (line 1954) | MS_NOUSER = -0x80000000 constant MS_POSIXACL (line 1955) | MS_POSIXACL = 0x10000 constant MS_PRIVATE (line 1956) | MS_PRIVATE = 0x40000 constant MS_RDONLY (line 1957) | MS_RDONLY = 0x1 constant MS_REC (line 1958) | MS_REC = 0x4000 constant MS_RELATIME (line 1959) | MS_RELATIME = 0x200000 constant MS_REMOUNT (line 1960) | MS_REMOUNT = 0x20 constant MS_RMT_MASK (line 1961) | MS_RMT_MASK = 0x2800051 constant MS_SHARED (line 1962) | MS_SHARED = 0x100000 constant MS_SILENT (line 1963) | MS_SILENT = 0x8000 constant MS_SLAVE (line 1964) | MS_SLAVE = 0x80000 constant MS_STRICTATIME (line 1965) | MS_STRICTATIME = 0x1000000 constant MS_SUBMOUNT (line 1966) | MS_SUBMOUNT = 0x4000000 constant MS_SYNC (line 1967) | MS_SYNC = 0x4 constant MS_SYNCHRONOUS (line 1968) | MS_SYNCHRONOUS = 0x10 constant MS_UNBINDABLE (line 1969) | MS_UNBINDABLE = 0x20000 constant MS_VERBOSE (line 1970) | MS_VERBOSE = 0x8000 constant MTD_ABSENT (line 1971) | MTD_ABSENT = 0x0 constant MTD_BIT_WRITEABLE (line 1972) | MTD_BIT_WRITEABLE = 0x800 constant MTD_CAP_NANDFLASH (line 1973) | MTD_CAP_NANDFLASH = 0x400 constant MTD_CAP_NORFLASH (line 1974) | MTD_CAP_NORFLASH = 0xc00 constant MTD_CAP_NVRAM (line 1975) | MTD_CAP_NVRAM = 0x1c00 constant MTD_CAP_RAM (line 1976) | MTD_CAP_RAM = 0x1c00 constant MTD_CAP_ROM (line 1977) | MTD_CAP_ROM = 0x0 constant MTD_DATAFLASH (line 1978) | MTD_DATAFLASH = 0x6 constant MTD_INODE_FS_MAGIC (line 1979) | MTD_INODE_FS_MAGIC = 0x11307854 constant MTD_MAX_ECCPOS_ENTRIES (line 1980) | MTD_MAX_ECCPOS_ENTRIES = 0x40 constant MTD_MAX_OOBFREE_ENTRIES (line 1981) | MTD_MAX_OOBFREE_ENTRIES = 0x8 constant MTD_MLCNANDFLASH (line 1982) | MTD_MLCNANDFLASH = 0x8 constant MTD_NANDECC_AUTOPLACE (line 1983) | MTD_NANDECC_AUTOPLACE = 0x2 constant MTD_NANDECC_AUTOPL_USR (line 1984) | MTD_NANDECC_AUTOPL_USR = 0x4 constant MTD_NANDECC_OFF (line 1985) | MTD_NANDECC_OFF = 0x0 constant MTD_NANDECC_PLACE (line 1986) | MTD_NANDECC_PLACE = 0x1 constant MTD_NANDECC_PLACEONLY (line 1987) | MTD_NANDECC_PLACEONLY = 0x3 constant MTD_NANDFLASH (line 1988) | MTD_NANDFLASH = 0x4 constant MTD_NORFLASH (line 1989) | MTD_NORFLASH = 0x3 constant MTD_NO_ERASE (line 1990) | MTD_NO_ERASE = 0x1000 constant MTD_OTP_FACTORY (line 1991) | MTD_OTP_FACTORY = 0x1 constant MTD_OTP_OFF (line 1992) | MTD_OTP_OFF = 0x0 constant MTD_OTP_USER (line 1993) | MTD_OTP_USER = 0x2 constant MTD_POWERUP_LOCK (line 1994) | MTD_POWERUP_LOCK = 0x2000 constant MTD_RAM (line 1995) | MTD_RAM = 0x1 constant MTD_ROM (line 1996) | MTD_ROM = 0x2 constant MTD_SLC_ON_MLC_EMULATION (line 1997) | MTD_SLC_ON_MLC_EMULATION = 0x4000 constant MTD_UBIVOLUME (line 1998) | MTD_UBIVOLUME = 0x7 constant MTD_WRITEABLE (line 1999) | MTD_WRITEABLE = 0x400 constant NAME_MAX (line 2000) | NAME_MAX = 0xff constant NCP_SUPER_MAGIC (line 2001) | NCP_SUPER_MAGIC = 0x564c constant NETLINK_ADD_MEMBERSHIP (line 2002) | NETLINK_ADD_MEMBERSHIP = 0x1 constant NETLINK_AUDIT (line 2003) | NETLINK_AUDIT = 0x9 constant NETLINK_BROADCAST_ERROR (line 2004) | NETLINK_BROADCAST_ERROR = 0x4 constant NETLINK_CAP_ACK (line 2005) | NETLINK_CAP_ACK = 0xa constant NETLINK_CONNECTOR (line 2006) | NETLINK_CONNECTOR = 0xb constant NETLINK_CRYPTO (line 2007) | NETLINK_CRYPTO = 0x15 constant NETLINK_DNRTMSG (line 2008) | NETLINK_DNRTMSG = 0xe constant NETLINK_DROP_MEMBERSHIP (line 2009) | NETLINK_DROP_MEMBERSHIP = 0x2 constant NETLINK_ECRYPTFS (line 2010) | NETLINK_ECRYPTFS = 0x13 constant NETLINK_EXT_ACK (line 2011) | NETLINK_EXT_ACK = 0xb constant NETLINK_FIB_LOOKUP (line 2012) | NETLINK_FIB_LOOKUP = 0xa constant NETLINK_FIREWALL (line 2013) | NETLINK_FIREWALL = 0x3 constant NETLINK_GENERIC (line 2014) | NETLINK_GENERIC = 0x10 constant NETLINK_GET_STRICT_CHK (line 2015) | NETLINK_GET_STRICT_CHK = 0xc constant NETLINK_INET_DIAG (line 2016) | NETLINK_INET_DIAG = 0x4 constant NETLINK_IP6_FW (line 2017) | NETLINK_IP6_FW = 0xd constant NETLINK_ISCSI (line 2018) | NETLINK_ISCSI = 0x8 constant NETLINK_KOBJECT_UEVENT (line 2019) | NETLINK_KOBJECT_UEVENT = 0xf constant NETLINK_LISTEN_ALL_NSID (line 2020) | NETLINK_LISTEN_ALL_NSID = 0x8 constant NETLINK_LIST_MEMBERSHIPS (line 2021) | NETLINK_LIST_MEMBERSHIPS = 0x9 constant NETLINK_NETFILTER (line 2022) | NETLINK_NETFILTER = 0xc constant NETLINK_NFLOG (line 2023) | NETLINK_NFLOG = 0x5 constant NETLINK_NO_ENOBUFS (line 2024) | NETLINK_NO_ENOBUFS = 0x5 constant NETLINK_PKTINFO (line 2025) | NETLINK_PKTINFO = 0x3 constant NETLINK_RDMA (line 2026) | NETLINK_RDMA = 0x14 constant NETLINK_ROUTE (line 2027) | NETLINK_ROUTE = 0x0 constant NETLINK_RX_RING (line 2028) | NETLINK_RX_RING = 0x6 constant NETLINK_SCSITRANSPORT (line 2029) | NETLINK_SCSITRANSPORT = 0x12 constant NETLINK_SELINUX (line 2030) | NETLINK_SELINUX = 0x7 constant NETLINK_SMC (line 2031) | NETLINK_SMC = 0x16 constant NETLINK_SOCK_DIAG (line 2032) | NETLINK_SOCK_DIAG = 0x4 constant NETLINK_TX_RING (line 2033) | NETLINK_TX_RING = 0x7 constant NETLINK_UNUSED (line 2034) | NETLINK_UNUSED = 0x1 constant NETLINK_USERSOCK (line 2035) | NETLINK_USERSOCK = 0x2 constant NETLINK_XFRM (line 2036) | NETLINK_XFRM = 0x6 constant NETNSA_MAX (line 2037) | NETNSA_MAX = 0x5 constant NETNSA_NSID_NOT_ASSIGNED (line 2038) | NETNSA_NSID_NOT_ASSIGNED = -0x1 constant NFC_ATR_REQ_GB_MAXSIZE (line 2039) | NFC_ATR_REQ_GB_MAXSIZE = 0x30 constant NFC_ATR_REQ_MAXSIZE (line 2040) | NFC_ATR_REQ_MAXSIZE = 0x40 constant NFC_ATR_RES_GB_MAXSIZE (line 2041) | NFC_ATR_RES_GB_MAXSIZE = 0x2f constant NFC_ATR_RES_MAXSIZE (line 2042) | NFC_ATR_RES_MAXSIZE = 0x40 constant NFC_COMM_ACTIVE (line 2043) | NFC_COMM_ACTIVE = 0x0 constant NFC_COMM_PASSIVE (line 2044) | NFC_COMM_PASSIVE = 0x1 constant NFC_DEVICE_NAME_MAXSIZE (line 2045) | NFC_DEVICE_NAME_MAXSIZE = 0x8 constant NFC_DIRECTION_RX (line 2046) | NFC_DIRECTION_RX = 0x0 constant NFC_DIRECTION_TX (line 2047) | NFC_DIRECTION_TX = 0x1 constant NFC_FIRMWARE_NAME_MAXSIZE (line 2048) | NFC_FIRMWARE_NAME_MAXSIZE = 0x20 constant NFC_GB_MAXSIZE (line 2049) | NFC_GB_MAXSIZE = 0x30 constant NFC_GENL_MCAST_EVENT_NAME (line 2050) | NFC_GENL_MCAST_EVENT_NAME = "events" constant NFC_GENL_NAME (line 2051) | NFC_GENL_NAME = "nfc" constant NFC_GENL_VERSION (line 2052) | NFC_GENL_VERSION = 0x1 constant NFC_HEADER_SIZE (line 2053) | NFC_HEADER_SIZE = 0x1 constant NFC_ISO15693_UID_MAXSIZE (line 2054) | NFC_ISO15693_UID_MAXSIZE = 0x8 constant NFC_LLCP_MAX_SERVICE_NAME (line 2055) | NFC_LLCP_MAX_SERVICE_NAME = 0x3f constant NFC_LLCP_MIUX (line 2056) | NFC_LLCP_MIUX = 0x1 constant NFC_LLCP_REMOTE_LTO (line 2057) | NFC_LLCP_REMOTE_LTO = 0x3 constant NFC_LLCP_REMOTE_MIU (line 2058) | NFC_LLCP_REMOTE_MIU = 0x2 constant NFC_LLCP_REMOTE_RW (line 2059) | NFC_LLCP_REMOTE_RW = 0x4 constant NFC_LLCP_RW (line 2060) | NFC_LLCP_RW = 0x0 constant NFC_NFCID1_MAXSIZE (line 2061) | NFC_NFCID1_MAXSIZE = 0xa constant NFC_NFCID2_MAXSIZE (line 2062) | NFC_NFCID2_MAXSIZE = 0x8 constant NFC_NFCID3_MAXSIZE (line 2063) | NFC_NFCID3_MAXSIZE = 0xa constant NFC_PROTO_FELICA (line 2064) | NFC_PROTO_FELICA = 0x3 constant NFC_PROTO_FELICA_MASK (line 2065) | NFC_PROTO_FELICA_MASK = 0x8 constant NFC_PROTO_ISO14443 (line 2066) | NFC_PROTO_ISO14443 = 0x4 constant NFC_PROTO_ISO14443_B (line 2067) | NFC_PROTO_ISO14443_B = 0x6 constant NFC_PROTO_ISO14443_B_MASK (line 2068) | NFC_PROTO_ISO14443_B_MASK = 0x40 constant NFC_PROTO_ISO14443_MASK (line 2069) | NFC_PROTO_ISO14443_MASK = 0x10 constant NFC_PROTO_ISO15693 (line 2070) | NFC_PROTO_ISO15693 = 0x7 constant NFC_PROTO_ISO15693_MASK (line 2071) | NFC_PROTO_ISO15693_MASK = 0x80 constant NFC_PROTO_JEWEL (line 2072) | NFC_PROTO_JEWEL = 0x1 constant NFC_PROTO_JEWEL_MASK (line 2073) | NFC_PROTO_JEWEL_MASK = 0x2 constant NFC_PROTO_MAX (line 2074) | NFC_PROTO_MAX = 0x8 constant NFC_PROTO_MIFARE (line 2075) | NFC_PROTO_MIFARE = 0x2 constant NFC_PROTO_MIFARE_MASK (line 2076) | NFC_PROTO_MIFARE_MASK = 0x4 constant NFC_PROTO_NFC_DEP (line 2077) | NFC_PROTO_NFC_DEP = 0x5 constant NFC_PROTO_NFC_DEP_MASK (line 2078) | NFC_PROTO_NFC_DEP_MASK = 0x20 constant NFC_RAW_HEADER_SIZE (line 2079) | NFC_RAW_HEADER_SIZE = 0x2 constant NFC_RF_INITIATOR (line 2080) | NFC_RF_INITIATOR = 0x0 constant NFC_RF_NONE (line 2081) | NFC_RF_NONE = 0x2 constant NFC_RF_TARGET (line 2082) | NFC_RF_TARGET = 0x1 constant NFC_SENSB_RES_MAXSIZE (line 2083) | NFC_SENSB_RES_MAXSIZE = 0xc constant NFC_SENSF_RES_MAXSIZE (line 2084) | NFC_SENSF_RES_MAXSIZE = 0x12 constant NFC_SE_DISABLED (line 2085) | NFC_SE_DISABLED = 0x0 constant NFC_SE_EMBEDDED (line 2086) | NFC_SE_EMBEDDED = 0x2 constant NFC_SE_ENABLED (line 2087) | NFC_SE_ENABLED = 0x1 constant NFC_SE_UICC (line 2088) | NFC_SE_UICC = 0x1 constant NFC_SOCKPROTO_LLCP (line 2089) | NFC_SOCKPROTO_LLCP = 0x1 constant NFC_SOCKPROTO_MAX (line 2090) | NFC_SOCKPROTO_MAX = 0x2 constant NFC_SOCKPROTO_RAW (line 2091) | NFC_SOCKPROTO_RAW = 0x0 constant NFNETLINK_V0 (line 2092) | NFNETLINK_V0 = 0x0 constant NFNLGRP_ACCT_QUOTA (line 2093) | NFNLGRP_ACCT_QUOTA = 0x8 constant NFNLGRP_CONNTRACK_DESTROY (line 2094) | NFNLGRP_CONNTRACK_DESTROY = 0x3 constant NFNLGRP_CONNTRACK_EXP_DESTROY (line 2095) | NFNLGRP_CONNTRACK_EXP_DESTROY = 0x6 constant NFNLGRP_CONNTRACK_EXP_NEW (line 2096) | NFNLGRP_CONNTRACK_EXP_NEW = 0x4 constant NFNLGRP_CONNTRACK_EXP_UPDATE (line 2097) | NFNLGRP_CONNTRACK_EXP_UPDATE = 0x5 constant NFNLGRP_CONNTRACK_NEW (line 2098) | NFNLGRP_CONNTRACK_NEW = 0x1 constant NFNLGRP_CONNTRACK_UPDATE (line 2099) | NFNLGRP_CONNTRACK_UPDATE = 0x2 constant NFNLGRP_MAX (line 2100) | NFNLGRP_MAX = 0x9 constant NFNLGRP_NFTABLES (line 2101) | NFNLGRP_NFTABLES = 0x7 constant NFNLGRP_NFTRACE (line 2102) | NFNLGRP_NFTRACE = 0x9 constant NFNLGRP_NONE (line 2103) | NFNLGRP_NONE = 0x0 constant NFNL_BATCH_MAX (line 2104) | NFNL_BATCH_MAX = 0x1 constant NFNL_MSG_BATCH_BEGIN (line 2105) | NFNL_MSG_BATCH_BEGIN = 0x10 constant NFNL_MSG_BATCH_END (line 2106) | NFNL_MSG_BATCH_END = 0x11 constant NFNL_NFA_NEST (line 2107) | NFNL_NFA_NEST = 0x8000 constant NFNL_SUBSYS_ACCT (line 2108) | NFNL_SUBSYS_ACCT = 0x7 constant NFNL_SUBSYS_COUNT (line 2109) | NFNL_SUBSYS_COUNT = 0xd constant NFNL_SUBSYS_CTHELPER (line 2110) | NFNL_SUBSYS_CTHELPER = 0x9 constant NFNL_SUBSYS_CTNETLINK (line 2111) | NFNL_SUBSYS_CTNETLINK = 0x1 constant NFNL_SUBSYS_CTNETLINK_EXP (line 2112) | NFNL_SUBSYS_CTNETLINK_EXP = 0x2 constant NFNL_SUBSYS_CTNETLINK_TIMEOUT (line 2113) | NFNL_SUBSYS_CTNETLINK_TIMEOUT = 0x8 constant NFNL_SUBSYS_HOOK (line 2114) | NFNL_SUBSYS_HOOK = 0xc constant NFNL_SUBSYS_IPSET (line 2115) | NFNL_SUBSYS_IPSET = 0x6 constant NFNL_SUBSYS_NFTABLES (line 2116) | NFNL_SUBSYS_NFTABLES = 0xa constant NFNL_SUBSYS_NFT_COMPAT (line 2117) | NFNL_SUBSYS_NFT_COMPAT = 0xb constant NFNL_SUBSYS_NONE (line 2118) | NFNL_SUBSYS_NONE = 0x0 constant NFNL_SUBSYS_OSF (line 2119) | NFNL_SUBSYS_OSF = 0x5 constant NFNL_SUBSYS_QUEUE (line 2120) | NFNL_SUBSYS_QUEUE = 0x3 constant NFNL_SUBSYS_ULOG (line 2121) | NFNL_SUBSYS_ULOG = 0x4 constant NFS_SUPER_MAGIC (line 2122) | NFS_SUPER_MAGIC = 0x6969 constant NILFS_SUPER_MAGIC (line 2123) | NILFS_SUPER_MAGIC = 0x3434 constant NL0 (line 2124) | NL0 = 0x0 constant NL1 (line 2125) | NL1 = 0x100 constant NLA_ALIGNTO (line 2126) | NLA_ALIGNTO = 0x4 constant NLA_F_NESTED (line 2127) | NLA_F_NESTED = 0x8000 constant NLA_F_NET_BYTEORDER (line 2128) | NLA_F_NET_BYTEORDER = 0x4000 constant NLA_HDRLEN (line 2129) | NLA_HDRLEN = 0x4 constant NLMSG_ALIGNTO (line 2130) | NLMSG_ALIGNTO = 0x4 constant NLMSG_DONE (line 2131) | NLMSG_DONE = 0x3 constant NLMSG_ERROR (line 2132) | NLMSG_ERROR = 0x2 constant NLMSG_HDRLEN (line 2133) | NLMSG_HDRLEN = 0x10 constant NLMSG_MIN_TYPE (line 2134) | NLMSG_MIN_TYPE = 0x10 constant NLMSG_NOOP (line 2135) | NLMSG_NOOP = 0x1 constant NLMSG_OVERRUN (line 2136) | NLMSG_OVERRUN = 0x4 constant NLM_F_ACK (line 2137) | NLM_F_ACK = 0x4 constant NLM_F_ACK_TLVS (line 2138) | NLM_F_ACK_TLVS = 0x200 constant NLM_F_APPEND (line 2139) | NLM_F_APPEND = 0x800 constant NLM_F_ATOMIC (line 2140) | NLM_F_ATOMIC = 0x400 constant NLM_F_BULK (line 2141) | NLM_F_BULK = 0x200 constant NLM_F_CAPPED (line 2142) | NLM_F_CAPPED = 0x100 constant NLM_F_CREATE (line 2143) | NLM_F_CREATE = 0x400 constant NLM_F_DUMP (line 2144) | NLM_F_DUMP = 0x300 constant NLM_F_DUMP_FILTERED (line 2145) | NLM_F_DUMP_FILTERED = 0x20 constant NLM_F_DUMP_INTR (line 2146) | NLM_F_DUMP_INTR = 0x10 constant NLM_F_ECHO (line 2147) | NLM_F_ECHO = 0x8 constant NLM_F_EXCL (line 2148) | NLM_F_EXCL = 0x200 constant NLM_F_MATCH (line 2149) | NLM_F_MATCH = 0x200 constant NLM_F_MULTI (line 2150) | NLM_F_MULTI = 0x2 constant NLM_F_NONREC (line 2151) | NLM_F_NONREC = 0x100 constant NLM_F_REPLACE (line 2152) | NLM_F_REPLACE = 0x100 constant NLM_F_REQUEST (line 2153) | NLM_F_REQUEST = 0x1 constant NLM_F_ROOT (line 2154) | NLM_F_ROOT = 0x100 constant NSFS_MAGIC (line 2155) | NSFS_MAGIC = 0x6e736673 constant OCFS2_SUPER_MAGIC (line 2156) | OCFS2_SUPER_MAGIC = 0x7461636f constant OCRNL (line 2157) | OCRNL = 0x8 constant OFDEL (line 2158) | OFDEL = 0x80 constant OFILL (line 2159) | OFILL = 0x40 constant ONLRET (line 2160) | ONLRET = 0x20 constant ONOCR (line 2161) | ONOCR = 0x10 constant OPENPROM_SUPER_MAGIC (line 2162) | OPENPROM_SUPER_MAGIC = 0x9fa1 constant OPOST (line 2163) | OPOST = 0x1 constant OVERLAYFS_SUPER_MAGIC (line 2164) | OVERLAYFS_SUPER_MAGIC = 0x794c7630 constant O_ACCMODE (line 2165) | O_ACCMODE = 0x3 constant O_RDONLY (line 2166) | O_RDONLY = 0x0 constant O_RDWR (line 2167) | O_RDWR = 0x2 constant O_WRONLY (line 2168) | O_WRONLY = 0x1 constant PACKET_ADD_MEMBERSHIP (line 2169) | PACKET_ADD_MEMBERSHIP = 0x1 constant PACKET_AUXDATA (line 2170) | PACKET_AUXDATA = 0x8 constant PACKET_BROADCAST (line 2171) | PACKET_BROADCAST = 0x1 constant PACKET_COPY_THRESH (line 2172) | PACKET_COPY_THRESH = 0x7 constant PACKET_DROP_MEMBERSHIP (line 2173) | PACKET_DROP_MEMBERSHIP = 0x2 constant PACKET_FANOUT (line 2174) | PACKET_FANOUT = 0x12 constant PACKET_FANOUT_CBPF (line 2175) | PACKET_FANOUT_CBPF = 0x6 constant PACKET_FANOUT_CPU (line 2176) | PACKET_FANOUT_CPU = 0x2 constant PACKET_FANOUT_DATA (line 2177) | PACKET_FANOUT_DATA = 0x16 constant PACKET_FANOUT_EBPF (line 2178) | PACKET_FANOUT_EBPF = 0x7 constant PACKET_FANOUT_FLAG_DEFRAG (line 2179) | PACKET_FANOUT_FLAG_DEFRAG = 0x8000 constant PACKET_FANOUT_FLAG_IGNORE_OUTGOING (line 2180) | PACKET_FANOUT_FLAG_IGNORE_OUTGOING = 0x4000 constant PACKET_FANOUT_FLAG_ROLLOVER (line 2181) | PACKET_FANOUT_FLAG_ROLLOVER = 0x1000 constant PACKET_FANOUT_FLAG_UNIQUEID (line 2182) | PACKET_FANOUT_FLAG_UNIQUEID = 0x2000 constant PACKET_FANOUT_HASH (line 2183) | PACKET_FANOUT_HASH = 0x0 constant PACKET_FANOUT_LB (line 2184) | PACKET_FANOUT_LB = 0x1 constant PACKET_FANOUT_QM (line 2185) | PACKET_FANOUT_QM = 0x5 constant PACKET_FANOUT_RND (line 2186) | PACKET_FANOUT_RND = 0x4 constant PACKET_FANOUT_ROLLOVER (line 2187) | PACKET_FANOUT_ROLLOVER = 0x3 constant PACKET_FASTROUTE (line 2188) | PACKET_FASTROUTE = 0x6 constant PACKET_HDRLEN (line 2189) | PACKET_HDRLEN = 0xb constant PACKET_HOST (line 2190) | PACKET_HOST = 0x0 constant PACKET_IGNORE_OUTGOING (line 2191) | PACKET_IGNORE_OUTGOING = 0x17 constant PACKET_KERNEL (line 2192) | PACKET_KERNEL = 0x7 constant PACKET_LOOPBACK (line 2193) | PACKET_LOOPBACK = 0x5 constant PACKET_LOSS (line 2194) | PACKET_LOSS = 0xe constant PACKET_MR_ALLMULTI (line 2195) | PACKET_MR_ALLMULTI = 0x2 constant PACKET_MR_MULTICAST (line 2196) | PACKET_MR_MULTICAST = 0x0 constant PACKET_MR_PROMISC (line 2197) | PACKET_MR_PROMISC = 0x1 constant PACKET_MR_UNICAST (line 2198) | PACKET_MR_UNICAST = 0x3 constant PACKET_MULTICAST (line 2199) | PACKET_MULTICAST = 0x2 constant PACKET_ORIGDEV (line 2200) | PACKET_ORIGDEV = 0x9 constant PACKET_OTHERHOST (line 2201) | PACKET_OTHERHOST = 0x3 constant PACKET_OUTGOING (line 2202) | PACKET_OUTGOING = 0x4 constant PACKET_QDISC_BYPASS (line 2203) | PACKET_QDISC_BYPASS = 0x14 constant PACKET_RECV_OUTPUT (line 2204) | PACKET_RECV_OUTPUT = 0x3 constant PACKET_RESERVE (line 2205) | PACKET_RESERVE = 0xc constant PACKET_ROLLOVER_STATS (line 2206) | PACKET_ROLLOVER_STATS = 0x15 constant PACKET_RX_RING (line 2207) | PACKET_RX_RING = 0x5 constant PACKET_STATISTICS (line 2208) | PACKET_STATISTICS = 0x6 constant PACKET_TIMESTAMP (line 2209) | PACKET_TIMESTAMP = 0x11 constant PACKET_TX_HAS_OFF (line 2210) | PACKET_TX_HAS_OFF = 0x13 constant PACKET_TX_RING (line 2211) | PACKET_TX_RING = 0xd constant PACKET_TX_TIMESTAMP (line 2212) | PACKET_TX_TIMESTAMP = 0x10 constant PACKET_USER (line 2213) | PACKET_USER = 0x6 constant PACKET_VERSION (line 2214) | PACKET_VERSION = 0xa constant PACKET_VNET_HDR (line 2215) | PACKET_VNET_HDR = 0xf constant PACKET_VNET_HDR_SZ (line 2216) | PACKET_VNET_HDR_SZ = 0x18 constant PARITY_CRC16_PR0 (line 2217) | PARITY_CRC16_PR0 = 0x2 constant PARITY_CRC16_PR0_CCITT (line 2218) | PARITY_CRC16_PR0_CCITT = 0x4 constant PARITY_CRC16_PR1 (line 2219) | PARITY_CRC16_PR1 = 0x3 constant PARITY_CRC16_PR1_CCITT (line 2220) | PARITY_CRC16_PR1_CCITT = 0x5 constant PARITY_CRC32_PR0_CCITT (line 2221) | PARITY_CRC32_PR0_CCITT = 0x6 constant PARITY_CRC32_PR1_CCITT (line 2222) | PARITY_CRC32_PR1_CCITT = 0x7 constant PARITY_DEFAULT (line 2223) | PARITY_DEFAULT = 0x0 constant PARITY_NONE (line 2224) | PARITY_NONE = 0x1 constant PARMRK (line 2225) | PARMRK = 0x8 constant PERF_ATTR_SIZE_VER0 (line 2226) | PERF_ATTR_SIZE_VER0 = 0x40 constant PERF_ATTR_SIZE_VER1 (line 2227) | PERF_ATTR_SIZE_VER1 = 0x48 constant PERF_ATTR_SIZE_VER2 (line 2228) | PERF_ATTR_SIZE_VER2 = 0x50 constant PERF_ATTR_SIZE_VER3 (line 2229) | PERF_ATTR_SIZE_VER3 = 0x60 constant PERF_ATTR_SIZE_VER4 (line 2230) | PERF_ATTR_SIZE_VER4 = 0x68 constant PERF_ATTR_SIZE_VER5 (line 2231) | PERF_ATTR_SIZE_VER5 = 0x70 constant PERF_ATTR_SIZE_VER6 (line 2232) | PERF_ATTR_SIZE_VER6 = 0x78 constant PERF_ATTR_SIZE_VER7 (line 2233) | PERF_ATTR_SIZE_VER7 = 0x80 constant PERF_ATTR_SIZE_VER8 (line 2234) | PERF_ATTR_SIZE_VER8 = 0x88 constant PERF_AUX_FLAG_COLLISION (line 2235) | PERF_AUX_FLAG_COLLISION = 0x8 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT (line 2236) | PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT = 0x0 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW (line 2237) | PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW = 0x100 constant PERF_AUX_FLAG_OVERWRITE (line 2238) | PERF_AUX_FLAG_OVERWRITE = 0x2 constant PERF_AUX_FLAG_PARTIAL (line 2239) | PERF_AUX_FLAG_PARTIAL = 0x4 constant PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK (line 2240) | PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK = 0xff00 constant PERF_AUX_FLAG_TRUNCATED (line 2241) | PERF_AUX_FLAG_TRUNCATED = 0x1 constant PERF_BR_ARM64_DEBUG_DATA (line 2242) | PERF_BR_ARM64_DEBUG_DATA = 0x7 constant PERF_BR_ARM64_DEBUG_EXIT (line 2243) | PERF_BR_ARM64_DEBUG_EXIT = 0x5 constant PERF_BR_ARM64_DEBUG_HALT (line 2244) | PERF_BR_ARM64_DEBUG_HALT = 0x4 constant PERF_BR_ARM64_DEBUG_INST (line 2245) | PERF_BR_ARM64_DEBUG_INST = 0x6 constant PERF_BR_ARM64_FIQ (line 2246) | PERF_BR_ARM64_FIQ = 0x3 constant PERF_FLAG_FD_CLOEXEC (line 2247) | PERF_FLAG_FD_CLOEXEC = 0x8 constant PERF_FLAG_FD_NO_GROUP (line 2248) | PERF_FLAG_FD_NO_GROUP = 0x1 constant PERF_FLAG_FD_OUTPUT (line 2249) | PERF_FLAG_FD_OUTPUT = 0x2 constant PERF_FLAG_PID_CGROUP (line 2250) | PERF_FLAG_PID_CGROUP = 0x4 constant PERF_HW_EVENT_MASK (line 2251) | PERF_HW_EVENT_MASK = 0xffffffff constant PERF_MAX_CONTEXTS_PER_STACK (line 2252) | PERF_MAX_CONTEXTS_PER_STACK = 0x8 constant PERF_MAX_STACK_DEPTH (line 2253) | PERF_MAX_STACK_DEPTH = 0x7f constant PERF_MEM_BLK_ADDR (line 2254) | PERF_MEM_BLK_ADDR = 0x4 constant PERF_MEM_BLK_DATA (line 2255) | PERF_MEM_BLK_DATA = 0x2 constant PERF_MEM_BLK_NA (line 2256) | PERF_MEM_BLK_NA = 0x1 constant PERF_MEM_BLK_SHIFT (line 2257) | PERF_MEM_BLK_SHIFT = 0x28 constant PERF_MEM_HOPS_0 (line 2258) | PERF_MEM_HOPS_0 = 0x1 constant PERF_MEM_HOPS_1 (line 2259) | PERF_MEM_HOPS_1 = 0x2 constant PERF_MEM_HOPS_2 (line 2260) | PERF_MEM_HOPS_2 = 0x3 constant PERF_MEM_HOPS_3 (line 2261) | PERF_MEM_HOPS_3 = 0x4 constant PERF_MEM_HOPS_SHIFT (line 2262) | PERF_MEM_HOPS_SHIFT = 0x2b constant PERF_MEM_LOCK_LOCKED (line 2263) | PERF_MEM_LOCK_LOCKED = 0x2 constant PERF_MEM_LOCK_NA (line 2264) | PERF_MEM_LOCK_NA = 0x1 constant PERF_MEM_LOCK_SHIFT (line 2265) | PERF_MEM_LOCK_SHIFT = 0x18 constant PERF_MEM_LVLNUM_ANY_CACHE (line 2266) | PERF_MEM_LVLNUM_ANY_CACHE = 0xb constant PERF_MEM_LVLNUM_CXL (line 2267) | PERF_MEM_LVLNUM_CXL = 0x9 constant PERF_MEM_LVLNUM_IO (line 2268) | PERF_MEM_LVLNUM_IO = 0xa constant PERF_MEM_LVLNUM_L1 (line 2269) | PERF_MEM_LVLNUM_L1 = 0x1 constant PERF_MEM_LVLNUM_L2 (line 2270) | PERF_MEM_LVLNUM_L2 = 0x2 constant PERF_MEM_LVLNUM_L3 (line 2271) | PERF_MEM_LVLNUM_L3 = 0x3 constant PERF_MEM_LVLNUM_L4 (line 2272) | PERF_MEM_LVLNUM_L4 = 0x4 constant PERF_MEM_LVLNUM_LFB (line 2273) | PERF_MEM_LVLNUM_LFB = 0xc constant PERF_MEM_LVLNUM_NA (line 2274) | PERF_MEM_LVLNUM_NA = 0xf constant PERF_MEM_LVLNUM_PMEM (line 2275) | PERF_MEM_LVLNUM_PMEM = 0xe constant PERF_MEM_LVLNUM_RAM (line 2276) | PERF_MEM_LVLNUM_RAM = 0xd constant PERF_MEM_LVLNUM_SHIFT (line 2277) | PERF_MEM_LVLNUM_SHIFT = 0x21 constant PERF_MEM_LVL_HIT (line 2278) | PERF_MEM_LVL_HIT = 0x2 constant PERF_MEM_LVL_IO (line 2279) | PERF_MEM_LVL_IO = 0x1000 constant PERF_MEM_LVL_L1 (line 2280) | PERF_MEM_LVL_L1 = 0x8 constant PERF_MEM_LVL_L2 (line 2281) | PERF_MEM_LVL_L2 = 0x20 constant PERF_MEM_LVL_L3 (line 2282) | PERF_MEM_LVL_L3 = 0x40 constant PERF_MEM_LVL_LFB (line 2283) | PERF_MEM_LVL_LFB = 0x10 constant PERF_MEM_LVL_LOC_RAM (line 2284) | PERF_MEM_LVL_LOC_RAM = 0x80 constant PERF_MEM_LVL_MISS (line 2285) | PERF_MEM_LVL_MISS = 0x4 constant PERF_MEM_LVL_NA (line 2286) | PERF_MEM_LVL_NA = 0x1 constant PERF_MEM_LVL_REM_CCE1 (line 2287) | PERF_MEM_LVL_REM_CCE1 = 0x400 constant PERF_MEM_LVL_REM_CCE2 (line 2288) | PERF_MEM_LVL_REM_CCE2 = 0x800 constant PERF_MEM_LVL_REM_RAM1 (line 2289) | PERF_MEM_LVL_REM_RAM1 = 0x100 constant PERF_MEM_LVL_REM_RAM2 (line 2290) | PERF_MEM_LVL_REM_RAM2 = 0x200 constant PERF_MEM_LVL_SHIFT (line 2291) | PERF_MEM_LVL_SHIFT = 0x5 constant PERF_MEM_LVL_UNC (line 2292) | PERF_MEM_LVL_UNC = 0x2000 constant PERF_MEM_OP_EXEC (line 2293) | PERF_MEM_OP_EXEC = 0x10 constant PERF_MEM_OP_LOAD (line 2294) | PERF_MEM_OP_LOAD = 0x2 constant PERF_MEM_OP_NA (line 2295) | PERF_MEM_OP_NA = 0x1 constant PERF_MEM_OP_PFETCH (line 2296) | PERF_MEM_OP_PFETCH = 0x8 constant PERF_MEM_OP_SHIFT (line 2297) | PERF_MEM_OP_SHIFT = 0x0 constant PERF_MEM_OP_STORE (line 2298) | PERF_MEM_OP_STORE = 0x4 constant PERF_MEM_REMOTE_REMOTE (line 2299) | PERF_MEM_REMOTE_REMOTE = 0x1 constant PERF_MEM_REMOTE_SHIFT (line 2300) | PERF_MEM_REMOTE_SHIFT = 0x25 constant PERF_MEM_SNOOPX_FWD (line 2301) | PERF_MEM_SNOOPX_FWD = 0x1 constant PERF_MEM_SNOOPX_PEER (line 2302) | PERF_MEM_SNOOPX_PEER = 0x2 constant PERF_MEM_SNOOPX_SHIFT (line 2303) | PERF_MEM_SNOOPX_SHIFT = 0x26 constant PERF_MEM_SNOOP_HIT (line 2304) | PERF_MEM_SNOOP_HIT = 0x4 constant PERF_MEM_SNOOP_HITM (line 2305) | PERF_MEM_SNOOP_HITM = 0x10 constant PERF_MEM_SNOOP_MISS (line 2306) | PERF_MEM_SNOOP_MISS = 0x8 constant PERF_MEM_SNOOP_NA (line 2307) | PERF_MEM_SNOOP_NA = 0x1 constant PERF_MEM_SNOOP_NONE (line 2308) | PERF_MEM_SNOOP_NONE = 0x2 constant PERF_MEM_SNOOP_SHIFT (line 2309) | PERF_MEM_SNOOP_SHIFT = 0x13 constant PERF_MEM_TLB_HIT (line 2310) | PERF_MEM_TLB_HIT = 0x2 constant PERF_MEM_TLB_L1 (line 2311) | PERF_MEM_TLB_L1 = 0x8 constant PERF_MEM_TLB_L2 (line 2312) | PERF_MEM_TLB_L2 = 0x10 constant PERF_MEM_TLB_MISS (line 2313) | PERF_MEM_TLB_MISS = 0x4 constant PERF_MEM_TLB_NA (line 2314) | PERF_MEM_TLB_NA = 0x1 constant PERF_MEM_TLB_OS (line 2315) | PERF_MEM_TLB_OS = 0x40 constant PERF_MEM_TLB_SHIFT (line 2316) | PERF_MEM_TLB_SHIFT = 0x1a constant PERF_MEM_TLB_WK (line 2317) | PERF_MEM_TLB_WK = 0x20 constant PERF_PMU_TYPE_SHIFT (line 2318) | PERF_PMU_TYPE_SHIFT = 0x20 constant PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER (line 2319) | PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER = 0x1 constant PERF_RECORD_MISC_COMM_EXEC (line 2320) | PERF_RECORD_MISC_COMM_EXEC = 0x2000 constant PERF_RECORD_MISC_CPUMODE_MASK (line 2321) | PERF_RECORD_MISC_CPUMODE_MASK = 0x7 constant PERF_RECORD_MISC_CPUMODE_UNKNOWN (line 2322) | PERF_RECORD_MISC_CPUMODE_UNKNOWN = 0x0 constant PERF_RECORD_MISC_EXACT_IP (line 2323) | PERF_RECORD_MISC_EXACT_IP = 0x4000 constant PERF_RECORD_MISC_EXT_RESERVED (line 2324) | PERF_RECORD_MISC_EXT_RESERVED = 0x8000 constant PERF_RECORD_MISC_FORK_EXEC (line 2325) | PERF_RECORD_MISC_FORK_EXEC = 0x2000 constant PERF_RECORD_MISC_GUEST_KERNEL (line 2326) | PERF_RECORD_MISC_GUEST_KERNEL = 0x4 constant PERF_RECORD_MISC_GUEST_USER (line 2327) | PERF_RECORD_MISC_GUEST_USER = 0x5 constant PERF_RECORD_MISC_HYPERVISOR (line 2328) | PERF_RECORD_MISC_HYPERVISOR = 0x3 constant PERF_RECORD_MISC_KERNEL (line 2329) | PERF_RECORD_MISC_KERNEL = 0x1 constant PERF_RECORD_MISC_MMAP_BUILD_ID (line 2330) | PERF_RECORD_MISC_MMAP_BUILD_ID = 0x4000 constant PERF_RECORD_MISC_MMAP_DATA (line 2331) | PERF_RECORD_MISC_MMAP_DATA = 0x2000 constant PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT (line 2332) | PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT = 0x1000 constant PERF_RECORD_MISC_SWITCH_OUT (line 2333) | PERF_RECORD_MISC_SWITCH_OUT = 0x2000 constant PERF_RECORD_MISC_SWITCH_OUT_PREEMPT (line 2334) | PERF_RECORD_MISC_SWITCH_OUT_PREEMPT = 0x4000 constant PERF_RECORD_MISC_USER (line 2335) | PERF_RECORD_MISC_USER = 0x2 constant PERF_SAMPLE_BRANCH_PLM_ALL (line 2336) | PERF_SAMPLE_BRANCH_PLM_ALL = 0x7 constant PERF_SAMPLE_WEIGHT_TYPE (line 2337) | PERF_SAMPLE_WEIGHT_TYPE = 0x1004000 constant PIPEFS_MAGIC (line 2338) | PIPEFS_MAGIC = 0x50495045 constant PPPIOCGNPMODE (line 2339) | PPPIOCGNPMODE = 0xc008744c constant PPPIOCNEWUNIT (line 2340) | PPPIOCNEWUNIT = 0xc004743e constant PRIO_PGRP (line 2341) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 2342) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 2343) | PRIO_USER = 0x2 constant PROC_SUPER_MAGIC (line 2344) | PROC_SUPER_MAGIC = 0x9fa0 constant PROT_EXEC (line 2345) | PROT_EXEC = 0x4 constant PROT_GROWSDOWN (line 2346) | PROT_GROWSDOWN = 0x1000000 constant PROT_GROWSUP (line 2347) | PROT_GROWSUP = 0x2000000 constant PROT_NONE (line 2348) | PROT_NONE = 0x0 constant PROT_READ (line 2349) | PROT_READ = 0x1 constant PROT_WRITE (line 2350) | PROT_WRITE = 0x2 constant PR_CAPBSET_DROP (line 2351) | PR_CAPBSET_DROP = 0x18 constant PR_CAPBSET_READ (line 2352) | PR_CAPBSET_READ = 0x17 constant PR_CAP_AMBIENT (line 2353) | PR_CAP_AMBIENT = 0x2f constant PR_CAP_AMBIENT_CLEAR_ALL (line 2354) | PR_CAP_AMBIENT_CLEAR_ALL = 0x4 constant PR_CAP_AMBIENT_IS_SET (line 2355) | PR_CAP_AMBIENT_IS_SET = 0x1 constant PR_CAP_AMBIENT_LOWER (line 2356) | PR_CAP_AMBIENT_LOWER = 0x3 constant PR_CAP_AMBIENT_RAISE (line 2357) | PR_CAP_AMBIENT_RAISE = 0x2 constant PR_ENDIAN_BIG (line 2358) | PR_ENDIAN_BIG = 0x0 constant PR_ENDIAN_LITTLE (line 2359) | PR_ENDIAN_LITTLE = 0x1 constant PR_ENDIAN_PPC_LITTLE (line 2360) | PR_ENDIAN_PPC_LITTLE = 0x2 constant PR_FPEMU_NOPRINT (line 2361) | PR_FPEMU_NOPRINT = 0x1 constant PR_FPEMU_SIGFPE (line 2362) | PR_FPEMU_SIGFPE = 0x2 constant PR_FP_EXC_ASYNC (line 2363) | PR_FP_EXC_ASYNC = 0x2 constant PR_FP_EXC_DISABLED (line 2364) | PR_FP_EXC_DISABLED = 0x0 constant PR_FP_EXC_DIV (line 2365) | PR_FP_EXC_DIV = 0x10000 constant PR_FP_EXC_INV (line 2366) | PR_FP_EXC_INV = 0x100000 constant PR_FP_EXC_NONRECOV (line 2367) | PR_FP_EXC_NONRECOV = 0x1 constant PR_FP_EXC_OVF (line 2368) | PR_FP_EXC_OVF = 0x20000 constant PR_FP_EXC_PRECISE (line 2369) | PR_FP_EXC_PRECISE = 0x3 constant PR_FP_EXC_RES (line 2370) | PR_FP_EXC_RES = 0x80000 constant PR_FP_EXC_SW_ENABLE (line 2371) | PR_FP_EXC_SW_ENABLE = 0x80 constant PR_FP_EXC_UND (line 2372) | PR_FP_EXC_UND = 0x40000 constant PR_FP_MODE_FR (line 2373) | PR_FP_MODE_FR = 0x1 constant PR_FP_MODE_FRE (line 2374) | PR_FP_MODE_FRE = 0x2 constant PR_GET_AUXV (line 2375) | PR_GET_AUXV = 0x41555856 constant PR_GET_CHILD_SUBREAPER (line 2376) | PR_GET_CHILD_SUBREAPER = 0x25 constant PR_GET_DUMPABLE (line 2377) | PR_GET_DUMPABLE = 0x3 constant PR_GET_ENDIAN (line 2378) | PR_GET_ENDIAN = 0x13 constant PR_GET_FPEMU (line 2379) | PR_GET_FPEMU = 0x9 constant PR_GET_FPEXC (line 2380) | PR_GET_FPEXC = 0xb constant PR_GET_FP_MODE (line 2381) | PR_GET_FP_MODE = 0x2e constant PR_GET_IO_FLUSHER (line 2382) | PR_GET_IO_FLUSHER = 0x3a constant PR_GET_KEEPCAPS (line 2383) | PR_GET_KEEPCAPS = 0x7 constant PR_GET_MDWE (line 2384) | PR_GET_MDWE = 0x42 constant PR_GET_MEMORY_MERGE (line 2385) | PR_GET_MEMORY_MERGE = 0x44 constant PR_GET_NAME (line 2386) | PR_GET_NAME = 0x10 constant PR_GET_NO_NEW_PRIVS (line 2387) | PR_GET_NO_NEW_PRIVS = 0x27 constant PR_GET_PDEATHSIG (line 2388) | PR_GET_PDEATHSIG = 0x2 constant PR_GET_SECCOMP (line 2389) | PR_GET_SECCOMP = 0x15 constant PR_GET_SECUREBITS (line 2390) | PR_GET_SECUREBITS = 0x1b constant PR_GET_SPECULATION_CTRL (line 2391) | PR_GET_SPECULATION_CTRL = 0x34 constant PR_GET_TAGGED_ADDR_CTRL (line 2392) | PR_GET_TAGGED_ADDR_CTRL = 0x38 constant PR_GET_THP_DISABLE (line 2393) | PR_GET_THP_DISABLE = 0x2a constant PR_GET_TID_ADDRESS (line 2394) | PR_GET_TID_ADDRESS = 0x28 constant PR_GET_TIMERSLACK (line 2395) | PR_GET_TIMERSLACK = 0x1e constant PR_GET_TIMING (line 2396) | PR_GET_TIMING = 0xd constant PR_GET_TSC (line 2397) | PR_GET_TSC = 0x19 constant PR_GET_UNALIGN (line 2398) | PR_GET_UNALIGN = 0x5 constant PR_MCE_KILL (line 2399) | PR_MCE_KILL = 0x21 constant PR_MCE_KILL_CLEAR (line 2400) | PR_MCE_KILL_CLEAR = 0x0 constant PR_MCE_KILL_DEFAULT (line 2401) | PR_MCE_KILL_DEFAULT = 0x2 constant PR_MCE_KILL_EARLY (line 2402) | PR_MCE_KILL_EARLY = 0x1 constant PR_MCE_KILL_GET (line 2403) | PR_MCE_KILL_GET = 0x22 constant PR_MCE_KILL_LATE (line 2404) | PR_MCE_KILL_LATE = 0x0 constant PR_MCE_KILL_SET (line 2405) | PR_MCE_KILL_SET = 0x1 constant PR_MDWE_REFUSE_EXEC_GAIN (line 2406) | PR_MDWE_REFUSE_EXEC_GAIN = 0x1 constant PR_MPX_DISABLE_MANAGEMENT (line 2407) | PR_MPX_DISABLE_MANAGEMENT = 0x2c constant PR_MPX_ENABLE_MANAGEMENT (line 2408) | PR_MPX_ENABLE_MANAGEMENT = 0x2b constant PR_MTE_TAG_MASK (line 2409) | PR_MTE_TAG_MASK = 0x7fff8 constant PR_MTE_TAG_SHIFT (line 2410) | PR_MTE_TAG_SHIFT = 0x3 constant PR_MTE_TCF_ASYNC (line 2411) | PR_MTE_TCF_ASYNC = 0x4 constant PR_MTE_TCF_MASK (line 2412) | PR_MTE_TCF_MASK = 0x6 constant PR_MTE_TCF_NONE (line 2413) | PR_MTE_TCF_NONE = 0x0 constant PR_MTE_TCF_SHIFT (line 2414) | PR_MTE_TCF_SHIFT = 0x1 constant PR_MTE_TCF_SYNC (line 2415) | PR_MTE_TCF_SYNC = 0x2 constant PR_PAC_APDAKEY (line 2416) | PR_PAC_APDAKEY = 0x4 constant PR_PAC_APDBKEY (line 2417) | PR_PAC_APDBKEY = 0x8 constant PR_PAC_APGAKEY (line 2418) | PR_PAC_APGAKEY = 0x10 constant PR_PAC_APIAKEY (line 2419) | PR_PAC_APIAKEY = 0x1 constant PR_PAC_APIBKEY (line 2420) | PR_PAC_APIBKEY = 0x2 constant PR_PAC_GET_ENABLED_KEYS (line 2421) | PR_PAC_GET_ENABLED_KEYS = 0x3d constant PR_PAC_RESET_KEYS (line 2422) | PR_PAC_RESET_KEYS = 0x36 constant PR_PAC_SET_ENABLED_KEYS (line 2423) | PR_PAC_SET_ENABLED_KEYS = 0x3c constant PR_RISCV_V_GET_CONTROL (line 2424) | PR_RISCV_V_GET_CONTROL = 0x46 constant PR_RISCV_V_SET_CONTROL (line 2425) | PR_RISCV_V_SET_CONTROL = 0x45 constant PR_RISCV_V_VSTATE_CTRL_CUR_MASK (line 2426) | PR_RISCV_V_VSTATE_CTRL_CUR_MASK = 0x3 constant PR_RISCV_V_VSTATE_CTRL_DEFAULT (line 2427) | PR_RISCV_V_VSTATE_CTRL_DEFAULT = 0x0 constant PR_RISCV_V_VSTATE_CTRL_INHERIT (line 2428) | PR_RISCV_V_VSTATE_CTRL_INHERIT = 0x10 constant PR_RISCV_V_VSTATE_CTRL_MASK (line 2429) | PR_RISCV_V_VSTATE_CTRL_MASK = 0x1f constant PR_RISCV_V_VSTATE_CTRL_NEXT_MASK (line 2430) | PR_RISCV_V_VSTATE_CTRL_NEXT_MASK = 0xc constant PR_RISCV_V_VSTATE_CTRL_OFF (line 2431) | PR_RISCV_V_VSTATE_CTRL_OFF = 0x1 constant PR_RISCV_V_VSTATE_CTRL_ON (line 2432) | PR_RISCV_V_VSTATE_CTRL_ON = 0x2 constant PR_SCHED_CORE (line 2433) | PR_SCHED_CORE = 0x3e constant PR_SCHED_CORE_CREATE (line 2434) | PR_SCHED_CORE_CREATE = 0x1 constant PR_SCHED_CORE_GET (line 2435) | PR_SCHED_CORE_GET = 0x0 constant PR_SCHED_CORE_MAX (line 2436) | PR_SCHED_CORE_MAX = 0x4 constant PR_SCHED_CORE_SCOPE_PROCESS_GROUP (line 2437) | PR_SCHED_CORE_SCOPE_PROCESS_GROUP = 0x2 constant PR_SCHED_CORE_SCOPE_THREAD (line 2438) | PR_SCHED_CORE_SCOPE_THREAD = 0x0 constant PR_SCHED_CORE_SCOPE_THREAD_GROUP (line 2439) | PR_SCHED_CORE_SCOPE_THREAD_GROUP = 0x1 constant PR_SCHED_CORE_SHARE_FROM (line 2440) | PR_SCHED_CORE_SHARE_FROM = 0x3 constant PR_SCHED_CORE_SHARE_TO (line 2441) | PR_SCHED_CORE_SHARE_TO = 0x2 constant PR_SET_CHILD_SUBREAPER (line 2442) | PR_SET_CHILD_SUBREAPER = 0x24 constant PR_SET_DUMPABLE (line 2443) | PR_SET_DUMPABLE = 0x4 constant PR_SET_ENDIAN (line 2444) | PR_SET_ENDIAN = 0x14 constant PR_SET_FPEMU (line 2445) | PR_SET_FPEMU = 0xa constant PR_SET_FPEXC (line 2446) | PR_SET_FPEXC = 0xc constant PR_SET_FP_MODE (line 2447) | PR_SET_FP_MODE = 0x2d constant PR_SET_IO_FLUSHER (line 2448) | PR_SET_IO_FLUSHER = 0x39 constant PR_SET_KEEPCAPS (line 2449) | PR_SET_KEEPCAPS = 0x8 constant PR_SET_MDWE (line 2450) | PR_SET_MDWE = 0x41 constant PR_SET_MEMORY_MERGE (line 2451) | PR_SET_MEMORY_MERGE = 0x43 constant PR_SET_MM (line 2452) | PR_SET_MM = 0x23 constant PR_SET_MM_ARG_END (line 2453) | PR_SET_MM_ARG_END = 0x9 constant PR_SET_MM_ARG_START (line 2454) | PR_SET_MM_ARG_START = 0x8 constant PR_SET_MM_AUXV (line 2455) | PR_SET_MM_AUXV = 0xc constant PR_SET_MM_BRK (line 2456) | PR_SET_MM_BRK = 0x7 constant PR_SET_MM_END_CODE (line 2457) | PR_SET_MM_END_CODE = 0x2 constant PR_SET_MM_END_DATA (line 2458) | PR_SET_MM_END_DATA = 0x4 constant PR_SET_MM_ENV_END (line 2459) | PR_SET_MM_ENV_END = 0xb constant PR_SET_MM_ENV_START (line 2460) | PR_SET_MM_ENV_START = 0xa constant PR_SET_MM_EXE_FILE (line 2461) | PR_SET_MM_EXE_FILE = 0xd constant PR_SET_MM_MAP (line 2462) | PR_SET_MM_MAP = 0xe constant PR_SET_MM_MAP_SIZE (line 2463) | PR_SET_MM_MAP_SIZE = 0xf constant PR_SET_MM_START_BRK (line 2464) | PR_SET_MM_START_BRK = 0x6 constant PR_SET_MM_START_CODE (line 2465) | PR_SET_MM_START_CODE = 0x1 constant PR_SET_MM_START_DATA (line 2466) | PR_SET_MM_START_DATA = 0x3 constant PR_SET_MM_START_STACK (line 2467) | PR_SET_MM_START_STACK = 0x5 constant PR_SET_NAME (line 2468) | PR_SET_NAME = 0xf constant PR_SET_NO_NEW_PRIVS (line 2469) | PR_SET_NO_NEW_PRIVS = 0x26 constant PR_SET_PDEATHSIG (line 2470) | PR_SET_PDEATHSIG = 0x1 constant PR_SET_PTRACER (line 2471) | PR_SET_PTRACER = 0x59616d61 constant PR_SET_SECCOMP (line 2472) | PR_SET_SECCOMP = 0x16 constant PR_SET_SECUREBITS (line 2473) | PR_SET_SECUREBITS = 0x1c constant PR_SET_SPECULATION_CTRL (line 2474) | PR_SET_SPECULATION_CTRL = 0x35 constant PR_SET_SYSCALL_USER_DISPATCH (line 2475) | PR_SET_SYSCALL_USER_DISPATCH = 0x3b constant PR_SET_TAGGED_ADDR_CTRL (line 2476) | PR_SET_TAGGED_ADDR_CTRL = 0x37 constant PR_SET_THP_DISABLE (line 2477) | PR_SET_THP_DISABLE = 0x29 constant PR_SET_TIMERSLACK (line 2478) | PR_SET_TIMERSLACK = 0x1d constant PR_SET_TIMING (line 2479) | PR_SET_TIMING = 0xe constant PR_SET_TSC (line 2480) | PR_SET_TSC = 0x1a constant PR_SET_UNALIGN (line 2481) | PR_SET_UNALIGN = 0x6 constant PR_SET_VMA (line 2482) | PR_SET_VMA = 0x53564d41 constant PR_SET_VMA_ANON_NAME (line 2483) | PR_SET_VMA_ANON_NAME = 0x0 constant PR_SME_GET_VL (line 2484) | PR_SME_GET_VL = 0x40 constant PR_SME_SET_VL (line 2485) | PR_SME_SET_VL = 0x3f constant PR_SME_SET_VL_ONEXEC (line 2486) | PR_SME_SET_VL_ONEXEC = 0x40000 constant PR_SME_VL_INHERIT (line 2487) | PR_SME_VL_INHERIT = 0x20000 constant PR_SME_VL_LEN_MASK (line 2488) | PR_SME_VL_LEN_MASK = 0xffff constant PR_SPEC_DISABLE (line 2489) | PR_SPEC_DISABLE = 0x4 constant PR_SPEC_DISABLE_NOEXEC (line 2490) | PR_SPEC_DISABLE_NOEXEC = 0x10 constant PR_SPEC_ENABLE (line 2491) | PR_SPEC_ENABLE = 0x2 constant PR_SPEC_FORCE_DISABLE (line 2492) | PR_SPEC_FORCE_DISABLE = 0x8 constant PR_SPEC_INDIRECT_BRANCH (line 2493) | PR_SPEC_INDIRECT_BRANCH = 0x1 constant PR_SPEC_L1D_FLUSH (line 2494) | PR_SPEC_L1D_FLUSH = 0x2 constant PR_SPEC_NOT_AFFECTED (line 2495) | PR_SPEC_NOT_AFFECTED = 0x0 constant PR_SPEC_PRCTL (line 2496) | PR_SPEC_PRCTL = 0x1 constant PR_SPEC_STORE_BYPASS (line 2497) | PR_SPEC_STORE_BYPASS = 0x0 constant PR_SVE_GET_VL (line 2498) | PR_SVE_GET_VL = 0x33 constant PR_SVE_SET_VL (line 2499) | PR_SVE_SET_VL = 0x32 constant PR_SVE_SET_VL_ONEXEC (line 2500) | PR_SVE_SET_VL_ONEXEC = 0x40000 constant PR_SVE_VL_INHERIT (line 2501) | PR_SVE_VL_INHERIT = 0x20000 constant PR_SVE_VL_LEN_MASK (line 2502) | PR_SVE_VL_LEN_MASK = 0xffff constant PR_SYS_DISPATCH_OFF (line 2503) | PR_SYS_DISPATCH_OFF = 0x0 constant PR_SYS_DISPATCH_ON (line 2504) | PR_SYS_DISPATCH_ON = 0x1 constant PR_TAGGED_ADDR_ENABLE (line 2505) | PR_TAGGED_ADDR_ENABLE = 0x1 constant PR_TASK_PERF_EVENTS_DISABLE (line 2506) | PR_TASK_PERF_EVENTS_DISABLE = 0x1f constant PR_TASK_PERF_EVENTS_ENABLE (line 2507) | PR_TASK_PERF_EVENTS_ENABLE = 0x20 constant PR_TIMING_STATISTICAL (line 2508) | PR_TIMING_STATISTICAL = 0x0 constant PR_TIMING_TIMESTAMP (line 2509) | PR_TIMING_TIMESTAMP = 0x1 constant PR_TSC_ENABLE (line 2510) | PR_TSC_ENABLE = 0x1 constant PR_TSC_SIGSEGV (line 2511) | PR_TSC_SIGSEGV = 0x2 constant PR_UNALIGN_NOPRINT (line 2512) | PR_UNALIGN_NOPRINT = 0x1 constant PR_UNALIGN_SIGBUS (line 2513) | PR_UNALIGN_SIGBUS = 0x2 constant PSTOREFS_MAGIC (line 2514) | PSTOREFS_MAGIC = 0x6165676c constant PTRACE_ATTACH (line 2515) | PTRACE_ATTACH = 0x10 constant PTRACE_CONT (line 2516) | PTRACE_CONT = 0x7 constant PTRACE_DETACH (line 2517) | PTRACE_DETACH = 0x11 constant PTRACE_EVENTMSG_SYSCALL_ENTRY (line 2518) | PTRACE_EVENTMSG_SYSCALL_ENTRY = 0x1 constant PTRACE_EVENTMSG_SYSCALL_EXIT (line 2519) | PTRACE_EVENTMSG_SYSCALL_EXIT = 0x2 constant PTRACE_EVENT_CLONE (line 2520) | PTRACE_EVENT_CLONE = 0x3 constant PTRACE_EVENT_EXEC (line 2521) | PTRACE_EVENT_EXEC = 0x4 constant PTRACE_EVENT_EXIT (line 2522) | PTRACE_EVENT_EXIT = 0x6 constant PTRACE_EVENT_FORK (line 2523) | PTRACE_EVENT_FORK = 0x1 constant PTRACE_EVENT_SECCOMP (line 2524) | PTRACE_EVENT_SECCOMP = 0x7 constant PTRACE_EVENT_STOP (line 2525) | PTRACE_EVENT_STOP = 0x80 constant PTRACE_EVENT_VFORK (line 2526) | PTRACE_EVENT_VFORK = 0x2 constant PTRACE_EVENT_VFORK_DONE (line 2527) | PTRACE_EVENT_VFORK_DONE = 0x5 constant PTRACE_GETEVENTMSG (line 2528) | PTRACE_GETEVENTMSG = 0x4201 constant PTRACE_GETREGS (line 2529) | PTRACE_GETREGS = 0xc constant PTRACE_GETREGSET (line 2530) | PTRACE_GETREGSET = 0x4204 constant PTRACE_GETSIGINFO (line 2531) | PTRACE_GETSIGINFO = 0x4202 constant PTRACE_GETSIGMASK (line 2532) | PTRACE_GETSIGMASK = 0x420a constant PTRACE_GET_RSEQ_CONFIGURATION (line 2533) | PTRACE_GET_RSEQ_CONFIGURATION = 0x420f constant PTRACE_GET_SYSCALL_INFO (line 2534) | PTRACE_GET_SYSCALL_INFO = 0x420e constant PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG (line 2535) | PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG = 0x4211 constant PTRACE_INTERRUPT (line 2536) | PTRACE_INTERRUPT = 0x4207 constant PTRACE_KILL (line 2537) | PTRACE_KILL = 0x8 constant PTRACE_LISTEN (line 2538) | PTRACE_LISTEN = 0x4208 constant PTRACE_O_EXITKILL (line 2539) | PTRACE_O_EXITKILL = 0x100000 constant PTRACE_O_MASK (line 2540) | PTRACE_O_MASK = 0x3000ff constant PTRACE_O_SUSPEND_SECCOMP (line 2541) | PTRACE_O_SUSPEND_SECCOMP = 0x200000 constant PTRACE_O_TRACECLONE (line 2542) | PTRACE_O_TRACECLONE = 0x8 constant PTRACE_O_TRACEEXEC (line 2543) | PTRACE_O_TRACEEXEC = 0x10 constant PTRACE_O_TRACEEXIT (line 2544) | PTRACE_O_TRACEEXIT = 0x40 constant PTRACE_O_TRACEFORK (line 2545) | PTRACE_O_TRACEFORK = 0x2 constant PTRACE_O_TRACESECCOMP (line 2546) | PTRACE_O_TRACESECCOMP = 0x80 constant PTRACE_O_TRACESYSGOOD (line 2547) | PTRACE_O_TRACESYSGOOD = 0x1 constant PTRACE_O_TRACEVFORK (line 2548) | PTRACE_O_TRACEVFORK = 0x4 constant PTRACE_O_TRACEVFORKDONE (line 2549) | PTRACE_O_TRACEVFORKDONE = 0x20 constant PTRACE_PEEKDATA (line 2550) | PTRACE_PEEKDATA = 0x2 constant PTRACE_PEEKSIGINFO (line 2551) | PTRACE_PEEKSIGINFO = 0x4209 constant PTRACE_PEEKSIGINFO_SHARED (line 2552) | PTRACE_PEEKSIGINFO_SHARED = 0x1 constant PTRACE_PEEKTEXT (line 2553) | PTRACE_PEEKTEXT = 0x1 constant PTRACE_PEEKUSR (line 2554) | PTRACE_PEEKUSR = 0x3 constant PTRACE_POKEDATA (line 2555) | PTRACE_POKEDATA = 0x5 constant PTRACE_POKETEXT (line 2556) | PTRACE_POKETEXT = 0x4 constant PTRACE_POKEUSR (line 2557) | PTRACE_POKEUSR = 0x6 constant PTRACE_SECCOMP_GET_FILTER (line 2558) | PTRACE_SECCOMP_GET_FILTER = 0x420c constant PTRACE_SECCOMP_GET_METADATA (line 2559) | PTRACE_SECCOMP_GET_METADATA = 0x420d constant PTRACE_SEIZE (line 2560) | PTRACE_SEIZE = 0x4206 constant PTRACE_SETOPTIONS (line 2561) | PTRACE_SETOPTIONS = 0x4200 constant PTRACE_SETREGS (line 2562) | PTRACE_SETREGS = 0xd constant PTRACE_SETREGSET (line 2563) | PTRACE_SETREGSET = 0x4205 constant PTRACE_SETSIGINFO (line 2564) | PTRACE_SETSIGINFO = 0x4203 constant PTRACE_SETSIGMASK (line 2565) | PTRACE_SETSIGMASK = 0x420b constant PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG (line 2566) | PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG = 0x4210 constant PTRACE_SINGLESTEP (line 2567) | PTRACE_SINGLESTEP = 0x9 constant PTRACE_SYSCALL (line 2568) | PTRACE_SYSCALL = 0x18 constant PTRACE_SYSCALL_INFO_ENTRY (line 2569) | PTRACE_SYSCALL_INFO_ENTRY = 0x1 constant PTRACE_SYSCALL_INFO_EXIT (line 2570) | PTRACE_SYSCALL_INFO_EXIT = 0x2 constant PTRACE_SYSCALL_INFO_NONE (line 2571) | PTRACE_SYSCALL_INFO_NONE = 0x0 constant PTRACE_SYSCALL_INFO_SECCOMP (line 2572) | PTRACE_SYSCALL_INFO_SECCOMP = 0x3 constant PTRACE_TRACEME (line 2573) | PTRACE_TRACEME = 0x0 constant P_ALL (line 2574) | P_ALL = 0x0 constant P_PGID (line 2575) | P_PGID = 0x2 constant P_PID (line 2576) | P_PID = 0x1 constant P_PIDFD (line 2577) | P_PIDFD = 0x3 constant QNX4_SUPER_MAGIC (line 2578) | QNX4_SUPER_MAGIC = 0x2f constant QNX6_SUPER_MAGIC (line 2579) | QNX6_SUPER_MAGIC = 0x68191122 constant RAMFS_MAGIC (line 2580) | RAMFS_MAGIC = 0x858458f6 constant RAW_PAYLOAD_DIGITAL (line 2581) | RAW_PAYLOAD_DIGITAL = 0x3 constant RAW_PAYLOAD_HCI (line 2582) | RAW_PAYLOAD_HCI = 0x2 constant RAW_PAYLOAD_LLCP (line 2583) | RAW_PAYLOAD_LLCP = 0x0 constant RAW_PAYLOAD_NCI (line 2584) | RAW_PAYLOAD_NCI = 0x1 constant RAW_PAYLOAD_PROPRIETARY (line 2585) | RAW_PAYLOAD_PROPRIETARY = 0x4 constant RDTGROUP_SUPER_MAGIC (line 2586) | RDTGROUP_SUPER_MAGIC = 0x7655821 constant REISERFS_SUPER_MAGIC (line 2587) | REISERFS_SUPER_MAGIC = 0x52654973 constant RENAME_EXCHANGE (line 2588) | RENAME_EXCHANGE = 0x2 constant RENAME_NOREPLACE (line 2589) | RENAME_NOREPLACE = 0x1 constant RENAME_WHITEOUT (line 2590) | RENAME_WHITEOUT = 0x4 constant RLIMIT_CORE (line 2591) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 2592) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 2593) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 2594) | RLIMIT_FSIZE = 0x1 constant RLIMIT_LOCKS (line 2595) | RLIMIT_LOCKS = 0xa constant RLIMIT_MSGQUEUE (line 2596) | RLIMIT_MSGQUEUE = 0xc constant RLIMIT_NICE (line 2597) | RLIMIT_NICE = 0xd constant RLIMIT_RTPRIO (line 2598) | RLIMIT_RTPRIO = 0xe constant RLIMIT_RTTIME (line 2599) | RLIMIT_RTTIME = 0xf constant RLIMIT_SIGPENDING (line 2600) | RLIMIT_SIGPENDING = 0xb constant RLIMIT_STACK (line 2601) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 2602) | RLIM_INFINITY = 0xffffffffffffffff constant RTAX_ADVMSS (line 2603) | RTAX_ADVMSS = 0x8 constant RTAX_CC_ALGO (line 2604) | RTAX_CC_ALGO = 0x10 constant RTAX_CWND (line 2605) | RTAX_CWND = 0x7 constant RTAX_FASTOPEN_NO_COOKIE (line 2606) | RTAX_FASTOPEN_NO_COOKIE = 0x11 constant RTAX_FEATURES (line 2607) | RTAX_FEATURES = 0xc constant RTAX_FEATURE_ALLFRAG (line 2608) | RTAX_FEATURE_ALLFRAG = 0x8 constant RTAX_FEATURE_ECN (line 2609) | RTAX_FEATURE_ECN = 0x1 constant RTAX_FEATURE_MASK (line 2610) | RTAX_FEATURE_MASK = 0xf constant RTAX_FEATURE_SACK (line 2611) | RTAX_FEATURE_SACK = 0x2 constant RTAX_FEATURE_TIMESTAMP (line 2612) | RTAX_FEATURE_TIMESTAMP = 0x4 constant RTAX_HOPLIMIT (line 2613) | RTAX_HOPLIMIT = 0xa constant RTAX_INITCWND (line 2614) | RTAX_INITCWND = 0xb constant RTAX_INITRWND (line 2615) | RTAX_INITRWND = 0xe constant RTAX_LOCK (line 2616) | RTAX_LOCK = 0x1 constant RTAX_MAX (line 2617) | RTAX_MAX = 0x11 constant RTAX_MTU (line 2618) | RTAX_MTU = 0x2 constant RTAX_QUICKACK (line 2619) | RTAX_QUICKACK = 0xf constant RTAX_REORDERING (line 2620) | RTAX_REORDERING = 0x9 constant RTAX_RTO_MIN (line 2621) | RTAX_RTO_MIN = 0xd constant RTAX_RTT (line 2622) | RTAX_RTT = 0x4 constant RTAX_RTTVAR (line 2623) | RTAX_RTTVAR = 0x5 constant RTAX_SSTHRESH (line 2624) | RTAX_SSTHRESH = 0x6 constant RTAX_UNSPEC (line 2625) | RTAX_UNSPEC = 0x0 constant RTAX_WINDOW (line 2626) | RTAX_WINDOW = 0x3 constant RTA_ALIGNTO (line 2627) | RTA_ALIGNTO = 0x4 constant RTA_MAX (line 2628) | RTA_MAX = 0x1e constant RTCF_DIRECTSRC (line 2629) | RTCF_DIRECTSRC = 0x4000000 constant RTCF_DOREDIRECT (line 2630) | RTCF_DOREDIRECT = 0x1000000 constant RTCF_LOG (line 2631) | RTCF_LOG = 0x2000000 constant RTCF_MASQ (line 2632) | RTCF_MASQ = 0x400000 constant RTCF_NAT (line 2633) | RTCF_NAT = 0x800000 constant RTCF_VALVE (line 2634) | RTCF_VALVE = 0x200000 constant RTC_AF (line 2635) | RTC_AF = 0x20 constant RTC_BSM_DIRECT (line 2636) | RTC_BSM_DIRECT = 0x1 constant RTC_BSM_DISABLED (line 2637) | RTC_BSM_DISABLED = 0x0 constant RTC_BSM_LEVEL (line 2638) | RTC_BSM_LEVEL = 0x2 constant RTC_BSM_STANDBY (line 2639) | RTC_BSM_STANDBY = 0x3 constant RTC_FEATURE_ALARM (line 2640) | RTC_FEATURE_ALARM = 0x0 constant RTC_FEATURE_ALARM_RES_2S (line 2641) | RTC_FEATURE_ALARM_RES_2S = 0x3 constant RTC_FEATURE_ALARM_RES_MINUTE (line 2642) | RTC_FEATURE_ALARM_RES_MINUTE = 0x1 constant RTC_FEATURE_ALARM_WAKEUP_ONLY (line 2643) | RTC_FEATURE_ALARM_WAKEUP_ONLY = 0x7 constant RTC_FEATURE_BACKUP_SWITCH_MODE (line 2644) | RTC_FEATURE_BACKUP_SWITCH_MODE = 0x6 constant RTC_FEATURE_CNT (line 2645) | RTC_FEATURE_CNT = 0x8 constant RTC_FEATURE_CORRECTION (line 2646) | RTC_FEATURE_CORRECTION = 0x5 constant RTC_FEATURE_NEED_WEEK_DAY (line 2647) | RTC_FEATURE_NEED_WEEK_DAY = 0x2 constant RTC_FEATURE_UPDATE_INTERRUPT (line 2648) | RTC_FEATURE_UPDATE_INTERRUPT = 0x4 constant RTC_IRQF (line 2649) | RTC_IRQF = 0x80 constant RTC_MAX_FREQ (line 2650) | RTC_MAX_FREQ = 0x2000 constant RTC_PARAM_BACKUP_SWITCH_MODE (line 2651) | RTC_PARAM_BACKUP_SWITCH_MODE = 0x2 constant RTC_PARAM_CORRECTION (line 2652) | RTC_PARAM_CORRECTION = 0x1 constant RTC_PARAM_FEATURES (line 2653) | RTC_PARAM_FEATURES = 0x0 constant RTC_PF (line 2654) | RTC_PF = 0x40 constant RTC_UF (line 2655) | RTC_UF = 0x10 constant RTF_ADDRCLASSMASK (line 2656) | RTF_ADDRCLASSMASK = 0xf8000000 constant RTF_ADDRCONF (line 2657) | RTF_ADDRCONF = 0x40000 constant RTF_ALLONLINK (line 2658) | RTF_ALLONLINK = 0x20000 constant RTF_BROADCAST (line 2659) | RTF_BROADCAST = 0x10000000 constant RTF_CACHE (line 2660) | RTF_CACHE = 0x1000000 constant RTF_DEFAULT (line 2661) | RTF_DEFAULT = 0x10000 constant RTF_DYNAMIC (line 2662) | RTF_DYNAMIC = 0x10 constant RTF_FLOW (line 2663) | RTF_FLOW = 0x2000000 constant RTF_GATEWAY (line 2664) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 2665) | RTF_HOST = 0x4 constant RTF_INTERFACE (line 2666) | RTF_INTERFACE = 0x40000000 constant RTF_IRTT (line 2667) | RTF_IRTT = 0x100 constant RTF_LINKRT (line 2668) | RTF_LINKRT = 0x100000 constant RTF_LOCAL (line 2669) | RTF_LOCAL = 0x80000000 constant RTF_MODIFIED (line 2670) | RTF_MODIFIED = 0x20 constant RTF_MSS (line 2671) | RTF_MSS = 0x40 constant RTF_MTU (line 2672) | RTF_MTU = 0x40 constant RTF_MULTICAST (line 2673) | RTF_MULTICAST = 0x20000000 constant RTF_NAT (line 2674) | RTF_NAT = 0x8000000 constant RTF_NOFORWARD (line 2675) | RTF_NOFORWARD = 0x1000 constant RTF_NONEXTHOP (line 2676) | RTF_NONEXTHOP = 0x200000 constant RTF_NOPMTUDISC (line 2677) | RTF_NOPMTUDISC = 0x4000 constant RTF_POLICY (line 2678) | RTF_POLICY = 0x4000000 constant RTF_REINSTATE (line 2679) | RTF_REINSTATE = 0x8 constant RTF_REJECT (line 2680) | RTF_REJECT = 0x200 constant RTF_STATIC (line 2681) | RTF_STATIC = 0x400 constant RTF_THROW (line 2682) | RTF_THROW = 0x2000 constant RTF_UP (line 2683) | RTF_UP = 0x1 constant RTF_WINDOW (line 2684) | RTF_WINDOW = 0x80 constant RTF_XRESOLVE (line 2685) | RTF_XRESOLVE = 0x800 constant RTMGRP_DECnet_IFADDR (line 2686) | RTMGRP_DECnet_IFADDR = 0x1000 constant RTMGRP_DECnet_ROUTE (line 2687) | RTMGRP_DECnet_ROUTE = 0x4000 constant RTMGRP_IPV4_IFADDR (line 2688) | RTMGRP_IPV4_IFADDR = 0x10 constant RTMGRP_IPV4_MROUTE (line 2689) | RTMGRP_IPV4_MROUTE = 0x20 constant RTMGRP_IPV4_ROUTE (line 2690) | RTMGRP_IPV4_ROUTE = 0x40 constant RTMGRP_IPV4_RULE (line 2691) | RTMGRP_IPV4_RULE = 0x80 constant RTMGRP_IPV6_IFADDR (line 2692) | RTMGRP_IPV6_IFADDR = 0x100 constant RTMGRP_IPV6_IFINFO (line 2693) | RTMGRP_IPV6_IFINFO = 0x800 constant RTMGRP_IPV6_MROUTE (line 2694) | RTMGRP_IPV6_MROUTE = 0x200 constant RTMGRP_IPV6_PREFIX (line 2695) | RTMGRP_IPV6_PREFIX = 0x20000 constant RTMGRP_IPV6_ROUTE (line 2696) | RTMGRP_IPV6_ROUTE = 0x400 constant RTMGRP_LINK (line 2697) | RTMGRP_LINK = 0x1 constant RTMGRP_NEIGH (line 2698) | RTMGRP_NEIGH = 0x4 constant RTMGRP_NOTIFY (line 2699) | RTMGRP_NOTIFY = 0x2 constant RTMGRP_TC (line 2700) | RTMGRP_TC = 0x8 constant RTM_BASE (line 2701) | RTM_BASE = 0x10 constant RTM_DELACTION (line 2702) | RTM_DELACTION = 0x31 constant RTM_DELADDR (line 2703) | RTM_DELADDR = 0x15 constant RTM_DELADDRLABEL (line 2704) | RTM_DELADDRLABEL = 0x49 constant RTM_DELCHAIN (line 2705) | RTM_DELCHAIN = 0x65 constant RTM_DELLINK (line 2706) | RTM_DELLINK = 0x11 constant RTM_DELLINKPROP (line 2707) | RTM_DELLINKPROP = 0x6d constant RTM_DELMDB (line 2708) | RTM_DELMDB = 0x55 constant RTM_DELNEIGH (line 2709) | RTM_DELNEIGH = 0x1d constant RTM_DELNETCONF (line 2710) | RTM_DELNETCONF = 0x51 constant RTM_DELNEXTHOP (line 2711) | RTM_DELNEXTHOP = 0x69 constant RTM_DELNEXTHOPBUCKET (line 2712) | RTM_DELNEXTHOPBUCKET = 0x75 constant RTM_DELNSID (line 2713) | RTM_DELNSID = 0x59 constant RTM_DELQDISC (line 2714) | RTM_DELQDISC = 0x25 constant RTM_DELROUTE (line 2715) | RTM_DELROUTE = 0x19 constant RTM_DELRULE (line 2716) | RTM_DELRULE = 0x21 constant RTM_DELTCLASS (line 2717) | RTM_DELTCLASS = 0x29 constant RTM_DELTFILTER (line 2718) | RTM_DELTFILTER = 0x2d constant RTM_DELTUNNEL (line 2719) | RTM_DELTUNNEL = 0x79 constant RTM_DELVLAN (line 2720) | RTM_DELVLAN = 0x71 constant RTM_F_CLONED (line 2721) | RTM_F_CLONED = 0x200 constant RTM_F_EQUALIZE (line 2722) | RTM_F_EQUALIZE = 0x400 constant RTM_F_FIB_MATCH (line 2723) | RTM_F_FIB_MATCH = 0x2000 constant RTM_F_LOOKUP_TABLE (line 2724) | RTM_F_LOOKUP_TABLE = 0x1000 constant RTM_F_NOTIFY (line 2725) | RTM_F_NOTIFY = 0x100 constant RTM_F_OFFLOAD (line 2726) | RTM_F_OFFLOAD = 0x4000 constant RTM_F_OFFLOAD_FAILED (line 2727) | RTM_F_OFFLOAD_FAILED = 0x20000000 constant RTM_F_PREFIX (line 2728) | RTM_F_PREFIX = 0x800 constant RTM_F_TRAP (line 2729) | RTM_F_TRAP = 0x8000 constant RTM_GETACTION (line 2730) | RTM_GETACTION = 0x32 constant RTM_GETADDR (line 2731) | RTM_GETADDR = 0x16 constant RTM_GETADDRLABEL (line 2732) | RTM_GETADDRLABEL = 0x4a constant RTM_GETANYCAST (line 2733) | RTM_GETANYCAST = 0x3e constant RTM_GETCHAIN (line 2734) | RTM_GETCHAIN = 0x66 constant RTM_GETDCB (line 2735) | RTM_GETDCB = 0x4e constant RTM_GETLINK (line 2736) | RTM_GETLINK = 0x12 constant RTM_GETLINKPROP (line 2737) | RTM_GETLINKPROP = 0x6e constant RTM_GETMDB (line 2738) | RTM_GETMDB = 0x56 constant RTM_GETMULTICAST (line 2739) | RTM_GETMULTICAST = 0x3a constant RTM_GETNEIGH (line 2740) | RTM_GETNEIGH = 0x1e constant RTM_GETNEIGHTBL (line 2741) | RTM_GETNEIGHTBL = 0x42 constant RTM_GETNETCONF (line 2742) | RTM_GETNETCONF = 0x52 constant RTM_GETNEXTHOP (line 2743) | RTM_GETNEXTHOP = 0x6a constant RTM_GETNEXTHOPBUCKET (line 2744) | RTM_GETNEXTHOPBUCKET = 0x76 constant RTM_GETNSID (line 2745) | RTM_GETNSID = 0x5a constant RTM_GETQDISC (line 2746) | RTM_GETQDISC = 0x26 constant RTM_GETROUTE (line 2747) | RTM_GETROUTE = 0x1a constant RTM_GETRULE (line 2748) | RTM_GETRULE = 0x22 constant RTM_GETSTATS (line 2749) | RTM_GETSTATS = 0x5e constant RTM_GETTCLASS (line 2750) | RTM_GETTCLASS = 0x2a constant RTM_GETTFILTER (line 2751) | RTM_GETTFILTER = 0x2e constant RTM_GETTUNNEL (line 2752) | RTM_GETTUNNEL = 0x7a constant RTM_GETVLAN (line 2753) | RTM_GETVLAN = 0x72 constant RTM_MAX (line 2754) | RTM_MAX = 0x7b constant RTM_NEWACTION (line 2755) | RTM_NEWACTION = 0x30 constant RTM_NEWADDR (line 2756) | RTM_NEWADDR = 0x14 constant RTM_NEWADDRLABEL (line 2757) | RTM_NEWADDRLABEL = 0x48 constant RTM_NEWCACHEREPORT (line 2758) | RTM_NEWCACHEREPORT = 0x60 constant RTM_NEWCHAIN (line 2759) | RTM_NEWCHAIN = 0x64 constant RTM_NEWLINK (line 2760) | RTM_NEWLINK = 0x10 constant RTM_NEWLINKPROP (line 2761) | RTM_NEWLINKPROP = 0x6c constant RTM_NEWMDB (line 2762) | RTM_NEWMDB = 0x54 constant RTM_NEWNDUSEROPT (line 2763) | RTM_NEWNDUSEROPT = 0x44 constant RTM_NEWNEIGH (line 2764) | RTM_NEWNEIGH = 0x1c constant RTM_NEWNEIGHTBL (line 2765) | RTM_NEWNEIGHTBL = 0x40 constant RTM_NEWNETCONF (line 2766) | RTM_NEWNETCONF = 0x50 constant RTM_NEWNEXTHOP (line 2767) | RTM_NEWNEXTHOP = 0x68 constant RTM_NEWNEXTHOPBUCKET (line 2768) | RTM_NEWNEXTHOPBUCKET = 0x74 constant RTM_NEWNSID (line 2769) | RTM_NEWNSID = 0x58 constant RTM_NEWNVLAN (line 2770) | RTM_NEWNVLAN = 0x70 constant RTM_NEWPREFIX (line 2771) | RTM_NEWPREFIX = 0x34 constant RTM_NEWQDISC (line 2772) | RTM_NEWQDISC = 0x24 constant RTM_NEWROUTE (line 2773) | RTM_NEWROUTE = 0x18 constant RTM_NEWRULE (line 2774) | RTM_NEWRULE = 0x20 constant RTM_NEWSTATS (line 2775) | RTM_NEWSTATS = 0x5c constant RTM_NEWTCLASS (line 2776) | RTM_NEWTCLASS = 0x28 constant RTM_NEWTFILTER (line 2777) | RTM_NEWTFILTER = 0x2c constant RTM_NEWTUNNEL (line 2778) | RTM_NEWTUNNEL = 0x78 constant RTM_NR_FAMILIES (line 2779) | RTM_NR_FAMILIES = 0x1b constant RTM_NR_MSGTYPES (line 2780) | RTM_NR_MSGTYPES = 0x6c constant RTM_SETDCB (line 2781) | RTM_SETDCB = 0x4f constant RTM_SETLINK (line 2782) | RTM_SETLINK = 0x13 constant RTM_SETNEIGHTBL (line 2783) | RTM_SETNEIGHTBL = 0x43 constant RTM_SETSTATS (line 2784) | RTM_SETSTATS = 0x5f constant RTNH_ALIGNTO (line 2785) | RTNH_ALIGNTO = 0x4 constant RTNH_COMPARE_MASK (line 2786) | RTNH_COMPARE_MASK = 0x59 constant RTNH_F_DEAD (line 2787) | RTNH_F_DEAD = 0x1 constant RTNH_F_LINKDOWN (line 2788) | RTNH_F_LINKDOWN = 0x10 constant RTNH_F_OFFLOAD (line 2789) | RTNH_F_OFFLOAD = 0x8 constant RTNH_F_ONLINK (line 2790) | RTNH_F_ONLINK = 0x4 constant RTNH_F_PERVASIVE (line 2791) | RTNH_F_PERVASIVE = 0x2 constant RTNH_F_TRAP (line 2792) | RTNH_F_TRAP = 0x40 constant RTNH_F_UNRESOLVED (line 2793) | RTNH_F_UNRESOLVED = 0x20 constant RTN_MAX (line 2794) | RTN_MAX = 0xb constant RTPROT_BABEL (line 2795) | RTPROT_BABEL = 0x2a constant RTPROT_BGP (line 2796) | RTPROT_BGP = 0xba constant RTPROT_BIRD (line 2797) | RTPROT_BIRD = 0xc constant RTPROT_BOOT (line 2798) | RTPROT_BOOT = 0x3 constant RTPROT_DHCP (line 2799) | RTPROT_DHCP = 0x10 constant RTPROT_DNROUTED (line 2800) | RTPROT_DNROUTED = 0xd constant RTPROT_EIGRP (line 2801) | RTPROT_EIGRP = 0xc0 constant RTPROT_GATED (line 2802) | RTPROT_GATED = 0x8 constant RTPROT_ISIS (line 2803) | RTPROT_ISIS = 0xbb constant RTPROT_KEEPALIVED (line 2804) | RTPROT_KEEPALIVED = 0x12 constant RTPROT_KERNEL (line 2805) | RTPROT_KERNEL = 0x2 constant RTPROT_MROUTED (line 2806) | RTPROT_MROUTED = 0x11 constant RTPROT_MRT (line 2807) | RTPROT_MRT = 0xa constant RTPROT_NTK (line 2808) | RTPROT_NTK = 0xf constant RTPROT_OPENR (line 2809) | RTPROT_OPENR = 0x63 constant RTPROT_OSPF (line 2810) | RTPROT_OSPF = 0xbc constant RTPROT_RA (line 2811) | RTPROT_RA = 0x9 constant RTPROT_REDIRECT (line 2812) | RTPROT_REDIRECT = 0x1 constant RTPROT_RIP (line 2813) | RTPROT_RIP = 0xbd constant RTPROT_STATIC (line 2814) | RTPROT_STATIC = 0x4 constant RTPROT_UNSPEC (line 2815) | RTPROT_UNSPEC = 0x0 constant RTPROT_XORP (line 2816) | RTPROT_XORP = 0xe constant RTPROT_ZEBRA (line 2817) | RTPROT_ZEBRA = 0xb constant RT_CLASS_DEFAULT (line 2818) | RT_CLASS_DEFAULT = 0xfd constant RT_CLASS_LOCAL (line 2819) | RT_CLASS_LOCAL = 0xff constant RT_CLASS_MAIN (line 2820) | RT_CLASS_MAIN = 0xfe constant RT_CLASS_MAX (line 2821) | RT_CLASS_MAX = 0xff constant RT_CLASS_UNSPEC (line 2822) | RT_CLASS_UNSPEC = 0x0 constant RUSAGE_CHILDREN (line 2823) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 2824) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 2825) | RUSAGE_THREAD = 0x1 constant RWF_APPEND (line 2826) | RWF_APPEND = 0x10 constant RWF_DSYNC (line 2827) | RWF_DSYNC = 0x2 constant RWF_HIPRI (line 2828) | RWF_HIPRI = 0x1 constant RWF_NOWAIT (line 2829) | RWF_NOWAIT = 0x8 constant RWF_SUPPORTED (line 2830) | RWF_SUPPORTED = 0x1f constant RWF_SYNC (line 2831) | RWF_SYNC = 0x4 constant RWF_WRITE_LIFE_NOT_SET (line 2832) | RWF_WRITE_LIFE_NOT_SET = 0x0 constant SCHED_BATCH (line 2833) | SCHED_BATCH = 0x3 constant SCHED_DEADLINE (line 2834) | SCHED_DEADLINE = 0x6 constant SCHED_FIFO (line 2835) | SCHED_FIFO = 0x1 constant SCHED_FLAG_ALL (line 2836) | SCHED_FLAG_ALL = 0x7f constant SCHED_FLAG_DL_OVERRUN (line 2837) | SCHED_FLAG_DL_OVERRUN = 0x4 constant SCHED_FLAG_KEEP_ALL (line 2838) | SCHED_FLAG_KEEP_ALL = 0x18 constant SCHED_FLAG_KEEP_PARAMS (line 2839) | SCHED_FLAG_KEEP_PARAMS = 0x10 constant SCHED_FLAG_KEEP_POLICY (line 2840) | SCHED_FLAG_KEEP_POLICY = 0x8 constant SCHED_FLAG_RECLAIM (line 2841) | SCHED_FLAG_RECLAIM = 0x2 constant SCHED_FLAG_RESET_ON_FORK (line 2842) | SCHED_FLAG_RESET_ON_FORK = 0x1 constant SCHED_FLAG_UTIL_CLAMP (line 2843) | SCHED_FLAG_UTIL_CLAMP = 0x60 constant SCHED_FLAG_UTIL_CLAMP_MAX (line 2844) | SCHED_FLAG_UTIL_CLAMP_MAX = 0x40 constant SCHED_FLAG_UTIL_CLAMP_MIN (line 2845) | SCHED_FLAG_UTIL_CLAMP_MIN = 0x20 constant SCHED_IDLE (line 2846) | SCHED_IDLE = 0x5 constant SCHED_NORMAL (line 2847) | SCHED_NORMAL = 0x0 constant SCHED_RESET_ON_FORK (line 2848) | SCHED_RESET_ON_FORK = 0x40000000 constant SCHED_RR (line 2849) | SCHED_RR = 0x2 constant SCM_CREDENTIALS (line 2850) | SCM_CREDENTIALS = 0x2 constant SCM_RIGHTS (line 2851) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 2852) | SCM_TIMESTAMP = 0x1d constant SC_LOG_FLUSH (line 2853) | SC_LOG_FLUSH = 0x100000 constant SECCOMP_MODE_DISABLED (line 2854) | SECCOMP_MODE_DISABLED = 0x0 constant SECCOMP_MODE_FILTER (line 2855) | SECCOMP_MODE_FILTER = 0x2 constant SECCOMP_MODE_STRICT (line 2856) | SECCOMP_MODE_STRICT = 0x1 constant SECRETMEM_MAGIC (line 2857) | SECRETMEM_MAGIC = 0x5345434d constant SECURITYFS_MAGIC (line 2858) | SECURITYFS_MAGIC = 0x73636673 constant SEEK_CUR (line 2859) | SEEK_CUR = 0x1 constant SEEK_DATA (line 2860) | SEEK_DATA = 0x3 constant SEEK_END (line 2861) | SEEK_END = 0x2 constant SEEK_HOLE (line 2862) | SEEK_HOLE = 0x4 constant SEEK_MAX (line 2863) | SEEK_MAX = 0x4 constant SEEK_SET (line 2864) | SEEK_SET = 0x0 constant SELINUX_MAGIC (line 2865) | SELINUX_MAGIC = 0xf97cff8c constant SHUT_RD (line 2866) | SHUT_RD = 0x0 constant SHUT_RDWR (line 2867) | SHUT_RDWR = 0x2 constant SHUT_WR (line 2868) | SHUT_WR = 0x1 constant SIOCADDDLCI (line 2869) | SIOCADDDLCI = 0x8980 constant SIOCADDMULTI (line 2870) | SIOCADDMULTI = 0x8931 constant SIOCADDRT (line 2871) | SIOCADDRT = 0x890b constant SIOCBONDCHANGEACTIVE (line 2872) | SIOCBONDCHANGEACTIVE = 0x8995 constant SIOCBONDENSLAVE (line 2873) | SIOCBONDENSLAVE = 0x8990 constant SIOCBONDINFOQUERY (line 2874) | SIOCBONDINFOQUERY = 0x8994 constant SIOCBONDRELEASE (line 2875) | SIOCBONDRELEASE = 0x8991 constant SIOCBONDSETHWADDR (line 2876) | SIOCBONDSETHWADDR = 0x8992 constant SIOCBONDSLAVEINFOQUERY (line 2877) | SIOCBONDSLAVEINFOQUERY = 0x8993 constant SIOCBRADDBR (line 2878) | SIOCBRADDBR = 0x89a0 constant SIOCBRADDIF (line 2879) | SIOCBRADDIF = 0x89a2 constant SIOCBRDELBR (line 2880) | SIOCBRDELBR = 0x89a1 constant SIOCBRDELIF (line 2881) | SIOCBRDELIF = 0x89a3 constant SIOCDARP (line 2882) | SIOCDARP = 0x8953 constant SIOCDELDLCI (line 2883) | SIOCDELDLCI = 0x8981 constant SIOCDELMULTI (line 2884) | SIOCDELMULTI = 0x8932 constant SIOCDELRT (line 2885) | SIOCDELRT = 0x890c constant SIOCDEVPRIVATE (line 2886) | SIOCDEVPRIVATE = 0x89f0 constant SIOCDIFADDR (line 2887) | SIOCDIFADDR = 0x8936 constant SIOCDRARP (line 2888) | SIOCDRARP = 0x8960 constant SIOCETHTOOL (line 2889) | SIOCETHTOOL = 0x8946 constant SIOCGARP (line 2890) | SIOCGARP = 0x8954 constant SIOCGETLINKNAME (line 2891) | SIOCGETLINKNAME = 0x89e0 constant SIOCGETNODEID (line 2892) | SIOCGETNODEID = 0x89e1 constant SIOCGHWTSTAMP (line 2893) | SIOCGHWTSTAMP = 0x89b1 constant SIOCGIFADDR (line 2894) | SIOCGIFADDR = 0x8915 constant SIOCGIFBR (line 2895) | SIOCGIFBR = 0x8940 constant SIOCGIFBRDADDR (line 2896) | SIOCGIFBRDADDR = 0x8919 constant SIOCGIFCONF (line 2897) | SIOCGIFCONF = 0x8912 constant SIOCGIFCOUNT (line 2898) | SIOCGIFCOUNT = 0x8938 constant SIOCGIFDSTADDR (line 2899) | SIOCGIFDSTADDR = 0x8917 constant SIOCGIFENCAP (line 2900) | SIOCGIFENCAP = 0x8925 constant SIOCGIFFLAGS (line 2901) | SIOCGIFFLAGS = 0x8913 constant SIOCGIFHWADDR (line 2902) | SIOCGIFHWADDR = 0x8927 constant SIOCGIFINDEX (line 2903) | SIOCGIFINDEX = 0x8933 constant SIOCGIFMAP (line 2904) | SIOCGIFMAP = 0x8970 constant SIOCGIFMEM (line 2905) | SIOCGIFMEM = 0x891f constant SIOCGIFMETRIC (line 2906) | SIOCGIFMETRIC = 0x891d constant SIOCGIFMTU (line 2907) | SIOCGIFMTU = 0x8921 constant SIOCGIFNAME (line 2908) | SIOCGIFNAME = 0x8910 constant SIOCGIFNETMASK (line 2909) | SIOCGIFNETMASK = 0x891b constant SIOCGIFPFLAGS (line 2910) | SIOCGIFPFLAGS = 0x8935 constant SIOCGIFSLAVE (line 2911) | SIOCGIFSLAVE = 0x8929 constant SIOCGIFTXQLEN (line 2912) | SIOCGIFTXQLEN = 0x8942 constant SIOCGIFVLAN (line 2913) | SIOCGIFVLAN = 0x8982 constant SIOCGMIIPHY (line 2914) | SIOCGMIIPHY = 0x8947 constant SIOCGMIIREG (line 2915) | SIOCGMIIREG = 0x8948 constant SIOCGPPPCSTATS (line 2916) | SIOCGPPPCSTATS = 0x89f2 constant SIOCGPPPSTATS (line 2917) | SIOCGPPPSTATS = 0x89f0 constant SIOCGPPPVER (line 2918) | SIOCGPPPVER = 0x89f1 constant SIOCGRARP (line 2919) | SIOCGRARP = 0x8961 constant SIOCGSKNS (line 2920) | SIOCGSKNS = 0x894c constant SIOCGSTAMP (line 2921) | SIOCGSTAMP = 0x8906 constant SIOCGSTAMPNS (line 2922) | SIOCGSTAMPNS = 0x8907 constant SIOCGSTAMPNS_OLD (line 2923) | SIOCGSTAMPNS_OLD = 0x8907 constant SIOCGSTAMP_OLD (line 2924) | SIOCGSTAMP_OLD = 0x8906 constant SIOCKCMATTACH (line 2925) | SIOCKCMATTACH = 0x89e0 constant SIOCKCMCLONE (line 2926) | SIOCKCMCLONE = 0x89e2 constant SIOCKCMUNATTACH (line 2927) | SIOCKCMUNATTACH = 0x89e1 constant SIOCOUTQNSD (line 2928) | SIOCOUTQNSD = 0x894b constant SIOCPROTOPRIVATE (line 2929) | SIOCPROTOPRIVATE = 0x89e0 constant SIOCRTMSG (line 2930) | SIOCRTMSG = 0x890d constant SIOCSARP (line 2931) | SIOCSARP = 0x8955 constant SIOCSHWTSTAMP (line 2932) | SIOCSHWTSTAMP = 0x89b0 constant SIOCSIFADDR (line 2933) | SIOCSIFADDR = 0x8916 constant SIOCSIFBR (line 2934) | SIOCSIFBR = 0x8941 constant SIOCSIFBRDADDR (line 2935) | SIOCSIFBRDADDR = 0x891a constant SIOCSIFDSTADDR (line 2936) | SIOCSIFDSTADDR = 0x8918 constant SIOCSIFENCAP (line 2937) | SIOCSIFENCAP = 0x8926 constant SIOCSIFFLAGS (line 2938) | SIOCSIFFLAGS = 0x8914 constant SIOCSIFHWADDR (line 2939) | SIOCSIFHWADDR = 0x8924 constant SIOCSIFHWBROADCAST (line 2940) | SIOCSIFHWBROADCAST = 0x8937 constant SIOCSIFLINK (line 2941) | SIOCSIFLINK = 0x8911 constant SIOCSIFMAP (line 2942) | SIOCSIFMAP = 0x8971 constant SIOCSIFMEM (line 2943) | SIOCSIFMEM = 0x8920 constant SIOCSIFMETRIC (line 2944) | SIOCSIFMETRIC = 0x891e constant SIOCSIFMTU (line 2945) | SIOCSIFMTU = 0x8922 constant SIOCSIFNAME (line 2946) | SIOCSIFNAME = 0x8923 constant SIOCSIFNETMASK (line 2947) | SIOCSIFNETMASK = 0x891c constant SIOCSIFPFLAGS (line 2948) | SIOCSIFPFLAGS = 0x8934 constant SIOCSIFSLAVE (line 2949) | SIOCSIFSLAVE = 0x8930 constant SIOCSIFTXQLEN (line 2950) | SIOCSIFTXQLEN = 0x8943 constant SIOCSIFVLAN (line 2951) | SIOCSIFVLAN = 0x8983 constant SIOCSMIIREG (line 2952) | SIOCSMIIREG = 0x8949 constant SIOCSRARP (line 2953) | SIOCSRARP = 0x8962 constant SIOCWANDEV (line 2954) | SIOCWANDEV = 0x894a constant SMACK_MAGIC (line 2955) | SMACK_MAGIC = 0x43415d53 constant SMART_AUTOSAVE (line 2956) | SMART_AUTOSAVE = 0xd2 constant SMART_AUTO_OFFLINE (line 2957) | SMART_AUTO_OFFLINE = 0xdb constant SMART_DISABLE (line 2958) | SMART_DISABLE = 0xd9 constant SMART_ENABLE (line 2959) | SMART_ENABLE = 0xd8 constant SMART_HCYL_PASS (line 2960) | SMART_HCYL_PASS = 0xc2 constant SMART_IMMEDIATE_OFFLINE (line 2961) | SMART_IMMEDIATE_OFFLINE = 0xd4 constant SMART_LCYL_PASS (line 2962) | SMART_LCYL_PASS = 0x4f constant SMART_READ_LOG_SECTOR (line 2963) | SMART_READ_LOG_SECTOR = 0xd5 constant SMART_READ_THRESHOLDS (line 2964) | SMART_READ_THRESHOLDS = 0xd1 constant SMART_READ_VALUES (line 2965) | SMART_READ_VALUES = 0xd0 constant SMART_SAVE (line 2966) | SMART_SAVE = 0xd3 constant SMART_STATUS (line 2967) | SMART_STATUS = 0xda constant SMART_WRITE_LOG_SECTOR (line 2968) | SMART_WRITE_LOG_SECTOR = 0xd6 constant SMART_WRITE_THRESHOLDS (line 2969) | SMART_WRITE_THRESHOLDS = 0xd7 constant SMB2_SUPER_MAGIC (line 2970) | SMB2_SUPER_MAGIC = 0xfe534d42 constant SMB_SUPER_MAGIC (line 2971) | SMB_SUPER_MAGIC = 0x517b constant SOCKFS_MAGIC (line 2972) | SOCKFS_MAGIC = 0x534f434b constant SOCK_BUF_LOCK_MASK (line 2973) | SOCK_BUF_LOCK_MASK = 0x3 constant SOCK_DCCP (line 2974) | SOCK_DCCP = 0x6 constant SOCK_IOC_TYPE (line 2975) | SOCK_IOC_TYPE = 0x89 constant SOCK_PACKET (line 2976) | SOCK_PACKET = 0xa constant SOCK_RAW (line 2977) | SOCK_RAW = 0x3 constant SOCK_RCVBUF_LOCK (line 2978) | SOCK_RCVBUF_LOCK = 0x2 constant SOCK_RDM (line 2979) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 2980) | SOCK_SEQPACKET = 0x5 constant SOCK_SNDBUF_LOCK (line 2981) | SOCK_SNDBUF_LOCK = 0x1 constant SOCK_TXREHASH_DEFAULT (line 2982) | SOCK_TXREHASH_DEFAULT = 0xff constant SOCK_TXREHASH_DISABLED (line 2983) | SOCK_TXREHASH_DISABLED = 0x0 constant SOCK_TXREHASH_ENABLED (line 2984) | SOCK_TXREHASH_ENABLED = 0x1 constant SOL_AAL (line 2985) | SOL_AAL = 0x109 constant SOL_ALG (line 2986) | SOL_ALG = 0x117 constant SOL_ATM (line 2987) | SOL_ATM = 0x108 constant SOL_CAIF (line 2988) | SOL_CAIF = 0x116 constant SOL_CAN_BASE (line 2989) | SOL_CAN_BASE = 0x64 constant SOL_CAN_RAW (line 2990) | SOL_CAN_RAW = 0x65 constant SOL_DCCP (line 2991) | SOL_DCCP = 0x10d constant SOL_DECNET (line 2992) | SOL_DECNET = 0x105 constant SOL_ICMPV6 (line 2993) | SOL_ICMPV6 = 0x3a constant SOL_IP (line 2994) | SOL_IP = 0x0 constant SOL_IPV6 (line 2995) | SOL_IPV6 = 0x29 constant SOL_IRDA (line 2996) | SOL_IRDA = 0x10a constant SOL_IUCV (line 2997) | SOL_IUCV = 0x115 constant SOL_KCM (line 2998) | SOL_KCM = 0x119 constant SOL_LLC (line 2999) | SOL_LLC = 0x10c constant SOL_MCTP (line 3000) | SOL_MCTP = 0x11d constant SOL_MPTCP (line 3001) | SOL_MPTCP = 0x11c constant SOL_NETBEUI (line 3002) | SOL_NETBEUI = 0x10b constant SOL_NETLINK (line 3003) | SOL_NETLINK = 0x10e constant SOL_NFC (line 3004) | SOL_NFC = 0x118 constant SOL_PACKET (line 3005) | SOL_PACKET = 0x107 constant SOL_PNPIPE (line 3006) | SOL_PNPIPE = 0x113 constant SOL_PPPOL2TP (line 3007) | SOL_PPPOL2TP = 0x111 constant SOL_RAW (line 3008) | SOL_RAW = 0xff constant SOL_RDS (line 3009) | SOL_RDS = 0x114 constant SOL_RXRPC (line 3010) | SOL_RXRPC = 0x110 constant SOL_SMC (line 3011) | SOL_SMC = 0x11e constant SOL_TCP (line 3012) | SOL_TCP = 0x6 constant SOL_TIPC (line 3013) | SOL_TIPC = 0x10f constant SOL_TLS (line 3014) | SOL_TLS = 0x11a constant SOL_UDP (line 3015) | SOL_UDP = 0x11 constant SOL_X25 (line 3016) | SOL_X25 = 0x106 constant SOL_XDP (line 3017) | SOL_XDP = 0x11b constant SOMAXCONN (line 3018) | SOMAXCONN = 0x1000 constant SO_ATTACH_FILTER (line 3019) | SO_ATTACH_FILTER = 0x1a constant SO_DEBUG (line 3020) | SO_DEBUG = 0x1 constant SO_DETACH_BPF (line 3021) | SO_DETACH_BPF = 0x1b constant SO_DETACH_FILTER (line 3022) | SO_DETACH_FILTER = 0x1b constant SO_EE_CODE_TXTIME_INVALID_PARAM (line 3023) | SO_EE_CODE_TXTIME_INVALID_PARAM = 0x1 constant SO_EE_CODE_TXTIME_MISSED (line 3024) | SO_EE_CODE_TXTIME_MISSED = 0x2 constant SO_EE_CODE_ZEROCOPY_COPIED (line 3025) | SO_EE_CODE_ZEROCOPY_COPIED = 0x1 constant SO_EE_ORIGIN_ICMP (line 3026) | SO_EE_ORIGIN_ICMP = 0x2 constant SO_EE_ORIGIN_ICMP6 (line 3027) | SO_EE_ORIGIN_ICMP6 = 0x3 constant SO_EE_ORIGIN_LOCAL (line 3028) | SO_EE_ORIGIN_LOCAL = 0x1 constant SO_EE_ORIGIN_NONE (line 3029) | SO_EE_ORIGIN_NONE = 0x0 constant SO_EE_ORIGIN_TIMESTAMPING (line 3030) | SO_EE_ORIGIN_TIMESTAMPING = 0x4 constant SO_EE_ORIGIN_TXSTATUS (line 3031) | SO_EE_ORIGIN_TXSTATUS = 0x4 constant SO_EE_ORIGIN_TXTIME (line 3032) | SO_EE_ORIGIN_TXTIME = 0x6 constant SO_EE_ORIGIN_ZEROCOPY (line 3033) | SO_EE_ORIGIN_ZEROCOPY = 0x5 constant SO_EE_RFC4884_FLAG_INVALID (line 3034) | SO_EE_RFC4884_FLAG_INVALID = 0x1 constant SO_GET_FILTER (line 3035) | SO_GET_FILTER = 0x1a constant SO_NO_CHECK (line 3036) | SO_NO_CHECK = 0xb constant SO_PEERNAME (line 3037) | SO_PEERNAME = 0x1c constant SO_PRIORITY (line 3038) | SO_PRIORITY = 0xc constant SO_TIMESTAMP (line 3039) | SO_TIMESTAMP = 0x1d constant SO_TIMESTAMP_OLD (line 3040) | SO_TIMESTAMP_OLD = 0x1d constant SO_VM_SOCKETS_BUFFER_MAX_SIZE (line 3041) | SO_VM_SOCKETS_BUFFER_MAX_SIZE = 0x2 constant SO_VM_SOCKETS_BUFFER_MIN_SIZE (line 3042) | SO_VM_SOCKETS_BUFFER_MIN_SIZE = 0x1 constant SO_VM_SOCKETS_BUFFER_SIZE (line 3043) | SO_VM_SOCKETS_BUFFER_SIZE = 0x0 constant SO_VM_SOCKETS_CONNECT_TIMEOUT (line 3044) | SO_VM_SOCKETS_CONNECT_TIMEOUT = 0x6 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW (line 3045) | SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW = 0x8 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD (line 3046) | SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD = 0x6 constant SO_VM_SOCKETS_NONBLOCK_TXRX (line 3047) | SO_VM_SOCKETS_NONBLOCK_TXRX = 0x7 constant SO_VM_SOCKETS_PEER_HOST_VM_ID (line 3048) | SO_VM_SOCKETS_PEER_HOST_VM_ID = 0x3 constant SO_VM_SOCKETS_TRUSTED (line 3049) | SO_VM_SOCKETS_TRUSTED = 0x5 constant SPLICE_F_GIFT (line 3050) | SPLICE_F_GIFT = 0x8 constant SPLICE_F_MORE (line 3051) | SPLICE_F_MORE = 0x4 constant SPLICE_F_MOVE (line 3052) | SPLICE_F_MOVE = 0x1 constant SPLICE_F_NONBLOCK (line 3053) | SPLICE_F_NONBLOCK = 0x2 constant SQUASHFS_MAGIC (line 3054) | SQUASHFS_MAGIC = 0x73717368 constant STACK_END_MAGIC (line 3055) | STACK_END_MAGIC = 0x57ac6e9d constant STATX_ALL (line 3056) | STATX_ALL = 0xfff constant STATX_ATIME (line 3057) | STATX_ATIME = 0x20 constant STATX_ATTR_APPEND (line 3058) | STATX_ATTR_APPEND = 0x20 constant STATX_ATTR_AUTOMOUNT (line 3059) | STATX_ATTR_AUTOMOUNT = 0x1000 constant STATX_ATTR_COMPRESSED (line 3060) | STATX_ATTR_COMPRESSED = 0x4 constant STATX_ATTR_DAX (line 3061) | STATX_ATTR_DAX = 0x200000 constant STATX_ATTR_ENCRYPTED (line 3062) | STATX_ATTR_ENCRYPTED = 0x800 constant STATX_ATTR_IMMUTABLE (line 3063) | STATX_ATTR_IMMUTABLE = 0x10 constant STATX_ATTR_MOUNT_ROOT (line 3064) | STATX_ATTR_MOUNT_ROOT = 0x2000 constant STATX_ATTR_NODUMP (line 3065) | STATX_ATTR_NODUMP = 0x40 constant STATX_ATTR_VERITY (line 3066) | STATX_ATTR_VERITY = 0x100000 constant STATX_BASIC_STATS (line 3067) | STATX_BASIC_STATS = 0x7ff constant STATX_BLOCKS (line 3068) | STATX_BLOCKS = 0x400 constant STATX_BTIME (line 3069) | STATX_BTIME = 0x800 constant STATX_CTIME (line 3070) | STATX_CTIME = 0x80 constant STATX_DIOALIGN (line 3071) | STATX_DIOALIGN = 0x2000 constant STATX_GID (line 3072) | STATX_GID = 0x10 constant STATX_INO (line 3073) | STATX_INO = 0x100 constant STATX_MNT_ID (line 3074) | STATX_MNT_ID = 0x1000 constant STATX_MODE (line 3075) | STATX_MODE = 0x2 constant STATX_MTIME (line 3076) | STATX_MTIME = 0x40 constant STATX_NLINK (line 3077) | STATX_NLINK = 0x4 constant STATX_SIZE (line 3078) | STATX_SIZE = 0x200 constant STATX_TYPE (line 3079) | STATX_TYPE = 0x1 constant STATX_UID (line 3080) | STATX_UID = 0x8 constant STATX__RESERVED (line 3081) | STATX__RESERVED = 0x80000000 constant SYNC_FILE_RANGE_WAIT_AFTER (line 3082) | SYNC_FILE_RANGE_WAIT_AFTER = 0x4 constant SYNC_FILE_RANGE_WAIT_BEFORE (line 3083) | SYNC_FILE_RANGE_WAIT_BEFORE = 0x1 constant SYNC_FILE_RANGE_WRITE (line 3084) | SYNC_FILE_RANGE_WRITE = 0x2 constant SYNC_FILE_RANGE_WRITE_AND_WAIT (line 3085) | SYNC_FILE_RANGE_WRITE_AND_WAIT = 0x7 constant SYSFS_MAGIC (line 3086) | SYSFS_MAGIC = 0x62656572 constant S_BLKSIZE (line 3087) | S_BLKSIZE = 0x200 constant S_IEXEC (line 3088) | S_IEXEC = 0x40 constant S_IFBLK (line 3089) | S_IFBLK = 0x6000 constant S_IFCHR (line 3090) | S_IFCHR = 0x2000 constant S_IFDIR (line 3091) | S_IFDIR = 0x4000 constant S_IFIFO (line 3092) | S_IFIFO = 0x1000 constant S_IFLNK (line 3093) | S_IFLNK = 0xa000 constant S_IFMT (line 3094) | S_IFMT = 0xf000 constant S_IFREG (line 3095) | S_IFREG = 0x8000 constant S_IFSOCK (line 3096) | S_IFSOCK = 0xc000 constant S_IREAD (line 3097) | S_IREAD = 0x100 constant S_IRGRP (line 3098) | S_IRGRP = 0x20 constant S_IROTH (line 3099) | S_IROTH = 0x4 constant S_IRUSR (line 3100) | S_IRUSR = 0x100 constant S_IRWXG (line 3101) | S_IRWXG = 0x38 constant S_IRWXO (line 3102) | S_IRWXO = 0x7 constant S_IRWXU (line 3103) | S_IRWXU = 0x1c0 constant S_ISGID (line 3104) | S_ISGID = 0x400 constant S_ISUID (line 3105) | S_ISUID = 0x800 constant S_ISVTX (line 3106) | S_ISVTX = 0x200 constant S_IWGRP (line 3107) | S_IWGRP = 0x10 constant S_IWOTH (line 3108) | S_IWOTH = 0x2 constant S_IWRITE (line 3109) | S_IWRITE = 0x80 constant S_IWUSR (line 3110) | S_IWUSR = 0x80 constant S_IXGRP (line 3111) | S_IXGRP = 0x8 constant S_IXOTH (line 3112) | S_IXOTH = 0x1 constant S_IXUSR (line 3113) | S_IXUSR = 0x40 constant TAB0 (line 3114) | TAB0 = 0x0 constant TASKSTATS_CMD_ATTR_MAX (line 3115) | TASKSTATS_CMD_ATTR_MAX = 0x4 constant TASKSTATS_CMD_MAX (line 3116) | TASKSTATS_CMD_MAX = 0x2 constant TASKSTATS_GENL_NAME (line 3117) | TASKSTATS_GENL_NAME = "TASKSTATS" constant TASKSTATS_GENL_VERSION (line 3118) | TASKSTATS_GENL_VERSION = 0x1 constant TASKSTATS_TYPE_MAX (line 3119) | TASKSTATS_TYPE_MAX = 0x6 constant TASKSTATS_VERSION (line 3120) | TASKSTATS_VERSION = 0xe constant TCIFLUSH (line 3121) | TCIFLUSH = 0x0 constant TCIOFF (line 3122) | TCIOFF = 0x2 constant TCIOFLUSH (line 3123) | TCIOFLUSH = 0x2 constant TCION (line 3124) | TCION = 0x3 constant TCOFLUSH (line 3125) | TCOFLUSH = 0x1 constant TCOOFF (line 3126) | TCOOFF = 0x0 constant TCOON (line 3127) | TCOON = 0x1 constant TCPOPT_EOL (line 3128) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 3129) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 3130) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 3131) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 3132) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_TIMESTAMP (line 3133) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 3134) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 3135) | TCPOPT_WINDOW = 0x3 constant TCP_CC_INFO (line 3136) | TCP_CC_INFO = 0x1a constant TCP_CM_INQ (line 3137) | TCP_CM_INQ = 0x24 constant TCP_CONGESTION (line 3138) | TCP_CONGESTION = 0xd constant TCP_COOKIE_IN_ALWAYS (line 3139) | TCP_COOKIE_IN_ALWAYS = 0x1 constant TCP_COOKIE_MAX (line 3140) | TCP_COOKIE_MAX = 0x10 constant TCP_COOKIE_MIN (line 3141) | TCP_COOKIE_MIN = 0x8 constant TCP_COOKIE_OUT_NEVER (line 3142) | TCP_COOKIE_OUT_NEVER = 0x2 constant TCP_COOKIE_PAIR_SIZE (line 3143) | TCP_COOKIE_PAIR_SIZE = 0x20 constant TCP_COOKIE_TRANSACTIONS (line 3144) | TCP_COOKIE_TRANSACTIONS = 0xf constant TCP_CORK (line 3145) | TCP_CORK = 0x3 constant TCP_DEFER_ACCEPT (line 3146) | TCP_DEFER_ACCEPT = 0x9 constant TCP_FASTOPEN (line 3147) | TCP_FASTOPEN = 0x17 constant TCP_FASTOPEN_CONNECT (line 3148) | TCP_FASTOPEN_CONNECT = 0x1e constant TCP_FASTOPEN_KEY (line 3149) | TCP_FASTOPEN_KEY = 0x21 constant TCP_FASTOPEN_NO_COOKIE (line 3150) | TCP_FASTOPEN_NO_COOKIE = 0x22 constant TCP_INFO (line 3151) | TCP_INFO = 0xb constant TCP_INQ (line 3152) | TCP_INQ = 0x24 constant TCP_KEEPCNT (line 3153) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 3154) | TCP_KEEPIDLE = 0x4 constant TCP_KEEPINTVL (line 3155) | TCP_KEEPINTVL = 0x5 constant TCP_LINGER2 (line 3156) | TCP_LINGER2 = 0x8 constant TCP_MAXSEG (line 3157) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 3158) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 3159) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 3160) | TCP_MD5SIG = 0xe constant TCP_MD5SIG_EXT (line 3161) | TCP_MD5SIG_EXT = 0x20 constant TCP_MD5SIG_FLAG_PREFIX (line 3162) | TCP_MD5SIG_FLAG_PREFIX = 0x1 constant TCP_MD5SIG_MAXKEYLEN (line 3163) | TCP_MD5SIG_MAXKEYLEN = 0x50 constant TCP_MSS (line 3164) | TCP_MSS = 0x200 constant TCP_MSS_DEFAULT (line 3165) | TCP_MSS_DEFAULT = 0x218 constant TCP_MSS_DESIRED (line 3166) | TCP_MSS_DESIRED = 0x4c4 constant TCP_NODELAY (line 3167) | TCP_NODELAY = 0x1 constant TCP_NOTSENT_LOWAT (line 3168) | TCP_NOTSENT_LOWAT = 0x19 constant TCP_QUEUE_SEQ (line 3169) | TCP_QUEUE_SEQ = 0x15 constant TCP_QUICKACK (line 3170) | TCP_QUICKACK = 0xc constant TCP_REPAIR (line 3171) | TCP_REPAIR = 0x13 constant TCP_REPAIR_OFF (line 3172) | TCP_REPAIR_OFF = 0x0 constant TCP_REPAIR_OFF_NO_WP (line 3173) | TCP_REPAIR_OFF_NO_WP = -0x1 constant TCP_REPAIR_ON (line 3174) | TCP_REPAIR_ON = 0x1 constant TCP_REPAIR_OPTIONS (line 3175) | TCP_REPAIR_OPTIONS = 0x16 constant TCP_REPAIR_QUEUE (line 3176) | TCP_REPAIR_QUEUE = 0x14 constant TCP_REPAIR_WINDOW (line 3177) | TCP_REPAIR_WINDOW = 0x1d constant TCP_SAVED_SYN (line 3178) | TCP_SAVED_SYN = 0x1c constant TCP_SAVE_SYN (line 3179) | TCP_SAVE_SYN = 0x1b constant TCP_SYNCNT (line 3180) | TCP_SYNCNT = 0x7 constant TCP_S_DATA_IN (line 3181) | TCP_S_DATA_IN = 0x4 constant TCP_S_DATA_OUT (line 3182) | TCP_S_DATA_OUT = 0x8 constant TCP_THIN_DUPACK (line 3183) | TCP_THIN_DUPACK = 0x11 constant TCP_THIN_LINEAR_TIMEOUTS (line 3184) | TCP_THIN_LINEAR_TIMEOUTS = 0x10 constant TCP_TIMESTAMP (line 3185) | TCP_TIMESTAMP = 0x18 constant TCP_TX_DELAY (line 3186) | TCP_TX_DELAY = 0x25 constant TCP_ULP (line 3187) | TCP_ULP = 0x1f constant TCP_USER_TIMEOUT (line 3188) | TCP_USER_TIMEOUT = 0x12 constant TCP_V4_FLOW (line 3189) | TCP_V4_FLOW = 0x1 constant TCP_V6_FLOW (line 3190) | TCP_V6_FLOW = 0x5 constant TCP_WINDOW_CLAMP (line 3191) | TCP_WINDOW_CLAMP = 0xa constant TCP_ZEROCOPY_RECEIVE (line 3192) | TCP_ZEROCOPY_RECEIVE = 0x23 constant TFD_TIMER_ABSTIME (line 3193) | TFD_TIMER_ABSTIME = 0x1 constant TFD_TIMER_CANCEL_ON_SET (line 3194) | TFD_TIMER_CANCEL_ON_SET = 0x2 constant TIMER_ABSTIME (line 3195) | TIMER_ABSTIME = 0x1 constant TIOCM_DTR (line 3196) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 3197) | TIOCM_LE = 0x1 constant TIOCM_RTS (line 3198) | TIOCM_RTS = 0x4 constant TIOCPKT_DATA (line 3199) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 3200) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 3201) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 3202) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 3203) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 3204) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 3205) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 3206) | TIOCPKT_STOP = 0x4 constant TIPC_ADDR_ID (line 3207) | TIPC_ADDR_ID = 0x3 constant TIPC_ADDR_MCAST (line 3208) | TIPC_ADDR_MCAST = 0x1 constant TIPC_ADDR_NAME (line 3209) | TIPC_ADDR_NAME = 0x2 constant TIPC_ADDR_NAMESEQ (line 3210) | TIPC_ADDR_NAMESEQ = 0x1 constant TIPC_AEAD_ALG_NAME (line 3211) | TIPC_AEAD_ALG_NAME = 0x20 constant TIPC_AEAD_KEYLEN_MAX (line 3212) | TIPC_AEAD_KEYLEN_MAX = 0x24 constant TIPC_AEAD_KEYLEN_MIN (line 3213) | TIPC_AEAD_KEYLEN_MIN = 0x14 constant TIPC_AEAD_KEY_SIZE_MAX (line 3214) | TIPC_AEAD_KEY_SIZE_MAX = 0x48 constant TIPC_CFG_SRV (line 3215) | TIPC_CFG_SRV = 0x0 constant TIPC_CLUSTER_BITS (line 3216) | TIPC_CLUSTER_BITS = 0xc constant TIPC_CLUSTER_MASK (line 3217) | TIPC_CLUSTER_MASK = 0xfff000 constant TIPC_CLUSTER_OFFSET (line 3218) | TIPC_CLUSTER_OFFSET = 0xc constant TIPC_CLUSTER_SIZE (line 3219) | TIPC_CLUSTER_SIZE = 0xfff constant TIPC_CONN_SHUTDOWN (line 3220) | TIPC_CONN_SHUTDOWN = 0x5 constant TIPC_CONN_TIMEOUT (line 3221) | TIPC_CONN_TIMEOUT = 0x82 constant TIPC_CRITICAL_IMPORTANCE (line 3222) | TIPC_CRITICAL_IMPORTANCE = 0x3 constant TIPC_DESTNAME (line 3223) | TIPC_DESTNAME = 0x3 constant TIPC_DEST_DROPPABLE (line 3224) | TIPC_DEST_DROPPABLE = 0x81 constant TIPC_ERRINFO (line 3225) | TIPC_ERRINFO = 0x1 constant TIPC_ERR_NO_NAME (line 3226) | TIPC_ERR_NO_NAME = 0x1 constant TIPC_ERR_NO_NODE (line 3227) | TIPC_ERR_NO_NODE = 0x3 constant TIPC_ERR_NO_PORT (line 3228) | TIPC_ERR_NO_PORT = 0x2 constant TIPC_ERR_OVERLOAD (line 3229) | TIPC_ERR_OVERLOAD = 0x4 constant TIPC_GROUP_JOIN (line 3230) | TIPC_GROUP_JOIN = 0x87 constant TIPC_GROUP_LEAVE (line 3231) | TIPC_GROUP_LEAVE = 0x88 constant TIPC_GROUP_LOOPBACK (line 3232) | TIPC_GROUP_LOOPBACK = 0x1 constant TIPC_GROUP_MEMBER_EVTS (line 3233) | TIPC_GROUP_MEMBER_EVTS = 0x2 constant TIPC_HIGH_IMPORTANCE (line 3234) | TIPC_HIGH_IMPORTANCE = 0x2 constant TIPC_IMPORTANCE (line 3235) | TIPC_IMPORTANCE = 0x7f constant TIPC_LINK_STATE (line 3236) | TIPC_LINK_STATE = 0x2 constant TIPC_LOW_IMPORTANCE (line 3237) | TIPC_LOW_IMPORTANCE = 0x0 constant TIPC_MAX_BEARER_NAME (line 3238) | TIPC_MAX_BEARER_NAME = 0x20 constant TIPC_MAX_IF_NAME (line 3239) | TIPC_MAX_IF_NAME = 0x10 constant TIPC_MAX_LINK_NAME (line 3240) | TIPC_MAX_LINK_NAME = 0x44 constant TIPC_MAX_MEDIA_NAME (line 3241) | TIPC_MAX_MEDIA_NAME = 0x10 constant TIPC_MAX_USER_MSG_SIZE (line 3242) | TIPC_MAX_USER_MSG_SIZE = 0x101d0 constant TIPC_MCAST_BROADCAST (line 3243) | TIPC_MCAST_BROADCAST = 0x85 constant TIPC_MCAST_REPLICAST (line 3244) | TIPC_MCAST_REPLICAST = 0x86 constant TIPC_MEDIUM_IMPORTANCE (line 3245) | TIPC_MEDIUM_IMPORTANCE = 0x1 constant TIPC_NODEID_LEN (line 3246) | TIPC_NODEID_LEN = 0x10 constant TIPC_NODELAY (line 3247) | TIPC_NODELAY = 0x8a constant TIPC_NODE_BITS (line 3248) | TIPC_NODE_BITS = 0xc constant TIPC_NODE_MASK (line 3249) | TIPC_NODE_MASK = 0xfff constant TIPC_NODE_OFFSET (line 3250) | TIPC_NODE_OFFSET = 0x0 constant TIPC_NODE_RECVQ_DEPTH (line 3251) | TIPC_NODE_RECVQ_DEPTH = 0x83 constant TIPC_NODE_SIZE (line 3252) | TIPC_NODE_SIZE = 0xfff constant TIPC_NODE_STATE (line 3253) | TIPC_NODE_STATE = 0x0 constant TIPC_OK (line 3254) | TIPC_OK = 0x0 constant TIPC_PUBLISHED (line 3255) | TIPC_PUBLISHED = 0x1 constant TIPC_REKEYING_NOW (line 3256) | TIPC_REKEYING_NOW = 0xffffffff constant TIPC_RESERVED_TYPES (line 3257) | TIPC_RESERVED_TYPES = 0x40 constant TIPC_RETDATA (line 3258) | TIPC_RETDATA = 0x2 constant TIPC_SERVICE_ADDR (line 3259) | TIPC_SERVICE_ADDR = 0x2 constant TIPC_SERVICE_RANGE (line 3260) | TIPC_SERVICE_RANGE = 0x1 constant TIPC_SOCKET_ADDR (line 3261) | TIPC_SOCKET_ADDR = 0x3 constant TIPC_SOCK_RECVQ_DEPTH (line 3262) | TIPC_SOCK_RECVQ_DEPTH = 0x84 constant TIPC_SOCK_RECVQ_USED (line 3263) | TIPC_SOCK_RECVQ_USED = 0x89 constant TIPC_SRC_DROPPABLE (line 3264) | TIPC_SRC_DROPPABLE = 0x80 constant TIPC_SUBSCR_TIMEOUT (line 3265) | TIPC_SUBSCR_TIMEOUT = 0x3 constant TIPC_SUB_CANCEL (line 3266) | TIPC_SUB_CANCEL = 0x4 constant TIPC_SUB_PORTS (line 3267) | TIPC_SUB_PORTS = 0x1 constant TIPC_SUB_SERVICE (line 3268) | TIPC_SUB_SERVICE = 0x2 constant TIPC_TOP_SRV (line 3269) | TIPC_TOP_SRV = 0x1 constant TIPC_WAIT_FOREVER (line 3270) | TIPC_WAIT_FOREVER = 0xffffffff constant TIPC_WITHDRAWN (line 3271) | TIPC_WITHDRAWN = 0x2 constant TIPC_ZONE_BITS (line 3272) | TIPC_ZONE_BITS = 0x8 constant TIPC_ZONE_CLUSTER_MASK (line 3273) | TIPC_ZONE_CLUSTER_MASK = 0xfffff000 constant TIPC_ZONE_MASK (line 3274) | TIPC_ZONE_MASK = 0xff000000 constant TIPC_ZONE_OFFSET (line 3275) | TIPC_ZONE_OFFSET = 0x18 constant TIPC_ZONE_SCOPE (line 3276) | TIPC_ZONE_SCOPE = 0x1 constant TIPC_ZONE_SIZE (line 3277) | TIPC_ZONE_SIZE = 0xff constant TMPFS_MAGIC (line 3278) | TMPFS_MAGIC = 0x1021994 constant TPACKET_ALIGNMENT (line 3279) | TPACKET_ALIGNMENT = 0x10 constant TPACKET_HDRLEN (line 3280) | TPACKET_HDRLEN = 0x34 constant TP_STATUS_AVAILABLE (line 3281) | TP_STATUS_AVAILABLE = 0x0 constant TP_STATUS_BLK_TMO (line 3282) | TP_STATUS_BLK_TMO = 0x20 constant TP_STATUS_COPY (line 3283) | TP_STATUS_COPY = 0x2 constant TP_STATUS_CSUMNOTREADY (line 3284) | TP_STATUS_CSUMNOTREADY = 0x8 constant TP_STATUS_CSUM_VALID (line 3285) | TP_STATUS_CSUM_VALID = 0x80 constant TP_STATUS_GSO_TCP (line 3286) | TP_STATUS_GSO_TCP = 0x100 constant TP_STATUS_KERNEL (line 3287) | TP_STATUS_KERNEL = 0x0 constant TP_STATUS_LOSING (line 3288) | TP_STATUS_LOSING = 0x4 constant TP_STATUS_SENDING (line 3289) | TP_STATUS_SENDING = 0x2 constant TP_STATUS_SEND_REQUEST (line 3290) | TP_STATUS_SEND_REQUEST = 0x1 constant TP_STATUS_TS_RAW_HARDWARE (line 3291) | TP_STATUS_TS_RAW_HARDWARE = 0x80000000 constant TP_STATUS_TS_SOFTWARE (line 3292) | TP_STATUS_TS_SOFTWARE = 0x20000000 constant TP_STATUS_TS_SYS_HARDWARE (line 3293) | TP_STATUS_TS_SYS_HARDWARE = 0x40000000 constant TP_STATUS_USER (line 3294) | TP_STATUS_USER = 0x1 constant TP_STATUS_VLAN_TPID_VALID (line 3295) | TP_STATUS_VLAN_TPID_VALID = 0x40 constant TP_STATUS_VLAN_VALID (line 3296) | TP_STATUS_VLAN_VALID = 0x10 constant TP_STATUS_WRONG_FORMAT (line 3297) | TP_STATUS_WRONG_FORMAT = 0x4 constant TRACEFS_MAGIC (line 3298) | TRACEFS_MAGIC = 0x74726163 constant TS_COMM_LEN (line 3299) | TS_COMM_LEN = 0x20 constant UDF_SUPER_MAGIC (line 3300) | UDF_SUPER_MAGIC = 0x15013346 constant UDP_CORK (line 3301) | UDP_CORK = 0x1 constant UDP_ENCAP (line 3302) | UDP_ENCAP = 0x64 constant UDP_ENCAP_ESPINUDP (line 3303) | UDP_ENCAP_ESPINUDP = 0x2 constant UDP_ENCAP_ESPINUDP_NON_IKE (line 3304) | UDP_ENCAP_ESPINUDP_NON_IKE = 0x1 constant UDP_ENCAP_GTP0 (line 3305) | UDP_ENCAP_GTP0 = 0x4 constant UDP_ENCAP_GTP1U (line 3306) | UDP_ENCAP_GTP1U = 0x5 constant UDP_ENCAP_L2TPINUDP (line 3307) | UDP_ENCAP_L2TPINUDP = 0x3 constant UDP_GRO (line 3308) | UDP_GRO = 0x68 constant UDP_NO_CHECK6_RX (line 3309) | UDP_NO_CHECK6_RX = 0x66 constant UDP_NO_CHECK6_TX (line 3310) | UDP_NO_CHECK6_TX = 0x65 constant UDP_SEGMENT (line 3311) | UDP_SEGMENT = 0x67 constant UDP_V4_FLOW (line 3312) | UDP_V4_FLOW = 0x2 constant UDP_V6_FLOW (line 3313) | UDP_V6_FLOW = 0x6 constant UMOUNT_NOFOLLOW (line 3314) | UMOUNT_NOFOLLOW = 0x8 constant USBDEVICE_SUPER_MAGIC (line 3315) | USBDEVICE_SUPER_MAGIC = 0x9fa2 constant UTIME_NOW (line 3316) | UTIME_NOW = 0x3fffffff constant UTIME_OMIT (line 3317) | UTIME_OMIT = 0x3ffffffe constant V9FS_MAGIC (line 3318) | V9FS_MAGIC = 0x1021997 constant VERASE (line 3319) | VERASE = 0x2 constant VINTR (line 3320) | VINTR = 0x0 constant VKILL (line 3321) | VKILL = 0x3 constant VLNEXT (line 3322) | VLNEXT = 0xf constant VMADDR_CID_ANY (line 3323) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 3324) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 3325) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_LOCAL (line 3326) | VMADDR_CID_LOCAL = 0x1 constant VMADDR_FLAG_TO_HOST (line 3327) | VMADDR_FLAG_TO_HOST = 0x1 constant VMADDR_PORT_ANY (line 3328) | VMADDR_PORT_ANY = 0xffffffff constant VM_SOCKETS_INVALID_VERSION (line 3329) | VM_SOCKETS_INVALID_VERSION = 0xffffffff constant VQUIT (line 3330) | VQUIT = 0x1 constant VT0 (line 3331) | VT0 = 0x0 constant WAKE_MAGIC (line 3332) | WAKE_MAGIC = 0x20 constant WALL (line 3333) | WALL = 0x40000000 constant WCLONE (line 3334) | WCLONE = 0x80000000 constant WCONTINUED (line 3335) | WCONTINUED = 0x8 constant WDIOC_SETPRETIMEOUT (line 3336) | WDIOC_SETPRETIMEOUT = 0xc0045708 constant WDIOC_SETTIMEOUT (line 3337) | WDIOC_SETTIMEOUT = 0xc0045706 constant WDIOF_ALARMONLY (line 3338) | WDIOF_ALARMONLY = 0x400 constant WDIOF_CARDRESET (line 3339) | WDIOF_CARDRESET = 0x20 constant WDIOF_EXTERN1 (line 3340) | WDIOF_EXTERN1 = 0x4 constant WDIOF_EXTERN2 (line 3341) | WDIOF_EXTERN2 = 0x8 constant WDIOF_FANFAULT (line 3342) | WDIOF_FANFAULT = 0x2 constant WDIOF_KEEPALIVEPING (line 3343) | WDIOF_KEEPALIVEPING = 0x8000 constant WDIOF_MAGICCLOSE (line 3344) | WDIOF_MAGICCLOSE = 0x100 constant WDIOF_OVERHEAT (line 3345) | WDIOF_OVERHEAT = 0x1 constant WDIOF_POWEROVER (line 3346) | WDIOF_POWEROVER = 0x40 constant WDIOF_POWERUNDER (line 3347) | WDIOF_POWERUNDER = 0x10 constant WDIOF_PRETIMEOUT (line 3348) | WDIOF_PRETIMEOUT = 0x200 constant WDIOF_SETTIMEOUT (line 3349) | WDIOF_SETTIMEOUT = 0x80 constant WDIOF_UNKNOWN (line 3350) | WDIOF_UNKNOWN = -0x1 constant WDIOS_DISABLECARD (line 3351) | WDIOS_DISABLECARD = 0x1 constant WDIOS_ENABLECARD (line 3352) | WDIOS_ENABLECARD = 0x2 constant WDIOS_TEMPPANIC (line 3353) | WDIOS_TEMPPANIC = 0x4 constant WDIOS_UNKNOWN (line 3354) | WDIOS_UNKNOWN = -0x1 constant WEXITED (line 3355) | WEXITED = 0x4 constant WGALLOWEDIP_A_MAX (line 3356) | WGALLOWEDIP_A_MAX = 0x3 constant WGDEVICE_A_MAX (line 3357) | WGDEVICE_A_MAX = 0x8 constant WGPEER_A_MAX (line 3358) | WGPEER_A_MAX = 0xa constant WG_CMD_MAX (line 3359) | WG_CMD_MAX = 0x1 constant WG_GENL_NAME (line 3360) | WG_GENL_NAME = "wireguard" constant WG_GENL_VERSION (line 3361) | WG_GENL_VERSION = 0x1 constant WG_KEY_LEN (line 3362) | WG_KEY_LEN = 0x20 constant WIN_ACKMEDIACHANGE (line 3363) | WIN_ACKMEDIACHANGE = 0xdb constant WIN_CHECKPOWERMODE1 (line 3364) | WIN_CHECKPOWERMODE1 = 0xe5 constant WIN_CHECKPOWERMODE2 (line 3365) | WIN_CHECKPOWERMODE2 = 0x98 constant WIN_DEVICE_RESET (line 3366) | WIN_DEVICE_RESET = 0x8 constant WIN_DIAGNOSE (line 3367) | WIN_DIAGNOSE = 0x90 constant WIN_DOORLOCK (line 3368) | WIN_DOORLOCK = 0xde constant WIN_DOORUNLOCK (line 3369) | WIN_DOORUNLOCK = 0xdf constant WIN_DOWNLOAD_MICROCODE (line 3370) | WIN_DOWNLOAD_MICROCODE = 0x92 constant WIN_FLUSH_CACHE (line 3371) | WIN_FLUSH_CACHE = 0xe7 constant WIN_FLUSH_CACHE_EXT (line 3372) | WIN_FLUSH_CACHE_EXT = 0xea constant WIN_FORMAT (line 3373) | WIN_FORMAT = 0x50 constant WIN_GETMEDIASTATUS (line 3374) | WIN_GETMEDIASTATUS = 0xda constant WIN_IDENTIFY (line 3375) | WIN_IDENTIFY = 0xec constant WIN_IDENTIFY_DMA (line 3376) | WIN_IDENTIFY_DMA = 0xee constant WIN_IDLEIMMEDIATE (line 3377) | WIN_IDLEIMMEDIATE = 0xe1 constant WIN_INIT (line 3378) | WIN_INIT = 0x60 constant WIN_MEDIAEJECT (line 3379) | WIN_MEDIAEJECT = 0xed constant WIN_MULTREAD (line 3380) | WIN_MULTREAD = 0xc4 constant WIN_MULTREAD_EXT (line 3381) | WIN_MULTREAD_EXT = 0x29 constant WIN_MULTWRITE (line 3382) | WIN_MULTWRITE = 0xc5 constant WIN_MULTWRITE_EXT (line 3383) | WIN_MULTWRITE_EXT = 0x39 constant WIN_NOP (line 3384) | WIN_NOP = 0x0 constant WIN_PACKETCMD (line 3385) | WIN_PACKETCMD = 0xa0 constant WIN_PIDENTIFY (line 3386) | WIN_PIDENTIFY = 0xa1 constant WIN_POSTBOOT (line 3387) | WIN_POSTBOOT = 0xdc constant WIN_PREBOOT (line 3388) | WIN_PREBOOT = 0xdd constant WIN_QUEUED_SERVICE (line 3389) | WIN_QUEUED_SERVICE = 0xa2 constant WIN_READ (line 3390) | WIN_READ = 0x20 constant WIN_READDMA (line 3391) | WIN_READDMA = 0xc8 constant WIN_READDMA_EXT (line 3392) | WIN_READDMA_EXT = 0x25 constant WIN_READDMA_ONCE (line 3393) | WIN_READDMA_ONCE = 0xc9 constant WIN_READDMA_QUEUED (line 3394) | WIN_READDMA_QUEUED = 0xc7 constant WIN_READDMA_QUEUED_EXT (line 3395) | WIN_READDMA_QUEUED_EXT = 0x26 constant WIN_READ_BUFFER (line 3396) | WIN_READ_BUFFER = 0xe4 constant WIN_READ_EXT (line 3397) | WIN_READ_EXT = 0x24 constant WIN_READ_LONG (line 3398) | WIN_READ_LONG = 0x22 constant WIN_READ_LONG_ONCE (line 3399) | WIN_READ_LONG_ONCE = 0x23 constant WIN_READ_NATIVE_MAX (line 3400) | WIN_READ_NATIVE_MAX = 0xf8 constant WIN_READ_NATIVE_MAX_EXT (line 3401) | WIN_READ_NATIVE_MAX_EXT = 0x27 constant WIN_READ_ONCE (line 3402) | WIN_READ_ONCE = 0x21 constant WIN_RECAL (line 3403) | WIN_RECAL = 0x10 constant WIN_RESTORE (line 3404) | WIN_RESTORE = 0x10 constant WIN_SECURITY_DISABLE (line 3405) | WIN_SECURITY_DISABLE = 0xf6 constant WIN_SECURITY_ERASE_PREPARE (line 3406) | WIN_SECURITY_ERASE_PREPARE = 0xf3 constant WIN_SECURITY_ERASE_UNIT (line 3407) | WIN_SECURITY_ERASE_UNIT = 0xf4 constant WIN_SECURITY_FREEZE_LOCK (line 3408) | WIN_SECURITY_FREEZE_LOCK = 0xf5 constant WIN_SECURITY_SET_PASS (line 3409) | WIN_SECURITY_SET_PASS = 0xf1 constant WIN_SECURITY_UNLOCK (line 3410) | WIN_SECURITY_UNLOCK = 0xf2 constant WIN_SEEK (line 3411) | WIN_SEEK = 0x70 constant WIN_SETFEATURES (line 3412) | WIN_SETFEATURES = 0xef constant WIN_SETIDLE1 (line 3413) | WIN_SETIDLE1 = 0xe3 constant WIN_SETIDLE2 (line 3414) | WIN_SETIDLE2 = 0x97 constant WIN_SETMULT (line 3415) | WIN_SETMULT = 0xc6 constant WIN_SET_MAX (line 3416) | WIN_SET_MAX = 0xf9 constant WIN_SET_MAX_EXT (line 3417) | WIN_SET_MAX_EXT = 0x37 constant WIN_SLEEPNOW1 (line 3418) | WIN_SLEEPNOW1 = 0xe6 constant WIN_SLEEPNOW2 (line 3419) | WIN_SLEEPNOW2 = 0x99 constant WIN_SMART (line 3420) | WIN_SMART = 0xb0 constant WIN_SPECIFY (line 3421) | WIN_SPECIFY = 0x91 constant WIN_SRST (line 3422) | WIN_SRST = 0x8 constant WIN_STANDBY (line 3423) | WIN_STANDBY = 0xe2 constant WIN_STANDBY2 (line 3424) | WIN_STANDBY2 = 0x96 constant WIN_STANDBYNOW1 (line 3425) | WIN_STANDBYNOW1 = 0xe0 constant WIN_STANDBYNOW2 (line 3426) | WIN_STANDBYNOW2 = 0x94 constant WIN_VERIFY (line 3427) | WIN_VERIFY = 0x40 constant WIN_VERIFY_EXT (line 3428) | WIN_VERIFY_EXT = 0x42 constant WIN_VERIFY_ONCE (line 3429) | WIN_VERIFY_ONCE = 0x41 constant WIN_WRITE (line 3430) | WIN_WRITE = 0x30 constant WIN_WRITEDMA (line 3431) | WIN_WRITEDMA = 0xca constant WIN_WRITEDMA_EXT (line 3432) | WIN_WRITEDMA_EXT = 0x35 constant WIN_WRITEDMA_ONCE (line 3433) | WIN_WRITEDMA_ONCE = 0xcb constant WIN_WRITEDMA_QUEUED (line 3434) | WIN_WRITEDMA_QUEUED = 0xcc constant WIN_WRITEDMA_QUEUED_EXT (line 3435) | WIN_WRITEDMA_QUEUED_EXT = 0x36 constant WIN_WRITE_BUFFER (line 3436) | WIN_WRITE_BUFFER = 0xe8 constant WIN_WRITE_EXT (line 3437) | WIN_WRITE_EXT = 0x34 constant WIN_WRITE_LONG (line 3438) | WIN_WRITE_LONG = 0x32 constant WIN_WRITE_LONG_ONCE (line 3439) | WIN_WRITE_LONG_ONCE = 0x33 constant WIN_WRITE_ONCE (line 3440) | WIN_WRITE_ONCE = 0x31 constant WIN_WRITE_SAME (line 3441) | WIN_WRITE_SAME = 0xe9 constant WIN_WRITE_VERIFY (line 3442) | WIN_WRITE_VERIFY = 0x3c constant WNOHANG (line 3443) | WNOHANG = 0x1 constant WNOTHREAD (line 3444) | WNOTHREAD = 0x20000000 constant WNOWAIT (line 3445) | WNOWAIT = 0x1000000 constant WSTOPPED (line 3446) | WSTOPPED = 0x2 constant WUNTRACED (line 3447) | WUNTRACED = 0x2 constant XATTR_CREATE (line 3448) | XATTR_CREATE = 0x1 constant XATTR_REPLACE (line 3449) | XATTR_REPLACE = 0x2 constant XDP_COPY (line 3450) | XDP_COPY = 0x2 constant XDP_FLAGS_DRV_MODE (line 3451) | XDP_FLAGS_DRV_MODE = 0x4 constant XDP_FLAGS_HW_MODE (line 3452) | XDP_FLAGS_HW_MODE = 0x8 constant XDP_FLAGS_MASK (line 3453) | XDP_FLAGS_MASK = 0x1f constant XDP_FLAGS_MODES (line 3454) | XDP_FLAGS_MODES = 0xe constant XDP_FLAGS_REPLACE (line 3455) | XDP_FLAGS_REPLACE = 0x10 constant XDP_FLAGS_SKB_MODE (line 3456) | XDP_FLAGS_SKB_MODE = 0x2 constant XDP_FLAGS_UPDATE_IF_NOEXIST (line 3457) | XDP_FLAGS_UPDATE_IF_NOEXIST = 0x1 constant XDP_MMAP_OFFSETS (line 3458) | XDP_MMAP_OFFSETS = 0x1 constant XDP_OPTIONS (line 3459) | XDP_OPTIONS = 0x8 constant XDP_OPTIONS_ZEROCOPY (line 3460) | XDP_OPTIONS_ZEROCOPY = 0x1 constant XDP_PACKET_HEADROOM (line 3461) | XDP_PACKET_HEADROOM = 0x100 constant XDP_PGOFF_RX_RING (line 3462) | XDP_PGOFF_RX_RING = 0x0 constant XDP_PGOFF_TX_RING (line 3463) | XDP_PGOFF_TX_RING = 0x80000000 constant XDP_RING_NEED_WAKEUP (line 3464) | XDP_RING_NEED_WAKEUP = 0x1 constant XDP_RX_RING (line 3465) | XDP_RX_RING = 0x2 constant XDP_SHARED_UMEM (line 3466) | XDP_SHARED_UMEM = 0x1 constant XDP_STATISTICS (line 3467) | XDP_STATISTICS = 0x7 constant XDP_TX_RING (line 3468) | XDP_TX_RING = 0x3 constant XDP_UMEM_COMPLETION_RING (line 3469) | XDP_UMEM_COMPLETION_RING = 0x6 constant XDP_UMEM_FILL_RING (line 3470) | XDP_UMEM_FILL_RING = 0x5 constant XDP_UMEM_PGOFF_COMPLETION_RING (line 3471) | XDP_UMEM_PGOFF_COMPLETION_RING = 0x180000000 constant XDP_UMEM_PGOFF_FILL_RING (line 3472) | XDP_UMEM_PGOFF_FILL_RING = 0x100000000 constant XDP_UMEM_REG (line 3473) | XDP_UMEM_REG = 0x4 constant XDP_UMEM_UNALIGNED_CHUNK_FLAG (line 3474) | XDP_UMEM_UNALIGNED_CHUNK_FLAG = 0x1 constant XDP_USE_NEED_WAKEUP (line 3475) | XDP_USE_NEED_WAKEUP = 0x8 constant XDP_ZEROCOPY (line 3476) | XDP_ZEROCOPY = 0x4 constant XENFS_SUPER_MAGIC (line 3477) | XENFS_SUPER_MAGIC = 0xabba1974 constant XFS_SUPER_MAGIC (line 3478) | XFS_SUPER_MAGIC = 0x58465342 constant ZONEFS_MAGIC (line 3479) | ZONEFS_MAGIC = 0x5a4f4653 constant _HIDIOCGRAWNAME_LEN (line 3480) | _HIDIOCGRAWNAME_LEN = 0x80 constant _HIDIOCGRAWPHYS_LEN (line 3481) | _HIDIOCGRAWPHYS_LEN = 0x40 constant _HIDIOCGRAWUNIQ_LEN (line 3482) | _HIDIOCGRAWUNIQ_LEN = 0x40 constant E2BIG (line 3487) | E2BIG = syscall.Errno(0x7) constant EACCES (line 3488) | EACCES = syscall.Errno(0xd) constant EAGAIN (line 3489) | EAGAIN = syscall.Errno(0xb) constant EBADF (line 3490) | EBADF = syscall.Errno(0x9) constant EBUSY (line 3491) | EBUSY = syscall.Errno(0x10) constant ECHILD (line 3492) | ECHILD = syscall.Errno(0xa) constant EDOM (line 3493) | EDOM = syscall.Errno(0x21) constant EEXIST (line 3494) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 3495) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 3496) | EFBIG = syscall.Errno(0x1b) constant EINTR (line 3497) | EINTR = syscall.Errno(0x4) constant EINVAL (line 3498) | EINVAL = syscall.Errno(0x16) constant EIO (line 3499) | EIO = syscall.Errno(0x5) constant EISDIR (line 3500) | EISDIR = syscall.Errno(0x15) constant EMFILE (line 3501) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 3502) | EMLINK = syscall.Errno(0x1f) constant ENFILE (line 3503) | ENFILE = syscall.Errno(0x17) constant ENODEV (line 3504) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 3505) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 3506) | ENOEXEC = syscall.Errno(0x8) constant ENOMEM (line 3507) | ENOMEM = syscall.Errno(0xc) constant ENOSPC (line 3508) | ENOSPC = syscall.Errno(0x1c) constant ENOTBLK (line 3509) | ENOTBLK = syscall.Errno(0xf) constant ENOTDIR (line 3510) | ENOTDIR = syscall.Errno(0x14) constant ENOTTY (line 3511) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 3512) | ENXIO = syscall.Errno(0x6) constant EPERM (line 3513) | EPERM = syscall.Errno(0x1) constant EPIPE (line 3514) | EPIPE = syscall.Errno(0x20) constant ERANGE (line 3515) | ERANGE = syscall.Errno(0x22) constant EROFS (line 3516) | EROFS = syscall.Errno(0x1e) constant ESPIPE (line 3517) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 3518) | ESRCH = syscall.Errno(0x3) constant ETXTBSY (line 3519) | ETXTBSY = syscall.Errno(0x1a) constant EWOULDBLOCK (line 3520) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 3521) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 3526) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 3527) | SIGALRM = syscall.Signal(0xe) constant SIGFPE (line 3528) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 3529) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 3530) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 3531) | SIGINT = syscall.Signal(0x2) constant SIGIOT (line 3532) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 3533) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 3534) | SIGPIPE = syscall.Signal(0xd) constant SIGQUIT (line 3535) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 3536) | SIGSEGV = syscall.Signal(0xb) constant SIGTERM (line 3537) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 3538) | SIGTRAP = syscall.Signal(0x5) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_386.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80041270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40041271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80041272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x40049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x4020940d constant FLUSHO (line 88) | FLUSHO = 0x1000 constant FP_XSTATE_MAGIC2 (line 89) | FP_XSTATE_MAGIC2 = 0x46505845 constant FS_IOC_ENABLE_VERITY (line 90) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 91) | FS_IOC_GETFLAGS = 0x80046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 92) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 93) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 94) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 95) | FS_IOC_SETFLAGS = 0x40046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 96) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 97) | F_GETLK = 0xc constant F_GETLK64 (line 98) | F_GETLK64 = 0xc constant F_GETOWN (line 99) | F_GETOWN = 0x9 constant F_RDLCK (line 100) | F_RDLCK = 0x0 constant F_SETLK (line 101) | F_SETLK = 0xd constant F_SETLK64 (line 102) | F_SETLK64 = 0xd constant F_SETLKW (line 103) | F_SETLKW = 0xe constant F_SETLKW64 (line 104) | F_SETLKW64 = 0xe constant F_SETOWN (line 105) | F_SETOWN = 0x8 constant F_UNLCK (line 106) | F_UNLCK = 0x2 constant F_WRLCK (line 107) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 108) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 109) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 110) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 111) | HUPCL = 0x400 constant ICANON (line 112) | ICANON = 0x2 constant IEXTEN (line 113) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 114) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 115) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 116) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 117) | ISIG = 0x1 constant IUCLC (line 118) | IUCLC = 0x200 constant IXOFF (line 119) | IXOFF = 0x1000 constant IXON (line 120) | IXON = 0x400 constant MAP_32BIT (line 121) | MAP_32BIT = 0x40 constant MAP_ANON (line 122) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 123) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 124) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 125) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 126) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 127) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 128) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 129) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 130) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 131) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 132) | MAP_STACK = 0x20000 constant MAP_SYNC (line 133) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 134) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 135) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 136) | MCL_ONFAULT = 0x4 constant MEMERASE (line 137) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 138) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 139) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 140) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 141) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 142) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 143) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 144) | MEMLOCK = 0x40084d05 constant MEMREAD (line 145) | MEMREAD = 0xc03c4d1a constant MEMREADOOB (line 146) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 147) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 148) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 149) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 150) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 151) | NFDBITS = 0x20 constant NLDLY (line 152) | NLDLY = 0x100 constant NOFLSH (line 153) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 154) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 155) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 156) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 157) | NS_GET_USERNS = 0xb701 constant OLCUC (line 158) | OLCUC = 0x2 constant ONLCR (line 159) | ONLCR = 0x4 constant OTPERASE (line 160) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 161) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 162) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 163) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 164) | OTPSELECT = 0x80044d0d constant O_APPEND (line 165) | O_APPEND = 0x400 constant O_ASYNC (line 166) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 167) | O_CLOEXEC = 0x80000 constant O_CREAT (line 168) | O_CREAT = 0x40 constant O_DIRECT (line 169) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 170) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 171) | O_DSYNC = 0x1000 constant O_EXCL (line 172) | O_EXCL = 0x80 constant O_FSYNC (line 173) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 174) | O_LARGEFILE = 0x8000 constant O_NDELAY (line 175) | O_NDELAY = 0x800 constant O_NOATIME (line 176) | O_NOATIME = 0x40000 constant O_NOCTTY (line 177) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 178) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 179) | O_NONBLOCK = 0x800 constant O_PATH (line 180) | O_PATH = 0x200000 constant O_RSYNC (line 181) | O_RSYNC = 0x101000 constant O_SYNC (line 182) | O_SYNC = 0x101000 constant O_TMPFILE (line 183) | O_TMPFILE = 0x410000 constant O_TRUNC (line 184) | O_TRUNC = 0x200 constant PARENB (line 185) | PARENB = 0x100 constant PARODD (line 186) | PARODD = 0x200 constant PENDIN (line 187) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 188) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 189) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 190) | PERF_EVENT_IOC_ID = 0x80042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 191) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 192) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 193) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 194) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 195) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 196) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 197) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 198) | PERF_EVENT_IOC_SET_FILTER = 0x40042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 199) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 200) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 201) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 202) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 203) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 204) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 205) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 206) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 207) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 208) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 209) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 210) | PPPIOCGIDLE = 0x8008743f constant PPPIOCGIDLE32 (line 211) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 212) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 213) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 214) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 215) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 216) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 217) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 218) | PPPIOCSACTIVE = 0x40087446 constant PPPIOCSASYNCMAP (line 219) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 220) | PPPIOCSCOMPRESS = 0x400c744d constant PPPIOCSDEBUG (line 221) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 222) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 223) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 224) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 225) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 226) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 227) | PPPIOCSPASS = 0x40087447 constant PPPIOCSRASYNCMAP (line 228) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 229) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 230) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 231) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 232) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 233) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPXREGS (line 234) | PTRACE_GETFPXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 235) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_OLDSETOPTIONS (line 236) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETFPREGS (line 237) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPXREGS (line 238) | PTRACE_SETFPXREGS = 0x13 constant PTRACE_SET_THREAD_AREA (line 239) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SINGLEBLOCK (line 240) | PTRACE_SINGLEBLOCK = 0x21 constant PTRACE_SYSEMU (line 241) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 242) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 243) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 244) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 245) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 246) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 247) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 248) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 249) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 250) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 251) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 252) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 253) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 254) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 255) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 256) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 257) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 258) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 259) | RTC_EPOCH_READ = 0x8004700d constant RTC_EPOCH_SET (line 260) | RTC_EPOCH_SET = 0x4004700e constant RTC_IRQP_READ (line 261) | RTC_IRQP_READ = 0x8004700b constant RTC_IRQP_SET (line 262) | RTC_IRQP_SET = 0x4004700c constant RTC_PARAM_GET (line 263) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 264) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 265) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 266) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 267) | RTC_PLL_GET = 0x801c7011 constant RTC_PLL_SET (line 268) | RTC_PLL_SET = 0x401c7012 constant RTC_RD_TIME (line 269) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 270) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 271) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 272) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 273) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 274) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 275) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 276) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 277) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 278) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 279) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 280) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 281) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 282) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 283) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 284) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 285) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 286) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 287) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 288) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 289) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 290) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 291) | SIOCINQ = 0x541b constant SIOCOUTQ (line 292) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 293) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 294) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 295) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 296) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 297) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 298) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 299) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 300) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 301) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 302) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 303) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 304) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 305) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 306) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 307) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 308) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 309) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 310) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 311) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 312) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 313) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 314) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 315) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 316) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 317) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 318) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 319) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 320) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 321) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 322) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 323) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 324) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 325) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 326) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 327) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 328) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 329) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 330) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 331) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 332) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 333) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 334) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 335) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 336) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 337) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 338) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 339) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 340) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 341) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 342) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 343) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 344) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 345) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 346) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 347) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 348) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 349) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 350) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 351) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 352) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 353) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 354) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 355) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 356) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 357) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 358) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 359) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 360) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 361) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 362) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 363) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 364) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 365) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 366) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 367) | SO_TXTIME = 0x3d constant SO_TYPE (line 368) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 369) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 370) | SO_ZEROCOPY = 0x3c constant TAB1 (line 371) | TAB1 = 0x800 constant TAB2 (line 372) | TAB2 = 0x1000 constant TAB3 (line 373) | TAB3 = 0x1800 constant TABDLY (line 374) | TABDLY = 0x1800 constant TCFLSH (line 375) | TCFLSH = 0x540b constant TCGETA (line 376) | TCGETA = 0x5405 constant TCGETS (line 377) | TCGETS = 0x5401 constant TCGETS2 (line 378) | TCGETS2 = 0x802c542a constant TCGETX (line 379) | TCGETX = 0x5432 constant TCSAFLUSH (line 380) | TCSAFLUSH = 0x2 constant TCSBRK (line 381) | TCSBRK = 0x5409 constant TCSBRKP (line 382) | TCSBRKP = 0x5425 constant TCSETA (line 383) | TCSETA = 0x5406 constant TCSETAF (line 384) | TCSETAF = 0x5408 constant TCSETAW (line 385) | TCSETAW = 0x5407 constant TCSETS (line 386) | TCSETS = 0x5402 constant TCSETS2 (line 387) | TCSETS2 = 0x402c542b constant TCSETSF (line 388) | TCSETSF = 0x5404 constant TCSETSF2 (line 389) | TCSETSF2 = 0x402c542d constant TCSETSW (line 390) | TCSETSW = 0x5403 constant TCSETSW2 (line 391) | TCSETSW2 = 0x402c542c constant TCSETX (line 392) | TCSETX = 0x5433 constant TCSETXF (line 393) | TCSETXF = 0x5434 constant TCSETXW (line 394) | TCSETXW = 0x5435 constant TCXONC (line 395) | TCXONC = 0x540a constant TFD_CLOEXEC (line 396) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 397) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 398) | TIOCCBRK = 0x5428 constant TIOCCONS (line 399) | TIOCCONS = 0x541d constant TIOCEXCL (line 400) | TIOCEXCL = 0x540c constant TIOCGDEV (line 401) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 402) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 403) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 404) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 405) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 406) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 407) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 408) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 409) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 410) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 411) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 412) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 413) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 414) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 415) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 416) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 417) | TIOCINQ = 0x541b constant TIOCLINUX (line 418) | TIOCLINUX = 0x541c constant TIOCMBIC (line 419) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 420) | TIOCMBIS = 0x5416 constant TIOCMGET (line 421) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 422) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 423) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 424) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 425) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 426) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 427) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 428) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 429) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 430) | TIOCM_SR = 0x10 constant TIOCM_ST (line 431) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 432) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 433) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 434) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 435) | TIOCPKT = 0x5420 constant TIOCSBRK (line 436) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 437) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 438) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 439) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 440) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 441) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 442) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 443) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 444) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 445) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 446) | TIOCSETD = 0x5423 constant TIOCSIG (line 447) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 448) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 449) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 450) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 451) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 452) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 453) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 454) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 455) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 456) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 457) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 458) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 459) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 460) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 461) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 462) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 463) | TUNGETFILTER = 0x800854db constant TUNGETIFF (line 464) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 465) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 466) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 467) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 468) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 469) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 470) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 471) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 472) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 473) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 474) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 475) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 476) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 477) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 478) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 479) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 480) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 481) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 482) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 483) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 484) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 485) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 486) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 487) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 488) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 489) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 490) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 491) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 492) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 493) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 494) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 495) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 496) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 497) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 498) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 499) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 500) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 501) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 502) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 503) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 504) | VDISCARD = 0xd constant VEOF (line 505) | VEOF = 0x4 constant VEOL (line 506) | VEOL = 0xb constant VEOL2 (line 507) | VEOL2 = 0x10 constant VMIN (line 508) | VMIN = 0x6 constant VREPRINT (line 509) | VREPRINT = 0xc constant VSTART (line 510) | VSTART = 0x8 constant VSTOP (line 511) | VSTOP = 0x9 constant VSUSP (line 512) | VSUSP = 0xa constant VSWTC (line 513) | VSWTC = 0x7 constant VT1 (line 514) | VT1 = 0x4000 constant VTDLY (line 515) | VTDLY = 0x4000 constant VTIME (line 516) | VTIME = 0x5 constant VWERASE (line 517) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 518) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 519) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 520) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 521) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 522) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 523) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 524) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 525) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 526) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 527) | WORDSIZE = 0x20 constant X86_FXSR_MAGIC (line 528) | X86_FXSR_MAGIC = 0x0 constant XCASE (line 529) | XCASE = 0x4 constant XTABS (line 530) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 531) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 532) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 533) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 538) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 539) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 540) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 541) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 542) | EALREADY = syscall.Errno(0x72) constant EBADE (line 543) | EBADE = syscall.Errno(0x34) constant EBADFD (line 544) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 545) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 546) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 547) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 548) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 549) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 550) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 551) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 552) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 553) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 554) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 555) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 556) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 557) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 558) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 559) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 560) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 561) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 562) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 563) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 564) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 565) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 566) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 567) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 568) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 569) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 570) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 571) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 572) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 573) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 574) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 575) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 576) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 577) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 578) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 579) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 580) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 581) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 582) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 583) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 584) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 585) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 586) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 587) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 588) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 589) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 590) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 591) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 592) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 593) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 594) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 595) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 596) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 597) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 598) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 599) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 600) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 601) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 602) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 603) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 604) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 605) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 606) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 607) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 608) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 609) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 610) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 611) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 612) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 613) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 614) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 615) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 616) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 617) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 618) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 619) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 620) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 621) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 622) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 623) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 624) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 625) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 626) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 627) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 628) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 629) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 630) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 631) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 632) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 633) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 634) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 635) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 636) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 641) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 642) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 643) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 644) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 645) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 646) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 647) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 648) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 649) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 650) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 651) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 652) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 653) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 654) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 655) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 656) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 657) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 658) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 659) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 660) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 661) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x40049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x4020940d constant FLUSHO (line 88) | FLUSHO = 0x1000 constant FP_XSTATE_MAGIC2 (line 89) | FP_XSTATE_MAGIC2 = 0x46505845 constant FS_IOC_ENABLE_VERITY (line 90) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 91) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 92) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 93) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 94) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 95) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 96) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 97) | F_GETLK = 0x5 constant F_GETLK64 (line 98) | F_GETLK64 = 0x5 constant F_GETOWN (line 99) | F_GETOWN = 0x9 constant F_RDLCK (line 100) | F_RDLCK = 0x0 constant F_SETLK (line 101) | F_SETLK = 0x6 constant F_SETLK64 (line 102) | F_SETLK64 = 0x6 constant F_SETLKW (line 103) | F_SETLKW = 0x7 constant F_SETLKW64 (line 104) | F_SETLKW64 = 0x7 constant F_SETOWN (line 105) | F_SETOWN = 0x8 constant F_UNLCK (line 106) | F_UNLCK = 0x2 constant F_WRLCK (line 107) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 108) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 109) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 110) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 111) | HUPCL = 0x400 constant ICANON (line 112) | ICANON = 0x2 constant IEXTEN (line 113) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 114) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 115) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 116) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 117) | ISIG = 0x1 constant IUCLC (line 118) | IUCLC = 0x200 constant IXOFF (line 119) | IXOFF = 0x1000 constant IXON (line 120) | IXON = 0x400 constant MAP_32BIT (line 121) | MAP_32BIT = 0x40 constant MAP_ANON (line 122) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 123) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 124) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 125) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 126) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 127) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 128) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 129) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 130) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 131) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 132) | MAP_STACK = 0x20000 constant MAP_SYNC (line 133) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 134) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 135) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 136) | MCL_ONFAULT = 0x4 constant MEMERASE (line 137) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 138) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 139) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 140) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 141) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 142) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 143) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 144) | MEMLOCK = 0x40084d05 constant MEMREAD (line 145) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 146) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 147) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 148) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 149) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 150) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 151) | NFDBITS = 0x40 constant NLDLY (line 152) | NLDLY = 0x100 constant NOFLSH (line 153) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 154) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 155) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 156) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 157) | NS_GET_USERNS = 0xb701 constant OLCUC (line 158) | OLCUC = 0x2 constant ONLCR (line 159) | ONLCR = 0x4 constant OTPERASE (line 160) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 161) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 162) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 163) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 164) | OTPSELECT = 0x80044d0d constant O_APPEND (line 165) | O_APPEND = 0x400 constant O_ASYNC (line 166) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 167) | O_CLOEXEC = 0x80000 constant O_CREAT (line 168) | O_CREAT = 0x40 constant O_DIRECT (line 169) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 170) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 171) | O_DSYNC = 0x1000 constant O_EXCL (line 172) | O_EXCL = 0x80 constant O_FSYNC (line 173) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 174) | O_LARGEFILE = 0x0 constant O_NDELAY (line 175) | O_NDELAY = 0x800 constant O_NOATIME (line 176) | O_NOATIME = 0x40000 constant O_NOCTTY (line 177) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 178) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 179) | O_NONBLOCK = 0x800 constant O_PATH (line 180) | O_PATH = 0x200000 constant O_RSYNC (line 181) | O_RSYNC = 0x101000 constant O_SYNC (line 182) | O_SYNC = 0x101000 constant O_TMPFILE (line 183) | O_TMPFILE = 0x410000 constant O_TRUNC (line 184) | O_TRUNC = 0x200 constant PARENB (line 185) | PARENB = 0x100 constant PARODD (line 186) | PARODD = 0x200 constant PENDIN (line 187) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 188) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 189) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 190) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 191) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 192) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 193) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 194) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 195) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 196) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 197) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 198) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 199) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 200) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 201) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 202) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 203) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 204) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 205) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 206) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 207) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 208) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 209) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 210) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 211) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 212) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 213) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 214) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 215) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 216) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 217) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 218) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 219) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 220) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 221) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 222) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 223) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 224) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 225) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 226) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 227) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 228) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 229) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 230) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 231) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 232) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_ARCH_PRCTL (line 233) | PTRACE_ARCH_PRCTL = 0x1e constant PTRACE_GETFPREGS (line 234) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPXREGS (line 235) | PTRACE_GETFPXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 236) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_OLDSETOPTIONS (line 237) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETFPREGS (line 238) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPXREGS (line 239) | PTRACE_SETFPXREGS = 0x13 constant PTRACE_SET_THREAD_AREA (line 240) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SINGLEBLOCK (line 241) | PTRACE_SINGLEBLOCK = 0x21 constant PTRACE_SYSEMU (line 242) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 243) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 244) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 245) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 246) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 247) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 248) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 249) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 250) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 251) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 252) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 253) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 254) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 255) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 256) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 257) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 258) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 259) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 260) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 261) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 262) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 263) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 264) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 265) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 266) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 267) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 268) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 269) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 270) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 271) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 272) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 273) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 274) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 275) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 276) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 277) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 278) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 279) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 280) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 281) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 282) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 283) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 284) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 285) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 286) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 287) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 288) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 289) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 290) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 291) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 292) | SIOCINQ = 0x541b constant SIOCOUTQ (line 293) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 294) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 295) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 296) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 297) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 298) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 299) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 300) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 301) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 302) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 303) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 304) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 305) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 306) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 307) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 308) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 309) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 310) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 311) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 312) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 313) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 314) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 315) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 316) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 317) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 318) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 319) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 320) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 321) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 322) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 323) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 324) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 325) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 326) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 327) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 328) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 329) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 330) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 331) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 332) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 333) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 334) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 335) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 336) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 337) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 338) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 339) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 340) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 341) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 342) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 343) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 344) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 345) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 346) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 347) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 348) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 349) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 350) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 351) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 352) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 353) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 354) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 355) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 356) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 357) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 358) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 359) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 360) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 361) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 362) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 363) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 364) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 365) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 366) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 367) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 368) | SO_TXTIME = 0x3d constant SO_TYPE (line 369) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 370) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 371) | SO_ZEROCOPY = 0x3c constant TAB1 (line 372) | TAB1 = 0x800 constant TAB2 (line 373) | TAB2 = 0x1000 constant TAB3 (line 374) | TAB3 = 0x1800 constant TABDLY (line 375) | TABDLY = 0x1800 constant TCFLSH (line 376) | TCFLSH = 0x540b constant TCGETA (line 377) | TCGETA = 0x5405 constant TCGETS (line 378) | TCGETS = 0x5401 constant TCGETS2 (line 379) | TCGETS2 = 0x802c542a constant TCGETX (line 380) | TCGETX = 0x5432 constant TCSAFLUSH (line 381) | TCSAFLUSH = 0x2 constant TCSBRK (line 382) | TCSBRK = 0x5409 constant TCSBRKP (line 383) | TCSBRKP = 0x5425 constant TCSETA (line 384) | TCSETA = 0x5406 constant TCSETAF (line 385) | TCSETAF = 0x5408 constant TCSETAW (line 386) | TCSETAW = 0x5407 constant TCSETS (line 387) | TCSETS = 0x5402 constant TCSETS2 (line 388) | TCSETS2 = 0x402c542b constant TCSETSF (line 389) | TCSETSF = 0x5404 constant TCSETSF2 (line 390) | TCSETSF2 = 0x402c542d constant TCSETSW (line 391) | TCSETSW = 0x5403 constant TCSETSW2 (line 392) | TCSETSW2 = 0x402c542c constant TCSETX (line 393) | TCSETX = 0x5433 constant TCSETXF (line 394) | TCSETXF = 0x5434 constant TCSETXW (line 395) | TCSETXW = 0x5435 constant TCXONC (line 396) | TCXONC = 0x540a constant TFD_CLOEXEC (line 397) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 398) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 399) | TIOCCBRK = 0x5428 constant TIOCCONS (line 400) | TIOCCONS = 0x541d constant TIOCEXCL (line 401) | TIOCEXCL = 0x540c constant TIOCGDEV (line 402) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 403) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 404) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 405) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 406) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 407) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 408) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 409) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 410) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 411) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 412) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 413) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 414) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 415) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 416) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 417) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 418) | TIOCINQ = 0x541b constant TIOCLINUX (line 419) | TIOCLINUX = 0x541c constant TIOCMBIC (line 420) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 421) | TIOCMBIS = 0x5416 constant TIOCMGET (line 422) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 423) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 424) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 425) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 426) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 427) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 428) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 429) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 430) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 431) | TIOCM_SR = 0x10 constant TIOCM_ST (line 432) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 433) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 434) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 435) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 436) | TIOCPKT = 0x5420 constant TIOCSBRK (line 437) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 438) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 439) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 440) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 441) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 442) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 443) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 444) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 445) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 446) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 447) | TIOCSETD = 0x5423 constant TIOCSIG (line 448) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 449) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 450) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 451) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 452) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 453) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 454) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 455) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 456) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 457) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 458) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 459) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 460) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 461) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 462) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 463) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 464) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 465) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 466) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 467) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 468) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 469) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 470) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 471) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 472) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 473) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 474) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 475) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 476) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 477) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 478) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 479) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 480) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 481) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 482) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 483) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 484) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 485) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 486) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 487) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 488) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 489) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 490) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 491) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 492) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 493) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 494) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 495) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 496) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 497) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 498) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 499) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 500) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 501) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 502) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 503) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 504) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 505) | VDISCARD = 0xd constant VEOF (line 506) | VEOF = 0x4 constant VEOL (line 507) | VEOL = 0xb constant VEOL2 (line 508) | VEOL2 = 0x10 constant VMIN (line 509) | VMIN = 0x6 constant VREPRINT (line 510) | VREPRINT = 0xc constant VSTART (line 511) | VSTART = 0x8 constant VSTOP (line 512) | VSTOP = 0x9 constant VSUSP (line 513) | VSUSP = 0xa constant VSWTC (line 514) | VSWTC = 0x7 constant VT1 (line 515) | VT1 = 0x4000 constant VTDLY (line 516) | VTDLY = 0x4000 constant VTIME (line 517) | VTIME = 0x5 constant VWERASE (line 518) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 519) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 520) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 521) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 522) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 523) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 524) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 525) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 526) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 527) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 528) | WORDSIZE = 0x40 constant XCASE (line 529) | XCASE = 0x4 constant XTABS (line 530) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 531) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 532) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 533) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 538) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 539) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 540) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 541) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 542) | EALREADY = syscall.Errno(0x72) constant EBADE (line 543) | EBADE = syscall.Errno(0x34) constant EBADFD (line 544) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 545) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 546) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 547) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 548) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 549) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 550) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 551) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 552) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 553) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 554) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 555) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 556) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 557) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 558) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 559) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 560) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 561) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 562) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 563) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 564) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 565) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 566) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 567) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 568) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 569) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 570) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 571) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 572) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 573) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 574) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 575) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 576) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 577) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 578) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 579) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 580) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 581) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 582) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 583) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 584) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 585) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 586) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 587) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 588) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 589) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 590) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 591) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 592) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 593) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 594) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 595) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 596) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 597) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 598) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 599) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 600) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 601) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 602) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 603) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 604) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 605) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 606) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 607) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 608) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 609) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 610) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 611) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 612) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 613) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 614) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 615) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 616) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 617) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 618) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 619) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 620) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 621) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 622) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 623) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 624) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 625) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 626) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 627) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 628) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 629) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 630) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 631) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 632) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 633) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 634) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 635) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 636) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 641) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 642) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 643) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 644) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 645) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 646) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 647) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 648) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 649) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 650) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 651) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 652) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 653) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 654) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 655) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 656) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 657) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 658) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 659) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 660) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 661) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_arm.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80041270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40041271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80041272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x40049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x4020940d constant FLUSHO (line 88) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x80046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x40046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 96) | F_GETLK = 0xc constant F_GETLK64 (line 97) | F_GETLK64 = 0xc constant F_GETOWN (line 98) | F_GETOWN = 0x9 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0xd constant F_SETLK64 (line 101) | F_SETLK64 = 0xd constant F_SETLKW (line 102) | F_SETLKW = 0xe constant F_SETLKW64 (line 103) | F_SETLKW64 = 0xe constant F_SETOWN (line 104) | F_SETOWN = 0x8 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 130) | MAP_STACK = 0x20000 constant MAP_SYNC (line 131) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x40084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 149) | NFDBITS = 0x20 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0xb701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x80044d0d constant O_APPEND (line 163) | O_APPEND = 0x400 constant O_ASYNC (line 164) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x40 constant O_DIRECT (line 167) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 169) | O_DSYNC = 0x1000 constant O_EXCL (line 170) | O_EXCL = 0x80 constant O_FSYNC (line 171) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x20000 constant O_NDELAY (line 173) | O_NDELAY = 0x800 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x800 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x101000 constant O_SYNC (line 180) | O_SYNC = 0x101000 constant O_TMPFILE (line 181) | O_TMPFILE = 0x404000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x80042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x40042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x8008743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x40087446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x400c744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x40087447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETCRUNCHREGS (line 231) | PTRACE_GETCRUNCHREGS = 0x19 constant PTRACE_GETFDPIC (line 232) | PTRACE_GETFDPIC = 0x1f constant PTRACE_GETFDPIC_EXEC (line 233) | PTRACE_GETFDPIC_EXEC = 0x0 constant PTRACE_GETFDPIC_INTERP (line 234) | PTRACE_GETFDPIC_INTERP = 0x1 constant PTRACE_GETFPREGS (line 235) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETHBPREGS (line 236) | PTRACE_GETHBPREGS = 0x1d constant PTRACE_GETVFPREGS (line 237) | PTRACE_GETVFPREGS = 0x1b constant PTRACE_GETWMMXREGS (line 238) | PTRACE_GETWMMXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 239) | PTRACE_GET_THREAD_AREA = 0x16 constant PTRACE_OLDSETOPTIONS (line 240) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETCRUNCHREGS (line 241) | PTRACE_SETCRUNCHREGS = 0x1a constant PTRACE_SETFPREGS (line 242) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETHBPREGS (line 243) | PTRACE_SETHBPREGS = 0x1e constant PTRACE_SETVFPREGS (line 244) | PTRACE_SETVFPREGS = 0x1c constant PTRACE_SETWMMXREGS (line 245) | PTRACE_SETWMMXREGS = 0x13 constant PTRACE_SET_SYSCALL (line 246) | PTRACE_SET_SYSCALL = 0x17 constant PT_DATA_ADDR (line 247) | PT_DATA_ADDR = 0x10004 constant PT_TEXT_ADDR (line 248) | PT_TEXT_ADDR = 0x10000 constant PT_TEXT_END_ADDR (line 249) | PT_TEXT_END_ADDR = 0x10008 constant RLIMIT_AS (line 250) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 251) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 252) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 253) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 254) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 255) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 256) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 257) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 258) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 259) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 260) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 261) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 262) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 263) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 264) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 265) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 266) | RTC_EPOCH_READ = 0x8004700d constant RTC_EPOCH_SET (line 267) | RTC_EPOCH_SET = 0x4004700e constant RTC_IRQP_READ (line 268) | RTC_IRQP_READ = 0x8004700b constant RTC_IRQP_SET (line 269) | RTC_IRQP_SET = 0x4004700c constant RTC_PARAM_GET (line 270) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 271) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 272) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 273) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 274) | RTC_PLL_GET = 0x801c7011 constant RTC_PLL_SET (line 275) | RTC_PLL_SET = 0x401c7012 constant RTC_RD_TIME (line 276) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 277) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 278) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 279) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 280) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 281) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 282) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 283) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 284) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 285) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 286) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 287) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 288) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 289) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 290) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 291) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 292) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 293) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 294) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 295) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 296) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 297) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 298) | SIOCINQ = 0x541b constant SIOCOUTQ (line 299) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 300) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 301) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 302) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 303) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 304) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 305) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 306) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 307) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 308) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 309) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 310) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 311) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 312) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 313) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 314) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 315) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 316) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 317) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 318) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 319) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 320) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 321) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 322) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 323) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 324) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 325) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 326) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 327) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 328) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 329) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 330) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 331) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 332) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 333) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 334) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 335) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 336) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 337) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 338) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 339) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 340) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 341) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 342) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 343) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 344) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 345) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 346) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 347) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 348) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 349) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 350) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 351) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 352) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 353) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 354) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 355) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 356) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 357) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 358) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 359) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 360) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 361) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 362) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 363) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 364) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 365) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 366) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 367) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 368) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 369) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 370) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 371) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 372) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 373) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 374) | SO_TXTIME = 0x3d constant SO_TYPE (line 375) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 376) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 377) | SO_ZEROCOPY = 0x3c constant TAB1 (line 378) | TAB1 = 0x800 constant TAB2 (line 379) | TAB2 = 0x1000 constant TAB3 (line 380) | TAB3 = 0x1800 constant TABDLY (line 381) | TABDLY = 0x1800 constant TCFLSH (line 382) | TCFLSH = 0x540b constant TCGETA (line 383) | TCGETA = 0x5405 constant TCGETS (line 384) | TCGETS = 0x5401 constant TCGETS2 (line 385) | TCGETS2 = 0x802c542a constant TCGETX (line 386) | TCGETX = 0x5432 constant TCSAFLUSH (line 387) | TCSAFLUSH = 0x2 constant TCSBRK (line 388) | TCSBRK = 0x5409 constant TCSBRKP (line 389) | TCSBRKP = 0x5425 constant TCSETA (line 390) | TCSETA = 0x5406 constant TCSETAF (line 391) | TCSETAF = 0x5408 constant TCSETAW (line 392) | TCSETAW = 0x5407 constant TCSETS (line 393) | TCSETS = 0x5402 constant TCSETS2 (line 394) | TCSETS2 = 0x402c542b constant TCSETSF (line 395) | TCSETSF = 0x5404 constant TCSETSF2 (line 396) | TCSETSF2 = 0x402c542d constant TCSETSW (line 397) | TCSETSW = 0x5403 constant TCSETSW2 (line 398) | TCSETSW2 = 0x402c542c constant TCSETX (line 399) | TCSETX = 0x5433 constant TCSETXF (line 400) | TCSETXF = 0x5434 constant TCSETXW (line 401) | TCSETXW = 0x5435 constant TCXONC (line 402) | TCXONC = 0x540a constant TFD_CLOEXEC (line 403) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 404) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 405) | TIOCCBRK = 0x5428 constant TIOCCONS (line 406) | TIOCCONS = 0x541d constant TIOCEXCL (line 407) | TIOCEXCL = 0x540c constant TIOCGDEV (line 408) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 409) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 410) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 411) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 412) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 413) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 414) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 415) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 416) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 417) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 418) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 419) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 420) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 421) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 422) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 423) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 424) | TIOCINQ = 0x541b constant TIOCLINUX (line 425) | TIOCLINUX = 0x541c constant TIOCMBIC (line 426) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 427) | TIOCMBIS = 0x5416 constant TIOCMGET (line 428) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 429) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 430) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 431) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 432) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 433) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 434) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 435) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 436) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 437) | TIOCM_SR = 0x10 constant TIOCM_ST (line 438) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 439) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 440) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 441) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 442) | TIOCPKT = 0x5420 constant TIOCSBRK (line 443) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 444) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 445) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 446) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 447) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 448) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 449) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 450) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 451) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 452) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 453) | TIOCSETD = 0x5423 constant TIOCSIG (line 454) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 455) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 456) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 457) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 458) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 459) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 460) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 461) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 462) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 463) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 464) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 465) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 466) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 467) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 468) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 469) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 470) | TUNGETFILTER = 0x800854db constant TUNGETIFF (line 471) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 472) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 473) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 474) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 475) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 476) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 477) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 478) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 479) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 480) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 481) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 482) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 483) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 484) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 485) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 486) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 487) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 488) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 489) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 490) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 491) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 492) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 493) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 494) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 495) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 496) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 497) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 498) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 499) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 500) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 501) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 502) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 503) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 504) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 505) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 506) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 507) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 508) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 509) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 510) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 511) | VDISCARD = 0xd constant VEOF (line 512) | VEOF = 0x4 constant VEOL (line 513) | VEOL = 0xb constant VEOL2 (line 514) | VEOL2 = 0x10 constant VMIN (line 515) | VMIN = 0x6 constant VREPRINT (line 516) | VREPRINT = 0xc constant VSTART (line 517) | VSTART = 0x8 constant VSTOP (line 518) | VSTOP = 0x9 constant VSUSP (line 519) | VSUSP = 0xa constant VSWTC (line 520) | VSWTC = 0x7 constant VT1 (line 521) | VT1 = 0x4000 constant VTDLY (line 522) | VTDLY = 0x4000 constant VTIME (line 523) | VTIME = 0x5 constant VWERASE (line 524) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 525) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 526) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 527) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 528) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 529) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 530) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 531) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 532) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 533) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 534) | WORDSIZE = 0x20 constant XCASE (line 535) | XCASE = 0x4 constant XTABS (line 536) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 537) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 538) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 539) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 544) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 545) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 546) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 547) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 548) | EALREADY = syscall.Errno(0x72) constant EBADE (line 549) | EBADE = syscall.Errno(0x34) constant EBADFD (line 550) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 551) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 552) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 553) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 554) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 555) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 556) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 557) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 558) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 559) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 560) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 561) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 562) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 563) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 564) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 565) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 566) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 567) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 568) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 569) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 570) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 571) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 572) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 573) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 574) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 575) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 576) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 577) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 578) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 579) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 580) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 581) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 582) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 583) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 584) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 585) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 586) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 587) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 588) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 589) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 590) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 591) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 592) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 593) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 594) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 595) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 596) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 597) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 598) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 599) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 600) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 601) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 602) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 603) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 604) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 605) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 606) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 607) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 608) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 609) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 610) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 611) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 612) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 613) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 614) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 615) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 616) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 617) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 618) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 619) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 620) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 621) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 622) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 623) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 624) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 625) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 626) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 627) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 628) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 629) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 630) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 631) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 632) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 633) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 634) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 635) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 636) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 637) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 638) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 639) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 640) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 641) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 642) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 647) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 648) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 649) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 650) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 651) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 652) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 653) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 654) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 655) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 656) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 657) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 658) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 659) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 660) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 661) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 662) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 663) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 664) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 665) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 666) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 667) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant ESR_MAGIC (line 83) | ESR_MAGIC = 0x45535201 constant EXTPROC (line 84) | EXTPROC = 0x10000 constant EXTRA_MAGIC (line 85) | EXTRA_MAGIC = 0x45585401 constant FF1 (line 86) | FF1 = 0x8000 constant FFDLY (line 87) | FFDLY = 0x8000 constant FICLONE (line 88) | FICLONE = 0x40049409 constant FICLONERANGE (line 89) | FICLONERANGE = 0x4020940d constant FLUSHO (line 90) | FLUSHO = 0x1000 constant FPSIMD_MAGIC (line 91) | FPSIMD_MAGIC = 0x46508001 constant FS_IOC_ENABLE_VERITY (line 92) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 93) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 94) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 95) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 96) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 97) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 98) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 99) | F_GETLK = 0x5 constant F_GETLK64 (line 100) | F_GETLK64 = 0x5 constant F_GETOWN (line 101) | F_GETOWN = 0x9 constant F_RDLCK (line 102) | F_RDLCK = 0x0 constant F_SETLK (line 103) | F_SETLK = 0x6 constant F_SETLK64 (line 104) | F_SETLK64 = 0x6 constant F_SETLKW (line 105) | F_SETLKW = 0x7 constant F_SETLKW64 (line 106) | F_SETLKW64 = 0x7 constant F_SETOWN (line 107) | F_SETOWN = 0x8 constant F_UNLCK (line 108) | F_UNLCK = 0x2 constant F_WRLCK (line 109) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 110) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 111) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 112) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 113) | HUPCL = 0x400 constant ICANON (line 114) | ICANON = 0x2 constant IEXTEN (line 115) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 116) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 117) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 118) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 119) | ISIG = 0x1 constant IUCLC (line 120) | IUCLC = 0x200 constant IXOFF (line 121) | IXOFF = 0x1000 constant IXON (line 122) | IXON = 0x400 constant MAP_ANON (line 123) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 124) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 125) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 126) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 127) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 128) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 129) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 130) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 131) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 132) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 133) | MAP_STACK = 0x20000 constant MAP_SYNC (line 134) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 135) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 136) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 137) | MCL_ONFAULT = 0x4 constant MEMERASE (line 138) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 139) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 140) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 141) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 142) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 143) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 144) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 145) | MEMLOCK = 0x40084d05 constant MEMREAD (line 146) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 147) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 148) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 149) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 150) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 151) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 152) | NFDBITS = 0x40 constant NLDLY (line 153) | NLDLY = 0x100 constant NOFLSH (line 154) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 155) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 156) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 157) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 158) | NS_GET_USERNS = 0xb701 constant OLCUC (line 159) | OLCUC = 0x2 constant ONLCR (line 160) | ONLCR = 0x4 constant OTPERASE (line 161) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 162) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 163) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 164) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 165) | OTPSELECT = 0x80044d0d constant O_APPEND (line 166) | O_APPEND = 0x400 constant O_ASYNC (line 167) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 168) | O_CLOEXEC = 0x80000 constant O_CREAT (line 169) | O_CREAT = 0x40 constant O_DIRECT (line 170) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 171) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 172) | O_DSYNC = 0x1000 constant O_EXCL (line 173) | O_EXCL = 0x80 constant O_FSYNC (line 174) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 175) | O_LARGEFILE = 0x0 constant O_NDELAY (line 176) | O_NDELAY = 0x800 constant O_NOATIME (line 177) | O_NOATIME = 0x40000 constant O_NOCTTY (line 178) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 179) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 180) | O_NONBLOCK = 0x800 constant O_PATH (line 181) | O_PATH = 0x200000 constant O_RSYNC (line 182) | O_RSYNC = 0x101000 constant O_SYNC (line 183) | O_SYNC = 0x101000 constant O_TMPFILE (line 184) | O_TMPFILE = 0x404000 constant O_TRUNC (line 185) | O_TRUNC = 0x200 constant PARENB (line 186) | PARENB = 0x100 constant PARODD (line 187) | PARODD = 0x200 constant PENDIN (line 188) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 189) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 190) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 191) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 192) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 193) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 194) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 195) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 196) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 197) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 198) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 199) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 200) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 201) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 202) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 203) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 204) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 205) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 206) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 207) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 208) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 209) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 210) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 211) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 212) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 213) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 214) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 215) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 216) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 217) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 218) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 219) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 220) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 221) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 222) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 223) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 224) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 225) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 226) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 227) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 228) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 229) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 230) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 231) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 232) | PPPIOCXFERUNIT = 0x744e constant PROT_BTI (line 233) | PROT_BTI = 0x10 constant PROT_MTE (line 234) | PROT_MTE = 0x20 constant PR_SET_PTRACER_ANY (line 235) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_PEEKMTETAGS (line 236) | PTRACE_PEEKMTETAGS = 0x21 constant PTRACE_POKEMTETAGS (line 237) | PTRACE_POKEMTETAGS = 0x22 constant PTRACE_SYSEMU (line 238) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 239) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 240) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 241) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 242) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 243) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 244) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 245) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 246) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 247) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 248) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 249) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 250) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 251) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 252) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 253) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 254) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 255) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 256) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 257) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 258) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 259) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 260) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 261) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 262) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 263) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 264) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 265) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 266) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 267) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 268) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 269) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 270) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 271) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 272) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 273) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 274) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 275) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 276) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 277) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 278) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 279) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 280) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 281) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 282) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 283) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 284) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 285) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 286) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 287) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 288) | SIOCINQ = 0x541b constant SIOCOUTQ (line 289) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 290) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 291) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 292) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 293) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 294) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 295) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 296) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 297) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 298) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 299) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 300) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 301) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 302) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 303) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 304) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 305) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 306) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 307) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 308) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 309) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 310) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 311) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 312) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 313) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 314) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 315) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 316) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 317) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 318) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 319) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 320) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 321) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 322) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 323) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 324) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 325) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 326) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 327) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 328) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 329) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 330) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 331) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 332) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 333) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 334) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 335) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 336) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 337) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 338) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 339) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 340) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 341) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 342) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 343) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 344) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 345) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 346) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 347) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 348) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 349) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 350) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 351) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 352) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 353) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 354) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 355) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 356) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 357) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 358) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 359) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 360) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 361) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 362) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 363) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 364) | SO_TXTIME = 0x3d constant SO_TYPE (line 365) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 366) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 367) | SO_ZEROCOPY = 0x3c constant SVE_MAGIC (line 368) | SVE_MAGIC = 0x53564501 constant TAB1 (line 369) | TAB1 = 0x800 constant TAB2 (line 370) | TAB2 = 0x1000 constant TAB3 (line 371) | TAB3 = 0x1800 constant TABDLY (line 372) | TABDLY = 0x1800 constant TCFLSH (line 373) | TCFLSH = 0x540b constant TCGETA (line 374) | TCGETA = 0x5405 constant TCGETS (line 375) | TCGETS = 0x5401 constant TCGETS2 (line 376) | TCGETS2 = 0x802c542a constant TCGETX (line 377) | TCGETX = 0x5432 constant TCSAFLUSH (line 378) | TCSAFLUSH = 0x2 constant TCSBRK (line 379) | TCSBRK = 0x5409 constant TCSBRKP (line 380) | TCSBRKP = 0x5425 constant TCSETA (line 381) | TCSETA = 0x5406 constant TCSETAF (line 382) | TCSETAF = 0x5408 constant TCSETAW (line 383) | TCSETAW = 0x5407 constant TCSETS (line 384) | TCSETS = 0x5402 constant TCSETS2 (line 385) | TCSETS2 = 0x402c542b constant TCSETSF (line 386) | TCSETSF = 0x5404 constant TCSETSF2 (line 387) | TCSETSF2 = 0x402c542d constant TCSETSW (line 388) | TCSETSW = 0x5403 constant TCSETSW2 (line 389) | TCSETSW2 = 0x402c542c constant TCSETX (line 390) | TCSETX = 0x5433 constant TCSETXF (line 391) | TCSETXF = 0x5434 constant TCSETXW (line 392) | TCSETXW = 0x5435 constant TCXONC (line 393) | TCXONC = 0x540a constant TFD_CLOEXEC (line 394) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 395) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 396) | TIOCCBRK = 0x5428 constant TIOCCONS (line 397) | TIOCCONS = 0x541d constant TIOCEXCL (line 398) | TIOCEXCL = 0x540c constant TIOCGDEV (line 399) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 400) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 401) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 402) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 403) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 404) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 405) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 406) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 407) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 408) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 409) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 410) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 411) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 412) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 413) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 414) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 415) | TIOCINQ = 0x541b constant TIOCLINUX (line 416) | TIOCLINUX = 0x541c constant TIOCMBIC (line 417) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 418) | TIOCMBIS = 0x5416 constant TIOCMGET (line 419) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 420) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 421) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 422) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 423) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 424) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 425) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 426) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 427) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 428) | TIOCM_SR = 0x10 constant TIOCM_ST (line 429) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 430) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 431) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 432) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 433) | TIOCPKT = 0x5420 constant TIOCSBRK (line 434) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 435) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 436) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 437) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 438) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 439) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 440) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 441) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 442) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 443) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 444) | TIOCSETD = 0x5423 constant TIOCSIG (line 445) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 446) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 447) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 448) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 449) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 450) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 451) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 452) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 453) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 454) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 455) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 456) | TOSTOP = 0x100 constant TPIDR2_MAGIC (line 457) | TPIDR2_MAGIC = 0x54504902 constant TUNATTACHFILTER (line 458) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 459) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 460) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 461) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 462) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 463) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 464) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 465) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 466) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 467) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 468) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 469) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 470) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 471) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 472) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 473) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 474) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 475) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 476) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 477) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 478) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 479) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 480) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 481) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 482) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 483) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 484) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 485) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 486) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 487) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 488) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 489) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 490) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 491) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 492) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 493) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 494) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 495) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 496) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 497) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 498) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 499) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 500) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 501) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 502) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 503) | VDISCARD = 0xd constant VEOF (line 504) | VEOF = 0x4 constant VEOL (line 505) | VEOL = 0xb constant VEOL2 (line 506) | VEOL2 = 0x10 constant VMIN (line 507) | VMIN = 0x6 constant VREPRINT (line 508) | VREPRINT = 0xc constant VSTART (line 509) | VSTART = 0x8 constant VSTOP (line 510) | VSTOP = 0x9 constant VSUSP (line 511) | VSUSP = 0xa constant VSWTC (line 512) | VSWTC = 0x7 constant VT1 (line 513) | VT1 = 0x4000 constant VTDLY (line 514) | VTDLY = 0x4000 constant VTIME (line 515) | VTIME = 0x5 constant VWERASE (line 516) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 517) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 518) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 519) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 520) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 521) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 522) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 523) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 524) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 525) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 526) | WORDSIZE = 0x40 constant XCASE (line 527) | XCASE = 0x4 constant XTABS (line 528) | XTABS = 0x1800 constant ZA_MAGIC (line 529) | ZA_MAGIC = 0x54366345 constant ZT_MAGIC (line 530) | ZT_MAGIC = 0x5a544e01 constant _HIDIOCGRAWNAME (line 531) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 532) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 533) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 538) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 539) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 540) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 541) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 542) | EALREADY = syscall.Errno(0x72) constant EBADE (line 543) | EBADE = syscall.Errno(0x34) constant EBADFD (line 544) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 545) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 546) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 547) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 548) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 549) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 550) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 551) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 552) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 553) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 554) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 555) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 556) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 557) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 558) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 559) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 560) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 561) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 562) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 563) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 564) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 565) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 566) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 567) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 568) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 569) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 570) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 571) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 572) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 573) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 574) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 575) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 576) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 577) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 578) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 579) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 580) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 581) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 582) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 583) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 584) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 585) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 586) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 587) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 588) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 589) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 590) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 591) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 592) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 593) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 594) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 595) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 596) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 597) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 598) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 599) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 600) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 601) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 602) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 603) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 604) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 605) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 606) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 607) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 608) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 609) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 610) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 611) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 612) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 613) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 614) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 615) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 616) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 617) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 618) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 619) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 620) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 621) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 622) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 623) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 624) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 625) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 626) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 627) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 628) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 629) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 630) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 631) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 632) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 633) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 634) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 635) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 636) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 641) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 642) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 643) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 644) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 645) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 646) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 647) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 648) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 649) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 650) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 651) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 652) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 653) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 654) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 655) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 656) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 657) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 658) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 659) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 660) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 661) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x40049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x4020940d constant FLUSHO (line 88) | FLUSHO = 0x1000 constant FPU_CTX_MAGIC (line 89) | FPU_CTX_MAGIC = 0x46505501 constant FS_IOC_ENABLE_VERITY (line 90) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 91) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 92) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 93) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 94) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 95) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 96) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 97) | F_GETLK = 0x5 constant F_GETLK64 (line 98) | F_GETLK64 = 0x5 constant F_GETOWN (line 99) | F_GETOWN = 0x9 constant F_RDLCK (line 100) | F_RDLCK = 0x0 constant F_SETLK (line 101) | F_SETLK = 0x6 constant F_SETLK64 (line 102) | F_SETLK64 = 0x6 constant F_SETLKW (line 103) | F_SETLKW = 0x7 constant F_SETLKW64 (line 104) | F_SETLKW64 = 0x7 constant F_SETOWN (line 105) | F_SETOWN = 0x8 constant F_UNLCK (line 106) | F_UNLCK = 0x2 constant F_WRLCK (line 107) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 108) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 109) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 110) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 111) | HUPCL = 0x400 constant ICANON (line 112) | ICANON = 0x2 constant IEXTEN (line 113) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 114) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 115) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 116) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 117) | ISIG = 0x1 constant IUCLC (line 118) | IUCLC = 0x200 constant IXOFF (line 119) | IXOFF = 0x1000 constant IXON (line 120) | IXON = 0x400 constant LASX_CTX_MAGIC (line 121) | LASX_CTX_MAGIC = 0x41535801 constant LSX_CTX_MAGIC (line 122) | LSX_CTX_MAGIC = 0x53580001 constant MAP_ANON (line 123) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 124) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 125) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 126) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 127) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 128) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 129) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 130) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 131) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 132) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 133) | MAP_STACK = 0x20000 constant MAP_SYNC (line 134) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 135) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 136) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 137) | MCL_ONFAULT = 0x4 constant MEMERASE (line 138) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 139) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 140) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 141) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 142) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 143) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 144) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 145) | MEMLOCK = 0x40084d05 constant MEMREAD (line 146) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 147) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 148) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 149) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 150) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 151) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 152) | NFDBITS = 0x40 constant NLDLY (line 153) | NLDLY = 0x100 constant NOFLSH (line 154) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 155) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 156) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 157) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 158) | NS_GET_USERNS = 0xb701 constant OLCUC (line 159) | OLCUC = 0x2 constant ONLCR (line 160) | ONLCR = 0x4 constant OTPERASE (line 161) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 162) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 163) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 164) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 165) | OTPSELECT = 0x80044d0d constant O_APPEND (line 166) | O_APPEND = 0x400 constant O_ASYNC (line 167) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 168) | O_CLOEXEC = 0x80000 constant O_CREAT (line 169) | O_CREAT = 0x40 constant O_DIRECT (line 170) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 171) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 172) | O_DSYNC = 0x1000 constant O_EXCL (line 173) | O_EXCL = 0x80 constant O_FSYNC (line 174) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 175) | O_LARGEFILE = 0x0 constant O_NDELAY (line 176) | O_NDELAY = 0x800 constant O_NOATIME (line 177) | O_NOATIME = 0x40000 constant O_NOCTTY (line 178) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 179) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 180) | O_NONBLOCK = 0x800 constant O_PATH (line 181) | O_PATH = 0x200000 constant O_RSYNC (line 182) | O_RSYNC = 0x101000 constant O_SYNC (line 183) | O_SYNC = 0x101000 constant O_TMPFILE (line 184) | O_TMPFILE = 0x410000 constant O_TRUNC (line 185) | O_TRUNC = 0x200 constant PARENB (line 186) | PARENB = 0x100 constant PARODD (line 187) | PARODD = 0x200 constant PENDIN (line 188) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 189) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 190) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 191) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 192) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 193) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 194) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 195) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 196) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 197) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 198) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 199) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 200) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 201) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 202) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 203) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 204) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 205) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 206) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 207) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 208) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 209) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 210) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 211) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 212) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 213) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 214) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 215) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 216) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 217) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 218) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 219) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 220) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 221) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 222) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 223) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 224) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 225) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 226) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 227) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 228) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 229) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 230) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 231) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 232) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 233) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_SYSEMU (line 234) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 235) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 236) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 237) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 238) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 239) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 240) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 241) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 242) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 243) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 244) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 245) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 246) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 247) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 248) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 249) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 250) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 251) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 252) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 253) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 254) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 255) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 256) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 257) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 258) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 259) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 260) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 261) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 262) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 263) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 264) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 265) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 266) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 267) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 268) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 269) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 270) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 271) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 272) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 273) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 274) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 275) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 276) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 277) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 278) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 279) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 280) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 281) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 282) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 283) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 284) | SIOCINQ = 0x541b constant SIOCOUTQ (line 285) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 286) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 287) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 288) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 289) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 290) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 291) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 292) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 293) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 294) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 295) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 296) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 297) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 298) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 299) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 300) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 301) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 302) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 303) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 304) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 305) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 306) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 307) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 308) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 309) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 310) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 311) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 312) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 313) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 314) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 315) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 316) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 317) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 318) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 319) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 320) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 321) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 322) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 323) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 324) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 325) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 326) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 327) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 328) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 329) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 330) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 331) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 332) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 333) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 334) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 335) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 336) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 337) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 338) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 339) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 340) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 341) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 342) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 343) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 344) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 345) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 346) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 347) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 348) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 349) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 350) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 351) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 352) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 353) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 354) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 355) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 356) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 357) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 358) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 359) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 360) | SO_TXTIME = 0x3d constant SO_TYPE (line 361) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 362) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 363) | SO_ZEROCOPY = 0x3c constant TAB1 (line 364) | TAB1 = 0x800 constant TAB2 (line 365) | TAB2 = 0x1000 constant TAB3 (line 366) | TAB3 = 0x1800 constant TABDLY (line 367) | TABDLY = 0x1800 constant TCFLSH (line 368) | TCFLSH = 0x540b constant TCGETA (line 369) | TCGETA = 0x5405 constant TCGETS (line 370) | TCGETS = 0x5401 constant TCGETS2 (line 371) | TCGETS2 = 0x802c542a constant TCGETX (line 372) | TCGETX = 0x5432 constant TCSAFLUSH (line 373) | TCSAFLUSH = 0x2 constant TCSBRK (line 374) | TCSBRK = 0x5409 constant TCSBRKP (line 375) | TCSBRKP = 0x5425 constant TCSETA (line 376) | TCSETA = 0x5406 constant TCSETAF (line 377) | TCSETAF = 0x5408 constant TCSETAW (line 378) | TCSETAW = 0x5407 constant TCSETS (line 379) | TCSETS = 0x5402 constant TCSETS2 (line 380) | TCSETS2 = 0x402c542b constant TCSETSF (line 381) | TCSETSF = 0x5404 constant TCSETSF2 (line 382) | TCSETSF2 = 0x402c542d constant TCSETSW (line 383) | TCSETSW = 0x5403 constant TCSETSW2 (line 384) | TCSETSW2 = 0x402c542c constant TCSETX (line 385) | TCSETX = 0x5433 constant TCSETXF (line 386) | TCSETXF = 0x5434 constant TCSETXW (line 387) | TCSETXW = 0x5435 constant TCXONC (line 388) | TCXONC = 0x540a constant TFD_CLOEXEC (line 389) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 390) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 391) | TIOCCBRK = 0x5428 constant TIOCCONS (line 392) | TIOCCONS = 0x541d constant TIOCEXCL (line 393) | TIOCEXCL = 0x540c constant TIOCGDEV (line 394) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 395) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 396) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 397) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 398) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 399) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 400) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 401) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 402) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 403) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 404) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 405) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 406) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 407) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 408) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 409) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 410) | TIOCINQ = 0x541b constant TIOCLINUX (line 411) | TIOCLINUX = 0x541c constant TIOCMBIC (line 412) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 413) | TIOCMBIS = 0x5416 constant TIOCMGET (line 414) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 415) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 416) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 417) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 418) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 419) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 420) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 421) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 422) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 423) | TIOCM_SR = 0x10 constant TIOCM_ST (line 424) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 425) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 426) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 427) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 428) | TIOCPKT = 0x5420 constant TIOCSBRK (line 429) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 430) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 431) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 432) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 433) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 434) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 435) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 436) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 437) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 438) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 439) | TIOCSETD = 0x5423 constant TIOCSIG (line 440) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 441) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 442) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 443) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 444) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 445) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 446) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 447) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 448) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 449) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 450) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 451) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 452) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 453) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 454) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 455) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 456) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 457) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 458) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 459) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 460) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 461) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 462) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 463) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 464) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 465) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 466) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 467) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 468) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 469) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 470) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 471) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 472) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 473) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 474) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 475) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 476) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 477) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 478) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 479) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 480) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 481) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 482) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 483) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 484) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 485) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 486) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 487) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 488) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 489) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 490) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 491) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 492) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 493) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 494) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 495) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 496) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 497) | VDISCARD = 0xd constant VEOF (line 498) | VEOF = 0x4 constant VEOL (line 499) | VEOL = 0xb constant VEOL2 (line 500) | VEOL2 = 0x10 constant VMIN (line 501) | VMIN = 0x6 constant VREPRINT (line 502) | VREPRINT = 0xc constant VSTART (line 503) | VSTART = 0x8 constant VSTOP (line 504) | VSTOP = 0x9 constant VSUSP (line 505) | VSUSP = 0xa constant VSWTC (line 506) | VSWTC = 0x7 constant VT1 (line 507) | VT1 = 0x4000 constant VTDLY (line 508) | VTDLY = 0x4000 constant VTIME (line 509) | VTIME = 0x5 constant VWERASE (line 510) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 511) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 512) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 513) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 514) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 515) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 516) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 517) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 518) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 519) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 520) | WORDSIZE = 0x40 constant XCASE (line 521) | XCASE = 0x4 constant XTABS (line 522) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 523) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 524) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 525) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 530) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 531) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 532) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 533) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 534) | EALREADY = syscall.Errno(0x72) constant EBADE (line 535) | EBADE = syscall.Errno(0x34) constant EBADFD (line 536) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 537) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 538) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 539) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 540) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 541) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 542) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 543) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 544) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 545) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 546) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 547) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 548) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 549) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 550) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 551) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 552) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 553) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 554) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 555) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 556) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 557) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 558) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 559) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 560) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 561) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 562) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 563) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 564) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 565) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 566) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 567) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 568) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 569) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 570) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 571) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 572) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 573) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 574) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 575) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 576) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 577) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 578) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 579) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 580) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 581) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 582) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 583) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 584) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 585) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 586) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 587) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 588) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 589) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 590) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 591) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 592) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 593) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 594) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 595) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 596) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 597) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 598) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 599) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 600) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 601) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 602) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 603) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 604) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 605) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 606) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 607) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 608) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 609) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 610) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 611) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 612) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 613) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 614) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 615) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 616) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 617) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 618) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 619) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 620) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 621) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 622) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 623) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 624) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 625) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 626) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 627) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 628) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 633) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 634) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 635) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 636) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 637) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 638) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 639) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 640) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 641) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 642) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 643) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 644) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 645) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 646) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 647) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 648) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 649) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 650) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 651) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 652) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 653) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80041271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40041272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0x21 constant F_GETLK64 (line 97) | F_GETLK64 = 0x21 constant F_GETOWN (line 98) | F_GETOWN = 0x17 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x22 constant F_SETLK64 (line 101) | F_SETLK64 = 0x22 constant F_SETLKW (line 102) | F_SETLKW = 0x23 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0x23 constant F_SETOWN (line 104) | F_SETOWN = 0x18 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x100 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 130) | MAP_RENAME = 0x800 constant MAP_STACK (line 131) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x20 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x40044d0d constant O_APPEND (line 163) | O_APPEND = 0x8 constant O_ASYNC (line 164) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x100 constant O_DIRECT (line 167) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 169) | O_DSYNC = 0x10 constant O_EXCL (line 170) | O_EXCL = 0x400 constant O_FSYNC (line 171) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 173) | O_NDELAY = 0x80 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x80 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x4010 constant O_SYNC (line 180) | O_SYNC = 0x4010 constant O_TMPFILE (line 181) | O_TMPFILE = 0x410000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 231) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 232) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 233) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 234) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 235) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 236) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 237) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 238) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 239) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 241) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 242) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 243) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 244) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 245) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 246) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 247) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 248) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 249) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 250) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 251) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 252) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 253) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 254) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 255) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 256) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 257) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 258) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 259) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 260) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 261) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 262) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 263) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 264) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 265) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 266) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 267) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 268) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 269) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 270) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 271) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 272) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 273) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 274) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 275) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 276) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 277) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 278) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 279) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 280) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 281) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 282) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 283) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 284) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 285) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 286) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 287) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 288) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 289) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 290) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 291) | SIOCINQ = 0x467f constant SIOCOUTQ (line 292) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 293) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 294) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 295) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 296) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 297) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 298) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 299) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 300) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 301) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 302) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 303) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 304) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 305) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 306) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 307) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 308) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 309) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 310) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 311) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 312) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 313) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 314) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 315) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 316) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 317) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 318) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 319) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 320) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 321) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 322) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 323) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 324) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 325) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 326) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 327) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 328) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 329) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 330) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 331) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 332) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 333) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 334) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 335) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 336) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 337) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 338) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 339) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 340) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 341) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 342) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 343) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 344) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 345) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 346) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 347) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 348) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 349) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 350) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 351) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 352) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 353) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 354) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 355) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 356) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 357) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 358) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 359) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 360) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 361) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 362) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 363) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 364) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 365) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 366) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 367) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 368) | SO_TXTIME = 0x3d constant SO_TYPE (line 369) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 370) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 371) | SO_ZEROCOPY = 0x3c constant TAB1 (line 372) | TAB1 = 0x800 constant TAB2 (line 373) | TAB2 = 0x1000 constant TAB3 (line 374) | TAB3 = 0x1800 constant TABDLY (line 375) | TABDLY = 0x1800 constant TCFLSH (line 376) | TCFLSH = 0x5407 constant TCGETA (line 377) | TCGETA = 0x5401 constant TCGETS (line 378) | TCGETS = 0x540d constant TCGETS2 (line 379) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 380) | TCSAFLUSH = 0x5410 constant TCSBRK (line 381) | TCSBRK = 0x5405 constant TCSBRKP (line 382) | TCSBRKP = 0x5486 constant TCSETA (line 383) | TCSETA = 0x5402 constant TCSETAF (line 384) | TCSETAF = 0x5404 constant TCSETAW (line 385) | TCSETAW = 0x5403 constant TCSETS (line 386) | TCSETS = 0x540e constant TCSETS2 (line 387) | TCSETS2 = 0x8030542b constant TCSETSF (line 388) | TCSETSF = 0x5410 constant TCSETSF2 (line 389) | TCSETSF2 = 0x8030542d constant TCSETSW (line 390) | TCSETSW = 0x540f constant TCSETSW2 (line 391) | TCSETSW2 = 0x8030542c constant TCXONC (line 392) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 393) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 394) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 395) | TIOCCBRK = 0x5428 constant TIOCCONS (line 396) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 397) | TIOCEXCL = 0x740d constant TIOCGDEV (line 398) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 399) | TIOCGETD = 0x7400 constant TIOCGETP (line 400) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 401) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 402) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 403) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 404) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 405) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 406) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 407) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 408) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 409) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 410) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 411) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 412) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 413) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 414) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 415) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 416) | TIOCINQ = 0x467f constant TIOCLINUX (line 417) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 418) | TIOCMBIC = 0x741c constant TIOCMBIS (line 419) | TIOCMBIS = 0x741b constant TIOCMGET (line 420) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 421) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 422) | TIOCMSET = 0x741a constant TIOCM_CAR (line 423) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 424) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 425) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 426) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 427) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 428) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 429) | TIOCM_SR = 0x20 constant TIOCM_ST (line 430) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 431) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 432) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 433) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 434) | TIOCPKT = 0x5470 constant TIOCSBRK (line 435) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 436) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 437) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 438) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 439) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 440) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 441) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 442) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 443) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 444) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 445) | TIOCSETD = 0x7401 constant TIOCSETN (line 446) | TIOCSETN = 0x740a constant TIOCSETP (line 447) | TIOCSETP = 0x7409 constant TIOCSIG (line 448) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 449) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 450) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 451) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 452) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 453) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 454) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 455) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 456) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 457) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 458) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 459) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 460) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 461) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 462) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 463) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 464) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 465) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 466) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 467) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 468) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 469) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 470) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 471) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 472) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 473) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 474) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 475) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 476) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 477) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 478) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 479) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 480) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 481) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 482) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 483) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 484) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 485) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 486) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 487) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 488) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 489) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 490) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 491) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 492) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 493) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 494) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 495) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 496) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 497) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 498) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 499) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 500) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 501) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 502) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 503) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 504) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 505) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 506) | VDISCARD = 0xd constant VEOF (line 507) | VEOF = 0x10 constant VEOL (line 508) | VEOL = 0x11 constant VEOL2 (line 509) | VEOL2 = 0x6 constant VMIN (line 510) | VMIN = 0x4 constant VREPRINT (line 511) | VREPRINT = 0xc constant VSTART (line 512) | VSTART = 0x8 constant VSTOP (line 513) | VSTOP = 0x9 constant VSUSP (line 514) | VSUSP = 0xa constant VSWTC (line 515) | VSWTC = 0x7 constant VSWTCH (line 516) | VSWTCH = 0x7 constant VT1 (line 517) | VT1 = 0x4000 constant VTDLY (line 518) | VTDLY = 0x4000 constant VTIME (line 519) | VTIME = 0x5 constant VWERASE (line 520) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 521) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 522) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 523) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 524) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 525) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 526) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 527) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 528) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 529) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 530) | WORDSIZE = 0x20 constant XCASE (line 531) | XCASE = 0x4 constant XTABS (line 532) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x95) constant EBADE (line 545) | EBADE = syscall.Errno(0x32) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 548) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 568) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 569) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 570) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 571) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 572) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 573) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 574) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 575) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 576) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 577) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 578) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 579) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 580) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 581) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 582) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 583) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 584) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 585) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 586) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 587) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 588) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 589) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 590) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 591) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 592) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 593) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 594) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 595) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 596) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 597) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 598) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 599) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 600) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 601) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 602) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 603) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 604) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 605) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 606) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 607) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 608) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 609) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 610) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 611) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 612) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 613) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 614) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 615) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 616) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 617) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 618) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 619) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 620) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 621) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 622) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 623) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 624) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 625) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 626) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 627) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 628) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 629) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 630) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 631) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 632) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 633) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 634) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 635) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 636) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 637) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 638) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 639) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 640) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 645) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 646) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 647) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 648) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 649) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 650) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 651) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 652) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 653) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 654) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 655) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 656) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 657) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 658) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 659) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 660) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 661) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 662) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 663) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 664) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 665) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0xe constant F_GETLK64 (line 97) | F_GETLK64 = 0xe constant F_GETOWN (line 98) | F_GETOWN = 0x17 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x6 constant F_SETLK64 (line 101) | F_SETLK64 = 0x6 constant F_SETLKW (line 102) | F_SETLKW = 0x7 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0x7 constant F_SETOWN (line 104) | F_SETOWN = 0x18 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x100 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 130) | MAP_RENAME = 0x800 constant MAP_STACK (line 131) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x40 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x40044d0d constant O_APPEND (line 163) | O_APPEND = 0x8 constant O_ASYNC (line 164) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x100 constant O_DIRECT (line 167) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 169) | O_DSYNC = 0x10 constant O_EXCL (line 170) | O_EXCL = 0x400 constant O_FSYNC (line 171) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x0 constant O_NDELAY (line 173) | O_NDELAY = 0x80 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x80 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x4010 constant O_SYNC (line 180) | O_SYNC = 0x4010 constant O_TMPFILE (line 181) | O_TMPFILE = 0x410000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPREGS (line 231) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 232) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 233) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 234) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 235) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 236) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 237) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 238) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 239) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 241) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 242) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 243) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 244) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 245) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 246) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 247) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 248) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 249) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 250) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 251) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 252) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 253) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 254) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 255) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 256) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 257) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 258) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 259) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 260) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 261) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 262) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 263) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 264) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 265) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 266) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 267) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 268) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 269) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 270) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 271) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 272) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 273) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 274) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 275) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 276) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 277) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 278) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 279) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 280) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 281) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 282) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 283) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 284) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 285) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 286) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 287) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 288) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 289) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 290) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 291) | SIOCINQ = 0x467f constant SIOCOUTQ (line 292) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 293) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 294) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 295) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 296) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 297) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 298) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 299) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 300) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 301) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 302) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 303) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 304) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 305) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 306) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 307) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 308) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 309) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 310) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 311) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 312) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 313) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 314) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 315) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 316) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 317) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 318) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 319) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 320) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 321) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 322) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 323) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 324) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 325) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 326) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 327) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 328) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 329) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 330) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 331) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 332) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 333) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 334) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 335) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 336) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 337) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 338) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 339) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 340) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 341) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 342) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 343) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 344) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 345) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 346) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 347) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 348) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 349) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 350) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 351) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 352) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 353) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 354) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 355) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 356) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 357) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 358) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 359) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 360) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 361) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 362) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 363) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 364) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 365) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 366) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 367) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 368) | SO_TXTIME = 0x3d constant SO_TYPE (line 369) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 370) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 371) | SO_ZEROCOPY = 0x3c constant TAB1 (line 372) | TAB1 = 0x800 constant TAB2 (line 373) | TAB2 = 0x1000 constant TAB3 (line 374) | TAB3 = 0x1800 constant TABDLY (line 375) | TABDLY = 0x1800 constant TCFLSH (line 376) | TCFLSH = 0x5407 constant TCGETA (line 377) | TCGETA = 0x5401 constant TCGETS (line 378) | TCGETS = 0x540d constant TCGETS2 (line 379) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 380) | TCSAFLUSH = 0x5410 constant TCSBRK (line 381) | TCSBRK = 0x5405 constant TCSBRKP (line 382) | TCSBRKP = 0x5486 constant TCSETA (line 383) | TCSETA = 0x5402 constant TCSETAF (line 384) | TCSETAF = 0x5404 constant TCSETAW (line 385) | TCSETAW = 0x5403 constant TCSETS (line 386) | TCSETS = 0x540e constant TCSETS2 (line 387) | TCSETS2 = 0x8030542b constant TCSETSF (line 388) | TCSETSF = 0x5410 constant TCSETSF2 (line 389) | TCSETSF2 = 0x8030542d constant TCSETSW (line 390) | TCSETSW = 0x540f constant TCSETSW2 (line 391) | TCSETSW2 = 0x8030542c constant TCXONC (line 392) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 393) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 394) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 395) | TIOCCBRK = 0x5428 constant TIOCCONS (line 396) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 397) | TIOCEXCL = 0x740d constant TIOCGDEV (line 398) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 399) | TIOCGETD = 0x7400 constant TIOCGETP (line 400) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 401) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 402) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 403) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 404) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 405) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 406) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 407) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 408) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 409) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 410) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 411) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 412) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 413) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 414) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 415) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 416) | TIOCINQ = 0x467f constant TIOCLINUX (line 417) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 418) | TIOCMBIC = 0x741c constant TIOCMBIS (line 419) | TIOCMBIS = 0x741b constant TIOCMGET (line 420) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 421) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 422) | TIOCMSET = 0x741a constant TIOCM_CAR (line 423) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 424) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 425) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 426) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 427) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 428) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 429) | TIOCM_SR = 0x20 constant TIOCM_ST (line 430) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 431) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 432) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 433) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 434) | TIOCPKT = 0x5470 constant TIOCSBRK (line 435) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 436) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 437) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 438) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 439) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 440) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 441) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 442) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 443) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 444) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 445) | TIOCSETD = 0x7401 constant TIOCSETN (line 446) | TIOCSETN = 0x740a constant TIOCSETP (line 447) | TIOCSETP = 0x7409 constant TIOCSIG (line 448) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 449) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 450) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 451) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 452) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 453) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 454) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 455) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 456) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 457) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 458) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 459) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 460) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 461) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 462) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 463) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 464) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 465) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 466) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 467) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 468) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 469) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 470) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 471) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 472) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 473) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 474) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 475) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 476) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 477) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 478) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 479) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 480) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 481) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 482) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 483) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 484) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 485) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 486) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 487) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 488) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 489) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 490) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 491) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 492) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 493) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 494) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 495) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 496) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 497) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 498) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 499) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 500) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 501) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 502) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 503) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 504) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 505) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 506) | VDISCARD = 0xd constant VEOF (line 507) | VEOF = 0x10 constant VEOL (line 508) | VEOL = 0x11 constant VEOL2 (line 509) | VEOL2 = 0x6 constant VMIN (line 510) | VMIN = 0x4 constant VREPRINT (line 511) | VREPRINT = 0xc constant VSTART (line 512) | VSTART = 0x8 constant VSTOP (line 513) | VSTOP = 0x9 constant VSUSP (line 514) | VSUSP = 0xa constant VSWTC (line 515) | VSWTC = 0x7 constant VSWTCH (line 516) | VSWTCH = 0x7 constant VT1 (line 517) | VT1 = 0x4000 constant VTDLY (line 518) | VTDLY = 0x4000 constant VTIME (line 519) | VTIME = 0x5 constant VWERASE (line 520) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 521) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 522) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 523) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 524) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 525) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 526) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 527) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 528) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 529) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 530) | WORDSIZE = 0x40 constant XCASE (line 531) | XCASE = 0x4 constant XTABS (line 532) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x95) constant EBADE (line 545) | EBADE = syscall.Errno(0x32) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 548) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 568) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 569) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 570) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 571) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 572) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 573) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 574) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 575) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 576) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 577) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 578) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 579) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 580) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 581) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 582) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 583) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 584) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 585) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 586) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 587) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 588) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 589) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 590) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 591) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 592) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 593) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 594) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 595) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 596) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 597) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 598) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 599) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 600) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 601) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 602) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 603) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 604) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 605) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 606) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 607) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 608) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 609) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 610) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 611) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 612) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 613) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 614) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 615) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 616) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 617) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 618) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 619) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 620) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 621) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 622) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 623) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 624) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 625) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 626) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 627) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 628) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 629) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 630) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 631) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 632) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 633) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 634) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 635) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 636) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 637) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 638) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 639) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 640) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 645) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 646) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 647) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 648) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 649) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 650) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 651) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 652) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 653) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 654) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 655) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 656) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 657) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 658) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 659) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 660) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 661) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 662) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 663) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 664) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 665) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0xe constant F_GETLK64 (line 97) | F_GETLK64 = 0xe constant F_GETOWN (line 98) | F_GETOWN = 0x17 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x6 constant F_SETLK64 (line 101) | F_SETLK64 = 0x6 constant F_SETLKW (line 102) | F_SETLKW = 0x7 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0x7 constant F_SETOWN (line 104) | F_SETOWN = 0x18 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x100 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 130) | MAP_RENAME = 0x800 constant MAP_STACK (line 131) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x40 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x40044d0d constant O_APPEND (line 163) | O_APPEND = 0x8 constant O_ASYNC (line 164) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x100 constant O_DIRECT (line 167) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 169) | O_DSYNC = 0x10 constant O_EXCL (line 170) | O_EXCL = 0x400 constant O_FSYNC (line 171) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x0 constant O_NDELAY (line 173) | O_NDELAY = 0x80 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x80 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x4010 constant O_SYNC (line 180) | O_SYNC = 0x4010 constant O_TMPFILE (line 181) | O_TMPFILE = 0x410000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPREGS (line 231) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 232) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 233) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 234) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 235) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 236) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 237) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 238) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 239) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 241) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 242) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 243) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 244) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 245) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 246) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 247) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 248) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 249) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 250) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 251) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 252) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 253) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 254) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 255) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 256) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 257) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 258) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 259) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 260) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 261) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 262) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 263) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 264) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 265) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 266) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 267) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 268) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 269) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 270) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 271) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 272) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 273) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 274) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 275) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 276) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 277) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 278) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 279) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 280) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 281) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 282) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 283) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 284) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 285) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 286) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 287) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 288) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 289) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 290) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 291) | SIOCINQ = 0x467f constant SIOCOUTQ (line 292) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 293) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 294) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 295) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 296) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 297) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 298) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 299) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 300) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 301) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 302) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 303) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 304) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 305) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 306) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 307) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 308) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 309) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 310) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 311) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 312) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 313) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 314) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 315) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 316) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 317) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 318) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 319) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 320) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 321) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 322) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 323) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 324) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 325) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 326) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 327) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 328) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 329) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 330) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 331) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 332) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 333) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 334) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 335) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 336) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 337) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 338) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 339) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 340) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 341) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 342) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 343) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 344) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 345) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 346) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 347) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 348) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 349) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 350) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 351) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 352) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 353) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 354) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 355) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 356) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 357) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 358) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 359) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 360) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 361) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 362) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 363) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 364) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 365) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 366) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 367) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 368) | SO_TXTIME = 0x3d constant SO_TYPE (line 369) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 370) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 371) | SO_ZEROCOPY = 0x3c constant TAB1 (line 372) | TAB1 = 0x800 constant TAB2 (line 373) | TAB2 = 0x1000 constant TAB3 (line 374) | TAB3 = 0x1800 constant TABDLY (line 375) | TABDLY = 0x1800 constant TCFLSH (line 376) | TCFLSH = 0x5407 constant TCGETA (line 377) | TCGETA = 0x5401 constant TCGETS (line 378) | TCGETS = 0x540d constant TCGETS2 (line 379) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 380) | TCSAFLUSH = 0x5410 constant TCSBRK (line 381) | TCSBRK = 0x5405 constant TCSBRKP (line 382) | TCSBRKP = 0x5486 constant TCSETA (line 383) | TCSETA = 0x5402 constant TCSETAF (line 384) | TCSETAF = 0x5404 constant TCSETAW (line 385) | TCSETAW = 0x5403 constant TCSETS (line 386) | TCSETS = 0x540e constant TCSETS2 (line 387) | TCSETS2 = 0x8030542b constant TCSETSF (line 388) | TCSETSF = 0x5410 constant TCSETSF2 (line 389) | TCSETSF2 = 0x8030542d constant TCSETSW (line 390) | TCSETSW = 0x540f constant TCSETSW2 (line 391) | TCSETSW2 = 0x8030542c constant TCXONC (line 392) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 393) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 394) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 395) | TIOCCBRK = 0x5428 constant TIOCCONS (line 396) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 397) | TIOCEXCL = 0x740d constant TIOCGDEV (line 398) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 399) | TIOCGETD = 0x7400 constant TIOCGETP (line 400) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 401) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 402) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 403) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 404) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 405) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 406) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 407) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 408) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 409) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 410) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 411) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 412) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 413) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 414) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 415) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 416) | TIOCINQ = 0x467f constant TIOCLINUX (line 417) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 418) | TIOCMBIC = 0x741c constant TIOCMBIS (line 419) | TIOCMBIS = 0x741b constant TIOCMGET (line 420) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 421) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 422) | TIOCMSET = 0x741a constant TIOCM_CAR (line 423) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 424) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 425) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 426) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 427) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 428) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 429) | TIOCM_SR = 0x20 constant TIOCM_ST (line 430) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 431) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 432) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 433) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 434) | TIOCPKT = 0x5470 constant TIOCSBRK (line 435) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 436) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 437) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 438) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 439) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 440) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 441) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 442) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 443) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 444) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 445) | TIOCSETD = 0x7401 constant TIOCSETN (line 446) | TIOCSETN = 0x740a constant TIOCSETP (line 447) | TIOCSETP = 0x7409 constant TIOCSIG (line 448) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 449) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 450) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 451) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 452) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 453) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 454) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 455) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 456) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 457) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 458) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 459) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 460) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 461) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 462) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 463) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 464) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 465) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 466) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 467) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 468) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 469) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 470) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 471) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 472) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 473) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 474) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 475) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 476) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 477) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 478) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 479) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 480) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 481) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 482) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 483) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 484) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 485) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 486) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 487) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 488) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 489) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 490) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 491) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 492) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 493) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 494) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 495) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 496) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 497) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 498) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 499) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 500) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 501) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 502) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 503) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 504) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 505) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 506) | VDISCARD = 0xd constant VEOF (line 507) | VEOF = 0x10 constant VEOL (line 508) | VEOL = 0x11 constant VEOL2 (line 509) | VEOL2 = 0x6 constant VMIN (line 510) | VMIN = 0x4 constant VREPRINT (line 511) | VREPRINT = 0xc constant VSTART (line 512) | VSTART = 0x8 constant VSTOP (line 513) | VSTOP = 0x9 constant VSUSP (line 514) | VSUSP = 0xa constant VSWTC (line 515) | VSWTC = 0x7 constant VSWTCH (line 516) | VSWTCH = 0x7 constant VT1 (line 517) | VT1 = 0x4000 constant VTDLY (line 518) | VTDLY = 0x4000 constant VTIME (line 519) | VTIME = 0x5 constant VWERASE (line 520) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 521) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 522) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 523) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 524) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 525) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 526) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 527) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 528) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 529) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 530) | WORDSIZE = 0x40 constant XCASE (line 531) | XCASE = 0x4 constant XTABS (line 532) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x95) constant EBADE (line 545) | EBADE = syscall.Errno(0x32) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 548) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 568) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 569) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 570) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 571) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 572) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 573) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 574) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 575) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 576) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 577) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 578) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 579) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 580) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 581) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 582) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 583) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 584) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 585) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 586) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 587) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 588) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 589) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 590) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 591) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 592) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 593) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 594) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 595) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 596) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 597) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 598) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 599) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 600) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 601) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 602) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 603) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 604) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 605) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 606) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 607) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 608) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 609) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 610) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 611) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 612) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 613) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 614) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 615) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 616) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 617) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 618) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 619) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 620) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 621) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 622) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 623) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 624) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 625) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 626) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 627) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 628) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 629) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 630) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 631) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 632) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 633) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 634) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 635) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 636) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 637) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 638) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 639) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 640) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 645) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 646) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 647) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 648) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 649) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 650) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 651) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 652) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 653) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 654) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 655) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 656) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 657) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 658) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 659) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 660) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 661) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 662) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 663) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 664) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 665) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80041271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40041272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0x21 constant F_GETLK64 (line 97) | F_GETLK64 = 0x21 constant F_GETOWN (line 98) | F_GETOWN = 0x17 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x22 constant F_SETLK64 (line 101) | F_SETLK64 = 0x22 constant F_SETLKW (line 102) | F_SETLKW = 0x23 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0x23 constant F_SETOWN (line 104) | F_SETOWN = 0x18 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x100 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 130) | MAP_RENAME = 0x800 constant MAP_STACK (line 131) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x20 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x40044d0d constant O_APPEND (line 163) | O_APPEND = 0x8 constant O_ASYNC (line 164) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x100 constant O_DIRECT (line 167) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 169) | O_DSYNC = 0x10 constant O_EXCL (line 170) | O_EXCL = 0x400 constant O_FSYNC (line 171) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 173) | O_NDELAY = 0x80 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x80 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x4010 constant O_SYNC (line 180) | O_SYNC = 0x4010 constant O_TMPFILE (line 181) | O_TMPFILE = 0x410000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 231) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 232) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 233) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 234) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 235) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 236) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 237) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 238) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 239) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 241) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 242) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 243) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 244) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 245) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 246) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 247) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 248) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 249) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 250) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 251) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 252) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 253) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 254) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 255) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 256) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 257) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 258) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 259) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 260) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 261) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 262) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 263) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 264) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 265) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 266) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 267) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 268) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 269) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 270) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 271) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 272) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 273) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 274) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 275) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 276) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 277) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 278) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 279) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 280) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 281) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 282) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 283) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 284) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 285) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 286) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 287) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 288) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 289) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 290) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 291) | SIOCINQ = 0x467f constant SIOCOUTQ (line 292) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 293) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 294) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 295) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 296) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 297) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 298) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 299) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 300) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 301) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 302) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 303) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 304) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 305) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 306) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 307) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 308) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 309) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 310) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 311) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 312) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 313) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 314) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 315) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 316) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 317) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 318) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 319) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 320) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 321) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 322) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 323) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 324) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 325) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 326) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 327) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 328) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 329) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 330) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 331) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 332) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 333) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 334) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 335) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 336) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 337) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 338) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 339) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 340) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 341) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 342) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 343) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 344) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 345) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 346) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 347) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 348) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 349) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 350) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 351) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 352) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 353) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 354) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 355) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 356) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 357) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 358) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 359) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 360) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 361) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 362) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 363) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 364) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 365) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 366) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 367) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 368) | SO_TXTIME = 0x3d constant SO_TYPE (line 369) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 370) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 371) | SO_ZEROCOPY = 0x3c constant TAB1 (line 372) | TAB1 = 0x800 constant TAB2 (line 373) | TAB2 = 0x1000 constant TAB3 (line 374) | TAB3 = 0x1800 constant TABDLY (line 375) | TABDLY = 0x1800 constant TCFLSH (line 376) | TCFLSH = 0x5407 constant TCGETA (line 377) | TCGETA = 0x5401 constant TCGETS (line 378) | TCGETS = 0x540d constant TCGETS2 (line 379) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 380) | TCSAFLUSH = 0x5410 constant TCSBRK (line 381) | TCSBRK = 0x5405 constant TCSBRKP (line 382) | TCSBRKP = 0x5486 constant TCSETA (line 383) | TCSETA = 0x5402 constant TCSETAF (line 384) | TCSETAF = 0x5404 constant TCSETAW (line 385) | TCSETAW = 0x5403 constant TCSETS (line 386) | TCSETS = 0x540e constant TCSETS2 (line 387) | TCSETS2 = 0x8030542b constant TCSETSF (line 388) | TCSETSF = 0x5410 constant TCSETSF2 (line 389) | TCSETSF2 = 0x8030542d constant TCSETSW (line 390) | TCSETSW = 0x540f constant TCSETSW2 (line 391) | TCSETSW2 = 0x8030542c constant TCXONC (line 392) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 393) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 394) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 395) | TIOCCBRK = 0x5428 constant TIOCCONS (line 396) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 397) | TIOCEXCL = 0x740d constant TIOCGDEV (line 398) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 399) | TIOCGETD = 0x7400 constant TIOCGETP (line 400) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 401) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 402) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 403) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 404) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 405) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 406) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 407) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 408) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 409) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 410) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 411) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 412) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 413) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 414) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 415) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 416) | TIOCINQ = 0x467f constant TIOCLINUX (line 417) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 418) | TIOCMBIC = 0x741c constant TIOCMBIS (line 419) | TIOCMBIS = 0x741b constant TIOCMGET (line 420) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 421) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 422) | TIOCMSET = 0x741a constant TIOCM_CAR (line 423) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 424) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 425) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 426) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 427) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 428) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 429) | TIOCM_SR = 0x20 constant TIOCM_ST (line 430) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 431) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 432) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 433) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 434) | TIOCPKT = 0x5470 constant TIOCSBRK (line 435) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 436) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 437) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 438) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 439) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 440) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 441) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 442) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 443) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 444) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 445) | TIOCSETD = 0x7401 constant TIOCSETN (line 446) | TIOCSETN = 0x740a constant TIOCSETP (line 447) | TIOCSETP = 0x7409 constant TIOCSIG (line 448) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 449) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 450) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 451) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 452) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 453) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 454) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 455) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 456) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 457) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 458) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 459) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 460) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 461) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 462) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 463) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 464) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 465) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 466) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 467) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 468) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 469) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 470) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 471) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 472) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 473) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 474) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 475) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 476) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 477) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 478) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 479) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 480) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 481) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 482) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 483) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 484) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 485) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 486) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 487) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 488) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 489) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 490) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 491) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 492) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 493) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 494) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 495) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 496) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 497) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 498) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 499) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 500) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 501) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 502) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 503) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 504) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 505) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 506) | VDISCARD = 0xd constant VEOF (line 507) | VEOF = 0x10 constant VEOL (line 508) | VEOL = 0x11 constant VEOL2 (line 509) | VEOL2 = 0x6 constant VMIN (line 510) | VMIN = 0x4 constant VREPRINT (line 511) | VREPRINT = 0xc constant VSTART (line 512) | VSTART = 0x8 constant VSTOP (line 513) | VSTOP = 0x9 constant VSUSP (line 514) | VSUSP = 0xa constant VSWTC (line 515) | VSWTC = 0x7 constant VSWTCH (line 516) | VSWTCH = 0x7 constant VT1 (line 517) | VT1 = 0x4000 constant VTDLY (line 518) | VTDLY = 0x4000 constant VTIME (line 519) | VTIME = 0x5 constant VWERASE (line 520) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 521) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 522) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 523) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 524) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 525) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 526) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 527) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 528) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 529) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 530) | WORDSIZE = 0x20 constant XCASE (line 531) | XCASE = 0x4 constant XTABS (line 532) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x95) constant EBADE (line 545) | EBADE = syscall.Errno(0x32) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 548) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 568) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 569) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 570) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 571) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 572) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 573) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 574) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 575) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 576) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 577) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 578) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 579) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 580) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 581) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 582) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 583) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 584) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 585) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 586) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 587) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 588) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 589) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 590) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 591) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 592) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 593) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 594) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 595) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 596) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 597) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 598) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 599) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 600) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 601) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 602) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 603) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 604) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 605) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 606) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 607) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 608) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 609) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 610) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 611) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 612) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 613) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 614) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 615) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 616) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 617) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 618) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 619) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 620) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 621) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 622) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 623) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 624) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 625) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 626) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 627) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 628) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 629) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 630) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 631) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 632) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 633) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 634) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 635) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 636) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 637) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 638) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 639) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 640) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 645) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 646) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 647) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 648) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 649) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 650) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 651) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 652) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 653) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 654) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 655) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 656) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 657) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 658) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 659) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 660) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 661) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 662) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 663) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 664) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 665) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go constant B1000000 (line 15) | B1000000 = 0x17 constant B115200 (line 16) | B115200 = 0x11 constant B1152000 (line 17) | B1152000 = 0x18 constant B1500000 (line 18) | B1500000 = 0x19 constant B2000000 (line 19) | B2000000 = 0x1a constant B230400 (line 20) | B230400 = 0x12 constant B2500000 (line 21) | B2500000 = 0x1b constant B3000000 (line 22) | B3000000 = 0x1c constant B3500000 (line 23) | B3500000 = 0x1d constant B4000000 (line 24) | B4000000 = 0x1e constant B460800 (line 25) | B460800 = 0x13 constant B500000 (line 26) | B500000 = 0x14 constant B57600 (line 27) | B57600 = 0x10 constant B576000 (line 28) | B576000 = 0x15 constant B921600 (line 29) | B921600 = 0x16 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80041271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40041272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1f constant BS1 (line 56) | BS1 = 0x8000 constant BSDLY (line 57) | BSDLY = 0x8000 constant CBAUD (line 58) | CBAUD = 0xff constant CBAUDEX (line 59) | CBAUDEX = 0x0 constant CIBAUD (line 60) | CIBAUD = 0xff0000 constant CLOCAL (line 61) | CLOCAL = 0x8000 constant CR1 (line 62) | CR1 = 0x1000 constant CR2 (line 63) | CR2 = 0x2000 constant CR3 (line 64) | CR3 = 0x3000 constant CRDLY (line 65) | CRDLY = 0x3000 constant CREAD (line 66) | CREAD = 0x800 constant CS6 (line 67) | CS6 = 0x100 constant CS7 (line 68) | CS7 = 0x200 constant CS8 (line 69) | CS8 = 0x300 constant CSIZE (line 70) | CSIZE = 0x300 constant CSTOPB (line 71) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x40 constant ECHOE (line 75) | ECHOE = 0x2 constant ECHOK (line 76) | ECHOK = 0x4 constant ECHOKE (line 77) | ECHOKE = 0x1 constant ECHONL (line 78) | ECHONL = 0x10 constant ECHOPRT (line 79) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000000 constant FF1 (line 84) | FF1 = 0x4000 constant FFDLY (line 85) | FFDLY = 0x4000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0xc constant F_GETLK64 (line 97) | F_GETLK64 = 0xc constant F_GETOWN (line 98) | F_GETOWN = 0x9 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0xd constant F_SETLK64 (line 101) | F_SETLK64 = 0xd constant F_SETLKW (line 102) | F_SETLKW = 0xe constant F_SETLKW64 (line 103) | F_SETLKW64 = 0xe constant F_SETOWN (line 104) | F_SETOWN = 0x8 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x4000 constant ICANON (line 111) | ICANON = 0x100 constant IEXTEN (line 112) | IEXTEN = 0x400 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x80 constant IUCLC (line 117) | IUCLC = 0x1000 constant IXOFF (line 118) | IXOFF = 0x400 constant IXON (line 119) | IXON = 0x200 constant MAP_ANON (line 120) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 130) | MAP_STACK = 0x20000 constant MAP_SYNC (line 131) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x20 constant NL2 (line 150) | NL2 = 0x200 constant NL3 (line 151) | NL3 = 0x300 constant NLDLY (line 152) | NLDLY = 0x300 constant NOFLSH (line 153) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 154) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 155) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 156) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 157) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 158) | OLCUC = 0x4 constant ONLCR (line 159) | ONLCR = 0x2 constant OTPERASE (line 160) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 161) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 162) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 163) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 164) | OTPSELECT = 0x40044d0d constant O_APPEND (line 165) | O_APPEND = 0x400 constant O_ASYNC (line 166) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 167) | O_CLOEXEC = 0x80000 constant O_CREAT (line 168) | O_CREAT = 0x40 constant O_DIRECT (line 169) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 170) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 171) | O_DSYNC = 0x1000 constant O_EXCL (line 172) | O_EXCL = 0x80 constant O_FSYNC (line 173) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 174) | O_LARGEFILE = 0x10000 constant O_NDELAY (line 175) | O_NDELAY = 0x800 constant O_NOATIME (line 176) | O_NOATIME = 0x40000 constant O_NOCTTY (line 177) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 178) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 179) | O_NONBLOCK = 0x800 constant O_PATH (line 180) | O_PATH = 0x200000 constant O_RSYNC (line 181) | O_RSYNC = 0x101000 constant O_SYNC (line 182) | O_SYNC = 0x101000 constant O_TMPFILE (line 183) | O_TMPFILE = 0x404000 constant O_TRUNC (line 184) | O_TRUNC = 0x200 constant PARENB (line 185) | PARENB = 0x1000 constant PARODD (line 186) | PARODD = 0x2000 constant PENDIN (line 187) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 188) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 189) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 190) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 191) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 192) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 193) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 194) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 195) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 196) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 197) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 198) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 199) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 200) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 201) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 202) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 203) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 204) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 205) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 206) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 207) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 208) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 209) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 210) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 211) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 212) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 213) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 214) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 215) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 216) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 217) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 218) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 219) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 220) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 221) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 222) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 223) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 224) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 225) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 226) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 227) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 228) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 229) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 230) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 231) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 232) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 233) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETEVRREGS (line 234) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 235) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 236) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 237) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 238) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 239) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 240) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 241) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 242) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 243) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 244) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 245) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 246) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 247) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 248) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 249) | PT_CCR = 0x26 constant PT_CTR (line 250) | PT_CTR = 0x23 constant PT_DAR (line 251) | PT_DAR = 0x29 constant PT_DSCR (line 252) | PT_DSCR = 0x2c constant PT_DSISR (line 253) | PT_DSISR = 0x2a constant PT_FPR0 (line 254) | PT_FPR0 = 0x30 constant PT_FPR31 (line 255) | PT_FPR31 = 0x6e constant PT_FPSCR (line 256) | PT_FPSCR = 0x71 constant PT_LNK (line 257) | PT_LNK = 0x24 constant PT_MQ (line 258) | PT_MQ = 0x27 constant PT_MSR (line 259) | PT_MSR = 0x21 constant PT_NIP (line 260) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 261) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 262) | PT_R0 = 0x0 constant PT_R1 (line 263) | PT_R1 = 0x1 constant PT_R10 (line 264) | PT_R10 = 0xa constant PT_R11 (line 265) | PT_R11 = 0xb constant PT_R12 (line 266) | PT_R12 = 0xc constant PT_R13 (line 267) | PT_R13 = 0xd constant PT_R14 (line 268) | PT_R14 = 0xe constant PT_R15 (line 269) | PT_R15 = 0xf constant PT_R16 (line 270) | PT_R16 = 0x10 constant PT_R17 (line 271) | PT_R17 = 0x11 constant PT_R18 (line 272) | PT_R18 = 0x12 constant PT_R19 (line 273) | PT_R19 = 0x13 constant PT_R2 (line 274) | PT_R2 = 0x2 constant PT_R20 (line 275) | PT_R20 = 0x14 constant PT_R21 (line 276) | PT_R21 = 0x15 constant PT_R22 (line 277) | PT_R22 = 0x16 constant PT_R23 (line 278) | PT_R23 = 0x17 constant PT_R24 (line 279) | PT_R24 = 0x18 constant PT_R25 (line 280) | PT_R25 = 0x19 constant PT_R26 (line 281) | PT_R26 = 0x1a constant PT_R27 (line 282) | PT_R27 = 0x1b constant PT_R28 (line 283) | PT_R28 = 0x1c constant PT_R29 (line 284) | PT_R29 = 0x1d constant PT_R3 (line 285) | PT_R3 = 0x3 constant PT_R30 (line 286) | PT_R30 = 0x1e constant PT_R31 (line 287) | PT_R31 = 0x1f constant PT_R4 (line 288) | PT_R4 = 0x4 constant PT_R5 (line 289) | PT_R5 = 0x5 constant PT_R6 (line 290) | PT_R6 = 0x6 constant PT_R7 (line 291) | PT_R7 = 0x7 constant PT_R8 (line 292) | PT_R8 = 0x8 constant PT_R9 (line 293) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 294) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 295) | PT_RESULT = 0x2b constant PT_TRAP (line 296) | PT_TRAP = 0x28 constant PT_XER (line 297) | PT_XER = 0x25 constant RLIMIT_AS (line 298) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 299) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 300) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 301) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 302) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 303) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 304) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 305) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 306) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 307) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 308) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 309) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 310) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 311) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 312) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 313) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 314) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 315) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 316) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 317) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 318) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 319) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 320) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 321) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 322) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 323) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 324) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 325) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 326) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 327) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 328) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 329) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 330) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 331) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 332) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 333) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 334) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 335) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 336) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 337) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 338) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 339) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 340) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 341) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 342) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 343) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 344) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 345) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 346) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 347) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 348) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 349) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 350) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 351) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 352) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 353) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 354) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 355) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 356) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 357) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 358) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 359) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 360) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 361) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 362) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 363) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 364) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 365) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 366) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 367) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 368) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 369) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 370) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 371) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 372) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 373) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 374) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 375) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 376) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 377) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 378) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 379) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 380) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 381) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 382) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 383) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 384) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 385) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 386) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 387) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 388) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 389) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 390) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 391) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 392) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 393) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 394) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 395) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 396) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 397) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 398) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 399) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 400) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 401) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 402) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 403) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 404) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 405) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 406) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 407) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 408) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 409) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 410) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 411) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 412) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 413) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 414) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 415) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 416) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 417) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 418) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 419) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 420) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 421) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 422) | SO_TXTIME = 0x3d constant SO_TYPE (line 423) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 424) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 425) | SO_ZEROCOPY = 0x3c constant TAB1 (line 426) | TAB1 = 0x400 constant TAB2 (line 427) | TAB2 = 0x800 constant TAB3 (line 428) | TAB3 = 0xc00 constant TABDLY (line 429) | TABDLY = 0xc00 constant TCFLSH (line 430) | TCFLSH = 0x2000741f constant TCGETA (line 431) | TCGETA = 0x40147417 constant TCGETS (line 432) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 433) | TCSAFLUSH = 0x2 constant TCSBRK (line 434) | TCSBRK = 0x2000741d constant TCSBRKP (line 435) | TCSBRKP = 0x5425 constant TCSETA (line 436) | TCSETA = 0x80147418 constant TCSETAF (line 437) | TCSETAF = 0x8014741c constant TCSETAW (line 438) | TCSETAW = 0x80147419 constant TCSETS (line 439) | TCSETS = 0x802c7414 constant TCSETSF (line 440) | TCSETSF = 0x802c7416 constant TCSETSW (line 441) | TCSETSW = 0x802c7415 constant TCXONC (line 442) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 443) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 444) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 445) | TIOCCBRK = 0x5428 constant TIOCCONS (line 446) | TIOCCONS = 0x541d constant TIOCEXCL (line 447) | TIOCEXCL = 0x540c constant TIOCGDEV (line 448) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 449) | TIOCGETC = 0x40067412 constant TIOCGETD (line 450) | TIOCGETD = 0x5424 constant TIOCGETP (line 451) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 452) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 453) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 454) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 455) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 456) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 457) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 458) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 459) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 460) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 461) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 462) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 463) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 464) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 465) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 466) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 467) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 468) | TIOCLINUX = 0x541c constant TIOCMBIC (line 469) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 470) | TIOCMBIS = 0x5416 constant TIOCMGET (line 471) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 472) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 473) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 474) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 475) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 476) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 477) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 478) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 479) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 480) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 481) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 482) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 483) | TIOCM_SR = 0x10 constant TIOCM_ST (line 484) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 485) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 486) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 487) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 488) | TIOCPKT = 0x5420 constant TIOCSBRK (line 489) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 490) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 491) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 492) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 493) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 494) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 495) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 496) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 497) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 498) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 499) | TIOCSETC = 0x80067411 constant TIOCSETD (line 500) | TIOCSETD = 0x5423 constant TIOCSETN (line 501) | TIOCSETN = 0x8006740a constant TIOCSETP (line 502) | TIOCSETP = 0x80067409 constant TIOCSIG (line 503) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 504) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 505) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 506) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 507) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 508) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 509) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 510) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 511) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 512) | TIOCSTART = 0x2000746e constant TIOCSTI (line 513) | TIOCSTI = 0x5412 constant TIOCSTOP (line 514) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 515) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 516) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 517) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 518) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 519) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 520) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 521) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 522) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 523) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 524) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 525) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 526) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 527) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 528) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 529) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 530) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 531) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 532) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 533) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 534) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 535) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 536) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 537) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 538) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 539) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 540) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 541) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 542) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 543) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 544) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 545) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 546) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 547) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 548) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 549) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 550) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 551) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 552) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 553) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 554) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 555) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 556) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 557) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 558) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 559) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 560) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 561) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 562) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 563) | VDISCARD = 0x10 constant VEOF (line 564) | VEOF = 0x4 constant VEOL (line 565) | VEOL = 0x6 constant VEOL2 (line 566) | VEOL2 = 0x8 constant VMIN (line 567) | VMIN = 0x5 constant VREPRINT (line 568) | VREPRINT = 0xb constant VSTART (line 569) | VSTART = 0xd constant VSTOP (line 570) | VSTOP = 0xe constant VSUSP (line 571) | VSUSP = 0xc constant VSWTC (line 572) | VSWTC = 0x9 constant VT1 (line 573) | VT1 = 0x10000 constant VTDLY (line 574) | VTDLY = 0x10000 constant VTIME (line 575) | VTIME = 0x7 constant VWERASE (line 576) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 577) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 578) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 579) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 580) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 581) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 582) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 583) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 584) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 585) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 586) | WORDSIZE = 0x20 constant XCASE (line 587) | XCASE = 0x4000 constant XTABS (line 588) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 589) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 590) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 591) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 596) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 597) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 598) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 599) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 600) | EALREADY = syscall.Errno(0x72) constant EBADE (line 601) | EBADE = syscall.Errno(0x34) constant EBADFD (line 602) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 603) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 604) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 605) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 606) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 607) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 608) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 609) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 610) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 611) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 612) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 613) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 614) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 615) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 616) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 617) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 618) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 619) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 620) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 621) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 622) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 623) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 624) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 625) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 626) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 627) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 628) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 629) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 630) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 631) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 632) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 633) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 634) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 635) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 636) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 637) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 638) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 639) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 640) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 641) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 642) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 643) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 644) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 645) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 646) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 647) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 648) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 649) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 650) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 651) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 652) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 653) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 654) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 655) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 656) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 657) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 658) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 659) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 660) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 661) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 662) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 663) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 664) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 665) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 666) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 667) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 668) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 669) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 670) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 671) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 672) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 673) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 674) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 675) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 676) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 677) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 678) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 679) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 680) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 681) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 682) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 683) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 684) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 685) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 686) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 687) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 688) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 689) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 690) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 691) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 692) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 693) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 694) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 699) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 700) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 701) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 702) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 703) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 704) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 705) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 706) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 707) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 708) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 709) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 710) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 711) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 712) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 713) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 714) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 715) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 716) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 717) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 718) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 719) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go constant B1000000 (line 15) | B1000000 = 0x17 constant B115200 (line 16) | B115200 = 0x11 constant B1152000 (line 17) | B1152000 = 0x18 constant B1500000 (line 18) | B1500000 = 0x19 constant B2000000 (line 19) | B2000000 = 0x1a constant B230400 (line 20) | B230400 = 0x12 constant B2500000 (line 21) | B2500000 = 0x1b constant B3000000 (line 22) | B3000000 = 0x1c constant B3500000 (line 23) | B3500000 = 0x1d constant B4000000 (line 24) | B4000000 = 0x1e constant B460800 (line 25) | B460800 = 0x13 constant B500000 (line 26) | B500000 = 0x14 constant B57600 (line 27) | B57600 = 0x10 constant B576000 (line 28) | B576000 = 0x15 constant B921600 (line 29) | B921600 = 0x16 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1f constant BS1 (line 56) | BS1 = 0x8000 constant BSDLY (line 57) | BSDLY = 0x8000 constant CBAUD (line 58) | CBAUD = 0xff constant CBAUDEX (line 59) | CBAUDEX = 0x0 constant CIBAUD (line 60) | CIBAUD = 0xff0000 constant CLOCAL (line 61) | CLOCAL = 0x8000 constant CR1 (line 62) | CR1 = 0x1000 constant CR2 (line 63) | CR2 = 0x2000 constant CR3 (line 64) | CR3 = 0x3000 constant CRDLY (line 65) | CRDLY = 0x3000 constant CREAD (line 66) | CREAD = 0x800 constant CS6 (line 67) | CS6 = 0x100 constant CS7 (line 68) | CS7 = 0x200 constant CS8 (line 69) | CS8 = 0x300 constant CSIZE (line 70) | CSIZE = 0x300 constant CSTOPB (line 71) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x40 constant ECHOE (line 75) | ECHOE = 0x2 constant ECHOK (line 76) | ECHOK = 0x4 constant ECHOKE (line 77) | ECHOKE = 0x1 constant ECHONL (line 78) | ECHONL = 0x10 constant ECHOPRT (line 79) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000000 constant FF1 (line 84) | FF1 = 0x4000 constant FFDLY (line 85) | FFDLY = 0x4000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0x5 constant F_GETLK64 (line 97) | F_GETLK64 = 0xc constant F_GETOWN (line 98) | F_GETOWN = 0x9 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x6 constant F_SETLK64 (line 101) | F_SETLK64 = 0xd constant F_SETLKW (line 102) | F_SETLKW = 0x7 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0xe constant F_SETOWN (line 104) | F_SETOWN = 0x8 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x4000 constant ICANON (line 111) | ICANON = 0x100 constant IEXTEN (line 112) | IEXTEN = 0x400 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x80 constant IUCLC (line 117) | IUCLC = 0x1000 constant IXOFF (line 118) | IXOFF = 0x400 constant IXON (line 119) | IXON = 0x200 constant MAP_ANON (line 120) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 130) | MAP_STACK = 0x20000 constant MAP_SYNC (line 131) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x40 constant NL2 (line 150) | NL2 = 0x200 constant NL3 (line 151) | NL3 = 0x300 constant NLDLY (line 152) | NLDLY = 0x300 constant NOFLSH (line 153) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 154) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 155) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 156) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 157) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 158) | OLCUC = 0x4 constant ONLCR (line 159) | ONLCR = 0x2 constant OTPERASE (line 160) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 161) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 162) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 163) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 164) | OTPSELECT = 0x40044d0d constant O_APPEND (line 165) | O_APPEND = 0x400 constant O_ASYNC (line 166) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 167) | O_CLOEXEC = 0x80000 constant O_CREAT (line 168) | O_CREAT = 0x40 constant O_DIRECT (line 169) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 170) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 171) | O_DSYNC = 0x1000 constant O_EXCL (line 172) | O_EXCL = 0x80 constant O_FSYNC (line 173) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 174) | O_LARGEFILE = 0x0 constant O_NDELAY (line 175) | O_NDELAY = 0x800 constant O_NOATIME (line 176) | O_NOATIME = 0x40000 constant O_NOCTTY (line 177) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 178) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 179) | O_NONBLOCK = 0x800 constant O_PATH (line 180) | O_PATH = 0x200000 constant O_RSYNC (line 181) | O_RSYNC = 0x101000 constant O_SYNC (line 182) | O_SYNC = 0x101000 constant O_TMPFILE (line 183) | O_TMPFILE = 0x404000 constant O_TRUNC (line 184) | O_TRUNC = 0x200 constant PARENB (line 185) | PARENB = 0x1000 constant PARODD (line 186) | PARODD = 0x2000 constant PENDIN (line 187) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 188) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 189) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 190) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 191) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 192) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 193) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 194) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 195) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 196) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 197) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 198) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 199) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 200) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 201) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 202) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 203) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 204) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 205) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 206) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 207) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 208) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 209) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 210) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 211) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 212) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 213) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 214) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 215) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 216) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 217) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 218) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 219) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 220) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 221) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 222) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 223) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 224) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 225) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 226) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 227) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 228) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 229) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 230) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 231) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 232) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 233) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETEVRREGS (line 234) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 235) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 236) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 237) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 238) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 239) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 240) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 241) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 242) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 243) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 244) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 245) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 246) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 247) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 248) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 249) | PT_CCR = 0x26 constant PT_CTR (line 250) | PT_CTR = 0x23 constant PT_DAR (line 251) | PT_DAR = 0x29 constant PT_DSCR (line 252) | PT_DSCR = 0x2c constant PT_DSISR (line 253) | PT_DSISR = 0x2a constant PT_FPR0 (line 254) | PT_FPR0 = 0x30 constant PT_FPSCR (line 255) | PT_FPSCR = 0x50 constant PT_LNK (line 256) | PT_LNK = 0x24 constant PT_MSR (line 257) | PT_MSR = 0x21 constant PT_NIP (line 258) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 259) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 260) | PT_R0 = 0x0 constant PT_R1 (line 261) | PT_R1 = 0x1 constant PT_R10 (line 262) | PT_R10 = 0xa constant PT_R11 (line 263) | PT_R11 = 0xb constant PT_R12 (line 264) | PT_R12 = 0xc constant PT_R13 (line 265) | PT_R13 = 0xd constant PT_R14 (line 266) | PT_R14 = 0xe constant PT_R15 (line 267) | PT_R15 = 0xf constant PT_R16 (line 268) | PT_R16 = 0x10 constant PT_R17 (line 269) | PT_R17 = 0x11 constant PT_R18 (line 270) | PT_R18 = 0x12 constant PT_R19 (line 271) | PT_R19 = 0x13 constant PT_R2 (line 272) | PT_R2 = 0x2 constant PT_R20 (line 273) | PT_R20 = 0x14 constant PT_R21 (line 274) | PT_R21 = 0x15 constant PT_R22 (line 275) | PT_R22 = 0x16 constant PT_R23 (line 276) | PT_R23 = 0x17 constant PT_R24 (line 277) | PT_R24 = 0x18 constant PT_R25 (line 278) | PT_R25 = 0x19 constant PT_R26 (line 279) | PT_R26 = 0x1a constant PT_R27 (line 280) | PT_R27 = 0x1b constant PT_R28 (line 281) | PT_R28 = 0x1c constant PT_R29 (line 282) | PT_R29 = 0x1d constant PT_R3 (line 283) | PT_R3 = 0x3 constant PT_R30 (line 284) | PT_R30 = 0x1e constant PT_R31 (line 285) | PT_R31 = 0x1f constant PT_R4 (line 286) | PT_R4 = 0x4 constant PT_R5 (line 287) | PT_R5 = 0x5 constant PT_R6 (line 288) | PT_R6 = 0x6 constant PT_R7 (line 289) | PT_R7 = 0x7 constant PT_R8 (line 290) | PT_R8 = 0x8 constant PT_R9 (line 291) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 292) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 293) | PT_RESULT = 0x2b constant PT_SOFTE (line 294) | PT_SOFTE = 0x27 constant PT_TRAP (line 295) | PT_TRAP = 0x28 constant PT_VR0 (line 296) | PT_VR0 = 0x52 constant PT_VRSAVE (line 297) | PT_VRSAVE = 0x94 constant PT_VSCR (line 298) | PT_VSCR = 0x93 constant PT_VSR0 (line 299) | PT_VSR0 = 0x96 constant PT_VSR31 (line 300) | PT_VSR31 = 0xd4 constant PT_XER (line 301) | PT_XER = 0x25 constant RLIMIT_AS (line 302) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 303) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 304) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 305) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 306) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 307) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 308) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 309) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 310) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 311) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 312) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 313) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 314) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 315) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 316) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 317) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 318) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 319) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 320) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 321) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 322) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 323) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 324) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 325) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 326) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 327) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 328) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 329) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 330) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 331) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 332) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 333) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 334) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 335) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 336) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 337) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 338) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 339) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 340) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 341) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 342) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 343) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 344) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 345) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 346) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 347) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 348) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 349) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 350) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 351) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 352) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 353) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 354) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 355) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 356) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 357) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 358) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 359) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 360) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 361) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 362) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 363) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 364) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 365) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 366) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 367) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 368) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 369) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 370) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 371) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 372) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 373) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 374) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 375) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 376) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 377) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 378) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 379) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 380) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 381) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 382) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 383) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 384) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 385) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 386) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 387) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 388) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 389) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 390) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 391) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 392) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 393) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 394) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 395) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 396) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 397) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 398) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 399) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 400) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 401) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 402) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 403) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 404) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 405) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 406) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 407) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 408) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 409) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 410) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 411) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 412) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 413) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 414) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 415) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 416) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 417) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 418) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 419) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 420) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 421) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 422) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 423) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 424) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 425) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 426) | SO_TXTIME = 0x3d constant SO_TYPE (line 427) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 428) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 429) | SO_ZEROCOPY = 0x3c constant TAB1 (line 430) | TAB1 = 0x400 constant TAB2 (line 431) | TAB2 = 0x800 constant TAB3 (line 432) | TAB3 = 0xc00 constant TABDLY (line 433) | TABDLY = 0xc00 constant TCFLSH (line 434) | TCFLSH = 0x2000741f constant TCGETA (line 435) | TCGETA = 0x40147417 constant TCGETS (line 436) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 437) | TCSAFLUSH = 0x2 constant TCSBRK (line 438) | TCSBRK = 0x2000741d constant TCSBRKP (line 439) | TCSBRKP = 0x5425 constant TCSETA (line 440) | TCSETA = 0x80147418 constant TCSETAF (line 441) | TCSETAF = 0x8014741c constant TCSETAW (line 442) | TCSETAW = 0x80147419 constant TCSETS (line 443) | TCSETS = 0x802c7414 constant TCSETSF (line 444) | TCSETSF = 0x802c7416 constant TCSETSW (line 445) | TCSETSW = 0x802c7415 constant TCXONC (line 446) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 447) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 448) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 449) | TIOCCBRK = 0x5428 constant TIOCCONS (line 450) | TIOCCONS = 0x541d constant TIOCEXCL (line 451) | TIOCEXCL = 0x540c constant TIOCGDEV (line 452) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 453) | TIOCGETC = 0x40067412 constant TIOCGETD (line 454) | TIOCGETD = 0x5424 constant TIOCGETP (line 455) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 456) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 457) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 458) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 459) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 460) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 461) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 462) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 463) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 464) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 465) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 466) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 467) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 468) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 469) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 470) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 471) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 472) | TIOCLINUX = 0x541c constant TIOCMBIC (line 473) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 474) | TIOCMBIS = 0x5416 constant TIOCMGET (line 475) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 476) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 477) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 478) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 479) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 480) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 481) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 482) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 483) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 484) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 485) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 486) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 487) | TIOCM_SR = 0x10 constant TIOCM_ST (line 488) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 489) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 490) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 491) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 492) | TIOCPKT = 0x5420 constant TIOCSBRK (line 493) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 494) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 495) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 496) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 497) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 498) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 499) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 500) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 501) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 502) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 503) | TIOCSETC = 0x80067411 constant TIOCSETD (line 504) | TIOCSETD = 0x5423 constant TIOCSETN (line 505) | TIOCSETN = 0x8006740a constant TIOCSETP (line 506) | TIOCSETP = 0x80067409 constant TIOCSIG (line 507) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 508) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 509) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 510) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 511) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 512) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 513) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 514) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 515) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 516) | TIOCSTART = 0x2000746e constant TIOCSTI (line 517) | TIOCSTI = 0x5412 constant TIOCSTOP (line 518) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 519) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 520) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 521) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 522) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 523) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 524) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 525) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 526) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 527) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 528) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 529) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 530) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 531) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 532) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 533) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 534) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 535) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 536) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 537) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 538) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 539) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 540) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 541) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 542) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 543) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 544) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 545) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 546) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 547) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 548) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 549) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 550) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 551) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 552) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 553) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 554) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 555) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 556) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 557) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 558) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 559) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 560) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 561) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 562) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 563) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 564) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 565) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 566) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 567) | VDISCARD = 0x10 constant VEOF (line 568) | VEOF = 0x4 constant VEOL (line 569) | VEOL = 0x6 constant VEOL2 (line 570) | VEOL2 = 0x8 constant VMIN (line 571) | VMIN = 0x5 constant VREPRINT (line 572) | VREPRINT = 0xb constant VSTART (line 573) | VSTART = 0xd constant VSTOP (line 574) | VSTOP = 0xe constant VSUSP (line 575) | VSUSP = 0xc constant VSWTC (line 576) | VSWTC = 0x9 constant VT1 (line 577) | VT1 = 0x10000 constant VTDLY (line 578) | VTDLY = 0x10000 constant VTIME (line 579) | VTIME = 0x7 constant VWERASE (line 580) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 581) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 582) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 583) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 584) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 585) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 586) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 587) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 588) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 589) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 590) | WORDSIZE = 0x40 constant XCASE (line 591) | XCASE = 0x4000 constant XTABS (line 592) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 593) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 594) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 595) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 600) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 601) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 602) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 603) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 604) | EALREADY = syscall.Errno(0x72) constant EBADE (line 605) | EBADE = syscall.Errno(0x34) constant EBADFD (line 606) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 607) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 608) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 609) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 610) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 611) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 612) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 613) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 614) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 615) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 616) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 617) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 618) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 619) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 620) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 621) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 622) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 623) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 624) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 625) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 626) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 627) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 628) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 629) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 630) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 631) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 632) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 633) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 634) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 635) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 636) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 637) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 638) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 639) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 640) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 641) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 642) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 643) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 644) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 645) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 646) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 647) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 648) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 649) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 650) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 651) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 652) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 653) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 654) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 655) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 656) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 657) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 658) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 659) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 660) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 661) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 662) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 663) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 664) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 665) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 666) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 667) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 668) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 669) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 670) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 671) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 672) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 673) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 674) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 675) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 676) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 677) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 678) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 679) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 680) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 681) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 682) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 683) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 684) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 685) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 686) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 687) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 688) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 689) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 690) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 691) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 692) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 693) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 694) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 695) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 696) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 697) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 698) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 703) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 704) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 705) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 706) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 707) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 708) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 709) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 710) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 711) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 712) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 713) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 714) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 715) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 716) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 717) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 718) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 719) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 720) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 721) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 722) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 723) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go constant B1000000 (line 15) | B1000000 = 0x17 constant B115200 (line 16) | B115200 = 0x11 constant B1152000 (line 17) | B1152000 = 0x18 constant B1500000 (line 18) | B1500000 = 0x19 constant B2000000 (line 19) | B2000000 = 0x1a constant B230400 (line 20) | B230400 = 0x12 constant B2500000 (line 21) | B2500000 = 0x1b constant B3000000 (line 22) | B3000000 = 0x1c constant B3500000 (line 23) | B3500000 = 0x1d constant B4000000 (line 24) | B4000000 = 0x1e constant B460800 (line 25) | B460800 = 0x13 constant B500000 (line 26) | B500000 = 0x14 constant B57600 (line 27) | B57600 = 0x10 constant B576000 (line 28) | B576000 = 0x15 constant B921600 (line 29) | B921600 = 0x16 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 37) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 44) | BLKRAGET = 0x20001263 constant BLKRASET (line 45) | BLKRASET = 0x20001262 constant BLKROGET (line 46) | BLKROGET = 0x2000125e constant BLKROSET (line 47) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 49) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x2000127f constant BOTHER (line 55) | BOTHER = 0x1f constant BS1 (line 56) | BS1 = 0x8000 constant BSDLY (line 57) | BSDLY = 0x8000 constant CBAUD (line 58) | CBAUD = 0xff constant CBAUDEX (line 59) | CBAUDEX = 0x0 constant CIBAUD (line 60) | CIBAUD = 0xff0000 constant CLOCAL (line 61) | CLOCAL = 0x8000 constant CR1 (line 62) | CR1 = 0x1000 constant CR2 (line 63) | CR2 = 0x2000 constant CR3 (line 64) | CR3 = 0x3000 constant CRDLY (line 65) | CRDLY = 0x3000 constant CREAD (line 66) | CREAD = 0x800 constant CS6 (line 67) | CS6 = 0x100 constant CS7 (line 68) | CS7 = 0x200 constant CS8 (line 69) | CS8 = 0x300 constant CSIZE (line 70) | CSIZE = 0x300 constant CSTOPB (line 71) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x40 constant ECHOE (line 75) | ECHOE = 0x2 constant ECHOK (line 76) | ECHOK = 0x4 constant ECHOKE (line 77) | ECHOKE = 0x1 constant ECHONL (line 78) | ECHONL = 0x10 constant ECHOPRT (line 79) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000000 constant FF1 (line 84) | FF1 = 0x4000 constant FFDLY (line 85) | FFDLY = 0x4000 constant FICLONE (line 86) | FICLONE = 0x80049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x8020940d constant FLUSHO (line 88) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 96) | F_GETLK = 0x5 constant F_GETLK64 (line 97) | F_GETLK64 = 0xc constant F_GETOWN (line 98) | F_GETOWN = 0x9 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x6 constant F_SETLK64 (line 101) | F_SETLK64 = 0xd constant F_SETLKW (line 102) | F_SETLKW = 0x7 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0xe constant F_SETOWN (line 104) | F_SETOWN = 0x8 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 110) | HUPCL = 0x4000 constant ICANON (line 111) | ICANON = 0x100 constant IEXTEN (line 112) | IEXTEN = 0x400 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 116) | ISIG = 0x80 constant IUCLC (line 117) | IUCLC = 0x1000 constant IXOFF (line 118) | IXOFF = 0x400 constant IXON (line 119) | IXON = 0x200 constant MAP_ANON (line 120) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 130) | MAP_STACK = 0x20000 constant MAP_SYNC (line 131) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 135) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x80084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 149) | NFDBITS = 0x40 constant NL2 (line 150) | NL2 = 0x200 constant NL3 (line 151) | NL3 = 0x300 constant NLDLY (line 152) | NLDLY = 0x300 constant NOFLSH (line 153) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 154) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 155) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 156) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 157) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 158) | OLCUC = 0x4 constant ONLCR (line 159) | ONLCR = 0x2 constant OTPERASE (line 160) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 161) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 162) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 163) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 164) | OTPSELECT = 0x40044d0d constant O_APPEND (line 165) | O_APPEND = 0x400 constant O_ASYNC (line 166) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 167) | O_CLOEXEC = 0x80000 constant O_CREAT (line 168) | O_CREAT = 0x40 constant O_DIRECT (line 169) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 170) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 171) | O_DSYNC = 0x1000 constant O_EXCL (line 172) | O_EXCL = 0x80 constant O_FSYNC (line 173) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 174) | O_LARGEFILE = 0x0 constant O_NDELAY (line 175) | O_NDELAY = 0x800 constant O_NOATIME (line 176) | O_NOATIME = 0x40000 constant O_NOCTTY (line 177) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 178) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 179) | O_NONBLOCK = 0x800 constant O_PATH (line 180) | O_PATH = 0x200000 constant O_RSYNC (line 181) | O_RSYNC = 0x101000 constant O_SYNC (line 182) | O_SYNC = 0x101000 constant O_TMPFILE (line 183) | O_TMPFILE = 0x404000 constant O_TRUNC (line 184) | O_TRUNC = 0x200 constant PARENB (line 185) | PARENB = 0x1000 constant PARODD (line 186) | PARODD = 0x2000 constant PENDIN (line 187) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 188) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 189) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 190) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 191) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 192) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 193) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 194) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 195) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 196) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 197) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 198) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 199) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 200) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 201) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 202) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 203) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 204) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 205) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 206) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 207) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 208) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 209) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 210) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 211) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 212) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 213) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 214) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 215) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 216) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 217) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 218) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 219) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 220) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 221) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 222) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 223) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 224) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 225) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 226) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 227) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 228) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 229) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 230) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 231) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 232) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 233) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETEVRREGS (line 234) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 235) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 236) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 237) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 238) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 239) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 240) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 241) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 242) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 243) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 244) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 245) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 246) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 247) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 248) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 249) | PT_CCR = 0x26 constant PT_CTR (line 250) | PT_CTR = 0x23 constant PT_DAR (line 251) | PT_DAR = 0x29 constant PT_DSCR (line 252) | PT_DSCR = 0x2c constant PT_DSISR (line 253) | PT_DSISR = 0x2a constant PT_FPR0 (line 254) | PT_FPR0 = 0x30 constant PT_FPSCR (line 255) | PT_FPSCR = 0x50 constant PT_LNK (line 256) | PT_LNK = 0x24 constant PT_MSR (line 257) | PT_MSR = 0x21 constant PT_NIP (line 258) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 259) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 260) | PT_R0 = 0x0 constant PT_R1 (line 261) | PT_R1 = 0x1 constant PT_R10 (line 262) | PT_R10 = 0xa constant PT_R11 (line 263) | PT_R11 = 0xb constant PT_R12 (line 264) | PT_R12 = 0xc constant PT_R13 (line 265) | PT_R13 = 0xd constant PT_R14 (line 266) | PT_R14 = 0xe constant PT_R15 (line 267) | PT_R15 = 0xf constant PT_R16 (line 268) | PT_R16 = 0x10 constant PT_R17 (line 269) | PT_R17 = 0x11 constant PT_R18 (line 270) | PT_R18 = 0x12 constant PT_R19 (line 271) | PT_R19 = 0x13 constant PT_R2 (line 272) | PT_R2 = 0x2 constant PT_R20 (line 273) | PT_R20 = 0x14 constant PT_R21 (line 274) | PT_R21 = 0x15 constant PT_R22 (line 275) | PT_R22 = 0x16 constant PT_R23 (line 276) | PT_R23 = 0x17 constant PT_R24 (line 277) | PT_R24 = 0x18 constant PT_R25 (line 278) | PT_R25 = 0x19 constant PT_R26 (line 279) | PT_R26 = 0x1a constant PT_R27 (line 280) | PT_R27 = 0x1b constant PT_R28 (line 281) | PT_R28 = 0x1c constant PT_R29 (line 282) | PT_R29 = 0x1d constant PT_R3 (line 283) | PT_R3 = 0x3 constant PT_R30 (line 284) | PT_R30 = 0x1e constant PT_R31 (line 285) | PT_R31 = 0x1f constant PT_R4 (line 286) | PT_R4 = 0x4 constant PT_R5 (line 287) | PT_R5 = 0x5 constant PT_R6 (line 288) | PT_R6 = 0x6 constant PT_R7 (line 289) | PT_R7 = 0x7 constant PT_R8 (line 290) | PT_R8 = 0x8 constant PT_R9 (line 291) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 292) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 293) | PT_RESULT = 0x2b constant PT_SOFTE (line 294) | PT_SOFTE = 0x27 constant PT_TRAP (line 295) | PT_TRAP = 0x28 constant PT_VR0 (line 296) | PT_VR0 = 0x52 constant PT_VRSAVE (line 297) | PT_VRSAVE = 0x94 constant PT_VSCR (line 298) | PT_VSCR = 0x93 constant PT_VSR0 (line 299) | PT_VSR0 = 0x96 constant PT_VSR31 (line 300) | PT_VSR31 = 0xd4 constant PT_XER (line 301) | PT_XER = 0x25 constant RLIMIT_AS (line 302) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 303) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 304) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 305) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 306) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 307) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 308) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 309) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 310) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 311) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 312) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 313) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 314) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 315) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 316) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 317) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 318) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 319) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 320) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 321) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 322) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 323) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 324) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 325) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 326) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 327) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 328) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 329) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 330) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 331) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 332) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 333) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 334) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 335) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 336) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 337) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 338) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 339) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 340) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 341) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 342) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 343) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 344) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 345) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 346) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 347) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 348) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 349) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 350) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 351) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 352) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 353) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 354) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 355) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 356) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 357) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 358) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 359) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 360) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 361) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 362) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 363) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 364) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 365) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 366) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 367) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 368) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 369) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 370) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 371) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 372) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 373) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 374) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 375) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 376) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 377) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 378) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 379) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 380) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 381) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 382) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 383) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 384) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 385) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 386) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 387) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 388) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 389) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 390) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 391) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 392) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 393) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 394) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 395) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 396) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 397) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 398) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 399) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 400) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 401) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 402) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 403) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 404) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 405) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 406) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 407) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 408) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 409) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 410) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 411) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 412) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 413) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 414) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 415) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 416) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 417) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 418) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 419) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 420) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 421) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 422) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 423) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 424) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 425) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 426) | SO_TXTIME = 0x3d constant SO_TYPE (line 427) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 428) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 429) | SO_ZEROCOPY = 0x3c constant TAB1 (line 430) | TAB1 = 0x400 constant TAB2 (line 431) | TAB2 = 0x800 constant TAB3 (line 432) | TAB3 = 0xc00 constant TABDLY (line 433) | TABDLY = 0xc00 constant TCFLSH (line 434) | TCFLSH = 0x2000741f constant TCGETA (line 435) | TCGETA = 0x40147417 constant TCGETS (line 436) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 437) | TCSAFLUSH = 0x2 constant TCSBRK (line 438) | TCSBRK = 0x2000741d constant TCSBRKP (line 439) | TCSBRKP = 0x5425 constant TCSETA (line 440) | TCSETA = 0x80147418 constant TCSETAF (line 441) | TCSETAF = 0x8014741c constant TCSETAW (line 442) | TCSETAW = 0x80147419 constant TCSETS (line 443) | TCSETS = 0x802c7414 constant TCSETSF (line 444) | TCSETSF = 0x802c7416 constant TCSETSW (line 445) | TCSETSW = 0x802c7415 constant TCXONC (line 446) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 447) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 448) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 449) | TIOCCBRK = 0x5428 constant TIOCCONS (line 450) | TIOCCONS = 0x541d constant TIOCEXCL (line 451) | TIOCEXCL = 0x540c constant TIOCGDEV (line 452) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 453) | TIOCGETC = 0x40067412 constant TIOCGETD (line 454) | TIOCGETD = 0x5424 constant TIOCGETP (line 455) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 456) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 457) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 458) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 459) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 460) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 461) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 462) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 463) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 464) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 465) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 466) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 467) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 468) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 469) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 470) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 471) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 472) | TIOCLINUX = 0x541c constant TIOCMBIC (line 473) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 474) | TIOCMBIS = 0x5416 constant TIOCMGET (line 475) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 476) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 477) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 478) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 479) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 480) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 481) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 482) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 483) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 484) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 485) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 486) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 487) | TIOCM_SR = 0x10 constant TIOCM_ST (line 488) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 489) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 490) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 491) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 492) | TIOCPKT = 0x5420 constant TIOCSBRK (line 493) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 494) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 495) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 496) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 497) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 498) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 499) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 500) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 501) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 502) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 503) | TIOCSETC = 0x80067411 constant TIOCSETD (line 504) | TIOCSETD = 0x5423 constant TIOCSETN (line 505) | TIOCSETN = 0x8006740a constant TIOCSETP (line 506) | TIOCSETP = 0x80067409 constant TIOCSIG (line 507) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 508) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 509) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 510) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 511) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 512) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 513) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 514) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 515) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 516) | TIOCSTART = 0x2000746e constant TIOCSTI (line 517) | TIOCSTI = 0x5412 constant TIOCSTOP (line 518) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 519) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 520) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 521) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 522) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 523) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 524) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 525) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 526) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 527) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 528) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 529) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 530) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 531) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 532) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 533) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 534) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 535) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 536) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 537) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 538) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 539) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 540) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 541) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 542) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 543) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 544) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 545) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 546) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 547) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 548) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 549) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 550) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 551) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 552) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 553) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 554) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 555) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 556) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 557) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 558) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 559) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 560) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 561) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 562) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 563) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 564) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 565) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 566) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 567) | VDISCARD = 0x10 constant VEOF (line 568) | VEOF = 0x4 constant VEOL (line 569) | VEOL = 0x6 constant VEOL2 (line 570) | VEOL2 = 0x8 constant VMIN (line 571) | VMIN = 0x5 constant VREPRINT (line 572) | VREPRINT = 0xb constant VSTART (line 573) | VSTART = 0xd constant VSTOP (line 574) | VSTOP = 0xe constant VSUSP (line 575) | VSUSP = 0xc constant VSWTC (line 576) | VSWTC = 0x9 constant VT1 (line 577) | VT1 = 0x10000 constant VTDLY (line 578) | VTDLY = 0x10000 constant VTIME (line 579) | VTIME = 0x7 constant VWERASE (line 580) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 581) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 582) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 583) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 584) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 585) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 586) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 587) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 588) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 589) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 590) | WORDSIZE = 0x40 constant XCASE (line 591) | XCASE = 0x4000 constant XTABS (line 592) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 593) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 594) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 595) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 600) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 601) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 602) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 603) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 604) | EALREADY = syscall.Errno(0x72) constant EBADE (line 605) | EBADE = syscall.Errno(0x34) constant EBADFD (line 606) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 607) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 608) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 609) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 610) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 611) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 612) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 613) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 614) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 615) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 616) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 617) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 618) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 619) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 620) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 621) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 622) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 623) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 624) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 625) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 626) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 627) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 628) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 629) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 630) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 631) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 632) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 633) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 634) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 635) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 636) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 637) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 638) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 639) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 640) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 641) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 642) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 643) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 644) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 645) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 646) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 647) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 648) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 649) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 650) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 651) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 652) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 653) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 654) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 655) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 656) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 657) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 658) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 659) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 660) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 661) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 662) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 663) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 664) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 665) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 666) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 667) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 668) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 669) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 670) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 671) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 672) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 673) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 674) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 675) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 676) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 677) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 678) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 679) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 680) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 681) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 682) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 683) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 684) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 685) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 686) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 687) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 688) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 689) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 690) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 691) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 692) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 693) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 694) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 695) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 696) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 697) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 698) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 703) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 704) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 705) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 706) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 707) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 708) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 709) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 710) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 711) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 712) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 713) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 714) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 715) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 716) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 717) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 718) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 719) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 720) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 721) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 722) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 723) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x40049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x4020940d constant FLUSHO (line 88) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 96) | F_GETLK = 0x5 constant F_GETLK64 (line 97) | F_GETLK64 = 0x5 constant F_GETOWN (line 98) | F_GETOWN = 0x9 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x6 constant F_SETLK64 (line 101) | F_SETLK64 = 0x6 constant F_SETLKW (line 102) | F_SETLKW = 0x7 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0x7 constant F_SETOWN (line 104) | F_SETOWN = 0x8 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 130) | MAP_STACK = 0x20000 constant MAP_SYNC (line 131) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x40084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 149) | NFDBITS = 0x40 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0xb701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x80044d0d constant O_APPEND (line 163) | O_APPEND = 0x400 constant O_ASYNC (line 164) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x40 constant O_DIRECT (line 167) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 169) | O_DSYNC = 0x1000 constant O_EXCL (line 170) | O_EXCL = 0x80 constant O_FSYNC (line 171) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x0 constant O_NDELAY (line 173) | O_NDELAY = 0x800 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x800 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x101000 constant O_SYNC (line 180) | O_SYNC = 0x101000 constant O_TMPFILE (line 181) | O_TMPFILE = 0x410000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant RLIMIT_AS (line 231) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 232) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 233) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 234) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 235) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 236) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 237) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 238) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 239) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 240) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 241) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 242) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 243) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 244) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 245) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 246) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 247) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 248) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 249) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 250) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 251) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 252) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 253) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 254) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 255) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 256) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 257) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 258) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 259) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 260) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 261) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 262) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 263) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 264) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 265) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 266) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 267) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 268) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 269) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 270) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 271) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 272) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 273) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 274) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 275) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 276) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 277) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 278) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 279) | SIOCINQ = 0x541b constant SIOCOUTQ (line 280) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 281) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 282) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 283) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 284) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 285) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 286) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 287) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 288) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 289) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 290) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 291) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 292) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 293) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 294) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 295) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 296) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 297) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 298) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 299) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 300) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 301) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 302) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 303) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 304) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 305) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 306) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 307) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 308) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 309) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 310) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 311) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 312) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 313) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 314) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 315) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 316) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 317) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 318) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 319) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 320) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 321) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 322) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 323) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 324) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 325) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 326) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 327) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 328) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 329) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 330) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 331) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 332) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 333) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 334) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 335) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 336) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 337) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 338) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 339) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 340) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 341) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 342) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 343) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 344) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 345) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 346) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 347) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 348) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 349) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 350) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 351) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 352) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 353) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 354) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 355) | SO_TXTIME = 0x3d constant SO_TYPE (line 356) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 357) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 358) | SO_ZEROCOPY = 0x3c constant TAB1 (line 359) | TAB1 = 0x800 constant TAB2 (line 360) | TAB2 = 0x1000 constant TAB3 (line 361) | TAB3 = 0x1800 constant TABDLY (line 362) | TABDLY = 0x1800 constant TCFLSH (line 363) | TCFLSH = 0x540b constant TCGETA (line 364) | TCGETA = 0x5405 constant TCGETS (line 365) | TCGETS = 0x5401 constant TCGETS2 (line 366) | TCGETS2 = 0x802c542a constant TCGETX (line 367) | TCGETX = 0x5432 constant TCSAFLUSH (line 368) | TCSAFLUSH = 0x2 constant TCSBRK (line 369) | TCSBRK = 0x5409 constant TCSBRKP (line 370) | TCSBRKP = 0x5425 constant TCSETA (line 371) | TCSETA = 0x5406 constant TCSETAF (line 372) | TCSETAF = 0x5408 constant TCSETAW (line 373) | TCSETAW = 0x5407 constant TCSETS (line 374) | TCSETS = 0x5402 constant TCSETS2 (line 375) | TCSETS2 = 0x402c542b constant TCSETSF (line 376) | TCSETSF = 0x5404 constant TCSETSF2 (line 377) | TCSETSF2 = 0x402c542d constant TCSETSW (line 378) | TCSETSW = 0x5403 constant TCSETSW2 (line 379) | TCSETSW2 = 0x402c542c constant TCSETX (line 380) | TCSETX = 0x5433 constant TCSETXF (line 381) | TCSETXF = 0x5434 constant TCSETXW (line 382) | TCSETXW = 0x5435 constant TCXONC (line 383) | TCXONC = 0x540a constant TFD_CLOEXEC (line 384) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 385) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 386) | TIOCCBRK = 0x5428 constant TIOCCONS (line 387) | TIOCCONS = 0x541d constant TIOCEXCL (line 388) | TIOCEXCL = 0x540c constant TIOCGDEV (line 389) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 390) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 391) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 392) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 393) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 394) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 395) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 396) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 397) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 398) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 399) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 400) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 401) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 402) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 403) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 404) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 405) | TIOCINQ = 0x541b constant TIOCLINUX (line 406) | TIOCLINUX = 0x541c constant TIOCMBIC (line 407) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 408) | TIOCMBIS = 0x5416 constant TIOCMGET (line 409) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 410) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 411) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 412) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 413) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 414) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 415) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 416) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 417) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 418) | TIOCM_SR = 0x10 constant TIOCM_ST (line 419) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 420) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 421) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 422) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 423) | TIOCPKT = 0x5420 constant TIOCSBRK (line 424) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 425) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 426) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 427) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 428) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 429) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 430) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 431) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 432) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 433) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 434) | TIOCSETD = 0x5423 constant TIOCSIG (line 435) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 436) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 437) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 438) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 439) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 440) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 441) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 442) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 443) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 444) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 445) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 446) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 447) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 448) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 449) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 450) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 451) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 452) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 453) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 454) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 455) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 456) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 457) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 458) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 459) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 460) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 461) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 462) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 463) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 464) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 465) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 466) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 467) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 468) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 469) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 470) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 471) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 472) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 473) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 474) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 475) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 476) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 477) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 478) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 479) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 480) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 481) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 482) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 483) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 484) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 485) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 486) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 487) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 488) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 489) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 490) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 491) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 492) | VDISCARD = 0xd constant VEOF (line 493) | VEOF = 0x4 constant VEOL (line 494) | VEOL = 0xb constant VEOL2 (line 495) | VEOL2 = 0x10 constant VMIN (line 496) | VMIN = 0x6 constant VREPRINT (line 497) | VREPRINT = 0xc constant VSTART (line 498) | VSTART = 0x8 constant VSTOP (line 499) | VSTOP = 0x9 constant VSUSP (line 500) | VSUSP = 0xa constant VSWTC (line 501) | VSWTC = 0x7 constant VT1 (line 502) | VT1 = 0x4000 constant VTDLY (line 503) | VTDLY = 0x4000 constant VTIME (line 504) | VTIME = 0x5 constant VWERASE (line 505) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 506) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 507) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 508) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 509) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 510) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 511) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 512) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 513) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 514) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 515) | WORDSIZE = 0x40 constant XCASE (line 516) | XCASE = 0x4 constant XTABS (line 517) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 518) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 519) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 520) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 525) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 526) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 527) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 528) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 529) | EALREADY = syscall.Errno(0x72) constant EBADE (line 530) | EBADE = syscall.Errno(0x34) constant EBADFD (line 531) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 532) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 533) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 534) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 535) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 536) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 537) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 538) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 539) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 540) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 541) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 542) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 543) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 544) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 545) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 546) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 547) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 548) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 549) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 550) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 551) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 552) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 553) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 554) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 555) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 556) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 557) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 558) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 559) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 560) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 561) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 562) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 563) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 564) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 565) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 566) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 567) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 568) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 569) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 570) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 571) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 572) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 573) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 574) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 575) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 576) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 577) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 578) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 579) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 580) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 581) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 582) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 583) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 584) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 585) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 586) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 587) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 588) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 589) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 590) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 591) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 592) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 593) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 594) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 595) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 596) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 597) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 598) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 599) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 600) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 601) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 602) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 603) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 604) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 605) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 606) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 607) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 608) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 609) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 610) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 611) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 612) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 613) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 614) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 615) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 616) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 617) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 618) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 619) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 620) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 621) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 622) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 623) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 628) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 629) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 630) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 631) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 632) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 633) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 634) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 635) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 636) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 637) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 638) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 639) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 640) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 641) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 642) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 643) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 644) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 645) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 646) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 647) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 648) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go constant B1000000 (line 15) | B1000000 = 0x1008 constant B115200 (line 16) | B115200 = 0x1002 constant B1152000 (line 17) | B1152000 = 0x1009 constant B1500000 (line 18) | B1500000 = 0x100a constant B2000000 (line 19) | B2000000 = 0x100b constant B230400 (line 20) | B230400 = 0x1003 constant B2500000 (line 21) | B2500000 = 0x100c constant B3000000 (line 22) | B3000000 = 0x100d constant B3500000 (line 23) | B3500000 = 0x100e constant B4000000 (line 24) | B4000000 = 0x100f constant B460800 (line 25) | B460800 = 0x1004 constant B500000 (line 26) | B500000 = 0x1005 constant B57600 (line 27) | B57600 = 0x1001 constant B576000 (line 28) | B576000 = 0x1006 constant B921600 (line 29) | B921600 = 0x1007 constant BLKALIGNOFF (line 30) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 31) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 32) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 33) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 34) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 35) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 36) | BLKFRAGET = 0x1265 constant BLKFRASET (line 37) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 38) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 39) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 40) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 41) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 42) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 43) | BLKPBSZGET = 0x127b constant BLKRAGET (line 44) | BLKRAGET = 0x1263 constant BLKRASET (line 45) | BLKRASET = 0x1262 constant BLKROGET (line 46) | BLKROGET = 0x125e constant BLKROSET (line 47) | BLKROSET = 0x125d constant BLKROTATIONAL (line 48) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 49) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 50) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 51) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 52) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 53) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 54) | BLKZEROOUT = 0x127f constant BOTHER (line 55) | BOTHER = 0x1000 constant BS1 (line 56) | BS1 = 0x2000 constant BSDLY (line 57) | BSDLY = 0x2000 constant CBAUD (line 58) | CBAUD = 0x100f constant CBAUDEX (line 59) | CBAUDEX = 0x1000 constant CIBAUD (line 60) | CIBAUD = 0x100f0000 constant CLOCAL (line 61) | CLOCAL = 0x800 constant CR1 (line 62) | CR1 = 0x200 constant CR2 (line 63) | CR2 = 0x400 constant CR3 (line 64) | CR3 = 0x600 constant CRDLY (line 65) | CRDLY = 0x600 constant CREAD (line 66) | CREAD = 0x80 constant CS6 (line 67) | CS6 = 0x10 constant CS7 (line 68) | CS7 = 0x20 constant CS8 (line 69) | CS8 = 0x30 constant CSIZE (line 70) | CSIZE = 0x30 constant CSTOPB (line 71) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 72) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 73) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 74) | ECHOCTL = 0x200 constant ECHOE (line 75) | ECHOE = 0x10 constant ECHOK (line 76) | ECHOK = 0x20 constant ECHOKE (line 77) | ECHOKE = 0x800 constant ECHONL (line 78) | ECHONL = 0x40 constant ECHOPRT (line 79) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 80) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 81) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 82) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant FF1 (line 84) | FF1 = 0x8000 constant FFDLY (line 85) | FFDLY = 0x8000 constant FICLONE (line 86) | FICLONE = 0x40049409 constant FICLONERANGE (line 87) | FICLONERANGE = 0x4020940d constant FLUSHO (line 88) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 89) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 90) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 91) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 92) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 93) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 94) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 95) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 96) | F_GETLK = 0x5 constant F_GETLK64 (line 97) | F_GETLK64 = 0x5 constant F_GETOWN (line 98) | F_GETOWN = 0x9 constant F_RDLCK (line 99) | F_RDLCK = 0x0 constant F_SETLK (line 100) | F_SETLK = 0x6 constant F_SETLK64 (line 101) | F_SETLK64 = 0x6 constant F_SETLKW (line 102) | F_SETLKW = 0x7 constant F_SETLKW64 (line 103) | F_SETLKW64 = 0x7 constant F_SETOWN (line 104) | F_SETOWN = 0x8 constant F_UNLCK (line 105) | F_UNLCK = 0x2 constant F_WRLCK (line 106) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 107) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 108) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 109) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 110) | HUPCL = 0x400 constant ICANON (line 111) | ICANON = 0x2 constant IEXTEN (line 112) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 113) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 114) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 115) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 116) | ISIG = 0x1 constant IUCLC (line 117) | IUCLC = 0x200 constant IXOFF (line 118) | IXOFF = 0x1000 constant IXON (line 119) | IXON = 0x400 constant MAP_ANON (line 120) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 121) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 122) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 123) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 124) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 125) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 126) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 127) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 128) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 129) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 130) | MAP_STACK = 0x20000 constant MAP_SYNC (line 131) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 132) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 133) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 134) | MCL_ONFAULT = 0x4 constant MEMERASE (line 135) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 136) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 137) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 138) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 139) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 140) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 141) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 142) | MEMLOCK = 0x40084d05 constant MEMREAD (line 143) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 144) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 145) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 146) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 147) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 148) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 149) | NFDBITS = 0x40 constant NLDLY (line 150) | NLDLY = 0x100 constant NOFLSH (line 151) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 152) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 153) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 154) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 155) | NS_GET_USERNS = 0xb701 constant OLCUC (line 156) | OLCUC = 0x2 constant ONLCR (line 157) | ONLCR = 0x4 constant OTPERASE (line 158) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 159) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 160) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 161) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 162) | OTPSELECT = 0x80044d0d constant O_APPEND (line 163) | O_APPEND = 0x400 constant O_ASYNC (line 164) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 165) | O_CLOEXEC = 0x80000 constant O_CREAT (line 166) | O_CREAT = 0x40 constant O_DIRECT (line 167) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 168) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 169) | O_DSYNC = 0x1000 constant O_EXCL (line 170) | O_EXCL = 0x80 constant O_FSYNC (line 171) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 172) | O_LARGEFILE = 0x0 constant O_NDELAY (line 173) | O_NDELAY = 0x800 constant O_NOATIME (line 174) | O_NOATIME = 0x40000 constant O_NOCTTY (line 175) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 176) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 177) | O_NONBLOCK = 0x800 constant O_PATH (line 178) | O_PATH = 0x200000 constant O_RSYNC (line 179) | O_RSYNC = 0x101000 constant O_SYNC (line 180) | O_SYNC = 0x101000 constant O_TMPFILE (line 181) | O_TMPFILE = 0x410000 constant O_TRUNC (line 182) | O_TRUNC = 0x200 constant PARENB (line 183) | PARENB = 0x100 constant PARODD (line 184) | PARODD = 0x200 constant PENDIN (line 185) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 186) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 187) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 188) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 189) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 190) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 191) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 192) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 193) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 194) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 195) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 196) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 197) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 198) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 199) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 200) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 201) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 202) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 203) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 204) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 205) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 206) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 207) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 208) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 209) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 210) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 211) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 212) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 213) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 214) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 215) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 216) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 217) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 218) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 219) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 220) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 221) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 222) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 223) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 224) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 225) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 226) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 227) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 228) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 229) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 230) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_DISABLE_TE (line 231) | PTRACE_DISABLE_TE = 0x5010 constant PTRACE_ENABLE_TE (line 232) | PTRACE_ENABLE_TE = 0x5009 constant PTRACE_GET_LAST_BREAK (line 233) | PTRACE_GET_LAST_BREAK = 0x5006 constant PTRACE_OLDSETOPTIONS (line 234) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_AREA (line 235) | PTRACE_PEEKDATA_AREA = 0x5003 constant PTRACE_PEEKTEXT_AREA (line 236) | PTRACE_PEEKTEXT_AREA = 0x5002 constant PTRACE_PEEKUSR_AREA (line 237) | PTRACE_PEEKUSR_AREA = 0x5000 constant PTRACE_PEEK_SYSTEM_CALL (line 238) | PTRACE_PEEK_SYSTEM_CALL = 0x5007 constant PTRACE_POKEDATA_AREA (line 239) | PTRACE_POKEDATA_AREA = 0x5005 constant PTRACE_POKETEXT_AREA (line 240) | PTRACE_POKETEXT_AREA = 0x5004 constant PTRACE_POKEUSR_AREA (line 241) | PTRACE_POKEUSR_AREA = 0x5001 constant PTRACE_POKE_SYSTEM_CALL (line 242) | PTRACE_POKE_SYSTEM_CALL = 0x5008 constant PTRACE_PROT (line 243) | PTRACE_PROT = 0x15 constant PTRACE_SINGLEBLOCK (line 244) | PTRACE_SINGLEBLOCK = 0xc constant PTRACE_SYSEMU (line 245) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 246) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant PTRACE_TE_ABORT_RAND (line 247) | PTRACE_TE_ABORT_RAND = 0x5011 constant PT_ACR0 (line 248) | PT_ACR0 = 0x90 constant PT_ACR1 (line 249) | PT_ACR1 = 0x94 constant PT_ACR10 (line 250) | PT_ACR10 = 0xb8 constant PT_ACR11 (line 251) | PT_ACR11 = 0xbc constant PT_ACR12 (line 252) | PT_ACR12 = 0xc0 constant PT_ACR13 (line 253) | PT_ACR13 = 0xc4 constant PT_ACR14 (line 254) | PT_ACR14 = 0xc8 constant PT_ACR15 (line 255) | PT_ACR15 = 0xcc constant PT_ACR2 (line 256) | PT_ACR2 = 0x98 constant PT_ACR3 (line 257) | PT_ACR3 = 0x9c constant PT_ACR4 (line 258) | PT_ACR4 = 0xa0 constant PT_ACR5 (line 259) | PT_ACR5 = 0xa4 constant PT_ACR6 (line 260) | PT_ACR6 = 0xa8 constant PT_ACR7 (line 261) | PT_ACR7 = 0xac constant PT_ACR8 (line 262) | PT_ACR8 = 0xb0 constant PT_ACR9 (line 263) | PT_ACR9 = 0xb4 constant PT_CR_10 (line 264) | PT_CR_10 = 0x168 constant PT_CR_11 (line 265) | PT_CR_11 = 0x170 constant PT_CR_9 (line 266) | PT_CR_9 = 0x160 constant PT_ENDREGS (line 267) | PT_ENDREGS = 0x1af constant PT_FPC (line 268) | PT_FPC = 0xd8 constant PT_FPR0 (line 269) | PT_FPR0 = 0xe0 constant PT_FPR1 (line 270) | PT_FPR1 = 0xe8 constant PT_FPR10 (line 271) | PT_FPR10 = 0x130 constant PT_FPR11 (line 272) | PT_FPR11 = 0x138 constant PT_FPR12 (line 273) | PT_FPR12 = 0x140 constant PT_FPR13 (line 274) | PT_FPR13 = 0x148 constant PT_FPR14 (line 275) | PT_FPR14 = 0x150 constant PT_FPR15 (line 276) | PT_FPR15 = 0x158 constant PT_FPR2 (line 277) | PT_FPR2 = 0xf0 constant PT_FPR3 (line 278) | PT_FPR3 = 0xf8 constant PT_FPR4 (line 279) | PT_FPR4 = 0x100 constant PT_FPR5 (line 280) | PT_FPR5 = 0x108 constant PT_FPR6 (line 281) | PT_FPR6 = 0x110 constant PT_FPR7 (line 282) | PT_FPR7 = 0x118 constant PT_FPR8 (line 283) | PT_FPR8 = 0x120 constant PT_FPR9 (line 284) | PT_FPR9 = 0x128 constant PT_GPR0 (line 285) | PT_GPR0 = 0x10 constant PT_GPR1 (line 286) | PT_GPR1 = 0x18 constant PT_GPR10 (line 287) | PT_GPR10 = 0x60 constant PT_GPR11 (line 288) | PT_GPR11 = 0x68 constant PT_GPR12 (line 289) | PT_GPR12 = 0x70 constant PT_GPR13 (line 290) | PT_GPR13 = 0x78 constant PT_GPR14 (line 291) | PT_GPR14 = 0x80 constant PT_GPR15 (line 292) | PT_GPR15 = 0x88 constant PT_GPR2 (line 293) | PT_GPR2 = 0x20 constant PT_GPR3 (line 294) | PT_GPR3 = 0x28 constant PT_GPR4 (line 295) | PT_GPR4 = 0x30 constant PT_GPR5 (line 296) | PT_GPR5 = 0x38 constant PT_GPR6 (line 297) | PT_GPR6 = 0x40 constant PT_GPR7 (line 298) | PT_GPR7 = 0x48 constant PT_GPR8 (line 299) | PT_GPR8 = 0x50 constant PT_GPR9 (line 300) | PT_GPR9 = 0x58 constant PT_IEEE_IP (line 301) | PT_IEEE_IP = 0x1a8 constant PT_LASTOFF (line 302) | PT_LASTOFF = 0x1a8 constant PT_ORIGGPR2 (line 303) | PT_ORIGGPR2 = 0xd0 constant PT_PSWADDR (line 304) | PT_PSWADDR = 0x8 constant PT_PSWMASK (line 305) | PT_PSWMASK = 0x0 constant RLIMIT_AS (line 306) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 307) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 308) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 309) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 310) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 311) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 312) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 313) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 314) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 315) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 316) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 317) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 318) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 319) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 320) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 321) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 322) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 323) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 324) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 325) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 326) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 327) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 328) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 329) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 330) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 331) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 332) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 333) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 334) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 335) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 336) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 337) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 338) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 339) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 340) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 341) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 342) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 343) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 344) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 345) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 346) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 347) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 348) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 349) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 350) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 351) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 352) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 353) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 354) | SIOCINQ = 0x541b constant SIOCOUTQ (line 355) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 356) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 357) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 358) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 359) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 360) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 361) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 362) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 363) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 364) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 365) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 366) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 367) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 368) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 369) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 370) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 371) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 372) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 373) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 374) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 375) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 376) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 377) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 378) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 379) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 380) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 381) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 382) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 383) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 384) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 385) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 386) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 387) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 388) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 389) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 390) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 391) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 392) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 393) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 394) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 395) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 396) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 397) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 398) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 399) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 400) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 401) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 402) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 403) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 404) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 405) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 406) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 407) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 408) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 409) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 410) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 411) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 412) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 413) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 414) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 415) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 416) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 417) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 418) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 419) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 420) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 421) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 422) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 423) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 424) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 425) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 426) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 427) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 428) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 429) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 430) | SO_TXTIME = 0x3d constant SO_TYPE (line 431) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 432) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 433) | SO_ZEROCOPY = 0x3c constant TAB1 (line 434) | TAB1 = 0x800 constant TAB2 (line 435) | TAB2 = 0x1000 constant TAB3 (line 436) | TAB3 = 0x1800 constant TABDLY (line 437) | TABDLY = 0x1800 constant TCFLSH (line 438) | TCFLSH = 0x540b constant TCGETA (line 439) | TCGETA = 0x5405 constant TCGETS (line 440) | TCGETS = 0x5401 constant TCGETS2 (line 441) | TCGETS2 = 0x802c542a constant TCGETX (line 442) | TCGETX = 0x5432 constant TCSAFLUSH (line 443) | TCSAFLUSH = 0x2 constant TCSBRK (line 444) | TCSBRK = 0x5409 constant TCSBRKP (line 445) | TCSBRKP = 0x5425 constant TCSETA (line 446) | TCSETA = 0x5406 constant TCSETAF (line 447) | TCSETAF = 0x5408 constant TCSETAW (line 448) | TCSETAW = 0x5407 constant TCSETS (line 449) | TCSETS = 0x5402 constant TCSETS2 (line 450) | TCSETS2 = 0x402c542b constant TCSETSF (line 451) | TCSETSF = 0x5404 constant TCSETSF2 (line 452) | TCSETSF2 = 0x402c542d constant TCSETSW (line 453) | TCSETSW = 0x5403 constant TCSETSW2 (line 454) | TCSETSW2 = 0x402c542c constant TCSETX (line 455) | TCSETX = 0x5433 constant TCSETXF (line 456) | TCSETXF = 0x5434 constant TCSETXW (line 457) | TCSETXW = 0x5435 constant TCXONC (line 458) | TCXONC = 0x540a constant TFD_CLOEXEC (line 459) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 460) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 461) | TIOCCBRK = 0x5428 constant TIOCCONS (line 462) | TIOCCONS = 0x541d constant TIOCEXCL (line 463) | TIOCEXCL = 0x540c constant TIOCGDEV (line 464) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 465) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 466) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 467) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 468) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 469) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 470) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 471) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 472) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 473) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 474) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 475) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 476) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 477) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 478) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 479) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 480) | TIOCINQ = 0x541b constant TIOCLINUX (line 481) | TIOCLINUX = 0x541c constant TIOCMBIC (line 482) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 483) | TIOCMBIS = 0x5416 constant TIOCMGET (line 484) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 485) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 486) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 487) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 488) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 489) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 490) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 491) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 492) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 493) | TIOCM_SR = 0x10 constant TIOCM_ST (line 494) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 495) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 496) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 497) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 498) | TIOCPKT = 0x5420 constant TIOCSBRK (line 499) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 500) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 501) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 502) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 503) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 504) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 505) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 506) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 507) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 508) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 509) | TIOCSETD = 0x5423 constant TIOCSIG (line 510) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 511) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 512) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 513) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 514) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 515) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 516) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 517) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 518) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 519) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 520) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 521) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 522) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 523) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 524) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 525) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 526) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 527) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 528) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 529) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 530) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 531) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 532) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 533) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 534) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 535) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 536) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 537) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 538) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 539) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 540) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 541) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 542) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 543) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 544) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 545) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 546) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 547) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 548) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 549) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 550) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 551) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 552) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 553) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 554) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 555) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 556) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 557) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 558) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 559) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 560) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 561) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 562) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 563) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 564) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 565) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 566) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 567) | VDISCARD = 0xd constant VEOF (line 568) | VEOF = 0x4 constant VEOL (line 569) | VEOL = 0xb constant VEOL2 (line 570) | VEOL2 = 0x10 constant VMIN (line 571) | VMIN = 0x6 constant VREPRINT (line 572) | VREPRINT = 0xc constant VSTART (line 573) | VSTART = 0x8 constant VSTOP (line 574) | VSTOP = 0x9 constant VSUSP (line 575) | VSUSP = 0xa constant VSWTC (line 576) | VSWTC = 0x7 constant VT1 (line 577) | VT1 = 0x4000 constant VTDLY (line 578) | VTDLY = 0x4000 constant VTIME (line 579) | VTIME = 0x5 constant VWERASE (line 580) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 581) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 582) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 583) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 584) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 585) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 586) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 587) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 588) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 589) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 590) | WORDSIZE = 0x40 constant XCASE (line 591) | XCASE = 0x4 constant XTABS (line 592) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 593) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 594) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 595) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 600) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 601) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 602) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 603) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 604) | EALREADY = syscall.Errno(0x72) constant EBADE (line 605) | EBADE = syscall.Errno(0x34) constant EBADFD (line 606) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 607) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 608) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 609) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 610) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 611) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 612) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 613) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 614) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 615) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 616) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 617) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 618) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 619) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 620) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 621) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 622) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 623) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 624) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 625) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 626) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 627) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 628) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 629) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 630) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 631) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 632) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 633) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 634) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 635) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 636) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 637) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 638) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 639) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 640) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 641) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 642) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 643) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 644) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 645) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 646) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 647) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 648) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 649) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 650) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 651) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 652) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 653) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 654) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 655) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 656) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 657) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 658) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 659) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 660) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 661) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 662) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 663) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 664) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 665) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 666) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 667) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 668) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 669) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 670) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 671) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 672) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 673) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 674) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 675) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 676) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 677) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 678) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 679) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 680) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 681) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 682) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 683) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 684) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 685) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 686) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 687) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 688) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 689) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 690) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 691) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 692) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 693) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 694) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 695) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 696) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 697) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 698) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 703) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 704) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 705) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 706) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 707) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 708) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 709) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 710) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 711) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 712) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 713) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 714) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 715) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 716) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 717) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 718) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 719) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 720) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 721) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 722) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 723) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go constant ASI_LEON_DFLUSH (line 15) | ASI_LEON_DFLUSH = 0x11 constant ASI_LEON_IFLUSH (line 16) | ASI_LEON_IFLUSH = 0x10 constant ASI_LEON_MMUFLUSH (line 17) | ASI_LEON_MMUFLUSH = 0x18 constant B1000000 (line 18) | B1000000 = 0x1008 constant B115200 (line 19) | B115200 = 0x1002 constant B1152000 (line 20) | B1152000 = 0x1009 constant B1500000 (line 21) | B1500000 = 0x100a constant B2000000 (line 22) | B2000000 = 0x100b constant B230400 (line 23) | B230400 = 0x1003 constant B2500000 (line 24) | B2500000 = 0x100c constant B3000000 (line 25) | B3000000 = 0x100d constant B3500000 (line 26) | B3500000 = 0x100e constant B4000000 (line 27) | B4000000 = 0x100f constant B460800 (line 28) | B460800 = 0x1004 constant B500000 (line 29) | B500000 = 0x1005 constant B57600 (line 30) | B57600 = 0x1001 constant B576000 (line 31) | B576000 = 0x1006 constant B921600 (line 32) | B921600 = 0x1007 constant BLKALIGNOFF (line 33) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 34) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 35) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 36) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 37) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 38) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 39) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 40) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 41) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 42) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 43) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 44) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 45) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 46) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 47) | BLKRAGET = 0x20001263 constant BLKRASET (line 48) | BLKRASET = 0x20001262 constant BLKROGET (line 49) | BLKROGET = 0x2000125e constant BLKROSET (line 50) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 51) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 52) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 53) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 54) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 55) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 56) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 57) | BLKZEROOUT = 0x2000127f constant BOTHER (line 58) | BOTHER = 0x1000 constant BS1 (line 59) | BS1 = 0x2000 constant BSDLY (line 60) | BSDLY = 0x2000 constant CBAUD (line 61) | CBAUD = 0x100f constant CBAUDEX (line 62) | CBAUDEX = 0x1000 constant CIBAUD (line 63) | CIBAUD = 0x100f0000 constant CLOCAL (line 64) | CLOCAL = 0x800 constant CR1 (line 65) | CR1 = 0x200 constant CR2 (line 66) | CR2 = 0x400 constant CR3 (line 67) | CR3 = 0x600 constant CRDLY (line 68) | CRDLY = 0x600 constant CREAD (line 69) | CREAD = 0x80 constant CS6 (line 70) | CS6 = 0x10 constant CS7 (line 71) | CS7 = 0x20 constant CS8 (line 72) | CS8 = 0x30 constant CSIZE (line 73) | CSIZE = 0x30 constant CSTOPB (line 74) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 75) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 76) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 77) | ECHOCTL = 0x200 constant ECHOE (line 78) | ECHOE = 0x10 constant ECHOK (line 79) | ECHOK = 0x20 constant ECHOKE (line 80) | ECHOKE = 0x800 constant ECHONL (line 81) | ECHONL = 0x40 constant ECHOPRT (line 82) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 83) | EFD_CLOEXEC = 0x400000 constant EFD_NONBLOCK (line 84) | EFD_NONBLOCK = 0x4000 constant EMT_TAGOVF (line 85) | EMT_TAGOVF = 0x1 constant EPOLL_CLOEXEC (line 86) | EPOLL_CLOEXEC = 0x400000 constant EXTPROC (line 87) | EXTPROC = 0x10000 constant FF1 (line 88) | FF1 = 0x8000 constant FFDLY (line 89) | FFDLY = 0x8000 constant FICLONE (line 90) | FICLONE = 0x80049409 constant FICLONERANGE (line 91) | FICLONERANGE = 0x8020940d constant FLUSHO (line 92) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 93) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 94) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 95) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 96) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 97) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 98) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 99) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 100) | F_GETLK = 0x7 constant F_GETLK64 (line 101) | F_GETLK64 = 0x7 constant F_GETOWN (line 102) | F_GETOWN = 0x5 constant F_RDLCK (line 103) | F_RDLCK = 0x1 constant F_SETLK (line 104) | F_SETLK = 0x8 constant F_SETLK64 (line 105) | F_SETLK64 = 0x8 constant F_SETLKW (line 106) | F_SETLKW = 0x9 constant F_SETLKW64 (line 107) | F_SETLKW64 = 0x9 constant F_SETOWN (line 108) | F_SETOWN = 0x6 constant F_UNLCK (line 109) | F_UNLCK = 0x3 constant F_WRLCK (line 110) | F_WRLCK = 0x2 constant HIDIOCGRAWINFO (line 111) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 112) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 113) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 114) | HUPCL = 0x400 constant ICANON (line 115) | ICANON = 0x2 constant IEXTEN (line 116) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 117) | IN_CLOEXEC = 0x400000 constant IN_NONBLOCK (line 118) | IN_NONBLOCK = 0x4000 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 119) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 120) | ISIG = 0x1 constant IUCLC (line 121) | IUCLC = 0x200 constant IXOFF (line 122) | IXOFF = 0x1000 constant IXON (line 123) | IXON = 0x400 constant MAP_ANON (line 124) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 125) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 126) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 127) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 128) | MAP_GROWSDOWN = 0x200 constant MAP_HUGETLB (line 129) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 130) | MAP_LOCKED = 0x100 constant MAP_NONBLOCK (line 131) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 132) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 133) | MAP_POPULATE = 0x8000 constant MAP_RENAME (line 134) | MAP_RENAME = 0x20 constant MAP_STACK (line 135) | MAP_STACK = 0x20000 constant MAP_SYNC (line 136) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 137) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 138) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 139) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 140) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 141) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 142) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 143) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 144) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 145) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 146) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 147) | MEMLOCK = 0x80084d05 constant MEMREAD (line 148) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 149) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 150) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 151) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 152) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 153) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 154) | NFDBITS = 0x40 constant NLDLY (line 155) | NLDLY = 0x100 constant NOFLSH (line 156) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 157) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 158) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 159) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 160) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 161) | OLCUC = 0x2 constant ONLCR (line 162) | ONLCR = 0x4 constant OTPERASE (line 163) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 164) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 165) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 166) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 167) | OTPSELECT = 0x40044d0d constant O_APPEND (line 168) | O_APPEND = 0x8 constant O_ASYNC (line 169) | O_ASYNC = 0x40 constant O_CLOEXEC (line 170) | O_CLOEXEC = 0x400000 constant O_CREAT (line 171) | O_CREAT = 0x200 constant O_DIRECT (line 172) | O_DIRECT = 0x100000 constant O_DIRECTORY (line 173) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 174) | O_DSYNC = 0x2000 constant O_EXCL (line 175) | O_EXCL = 0x800 constant O_FSYNC (line 176) | O_FSYNC = 0x802000 constant O_LARGEFILE (line 177) | O_LARGEFILE = 0x0 constant O_NDELAY (line 178) | O_NDELAY = 0x4004 constant O_NOATIME (line 179) | O_NOATIME = 0x200000 constant O_NOCTTY (line 180) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 181) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 182) | O_NONBLOCK = 0x4000 constant O_PATH (line 183) | O_PATH = 0x1000000 constant O_RSYNC (line 184) | O_RSYNC = 0x802000 constant O_SYNC (line 185) | O_SYNC = 0x802000 constant O_TMPFILE (line 186) | O_TMPFILE = 0x2010000 constant O_TRUNC (line 187) | O_TRUNC = 0x400 constant PARENB (line 188) | PARENB = 0x100 constant PARODD (line 189) | PARODD = 0x200 constant PENDIN (line 190) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 191) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 192) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 193) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 194) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 195) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 196) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 197) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 198) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 199) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 200) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 201) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 202) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 203) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 204) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 205) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 206) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 207) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 208) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 209) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 210) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 211) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 212) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 213) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 214) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 215) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 216) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 217) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 218) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 219) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 220) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 221) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 222) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 223) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 224) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 225) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 226) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 227) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 228) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 229) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 230) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 231) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 232) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 233) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 234) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 235) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPAREGS (line 236) | PTRACE_GETFPAREGS = 0x14 constant PTRACE_GETFPREGS (line 237) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPREGS64 (line 238) | PTRACE_GETFPREGS64 = 0x19 constant PTRACE_GETREGS64 (line 239) | PTRACE_GETREGS64 = 0x16 constant PTRACE_READDATA (line 240) | PTRACE_READDATA = 0x10 constant PTRACE_READTEXT (line 241) | PTRACE_READTEXT = 0x12 constant PTRACE_SETFPAREGS (line 242) | PTRACE_SETFPAREGS = 0x15 constant PTRACE_SETFPREGS (line 243) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPREGS64 (line 244) | PTRACE_SETFPREGS64 = 0x1a constant PTRACE_SETREGS64 (line 245) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SPARC_DETACH (line 246) | PTRACE_SPARC_DETACH = 0xb constant PTRACE_WRITEDATA (line 247) | PTRACE_WRITEDATA = 0x11 constant PTRACE_WRITETEXT (line 248) | PTRACE_WRITETEXT = 0x13 constant PT_FP (line 249) | PT_FP = 0x48 constant PT_G0 (line 250) | PT_G0 = 0x10 constant PT_G1 (line 251) | PT_G1 = 0x14 constant PT_G2 (line 252) | PT_G2 = 0x18 constant PT_G3 (line 253) | PT_G3 = 0x1c constant PT_G4 (line 254) | PT_G4 = 0x20 constant PT_G5 (line 255) | PT_G5 = 0x24 constant PT_G6 (line 256) | PT_G6 = 0x28 constant PT_G7 (line 257) | PT_G7 = 0x2c constant PT_I0 (line 258) | PT_I0 = 0x30 constant PT_I1 (line 259) | PT_I1 = 0x34 constant PT_I2 (line 260) | PT_I2 = 0x38 constant PT_I3 (line 261) | PT_I3 = 0x3c constant PT_I4 (line 262) | PT_I4 = 0x40 constant PT_I5 (line 263) | PT_I5 = 0x44 constant PT_I6 (line 264) | PT_I6 = 0x48 constant PT_I7 (line 265) | PT_I7 = 0x4c constant PT_NPC (line 266) | PT_NPC = 0x8 constant PT_PC (line 267) | PT_PC = 0x4 constant PT_PSR (line 268) | PT_PSR = 0x0 constant PT_REGS_MAGIC (line 269) | PT_REGS_MAGIC = 0x57ac6c00 constant PT_TNPC (line 270) | PT_TNPC = 0x90 constant PT_TPC (line 271) | PT_TPC = 0x88 constant PT_TSTATE (line 272) | PT_TSTATE = 0x80 constant PT_V9_FP (line 273) | PT_V9_FP = 0x70 constant PT_V9_G0 (line 274) | PT_V9_G0 = 0x0 constant PT_V9_G1 (line 275) | PT_V9_G1 = 0x8 constant PT_V9_G2 (line 276) | PT_V9_G2 = 0x10 constant PT_V9_G3 (line 277) | PT_V9_G3 = 0x18 constant PT_V9_G4 (line 278) | PT_V9_G4 = 0x20 constant PT_V9_G5 (line 279) | PT_V9_G5 = 0x28 constant PT_V9_G6 (line 280) | PT_V9_G6 = 0x30 constant PT_V9_G7 (line 281) | PT_V9_G7 = 0x38 constant PT_V9_I0 (line 282) | PT_V9_I0 = 0x40 constant PT_V9_I1 (line 283) | PT_V9_I1 = 0x48 constant PT_V9_I2 (line 284) | PT_V9_I2 = 0x50 constant PT_V9_I3 (line 285) | PT_V9_I3 = 0x58 constant PT_V9_I4 (line 286) | PT_V9_I4 = 0x60 constant PT_V9_I5 (line 287) | PT_V9_I5 = 0x68 constant PT_V9_I6 (line 288) | PT_V9_I6 = 0x70 constant PT_V9_I7 (line 289) | PT_V9_I7 = 0x78 constant PT_V9_MAGIC (line 290) | PT_V9_MAGIC = 0x9c constant PT_V9_TNPC (line 291) | PT_V9_TNPC = 0x90 constant PT_V9_TPC (line 292) | PT_V9_TPC = 0x88 constant PT_V9_TSTATE (line 293) | PT_V9_TSTATE = 0x80 constant PT_V9_Y (line 294) | PT_V9_Y = 0x98 constant PT_WIM (line 295) | PT_WIM = 0x10 constant PT_Y (line 296) | PT_Y = 0xc constant RLIMIT_AS (line 297) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 298) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 299) | RLIMIT_NOFILE = 0x6 constant RLIMIT_NPROC (line 300) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 301) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 302) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 303) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 304) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 305) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 306) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 307) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 308) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 309) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 310) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 311) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 312) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 313) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 314) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 315) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 316) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 317) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 318) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 319) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 320) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 321) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 322) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 323) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 324) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 325) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 326) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 327) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 328) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 329) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 330) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 331) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 332) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 333) | SCM_TIMESTAMPING = 0x23 constant SCM_TIMESTAMPING_OPT_STATS (line 334) | SCM_TIMESTAMPING_OPT_STATS = 0x38 constant SCM_TIMESTAMPING_PKTINFO (line 335) | SCM_TIMESTAMPING_PKTINFO = 0x3c constant SCM_TIMESTAMPNS (line 336) | SCM_TIMESTAMPNS = 0x21 constant SCM_TXTIME (line 337) | SCM_TXTIME = 0x3f constant SCM_WIFI_STATUS (line 338) | SCM_WIFI_STATUS = 0x25 constant SFD_CLOEXEC (line 339) | SFD_CLOEXEC = 0x400000 constant SFD_NONBLOCK (line 340) | SFD_NONBLOCK = 0x4000 constant SF_FP (line 341) | SF_FP = 0x38 constant SF_I0 (line 342) | SF_I0 = 0x20 constant SF_I1 (line 343) | SF_I1 = 0x24 constant SF_I2 (line 344) | SF_I2 = 0x28 constant SF_I3 (line 345) | SF_I3 = 0x2c constant SF_I4 (line 346) | SF_I4 = 0x30 constant SF_I5 (line 347) | SF_I5 = 0x34 constant SF_L0 (line 348) | SF_L0 = 0x0 constant SF_L1 (line 349) | SF_L1 = 0x4 constant SF_L2 (line 350) | SF_L2 = 0x8 constant SF_L3 (line 351) | SF_L3 = 0xc constant SF_L4 (line 352) | SF_L4 = 0x10 constant SF_L5 (line 353) | SF_L5 = 0x14 constant SF_L6 (line 354) | SF_L6 = 0x18 constant SF_L7 (line 355) | SF_L7 = 0x1c constant SF_PC (line 356) | SF_PC = 0x3c constant SF_RETP (line 357) | SF_RETP = 0x40 constant SF_V9_FP (line 358) | SF_V9_FP = 0x70 constant SF_V9_I0 (line 359) | SF_V9_I0 = 0x40 constant SF_V9_I1 (line 360) | SF_V9_I1 = 0x48 constant SF_V9_I2 (line 361) | SF_V9_I2 = 0x50 constant SF_V9_I3 (line 362) | SF_V9_I3 = 0x58 constant SF_V9_I4 (line 363) | SF_V9_I4 = 0x60 constant SF_V9_I5 (line 364) | SF_V9_I5 = 0x68 constant SF_V9_L0 (line 365) | SF_V9_L0 = 0x0 constant SF_V9_L1 (line 366) | SF_V9_L1 = 0x8 constant SF_V9_L2 (line 367) | SF_V9_L2 = 0x10 constant SF_V9_L3 (line 368) | SF_V9_L3 = 0x18 constant SF_V9_L4 (line 369) | SF_V9_L4 = 0x20 constant SF_V9_L5 (line 370) | SF_V9_L5 = 0x28 constant SF_V9_L6 (line 371) | SF_V9_L6 = 0x30 constant SF_V9_L7 (line 372) | SF_V9_L7 = 0x38 constant SF_V9_PC (line 373) | SF_V9_PC = 0x78 constant SF_V9_RETP (line 374) | SF_V9_RETP = 0x80 constant SF_V9_XARG0 (line 375) | SF_V9_XARG0 = 0x88 constant SF_V9_XARG1 (line 376) | SF_V9_XARG1 = 0x90 constant SF_V9_XARG2 (line 377) | SF_V9_XARG2 = 0x98 constant SF_V9_XARG3 (line 378) | SF_V9_XARG3 = 0xa0 constant SF_V9_XARG4 (line 379) | SF_V9_XARG4 = 0xa8 constant SF_V9_XARG5 (line 380) | SF_V9_XARG5 = 0xb0 constant SF_V9_XXARG (line 381) | SF_V9_XXARG = 0xb8 constant SF_XARG0 (line 382) | SF_XARG0 = 0x44 constant SF_XARG1 (line 383) | SF_XARG1 = 0x48 constant SF_XARG2 (line 384) | SF_XARG2 = 0x4c constant SF_XARG3 (line 385) | SF_XARG3 = 0x50 constant SF_XARG4 (line 386) | SF_XARG4 = 0x54 constant SF_XARG5 (line 387) | SF_XARG5 = 0x58 constant SF_XXARG (line 388) | SF_XXARG = 0x5c constant SIOCATMARK (line 389) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 390) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 391) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 392) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 393) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 394) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 395) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 396) | SOCK_CLOEXEC = 0x400000 constant SOCK_DGRAM (line 397) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 398) | SOCK_NONBLOCK = 0x4000 constant SOCK_STREAM (line 399) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 400) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 401) | SO_ACCEPTCONN = 0x8000 constant SO_ATTACH_BPF (line 402) | SO_ATTACH_BPF = 0x34 constant SO_ATTACH_REUSEPORT_CBPF (line 403) | SO_ATTACH_REUSEPORT_CBPF = 0x35 constant SO_ATTACH_REUSEPORT_EBPF (line 404) | SO_ATTACH_REUSEPORT_EBPF = 0x36 constant SO_BINDTODEVICE (line 405) | SO_BINDTODEVICE = 0xd constant SO_BINDTOIFINDEX (line 406) | SO_BINDTOIFINDEX = 0x41 constant SO_BPF_EXTENSIONS (line 407) | SO_BPF_EXTENSIONS = 0x32 constant SO_BROADCAST (line 408) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 409) | SO_BSDCOMPAT = 0x400 constant SO_BUF_LOCK (line 410) | SO_BUF_LOCK = 0x51 constant SO_BUSY_POLL (line 411) | SO_BUSY_POLL = 0x30 constant SO_BUSY_POLL_BUDGET (line 412) | SO_BUSY_POLL_BUDGET = 0x49 constant SO_CNX_ADVICE (line 413) | SO_CNX_ADVICE = 0x37 constant SO_COOKIE (line 414) | SO_COOKIE = 0x3b constant SO_DETACH_REUSEPORT_BPF (line 415) | SO_DETACH_REUSEPORT_BPF = 0x47 constant SO_DOMAIN (line 416) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 417) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 418) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 419) | SO_INCOMING_CPU = 0x33 constant SO_INCOMING_NAPI_ID (line 420) | SO_INCOMING_NAPI_ID = 0x3a constant SO_KEEPALIVE (line 421) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 422) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 423) | SO_LOCK_FILTER = 0x28 constant SO_MARK (line 424) | SO_MARK = 0x22 constant SO_MAX_PACING_RATE (line 425) | SO_MAX_PACING_RATE = 0x31 constant SO_MEMINFO (line 426) | SO_MEMINFO = 0x39 constant SO_NETNS_COOKIE (line 427) | SO_NETNS_COOKIE = 0x50 constant SO_NOFCS (line 428) | SO_NOFCS = 0x27 constant SO_OOBINLINE (line 429) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 430) | SO_PASSCRED = 0x2 constant SO_PASSPIDFD (line 431) | SO_PASSPIDFD = 0x55 constant SO_PASSSEC (line 432) | SO_PASSSEC = 0x1f constant SO_PEEK_OFF (line 433) | SO_PEEK_OFF = 0x26 constant SO_PEERCRED (line 434) | SO_PEERCRED = 0x40 constant SO_PEERGROUPS (line 435) | SO_PEERGROUPS = 0x3d constant SO_PEERPIDFD (line 436) | SO_PEERPIDFD = 0x56 constant SO_PEERSEC (line 437) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 438) | SO_PREFER_BUSY_POLL = 0x48 constant SO_PROTOCOL (line 439) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 440) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 441) | SO_RCVBUFFORCE = 0x100b constant SO_RCVLOWAT (line 442) | SO_RCVLOWAT = 0x800 constant SO_RCVMARK (line 443) | SO_RCVMARK = 0x54 constant SO_RCVTIMEO (line 444) | SO_RCVTIMEO = 0x2000 constant SO_RCVTIMEO_NEW (line 445) | SO_RCVTIMEO_NEW = 0x44 constant SO_RCVTIMEO_OLD (line 446) | SO_RCVTIMEO_OLD = 0x2000 constant SO_RESERVE_MEM (line 447) | SO_RESERVE_MEM = 0x52 constant SO_REUSEADDR (line 448) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 449) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 450) | SO_RXQ_OVFL = 0x24 constant SO_SECURITY_AUTHENTICATION (line 451) | SO_SECURITY_AUTHENTICATION = 0x5001 constant SO_SECURITY_ENCRYPTION_NETWORK (line 452) | SO_SECURITY_ENCRYPTION_NETWORK = 0x5004 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 453) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x5002 constant SO_SELECT_ERR_QUEUE (line 454) | SO_SELECT_ERR_QUEUE = 0x29 constant SO_SNDBUF (line 455) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 456) | SO_SNDBUFFORCE = 0x100a constant SO_SNDLOWAT (line 457) | SO_SNDLOWAT = 0x1000 constant SO_SNDTIMEO (line 458) | SO_SNDTIMEO = 0x4000 constant SO_SNDTIMEO_NEW (line 459) | SO_SNDTIMEO_NEW = 0x45 constant SO_SNDTIMEO_OLD (line 460) | SO_SNDTIMEO_OLD = 0x4000 constant SO_TIMESTAMPING (line 461) | SO_TIMESTAMPING = 0x23 constant SO_TIMESTAMPING_NEW (line 462) | SO_TIMESTAMPING_NEW = 0x43 constant SO_TIMESTAMPING_OLD (line 463) | SO_TIMESTAMPING_OLD = 0x23 constant SO_TIMESTAMPNS (line 464) | SO_TIMESTAMPNS = 0x21 constant SO_TIMESTAMPNS_NEW (line 465) | SO_TIMESTAMPNS_NEW = 0x42 constant SO_TIMESTAMPNS_OLD (line 466) | SO_TIMESTAMPNS_OLD = 0x21 constant SO_TIMESTAMP_NEW (line 467) | SO_TIMESTAMP_NEW = 0x46 constant SO_TXREHASH (line 468) | SO_TXREHASH = 0x53 constant SO_TXTIME (line 469) | SO_TXTIME = 0x3f constant SO_TYPE (line 470) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 471) | SO_WIFI_STATUS = 0x25 constant SO_ZEROCOPY (line 472) | SO_ZEROCOPY = 0x3e constant TAB1 (line 473) | TAB1 = 0x800 constant TAB2 (line 474) | TAB2 = 0x1000 constant TAB3 (line 475) | TAB3 = 0x1800 constant TABDLY (line 476) | TABDLY = 0x1800 constant TCFLSH (line 477) | TCFLSH = 0x20005407 constant TCGETA (line 478) | TCGETA = 0x40125401 constant TCGETS (line 479) | TCGETS = 0x40245408 constant TCGETS2 (line 480) | TCGETS2 = 0x402c540c constant TCSAFLUSH (line 481) | TCSAFLUSH = 0x2 constant TCSBRK (line 482) | TCSBRK = 0x20005405 constant TCSBRKP (line 483) | TCSBRKP = 0x5425 constant TCSETA (line 484) | TCSETA = 0x80125402 constant TCSETAF (line 485) | TCSETAF = 0x80125404 constant TCSETAW (line 486) | TCSETAW = 0x80125403 constant TCSETS (line 487) | TCSETS = 0x80245409 constant TCSETS2 (line 488) | TCSETS2 = 0x802c540d constant TCSETSF (line 489) | TCSETSF = 0x8024540b constant TCSETSF2 (line 490) | TCSETSF2 = 0x802c540f constant TCSETSW (line 491) | TCSETSW = 0x8024540a constant TCSETSW2 (line 492) | TCSETSW2 = 0x802c540e constant TCXONC (line 493) | TCXONC = 0x20005406 constant TFD_CLOEXEC (line 494) | TFD_CLOEXEC = 0x400000 constant TFD_NONBLOCK (line 495) | TFD_NONBLOCK = 0x4000 constant TIOCCBRK (line 496) | TIOCCBRK = 0x2000747a constant TIOCCONS (line 497) | TIOCCONS = 0x20007424 constant TIOCEXCL (line 498) | TIOCEXCL = 0x2000740d constant TIOCGDEV (line 499) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 500) | TIOCGETD = 0x40047400 constant TIOCGEXCL (line 501) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 502) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 503) | TIOCGISO7816 = 0x40285443 constant TIOCGLCKTRMIOS (line 504) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 505) | TIOCGPGRP = 0x40047483 constant TIOCGPKT (line 506) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 507) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 508) | TIOCGPTN = 0x40047486 constant TIOCGPTPEER (line 509) | TIOCGPTPEER = 0x20007489 constant TIOCGRS485 (line 510) | TIOCGRS485 = 0x40205441 constant TIOCGSERIAL (line 511) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 512) | TIOCGSID = 0x40047485 constant TIOCGSOFTCAR (line 513) | TIOCGSOFTCAR = 0x40047464 constant TIOCGWINSZ (line 514) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 515) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 516) | TIOCLINUX = 0x541c constant TIOCMBIC (line 517) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 518) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 519) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 520) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 521) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 522) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 523) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 524) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 525) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 526) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 527) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 528) | TIOCM_SR = 0x10 constant TIOCM_ST (line 529) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 530) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 531) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 532) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 533) | TIOCPKT = 0x80047470 constant TIOCSBRK (line 534) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 535) | TIOCSCTTY = 0x20007484 constant TIOCSERCONFIG (line 536) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 537) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 538) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 539) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 540) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 541) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 542) | TIOCSERSWILD = 0x5455 constant TIOCSETD (line 543) | TIOCSETD = 0x80047401 constant TIOCSIG (line 544) | TIOCSIG = 0x80047488 constant TIOCSISO7816 (line 545) | TIOCSISO7816 = 0xc0285444 constant TIOCSLCKTRMIOS (line 546) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 547) | TIOCSPGRP = 0x80047482 constant TIOCSPTLCK (line 548) | TIOCSPTLCK = 0x80047487 constant TIOCSRS485 (line 549) | TIOCSRS485 = 0xc0205442 constant TIOCSSERIAL (line 550) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 551) | TIOCSSOFTCAR = 0x80047465 constant TIOCSTART (line 552) | TIOCSTART = 0x2000746e constant TIOCSTI (line 553) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 554) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 555) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 556) | TIOCVHANGUP = 0x20005437 constant TOSTOP (line 557) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 558) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 559) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 560) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 561) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 562) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 563) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 564) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 565) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 566) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 567) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 568) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 569) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 570) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 571) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 572) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 573) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 574) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 575) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 576) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 577) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 578) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 579) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 580) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 581) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 582) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 583) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 584) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 585) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 586) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 587) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 588) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 589) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 590) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 591) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 592) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 593) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 594) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 595) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 596) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 597) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 598) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 599) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 600) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 601) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 602) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 603) | VDISCARD = 0xd constant VEOF (line 604) | VEOF = 0x4 constant VEOL (line 605) | VEOL = 0xb constant VEOL2 (line 606) | VEOL2 = 0x10 constant VMIN (line 607) | VMIN = 0x6 constant VREPRINT (line 608) | VREPRINT = 0xc constant VSTART (line 609) | VSTART = 0x8 constant VSTOP (line 610) | VSTOP = 0x9 constant VSUSP (line 611) | VSUSP = 0xa constant VSWTC (line 612) | VSWTC = 0x7 constant VT1 (line 613) | VT1 = 0x4000 constant VTDLY (line 614) | VTDLY = 0x4000 constant VTIME (line 615) | VTIME = 0x5 constant VWERASE (line 616) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 617) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 618) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 619) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 620) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 621) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 622) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 623) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 624) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 625) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 626) | WORDSIZE = 0x40 constant XCASE (line 627) | XCASE = 0x4 constant XTABS (line 628) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 629) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 630) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 631) | _HIDIOCGRAWUNIQ = 0x40404808 constant __TIOCFLUSH (line 632) | __TIOCFLUSH = 0x80047410 constant EADDRINUSE (line 637) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 638) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EADV (line 639) | EADV = syscall.Errno(0x53) constant EAFNOSUPPORT (line 640) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EALREADY (line 641) | EALREADY = syscall.Errno(0x25) constant EBADE (line 642) | EBADE = syscall.Errno(0x66) constant EBADFD (line 643) | EBADFD = syscall.Errno(0x5d) constant EBADMSG (line 644) | EBADMSG = syscall.Errno(0x4c) constant EBADR (line 645) | EBADR = syscall.Errno(0x67) constant EBADRQC (line 646) | EBADRQC = syscall.Errno(0x6a) constant EBADSLT (line 647) | EBADSLT = syscall.Errno(0x6b) constant EBFONT (line 648) | EBFONT = syscall.Errno(0x6d) constant ECANCELED (line 649) | ECANCELED = syscall.Errno(0x7f) constant ECHRNG (line 650) | ECHRNG = syscall.Errno(0x5e) constant ECOMM (line 651) | ECOMM = syscall.Errno(0x55) constant ECONNABORTED (line 652) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 653) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 654) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 655) | EDEADLK = syscall.Errno(0x4e) constant EDEADLOCK (line 656) | EDEADLOCK = syscall.Errno(0x6c) constant EDESTADDRREQ (line 657) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOTDOT (line 658) | EDOTDOT = syscall.Errno(0x58) constant EDQUOT (line 659) | EDQUOT = syscall.Errno(0x45) constant EHOSTDOWN (line 660) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 661) | EHOSTUNREACH = syscall.Errno(0x41) constant EHWPOISON (line 662) | EHWPOISON = syscall.Errno(0x87) constant EIDRM (line 663) | EIDRM = syscall.Errno(0x4d) constant EILSEQ (line 664) | EILSEQ = syscall.Errno(0x7a) constant EINPROGRESS (line 665) | EINPROGRESS = syscall.Errno(0x24) constant EISCONN (line 666) | EISCONN = syscall.Errno(0x38) constant EISNAM (line 667) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 668) | EKEYEXPIRED = syscall.Errno(0x81) constant EKEYREJECTED (line 669) | EKEYREJECTED = syscall.Errno(0x83) constant EKEYREVOKED (line 670) | EKEYREVOKED = syscall.Errno(0x82) constant EL2HLT (line 671) | EL2HLT = syscall.Errno(0x65) constant EL2NSYNC (line 672) | EL2NSYNC = syscall.Errno(0x5f) constant EL3HLT (line 673) | EL3HLT = syscall.Errno(0x60) constant EL3RST (line 674) | EL3RST = syscall.Errno(0x61) constant ELIBACC (line 675) | ELIBACC = syscall.Errno(0x72) constant ELIBBAD (line 676) | ELIBBAD = syscall.Errno(0x70) constant ELIBEXEC (line 677) | ELIBEXEC = syscall.Errno(0x6e) constant ELIBMAX (line 678) | ELIBMAX = syscall.Errno(0x7b) constant ELIBSCN (line 679) | ELIBSCN = syscall.Errno(0x7c) constant ELNRNG (line 680) | ELNRNG = syscall.Errno(0x62) constant ELOOP (line 681) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 682) | EMEDIUMTYPE = syscall.Errno(0x7e) constant EMSGSIZE (line 683) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 684) | EMULTIHOP = syscall.Errno(0x57) constant ENAMETOOLONG (line 685) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENAVAIL (line 686) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 687) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 688) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 689) | ENETUNREACH = syscall.Errno(0x33) constant ENOANO (line 690) | ENOANO = syscall.Errno(0x69) constant ENOBUFS (line 691) | ENOBUFS = syscall.Errno(0x37) constant ENOCSI (line 692) | ENOCSI = syscall.Errno(0x64) constant ENODATA (line 693) | ENODATA = syscall.Errno(0x6f) constant ENOKEY (line 694) | ENOKEY = syscall.Errno(0x80) constant ENOLCK (line 695) | ENOLCK = syscall.Errno(0x4f) constant ENOLINK (line 696) | ENOLINK = syscall.Errno(0x52) constant ENOMEDIUM (line 697) | ENOMEDIUM = syscall.Errno(0x7d) constant ENOMSG (line 698) | ENOMSG = syscall.Errno(0x4b) constant ENONET (line 699) | ENONET = syscall.Errno(0x50) constant ENOPKG (line 700) | ENOPKG = syscall.Errno(0x71) constant ENOPROTOOPT (line 701) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSR (line 702) | ENOSR = syscall.Errno(0x4a) constant ENOSTR (line 703) | ENOSTR = syscall.Errno(0x48) constant ENOSYS (line 704) | ENOSYS = syscall.Errno(0x5a) constant ENOTCONN (line 705) | ENOTCONN = syscall.Errno(0x39) constant ENOTEMPTY (line 706) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTNAM (line 707) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 708) | ENOTRECOVERABLE = syscall.Errno(0x85) constant ENOTSOCK (line 709) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 710) | ENOTSUP = syscall.Errno(0x2d) constant ENOTUNIQ (line 711) | ENOTUNIQ = syscall.Errno(0x73) constant EOPNOTSUPP (line 712) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 713) | EOVERFLOW = syscall.Errno(0x5c) constant EOWNERDEAD (line 714) | EOWNERDEAD = syscall.Errno(0x84) constant EPFNOSUPPORT (line 715) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPROCLIM (line 716) | EPROCLIM = syscall.Errno(0x43) constant EPROTO (line 717) | EPROTO = syscall.Errno(0x56) constant EPROTONOSUPPORT (line 718) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 719) | EPROTOTYPE = syscall.Errno(0x29) constant EREMCHG (line 720) | EREMCHG = syscall.Errno(0x59) constant EREMOTE (line 721) | EREMOTE = syscall.Errno(0x47) constant EREMOTEIO (line 722) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 723) | ERESTART = syscall.Errno(0x74) constant ERFKILL (line 724) | ERFKILL = syscall.Errno(0x86) constant ERREMOTE (line 725) | ERREMOTE = syscall.Errno(0x51) constant ESHUTDOWN (line 726) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 727) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESRMNT (line 728) | ESRMNT = syscall.Errno(0x54) constant ESTALE (line 729) | ESTALE = syscall.Errno(0x46) constant ESTRPIPE (line 730) | ESTRPIPE = syscall.Errno(0x5b) constant ETIME (line 731) | ETIME = syscall.Errno(0x49) constant ETIMEDOUT (line 732) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 733) | ETOOMANYREFS = syscall.Errno(0x3b) constant EUCLEAN (line 734) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 735) | EUNATCH = syscall.Errno(0x63) constant EUSERS (line 736) | EUSERS = syscall.Errno(0x44) constant EXFULL (line 737) | EXFULL = syscall.Errno(0x68) constant SIGBUS (line 742) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 743) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 744) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 745) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 746) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 747) | SIGIO = syscall.Signal(0x17) constant SIGLOST (line 748) | SIGLOST = syscall.Signal(0x1d) constant SIGPOLL (line 749) | SIGPOLL = syscall.Signal(0x17) constant SIGPROF (line 750) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 751) | SIGPWR = syscall.Signal(0x1d) constant SIGSTOP (line 752) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 753) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 754) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 755) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 756) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 757) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 758) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 759) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 760) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 761) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 762) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 763) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0084277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x400c427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x800c427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80084272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80084273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x4 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 154) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 155) | CLONE_FILES = 0x400 constant CLONE_FS (line 156) | CLONE_FS = 0x200 constant CLONE_PID (line 157) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 158) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 159) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 160) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 161) | CLONE_VM = 0x100 constant CPUSTATES (line 162) | CPUSTATES = 0x5 constant CP_IDLE (line 163) | CP_IDLE = 0x4 constant CP_INTR (line 164) | CP_INTR = 0x3 constant CP_NICE (line 165) | CP_NICE = 0x1 constant CP_SYS (line 166) | CP_SYS = 0x2 constant CP_USER (line 167) | CP_USER = 0x0 constant CREAD (line 168) | CREAD = 0x800 constant CRTSCTS (line 169) | CRTSCTS = 0x10000 constant CS5 (line 170) | CS5 = 0x0 constant CS6 (line 171) | CS6 = 0x100 constant CS7 (line 172) | CS7 = 0x200 constant CS8 (line 173) | CS8 = 0x300 constant CSIZE (line 174) | CSIZE = 0x300 constant CSTART (line 175) | CSTART = 0x11 constant CSTATUS (line 176) | CSTATUS = 0x14 constant CSTOP (line 177) | CSTOP = 0x13 constant CSTOPB (line 178) | CSTOPB = 0x400 constant CSUSP (line 179) | CSUSP = 0x1a constant CTL_HW (line 180) | CTL_HW = 0x6 constant CTL_KERN (line 181) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 182) | CTL_MAXNAME = 0xc constant CTL_NET (line 183) | CTL_NET = 0x4 constant CTL_QUERY (line 184) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 185) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 186) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 187) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 188) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 189) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 190) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 191) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 192) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 193) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 194) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 195) | DLT_AURORA = 0x7e constant DLT_AX25 (line 196) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 197) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 198) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 199) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 200) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 201) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 202) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 203) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 204) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 205) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 206) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 207) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 208) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 209) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 210) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 211) | DLT_EN3MB = 0x2 constant DLT_ENC (line 212) | DLT_ENC = 0x6d constant DLT_ERF (line 213) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 214) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 215) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 216) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 217) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 218) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 219) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 220) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 221) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 222) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 223) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 224) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 225) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 226) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 227) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 228) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 229) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 230) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 231) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 232) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 233) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 234) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 235) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 236) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 237) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 238) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 239) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 240) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 241) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 242) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 243) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 244) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 245) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 246) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 247) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 248) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 249) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 250) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 251) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 252) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 253) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 254) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 255) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 256) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 257) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 258) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 259) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 260) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 261) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 262) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 263) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 264) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 265) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 266) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 267) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 268) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 269) | DLT_LAPD = 0xcb constant DLT_LIN (line 270) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 271) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 272) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 273) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 274) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 275) | DLT_LOOP = 0x6c constant DLT_LTALK (line 276) | DLT_LTALK = 0x72 constant DLT_MFR (line 277) | DLT_MFR = 0xb6 constant DLT_MOST (line 278) | DLT_MOST = 0xd3 constant DLT_MPLS (line 279) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 280) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 281) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 282) | DLT_MTP3 = 0x8d constant DLT_NULL (line 283) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 284) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 285) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 286) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 287) | DLT_PPI = 0xc0 constant DLT_PPP (line 288) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 289) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 290) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 291) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 292) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 293) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 294) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 295) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 296) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 297) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 298) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 299) | DLT_RIO = 0x7c constant DLT_SCCP (line 300) | DLT_SCCP = 0x8e constant DLT_SITA (line 301) | DLT_SITA = 0xc4 constant DLT_SLIP (line 302) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 303) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 304) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 305) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 306) | DLT_TZSP = 0x80 constant DLT_USB (line 307) | DLT_USB = 0xba constant DLT_USB_LINUX (line 308) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 309) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 310) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 311) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 312) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 313) | DT_BLK = 0x6 constant DT_CHR (line 314) | DT_CHR = 0x2 constant DT_DIR (line 315) | DT_DIR = 0x4 constant DT_FIFO (line 316) | DT_FIFO = 0x1 constant DT_LNK (line 317) | DT_LNK = 0xa constant DT_REG (line 318) | DT_REG = 0x8 constant DT_SOCK (line 319) | DT_SOCK = 0xc constant DT_UNKNOWN (line 320) | DT_UNKNOWN = 0x0 constant DT_WHT (line 321) | DT_WHT = 0xe constant ECHO (line 322) | ECHO = 0x8 constant ECHOCTL (line 323) | ECHOCTL = 0x40 constant ECHOE (line 324) | ECHOE = 0x2 constant ECHOK (line 325) | ECHOK = 0x4 constant ECHOKE (line 326) | ECHOKE = 0x1 constant ECHONL (line 327) | ECHONL = 0x10 constant ECHOPRT (line 328) | ECHOPRT = 0x20 constant EMUL_LINUX (line 329) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 330) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 331) | EMUL_MAXID = 0x6 constant EN_SW_CTL_INF (line 332) | EN_SW_CTL_INF = 0x1000 constant EN_SW_CTL_PREC (line 333) | EN_SW_CTL_PREC = 0x300 constant EN_SW_CTL_ROUND (line 334) | EN_SW_CTL_ROUND = 0xc00 constant EN_SW_DATACHAIN (line 335) | EN_SW_DATACHAIN = 0x80 constant EN_SW_DENORM (line 336) | EN_SW_DENORM = 0x2 constant EN_SW_INVOP (line 337) | EN_SW_INVOP = 0x1 constant EN_SW_OVERFLOW (line 338) | EN_SW_OVERFLOW = 0x8 constant EN_SW_PRECLOSS (line 339) | EN_SW_PRECLOSS = 0x20 constant EN_SW_UNDERFLOW (line 340) | EN_SW_UNDERFLOW = 0x10 constant EN_SW_ZERODIV (line 341) | EN_SW_ZERODIV = 0x4 constant ETHERCAP_JUMBO_MTU (line 342) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 343) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 344) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 345) | ETHERMIN = 0x2e constant ETHERMTU (line 346) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 347) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 348) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 349) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 350) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 351) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 352) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 353) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 354) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 355) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 356) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 357) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 358) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 359) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 360) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 361) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 362) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 363) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 364) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 365) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 366) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 367) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 368) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 369) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 370) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 371) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 372) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 373) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 374) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 375) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 376) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 377) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 378) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 379) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 380) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 381) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 382) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 383) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 384) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 385) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 386) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 387) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 388) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 389) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 390) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 391) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 392) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 393) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 394) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 395) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 396) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 397) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 398) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 399) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 400) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 401) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 402) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 403) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 404) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 405) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 406) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 407) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 408) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 409) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 410) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 411) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 412) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 413) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 414) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 415) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 416) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 417) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 418) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 419) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 420) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 421) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 422) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 423) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 424) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 425) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 426) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 427) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 428) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 429) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 430) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 431) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 432) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 433) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 434) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 435) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 436) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 437) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 438) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 439) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 440) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 441) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 442) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 443) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 444) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 445) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 446) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 447) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 448) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 449) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 450) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 451) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 452) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 453) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 454) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 455) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 456) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 457) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 458) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 459) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 460) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 461) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 462) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 463) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 464) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 465) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 466) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 467) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 468) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 469) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 470) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 471) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 472) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 473) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 474) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 475) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 476) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 477) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 478) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 479) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 480) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 481) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 482) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 483) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 484) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 485) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 486) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 487) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 488) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 489) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 490) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 491) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 492) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 493) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 494) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 495) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 496) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 497) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 498) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 499) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 500) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 501) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 502) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 503) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 504) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 505) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 506) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 507) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 508) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 509) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 510) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 511) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 512) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 513) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 514) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 515) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 516) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 517) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 518) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 519) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 520) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 521) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 522) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 523) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 524) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 525) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 526) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 527) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 528) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 529) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 530) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 531) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 532) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 533) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 534) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 535) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 536) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 537) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 538) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 539) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 540) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 541) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 542) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 543) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 544) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 545) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 546) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 547) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 548) | EVFILT_WRITE = 0x1 constant EV_ADD (line 549) | EV_ADD = 0x1 constant EV_CLEAR (line 550) | EV_CLEAR = 0x20 constant EV_DELETE (line 551) | EV_DELETE = 0x2 constant EV_DISABLE (line 552) | EV_DISABLE = 0x8 constant EV_ENABLE (line 553) | EV_ENABLE = 0x4 constant EV_EOF (line 554) | EV_EOF = 0x8000 constant EV_ERROR (line 555) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 556) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 557) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 558) | EV_SYSFLAGS = 0xf000 constant EXTA (line 559) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 560) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 561) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 562) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 563) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 564) | EXTB = 0x9600 constant EXTPROC (line 565) | EXTPROC = 0x800 constant FD_CLOEXEC (line 566) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 567) | FD_SETSIZE = 0x100 constant FLUSHO (line 568) | FLUSHO = 0x800000 constant F_CLOSEM (line 569) | F_CLOSEM = 0xa constant F_DUPFD (line 570) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 571) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 572) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 573) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 574) | F_FSIN = 0x10000000 constant F_FSINOUT (line 575) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 576) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 577) | F_FSPRIV = 0x8000 constant F_FSVOID (line 578) | F_FSVOID = 0x40000000 constant F_GETFD (line 579) | F_GETFD = 0x1 constant F_GETFL (line 580) | F_GETFL = 0x3 constant F_GETLK (line 581) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 582) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 583) | F_GETOWN = 0x5 constant F_MAXFD (line 584) | F_MAXFD = 0xb constant F_OK (line 585) | F_OK = 0x0 constant F_PARAM_MASK (line 586) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 587) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 588) | F_RDLCK = 0x1 constant F_SETFD (line 589) | F_SETFD = 0x2 constant F_SETFL (line 590) | F_SETFL = 0x4 constant F_SETLK (line 591) | F_SETLK = 0x8 constant F_SETLKW (line 592) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 593) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 594) | F_SETOWN = 0x6 constant F_UNLCK (line 595) | F_UNLCK = 0x2 constant F_WRLCK (line 596) | F_WRLCK = 0x3 constant HUPCL (line 597) | HUPCL = 0x4000 constant HW_MACHINE (line 598) | HW_MACHINE = 0x1 constant ICANON (line 599) | ICANON = 0x100 constant ICMP6_FILTER (line 600) | ICMP6_FILTER = 0x12 constant ICRNL (line 601) | ICRNL = 0x100 constant IEXTEN (line 602) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 603) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 604) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 605) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 606) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 607) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 608) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 609) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 610) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 611) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 612) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 613) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 614) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 615) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 616) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 617) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 618) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 619) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 620) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 621) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 622) | IFF_UP = 0x1 constant IFNAMSIZ (line 623) | IFNAMSIZ = 0x10 constant IFT_1822 (line 624) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 625) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 626) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 627) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 628) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 629) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 630) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 631) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 632) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 633) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 634) | IFT_ASYNC = 0x54 constant IFT_ATM (line 635) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 636) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 637) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 638) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 639) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 640) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 641) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 642) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 643) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 644) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 645) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 646) | IFT_BSC = 0x53 constant IFT_CARP (line 647) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 648) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 649) | IFT_CEPT = 0x13 constant IFT_CES (line 650) | IFT_CES = 0x85 constant IFT_CHANNEL (line 651) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 652) | IFT_CNR = 0x55 constant IFT_COFFEE (line 653) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 654) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 655) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 656) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 657) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 658) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 659) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 660) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 661) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 662) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 663) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 664) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 665) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 666) | IFT_DS3 = 0x1e constant IFT_DTM (line 667) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 668) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 669) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 670) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 671) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 672) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 673) | IFT_ECONET = 0xce constant IFT_EON (line 674) | IFT_EON = 0x19 constant IFT_EPLRS (line 675) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 676) | IFT_ESCON = 0x49 constant IFT_ETHER (line 677) | IFT_ETHER = 0x6 constant IFT_FAITH (line 678) | IFT_FAITH = 0xf2 constant IFT_FAST (line 679) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 680) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 681) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 682) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 683) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 684) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 685) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 686) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 687) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 688) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 689) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 690) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 691) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 692) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 693) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 694) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 695) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 696) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 697) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 698) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 699) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 700) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 701) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 702) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 703) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 704) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 705) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 706) | IFT_HSSI = 0x2e constant IFT_HY (line 707) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 708) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 709) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 710) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 711) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 712) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 713) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 714) | IFT_IFGSN = 0x91 constant IFT_IMT (line 715) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 716) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 717) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 718) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 719) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 720) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 721) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 722) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 723) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 724) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 725) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 726) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 727) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 728) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 729) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 730) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 731) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 732) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 733) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 734) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 735) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 736) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 737) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 738) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 739) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 740) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 741) | IFT_LAPB = 0x10 constant IFT_LAPD (line 742) | IFT_LAPD = 0x4d constant IFT_LAPF (line 743) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 744) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 745) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 746) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 747) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 748) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 749) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 750) | IFT_MODEM = 0x30 constant IFT_MPC (line 751) | IFT_MPC = 0x71 constant IFT_MPLS (line 752) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 753) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 754) | IFT_MSDSL = 0x8f constant IFT_MVL (line 755) | IFT_MVL = 0xbf constant IFT_MYRINET (line 756) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 757) | IFT_NFAS = 0xaf constant IFT_NSIP (line 758) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 759) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 760) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 761) | IFT_OTHER = 0x1 constant IFT_P10 (line 762) | IFT_P10 = 0xc constant IFT_P80 (line 763) | IFT_P80 = 0xd constant IFT_PARA (line 764) | IFT_PARA = 0x22 constant IFT_PFLOG (line 765) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 766) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 767) | IFT_PLC = 0xae constant IFT_PON155 (line 768) | IFT_PON155 = 0xcf constant IFT_PON622 (line 769) | IFT_PON622 = 0xd0 constant IFT_POS (line 770) | IFT_POS = 0xab constant IFT_PPP (line 771) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 772) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 773) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 774) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 775) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 776) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 777) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 778) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 779) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 780) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 781) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 782) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 783) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 784) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 785) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 786) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 787) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 788) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 789) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 790) | IFT_RS232 = 0x21 constant IFT_RSRB (line 791) | IFT_RSRB = 0x4f constant IFT_SDLC (line 792) | IFT_SDLC = 0x11 constant IFT_SDSL (line 793) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 794) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 795) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 796) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 797) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 798) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 799) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 800) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 801) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 802) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 803) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 804) | IFT_SONETVT = 0x33 constant IFT_SRP (line 805) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 806) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 807) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 808) | IFT_STARLAN = 0xb constant IFT_STF (line 809) | IFT_STF = 0xd7 constant IFT_T1 (line 810) | IFT_T1 = 0x12 constant IFT_TDLC (line 811) | IFT_TDLC = 0x74 constant IFT_TELINK (line 812) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 813) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 814) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 815) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 816) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 817) | IFT_ULTRA = 0x1d constant IFT_USB (line 818) | IFT_USB = 0xa0 constant IFT_V11 (line 819) | IFT_V11 = 0x40 constant IFT_V35 (line 820) | IFT_V35 = 0x2d constant IFT_V36 (line 821) | IFT_V36 = 0x41 constant IFT_V37 (line 822) | IFT_V37 = 0x78 constant IFT_VDSL (line 823) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 824) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 825) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 826) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 827) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 828) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 829) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 830) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 831) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 832) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 833) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 834) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 835) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 836) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 837) | IFT_X213 = 0x5d constant IFT_X25 (line 838) | IFT_X25 = 0x5 constant IFT_X25DDN (line 839) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 840) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 841) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 842) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 843) | IFT_XETHER = 0x1a constant IGNBRK (line 844) | IGNBRK = 0x1 constant IGNCR (line 845) | IGNCR = 0x80 constant IGNPAR (line 846) | IGNPAR = 0x4 constant IMAXBEL (line 847) | IMAXBEL = 0x2000 constant INLCR (line 848) | INLCR = 0x40 constant INPCK (line 849) | INPCK = 0x10 constant IN_CLASSA_HOST (line 850) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 851) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 852) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 853) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 854) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 855) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 856) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 857) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 858) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 859) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 860) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 861) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 862) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 863) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 864) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 865) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 866) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 867) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 868) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 869) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 870) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 871) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 872) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 873) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 874) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 875) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 876) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 877) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 878) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 879) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 880) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 881) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 882) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 883) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 884) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 885) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 886) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 887) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 888) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 889) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 890) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 891) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 892) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 893) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 894) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 895) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 896) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 897) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 898) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 899) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 900) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 901) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 902) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 903) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 904) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 905) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 906) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 907) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 908) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 909) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 910) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 911) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 912) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 913) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 914) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 915) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 916) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 917) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 918) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 919) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 920) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 921) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 922) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 923) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 924) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 925) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 926) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 927) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 928) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 929) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 930) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 931) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 932) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 933) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 934) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 935) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 936) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 937) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 938) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 939) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 940) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 941) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 942) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 943) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 944) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 945) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 946) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 947) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 948) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 949) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 950) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 951) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 952) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 953) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 954) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 955) | IP_EF = 0x8000 constant IP_ERRORMTU (line 956) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 957) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 958) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 959) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 960) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 961) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 962) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 963) | IP_MINTTL = 0x18 constant IP_MSS (line 964) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 965) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 966) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 967) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 968) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 969) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 970) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 971) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 972) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 973) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 974) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 975) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 976) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 977) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_TOS (line 981) | IP_TOS = 0x3 constant IP_TTL (line 982) | IP_TTL = 0x4 constant ISIG (line 983) | ISIG = 0x80 constant ISTRIP (line 984) | ISTRIP = 0x20 constant IXANY (line 985) | IXANY = 0x800 constant IXOFF (line 986) | IXOFF = 0x400 constant IXON (line 987) | IXON = 0x200 constant KERN_HOSTNAME (line 988) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 989) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 990) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 991) | KERN_VERSION = 0x4 constant LOCK_EX (line 992) | LOCK_EX = 0x2 constant LOCK_NB (line 993) | LOCK_NB = 0x4 constant LOCK_SH (line 994) | LOCK_SH = 0x1 constant LOCK_UN (line 995) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 996) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 997) | MADV_FREE = 0x6 constant MADV_NORMAL (line 998) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 999) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1000) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1001) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1002) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 1003) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 1004) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 1005) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 1006) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 1007) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 1008) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 1009) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1010) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1011) | MAP_ANON = 0x1000 constant MAP_FILE (line 1012) | MAP_FILE = 0x0 constant MAP_FIXED (line 1013) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1014) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1015) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1016) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1017) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1018) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1021) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1022) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1023) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1024) | MAP_SHARED = 0x1 constant MAP_STACK (line 1025) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1026) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1027) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1028) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1029) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1030) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1031) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1033) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1034) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1035) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1038) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1039) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1040) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1041) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1042) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1043) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1044) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1045) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1046) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1047) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1048) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1049) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1050) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1051) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1052) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1053) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1054) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1055) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1056) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1057) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1058) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1059) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1060) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1061) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1062) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1063) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1064) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1065) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1066) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1067) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1068) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1069) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1070) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1071) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1072) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1073) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1074) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1075) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1076) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1077) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1078) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1079) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1080) | MSG_OOB = 0x1 constant MSG_PEEK (line 1081) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1082) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1083) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1085) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1086) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1087) | MS_SYNC = 0x4 constant NAME_MAX (line 1088) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1089) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1090) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1091) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1092) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1093) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1094) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1095) | NFDBITS = 0x20 constant NOFLSH (line 1096) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1097) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1098) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1099) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1100) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1101) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1102) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1103) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1104) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1105) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1106) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1107) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1108) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1109) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1110) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1111) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1112) | NOTE_WRITE = 0x2 constant OCRNL (line 1113) | OCRNL = 0x10 constant OFIOGETBMAP (line 1114) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1115) | ONLCR = 0x2 constant ONLRET (line 1116) | ONLRET = 0x40 constant ONOCR (line 1117) | ONOCR = 0x20 constant ONOEOT (line 1118) | ONOEOT = 0x8 constant OPOST (line 1119) | OPOST = 0x1 constant O_ACCMODE (line 1120) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1121) | O_ALT_IO = 0x40000 constant O_APPEND (line 1122) | O_APPEND = 0x8 constant O_ASYNC (line 1123) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1124) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1125) | O_CREAT = 0x200 constant O_DIRECT (line 1126) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1127) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1128) | O_DSYNC = 0x10000 constant O_EXCL (line 1129) | O_EXCL = 0x800 constant O_EXLOCK (line 1130) | O_EXLOCK = 0x20 constant O_FSYNC (line 1131) | O_FSYNC = 0x80 constant O_NDELAY (line 1132) | O_NDELAY = 0x4 constant O_NOCTTY (line 1133) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1134) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1135) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1136) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1137) | O_RDONLY = 0x0 constant O_RDWR (line 1138) | O_RDWR = 0x2 constant O_RSYNC (line 1139) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1140) | O_SHLOCK = 0x10 constant O_SYNC (line 1141) | O_SYNC = 0x80 constant O_TRUNC (line 1142) | O_TRUNC = 0x400 constant O_WRONLY (line 1143) | O_WRONLY = 0x1 constant PARENB (line 1144) | PARENB = 0x1000 constant PARMRK (line 1145) | PARMRK = 0x8 constant PARODD (line 1146) | PARODD = 0x2000 constant PENDIN (line 1147) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1148) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1149) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1150) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1151) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1152) | PROT_EXEC = 0x4 constant PROT_NONE (line 1153) | PROT_NONE = 0x0 constant PROT_READ (line 1154) | PROT_READ = 0x1 constant PROT_WRITE (line 1155) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1156) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1157) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1158) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1159) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1160) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1161) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1162) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1163) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1164) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1165) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1166) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1167) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1168) | RTAX_BRD = 0x7 constant RTAX_DST (line 1169) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1170) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1171) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1172) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1173) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1174) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1175) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1176) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1177) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1178) | RTA_BRD = 0x80 constant RTA_DST (line 1179) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1180) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1181) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1182) | RTA_IFA = 0x20 constant RTA_IFP (line 1183) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1184) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1185) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1186) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1187) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1188) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1189) | RTF_CLONING = 0x100 constant RTF_DONE (line 1190) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1191) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1192) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1193) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1194) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1195) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1196) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1197) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1198) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1199) | RTF_REJECT = 0x8 constant RTF_SRC (line 1200) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1201) | RTF_STATIC = 0x800 constant RTF_UP (line 1202) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1203) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1204) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1205) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1206) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1207) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1208) | RTM_DELETE = 0x2 constant RTM_GET (line 1209) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1210) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1211) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1212) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1213) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1214) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1215) | RTM_LOSING = 0x5 constant RTM_MISS (line 1216) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1217) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1218) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1219) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1220) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1221) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1222) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1223) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1224) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1225) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1226) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1227) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1228) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1229) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1230) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1231) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1232) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1233) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1234) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1235) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1236) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1237) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1238) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1239) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1240) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1241) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1242) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1243) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1244) | SIOCADDRT = 0x8030720a constant SIOCAIFADDR (line 1245) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1246) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1247) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1248) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1249) | SIOCDELRT = 0x8030720b constant SIOCDIFADDR (line 1250) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1251) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1252) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1253) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETPFSYNC (line 1254) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1255) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1256) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGHIWAT (line 1257) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1258) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1259) | SIOCGIFADDRPREF = 0xc0946920 constant SIOCGIFALIAS (line 1260) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1261) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1262) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1263) | SIOCGIFCONF = 0xc0086926 constant SIOCGIFDATA (line 1264) | SIOCGIFDATA = 0xc0946985 constant SIOCGIFDLT (line 1265) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1266) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1267) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1268) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1269) | SIOCGIFMEDIA = 0xc0286936 constant SIOCGIFMETRIC (line 1270) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1271) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1272) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1273) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1274) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1275) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1276) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1277) | SIOCGLINKSTR = 0xc01c6987 constant SIOCGLOWAT (line 1278) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1279) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1280) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1281) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1282) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1283) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCINITIFADDR (line 1284) | SIOCINITIFADDR = 0xc0446984 constant SIOCSDRVSPEC (line 1285) | SIOCSDRVSPEC = 0x801c697b constant SIOCSETPFSYNC (line 1286) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1287) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1288) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1289) | SIOCSIFADDRPREF = 0x8094691f constant SIOCSIFBRDADDR (line 1290) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1291) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1292) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1293) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1294) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1295) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1296) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1297) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1298) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1299) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1300) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1301) | SIOCSLINKSTR = 0x801c6988 constant SIOCSLOWAT (line 1302) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1303) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1304) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1305) | SIOCZIFDATA = 0xc0946986 constant SOCK_CLOEXEC (line 1306) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1307) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1308) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1309) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1310) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1311) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1312) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1313) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1314) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1315) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1316) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1317) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1318) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1319) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1320) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1321) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1322) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1323) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1324) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1325) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1326) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1327) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1328) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1329) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1330) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1331) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1332) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1333) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1334) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1335) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1336) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1337) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1338) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1339) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1340) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1341) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1342) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1343) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1344) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1345) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1346) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1347) | S_IEXEC = 0x40 constant S_IFBLK (line 1348) | S_IFBLK = 0x6000 constant S_IFCHR (line 1349) | S_IFCHR = 0x2000 constant S_IFDIR (line 1350) | S_IFDIR = 0x4000 constant S_IFIFO (line 1351) | S_IFIFO = 0x1000 constant S_IFLNK (line 1352) | S_IFLNK = 0xa000 constant S_IFMT (line 1353) | S_IFMT = 0xf000 constant S_IFREG (line 1354) | S_IFREG = 0x8000 constant S_IFSOCK (line 1355) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1356) | S_IFWHT = 0xe000 constant S_IREAD (line 1357) | S_IREAD = 0x100 constant S_IRGRP (line 1358) | S_IRGRP = 0x20 constant S_IROTH (line 1359) | S_IROTH = 0x4 constant S_IRUSR (line 1360) | S_IRUSR = 0x100 constant S_IRWXG (line 1361) | S_IRWXG = 0x38 constant S_IRWXO (line 1362) | S_IRWXO = 0x7 constant S_IRWXU (line 1363) | S_IRWXU = 0x1c0 constant S_ISGID (line 1364) | S_ISGID = 0x400 constant S_ISTXT (line 1365) | S_ISTXT = 0x200 constant S_ISUID (line 1366) | S_ISUID = 0x800 constant S_ISVTX (line 1367) | S_ISVTX = 0x200 constant S_IWGRP (line 1368) | S_IWGRP = 0x10 constant S_IWOTH (line 1369) | S_IWOTH = 0x2 constant S_IWRITE (line 1370) | S_IWRITE = 0x80 constant S_IWUSR (line 1371) | S_IWUSR = 0x80 constant S_IXGRP (line 1372) | S_IXGRP = 0x8 constant S_IXOTH (line 1373) | S_IXOTH = 0x1 constant S_IXUSR (line 1374) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1375) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1376) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1377) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1378) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1379) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1380) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1381) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1382) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1383) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1384) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1385) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1386) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1387) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1388) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1389) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1390) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1391) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1392) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1393) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1394) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1395) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1396) | TIOCDCDTIMESTAMP = 0x400c7458 constant TIOCDRAIN (line 1397) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1398) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1399) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1400) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1401) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1402) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1403) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1404) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1405) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1406) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1407) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1408) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1409) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1410) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1411) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1412) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1413) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1414) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1415) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1416) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1417) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1418) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1419) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1420) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1421) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1422) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1423) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1424) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1425) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1426) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1427) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1428) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1429) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1430) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1431) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1432) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1433) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1434) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1435) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1436) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1437) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1438) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1439) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1440) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1441) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1442) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1443) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1444) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1445) | TIOCRCVFRAME = 0x80047445 constant TIOCREMOTE (line 1446) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1447) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1448) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1449) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1450) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1451) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1452) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1453) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1454) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1455) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1456) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1457) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1458) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1459) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1460) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1461) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1462) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1463) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1464) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1465) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1466) | TIOCXMTFRAME = 0x80047444 constant TOSTOP (line 1467) | TOSTOP = 0x400000 constant VDISCARD (line 1468) | VDISCARD = 0xf constant VDSUSP (line 1469) | VDSUSP = 0xb constant VEOF (line 1470) | VEOF = 0x0 constant VEOL (line 1471) | VEOL = 0x1 constant VEOL2 (line 1472) | VEOL2 = 0x2 constant VERASE (line 1473) | VERASE = 0x3 constant VINTR (line 1474) | VINTR = 0x8 constant VKILL (line 1475) | VKILL = 0x5 constant VLNEXT (line 1476) | VLNEXT = 0xe constant VMIN (line 1477) | VMIN = 0x10 constant VQUIT (line 1478) | VQUIT = 0x9 constant VREPRINT (line 1479) | VREPRINT = 0x6 constant VSTART (line 1480) | VSTART = 0xc constant VSTATUS (line 1481) | VSTATUS = 0x12 constant VSTOP (line 1482) | VSTOP = 0xd constant VSUSP (line 1483) | VSUSP = 0xa constant VTIME (line 1484) | VTIME = 0x11 constant VWERASE (line 1485) | VWERASE = 0x4 constant WALL (line 1486) | WALL = 0x8 constant WALLSIG (line 1487) | WALLSIG = 0x8 constant WALTSIG (line 1488) | WALTSIG = 0x4 constant WCLONE (line 1489) | WCLONE = 0x4 constant WCOREFLAG (line 1490) | WCOREFLAG = 0x80 constant WNOHANG (line 1491) | WNOHANG = 0x1 constant WNOWAIT (line 1492) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1493) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1494) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1495) | WSTOPPED = 0x7f constant WUNTRACED (line 1496) | WUNTRACED = 0x2 constant E2BIG (line 1501) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1502) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1503) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1504) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1505) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1506) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1507) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1508) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1509) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1510) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1511) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1512) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1513) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1514) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1515) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1516) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1517) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1518) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1519) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1520) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1521) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1522) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1523) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1524) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1525) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1526) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1527) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1528) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1529) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1530) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1531) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1532) | EINVAL = syscall.Errno(0x16) constant EIO (line 1533) | EIO = syscall.Errno(0x5) constant EISCONN (line 1534) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1535) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1536) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1537) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1538) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1539) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1540) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1541) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1542) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1543) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1544) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1545) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1546) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1547) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1548) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1549) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1550) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1551) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1552) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1553) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1554) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1555) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1556) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1557) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1558) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1559) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1560) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1561) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1562) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1563) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1564) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1565) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1566) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1567) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1568) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1569) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1570) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1571) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1572) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1573) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1574) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1575) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1576) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1577) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1578) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1579) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1580) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1581) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1582) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1583) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1584) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1585) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1586) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1587) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1588) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1589) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1590) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1591) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1592) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1593) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1594) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1595) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1596) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1597) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1598) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1603) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1604) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1605) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1606) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1607) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1608) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1609) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1610) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1611) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1612) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1613) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1614) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1615) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1616) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1617) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1618) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1619) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1620) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1621) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1622) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1623) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1624) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1625) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1626) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1627) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1628) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1629) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1630) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1631) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1632) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1633) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1634) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1635) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0104277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80104272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80104273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x8 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 154) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 155) | CLONE_FILES = 0x400 constant CLONE_FS (line 156) | CLONE_FS = 0x200 constant CLONE_PID (line 157) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 158) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 159) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 160) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 161) | CLONE_VM = 0x100 constant CPUSTATES (line 162) | CPUSTATES = 0x5 constant CP_IDLE (line 163) | CP_IDLE = 0x4 constant CP_INTR (line 164) | CP_INTR = 0x3 constant CP_NICE (line 165) | CP_NICE = 0x1 constant CP_SYS (line 166) | CP_SYS = 0x2 constant CP_USER (line 167) | CP_USER = 0x0 constant CREAD (line 168) | CREAD = 0x800 constant CRTSCTS (line 169) | CRTSCTS = 0x10000 constant CS5 (line 170) | CS5 = 0x0 constant CS6 (line 171) | CS6 = 0x100 constant CS7 (line 172) | CS7 = 0x200 constant CS8 (line 173) | CS8 = 0x300 constant CSIZE (line 174) | CSIZE = 0x300 constant CSTART (line 175) | CSTART = 0x11 constant CSTATUS (line 176) | CSTATUS = 0x14 constant CSTOP (line 177) | CSTOP = 0x13 constant CSTOPB (line 178) | CSTOPB = 0x400 constant CSUSP (line 179) | CSUSP = 0x1a constant CTL_HW (line 180) | CTL_HW = 0x6 constant CTL_KERN (line 181) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 182) | CTL_MAXNAME = 0xc constant CTL_NET (line 183) | CTL_NET = 0x4 constant CTL_QUERY (line 184) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 185) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 186) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 187) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 188) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 189) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 190) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 191) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 192) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 193) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 194) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 195) | DLT_AURORA = 0x7e constant DLT_AX25 (line 196) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 197) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 198) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 199) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 200) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 201) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 202) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 203) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 204) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 205) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 206) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 207) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 208) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 209) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 210) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 211) | DLT_EN3MB = 0x2 constant DLT_ENC (line 212) | DLT_ENC = 0x6d constant DLT_ERF (line 213) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 214) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 215) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 216) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 217) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 218) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 219) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 220) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 221) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 222) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 223) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 224) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 225) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 226) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 227) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 228) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 229) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 230) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 231) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 232) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 233) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 234) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 235) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 236) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 237) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 238) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 239) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 240) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 241) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 242) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 243) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 244) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 245) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 246) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 247) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 248) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 249) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 250) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 251) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 252) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 253) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 254) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 255) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 256) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 257) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 258) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 259) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 260) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 261) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 262) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 263) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 264) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 265) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 266) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 267) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 268) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 269) | DLT_LAPD = 0xcb constant DLT_LIN (line 270) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 271) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 272) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 273) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 274) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 275) | DLT_LOOP = 0x6c constant DLT_LTALK (line 276) | DLT_LTALK = 0x72 constant DLT_MFR (line 277) | DLT_MFR = 0xb6 constant DLT_MOST (line 278) | DLT_MOST = 0xd3 constant DLT_MPLS (line 279) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 280) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 281) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 282) | DLT_MTP3 = 0x8d constant DLT_NULL (line 283) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 284) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 285) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 286) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 287) | DLT_PPI = 0xc0 constant DLT_PPP (line 288) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 289) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 290) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 291) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 292) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 293) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 294) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 295) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 296) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 297) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 298) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 299) | DLT_RIO = 0x7c constant DLT_SCCP (line 300) | DLT_SCCP = 0x8e constant DLT_SITA (line 301) | DLT_SITA = 0xc4 constant DLT_SLIP (line 302) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 303) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 304) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 305) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 306) | DLT_TZSP = 0x80 constant DLT_USB (line 307) | DLT_USB = 0xba constant DLT_USB_LINUX (line 308) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 309) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 310) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 311) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 312) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 313) | DT_BLK = 0x6 constant DT_CHR (line 314) | DT_CHR = 0x2 constant DT_DIR (line 315) | DT_DIR = 0x4 constant DT_FIFO (line 316) | DT_FIFO = 0x1 constant DT_LNK (line 317) | DT_LNK = 0xa constant DT_REG (line 318) | DT_REG = 0x8 constant DT_SOCK (line 319) | DT_SOCK = 0xc constant DT_UNKNOWN (line 320) | DT_UNKNOWN = 0x0 constant DT_WHT (line 321) | DT_WHT = 0xe constant ECHO (line 322) | ECHO = 0x8 constant ECHOCTL (line 323) | ECHOCTL = 0x40 constant ECHOE (line 324) | ECHOE = 0x2 constant ECHOK (line 325) | ECHOK = 0x4 constant ECHOKE (line 326) | ECHOKE = 0x1 constant ECHONL (line 327) | ECHONL = 0x10 constant ECHOPRT (line 328) | ECHOPRT = 0x20 constant EMUL_LINUX (line 329) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 330) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 331) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 332) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 333) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 334) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 335) | ETHERMIN = 0x2e constant ETHERMTU (line 336) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 337) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 338) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 339) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 340) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 341) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 342) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 343) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 344) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 345) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 346) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 347) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 348) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 349) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 350) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 351) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 352) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 353) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 354) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 355) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 356) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 357) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 358) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 359) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 360) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 361) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 362) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 363) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 364) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 365) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 366) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 367) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 368) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 369) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 370) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 371) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 372) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 373) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 374) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 375) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 376) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 377) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 378) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 379) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 380) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 381) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 382) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 383) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 384) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 385) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 386) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 387) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 388) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 389) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 390) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 391) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 392) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 393) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 394) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 395) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 396) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 397) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 398) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 399) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 400) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 401) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 402) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 403) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 404) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 405) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 406) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 407) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 408) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 409) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 410) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 411) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 412) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 413) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 414) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 415) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 416) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 417) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 418) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 419) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 420) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 421) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 422) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 423) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 424) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 425) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 426) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 427) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 428) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 429) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 430) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 431) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 432) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 433) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 434) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 435) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 436) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 437) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 438) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 439) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 440) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 441) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 442) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 443) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 444) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 445) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 446) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 447) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 448) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 449) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 450) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 451) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 452) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 453) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 454) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 455) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 456) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 457) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 458) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 459) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 460) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 461) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 462) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 463) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 464) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 465) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 466) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 467) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 468) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 469) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 470) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 471) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 472) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 473) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 474) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 475) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 476) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 477) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 478) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 479) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 480) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 481) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 482) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 483) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 484) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 485) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 486) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 487) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 488) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 489) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 490) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 491) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 492) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 493) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 494) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 495) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 496) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 497) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 498) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 499) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 500) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 501) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 502) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 503) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 504) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 505) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 506) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 507) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 508) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 509) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 510) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 511) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 512) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 513) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 514) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 515) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 516) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 517) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 518) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 519) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 520) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 521) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 522) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 523) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 524) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 525) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 526) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 527) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 528) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 529) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 530) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 531) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 532) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 533) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 534) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 535) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 536) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 537) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 538) | EVFILT_WRITE = 0x1 constant EV_ADD (line 539) | EV_ADD = 0x1 constant EV_CLEAR (line 540) | EV_CLEAR = 0x20 constant EV_DELETE (line 541) | EV_DELETE = 0x2 constant EV_DISABLE (line 542) | EV_DISABLE = 0x8 constant EV_ENABLE (line 543) | EV_ENABLE = 0x4 constant EV_EOF (line 544) | EV_EOF = 0x8000 constant EV_ERROR (line 545) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 546) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 547) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 548) | EV_SYSFLAGS = 0xf000 constant EXTA (line 549) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 550) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 551) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 552) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 553) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 554) | EXTB = 0x9600 constant EXTPROC (line 555) | EXTPROC = 0x800 constant FD_CLOEXEC (line 556) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 557) | FD_SETSIZE = 0x100 constant FLUSHO (line 558) | FLUSHO = 0x800000 constant F_CLOSEM (line 559) | F_CLOSEM = 0xa constant F_DUPFD (line 560) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 561) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 562) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 563) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 564) | F_FSIN = 0x10000000 constant F_FSINOUT (line 565) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 566) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 567) | F_FSPRIV = 0x8000 constant F_FSVOID (line 568) | F_FSVOID = 0x40000000 constant F_GETFD (line 569) | F_GETFD = 0x1 constant F_GETFL (line 570) | F_GETFL = 0x3 constant F_GETLK (line 571) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 572) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 573) | F_GETOWN = 0x5 constant F_MAXFD (line 574) | F_MAXFD = 0xb constant F_OK (line 575) | F_OK = 0x0 constant F_PARAM_MASK (line 576) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 577) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 578) | F_RDLCK = 0x1 constant F_SETFD (line 579) | F_SETFD = 0x2 constant F_SETFL (line 580) | F_SETFL = 0x4 constant F_SETLK (line 581) | F_SETLK = 0x8 constant F_SETLKW (line 582) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 583) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 584) | F_SETOWN = 0x6 constant F_UNLCK (line 585) | F_UNLCK = 0x2 constant F_WRLCK (line 586) | F_WRLCK = 0x3 constant HUPCL (line 587) | HUPCL = 0x4000 constant HW_MACHINE (line 588) | HW_MACHINE = 0x1 constant ICANON (line 589) | ICANON = 0x100 constant ICMP6_FILTER (line 590) | ICMP6_FILTER = 0x12 constant ICRNL (line 591) | ICRNL = 0x100 constant IEXTEN (line 592) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 593) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 594) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 595) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 596) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 597) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 598) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 599) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 600) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 601) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 602) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 603) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 604) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 605) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 606) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 607) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 608) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 609) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 610) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 611) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 612) | IFF_UP = 0x1 constant IFNAMSIZ (line 613) | IFNAMSIZ = 0x10 constant IFT_1822 (line 614) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 615) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 616) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 617) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 618) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 619) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 620) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 621) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 622) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 623) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 624) | IFT_ASYNC = 0x54 constant IFT_ATM (line 625) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 626) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 627) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 628) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 629) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 630) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 631) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 632) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 633) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 634) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 635) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 636) | IFT_BSC = 0x53 constant IFT_CARP (line 637) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 638) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 639) | IFT_CEPT = 0x13 constant IFT_CES (line 640) | IFT_CES = 0x85 constant IFT_CHANNEL (line 641) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 642) | IFT_CNR = 0x55 constant IFT_COFFEE (line 643) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 644) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 645) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 646) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 647) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 648) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 649) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 650) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 651) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 652) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 653) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 654) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 655) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 656) | IFT_DS3 = 0x1e constant IFT_DTM (line 657) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 658) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 659) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 660) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 661) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 662) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 663) | IFT_ECONET = 0xce constant IFT_EON (line 664) | IFT_EON = 0x19 constant IFT_EPLRS (line 665) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 666) | IFT_ESCON = 0x49 constant IFT_ETHER (line 667) | IFT_ETHER = 0x6 constant IFT_FAITH (line 668) | IFT_FAITH = 0xf2 constant IFT_FAST (line 669) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 670) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 671) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 672) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 673) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 674) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 675) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 676) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 677) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 678) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 679) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 680) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 681) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 682) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 683) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 684) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 685) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 686) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 687) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 688) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 689) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 690) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 691) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 692) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 693) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 694) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 695) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 696) | IFT_HSSI = 0x2e constant IFT_HY (line 697) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 698) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 699) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 700) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 701) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 702) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 703) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 704) | IFT_IFGSN = 0x91 constant IFT_IMT (line 705) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 706) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 707) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 708) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 709) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 710) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 711) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 712) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 713) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 714) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 715) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 716) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 717) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 718) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 719) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 720) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 721) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 722) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 723) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 724) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 725) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 726) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 727) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 728) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 729) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 730) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 731) | IFT_LAPB = 0x10 constant IFT_LAPD (line 732) | IFT_LAPD = 0x4d constant IFT_LAPF (line 733) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 734) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 735) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 736) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 737) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 738) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 739) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 740) | IFT_MODEM = 0x30 constant IFT_MPC (line 741) | IFT_MPC = 0x71 constant IFT_MPLS (line 742) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 743) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 744) | IFT_MSDSL = 0x8f constant IFT_MVL (line 745) | IFT_MVL = 0xbf constant IFT_MYRINET (line 746) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 747) | IFT_NFAS = 0xaf constant IFT_NSIP (line 748) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 749) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 750) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 751) | IFT_OTHER = 0x1 constant IFT_P10 (line 752) | IFT_P10 = 0xc constant IFT_P80 (line 753) | IFT_P80 = 0xd constant IFT_PARA (line 754) | IFT_PARA = 0x22 constant IFT_PFLOG (line 755) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 756) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 757) | IFT_PLC = 0xae constant IFT_PON155 (line 758) | IFT_PON155 = 0xcf constant IFT_PON622 (line 759) | IFT_PON622 = 0xd0 constant IFT_POS (line 760) | IFT_POS = 0xab constant IFT_PPP (line 761) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 762) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 763) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 764) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 765) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 766) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 767) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 768) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 769) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 770) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 771) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 772) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 773) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 774) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 775) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 776) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 777) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 778) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 779) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 780) | IFT_RS232 = 0x21 constant IFT_RSRB (line 781) | IFT_RSRB = 0x4f constant IFT_SDLC (line 782) | IFT_SDLC = 0x11 constant IFT_SDSL (line 783) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 784) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 785) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 786) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 787) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 788) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 789) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 790) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 791) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 792) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 793) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 794) | IFT_SONETVT = 0x33 constant IFT_SRP (line 795) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 796) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 797) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 798) | IFT_STARLAN = 0xb constant IFT_STF (line 799) | IFT_STF = 0xd7 constant IFT_T1 (line 800) | IFT_T1 = 0x12 constant IFT_TDLC (line 801) | IFT_TDLC = 0x74 constant IFT_TELINK (line 802) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 803) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 804) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 805) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 806) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 807) | IFT_ULTRA = 0x1d constant IFT_USB (line 808) | IFT_USB = 0xa0 constant IFT_V11 (line 809) | IFT_V11 = 0x40 constant IFT_V35 (line 810) | IFT_V35 = 0x2d constant IFT_V36 (line 811) | IFT_V36 = 0x41 constant IFT_V37 (line 812) | IFT_V37 = 0x78 constant IFT_VDSL (line 813) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 814) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 815) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 816) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 817) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 818) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 819) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 820) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 821) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 822) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 823) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 824) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 825) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 826) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 827) | IFT_X213 = 0x5d constant IFT_X25 (line 828) | IFT_X25 = 0x5 constant IFT_X25DDN (line 829) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 830) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 831) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 832) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 833) | IFT_XETHER = 0x1a constant IGNBRK (line 834) | IGNBRK = 0x1 constant IGNCR (line 835) | IGNCR = 0x80 constant IGNPAR (line 836) | IGNPAR = 0x4 constant IMAXBEL (line 837) | IMAXBEL = 0x2000 constant INLCR (line 838) | INLCR = 0x40 constant INPCK (line 839) | INPCK = 0x10 constant IN_CLASSA_HOST (line 840) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 841) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 842) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 843) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 844) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 845) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 846) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 847) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 848) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 849) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 850) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 851) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 852) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 853) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 854) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 855) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 856) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 857) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 858) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 859) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 860) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 861) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 862) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 863) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 864) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 865) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 866) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 867) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 868) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 869) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 870) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 871) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 872) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 873) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 874) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 875) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 876) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 877) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 878) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 879) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 880) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 881) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 882) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 883) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 884) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 885) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 886) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 887) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 888) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 889) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 890) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 891) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 892) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 893) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 894) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 895) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 896) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 897) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 898) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 899) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 900) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 901) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 902) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 903) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 904) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 905) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 906) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 907) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 908) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 909) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 910) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 911) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 912) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 913) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 914) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 915) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 916) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 917) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 918) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 919) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 920) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 921) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 922) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 923) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 924) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 925) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 926) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 927) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 928) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 929) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 930) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 931) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 932) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 933) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 934) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 935) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 936) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 937) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 938) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 939) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 940) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 941) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 942) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 943) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 944) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 945) | IP_EF = 0x8000 constant IP_ERRORMTU (line 946) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 947) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 948) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 949) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 950) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 951) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 952) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 953) | IP_MINTTL = 0x18 constant IP_MSS (line 954) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 955) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 956) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 957) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 958) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 959) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 960) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 961) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 962) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 963) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 964) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 965) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 966) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 967) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 968) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 969) | IP_RETOPTS = 0x8 constant IP_RF (line 970) | IP_RF = 0x8000 constant IP_TOS (line 971) | IP_TOS = 0x3 constant IP_TTL (line 972) | IP_TTL = 0x4 constant ISIG (line 973) | ISIG = 0x80 constant ISTRIP (line 974) | ISTRIP = 0x20 constant IXANY (line 975) | IXANY = 0x800 constant IXOFF (line 976) | IXOFF = 0x400 constant IXON (line 977) | IXON = 0x200 constant KERN_HOSTNAME (line 978) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 979) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 980) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 981) | KERN_VERSION = 0x4 constant LOCK_EX (line 982) | LOCK_EX = 0x2 constant LOCK_NB (line 983) | LOCK_NB = 0x4 constant LOCK_SH (line 984) | LOCK_SH = 0x1 constant LOCK_UN (line 985) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 986) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 987) | MADV_FREE = 0x6 constant MADV_NORMAL (line 988) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 989) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 990) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 991) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 992) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 993) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 994) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 995) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 996) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 997) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 998) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 999) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1000) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1001) | MAP_ANON = 0x1000 constant MAP_FILE (line 1002) | MAP_FILE = 0x0 constant MAP_FIXED (line 1003) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1004) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1005) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1006) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1007) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1008) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1009) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1010) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1011) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1012) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1013) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1014) | MAP_SHARED = 0x1 constant MAP_STACK (line 1015) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1016) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1017) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1018) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1019) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1020) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1021) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1022) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1023) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1024) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1025) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1026) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1027) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1028) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1029) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1030) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1031) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1032) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1033) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1034) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1035) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1036) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1037) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1038) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1039) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1040) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1041) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1042) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1043) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1044) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1045) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1046) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1047) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1048) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1049) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1050) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1051) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1052) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1053) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1054) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1055) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1056) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1057) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1058) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1059) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1060) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1061) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1062) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1063) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1064) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1065) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1066) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1067) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1068) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1069) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1070) | MSG_OOB = 0x1 constant MSG_PEEK (line 1071) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1072) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1073) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1074) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1075) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1076) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1077) | MS_SYNC = 0x4 constant NAME_MAX (line 1078) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1079) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1080) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1081) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1082) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1083) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1084) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1085) | NFDBITS = 0x20 constant NOFLSH (line 1086) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1087) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1088) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1089) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1090) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1091) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1092) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1093) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1094) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1095) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1096) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1097) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1098) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1099) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1100) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1101) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1102) | NOTE_WRITE = 0x2 constant OCRNL (line 1103) | OCRNL = 0x10 constant OFIOGETBMAP (line 1104) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1105) | ONLCR = 0x2 constant ONLRET (line 1106) | ONLRET = 0x40 constant ONOCR (line 1107) | ONOCR = 0x20 constant ONOEOT (line 1108) | ONOEOT = 0x8 constant OPOST (line 1109) | OPOST = 0x1 constant O_ACCMODE (line 1110) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1111) | O_ALT_IO = 0x40000 constant O_APPEND (line 1112) | O_APPEND = 0x8 constant O_ASYNC (line 1113) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1114) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1115) | O_CREAT = 0x200 constant O_DIRECT (line 1116) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1117) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1118) | O_DSYNC = 0x10000 constant O_EXCL (line 1119) | O_EXCL = 0x800 constant O_EXLOCK (line 1120) | O_EXLOCK = 0x20 constant O_FSYNC (line 1121) | O_FSYNC = 0x80 constant O_NDELAY (line 1122) | O_NDELAY = 0x4 constant O_NOCTTY (line 1123) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1124) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1125) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1126) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1127) | O_RDONLY = 0x0 constant O_RDWR (line 1128) | O_RDWR = 0x2 constant O_RSYNC (line 1129) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1130) | O_SHLOCK = 0x10 constant O_SYNC (line 1131) | O_SYNC = 0x80 constant O_TRUNC (line 1132) | O_TRUNC = 0x400 constant O_WRONLY (line 1133) | O_WRONLY = 0x1 constant PARENB (line 1134) | PARENB = 0x1000 constant PARMRK (line 1135) | PARMRK = 0x8 constant PARODD (line 1136) | PARODD = 0x2000 constant PENDIN (line 1137) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1138) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1139) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1140) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1141) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1142) | PROT_EXEC = 0x4 constant PROT_NONE (line 1143) | PROT_NONE = 0x0 constant PROT_READ (line 1144) | PROT_READ = 0x1 constant PROT_WRITE (line 1145) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1146) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1147) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1148) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1149) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1150) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1151) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1152) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1153) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1154) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1155) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1156) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1157) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1158) | RTAX_BRD = 0x7 constant RTAX_DST (line 1159) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1160) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1161) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1162) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1163) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1164) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1165) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1166) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1167) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1168) | RTA_BRD = 0x80 constant RTA_DST (line 1169) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1170) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1171) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1172) | RTA_IFA = 0x20 constant RTA_IFP (line 1173) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1174) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1175) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1176) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1177) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1178) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1179) | RTF_CLONING = 0x100 constant RTF_DONE (line 1180) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1181) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1182) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1183) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1184) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1185) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1186) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1187) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1188) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1189) | RTF_REJECT = 0x8 constant RTF_SRC (line 1190) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1191) | RTF_STATIC = 0x800 constant RTF_UP (line 1192) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1193) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1194) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1195) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1196) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1197) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1198) | RTM_DELETE = 0x2 constant RTM_GET (line 1199) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1200) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1201) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1202) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1203) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1204) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1205) | RTM_LOSING = 0x5 constant RTM_MISS (line 1206) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1207) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1208) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1209) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1210) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1211) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1212) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1213) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1214) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1215) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1216) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1217) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1218) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1219) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1220) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1221) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1222) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1223) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1224) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1225) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1226) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1227) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1228) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1229) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1230) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1231) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1232) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1233) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1234) | SIOCADDRT = 0x8038720a constant SIOCAIFADDR (line 1235) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1236) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1237) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1238) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1239) | SIOCDELRT = 0x8038720b constant SIOCDIFADDR (line 1240) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1241) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1242) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1243) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETPFSYNC (line 1244) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1245) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1246) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGHIWAT (line 1247) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1248) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1249) | SIOCGIFADDRPREF = 0xc0986920 constant SIOCGIFALIAS (line 1250) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1251) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1252) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1253) | SIOCGIFCONF = 0xc0106926 constant SIOCGIFDATA (line 1254) | SIOCGIFDATA = 0xc0986985 constant SIOCGIFDLT (line 1255) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1256) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1257) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1258) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1259) | SIOCGIFMEDIA = 0xc0306936 constant SIOCGIFMETRIC (line 1260) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1261) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1262) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1263) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1264) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1265) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1266) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1267) | SIOCGLINKSTR = 0xc0286987 constant SIOCGLOWAT (line 1268) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1269) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1270) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1271) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1272) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1273) | SIOCIFGCLONERS = 0xc0106978 constant SIOCINITIFADDR (line 1274) | SIOCINITIFADDR = 0xc0706984 constant SIOCSDRVSPEC (line 1275) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETPFSYNC (line 1276) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1277) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1278) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1279) | SIOCSIFADDRPREF = 0x8098691f constant SIOCSIFBRDADDR (line 1280) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1281) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1282) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1283) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1284) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1285) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1286) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1287) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1288) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1289) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1290) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1291) | SIOCSLINKSTR = 0x80286988 constant SIOCSLOWAT (line 1292) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1293) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1294) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1295) | SIOCZIFDATA = 0xc0986986 constant SOCK_CLOEXEC (line 1296) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1297) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1298) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1299) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1300) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1301) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1302) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1303) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1304) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1305) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1306) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1307) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1308) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1309) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1310) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1311) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1312) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1313) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1314) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1315) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1316) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1317) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1318) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1319) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1320) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1321) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1322) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1323) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1324) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1325) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1326) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1327) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1328) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1329) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1330) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1331) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1332) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1333) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1334) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1335) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1336) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1337) | S_IEXEC = 0x40 constant S_IFBLK (line 1338) | S_IFBLK = 0x6000 constant S_IFCHR (line 1339) | S_IFCHR = 0x2000 constant S_IFDIR (line 1340) | S_IFDIR = 0x4000 constant S_IFIFO (line 1341) | S_IFIFO = 0x1000 constant S_IFLNK (line 1342) | S_IFLNK = 0xa000 constant S_IFMT (line 1343) | S_IFMT = 0xf000 constant S_IFREG (line 1344) | S_IFREG = 0x8000 constant S_IFSOCK (line 1345) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1346) | S_IFWHT = 0xe000 constant S_IREAD (line 1347) | S_IREAD = 0x100 constant S_IRGRP (line 1348) | S_IRGRP = 0x20 constant S_IROTH (line 1349) | S_IROTH = 0x4 constant S_IRUSR (line 1350) | S_IRUSR = 0x100 constant S_IRWXG (line 1351) | S_IRWXG = 0x38 constant S_IRWXO (line 1352) | S_IRWXO = 0x7 constant S_IRWXU (line 1353) | S_IRWXU = 0x1c0 constant S_ISGID (line 1354) | S_ISGID = 0x400 constant S_ISTXT (line 1355) | S_ISTXT = 0x200 constant S_ISUID (line 1356) | S_ISUID = 0x800 constant S_ISVTX (line 1357) | S_ISVTX = 0x200 constant S_IWGRP (line 1358) | S_IWGRP = 0x10 constant S_IWOTH (line 1359) | S_IWOTH = 0x2 constant S_IWRITE (line 1360) | S_IWRITE = 0x80 constant S_IWUSR (line 1361) | S_IWUSR = 0x80 constant S_IXGRP (line 1362) | S_IXGRP = 0x8 constant S_IXOTH (line 1363) | S_IXOTH = 0x1 constant S_IXUSR (line 1364) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1365) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1366) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1367) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1368) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1369) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1370) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1371) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1372) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1373) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1374) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1375) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1376) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1377) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1378) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1379) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1380) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1381) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1382) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1383) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1384) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1385) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1386) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1387) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1388) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1389) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1390) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1391) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1392) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1393) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1394) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1395) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1396) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1397) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1398) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1399) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1400) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1401) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1402) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1403) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1404) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1405) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1406) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1407) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1408) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1409) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1410) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1411) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1412) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1413) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1414) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1415) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1416) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1417) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1418) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1419) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1420) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1421) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1422) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1423) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1424) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1425) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1426) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1427) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1428) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1429) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1430) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1431) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1432) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1433) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1434) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1435) | TIOCRCVFRAME = 0x80087445 constant TIOCREMOTE (line 1436) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1437) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1438) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1439) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1440) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1441) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1442) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1443) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1444) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1445) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1446) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1447) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1448) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1449) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1450) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1451) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1452) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1453) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1454) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1455) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1456) | TIOCXMTFRAME = 0x80087444 constant TOSTOP (line 1457) | TOSTOP = 0x400000 constant VDISCARD (line 1458) | VDISCARD = 0xf constant VDSUSP (line 1459) | VDSUSP = 0xb constant VEOF (line 1460) | VEOF = 0x0 constant VEOL (line 1461) | VEOL = 0x1 constant VEOL2 (line 1462) | VEOL2 = 0x2 constant VERASE (line 1463) | VERASE = 0x3 constant VINTR (line 1464) | VINTR = 0x8 constant VKILL (line 1465) | VKILL = 0x5 constant VLNEXT (line 1466) | VLNEXT = 0xe constant VMIN (line 1467) | VMIN = 0x10 constant VQUIT (line 1468) | VQUIT = 0x9 constant VREPRINT (line 1469) | VREPRINT = 0x6 constant VSTART (line 1470) | VSTART = 0xc constant VSTATUS (line 1471) | VSTATUS = 0x12 constant VSTOP (line 1472) | VSTOP = 0xd constant VSUSP (line 1473) | VSUSP = 0xa constant VTIME (line 1474) | VTIME = 0x11 constant VWERASE (line 1475) | VWERASE = 0x4 constant WALL (line 1476) | WALL = 0x8 constant WALLSIG (line 1477) | WALLSIG = 0x8 constant WALTSIG (line 1478) | WALTSIG = 0x4 constant WCLONE (line 1479) | WCLONE = 0x4 constant WCOREFLAG (line 1480) | WCOREFLAG = 0x80 constant WNOHANG (line 1481) | WNOHANG = 0x1 constant WNOWAIT (line 1482) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1483) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1484) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1485) | WSTOPPED = 0x7f constant WUNTRACED (line 1486) | WUNTRACED = 0x2 constant E2BIG (line 1491) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1492) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1493) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1494) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1495) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1496) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1497) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1498) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1499) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1500) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1501) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1502) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1503) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1504) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1505) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1506) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1507) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1508) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1509) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1510) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1511) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1512) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1513) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1514) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1515) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1516) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1517) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1518) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1519) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1520) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1521) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1522) | EINVAL = syscall.Errno(0x16) constant EIO (line 1523) | EIO = syscall.Errno(0x5) constant EISCONN (line 1524) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1525) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1526) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1527) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1528) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1529) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1530) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1531) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1532) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1533) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1534) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1535) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1536) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1537) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1538) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1539) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1540) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1541) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1542) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1543) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1544) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1545) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1546) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1547) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1548) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1549) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1550) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1551) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1552) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1553) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1554) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1555) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1556) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1557) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1558) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1559) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1560) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1561) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1562) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1563) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1564) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1565) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1566) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1567) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1568) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1569) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1570) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1571) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1572) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1573) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1574) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1575) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1576) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1577) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1578) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1579) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1580) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1581) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1582) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1583) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1584) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1585) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1586) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1587) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1588) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1593) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1594) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1595) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1596) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1597) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1598) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1599) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1600) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1601) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1602) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1603) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1604) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1605) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1606) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1607) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1608) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1609) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1610) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1611) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1612) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1613) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1614) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1615) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1616) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1617) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1618) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1619) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1620) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1621) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1622) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1623) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1624) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1625) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0084277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x400c427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x800c427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80084272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80084273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x4 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CPUSTATES (line 154) | CPUSTATES = 0x5 constant CP_IDLE (line 155) | CP_IDLE = 0x4 constant CP_INTR (line 156) | CP_INTR = 0x3 constant CP_NICE (line 157) | CP_NICE = 0x1 constant CP_SYS (line 158) | CP_SYS = 0x2 constant CP_USER (line 159) | CP_USER = 0x0 constant CREAD (line 160) | CREAD = 0x800 constant CRTSCTS (line 161) | CRTSCTS = 0x10000 constant CS5 (line 162) | CS5 = 0x0 constant CS6 (line 163) | CS6 = 0x100 constant CS7 (line 164) | CS7 = 0x200 constant CS8 (line 165) | CS8 = 0x300 constant CSIZE (line 166) | CSIZE = 0x300 constant CSTART (line 167) | CSTART = 0x11 constant CSTATUS (line 168) | CSTATUS = 0x14 constant CSTOP (line 169) | CSTOP = 0x13 constant CSTOPB (line 170) | CSTOPB = 0x400 constant CSUSP (line 171) | CSUSP = 0x1a constant CTL_HW (line 172) | CTL_HW = 0x6 constant CTL_KERN (line 173) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 174) | CTL_MAXNAME = 0xc constant CTL_NET (line 175) | CTL_NET = 0x4 constant CTL_QUERY (line 176) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 177) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 178) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 179) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 180) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 181) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 182) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 183) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 184) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 185) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 186) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 187) | DLT_AURORA = 0x7e constant DLT_AX25 (line 188) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 189) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 190) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 191) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 192) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 193) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 194) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 195) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 196) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 197) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 198) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 199) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 200) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 201) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 202) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 203) | DLT_EN3MB = 0x2 constant DLT_ENC (line 204) | DLT_ENC = 0x6d constant DLT_ERF (line 205) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 206) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 207) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 208) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 209) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 210) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 211) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 212) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 213) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 214) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 215) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 216) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 217) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 218) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 219) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 220) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 221) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 222) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 223) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 224) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 225) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 226) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 227) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 228) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 229) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 230) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 231) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 232) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 233) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 234) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 235) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 236) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 237) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 238) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 239) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 240) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 241) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 242) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 243) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 244) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 245) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 246) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 247) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 248) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 249) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 250) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 251) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 252) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 253) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 254) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 255) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 256) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 257) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 258) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 259) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 260) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 261) | DLT_LAPD = 0xcb constant DLT_LIN (line 262) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 263) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 264) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 265) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 266) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 267) | DLT_LOOP = 0x6c constant DLT_LTALK (line 268) | DLT_LTALK = 0x72 constant DLT_MFR (line 269) | DLT_MFR = 0xb6 constant DLT_MOST (line 270) | DLT_MOST = 0xd3 constant DLT_MPLS (line 271) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 272) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 273) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 274) | DLT_MTP3 = 0x8d constant DLT_NULL (line 275) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 276) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 277) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 278) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 279) | DLT_PPI = 0xc0 constant DLT_PPP (line 280) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 281) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 282) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 283) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 284) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 285) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 286) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 287) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 288) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 289) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 290) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 291) | DLT_RIO = 0x7c constant DLT_SCCP (line 292) | DLT_SCCP = 0x8e constant DLT_SITA (line 293) | DLT_SITA = 0xc4 constant DLT_SLIP (line 294) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 295) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 296) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 297) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 298) | DLT_TZSP = 0x80 constant DLT_USB (line 299) | DLT_USB = 0xba constant DLT_USB_LINUX (line 300) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 301) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 302) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 303) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 304) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 305) | DT_BLK = 0x6 constant DT_CHR (line 306) | DT_CHR = 0x2 constant DT_DIR (line 307) | DT_DIR = 0x4 constant DT_FIFO (line 308) | DT_FIFO = 0x1 constant DT_LNK (line 309) | DT_LNK = 0xa constant DT_REG (line 310) | DT_REG = 0x8 constant DT_SOCK (line 311) | DT_SOCK = 0xc constant DT_UNKNOWN (line 312) | DT_UNKNOWN = 0x0 constant DT_WHT (line 313) | DT_WHT = 0xe constant ECHO (line 314) | ECHO = 0x8 constant ECHOCTL (line 315) | ECHOCTL = 0x40 constant ECHOE (line 316) | ECHOE = 0x2 constant ECHOK (line 317) | ECHOK = 0x4 constant ECHOKE (line 318) | ECHOKE = 0x1 constant ECHONL (line 319) | ECHONL = 0x10 constant ECHOPRT (line 320) | ECHOPRT = 0x20 constant EMUL_LINUX (line 321) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 322) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 323) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 324) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 325) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 326) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 327) | ETHERMIN = 0x2e constant ETHERMTU (line 328) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 329) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 330) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 331) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 332) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 333) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 334) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 335) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 336) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 337) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 338) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 339) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 340) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 341) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 342) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 343) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 344) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 345) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 346) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 347) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 348) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 349) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 350) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 351) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 352) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 353) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 354) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 355) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 356) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 357) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 358) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 359) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 360) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 361) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 362) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 363) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 364) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 365) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 366) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 367) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 368) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 369) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 370) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 371) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 372) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 373) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 374) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 375) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 376) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 377) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 378) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 379) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 380) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 381) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 382) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 383) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 384) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 385) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 386) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 387) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 388) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 389) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 390) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 391) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 392) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 393) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 394) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 395) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 396) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 397) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 398) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 399) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 400) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 401) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 402) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 403) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 404) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 405) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 406) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 407) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 408) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 409) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 410) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 411) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 412) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 413) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 414) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 415) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 416) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 417) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 418) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 419) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 420) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 421) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 422) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 423) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 424) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 425) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 426) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 427) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 428) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 429) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 430) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 431) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 432) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 433) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 434) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 435) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 436) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 437) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 438) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 439) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 440) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 441) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 442) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 443) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 444) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 445) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 446) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 447) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 448) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 449) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 450) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 451) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 452) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 453) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 454) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 455) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 456) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 457) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 458) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 459) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 460) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 461) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 462) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 463) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 464) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 465) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 466) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 467) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 468) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 469) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 470) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 471) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 472) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 473) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 474) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 475) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 476) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 477) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 478) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 479) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 480) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 481) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 482) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 483) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 484) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 485) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 486) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 487) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 488) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 489) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 490) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 491) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 492) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 493) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 494) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 495) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 496) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 497) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 498) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 499) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 500) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 501) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 502) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 503) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 504) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 505) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 506) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 507) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 508) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 509) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 510) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 511) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 512) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 513) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 514) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 515) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 516) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 517) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 518) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 519) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 520) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 521) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 522) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 523) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 524) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 525) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 526) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 527) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 528) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 529) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 530) | EVFILT_WRITE = 0x1 constant EV_ADD (line 531) | EV_ADD = 0x1 constant EV_CLEAR (line 532) | EV_CLEAR = 0x20 constant EV_DELETE (line 533) | EV_DELETE = 0x2 constant EV_DISABLE (line 534) | EV_DISABLE = 0x8 constant EV_ENABLE (line 535) | EV_ENABLE = 0x4 constant EV_EOF (line 536) | EV_EOF = 0x8000 constant EV_ERROR (line 537) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 538) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 539) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 540) | EV_SYSFLAGS = 0xf000 constant EXTA (line 541) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 542) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 543) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 544) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 545) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x100 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_CLOSEM (line 551) | F_CLOSEM = 0xa constant F_DUPFD (line 552) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 553) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 554) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 555) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 556) | F_FSIN = 0x10000000 constant F_FSINOUT (line 557) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 558) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 559) | F_FSPRIV = 0x8000 constant F_FSVOID (line 560) | F_FSVOID = 0x40000000 constant F_GETFD (line 561) | F_GETFD = 0x1 constant F_GETFL (line 562) | F_GETFL = 0x3 constant F_GETLK (line 563) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 564) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 565) | F_GETOWN = 0x5 constant F_MAXFD (line 566) | F_MAXFD = 0xb constant F_OK (line 567) | F_OK = 0x0 constant F_PARAM_MASK (line 568) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 569) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 570) | F_RDLCK = 0x1 constant F_SETFD (line 571) | F_SETFD = 0x2 constant F_SETFL (line 572) | F_SETFL = 0x4 constant F_SETLK (line 573) | F_SETLK = 0x8 constant F_SETLKW (line 574) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 575) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 576) | F_SETOWN = 0x6 constant F_UNLCK (line 577) | F_UNLCK = 0x2 constant F_WRLCK (line 578) | F_WRLCK = 0x3 constant HUPCL (line 579) | HUPCL = 0x4000 constant HW_MACHINE (line 580) | HW_MACHINE = 0x1 constant ICANON (line 581) | ICANON = 0x100 constant ICMP6_FILTER (line 582) | ICMP6_FILTER = 0x12 constant ICRNL (line 583) | ICRNL = 0x100 constant IEXTEN (line 584) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 585) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 586) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 587) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 588) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 589) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 590) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 591) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 592) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 593) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 594) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 595) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 596) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 597) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 598) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 599) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 600) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 601) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 602) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 603) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 604) | IFF_UP = 0x1 constant IFNAMSIZ (line 605) | IFNAMSIZ = 0x10 constant IFT_1822 (line 606) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 607) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 608) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 609) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 610) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 611) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 612) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 613) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 614) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 615) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 616) | IFT_ASYNC = 0x54 constant IFT_ATM (line 617) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 618) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 619) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 620) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 621) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 622) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 623) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 624) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 625) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 626) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 627) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 628) | IFT_BSC = 0x53 constant IFT_CARP (line 629) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 630) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 631) | IFT_CEPT = 0x13 constant IFT_CES (line 632) | IFT_CES = 0x85 constant IFT_CHANNEL (line 633) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 634) | IFT_CNR = 0x55 constant IFT_COFFEE (line 635) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 636) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 637) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 638) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 639) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 640) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 641) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 642) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 643) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 644) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 645) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 646) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 647) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 648) | IFT_DS3 = 0x1e constant IFT_DTM (line 649) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 650) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 651) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 652) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 653) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 654) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 655) | IFT_ECONET = 0xce constant IFT_EON (line 656) | IFT_EON = 0x19 constant IFT_EPLRS (line 657) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 658) | IFT_ESCON = 0x49 constant IFT_ETHER (line 659) | IFT_ETHER = 0x6 constant IFT_FAITH (line 660) | IFT_FAITH = 0xf2 constant IFT_FAST (line 661) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 662) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 663) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 664) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 665) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 666) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 667) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 668) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 669) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 670) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 671) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 672) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 673) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 674) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 675) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 676) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 677) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 678) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 679) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 680) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 681) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 682) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 683) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 684) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 685) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 686) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 687) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 688) | IFT_HSSI = 0x2e constant IFT_HY (line 689) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 690) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 691) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 692) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 693) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 694) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 695) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 696) | IFT_IFGSN = 0x91 constant IFT_IMT (line 697) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 698) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 699) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 700) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 701) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 702) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 703) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 704) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 705) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 706) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 707) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 708) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 709) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 710) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 711) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 712) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 713) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 714) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 715) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 716) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 717) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 718) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 719) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 720) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 721) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 722) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 723) | IFT_LAPB = 0x10 constant IFT_LAPD (line 724) | IFT_LAPD = 0x4d constant IFT_LAPF (line 725) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 726) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 727) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 728) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 729) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 730) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 731) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 732) | IFT_MODEM = 0x30 constant IFT_MPC (line 733) | IFT_MPC = 0x71 constant IFT_MPLS (line 734) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 735) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 736) | IFT_MSDSL = 0x8f constant IFT_MVL (line 737) | IFT_MVL = 0xbf constant IFT_MYRINET (line 738) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 739) | IFT_NFAS = 0xaf constant IFT_NSIP (line 740) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 741) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 742) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 743) | IFT_OTHER = 0x1 constant IFT_P10 (line 744) | IFT_P10 = 0xc constant IFT_P80 (line 745) | IFT_P80 = 0xd constant IFT_PARA (line 746) | IFT_PARA = 0x22 constant IFT_PFLOG (line 747) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 748) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 749) | IFT_PLC = 0xae constant IFT_PON155 (line 750) | IFT_PON155 = 0xcf constant IFT_PON622 (line 751) | IFT_PON622 = 0xd0 constant IFT_POS (line 752) | IFT_POS = 0xab constant IFT_PPP (line 753) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 754) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 755) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 756) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 757) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 758) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 759) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 760) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 761) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 762) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 763) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 764) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 765) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 766) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 767) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 768) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 769) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 770) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 771) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 772) | IFT_RS232 = 0x21 constant IFT_RSRB (line 773) | IFT_RSRB = 0x4f constant IFT_SDLC (line 774) | IFT_SDLC = 0x11 constant IFT_SDSL (line 775) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 776) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 777) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 778) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 779) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 780) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 781) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 782) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 783) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 784) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 785) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 786) | IFT_SONETVT = 0x33 constant IFT_SRP (line 787) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 788) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 789) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 790) | IFT_STARLAN = 0xb constant IFT_STF (line 791) | IFT_STF = 0xd7 constant IFT_T1 (line 792) | IFT_T1 = 0x12 constant IFT_TDLC (line 793) | IFT_TDLC = 0x74 constant IFT_TELINK (line 794) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 795) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 796) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 797) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 798) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 799) | IFT_ULTRA = 0x1d constant IFT_USB (line 800) | IFT_USB = 0xa0 constant IFT_V11 (line 801) | IFT_V11 = 0x40 constant IFT_V35 (line 802) | IFT_V35 = 0x2d constant IFT_V36 (line 803) | IFT_V36 = 0x41 constant IFT_V37 (line 804) | IFT_V37 = 0x78 constant IFT_VDSL (line 805) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 806) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 807) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 808) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 809) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 810) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 811) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 812) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 813) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 814) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 815) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 816) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 817) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 818) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 819) | IFT_X213 = 0x5d constant IFT_X25 (line 820) | IFT_X25 = 0x5 constant IFT_X25DDN (line 821) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 822) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 823) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 824) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 825) | IFT_XETHER = 0x1a constant IGNBRK (line 826) | IGNBRK = 0x1 constant IGNCR (line 827) | IGNCR = 0x80 constant IGNPAR (line 828) | IGNPAR = 0x4 constant IMAXBEL (line 829) | IMAXBEL = 0x2000 constant INLCR (line 830) | INLCR = 0x40 constant INPCK (line 831) | INPCK = 0x10 constant IN_CLASSA_HOST (line 832) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 833) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 834) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 835) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 836) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 837) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 838) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 839) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 840) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 841) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 842) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 843) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 844) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 845) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 846) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 847) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 848) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 849) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 850) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 851) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 852) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 853) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 854) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 855) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 856) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 857) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 858) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 859) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 860) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 861) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 862) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 863) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 864) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 865) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 866) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 867) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 868) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 869) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 870) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 871) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 872) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 873) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 874) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 875) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 876) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 877) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 878) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 879) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 880) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 881) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 882) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 883) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 884) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 885) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 886) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 887) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 888) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 889) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 890) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 891) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 892) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 893) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 894) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 895) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 896) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 897) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 898) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 899) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 900) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 901) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 902) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 903) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 904) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 905) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 906) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 907) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 908) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 909) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 910) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 911) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 912) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 913) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 914) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 915) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 916) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 917) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 918) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 919) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 920) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 921) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 922) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 923) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 924) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 925) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 926) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 927) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 928) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 929) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 930) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 931) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 932) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 933) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 934) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 935) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 936) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 937) | IP_EF = 0x8000 constant IP_ERRORMTU (line 938) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 939) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 940) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 941) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 942) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 943) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 944) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 945) | IP_MINTTL = 0x18 constant IP_MSS (line 946) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 947) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 948) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 949) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 950) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 951) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 952) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 953) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 954) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 955) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 956) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 957) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 958) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 959) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 960) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 961) | IP_RETOPTS = 0x8 constant IP_RF (line 962) | IP_RF = 0x8000 constant IP_TOS (line 963) | IP_TOS = 0x3 constant IP_TTL (line 964) | IP_TTL = 0x4 constant ISIG (line 965) | ISIG = 0x80 constant ISTRIP (line 966) | ISTRIP = 0x20 constant IXANY (line 967) | IXANY = 0x800 constant IXOFF (line 968) | IXOFF = 0x400 constant IXON (line 969) | IXON = 0x200 constant KERN_HOSTNAME (line 970) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 971) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 972) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 973) | KERN_VERSION = 0x4 constant LOCK_EX (line 974) | LOCK_EX = 0x2 constant LOCK_NB (line 975) | LOCK_NB = 0x4 constant LOCK_SH (line 976) | LOCK_SH = 0x1 constant LOCK_UN (line 977) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 978) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 979) | MADV_FREE = 0x6 constant MADV_NORMAL (line 980) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 981) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 982) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 983) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 984) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 985) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 986) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 987) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 988) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 989) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 990) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 991) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 992) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 993) | MAP_ANON = 0x1000 constant MAP_FILE (line 994) | MAP_FILE = 0x0 constant MAP_FIXED (line 995) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 996) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 997) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 998) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 999) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1000) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1001) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1002) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1003) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1004) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1005) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1006) | MAP_SHARED = 0x1 constant MAP_STACK (line 1007) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1008) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1009) | MAP_WIRED = 0x800 constant MNT_ASYNC (line 1010) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1011) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1012) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1013) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1014) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1015) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1016) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1017) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1018) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1019) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1020) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1021) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1022) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1023) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1024) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1025) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1026) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1027) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1028) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1029) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1030) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1031) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1032) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1033) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1034) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1035) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1036) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1037) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1038) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1039) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1040) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1041) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1042) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1043) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1044) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1045) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1046) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1047) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1048) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1049) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1050) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1051) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1052) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1053) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1054) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1055) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1056) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1057) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1058) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1059) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1060) | MSG_OOB = 0x1 constant MSG_PEEK (line 1061) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1062) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1063) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1064) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1065) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1066) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1067) | MS_SYNC = 0x4 constant NAME_MAX (line 1068) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1069) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1070) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1071) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1072) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1073) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1074) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1075) | NFDBITS = 0x20 constant NOFLSH (line 1076) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1077) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1078) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1079) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1080) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1081) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1082) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1083) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1084) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1085) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1086) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1087) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1088) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1089) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1090) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1091) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1092) | NOTE_WRITE = 0x2 constant OCRNL (line 1093) | OCRNL = 0x10 constant OFIOGETBMAP (line 1094) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1095) | ONLCR = 0x2 constant ONLRET (line 1096) | ONLRET = 0x40 constant ONOCR (line 1097) | ONOCR = 0x20 constant ONOEOT (line 1098) | ONOEOT = 0x8 constant OPOST (line 1099) | OPOST = 0x1 constant O_ACCMODE (line 1100) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1101) | O_ALT_IO = 0x40000 constant O_APPEND (line 1102) | O_APPEND = 0x8 constant O_ASYNC (line 1103) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1104) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1105) | O_CREAT = 0x200 constant O_DIRECT (line 1106) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1107) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1108) | O_DSYNC = 0x10000 constant O_EXCL (line 1109) | O_EXCL = 0x800 constant O_EXLOCK (line 1110) | O_EXLOCK = 0x20 constant O_FSYNC (line 1111) | O_FSYNC = 0x80 constant O_NDELAY (line 1112) | O_NDELAY = 0x4 constant O_NOCTTY (line 1113) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1114) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1115) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1116) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1117) | O_RDONLY = 0x0 constant O_RDWR (line 1118) | O_RDWR = 0x2 constant O_RSYNC (line 1119) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1120) | O_SHLOCK = 0x10 constant O_SYNC (line 1121) | O_SYNC = 0x80 constant O_TRUNC (line 1122) | O_TRUNC = 0x400 constant O_WRONLY (line 1123) | O_WRONLY = 0x1 constant PARENB (line 1124) | PARENB = 0x1000 constant PARMRK (line 1125) | PARMRK = 0x8 constant PARODD (line 1126) | PARODD = 0x2000 constant PENDIN (line 1127) | PENDIN = 0x20000000 constant PROT_EXEC (line 1128) | PROT_EXEC = 0x4 constant PROT_NONE (line 1129) | PROT_NONE = 0x0 constant PROT_READ (line 1130) | PROT_READ = 0x1 constant PROT_WRITE (line 1131) | PROT_WRITE = 0x2 constant PRI_IOFLUSH (line 1132) | PRI_IOFLUSH = 0x7c constant PRIO_PGRP (line 1133) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1134) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1135) | PRIO_USER = 0x2 constant RLIMIT_AS (line 1136) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1137) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1138) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1139) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1140) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1141) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1142) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1143) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1144) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1145) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1146) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1147) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1148) | RTAX_BRD = 0x7 constant RTAX_DST (line 1149) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1150) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1151) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1152) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1153) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1154) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1155) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1156) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1157) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1158) | RTA_BRD = 0x80 constant RTA_DST (line 1159) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1160) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1161) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1162) | RTA_IFA = 0x20 constant RTA_IFP (line 1163) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1164) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1165) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1166) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1167) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1168) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1169) | RTF_CLONING = 0x100 constant RTF_DONE (line 1170) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1171) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1172) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1173) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1174) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1175) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1176) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1177) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1178) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1179) | RTF_REJECT = 0x8 constant RTF_SRC (line 1180) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1181) | RTF_STATIC = 0x800 constant RTF_UP (line 1182) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1183) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1184) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1185) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1186) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1187) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1188) | RTM_DELETE = 0x2 constant RTM_GET (line 1189) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1190) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1191) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1192) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1193) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1194) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1195) | RTM_LOSING = 0x5 constant RTM_MISS (line 1196) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1197) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1198) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1199) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1200) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1201) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1202) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1203) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1204) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1205) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1206) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1207) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1208) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1209) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1210) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1211) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1212) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1213) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1214) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1215) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1216) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1217) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1218) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1219) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1220) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1221) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1222) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1223) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1224) | SIOCADDRT = 0x8030720a constant SIOCAIFADDR (line 1225) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1226) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1227) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1228) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1229) | SIOCDELRT = 0x8030720b constant SIOCDIFADDR (line 1230) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1231) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1232) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1233) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETPFSYNC (line 1234) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1235) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1236) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGHIWAT (line 1237) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1238) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1239) | SIOCGIFADDRPREF = 0xc0946920 constant SIOCGIFALIAS (line 1240) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1241) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1242) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1243) | SIOCGIFCONF = 0xc0086926 constant SIOCGIFDATA (line 1244) | SIOCGIFDATA = 0xc0946985 constant SIOCGIFDLT (line 1245) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1246) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1247) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1248) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1249) | SIOCGIFMEDIA = 0xc0286936 constant SIOCGIFMETRIC (line 1250) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1251) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1252) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1253) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1254) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1255) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1256) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1257) | SIOCGLINKSTR = 0xc01c6987 constant SIOCGLOWAT (line 1258) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1259) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1260) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1261) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1262) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1263) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCINITIFADDR (line 1264) | SIOCINITIFADDR = 0xc0446984 constant SIOCSDRVSPEC (line 1265) | SIOCSDRVSPEC = 0x801c697b constant SIOCSETPFSYNC (line 1266) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1267) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1268) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1269) | SIOCSIFADDRPREF = 0x8094691f constant SIOCSIFBRDADDR (line 1270) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1271) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1272) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1273) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1274) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1275) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1276) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1277) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1278) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1279) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1280) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1281) | SIOCSLINKSTR = 0x801c6988 constant SIOCSLOWAT (line 1282) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1283) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1284) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1285) | SIOCZIFDATA = 0xc0946986 constant SOCK_CLOEXEC (line 1286) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1287) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1288) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1289) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1290) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1291) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1292) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1293) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1294) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1295) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1296) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1297) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1298) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1299) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1300) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1301) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1302) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1303) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1304) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1305) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1306) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1307) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1308) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1309) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1310) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1311) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1312) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1313) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1314) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1315) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1316) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1317) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1318) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1319) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1320) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1321) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1322) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1323) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1324) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1325) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1326) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1327) | S_IEXEC = 0x40 constant S_IFBLK (line 1328) | S_IFBLK = 0x6000 constant S_IFCHR (line 1329) | S_IFCHR = 0x2000 constant S_IFDIR (line 1330) | S_IFDIR = 0x4000 constant S_IFIFO (line 1331) | S_IFIFO = 0x1000 constant S_IFLNK (line 1332) | S_IFLNK = 0xa000 constant S_IFMT (line 1333) | S_IFMT = 0xf000 constant S_IFREG (line 1334) | S_IFREG = 0x8000 constant S_IFSOCK (line 1335) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1336) | S_IFWHT = 0xe000 constant S_IREAD (line 1337) | S_IREAD = 0x100 constant S_IRGRP (line 1338) | S_IRGRP = 0x20 constant S_IROTH (line 1339) | S_IROTH = 0x4 constant S_IRUSR (line 1340) | S_IRUSR = 0x100 constant S_IRWXG (line 1341) | S_IRWXG = 0x38 constant S_IRWXO (line 1342) | S_IRWXO = 0x7 constant S_IRWXU (line 1343) | S_IRWXU = 0x1c0 constant S_ISGID (line 1344) | S_ISGID = 0x400 constant S_ISTXT (line 1345) | S_ISTXT = 0x200 constant S_ISUID (line 1346) | S_ISUID = 0x800 constant S_ISVTX (line 1347) | S_ISVTX = 0x200 constant S_IWGRP (line 1348) | S_IWGRP = 0x10 constant S_IWOTH (line 1349) | S_IWOTH = 0x2 constant S_IWRITE (line 1350) | S_IWRITE = 0x80 constant S_IWUSR (line 1351) | S_IWUSR = 0x80 constant S_IXGRP (line 1352) | S_IXGRP = 0x8 constant S_IXOTH (line 1353) | S_IXOTH = 0x1 constant S_IXUSR (line 1354) | S_IXUSR = 0x40 constant TCIFLUSH (line 1355) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1356) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1357) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1358) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1359) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1360) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1361) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1362) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1363) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1364) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1365) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1366) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1367) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1368) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1369) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1370) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1371) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1372) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1373) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1374) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1375) | TIOCDCDTIMESTAMP = 0x400c7458 constant TIOCDRAIN (line 1376) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1377) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1378) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1379) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1380) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1381) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1382) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1383) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1384) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1385) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1386) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1387) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1388) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1389) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1390) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1391) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1392) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1393) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1394) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1395) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1396) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1397) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1398) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1399) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1400) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1401) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1402) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1403) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1404) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1405) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1406) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1407) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1408) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1409) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1410) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1411) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1412) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1413) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1414) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1415) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1416) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1417) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1418) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1419) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1420) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1421) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1422) | TIOCPTMGET = 0x48087446 constant TIOCPTSNAME (line 1423) | TIOCPTSNAME = 0x48087448 constant TIOCRCVFRAME (line 1424) | TIOCRCVFRAME = 0x80047445 constant TIOCREMOTE (line 1425) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1426) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1427) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1428) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1429) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1430) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1431) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1432) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1433) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1434) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1435) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1436) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1437) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1438) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1439) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1440) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1441) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1442) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1443) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1444) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1445) | TIOCXMTFRAME = 0x80047444 constant TOSTOP (line 1446) | TOSTOP = 0x400000 constant VDISCARD (line 1447) | VDISCARD = 0xf constant VDSUSP (line 1448) | VDSUSP = 0xb constant VEOF (line 1449) | VEOF = 0x0 constant VEOL (line 1450) | VEOL = 0x1 constant VEOL2 (line 1451) | VEOL2 = 0x2 constant VERASE (line 1452) | VERASE = 0x3 constant VINTR (line 1453) | VINTR = 0x8 constant VKILL (line 1454) | VKILL = 0x5 constant VLNEXT (line 1455) | VLNEXT = 0xe constant VMIN (line 1456) | VMIN = 0x10 constant VQUIT (line 1457) | VQUIT = 0x9 constant VREPRINT (line 1458) | VREPRINT = 0x6 constant VSTART (line 1459) | VSTART = 0xc constant VSTATUS (line 1460) | VSTATUS = 0x12 constant VSTOP (line 1461) | VSTOP = 0xd constant VSUSP (line 1462) | VSUSP = 0xa constant VTIME (line 1463) | VTIME = 0x11 constant VWERASE (line 1464) | VWERASE = 0x4 constant WALL (line 1465) | WALL = 0x8 constant WALLSIG (line 1466) | WALLSIG = 0x8 constant WALTSIG (line 1467) | WALTSIG = 0x4 constant WCLONE (line 1468) | WCLONE = 0x4 constant WCOREFLAG (line 1469) | WCOREFLAG = 0x80 constant WNOHANG (line 1470) | WNOHANG = 0x1 constant WNOWAIT (line 1471) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1472) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1473) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1474) | WSTOPPED = 0x7f constant WUNTRACED (line 1475) | WUNTRACED = 0x2 constant E2BIG (line 1480) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1481) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1482) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1483) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1484) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1485) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1486) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1487) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1488) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1489) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1490) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1491) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1492) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1493) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1494) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1495) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1496) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1497) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1498) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1499) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1500) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1501) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1502) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1503) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1504) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1505) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1506) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1507) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1508) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1509) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1510) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1511) | EINVAL = syscall.Errno(0x16) constant EIO (line 1512) | EIO = syscall.Errno(0x5) constant EISCONN (line 1513) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1514) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1515) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1516) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1517) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1518) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1519) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1520) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1521) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1522) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1523) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1524) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1525) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1526) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1527) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1528) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1529) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1530) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1531) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1532) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1533) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1534) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1535) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1536) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1537) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1538) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1539) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1540) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1541) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1542) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1543) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1544) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1545) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1546) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1547) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1548) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1549) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1550) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1551) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1552) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1553) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1554) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1555) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1556) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1557) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1558) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1559) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1560) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1561) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1562) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1563) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1564) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1565) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1566) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1567) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1568) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1569) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1570) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1571) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1572) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1573) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1574) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1575) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1576) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1577) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1582) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1583) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1584) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1585) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1586) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1587) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1588) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1589) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1590) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1591) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1592) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1593) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1594) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1595) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1596) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1597) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1598) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1599) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1600) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1601) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1602) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1603) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1604) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1605) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1606) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1607) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1608) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1609) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1610) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1611) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1612) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1613) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1614) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_ARP (line 16) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x1f constant AF_CCITT (line 18) | AF_CCITT = 0xa constant AF_CHAOS (line 19) | AF_CHAOS = 0x5 constant AF_CNT (line 20) | AF_CNT = 0x15 constant AF_COIP (line 21) | AF_COIP = 0x14 constant AF_DATAKIT (line 22) | AF_DATAKIT = 0x9 constant AF_DECnet (line 23) | AF_DECnet = 0xc constant AF_DLI (line 24) | AF_DLI = 0xd constant AF_E164 (line 25) | AF_E164 = 0x1a constant AF_ECMA (line 26) | AF_ECMA = 0x8 constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 28) | AF_IEEE80211 = 0x20 constant AF_IMPLINK (line 29) | AF_IMPLINK = 0x3 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0x18 constant AF_IPX (line 32) | AF_IPX = 0x17 constant AF_ISDN (line 33) | AF_ISDN = 0x1a constant AF_ISO (line 34) | AF_ISO = 0x7 constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x23 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OROUTE (line 42) | AF_OROUTE = 0x11 constant AF_OSI (line 43) | AF_OSI = 0x7 constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x22 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 49) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 54) | ARPHRD_STRIP = 0x17 constant B0 (line 55) | B0 = 0x0 constant B110 (line 56) | B110 = 0x6e constant B115200 (line 57) | B115200 = 0x1c200 constant B1200 (line 58) | B1200 = 0x4b0 constant B134 (line 59) | B134 = 0x86 constant B14400 (line 60) | B14400 = 0x3840 constant B150 (line 61) | B150 = 0x96 constant B1800 (line 62) | B1800 = 0x708 constant B19200 (line 63) | B19200 = 0x4b00 constant B200 (line 64) | B200 = 0xc8 constant B230400 (line 65) | B230400 = 0x38400 constant B2400 (line 66) | B2400 = 0x960 constant B28800 (line 67) | B28800 = 0x7080 constant B300 (line 68) | B300 = 0x12c constant B38400 (line 69) | B38400 = 0x9600 constant B460800 (line 70) | B460800 = 0x70800 constant B4800 (line 71) | B4800 = 0x12c0 constant B50 (line 72) | B50 = 0x32 constant B57600 (line 73) | B57600 = 0xe100 constant B600 (line 74) | B600 = 0x258 constant B7200 (line 75) | B7200 = 0x1c20 constant B75 (line 76) | B75 = 0x4b constant B76800 (line 77) | B76800 = 0x12c00 constant B921600 (line 78) | B921600 = 0xe1000 constant B9600 (line 79) | B9600 = 0x2580 constant BIOCFEEDBACK (line 80) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 81) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 82) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 83) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 84) | BIOCGDLTLIST = 0xc0104277 constant BIOCGETIF (line 85) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 86) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 87) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 88) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGSEESENT (line 89) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 90) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 91) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 92) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 93) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 94) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 95) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 96) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 97) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 98) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 99) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010427a constant BIOCSSEESENT (line 101) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 102) | BIOCSTCPF = 0x80104272 constant BIOCSUDPF (line 103) | BIOCSUDPF = 0x80104273 constant BIOCVERSION (line 104) | BIOCVERSION = 0x40044271 constant BPF_A (line 105) | BPF_A = 0x10 constant BPF_ABS (line 106) | BPF_ABS = 0x20 constant BPF_ADD (line 107) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 108) | BPF_ALIGNMENT = 0x8 constant BPF_ALIGNMENT32 (line 109) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 110) | BPF_ALU = 0x4 constant BPF_AND (line 111) | BPF_AND = 0x50 constant BPF_B (line 112) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 113) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 114) | BPF_DIV = 0x30 constant BPF_H (line 115) | BPF_H = 0x8 constant BPF_IMM (line 116) | BPF_IMM = 0x0 constant BPF_IND (line 117) | BPF_IND = 0x40 constant BPF_JA (line 118) | BPF_JA = 0x0 constant BPF_JEQ (line 119) | BPF_JEQ = 0x10 constant BPF_JGE (line 120) | BPF_JGE = 0x30 constant BPF_JGT (line 121) | BPF_JGT = 0x20 constant BPF_JMP (line 122) | BPF_JMP = 0x5 constant BPF_JSET (line 123) | BPF_JSET = 0x40 constant BPF_K (line 124) | BPF_K = 0x0 constant BPF_LD (line 125) | BPF_LD = 0x0 constant BPF_LDX (line 126) | BPF_LDX = 0x1 constant BPF_LEN (line 127) | BPF_LEN = 0x80 constant BPF_LSH (line 128) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 129) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 130) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 131) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 132) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 133) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 134) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 135) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 136) | BPF_MISC = 0x7 constant BPF_MSH (line 137) | BPF_MSH = 0xa0 constant BPF_MUL (line 138) | BPF_MUL = 0x20 constant BPF_NEG (line 139) | BPF_NEG = 0x80 constant BPF_OR (line 140) | BPF_OR = 0x40 constant BPF_RELEASE (line 141) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 142) | BPF_RET = 0x6 constant BPF_RSH (line 143) | BPF_RSH = 0x70 constant BPF_ST (line 144) | BPF_ST = 0x2 constant BPF_STX (line 145) | BPF_STX = 0x3 constant BPF_SUB (line 146) | BPF_SUB = 0x10 constant BPF_TAX (line 147) | BPF_TAX = 0x0 constant BPF_TXA (line 148) | BPF_TXA = 0x80 constant BPF_W (line 149) | BPF_W = 0x0 constant BPF_X (line 150) | BPF_X = 0x8 constant BRKINT (line 151) | BRKINT = 0x2 constant CFLUSH (line 152) | CFLUSH = 0xf constant CLOCAL (line 153) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 154) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 155) | CLONE_FILES = 0x400 constant CLONE_FS (line 156) | CLONE_FS = 0x200 constant CLONE_PID (line 157) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 158) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 159) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 160) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 161) | CLONE_VM = 0x100 constant CPUSTATES (line 162) | CPUSTATES = 0x5 constant CP_IDLE (line 163) | CP_IDLE = 0x4 constant CP_INTR (line 164) | CP_INTR = 0x3 constant CP_NICE (line 165) | CP_NICE = 0x1 constant CP_SYS (line 166) | CP_SYS = 0x2 constant CP_USER (line 167) | CP_USER = 0x0 constant CREAD (line 168) | CREAD = 0x800 constant CRTSCTS (line 169) | CRTSCTS = 0x10000 constant CS5 (line 170) | CS5 = 0x0 constant CS6 (line 171) | CS6 = 0x100 constant CS7 (line 172) | CS7 = 0x200 constant CS8 (line 173) | CS8 = 0x300 constant CSIZE (line 174) | CSIZE = 0x300 constant CSTART (line 175) | CSTART = 0x11 constant CSTATUS (line 176) | CSTATUS = 0x14 constant CSTOP (line 177) | CSTOP = 0x13 constant CSTOPB (line 178) | CSTOPB = 0x400 constant CSUSP (line 179) | CSUSP = 0x1a constant CTL_HW (line 180) | CTL_HW = 0x6 constant CTL_KERN (line 181) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 182) | CTL_MAXNAME = 0xc constant CTL_NET (line 183) | CTL_NET = 0x4 constant CTL_QUERY (line 184) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 185) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 186) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 187) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 188) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 189) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 190) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 191) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 192) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 193) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 194) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 195) | DLT_AURORA = 0x7e constant DLT_AX25 (line 196) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 197) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 198) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 199) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 200) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 201) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 202) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 203) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 204) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 205) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 206) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 207) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 208) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 209) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 210) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 211) | DLT_EN3MB = 0x2 constant DLT_ENC (line 212) | DLT_ENC = 0x6d constant DLT_ERF (line 213) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 214) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 215) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 216) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 217) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 218) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 219) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 220) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 221) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 222) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 223) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 224) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 225) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 226) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 227) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 228) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 229) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 230) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 231) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 232) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 233) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 234) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 235) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 236) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 237) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 238) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 239) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 240) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 241) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 242) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 243) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 244) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 245) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 246) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 247) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 248) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 249) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 250) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 251) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 252) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 253) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 254) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 255) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 256) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 257) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 258) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 259) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 260) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 261) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 262) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 263) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 264) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 265) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 266) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 267) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 268) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 269) | DLT_LAPD = 0xcb constant DLT_LIN (line 270) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 271) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 272) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 273) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 274) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 275) | DLT_LOOP = 0x6c constant DLT_LTALK (line 276) | DLT_LTALK = 0x72 constant DLT_MFR (line 277) | DLT_MFR = 0xb6 constant DLT_MOST (line 278) | DLT_MOST = 0xd3 constant DLT_MPLS (line 279) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 280) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 281) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 282) | DLT_MTP3 = 0x8d constant DLT_NULL (line 283) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 284) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 285) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 286) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 287) | DLT_PPI = 0xc0 constant DLT_PPP (line 288) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 289) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 290) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 291) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 292) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 293) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 294) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 295) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 296) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 297) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 298) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 299) | DLT_RIO = 0x7c constant DLT_SCCP (line 300) | DLT_SCCP = 0x8e constant DLT_SITA (line 301) | DLT_SITA = 0xc4 constant DLT_SLIP (line 302) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 303) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 304) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 305) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 306) | DLT_TZSP = 0x80 constant DLT_USB (line 307) | DLT_USB = 0xba constant DLT_USB_LINUX (line 308) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 309) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 310) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 311) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 312) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 313) | DT_BLK = 0x6 constant DT_CHR (line 314) | DT_CHR = 0x2 constant DT_DIR (line 315) | DT_DIR = 0x4 constant DT_FIFO (line 316) | DT_FIFO = 0x1 constant DT_LNK (line 317) | DT_LNK = 0xa constant DT_REG (line 318) | DT_REG = 0x8 constant DT_SOCK (line 319) | DT_SOCK = 0xc constant DT_UNKNOWN (line 320) | DT_UNKNOWN = 0x0 constant DT_WHT (line 321) | DT_WHT = 0xe constant ECHO (line 322) | ECHO = 0x8 constant ECHOCTL (line 323) | ECHOCTL = 0x40 constant ECHOE (line 324) | ECHOE = 0x2 constant ECHOK (line 325) | ECHOK = 0x4 constant ECHOKE (line 326) | ECHOKE = 0x1 constant ECHONL (line 327) | ECHONL = 0x10 constant ECHOPRT (line 328) | ECHOPRT = 0x20 constant EMUL_LINUX (line 329) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 330) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 331) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 332) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 333) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 334) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 335) | ETHERMIN = 0x2e constant ETHERMTU (line 336) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 337) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 338) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 339) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 340) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 341) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 342) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 343) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 344) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 345) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 346) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 347) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 348) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 349) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 350) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 351) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 352) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 353) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 354) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 355) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 356) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 357) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 358) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 359) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 360) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 361) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 362) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 363) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 364) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 365) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 366) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 367) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 368) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 369) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 370) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 371) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 372) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 373) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 374) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 375) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 376) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 377) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 378) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 379) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 380) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 381) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 382) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 383) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 384) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 385) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 386) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 387) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 388) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 389) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 390) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 391) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 392) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 393) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 394) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 395) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 396) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 397) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 398) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 399) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 400) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 401) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 402) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 403) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 404) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 405) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 406) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 407) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 408) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 409) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 410) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 411) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 412) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 413) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 414) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 415) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 416) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 417) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 418) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 419) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 420) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 421) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 422) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 423) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 424) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 425) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 426) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 427) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 428) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 429) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 430) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 431) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 432) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 433) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 434) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 435) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 436) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 437) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 438) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 439) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 440) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 441) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 442) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 443) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 444) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 445) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 446) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 447) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 448) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 449) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 450) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 451) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 452) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 453) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 454) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 455) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 456) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 457) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 458) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 459) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 460) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 461) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 462) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 463) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 464) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 465) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 466) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 467) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 468) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 469) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 470) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 471) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 472) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 473) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 474) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 475) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 476) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 477) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 478) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 479) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 480) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 481) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 482) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 483) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 484) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 485) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 486) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 487) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 488) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 489) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 490) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 491) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 492) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 493) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 494) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 495) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 496) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 497) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 498) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 499) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 500) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 501) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 502) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 503) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 504) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 505) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 506) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 507) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 508) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 509) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 510) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 511) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 512) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 513) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 514) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 515) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 516) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 517) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 518) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 519) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 520) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 521) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 522) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 523) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 524) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 525) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 526) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 527) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 528) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 529) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 530) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 531) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 532) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 533) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 534) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 535) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 536) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 537) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 538) | EVFILT_WRITE = 0x1 constant EV_ADD (line 539) | EV_ADD = 0x1 constant EV_CLEAR (line 540) | EV_CLEAR = 0x20 constant EV_DELETE (line 541) | EV_DELETE = 0x2 constant EV_DISABLE (line 542) | EV_DISABLE = 0x8 constant EV_ENABLE (line 543) | EV_ENABLE = 0x4 constant EV_EOF (line 544) | EV_EOF = 0x8000 constant EV_ERROR (line 545) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 546) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 547) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 548) | EV_SYSFLAGS = 0xf000 constant EXTA (line 549) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 550) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 551) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 552) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 553) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 554) | EXTB = 0x9600 constant EXTPROC (line 555) | EXTPROC = 0x800 constant FD_CLOEXEC (line 556) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 557) | FD_SETSIZE = 0x100 constant FLUSHO (line 558) | FLUSHO = 0x800000 constant F_CLOSEM (line 559) | F_CLOSEM = 0xa constant F_DUPFD (line 560) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 561) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 562) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 563) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 564) | F_FSIN = 0x10000000 constant F_FSINOUT (line 565) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 566) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 567) | F_FSPRIV = 0x8000 constant F_FSVOID (line 568) | F_FSVOID = 0x40000000 constant F_GETFD (line 569) | F_GETFD = 0x1 constant F_GETFL (line 570) | F_GETFL = 0x3 constant F_GETLK (line 571) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 572) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 573) | F_GETOWN = 0x5 constant F_MAXFD (line 574) | F_MAXFD = 0xb constant F_OK (line 575) | F_OK = 0x0 constant F_PARAM_MASK (line 576) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 577) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 578) | F_RDLCK = 0x1 constant F_SETFD (line 579) | F_SETFD = 0x2 constant F_SETFL (line 580) | F_SETFL = 0x4 constant F_SETLK (line 581) | F_SETLK = 0x8 constant F_SETLKW (line 582) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 583) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 584) | F_SETOWN = 0x6 constant F_UNLCK (line 585) | F_UNLCK = 0x2 constant F_WRLCK (line 586) | F_WRLCK = 0x3 constant HUPCL (line 587) | HUPCL = 0x4000 constant HW_MACHINE (line 588) | HW_MACHINE = 0x1 constant ICANON (line 589) | ICANON = 0x100 constant ICMP6_FILTER (line 590) | ICMP6_FILTER = 0x12 constant ICRNL (line 591) | ICRNL = 0x100 constant IEXTEN (line 592) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 593) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 594) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 595) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 596) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 597) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 598) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 599) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 600) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 601) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 602) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 603) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 604) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 605) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 606) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 607) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 608) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 609) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 610) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 611) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 612) | IFF_UP = 0x1 constant IFNAMSIZ (line 613) | IFNAMSIZ = 0x10 constant IFT_1822 (line 614) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 615) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 616) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 617) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 618) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 619) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 620) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 621) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 622) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 623) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 624) | IFT_ASYNC = 0x54 constant IFT_ATM (line 625) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 626) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 627) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 628) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 629) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 630) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 631) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 632) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 633) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 634) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 635) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 636) | IFT_BSC = 0x53 constant IFT_CARP (line 637) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 638) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 639) | IFT_CEPT = 0x13 constant IFT_CES (line 640) | IFT_CES = 0x85 constant IFT_CHANNEL (line 641) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 642) | IFT_CNR = 0x55 constant IFT_COFFEE (line 643) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 644) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 645) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 646) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 647) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 648) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 649) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 650) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 651) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 652) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 653) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 654) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 655) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 656) | IFT_DS3 = 0x1e constant IFT_DTM (line 657) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 658) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 659) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 660) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 661) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 662) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 663) | IFT_ECONET = 0xce constant IFT_EON (line 664) | IFT_EON = 0x19 constant IFT_EPLRS (line 665) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 666) | IFT_ESCON = 0x49 constant IFT_ETHER (line 667) | IFT_ETHER = 0x6 constant IFT_FAITH (line 668) | IFT_FAITH = 0xf2 constant IFT_FAST (line 669) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 670) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 671) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 672) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 673) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 674) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 675) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 676) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 677) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 678) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 679) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 680) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 681) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 682) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 683) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 684) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 685) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 686) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 687) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 688) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 689) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 690) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 691) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 692) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 693) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 694) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 695) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 696) | IFT_HSSI = 0x2e constant IFT_HY (line 697) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 698) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 699) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 700) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 701) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 702) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 703) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 704) | IFT_IFGSN = 0x91 constant IFT_IMT (line 705) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 706) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 707) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 708) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 709) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 710) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 711) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 712) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 713) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 714) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 715) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 716) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 717) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 718) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 719) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 720) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 721) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 722) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 723) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 724) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 725) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 726) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 727) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 728) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 729) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 730) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 731) | IFT_LAPB = 0x10 constant IFT_LAPD (line 732) | IFT_LAPD = 0x4d constant IFT_LAPF (line 733) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 734) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 735) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 736) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 737) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 738) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 739) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 740) | IFT_MODEM = 0x30 constant IFT_MPC (line 741) | IFT_MPC = 0x71 constant IFT_MPLS (line 742) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 743) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 744) | IFT_MSDSL = 0x8f constant IFT_MVL (line 745) | IFT_MVL = 0xbf constant IFT_MYRINET (line 746) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 747) | IFT_NFAS = 0xaf constant IFT_NSIP (line 748) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 749) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 750) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 751) | IFT_OTHER = 0x1 constant IFT_P10 (line 752) | IFT_P10 = 0xc constant IFT_P80 (line 753) | IFT_P80 = 0xd constant IFT_PARA (line 754) | IFT_PARA = 0x22 constant IFT_PFLOG (line 755) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 756) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 757) | IFT_PLC = 0xae constant IFT_PON155 (line 758) | IFT_PON155 = 0xcf constant IFT_PON622 (line 759) | IFT_PON622 = 0xd0 constant IFT_POS (line 760) | IFT_POS = 0xab constant IFT_PPP (line 761) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 762) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 763) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 764) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 765) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 766) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 767) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 768) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 769) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 770) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 771) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 772) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 773) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 774) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 775) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 776) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 777) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 778) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 779) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 780) | IFT_RS232 = 0x21 constant IFT_RSRB (line 781) | IFT_RSRB = 0x4f constant IFT_SDLC (line 782) | IFT_SDLC = 0x11 constant IFT_SDSL (line 783) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 784) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 785) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 786) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 787) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 788) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 789) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 790) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 791) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 792) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 793) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 794) | IFT_SONETVT = 0x33 constant IFT_SRP (line 795) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 796) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 797) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 798) | IFT_STARLAN = 0xb constant IFT_STF (line 799) | IFT_STF = 0xd7 constant IFT_T1 (line 800) | IFT_T1 = 0x12 constant IFT_TDLC (line 801) | IFT_TDLC = 0x74 constant IFT_TELINK (line 802) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 803) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 804) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 805) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 806) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 807) | IFT_ULTRA = 0x1d constant IFT_USB (line 808) | IFT_USB = 0xa0 constant IFT_V11 (line 809) | IFT_V11 = 0x40 constant IFT_V35 (line 810) | IFT_V35 = 0x2d constant IFT_V36 (line 811) | IFT_V36 = 0x41 constant IFT_V37 (line 812) | IFT_V37 = 0x78 constant IFT_VDSL (line 813) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 814) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 815) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 816) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 817) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 818) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 819) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 820) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 821) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 822) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 823) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 824) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 825) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 826) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 827) | IFT_X213 = 0x5d constant IFT_X25 (line 828) | IFT_X25 = 0x5 constant IFT_X25DDN (line 829) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 830) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 831) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 832) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 833) | IFT_XETHER = 0x1a constant IGNBRK (line 834) | IGNBRK = 0x1 constant IGNCR (line 835) | IGNCR = 0x80 constant IGNPAR (line 836) | IGNPAR = 0x4 constant IMAXBEL (line 837) | IMAXBEL = 0x2000 constant INLCR (line 838) | INLCR = 0x40 constant INPCK (line 839) | INPCK = 0x10 constant IN_CLASSA_HOST (line 840) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 841) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 842) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 843) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 844) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 845) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 846) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 847) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 848) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 849) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 850) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 851) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 852) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 853) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 854) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 855) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 856) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 857) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 858) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 859) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 860) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 861) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 862) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 863) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 864) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 865) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 866) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 867) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 868) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 869) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 870) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 871) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 872) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 873) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 874) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 875) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 876) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 877) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 878) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 879) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 880) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 881) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 882) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 883) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 884) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 885) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 886) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 887) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 888) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 889) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 890) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 891) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 892) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 893) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 894) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 895) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 896) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 897) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 898) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 899) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 900) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 901) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 902) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 903) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 904) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 905) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 906) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 907) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 908) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 909) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 910) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 911) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 912) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 913) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 914) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 915) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 916) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 917) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 918) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 919) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 920) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 921) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 922) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 923) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 924) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 925) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 926) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 927) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 928) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 929) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 930) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 931) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 932) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 933) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 934) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 935) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 936) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 937) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 938) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 939) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 940) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 941) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 942) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 943) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 944) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 945) | IP_EF = 0x8000 constant IP_ERRORMTU (line 946) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 947) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 948) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 949) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 950) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 951) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 952) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 953) | IP_MINTTL = 0x18 constant IP_MSS (line 954) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 955) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 956) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 957) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 958) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 959) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 960) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 961) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 962) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 963) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 964) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 965) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 966) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 967) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 968) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 969) | IP_RETOPTS = 0x8 constant IP_RF (line 970) | IP_RF = 0x8000 constant IP_TOS (line 971) | IP_TOS = 0x3 constant IP_TTL (line 972) | IP_TTL = 0x4 constant ISIG (line 973) | ISIG = 0x80 constant ISTRIP (line 974) | ISTRIP = 0x20 constant IXANY (line 975) | IXANY = 0x800 constant IXOFF (line 976) | IXOFF = 0x400 constant IXON (line 977) | IXON = 0x200 constant KERN_HOSTNAME (line 978) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 979) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 980) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 981) | KERN_VERSION = 0x4 constant LOCK_EX (line 982) | LOCK_EX = 0x2 constant LOCK_NB (line 983) | LOCK_NB = 0x4 constant LOCK_SH (line 984) | LOCK_SH = 0x1 constant LOCK_UN (line 985) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 986) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 987) | MADV_FREE = 0x6 constant MADV_NORMAL (line 988) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 989) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 990) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 991) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 992) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 993) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 994) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 995) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 996) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 997) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 998) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 999) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1000) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1001) | MAP_ANON = 0x1000 constant MAP_FILE (line 1002) | MAP_FILE = 0x0 constant MAP_FIXED (line 1003) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1004) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1005) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1006) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1007) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1008) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1009) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1010) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1011) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1012) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1013) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1014) | MAP_SHARED = 0x1 constant MAP_STACK (line 1015) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1016) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1017) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1018) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1019) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1020) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1021) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1022) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1023) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1024) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1025) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1026) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1027) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1028) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1029) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1030) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1031) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1032) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1033) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1034) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1035) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1036) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1037) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1038) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1039) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1040) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1041) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1042) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1043) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1044) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1045) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1046) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1047) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1048) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1049) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1050) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1051) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1052) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1053) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1054) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1055) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1056) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1057) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1058) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1059) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1060) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1061) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1062) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1063) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1064) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1065) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1066) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1067) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1068) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1069) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1070) | MSG_OOB = 0x1 constant MSG_PEEK (line 1071) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1072) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1073) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1074) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1075) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1076) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1077) | MS_SYNC = 0x4 constant NAME_MAX (line 1078) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1079) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1080) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1081) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1082) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1083) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1084) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1085) | NFDBITS = 0x20 constant NOFLSH (line 1086) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1087) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1088) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1089) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1090) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1091) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1092) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1093) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1094) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1095) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1096) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1097) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1098) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1099) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1100) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1101) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1102) | NOTE_WRITE = 0x2 constant OCRNL (line 1103) | OCRNL = 0x10 constant OFIOGETBMAP (line 1104) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1105) | ONLCR = 0x2 constant ONLRET (line 1106) | ONLRET = 0x40 constant ONOCR (line 1107) | ONOCR = 0x20 constant ONOEOT (line 1108) | ONOEOT = 0x8 constant OPOST (line 1109) | OPOST = 0x1 constant O_ACCMODE (line 1110) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1111) | O_ALT_IO = 0x40000 constant O_APPEND (line 1112) | O_APPEND = 0x8 constant O_ASYNC (line 1113) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1114) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1115) | O_CREAT = 0x200 constant O_DIRECT (line 1116) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1117) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1118) | O_DSYNC = 0x10000 constant O_EXCL (line 1119) | O_EXCL = 0x800 constant O_EXLOCK (line 1120) | O_EXLOCK = 0x20 constant O_FSYNC (line 1121) | O_FSYNC = 0x80 constant O_NDELAY (line 1122) | O_NDELAY = 0x4 constant O_NOCTTY (line 1123) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1124) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1125) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1126) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1127) | O_RDONLY = 0x0 constant O_RDWR (line 1128) | O_RDWR = 0x2 constant O_RSYNC (line 1129) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1130) | O_SHLOCK = 0x10 constant O_SYNC (line 1131) | O_SYNC = 0x80 constant O_TRUNC (line 1132) | O_TRUNC = 0x400 constant O_WRONLY (line 1133) | O_WRONLY = 0x1 constant PARENB (line 1134) | PARENB = 0x1000 constant PARMRK (line 1135) | PARMRK = 0x8 constant PARODD (line 1136) | PARODD = 0x2000 constant PENDIN (line 1137) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1138) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1139) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1140) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1141) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1142) | PROT_EXEC = 0x4 constant PROT_NONE (line 1143) | PROT_NONE = 0x0 constant PROT_READ (line 1144) | PROT_READ = 0x1 constant PROT_WRITE (line 1145) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1146) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1147) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1148) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1149) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1150) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1151) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1152) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1153) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1154) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1155) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1156) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1157) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1158) | RTAX_BRD = 0x7 constant RTAX_DST (line 1159) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1160) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1161) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1162) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1163) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1164) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1165) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1166) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1167) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1168) | RTA_BRD = 0x80 constant RTA_DST (line 1169) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1170) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1171) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1172) | RTA_IFA = 0x20 constant RTA_IFP (line 1173) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1174) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1175) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1176) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1177) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1178) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1179) | RTF_CLONING = 0x100 constant RTF_DONE (line 1180) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1181) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1182) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1183) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1184) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1185) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1186) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1187) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1188) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1189) | RTF_REJECT = 0x8 constant RTF_SRC (line 1190) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1191) | RTF_STATIC = 0x800 constant RTF_UP (line 1192) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1193) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1194) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1195) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1196) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1197) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1198) | RTM_DELETE = 0x2 constant RTM_GET (line 1199) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1200) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1201) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1202) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1203) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1204) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1205) | RTM_LOSING = 0x5 constant RTM_MISS (line 1206) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1207) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1208) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1209) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1210) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1211) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1212) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1213) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1214) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1215) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1216) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1217) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1218) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1219) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1220) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1221) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1222) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1223) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1224) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1225) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1226) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1227) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1228) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1229) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1230) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1231) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1232) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1233) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1234) | SIOCADDRT = 0x8038720a constant SIOCAIFADDR (line 1235) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1236) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1237) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1238) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1239) | SIOCDELRT = 0x8038720b constant SIOCDIFADDR (line 1240) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1241) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1242) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1243) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETPFSYNC (line 1244) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1245) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1246) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGHIWAT (line 1247) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1248) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1249) | SIOCGIFADDRPREF = 0xc0986920 constant SIOCGIFALIAS (line 1250) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1251) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1252) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1253) | SIOCGIFCONF = 0xc0106926 constant SIOCGIFDATA (line 1254) | SIOCGIFDATA = 0xc0986985 constant SIOCGIFDLT (line 1255) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1256) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1257) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1258) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1259) | SIOCGIFMEDIA = 0xc0306936 constant SIOCGIFMETRIC (line 1260) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1261) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1262) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1263) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1264) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1265) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1266) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1267) | SIOCGLINKSTR = 0xc0286987 constant SIOCGLOWAT (line 1268) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1269) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1270) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1271) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1272) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1273) | SIOCIFGCLONERS = 0xc0106978 constant SIOCINITIFADDR (line 1274) | SIOCINITIFADDR = 0xc0706984 constant SIOCSDRVSPEC (line 1275) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETPFSYNC (line 1276) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1277) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1278) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1279) | SIOCSIFADDRPREF = 0x8098691f constant SIOCSIFBRDADDR (line 1280) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1281) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1282) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1283) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1284) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1285) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1286) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1287) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1288) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1289) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1290) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1291) | SIOCSLINKSTR = 0x80286988 constant SIOCSLOWAT (line 1292) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1293) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1294) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1295) | SIOCZIFDATA = 0xc0986986 constant SOCK_CLOEXEC (line 1296) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1297) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1298) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1299) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1300) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1301) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1302) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1303) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1304) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1305) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1306) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1307) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1308) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1309) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1310) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1311) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1312) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1313) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1314) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1315) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1316) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1317) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1318) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1319) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1320) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1321) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1322) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1323) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1324) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1325) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1326) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1327) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1328) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1329) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1330) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1331) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1332) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1333) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1334) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1335) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1336) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1337) | S_IEXEC = 0x40 constant S_IFBLK (line 1338) | S_IFBLK = 0x6000 constant S_IFCHR (line 1339) | S_IFCHR = 0x2000 constant S_IFDIR (line 1340) | S_IFDIR = 0x4000 constant S_IFIFO (line 1341) | S_IFIFO = 0x1000 constant S_IFLNK (line 1342) | S_IFLNK = 0xa000 constant S_IFMT (line 1343) | S_IFMT = 0xf000 constant S_IFREG (line 1344) | S_IFREG = 0x8000 constant S_IFSOCK (line 1345) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1346) | S_IFWHT = 0xe000 constant S_IREAD (line 1347) | S_IREAD = 0x100 constant S_IRGRP (line 1348) | S_IRGRP = 0x20 constant S_IROTH (line 1349) | S_IROTH = 0x4 constant S_IRUSR (line 1350) | S_IRUSR = 0x100 constant S_IRWXG (line 1351) | S_IRWXG = 0x38 constant S_IRWXO (line 1352) | S_IRWXO = 0x7 constant S_IRWXU (line 1353) | S_IRWXU = 0x1c0 constant S_ISGID (line 1354) | S_ISGID = 0x400 constant S_ISTXT (line 1355) | S_ISTXT = 0x200 constant S_ISUID (line 1356) | S_ISUID = 0x800 constant S_ISVTX (line 1357) | S_ISVTX = 0x200 constant S_IWGRP (line 1358) | S_IWGRP = 0x10 constant S_IWOTH (line 1359) | S_IWOTH = 0x2 constant S_IWRITE (line 1360) | S_IWRITE = 0x80 constant S_IWUSR (line 1361) | S_IWUSR = 0x80 constant S_IXGRP (line 1362) | S_IXGRP = 0x8 constant S_IXOTH (line 1363) | S_IXOTH = 0x1 constant S_IXUSR (line 1364) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1365) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1366) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1367) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1368) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1369) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1370) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1371) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1372) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1373) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1374) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1375) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1376) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1377) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1378) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1379) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1380) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1381) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1382) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1383) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1384) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1385) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1386) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1387) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1388) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1389) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1390) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1391) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1392) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1393) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1394) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1395) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1396) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1397) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1398) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1399) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1400) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1401) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1402) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1403) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1404) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1405) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1406) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1407) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1408) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1409) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1410) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1411) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1412) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1413) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1414) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1415) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1416) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1417) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1418) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1419) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1420) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1421) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1422) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1423) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1424) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1425) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1426) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1427) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1428) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1429) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1430) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1431) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1432) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1433) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1434) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1435) | TIOCRCVFRAME = 0x80087445 constant TIOCREMOTE (line 1436) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1437) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1438) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1439) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1440) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1441) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1442) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1443) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1444) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1445) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1446) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1447) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1448) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1449) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1450) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1451) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1452) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1453) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1454) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1455) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1456) | TIOCXMTFRAME = 0x80087444 constant TOSTOP (line 1457) | TOSTOP = 0x400000 constant VDISCARD (line 1458) | VDISCARD = 0xf constant VDSUSP (line 1459) | VDSUSP = 0xb constant VEOF (line 1460) | VEOF = 0x0 constant VEOL (line 1461) | VEOL = 0x1 constant VEOL2 (line 1462) | VEOL2 = 0x2 constant VERASE (line 1463) | VERASE = 0x3 constant VINTR (line 1464) | VINTR = 0x8 constant VKILL (line 1465) | VKILL = 0x5 constant VLNEXT (line 1466) | VLNEXT = 0xe constant VMIN (line 1467) | VMIN = 0x10 constant VQUIT (line 1468) | VQUIT = 0x9 constant VREPRINT (line 1469) | VREPRINT = 0x6 constant VSTART (line 1470) | VSTART = 0xc constant VSTATUS (line 1471) | VSTATUS = 0x12 constant VSTOP (line 1472) | VSTOP = 0xd constant VSUSP (line 1473) | VSUSP = 0xa constant VTIME (line 1474) | VTIME = 0x11 constant VWERASE (line 1475) | VWERASE = 0x4 constant WALL (line 1476) | WALL = 0x8 constant WALLSIG (line 1477) | WALLSIG = 0x8 constant WALTSIG (line 1478) | WALTSIG = 0x4 constant WCLONE (line 1479) | WCLONE = 0x4 constant WCOREFLAG (line 1480) | WCOREFLAG = 0x80 constant WNOHANG (line 1481) | WNOHANG = 0x1 constant WNOWAIT (line 1482) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1483) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1484) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1485) | WSTOPPED = 0x7f constant WUNTRACED (line 1486) | WUNTRACED = 0x2 constant E2BIG (line 1491) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1492) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1493) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1494) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1495) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1496) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1497) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1498) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1499) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1500) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1501) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1502) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1503) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1504) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1505) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1506) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1507) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1508) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1509) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1510) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1511) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1512) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1513) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1514) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1515) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1516) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1517) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1518) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1519) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1520) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1521) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1522) | EINVAL = syscall.Errno(0x16) constant EIO (line 1523) | EIO = syscall.Errno(0x5) constant EISCONN (line 1524) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1525) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1526) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1527) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1528) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1529) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1530) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1531) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1532) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1533) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1534) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1535) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1536) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1537) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1538) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1539) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1540) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1541) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1542) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1543) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1544) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1545) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1546) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1547) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1548) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1549) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1550) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1551) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1552) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1553) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1554) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1555) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1556) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1557) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1558) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1559) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1560) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1561) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1562) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1563) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1564) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1565) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1566) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1567) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1568) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1569) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1570) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1571) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1572) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1573) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1574) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1575) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1576) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1577) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1578) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1579) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1580) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1581) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1582) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1583) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1584) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1585) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1586) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1587) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1588) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1593) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1594) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1595) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1596) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1597) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1598) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1599) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1600) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1601) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1602) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1603) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1604) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1605) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1606) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1607) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1608) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1609) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1610) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1611) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1612) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1613) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1614) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1615) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1616) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1617) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1618) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1619) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1620) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1621) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1622) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1623) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1624) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1625) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc008427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x400c426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80084277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x800c426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc100445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xccc84404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xccc8441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc024445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0d04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0244416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1084460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc100445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc100445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xccc84407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xccc84406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0084454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0084419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0244457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc068445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0d04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc084444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0844450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc44c4443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc44c443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc44c4442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc44c4448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc44c443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc44c4441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc44c4444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc44c443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc44c4446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc44c4447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc44c443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc44c4440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc44c444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc44c4445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc44c444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc44c4449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0244459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0244414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc00c4451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc00c4452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc00c4453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x805c693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x805c6949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x805c6941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x805c693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x805c6942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x805c6948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc05c693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc03c6958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc028694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc05c6942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0186943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x805c6955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x805c693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x805c6954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x805c694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc024698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc024698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0386938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8024698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x400c745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc008427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80084277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc100445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcce04404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcce0441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc024445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0d04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0244416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1084460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc100445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc100445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcce04407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcce04406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0084454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0084419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0244457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc068445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0d04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc44c4443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc44c443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc44c4442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc44c4448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc44c443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc44c4441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc44c4444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc44c443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc44c4446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc44c4447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc44c443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc44c4440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc44c444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc44c4445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc44c444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc44c4449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0244459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0244414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc00c4451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc00c4452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc00c4453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80246987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc028694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0186943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0086924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc024698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc024698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0386938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8024698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xfffffff constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xfffff constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xfffffff constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xfffff constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1086) | MSG_WAITFORONE = 0x1000 constant MS_ASYNC (line 1087) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1088) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1089) | MS_SYNC = 0x2 constant NAME_MAX (line 1090) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1091) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1092) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1093) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1094) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1095) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1096) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1097) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1098) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1099) | NFDBITS = 0x20 constant NOFLSH (line 1100) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1101) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1102) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1103) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1104) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1105) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1106) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1107) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1108) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1109) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1110) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1111) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1112) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1113) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1114) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1115) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1116) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1117) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1118) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1119) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1120) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1121) | NOTE_WRITE = 0x2 constant OCRNL (line 1122) | OCRNL = 0x10 constant OLCUC (line 1123) | OLCUC = 0x20 constant ONLCR (line 1124) | ONLCR = 0x2 constant ONLRET (line 1125) | ONLRET = 0x80 constant ONOCR (line 1126) | ONOCR = 0x40 constant ONOEOT (line 1127) | ONOEOT = 0x8 constant OPOST (line 1128) | OPOST = 0x1 constant OXTABS (line 1129) | OXTABS = 0x4 constant O_ACCMODE (line 1130) | O_ACCMODE = 0x3 constant O_APPEND (line 1131) | O_APPEND = 0x8 constant O_ASYNC (line 1132) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1133) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1134) | O_CREAT = 0x200 constant O_DIRECTORY (line 1135) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1136) | O_DSYNC = 0x80 constant O_EXCL (line 1137) | O_EXCL = 0x800 constant O_EXLOCK (line 1138) | O_EXLOCK = 0x20 constant O_FSYNC (line 1139) | O_FSYNC = 0x80 constant O_NDELAY (line 1140) | O_NDELAY = 0x4 constant O_NOCTTY (line 1141) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1142) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1143) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1144) | O_RDONLY = 0x0 constant O_RDWR (line 1145) | O_RDWR = 0x2 constant O_RSYNC (line 1146) | O_RSYNC = 0x80 constant O_SHLOCK (line 1147) | O_SHLOCK = 0x10 constant O_SYNC (line 1148) | O_SYNC = 0x80 constant O_TRUNC (line 1149) | O_TRUNC = 0x400 constant O_WRONLY (line 1150) | O_WRONLY = 0x1 constant PARENB (line 1151) | PARENB = 0x1000 constant PARMRK (line 1152) | PARMRK = 0x8 constant PARODD (line 1153) | PARODD = 0x2000 constant PENDIN (line 1154) | PENDIN = 0x20000000 constant PF_FLUSH (line 1155) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1156) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1157) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1158) | PRIO_USER = 0x2 constant PROT_EXEC (line 1159) | PROT_EXEC = 0x4 constant PROT_NONE (line 1160) | PROT_NONE = 0x0 constant PROT_READ (line 1161) | PROT_READ = 0x1 constant PROT_WRITE (line 1162) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1163) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1164) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1165) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1166) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1167) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1168) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1169) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1170) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1171) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1172) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1173) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1174) | RTAX_BFD = 0xb constant RTAX_BRD (line 1175) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1176) | RTAX_DNS = 0xc constant RTAX_DST (line 1177) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1178) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1179) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1180) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1181) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1182) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1183) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1184) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1185) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1186) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1187) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1188) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1189) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1190) | RTA_BFD = 0x800 constant RTA_BRD (line 1191) | RTA_BRD = 0x80 constant RTA_DNS (line 1192) | RTA_DNS = 0x1000 constant RTA_DST (line 1193) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1194) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1195) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1196) | RTA_IFA = 0x20 constant RTA_IFP (line 1197) | RTA_IFP = 0x10 constant RTA_LABEL (line 1198) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1199) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1200) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1201) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1202) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1203) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1204) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1205) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1206) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1207) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1208) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1209) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1210) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1211) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1212) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1213) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1214) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1215) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1216) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1217) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1218) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1219) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1220) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1221) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1222) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1223) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1224) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1225) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1226) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1227) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1230) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1231) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_BFD (line 1233) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1234) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1235) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1236) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1237) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1238) | RTM_DESYNC = 0x10 constant RTM_GET (line 1239) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1240) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1241) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1242) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1243) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1244) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1245) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1246) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1247) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1248) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1249) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1250) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1251) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1252) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1253) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1254) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1255) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1256) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1257) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1258) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1259) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1260) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1261) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1262) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1263) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1264) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1265) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1266) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1267) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1268) | SEEK_CUR = 0x1 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_SET (line 1270) | SEEK_SET = 0x0 constant SHUT_RD (line 1271) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1272) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1273) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1274) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1275) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1276) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1277) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1278) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1279) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1280) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1281) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1282) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1283) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1284) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1285) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1286) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1287) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1288) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1289) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1290) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1291) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1292) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1293) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1294) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1295) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1296) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1297) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1298) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1299) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1300) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1301) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1302) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1303) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1304) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1305) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1306) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1307) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1308) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1309) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1310) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1311) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1312) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1313) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1314) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1315) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1316) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1317) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1318) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1319) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1320) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1321) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1322) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1323) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1324) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1325) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1326) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1327) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1328) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1329) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1330) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1331) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1332) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1333) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1334) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1335) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1336) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1337) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1338) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1339) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1340) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1341) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1342) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1343) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1344) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1345) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1346) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1347) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1348) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1349) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1350) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1351) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1352) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1353) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1354) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1355) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1356) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1357) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1358) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1359) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1360) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1361) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1362) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1363) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1364) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1365) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1366) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1367) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1368) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1369) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1370) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1371) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1372) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1373) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1374) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1375) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1376) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1377) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1378) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1379) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1380) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1381) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1382) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1383) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1384) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1385) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1386) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1387) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1388) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1389) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1390) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1391) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1392) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1393) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1394) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1395) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1396) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1397) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1398) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1399) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1400) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1401) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1402) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1403) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1404) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1405) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1406) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1407) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1408) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1409) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1410) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1411) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1412) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1413) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1414) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1415) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1416) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1417) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1418) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1419) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1420) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1421) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1422) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1423) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1424) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1425) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1426) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1427) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1428) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1429) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1430) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1431) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1432) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1433) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1434) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1435) | SO_LINGER = 0x80 constant SO_NETPROC (line 1436) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1437) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1438) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1439) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1440) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1441) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1442) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1443) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1444) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1445) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1446) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1447) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1448) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1449) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1450) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1451) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1452) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1453) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1454) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1455) | S_IEXEC = 0x40 constant S_IFBLK (line 1456) | S_IFBLK = 0x6000 constant S_IFCHR (line 1457) | S_IFCHR = 0x2000 constant S_IFDIR (line 1458) | S_IFDIR = 0x4000 constant S_IFIFO (line 1459) | S_IFIFO = 0x1000 constant S_IFLNK (line 1460) | S_IFLNK = 0xa000 constant S_IFMT (line 1461) | S_IFMT = 0xf000 constant S_IFREG (line 1462) | S_IFREG = 0x8000 constant S_IFSOCK (line 1463) | S_IFSOCK = 0xc000 constant S_IREAD (line 1464) | S_IREAD = 0x100 constant S_IRGRP (line 1465) | S_IRGRP = 0x20 constant S_IROTH (line 1466) | S_IROTH = 0x4 constant S_IRUSR (line 1467) | S_IRUSR = 0x100 constant S_IRWXG (line 1468) | S_IRWXG = 0x38 constant S_IRWXO (line 1469) | S_IRWXO = 0x7 constant S_IRWXU (line 1470) | S_IRWXU = 0x1c0 constant S_ISGID (line 1471) | S_ISGID = 0x400 constant S_ISTXT (line 1472) | S_ISTXT = 0x200 constant S_ISUID (line 1473) | S_ISUID = 0x800 constant S_ISVTX (line 1474) | S_ISVTX = 0x200 constant S_IWGRP (line 1475) | S_IWGRP = 0x10 constant S_IWOTH (line 1476) | S_IWOTH = 0x2 constant S_IWRITE (line 1477) | S_IWRITE = 0x80 constant S_IWUSR (line 1478) | S_IWUSR = 0x80 constant S_IXGRP (line 1479) | S_IXGRP = 0x8 constant S_IXOTH (line 1480) | S_IXOTH = 0x1 constant S_IXUSR (line 1481) | S_IXUSR = 0x40 constant TCIFLUSH (line 1482) | TCIFLUSH = 0x1 constant TCIOFF (line 1483) | TCIOFF = 0x3 constant TCIOFLUSH (line 1484) | TCIOFLUSH = 0x3 constant TCION (line 1485) | TCION = 0x4 constant TCOFLUSH (line 1486) | TCOFLUSH = 0x2 constant TCOOFF (line 1487) | TCOOFF = 0x1 constant TCOON (line 1488) | TCOON = 0x2 constant TCPOPT_EOL (line 1489) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1490) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1491) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1492) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1493) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1494) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1495) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1496) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1497) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1498) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1499) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1500) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1501) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1502) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1503) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1504) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1505) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1506) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1507) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1508) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1509) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1510) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1511) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1512) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1513) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1514) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1515) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1516) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1517) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1518) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1519) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1520) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1521) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1522) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1523) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1524) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1525) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1526) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1527) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1528) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1529) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1530) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1531) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1532) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1533) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1534) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1535) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1536) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1537) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1538) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1539) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1540) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1541) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1542) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1543) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1544) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1545) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1546) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1547) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1548) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1549) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1550) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1551) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1552) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1553) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1554) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1555) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1556) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1557) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1558) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1559) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1560) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1561) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1562) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1563) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1564) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1565) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1566) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1567) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1568) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1569) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1570) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1571) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1572) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1573) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1574) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1575) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1576) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1577) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1578) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1579) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1580) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1581) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1582) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1583) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1584) | TOSTOP = 0x400000 constant UTIME_NOW (line 1585) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1586) | UTIME_OMIT = -0x1 constant VDISCARD (line 1587) | VDISCARD = 0xf constant VDSUSP (line 1588) | VDSUSP = 0xb constant VEOF (line 1589) | VEOF = 0x0 constant VEOL (line 1590) | VEOL = 0x1 constant VEOL2 (line 1591) | VEOL2 = 0x2 constant VERASE (line 1592) | VERASE = 0x3 constant VINTR (line 1593) | VINTR = 0x8 constant VKILL (line 1594) | VKILL = 0x5 constant VLNEXT (line 1595) | VLNEXT = 0xe constant VMIN (line 1596) | VMIN = 0x10 constant VM_ANONMIN (line 1597) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1598) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1599) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1600) | VM_MAXID = 0xd constant VM_MAXSLP (line 1601) | VM_MAXSLP = 0xa constant VM_METER (line 1602) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1603) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1604) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1605) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1606) | VM_USPACE = 0xb constant VM_UVMEXP (line 1607) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1608) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1609) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1610) | VQUIT = 0x9 constant VREPRINT (line 1611) | VREPRINT = 0x6 constant VSTART (line 1612) | VSTART = 0xc constant VSTATUS (line 1613) | VSTATUS = 0x12 constant VSTOP (line 1614) | VSTOP = 0xd constant VSUSP (line 1615) | VSUSP = 0xa constant VTIME (line 1616) | VTIME = 0x11 constant VWERASE (line 1617) | VWERASE = 0x4 constant WALTSIG (line 1618) | WALTSIG = 0x4 constant WCONTINUED (line 1619) | WCONTINUED = 0x8 constant WCOREFLAG (line 1620) | WCOREFLAG = 0x80 constant WNOHANG (line 1621) | WNOHANG = 0x1 constant WUNTRACED (line 1622) | WUNTRACED = 0x2 constant XCASE (line 1623) | XCASE = 0x1000000 constant E2BIG (line 1628) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1629) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1630) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1631) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1632) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1633) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1634) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1635) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1636) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1637) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1638) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1639) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1640) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1641) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1642) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1643) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1644) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1645) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1646) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1647) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1648) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1649) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1650) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1651) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1652) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1653) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1654) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1655) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1656) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1657) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1658) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1659) | EINVAL = syscall.Errno(0x16) constant EIO (line 1660) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1661) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1662) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1663) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1664) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1665) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1666) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1667) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1668) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1669) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1670) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1671) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1672) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1673) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1674) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1675) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1676) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1677) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1678) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1679) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1680) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1681) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1682) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1683) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1684) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1685) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1686) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1687) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1688) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1689) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1690) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1691) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1692) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1693) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1694) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1695) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1696) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1697) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1698) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1699) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1700) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1701) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1702) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1703) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1704) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1705) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1706) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1707) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1708) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1709) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1710) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1711) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1712) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1713) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1714) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1715) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1716) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1717) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1718) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1719) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1720) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1721) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1722) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1723) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1724) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1729) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1730) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1731) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1732) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1733) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1734) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1735) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1736) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1737) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1738) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1739) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1740) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1741) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1742) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1743) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1744) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1745) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1746) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1747) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1748) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1749) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1750) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1751) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1752) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1753) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1754) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1755) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1756) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1757) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1758) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1759) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1760) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1761) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go constant AF_APPLETALK (line 15) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x20 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_CNT (line 19) | AF_CNT = 0x15 constant AF_COIP (line 20) | AF_COIP = 0x14 constant AF_DATAKIT (line 21) | AF_DATAKIT = 0x9 constant AF_DECnet (line 22) | AF_DECnet = 0xc constant AF_DLI (line 23) | AF_DLI = 0xd constant AF_E164 (line 24) | AF_E164 = 0x1a constant AF_ECMA (line 25) | AF_ECMA = 0x8 constant AF_ENCAP (line 26) | AF_ENCAP = 0x1c constant AF_HYLINK (line 27) | AF_HYLINK = 0xf constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x18 constant AF_IPX (line 31) | AF_IPX = 0x17 constant AF_ISDN (line 32) | AF_ISDN = 0x1a constant AF_ISO (line 33) | AF_ISO = 0x7 constant AF_KEY (line 34) | AF_KEY = 0x1e constant AF_LAT (line 35) | AF_LAT = 0xe constant AF_LINK (line 36) | AF_LINK = 0x12 constant AF_LOCAL (line 37) | AF_LOCAL = 0x1 constant AF_MAX (line 38) | AF_MAX = 0x24 constant AF_MPLS (line 39) | AF_MPLS = 0x21 constant AF_NATM (line 40) | AF_NATM = 0x1b constant AF_NS (line 41) | AF_NS = 0x6 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x1d constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant ALTWERASE (line 49) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 50) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 51) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 52) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 53) | ARPHRD_IEEE802 = 0x6 constant B0 (line 54) | B0 = 0x0 constant B110 (line 55) | B110 = 0x6e constant B115200 (line 56) | B115200 = 0x1c200 constant B1200 (line 57) | B1200 = 0x4b0 constant B134 (line 58) | B134 = 0x86 constant B14400 (line 59) | B14400 = 0x3840 constant B150 (line 60) | B150 = 0x96 constant B1800 (line 61) | B1800 = 0x708 constant B19200 (line 62) | B19200 = 0x4b00 constant B200 (line 63) | B200 = 0xc8 constant B230400 (line 64) | B230400 = 0x38400 constant B2400 (line 65) | B2400 = 0x960 constant B28800 (line 66) | B28800 = 0x7080 constant B300 (line 67) | B300 = 0x12c constant B38400 (line 68) | B38400 = 0x9600 constant B4800 (line 69) | B4800 = 0x12c0 constant B50 (line 70) | B50 = 0x32 constant B57600 (line 71) | B57600 = 0xe100 constant B600 (line 72) | B600 = 0x258 constant B7200 (line 73) | B7200 = 0x1c20 constant B75 (line 74) | B75 = 0x4b constant B76800 (line 75) | B76800 = 0x12c00 constant B9600 (line 76) | B9600 = 0x2580 constant BIOCFLUSH (line 77) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 78) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 79) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 80) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 81) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 82) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 83) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 84) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 85) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 86) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 87) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 88) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 89) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 90) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 91) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 92) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 93) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 94) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 95) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 96) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 97) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 99) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 100) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 101) | BIOCVERSION = 0x40044271 constant BPF_A (line 102) | BPF_A = 0x10 constant BPF_ABS (line 103) | BPF_ABS = 0x20 constant BPF_ADD (line 104) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 105) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 106) | BPF_ALU = 0x4 constant BPF_AND (line 107) | BPF_AND = 0x50 constant BPF_B (line 108) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 109) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 110) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 111) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 112) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 113) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 114) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 115) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 116) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 117) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 118) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 119) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 120) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 121) | BPF_H = 0x8 constant BPF_IMM (line 122) | BPF_IMM = 0x0 constant BPF_IND (line 123) | BPF_IND = 0x40 constant BPF_JA (line 124) | BPF_JA = 0x0 constant BPF_JEQ (line 125) | BPF_JEQ = 0x10 constant BPF_JGE (line 126) | BPF_JGE = 0x30 constant BPF_JGT (line 127) | BPF_JGT = 0x20 constant BPF_JMP (line 128) | BPF_JMP = 0x5 constant BPF_JSET (line 129) | BPF_JSET = 0x40 constant BPF_K (line 130) | BPF_K = 0x0 constant BPF_LD (line 131) | BPF_LD = 0x0 constant BPF_LDX (line 132) | BPF_LDX = 0x1 constant BPF_LEN (line 133) | BPF_LEN = 0x80 constant BPF_LSH (line 134) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 135) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 136) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 137) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 138) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 139) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 140) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 141) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 142) | BPF_MISC = 0x7 constant BPF_MSH (line 143) | BPF_MSH = 0xa0 constant BPF_MUL (line 144) | BPF_MUL = 0x20 constant BPF_NEG (line 145) | BPF_NEG = 0x80 constant BPF_OR (line 146) | BPF_OR = 0x40 constant BPF_RELEASE (line 147) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 148) | BPF_RET = 0x6 constant BPF_RND (line 149) | BPF_RND = 0xc0 constant BPF_RSH (line 150) | BPF_RSH = 0x70 constant BPF_ST (line 151) | BPF_ST = 0x2 constant BPF_STX (line 152) | BPF_STX = 0x3 constant BPF_SUB (line 153) | BPF_SUB = 0x10 constant BPF_TAX (line 154) | BPF_TAX = 0x0 constant BPF_TXA (line 155) | BPF_TXA = 0x80 constant BPF_W (line 156) | BPF_W = 0x0 constant BPF_X (line 157) | BPF_X = 0x8 constant BRKINT (line 158) | BRKINT = 0x2 constant CFLUSH (line 159) | CFLUSH = 0xf constant CLOCAL (line 160) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 161) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 162) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 163) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 164) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 165) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 166) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 167) | CPUSTATES = 0x6 constant CP_IDLE (line 168) | CP_IDLE = 0x5 constant CP_INTR (line 169) | CP_INTR = 0x4 constant CP_NICE (line 170) | CP_NICE = 0x1 constant CP_SPIN (line 171) | CP_SPIN = 0x3 constant CP_SYS (line 172) | CP_SYS = 0x2 constant CP_USER (line 173) | CP_USER = 0x0 constant CREAD (line 174) | CREAD = 0x800 constant CRTSCTS (line 175) | CRTSCTS = 0x10000 constant CS5 (line 176) | CS5 = 0x0 constant CS6 (line 177) | CS6 = 0x100 constant CS7 (line 178) | CS7 = 0x200 constant CS8 (line 179) | CS8 = 0x300 constant CSIZE (line 180) | CSIZE = 0x300 constant CSTART (line 181) | CSTART = 0x11 constant CSTATUS (line 182) | CSTATUS = 0xff constant CSTOP (line 183) | CSTOP = 0x13 constant CSTOPB (line 184) | CSTOPB = 0x400 constant CSUSP (line 185) | CSUSP = 0x1a constant CTL_HW (line 186) | CTL_HW = 0x6 constant CTL_KERN (line 187) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 188) | CTL_MAXNAME = 0xc constant CTL_NET (line 189) | CTL_NET = 0x4 constant DIOCADDQUEUE (line 190) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 191) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 192) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 193) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 194) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 195) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 196) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 197) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 198) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 199) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 200) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 201) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 202) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 203) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 204) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 205) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 206) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 207) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 208) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 209) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 210) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 211) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 212) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 213) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 214) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 215) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 216) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 217) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 218) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 219) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 220) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 221) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 222) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 223) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 224) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 225) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 226) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 227) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 228) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 229) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 230) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 231) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 232) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 233) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 234) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 235) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 236) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 237) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 238) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 239) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 240) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 241) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 242) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 243) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 244) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 245) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 246) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 247) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 248) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 249) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 250) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 251) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 252) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 253) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 254) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 255) | DLT_EN3MB = 0x2 constant DLT_ENC (line 256) | DLT_ENC = 0xd constant DLT_FDDI (line 257) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 258) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 259) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 260) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 261) | DLT_LOOP = 0xc constant DLT_MPLS (line 262) | DLT_MPLS = 0xdb constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 264) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 265) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 266) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 267) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 268) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 269) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 270) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xe constant DLT_SLIP (line 273) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 274) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 275) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 276) | DLT_USER0 = 0x93 constant DLT_USER1 (line 277) | DLT_USER1 = 0x94 constant DLT_USER10 (line 278) | DLT_USER10 = 0x9d constant DLT_USER11 (line 279) | DLT_USER11 = 0x9e constant DLT_USER12 (line 280) | DLT_USER12 = 0x9f constant DLT_USER13 (line 281) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 282) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 283) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 284) | DLT_USER2 = 0x95 constant DLT_USER3 (line 285) | DLT_USER3 = 0x96 constant DLT_USER4 (line 286) | DLT_USER4 = 0x97 constant DLT_USER5 (line 287) | DLT_USER5 = 0x98 constant DLT_USER6 (line 288) | DLT_USER6 = 0x99 constant DLT_USER7 (line 289) | DLT_USER7 = 0x9a constant DLT_USER8 (line 290) | DLT_USER8 = 0x9b constant DLT_USER9 (line 291) | DLT_USER9 = 0x9c constant DT_BLK (line 292) | DT_BLK = 0x6 constant DT_CHR (line 293) | DT_CHR = 0x2 constant DT_DIR (line 294) | DT_DIR = 0x4 constant DT_FIFO (line 295) | DT_FIFO = 0x1 constant DT_LNK (line 296) | DT_LNK = 0xa constant DT_REG (line 297) | DT_REG = 0x8 constant DT_SOCK (line 298) | DT_SOCK = 0xc constant DT_UNKNOWN (line 299) | DT_UNKNOWN = 0x0 constant ECHO (line 300) | ECHO = 0x8 constant ECHOCTL (line 301) | ECHOCTL = 0x40 constant ECHOE (line 302) | ECHOE = 0x2 constant ECHOK (line 303) | ECHOK = 0x4 constant ECHOKE (line 304) | ECHOKE = 0x1 constant ECHONL (line 305) | ECHONL = 0x10 constant ECHOPRT (line 306) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 307) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 308) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 309) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 310) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 311) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 312) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 313) | ETHERMIN = 0x2e constant ETHERMTU (line 314) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 315) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 316) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 317) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 318) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 319) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 320) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 321) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 322) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 323) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 324) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 325) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 326) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 327) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 328) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 329) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 330) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 331) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 332) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 333) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 334) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 335) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 336) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 337) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 338) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 339) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 340) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 341) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 342) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 343) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 344) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 345) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 346) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 347) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 348) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 349) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 350) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 351) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 352) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 353) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 354) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 355) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 356) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 357) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 358) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 359) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 360) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 361) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 362) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 363) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 364) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 365) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 366) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 367) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 368) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 369) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 370) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 371) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 372) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 373) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 374) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 375) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 376) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 377) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 378) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 379) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 380) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 381) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 382) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 383) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 384) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 385) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 386) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 387) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 388) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 389) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 390) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 391) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 392) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 393) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 394) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 395) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 396) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 397) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 398) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 399) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 400) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 401) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 402) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 403) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 404) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 405) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 406) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 407) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 408) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 409) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 410) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 411) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 412) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 413) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 414) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 415) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 416) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 417) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 418) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 419) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 420) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 421) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 422) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 423) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 424) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 425) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 426) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 427) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 428) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 429) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 430) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 431) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 432) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 433) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 434) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 435) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 436) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 437) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 438) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 439) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 440) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 441) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 442) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 443) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 444) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 445) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 446) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 447) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 448) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 449) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 450) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 451) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 452) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 453) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 454) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 455) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 456) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 457) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 458) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 459) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 460) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 461) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 462) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 463) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 464) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 465) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 466) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 467) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 468) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 469) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 470) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 471) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 472) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 473) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 474) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 475) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 476) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 477) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 478) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 479) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 480) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 481) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 482) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 483) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 484) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 485) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 486) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 487) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 488) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 489) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 490) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 491) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 492) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 493) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 494) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 495) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 496) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 497) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 498) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 499) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 500) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 501) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 502) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 503) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 504) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 505) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 506) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 507) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 508) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 509) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 510) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 511) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 512) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 513) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 514) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 515) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 516) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 517) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 518) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 519) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 520) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 521) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 522) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 523) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 524) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 525) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 526) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 527) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 528) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 529) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 530) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 531) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 532) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 533) | EV_ADD = 0x1 constant EV_CLEAR (line 534) | EV_CLEAR = 0x20 constant EV_DELETE (line 535) | EV_DELETE = 0x2 constant EV_DISABLE (line 536) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 537) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 538) | EV_ENABLE = 0x4 constant EV_EOF (line 539) | EV_EOF = 0x8000 constant EV_ERROR (line 540) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 541) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 542) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 543) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 544) | EV_SYSFLAGS = 0xf800 constant EXTA (line 545) | EXTA = 0x4b00 constant EXTB (line 546) | EXTB = 0x9600 constant EXTPROC (line 547) | EXTPROC = 0x800 constant FD_CLOEXEC (line 548) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 549) | FD_SETSIZE = 0x400 constant FLUSHO (line 550) | FLUSHO = 0x800000 constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 553) | F_GETFD = 0x1 constant F_GETFL (line 554) | F_GETFL = 0x3 constant F_GETLK (line 555) | F_GETLK = 0x7 constant F_GETOWN (line 556) | F_GETOWN = 0x5 constant F_ISATTY (line 557) | F_ISATTY = 0xb constant F_OK (line 558) | F_OK = 0x0 constant F_RDLCK (line 559) | F_RDLCK = 0x1 constant F_SETFD (line 560) | F_SETFD = 0x2 constant F_SETFL (line 561) | F_SETFL = 0x4 constant F_SETLK (line 562) | F_SETLK = 0x8 constant F_SETLKW (line 563) | F_SETLKW = 0x9 constant F_SETOWN (line 564) | F_SETOWN = 0x6 constant F_UNLCK (line 565) | F_UNLCK = 0x2 constant F_WRLCK (line 566) | F_WRLCK = 0x3 constant HUPCL (line 567) | HUPCL = 0x4000 constant HW_MACHINE (line 568) | HW_MACHINE = 0x1 constant ICANON (line 569) | ICANON = 0x100 constant ICMP6_FILTER (line 570) | ICMP6_FILTER = 0x12 constant ICRNL (line 571) | ICRNL = 0x100 constant IEXTEN (line 572) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 573) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 574) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 575) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 576) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 577) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 578) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 579) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 580) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 581) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 582) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 583) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 584) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 585) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 586) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 587) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 588) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 589) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 590) | IFF_STATICARP = 0x20 constant IFF_UP (line 591) | IFF_UP = 0x1 constant IFNAMSIZ (line 592) | IFNAMSIZ = 0x10 constant IFT_1822 (line 593) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 594) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 595) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 596) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 597) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 598) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 599) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 600) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 601) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 602) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 603) | IFT_ASYNC = 0x54 constant IFT_ATM (line 604) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 605) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 606) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 607) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 608) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 609) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 610) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 611) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 612) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 613) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 614) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 615) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 616) | IFT_BSC = 0x53 constant IFT_CARP (line 617) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 618) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 619) | IFT_CEPT = 0x13 constant IFT_CES (line 620) | IFT_CES = 0x85 constant IFT_CHANNEL (line 621) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 622) | IFT_CNR = 0x55 constant IFT_COFFEE (line 623) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 624) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 625) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 626) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 627) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 628) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 629) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 630) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 631) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 632) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 633) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 634) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 635) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 636) | IFT_DS3 = 0x1e constant IFT_DTM (line 637) | IFT_DTM = 0x8c constant IFT_DUMMY (line 638) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 639) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 640) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 641) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 642) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 643) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 644) | IFT_ECONET = 0xce constant IFT_ENC (line 645) | IFT_ENC = 0xf4 constant IFT_EON (line 646) | IFT_EON = 0x19 constant IFT_EPLRS (line 647) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 648) | IFT_ESCON = 0x49 constant IFT_ETHER (line 649) | IFT_ETHER = 0x6 constant IFT_FAITH (line 650) | IFT_FAITH = 0xf3 constant IFT_FAST (line 651) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 652) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 653) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 654) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 655) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 656) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 657) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 658) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 659) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 660) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 661) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 662) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 663) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 664) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 665) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 666) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 667) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 668) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 669) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 670) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 671) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 672) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 673) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 674) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 675) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 676) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 677) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 678) | IFT_HSSI = 0x2e constant IFT_HY (line 679) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 680) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 681) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 682) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 683) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 684) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 685) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 686) | IFT_IFGSN = 0x91 constant IFT_IMT (line 687) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 688) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 689) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 690) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 691) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 692) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 693) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 694) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 695) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 696) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 697) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 698) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 699) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 700) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 701) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 702) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 703) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 704) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 705) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 706) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 707) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 708) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 709) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 710) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 711) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 712) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 713) | IFT_LAPB = 0x10 constant IFT_LAPD (line 714) | IFT_LAPD = 0x4d constant IFT_LAPF (line 715) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 716) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 717) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 718) | IFT_LOOP = 0x18 constant IFT_MBIM (line 719) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 720) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 721) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 722) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 723) | IFT_MODEM = 0x30 constant IFT_MPC (line 724) | IFT_MPC = 0x71 constant IFT_MPLS (line 725) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 726) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 727) | IFT_MSDSL = 0x8f constant IFT_MVL (line 728) | IFT_MVL = 0xbf constant IFT_MYRINET (line 729) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 730) | IFT_NFAS = 0xaf constant IFT_NSIP (line 731) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 732) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 733) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 734) | IFT_OTHER = 0x1 constant IFT_P10 (line 735) | IFT_P10 = 0xc constant IFT_P80 (line 736) | IFT_P80 = 0xd constant IFT_PARA (line 737) | IFT_PARA = 0x22 constant IFT_PFLOG (line 738) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 739) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 740) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 741) | IFT_PLC = 0xae constant IFT_PON155 (line 742) | IFT_PON155 = 0xcf constant IFT_PON622 (line 743) | IFT_PON622 = 0xd0 constant IFT_POS (line 744) | IFT_POS = 0xab constant IFT_PPP (line 745) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 746) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 747) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 748) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 749) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 750) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 751) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 752) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 753) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 754) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 755) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 756) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 757) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 758) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 759) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 760) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 761) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 762) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 763) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 764) | IFT_RS232 = 0x21 constant IFT_RSRB (line 765) | IFT_RSRB = 0x4f constant IFT_SDLC (line 766) | IFT_SDLC = 0x11 constant IFT_SDSL (line 767) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 768) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 769) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 770) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 771) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 772) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 773) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 774) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 775) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 776) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 777) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 778) | IFT_SONETVT = 0x33 constant IFT_SRP (line 779) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 780) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 781) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 782) | IFT_STARLAN = 0xb constant IFT_T1 (line 783) | IFT_T1 = 0x12 constant IFT_TDLC (line 784) | IFT_TDLC = 0x74 constant IFT_TELINK (line 785) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 786) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 787) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 788) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 789) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 790) | IFT_ULTRA = 0x1d constant IFT_USB (line 791) | IFT_USB = 0xa0 constant IFT_V11 (line 792) | IFT_V11 = 0x40 constant IFT_V35 (line 793) | IFT_V35 = 0x2d constant IFT_V36 (line 794) | IFT_V36 = 0x41 constant IFT_V37 (line 795) | IFT_V37 = 0x78 constant IFT_VDSL (line 796) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 797) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 798) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 799) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 800) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 801) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 802) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 803) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 804) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 805) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 806) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 807) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 808) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 809) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 810) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 811) | IFT_X213 = 0x5d constant IFT_X25 (line 812) | IFT_X25 = 0x5 constant IFT_X25DDN (line 813) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 814) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 815) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 816) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 817) | IFT_XETHER = 0x1a constant IGNBRK (line 818) | IGNBRK = 0x1 constant IGNCR (line 819) | IGNCR = 0x80 constant IGNPAR (line 820) | IGNPAR = 0x4 constant IMAXBEL (line 821) | IMAXBEL = 0x2000 constant INLCR (line 822) | INLCR = 0x40 constant INPCK (line 823) | INPCK = 0x10 constant IN_CLASSA_HOST (line 824) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 825) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 826) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 827) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 828) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 829) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 830) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 831) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 832) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 833) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 834) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 835) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 836) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 837) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 838) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 839) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 840) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 841) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 842) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 843) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 844) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 845) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 846) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 847) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 848) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 849) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 850) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 851) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 852) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 853) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 854) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 855) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 856) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 857) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 858) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 859) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 860) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 861) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 862) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 863) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 864) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 865) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 866) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 867) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 868) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 869) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 870) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 871) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 872) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 873) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 874) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 875) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 876) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 877) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 878) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 879) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 880) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 881) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 882) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 883) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 884) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 885) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 886) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 887) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 888) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 889) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 890) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 891) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 892) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 893) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 894) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 895) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 896) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 897) | IPV6_HOPOPTS = 0x31 constant IPV6_IPCOMP_LEVEL (line 898) | IPV6_IPCOMP_LEVEL = 0x3c constant IPV6_JOIN_GROUP (line 899) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 900) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 901) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 902) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHOPCOUNT (line 903) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 904) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 905) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 906) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 907) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 908) | IPV6_NEXTHOP = 0x30 constant IPV6_OPTIONS (line 909) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 910) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 911) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 912) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 913) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 914) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 915) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 916) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 917) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 918) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 919) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 920) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 921) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 922) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 925) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 926) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 927) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 928) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 929) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 930) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 931) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 932) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 933) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 934) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 935) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 936) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 937) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 938) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 939) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 940) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 941) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 942) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 943) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 944) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 945) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 947) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 948) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 949) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 950) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 951) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 952) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 953) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 954) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 955) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 956) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 957) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 958) | IP_MF = 0x2000 constant IP_MINTTL (line 959) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 960) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 961) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 962) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 963) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 964) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 966) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 967) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 968) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 969) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 970) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 971) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 972) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 973) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 974) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 977) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 978) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 979) | IP_RETOPTS = 0x8 constant IP_RF (line 980) | IP_RF = 0x8000 constant IP_RTABLE (line 981) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 982) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 983) | IP_TOS = 0x3 constant IP_TTL (line 984) | IP_TTL = 0x4 constant ISIG (line 985) | ISIG = 0x80 constant ISTRIP (line 986) | ISTRIP = 0x20 constant ITIMER_PROF (line 987) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 988) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 989) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 990) | IUCLC = 0x1000 constant IXANY (line 991) | IXANY = 0x800 constant IXOFF (line 992) | IXOFF = 0x400 constant IXON (line 993) | IXON = 0x200 constant KERN_HOSTNAME (line 994) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 995) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 996) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 997) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 998) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 999) | LOCK_EX = 0x2 constant LOCK_NB (line 1000) | LOCK_NB = 0x4 constant LOCK_SH (line 1001) | LOCK_SH = 0x1 constant LOCK_UN (line 1002) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1003) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1004) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1005) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1006) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1007) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1008) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1009) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1011) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1012) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1013) | MAP_COPY = 0x2 constant MAP_FILE (line 1014) | MAP_FILE = 0x0 constant MAP_FIXED (line 1015) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1016) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1017) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1018) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1019) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1020) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1021) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1022) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1023) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1024) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1025) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1026) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1027) | MAP_SHARED = 0x1 constant MAP_STACK (line 1028) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1029) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1030) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1031) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1032) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1033) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1034) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1035) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1036) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1037) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1039) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1040) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1041) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1042) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1043) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1044) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1045) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1046) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1047) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1048) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1049) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1050) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1051) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1052) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1053) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1054) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1055) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1056) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1057) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1058) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1059) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1060) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1061) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1062) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1063) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1064) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1065) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1066) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1067) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1068) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1069) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1070) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1071) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1072) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1073) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1074) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1075) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1076) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1077) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1078) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1079) | MSG_EOR = 0x8 constant MSG_MCAST (line 1080) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1081) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1082) | MSG_OOB = 0x1 constant MSG_PEEK (line 1083) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1084) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1085) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1086) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1087) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1088) | MS_SYNC = 0x2 constant NAME_MAX (line 1089) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1090) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1091) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1092) | NET_RT_IFLIST = 0x3 constant NET_RT_IFNAMES (line 1093) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1094) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1095) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1096) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1097) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1098) | NFDBITS = 0x20 constant NOFLSH (line 1099) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1100) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1101) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1102) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1103) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1104) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1105) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1106) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1107) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1108) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1109) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1110) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1111) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1112) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1113) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1114) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1115) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1116) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1117) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1118) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1119) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1120) | NOTE_WRITE = 0x2 constant OCRNL (line 1121) | OCRNL = 0x10 constant OLCUC (line 1122) | OLCUC = 0x20 constant ONLCR (line 1123) | ONLCR = 0x2 constant ONLRET (line 1124) | ONLRET = 0x80 constant ONOCR (line 1125) | ONOCR = 0x40 constant ONOEOT (line 1126) | ONOEOT = 0x8 constant OPOST (line 1127) | OPOST = 0x1 constant OXTABS (line 1128) | OXTABS = 0x4 constant O_ACCMODE (line 1129) | O_ACCMODE = 0x3 constant O_APPEND (line 1130) | O_APPEND = 0x8 constant O_ASYNC (line 1131) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1132) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1133) | O_CREAT = 0x200 constant O_DIRECTORY (line 1134) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1135) | O_DSYNC = 0x80 constant O_EXCL (line 1136) | O_EXCL = 0x800 constant O_EXLOCK (line 1137) | O_EXLOCK = 0x20 constant O_FSYNC (line 1138) | O_FSYNC = 0x80 constant O_NDELAY (line 1139) | O_NDELAY = 0x4 constant O_NOCTTY (line 1140) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1141) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1142) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1143) | O_RDONLY = 0x0 constant O_RDWR (line 1144) | O_RDWR = 0x2 constant O_RSYNC (line 1145) | O_RSYNC = 0x80 constant O_SHLOCK (line 1146) | O_SHLOCK = 0x10 constant O_SYNC (line 1147) | O_SYNC = 0x80 constant O_TRUNC (line 1148) | O_TRUNC = 0x400 constant O_WRONLY (line 1149) | O_WRONLY = 0x1 constant PARENB (line 1150) | PARENB = 0x1000 constant PARMRK (line 1151) | PARMRK = 0x8 constant PARODD (line 1152) | PARODD = 0x2000 constant PENDIN (line 1153) | PENDIN = 0x20000000 constant PF_FLUSH (line 1154) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1155) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1156) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1157) | PRIO_USER = 0x2 constant PROT_EXEC (line 1158) | PROT_EXEC = 0x4 constant PROT_NONE (line 1159) | PROT_NONE = 0x0 constant PROT_READ (line 1160) | PROT_READ = 0x1 constant PROT_WRITE (line 1161) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1162) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1163) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1164) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1165) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1166) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1167) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1168) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1169) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1170) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1171) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1172) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1173) | RTAX_BFD = 0xb constant RTAX_BRD (line 1174) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1175) | RTAX_DNS = 0xc constant RTAX_DST (line 1176) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1177) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1178) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1179) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1180) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1181) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1182) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1183) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1184) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1185) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1186) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1187) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1188) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1189) | RTA_BFD = 0x800 constant RTA_BRD (line 1190) | RTA_BRD = 0x80 constant RTA_DNS (line 1191) | RTA_DNS = 0x1000 constant RTA_DST (line 1192) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1193) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1194) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1195) | RTA_IFA = 0x20 constant RTA_IFP (line 1196) | RTA_IFP = 0x10 constant RTA_LABEL (line 1197) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1198) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1199) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1200) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1201) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1202) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1203) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1204) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1205) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1206) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1207) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1208) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1209) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1210) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1211) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1212) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1213) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1214) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1215) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1216) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1217) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1218) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1219) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1220) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1221) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1222) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1223) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1224) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1225) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1226) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1227) | RTF_STATIC = 0x800 constant RTF_UP (line 1228) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1229) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1230) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1231) | RTM_ADD = 0x1 constant RTM_BFD (line 1232) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1233) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1234) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1235) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1236) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1237) | RTM_DESYNC = 0x10 constant RTM_GET (line 1238) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1239) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1240) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1241) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1242) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1243) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1244) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1245) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1246) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1247) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1248) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1249) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1250) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1251) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1252) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1253) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1254) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1255) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1256) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1257) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1258) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1259) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1260) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1261) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1262) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1263) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1264) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1265) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1266) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1267) | SEEK_CUR = 0x1 constant SEEK_END (line 1268) | SEEK_END = 0x2 constant SEEK_SET (line 1269) | SEEK_SET = 0x0 constant SHUT_RD (line 1270) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1271) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1272) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1273) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1274) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1275) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1276) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1277) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1278) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1279) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1280) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1281) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1282) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1283) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1284) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1285) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1286) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1287) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1288) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1289) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1290) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1291) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1292) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1293) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1294) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1295) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1296) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1297) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1298) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1299) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1300) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1301) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1302) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1303) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1304) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1305) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1306) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1307) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1308) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1309) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1310) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1311) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1312) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1313) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1314) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1315) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1316) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1317) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1318) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1319) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1320) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1321) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1322) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1323) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1324) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1325) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1326) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1327) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1328) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1329) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1330) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1331) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1332) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1333) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1334) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1335) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1336) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1337) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1338) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1339) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1340) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1341) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1342) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1343) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1344) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1345) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1346) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1347) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1348) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1349) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1350) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1351) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1352) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1353) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1354) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1355) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1356) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1357) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1358) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1359) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1360) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1361) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1362) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1363) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1364) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1365) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1366) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1367) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1368) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1369) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1370) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1371) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1372) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1373) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1374) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1375) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1376) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1377) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1378) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1379) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1380) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1381) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1382) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1383) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1384) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1385) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1386) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1387) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1388) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1389) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1390) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1391) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1392) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1393) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1394) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1395) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1396) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1397) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1398) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1399) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1400) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1401) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1402) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1403) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1404) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1405) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1406) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1407) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1408) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1409) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1410) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1411) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1412) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1413) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1414) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1415) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1416) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1417) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1418) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1419) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1420) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1421) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1422) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1423) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1424) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1425) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1426) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1427) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1428) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1429) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1430) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1431) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1432) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1433) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1434) | SO_LINGER = 0x80 constant SO_NETPROC (line 1435) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1436) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1437) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1438) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1439) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1440) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1441) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1442) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1443) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1444) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1445) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1446) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1447) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1448) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1449) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1450) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1451) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1452) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1453) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1454) | S_IEXEC = 0x40 constant S_IFBLK (line 1455) | S_IFBLK = 0x6000 constant S_IFCHR (line 1456) | S_IFCHR = 0x2000 constant S_IFDIR (line 1457) | S_IFDIR = 0x4000 constant S_IFIFO (line 1458) | S_IFIFO = 0x1000 constant S_IFLNK (line 1459) | S_IFLNK = 0xa000 constant S_IFMT (line 1460) | S_IFMT = 0xf000 constant S_IFREG (line 1461) | S_IFREG = 0x8000 constant S_IFSOCK (line 1462) | S_IFSOCK = 0xc000 constant S_IREAD (line 1463) | S_IREAD = 0x100 constant S_IRGRP (line 1464) | S_IRGRP = 0x20 constant S_IROTH (line 1465) | S_IROTH = 0x4 constant S_IRUSR (line 1466) | S_IRUSR = 0x100 constant S_IRWXG (line 1467) | S_IRWXG = 0x38 constant S_IRWXO (line 1468) | S_IRWXO = 0x7 constant S_IRWXU (line 1469) | S_IRWXU = 0x1c0 constant S_ISGID (line 1470) | S_ISGID = 0x400 constant S_ISTXT (line 1471) | S_ISTXT = 0x200 constant S_ISUID (line 1472) | S_ISUID = 0x800 constant S_ISVTX (line 1473) | S_ISVTX = 0x200 constant S_IWGRP (line 1474) | S_IWGRP = 0x10 constant S_IWOTH (line 1475) | S_IWOTH = 0x2 constant S_IWRITE (line 1476) | S_IWRITE = 0x80 constant S_IWUSR (line 1477) | S_IWUSR = 0x80 constant S_IXGRP (line 1478) | S_IXGRP = 0x8 constant S_IXOTH (line 1479) | S_IXOTH = 0x1 constant S_IXUSR (line 1480) | S_IXUSR = 0x40 constant TCIFLUSH (line 1481) | TCIFLUSH = 0x1 constant TCIOFF (line 1482) | TCIOFF = 0x3 constant TCIOFLUSH (line 1483) | TCIOFLUSH = 0x3 constant TCION (line 1484) | TCION = 0x4 constant TCOFLUSH (line 1485) | TCOFLUSH = 0x2 constant TCOOFF (line 1486) | TCOOFF = 0x1 constant TCOON (line 1487) | TCOON = 0x2 constant TCPOPT_EOL (line 1488) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1489) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1490) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1491) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1492) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1493) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1494) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1495) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1496) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1497) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1498) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1499) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1500) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1501) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1502) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1503) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1504) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1505) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1506) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1507) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1508) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1509) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1510) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1511) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1512) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1513) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1514) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1515) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1516) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1517) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1518) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1519) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1520) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1521) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1522) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1523) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1524) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1525) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1526) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1527) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1528) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1529) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1530) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1531) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1532) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1533) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1534) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1535) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1536) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1537) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1538) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1539) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1540) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1541) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1542) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1543) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1544) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1545) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1546) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1547) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1548) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1549) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1550) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1551) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1552) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1553) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1554) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1555) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1556) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1557) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1558) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1559) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1560) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1561) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1562) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1563) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1564) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1565) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1566) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1567) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1568) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1569) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1570) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1571) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1572) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1573) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1574) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1575) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1576) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1577) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1578) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1579) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1580) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1581) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1582) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1583) | TOSTOP = 0x400000 constant UTIME_NOW (line 1584) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1585) | UTIME_OMIT = -0x1 constant VDISCARD (line 1586) | VDISCARD = 0xf constant VDSUSP (line 1587) | VDSUSP = 0xb constant VEOF (line 1588) | VEOF = 0x0 constant VEOL (line 1589) | VEOL = 0x1 constant VEOL2 (line 1590) | VEOL2 = 0x2 constant VERASE (line 1591) | VERASE = 0x3 constant VINTR (line 1592) | VINTR = 0x8 constant VKILL (line 1593) | VKILL = 0x5 constant VLNEXT (line 1594) | VLNEXT = 0xe constant VMIN (line 1595) | VMIN = 0x10 constant VM_ANONMIN (line 1596) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1597) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1598) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1599) | VM_MAXID = 0xd constant VM_MAXSLP (line 1600) | VM_MAXSLP = 0xa constant VM_METER (line 1601) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1602) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1603) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1604) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1605) | VM_USPACE = 0xb constant VM_UVMEXP (line 1606) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1607) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1608) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1609) | VQUIT = 0x9 constant VREPRINT (line 1610) | VREPRINT = 0x6 constant VSTART (line 1611) | VSTART = 0xc constant VSTATUS (line 1612) | VSTATUS = 0x12 constant VSTOP (line 1613) | VSTOP = 0xd constant VSUSP (line 1614) | VSUSP = 0xa constant VTIME (line 1615) | VTIME = 0x11 constant VWERASE (line 1616) | VWERASE = 0x4 constant WALTSIG (line 1617) | WALTSIG = 0x4 constant WCONTINUED (line 1618) | WCONTINUED = 0x8 constant WCOREFLAG (line 1619) | WCOREFLAG = 0x80 constant WNOHANG (line 1620) | WNOHANG = 0x1 constant WUNTRACED (line 1621) | WUNTRACED = 0x2 constant XCASE (line 1622) | XCASE = 0x1000000 constant E2BIG (line 1627) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1628) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1629) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1630) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1631) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1632) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1633) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1634) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1635) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1636) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1637) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1638) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1639) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1640) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1641) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1642) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1643) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1644) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1645) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1646) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1647) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1648) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1649) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1650) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1651) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1652) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1653) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1654) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1655) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1656) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1657) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1658) | EINVAL = syscall.Errno(0x16) constant EIO (line 1659) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1660) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1661) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1662) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1663) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1664) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1665) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1666) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1667) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1668) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1669) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1670) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1671) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1672) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1673) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1674) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1675) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1676) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1677) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1678) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1679) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1680) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1681) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1682) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1683) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1684) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1685) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1686) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1687) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1688) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1689) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1690) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1691) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1692) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1693) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1694) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1695) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1696) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1697) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1698) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1699) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1700) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1701) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1702) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1703) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1704) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1705) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1706) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1707) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1708) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1709) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1710) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1711) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1712) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1713) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1714) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1715) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1716) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1717) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1718) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1719) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1720) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1721) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1722) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1723) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1728) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1729) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1730) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1731) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1732) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1733) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1734) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1735) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1736) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1737) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1738) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1739) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1740) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1741) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1742) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1743) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1744) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1745) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1746) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1747) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1748) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1749) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1750) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1751) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1752) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1753) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1754) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1755) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1756) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1757) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1758) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1759) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1760) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go constant AF_802 (line 15) | AF_802 = 0x12 constant AF_APPLETALK (line 16) | AF_APPLETALK = 0x10 constant AF_CCITT (line 17) | AF_CCITT = 0xa constant AF_CHAOS (line 18) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 19) | AF_DATAKIT = 0x9 constant AF_DECnet (line 20) | AF_DECnet = 0xc constant AF_DLI (line 21) | AF_DLI = 0xd constant AF_ECMA (line 22) | AF_ECMA = 0x8 constant AF_FILE (line 23) | AF_FILE = 0x1 constant AF_GOSIP (line 24) | AF_GOSIP = 0x16 constant AF_HYLINK (line 25) | AF_HYLINK = 0xf constant AF_IMPLINK (line 26) | AF_IMPLINK = 0x3 constant AF_INET (line 27) | AF_INET = 0x2 constant AF_INET6 (line 28) | AF_INET6 = 0x1a constant AF_INET_OFFLOAD (line 29) | AF_INET_OFFLOAD = 0x1e constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_KEY (line 31) | AF_KEY = 0x1b constant AF_LAT (line 32) | AF_LAT = 0xe constant AF_LINK (line 33) | AF_LINK = 0x19 constant AF_LOCAL (line 34) | AF_LOCAL = 0x1 constant AF_MAX (line 35) | AF_MAX = 0x20 constant AF_NBS (line 36) | AF_NBS = 0x7 constant AF_NCA (line 37) | AF_NCA = 0x1c constant AF_NIT (line 38) | AF_NIT = 0x11 constant AF_NS (line 39) | AF_NS = 0x6 constant AF_OSI (line 40) | AF_OSI = 0x13 constant AF_OSINET (line 41) | AF_OSINET = 0x15 constant AF_PACKET (line 42) | AF_PACKET = 0x20 constant AF_POLICY (line 43) | AF_POLICY = 0x1d constant AF_PUP (line 44) | AF_PUP = 0x4 constant AF_ROUTE (line 45) | AF_ROUTE = 0x18 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_TRILL (line 47) | AF_TRILL = 0x1f constant AF_UNIX (line 48) | AF_UNIX = 0x1 constant AF_UNSPEC (line 49) | AF_UNSPEC = 0x0 constant AF_X25 (line 50) | AF_X25 = 0x14 constant ARPHRD_ARCNET (line 51) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ATM (line 52) | ARPHRD_ATM = 0x10 constant ARPHRD_AX25 (line 53) | ARPHRD_AX25 = 0x3 constant ARPHRD_CHAOS (line 54) | ARPHRD_CHAOS = 0x5 constant ARPHRD_EETHER (line 55) | ARPHRD_EETHER = 0x2 constant ARPHRD_ETHER (line 56) | ARPHRD_ETHER = 0x1 constant ARPHRD_FC (line 57) | ARPHRD_FC = 0x12 constant ARPHRD_FRAME (line 58) | ARPHRD_FRAME = 0xf constant ARPHRD_HDLC (line 59) | ARPHRD_HDLC = 0x11 constant ARPHRD_IB (line 60) | ARPHRD_IB = 0x20 constant ARPHRD_IEEE802 (line 61) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_IPATM (line 62) | ARPHRD_IPATM = 0x13 constant ARPHRD_METRICOM (line 63) | ARPHRD_METRICOM = 0x17 constant ARPHRD_TUNNEL (line 64) | ARPHRD_TUNNEL = 0x1f constant B0 (line 65) | B0 = 0x0 constant B110 (line 66) | B110 = 0x3 constant B115200 (line 67) | B115200 = 0x12 constant B1200 (line 68) | B1200 = 0x9 constant B134 (line 69) | B134 = 0x4 constant B150 (line 70) | B150 = 0x5 constant B153600 (line 71) | B153600 = 0x13 constant B1800 (line 72) | B1800 = 0xa constant B19200 (line 73) | B19200 = 0xe constant B200 (line 74) | B200 = 0x6 constant B230400 (line 75) | B230400 = 0x14 constant B2400 (line 76) | B2400 = 0xb constant B300 (line 77) | B300 = 0x7 constant B307200 (line 78) | B307200 = 0x15 constant B38400 (line 79) | B38400 = 0xf constant B460800 (line 80) | B460800 = 0x16 constant B4800 (line 81) | B4800 = 0xc constant B50 (line 82) | B50 = 0x1 constant B57600 (line 83) | B57600 = 0x10 constant B600 (line 84) | B600 = 0x8 constant B75 (line 85) | B75 = 0x2 constant B76800 (line 86) | B76800 = 0x11 constant B921600 (line 87) | B921600 = 0x17 constant B9600 (line 88) | B9600 = 0xd constant BIOCFLUSH (line 89) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 90) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 91) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 92) | BIOCGDLTLIST = -0x3fefbd89 constant BIOCGDLTLIST32 (line 93) | BIOCGDLTLIST32 = -0x3ff7bd89 constant BIOCGETIF (line 94) | BIOCGETIF = 0x4020426b constant BIOCGETLIF (line 95) | BIOCGETLIF = 0x4078426b constant BIOCGHDRCMPLT (line 96) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 97) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGRTIMEOUT32 (line 98) | BIOCGRTIMEOUT32 = 0x4008427b constant BIOCGSEESENT (line 99) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 100) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 101) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 102) | BIOCIMMEDIATE = -0x7ffbbd90 constant BIOCPROMISC (line 103) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 104) | BIOCSBLEN = -0x3ffbbd9a constant BIOCSDLT (line 105) | BIOCSDLT = -0x7ffbbd8a constant BIOCSETF (line 106) | BIOCSETF = -0x7fefbd99 constant BIOCSETF32 (line 107) | BIOCSETF32 = -0x7ff7bd99 constant BIOCSETIF (line 108) | BIOCSETIF = -0x7fdfbd94 constant BIOCSETLIF (line 109) | BIOCSETLIF = -0x7f87bd94 constant BIOCSHDRCMPLT (line 110) | BIOCSHDRCMPLT = -0x7ffbbd8b constant BIOCSRTIMEOUT (line 111) | BIOCSRTIMEOUT = -0x7fefbd86 constant BIOCSRTIMEOUT32 (line 112) | BIOCSRTIMEOUT32 = -0x7ff7bd86 constant BIOCSSEESENT (line 113) | BIOCSSEESENT = -0x7ffbbd87 constant BIOCSTCPF (line 114) | BIOCSTCPF = -0x7fefbd8e constant BIOCSUDPF (line 115) | BIOCSUDPF = -0x7fefbd8d constant BIOCVERSION (line 116) | BIOCVERSION = 0x40044271 constant BPF_A (line 117) | BPF_A = 0x10 constant BPF_ABS (line 118) | BPF_ABS = 0x20 constant BPF_ADD (line 119) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 120) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 121) | BPF_ALU = 0x4 constant BPF_AND (line 122) | BPF_AND = 0x50 constant BPF_B (line 123) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 124) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 125) | BPF_DIV = 0x30 constant BPF_H (line 126) | BPF_H = 0x8 constant BPF_IMM (line 127) | BPF_IMM = 0x0 constant BPF_IND (line 128) | BPF_IND = 0x40 constant BPF_JA (line 129) | BPF_JA = 0x0 constant BPF_JEQ (line 130) | BPF_JEQ = 0x10 constant BPF_JGE (line 131) | BPF_JGE = 0x30 constant BPF_JGT (line 132) | BPF_JGT = 0x20 constant BPF_JMP (line 133) | BPF_JMP = 0x5 constant BPF_JSET (line 134) | BPF_JSET = 0x40 constant BPF_K (line 135) | BPF_K = 0x0 constant BPF_LD (line 136) | BPF_LD = 0x0 constant BPF_LDX (line 137) | BPF_LDX = 0x1 constant BPF_LEN (line 138) | BPF_LEN = 0x80 constant BPF_LSH (line 139) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 140) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 141) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 142) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 143) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 144) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 145) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 146) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 147) | BPF_MISC = 0x7 constant BPF_MSH (line 148) | BPF_MSH = 0xa0 constant BPF_MUL (line 149) | BPF_MUL = 0x20 constant BPF_NEG (line 150) | BPF_NEG = 0x80 constant BPF_OR (line 151) | BPF_OR = 0x40 constant BPF_RELEASE (line 152) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 153) | BPF_RET = 0x6 constant BPF_RSH (line 154) | BPF_RSH = 0x70 constant BPF_ST (line 155) | BPF_ST = 0x2 constant BPF_STX (line 156) | BPF_STX = 0x3 constant BPF_SUB (line 157) | BPF_SUB = 0x10 constant BPF_TAX (line 158) | BPF_TAX = 0x0 constant BPF_TXA (line 159) | BPF_TXA = 0x80 constant BPF_W (line 160) | BPF_W = 0x0 constant BPF_X (line 161) | BPF_X = 0x8 constant BRKINT (line 162) | BRKINT = 0x2 constant BS0 (line 163) | BS0 = 0x0 constant BS1 (line 164) | BS1 = 0x2000 constant BSDLY (line 165) | BSDLY = 0x2000 constant CBAUD (line 166) | CBAUD = 0xf constant CFLUSH (line 167) | CFLUSH = 0xf constant CIBAUD (line 168) | CIBAUD = 0xf0000 constant CLOCAL (line 169) | CLOCAL = 0x800 constant CLOCK_HIGHRES (line 170) | CLOCK_HIGHRES = 0x4 constant CLOCK_LEVEL (line 171) | CLOCK_LEVEL = 0xa constant CLOCK_MONOTONIC (line 172) | CLOCK_MONOTONIC = 0x4 constant CLOCK_PROCESS_CPUTIME_ID (line 173) | CLOCK_PROCESS_CPUTIME_ID = 0x5 constant CLOCK_PROF (line 174) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 175) | CLOCK_REALTIME = 0x3 constant CLOCK_THREAD_CPUTIME_ID (line 176) | CLOCK_THREAD_CPUTIME_ID = 0x2 constant CLOCK_VIRTUAL (line 177) | CLOCK_VIRTUAL = 0x1 constant CR0 (line 178) | CR0 = 0x0 constant CR1 (line 179) | CR1 = 0x200 constant CR2 (line 180) | CR2 = 0x400 constant CR3 (line 181) | CR3 = 0x600 constant CRDLY (line 182) | CRDLY = 0x600 constant CREAD (line 183) | CREAD = 0x80 constant CRTSCTS (line 184) | CRTSCTS = 0x80000000 constant CS5 (line 185) | CS5 = 0x0 constant CS6 (line 186) | CS6 = 0x10 constant CS7 (line 187) | CS7 = 0x20 constant CS8 (line 188) | CS8 = 0x30 constant CSIZE (line 189) | CSIZE = 0x30 constant CSTART (line 190) | CSTART = 0x11 constant CSTATUS (line 191) | CSTATUS = 0x14 constant CSTOP (line 192) | CSTOP = 0x13 constant CSTOPB (line 193) | CSTOPB = 0x40 constant CSUSP (line 194) | CSUSP = 0x1a constant CSWTCH (line 195) | CSWTCH = 0x1a constant DIOC (line 196) | DIOC = 0x6400 constant DIOCGETB (line 197) | DIOCGETB = 0x6402 constant DIOCGETC (line 198) | DIOCGETC = 0x6401 constant DIOCGETP (line 199) | DIOCGETP = 0x6408 constant DIOCSETE (line 200) | DIOCSETE = 0x6403 constant DIOCSETP (line 201) | DIOCSETP = 0x6409 constant DLT_AIRONET_HEADER (line 202) | DLT_AIRONET_HEADER = 0x78 constant DLT_APPLE_IP_OVER_IEEE1394 (line 203) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 204) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 205) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 206) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 207) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 208) | DLT_AURORA = 0x7e constant DLT_AX25 (line 209) | DLT_AX25 = 0x3 constant DLT_BACNET_MS_TP (line 210) | DLT_BACNET_MS_TP = 0xa5 constant DLT_CHAOS (line 211) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 212) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 213) | DLT_C_HDLC = 0x68 constant DLT_DOCSIS (line 214) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 215) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 216) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 217) | DLT_EN3MB = 0x2 constant DLT_ENC (line 218) | DLT_ENC = 0x6d constant DLT_ERF_ETH (line 219) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 220) | DLT_ERF_POS = 0xb0 constant DLT_FDDI (line 221) | DLT_FDDI = 0xa constant DLT_FRELAY (line 222) | DLT_FRELAY = 0x6b constant DLT_GCOM_SERIAL (line 223) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 224) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 225) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 226) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 227) | DLT_GPRS_LLC = 0xa9 constant DLT_HDLC (line 228) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 229) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 230) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 231) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 232) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 233) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 234) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 235) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 236) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IPNET (line 237) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 238) | DLT_IPOIB = 0xa2 constant DLT_IP_OVER_FC (line 239) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 240) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 241) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 242) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 243) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 244) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 245) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 246) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_MFR (line 247) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 248) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 249) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 250) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 251) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 252) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 253) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 254) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 255) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_LINUX_IRDA (line 256) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 257) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 258) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 259) | DLT_LOOP = 0x6c constant DLT_LTALK (line 260) | DLT_LTALK = 0x72 constant DLT_MTP2 (line 261) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 262) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 263) | DLT_MTP3 = 0x8d constant DLT_NULL (line 264) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 265) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 266) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 267) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 268) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 269) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_PPPD (line 270) | DLT_PPP_PPPD = 0xa6 constant DLT_PRISM_HEADER (line 271) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 272) | DLT_PRONET = 0x4 constant DLT_RAW (line 273) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 274) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 275) | DLT_RIO = 0x7c constant DLT_SCCP (line 276) | DLT_SCCP = 0x8e constant DLT_SLIP (line 277) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 278) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 279) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 280) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 281) | DLT_TZSP = 0x80 constant ECHO (line 282) | ECHO = 0x8 constant ECHOCTL (line 283) | ECHOCTL = 0x200 constant ECHOE (line 284) | ECHOE = 0x10 constant ECHOK (line 285) | ECHOK = 0x20 constant ECHOKE (line 286) | ECHOKE = 0x800 constant ECHONL (line 287) | ECHONL = 0x40 constant ECHOPRT (line 288) | ECHOPRT = 0x400 constant EMPTY_SET (line 289) | EMPTY_SET = 0x0 constant EMT_CPCOVF (line 290) | EMT_CPCOVF = 0x1 constant EQUALITY_CHECK (line 291) | EQUALITY_CHECK = 0x0 constant EXTA (line 292) | EXTA = 0xe constant EXTB (line 293) | EXTB = 0xf constant FD_CLOEXEC (line 294) | FD_CLOEXEC = 0x1 constant FD_NFDBITS (line 295) | FD_NFDBITS = 0x40 constant FD_SETSIZE (line 296) | FD_SETSIZE = 0x10000 constant FF0 (line 297) | FF0 = 0x0 constant FF1 (line 298) | FF1 = 0x8000 constant FFDLY (line 299) | FFDLY = 0x8000 constant FIORDCHK (line 300) | FIORDCHK = 0x6603 constant FLUSHALL (line 301) | FLUSHALL = 0x1 constant FLUSHDATA (line 302) | FLUSHDATA = 0x0 constant FLUSHO (line 303) | FLUSHO = 0x2000 constant F_ALLOCSP (line 304) | F_ALLOCSP = 0xa constant F_ALLOCSP64 (line 305) | F_ALLOCSP64 = 0xa constant F_BADFD (line 306) | F_BADFD = 0x2e constant F_BLKSIZE (line 307) | F_BLKSIZE = 0x13 constant F_BLOCKS (line 308) | F_BLOCKS = 0x12 constant F_CHKFL (line 309) | F_CHKFL = 0x8 constant F_COMPAT (line 310) | F_COMPAT = 0x8 constant F_DUP2FD (line 311) | F_DUP2FD = 0x9 constant F_DUP2FD_CLOEXEC (line 312) | F_DUP2FD_CLOEXEC = 0x24 constant F_DUPFD (line 313) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 314) | F_DUPFD_CLOEXEC = 0x25 constant F_FLOCK (line 315) | F_FLOCK = 0x35 constant F_FLOCK64 (line 316) | F_FLOCK64 = 0x35 constant F_FLOCKW (line 317) | F_FLOCKW = 0x36 constant F_FLOCKW64 (line 318) | F_FLOCKW64 = 0x36 constant F_FREESP (line 319) | F_FREESP = 0xb constant F_FREESP64 (line 320) | F_FREESP64 = 0xb constant F_GETFD (line 321) | F_GETFD = 0x1 constant F_GETFL (line 322) | F_GETFL = 0x3 constant F_GETLK (line 323) | F_GETLK = 0xe constant F_GETLK64 (line 324) | F_GETLK64 = 0xe constant F_GETOWN (line 325) | F_GETOWN = 0x17 constant F_GETXFL (line 326) | F_GETXFL = 0x2d constant F_HASREMOTELOCKS (line 327) | F_HASREMOTELOCKS = 0x1a constant F_ISSTREAM (line 328) | F_ISSTREAM = 0xd constant F_MANDDNY (line 329) | F_MANDDNY = 0x10 constant F_MDACC (line 330) | F_MDACC = 0x20 constant F_NODNY (line 331) | F_NODNY = 0x0 constant F_NPRIV (line 332) | F_NPRIV = 0x10 constant F_OFD_GETLK (line 333) | F_OFD_GETLK = 0x2f constant F_OFD_GETLK64 (line 334) | F_OFD_GETLK64 = 0x2f constant F_OFD_SETLK (line 335) | F_OFD_SETLK = 0x30 constant F_OFD_SETLK64 (line 336) | F_OFD_SETLK64 = 0x30 constant F_OFD_SETLKW (line 337) | F_OFD_SETLKW = 0x31 constant F_OFD_SETLKW64 (line 338) | F_OFD_SETLKW64 = 0x31 constant F_PRIV (line 339) | F_PRIV = 0xf constant F_QUOTACTL (line 340) | F_QUOTACTL = 0x11 constant F_RDACC (line 341) | F_RDACC = 0x1 constant F_RDDNY (line 342) | F_RDDNY = 0x1 constant F_RDLCK (line 343) | F_RDLCK = 0x1 constant F_REVOKE (line 344) | F_REVOKE = 0x19 constant F_RMACC (line 345) | F_RMACC = 0x4 constant F_RMDNY (line 346) | F_RMDNY = 0x4 constant F_RWACC (line 347) | F_RWACC = 0x3 constant F_RWDNY (line 348) | F_RWDNY = 0x3 constant F_SETFD (line 349) | F_SETFD = 0x2 constant F_SETFL (line 350) | F_SETFL = 0x4 constant F_SETLK (line 351) | F_SETLK = 0x6 constant F_SETLK64 (line 352) | F_SETLK64 = 0x6 constant F_SETLK64_NBMAND (line 353) | F_SETLK64_NBMAND = 0x2a constant F_SETLKW (line 354) | F_SETLKW = 0x7 constant F_SETLKW64 (line 355) | F_SETLKW64 = 0x7 constant F_SETLK_NBMAND (line 356) | F_SETLK_NBMAND = 0x2a constant F_SETOWN (line 357) | F_SETOWN = 0x18 constant F_SHARE (line 358) | F_SHARE = 0x28 constant F_SHARE_NBMAND (line 359) | F_SHARE_NBMAND = 0x2b constant F_UNLCK (line 360) | F_UNLCK = 0x3 constant F_UNLKSYS (line 361) | F_UNLKSYS = 0x4 constant F_UNSHARE (line 362) | F_UNSHARE = 0x29 constant F_WRACC (line 363) | F_WRACC = 0x2 constant F_WRDNY (line 364) | F_WRDNY = 0x2 constant F_WRLCK (line 365) | F_WRLCK = 0x2 constant HUPCL (line 366) | HUPCL = 0x400 constant IBSHIFT (line 367) | IBSHIFT = 0x10 constant ICANON (line 368) | ICANON = 0x2 constant ICMP6_FILTER (line 369) | ICMP6_FILTER = 0x1 constant ICRNL (line 370) | ICRNL = 0x100 constant IEXTEN (line 371) | IEXTEN = 0x8000 constant IFF_ADDRCONF (line 372) | IFF_ADDRCONF = 0x80000 constant IFF_ALLMULTI (line 373) | IFF_ALLMULTI = 0x200 constant IFF_ANYCAST (line 374) | IFF_ANYCAST = 0x400000 constant IFF_BROADCAST (line 375) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 376) | IFF_CANTCHANGE = 0x7f203003b5a constant IFF_COS_ENABLED (line 377) | IFF_COS_ENABLED = 0x200000000 constant IFF_DEBUG (line 378) | IFF_DEBUG = 0x4 constant IFF_DEPRECATED (line 379) | IFF_DEPRECATED = 0x40000 constant IFF_DHCPRUNNING (line 380) | IFF_DHCPRUNNING = 0x4000 constant IFF_DUPLICATE (line 381) | IFF_DUPLICATE = 0x4000000000 constant IFF_FAILED (line 382) | IFF_FAILED = 0x10000000 constant IFF_FIXEDMTU (line 383) | IFF_FIXEDMTU = 0x1000000000 constant IFF_INACTIVE (line 384) | IFF_INACTIVE = 0x40000000 constant IFF_INTELLIGENT (line 385) | IFF_INTELLIGENT = 0x400 constant IFF_IPMP (line 386) | IFF_IPMP = 0x8000000000 constant IFF_IPMP_CANTCHANGE (line 387) | IFF_IPMP_CANTCHANGE = 0x10000000 constant IFF_IPMP_INVALID (line 388) | IFF_IPMP_INVALID = 0x1ec200080 constant IFF_IPV4 (line 389) | IFF_IPV4 = 0x1000000 constant IFF_IPV6 (line 390) | IFF_IPV6 = 0x2000000 constant IFF_L3PROTECT (line 391) | IFF_L3PROTECT = 0x40000000000 constant IFF_LOOPBACK (line 392) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 393) | IFF_MULTICAST = 0x800 constant IFF_MULTI_BCAST (line 394) | IFF_MULTI_BCAST = 0x1000 constant IFF_NOACCEPT (line 395) | IFF_NOACCEPT = 0x4000000 constant IFF_NOARP (line 396) | IFF_NOARP = 0x80 constant IFF_NOFAILOVER (line 397) | IFF_NOFAILOVER = 0x8000000 constant IFF_NOLINKLOCAL (line 398) | IFF_NOLINKLOCAL = 0x20000000000 constant IFF_NOLOCAL (line 399) | IFF_NOLOCAL = 0x20000 constant IFF_NONUD (line 400) | IFF_NONUD = 0x200000 constant IFF_NORTEXCH (line 401) | IFF_NORTEXCH = 0x800000 constant IFF_NOTRAILERS (line 402) | IFF_NOTRAILERS = 0x20 constant IFF_NOXMIT (line 403) | IFF_NOXMIT = 0x10000 constant IFF_OFFLINE (line 404) | IFF_OFFLINE = 0x80000000 constant IFF_POINTOPOINT (line 405) | IFF_POINTOPOINT = 0x10 constant IFF_PREFERRED (line 406) | IFF_PREFERRED = 0x400000000 constant IFF_PRIVATE (line 407) | IFF_PRIVATE = 0x8000 constant IFF_PROMISC (line 408) | IFF_PROMISC = 0x100 constant IFF_ROUTER (line 409) | IFF_ROUTER = 0x100000 constant IFF_RUNNING (line 410) | IFF_RUNNING = 0x40 constant IFF_STANDBY (line 411) | IFF_STANDBY = 0x20000000 constant IFF_TEMPORARY (line 412) | IFF_TEMPORARY = 0x800000000 constant IFF_UNNUMBERED (line 413) | IFF_UNNUMBERED = 0x2000 constant IFF_UP (line 414) | IFF_UP = 0x1 constant IFF_VIRTUAL (line 415) | IFF_VIRTUAL = 0x2000000000 constant IFF_VRRP (line 416) | IFF_VRRP = 0x10000000000 constant IFF_XRESOLV (line 417) | IFF_XRESOLV = 0x100000000 constant IFNAMSIZ (line 418) | IFNAMSIZ = 0x10 constant IFT_1822 (line 419) | IFT_1822 = 0x2 constant IFT_6TO4 (line 420) | IFT_6TO4 = 0xca constant IFT_AAL5 (line 421) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 422) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 423) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 424) | IFT_ATM = 0x25 constant IFT_CEPT (line 425) | IFT_CEPT = 0x13 constant IFT_DS3 (line 426) | IFT_DS3 = 0x1e constant IFT_EON (line 427) | IFT_EON = 0x19 constant IFT_ETHER (line 428) | IFT_ETHER = 0x6 constant IFT_FDDI (line 429) | IFT_FDDI = 0xf constant IFT_FRELAY (line 430) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 431) | IFT_FRELAYDCE = 0x2c constant IFT_HDH1822 (line 432) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 433) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 434) | IFT_HSSI = 0x2e constant IFT_HY (line 435) | IFT_HY = 0xe constant IFT_IB (line 436) | IFT_IB = 0xc7 constant IFT_IPV4 (line 437) | IFT_IPV4 = 0xc8 constant IFT_IPV6 (line 438) | IFT_IPV6 = 0xc9 constant IFT_ISDNBASIC (line 439) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 440) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 441) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 442) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 443) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 444) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 445) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 446) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 447) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 448) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 449) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 450) | IFT_MODEM = 0x30 constant IFT_NSIP (line 451) | IFT_NSIP = 0x1b constant IFT_OTHER (line 452) | IFT_OTHER = 0x1 constant IFT_P10 (line 453) | IFT_P10 = 0xc constant IFT_P80 (line 454) | IFT_P80 = 0xd constant IFT_PARA (line 455) | IFT_PARA = 0x22 constant IFT_PPP (line 456) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 457) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 458) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 459) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 460) | IFT_RS232 = 0x21 constant IFT_SDLC (line 461) | IFT_SDLC = 0x11 constant IFT_SIP (line 462) | IFT_SIP = 0x1f constant IFT_SLIP (line 463) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 464) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 465) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 466) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 467) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 468) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 469) | IFT_STARLAN = 0xb constant IFT_T1 (line 470) | IFT_T1 = 0x12 constant IFT_ULTRA (line 471) | IFT_ULTRA = 0x1d constant IFT_V35 (line 472) | IFT_V35 = 0x2d constant IFT_X25 (line 473) | IFT_X25 = 0x5 constant IFT_X25DDN (line 474) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 475) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 476) | IFT_XETHER = 0x1a constant IGNBRK (line 477) | IGNBRK = 0x1 constant IGNCR (line 478) | IGNCR = 0x80 constant IGNPAR (line 479) | IGNPAR = 0x4 constant IMAXBEL (line 480) | IMAXBEL = 0x2000 constant INLCR (line 481) | INLCR = 0x40 constant INPCK (line 482) | INPCK = 0x10 constant IN_AUTOCONF_MASK (line 483) | IN_AUTOCONF_MASK = 0xffff0000 constant IN_AUTOCONF_NET (line 484) | IN_AUTOCONF_NET = 0xa9fe0000 constant IN_CLASSA_HOST (line 485) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 486) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 487) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 488) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 489) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 490) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 491) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 492) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 493) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 494) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 495) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 496) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 497) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 498) | IN_CLASSD_NSHIFT = 0x1c constant IN_CLASSE_NET (line 499) | IN_CLASSE_NET = 0xffffffff constant IN_LOOPBACKNET (line 500) | IN_LOOPBACKNET = 0x7f constant IN_PRIVATE12_MASK (line 501) | IN_PRIVATE12_MASK = 0xfff00000 constant IN_PRIVATE12_NET (line 502) | IN_PRIVATE12_NET = 0xac100000 constant IN_PRIVATE16_MASK (line 503) | IN_PRIVATE16_MASK = 0xffff0000 constant IN_PRIVATE16_NET (line 504) | IN_PRIVATE16_NET = 0xc0a80000 constant IN_PRIVATE8_MASK (line 505) | IN_PRIVATE8_MASK = 0xff000000 constant IN_PRIVATE8_NET (line 506) | IN_PRIVATE8_NET = 0xa000000 constant IPPROTO_AH (line 507) | IPPROTO_AH = 0x33 constant IPPROTO_DSTOPTS (line 508) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 509) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 510) | IPPROTO_ENCAP = 0x4 constant IPPROTO_EON (line 511) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 512) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 513) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 514) | IPPROTO_GGP = 0x3 constant IPPROTO_HELLO (line 515) | IPPROTO_HELLO = 0x3f constant IPPROTO_HOPOPTS (line 516) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 517) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 518) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 519) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 520) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 521) | IPPROTO_IP = 0x0 constant IPPROTO_IPV6 (line 522) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 523) | IPPROTO_MAX = 0x100 constant IPPROTO_ND (line 524) | IPPROTO_ND = 0x4d constant IPPROTO_NONE (line 525) | IPPROTO_NONE = 0x3b constant IPPROTO_OSPF (line 526) | IPPROTO_OSPF = 0x59 constant IPPROTO_PIM (line 527) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 528) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 529) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 530) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 531) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 532) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 533) | IPPROTO_TCP = 0x6 constant IPPROTO_UDP (line 534) | IPPROTO_UDP = 0x11 constant IPV6_ADD_MEMBERSHIP (line 535) | IPV6_ADD_MEMBERSHIP = 0x9 constant IPV6_BOUND_IF (line 536) | IPV6_BOUND_IF = 0x41 constant IPV6_CHECKSUM (line 537) | IPV6_CHECKSUM = 0x18 constant IPV6_DONTFRAG (line 538) | IPV6_DONTFRAG = 0x21 constant IPV6_DROP_MEMBERSHIP (line 539) | IPV6_DROP_MEMBERSHIP = 0xa constant IPV6_DSTOPTS (line 540) | IPV6_DSTOPTS = 0xf constant IPV6_FLOWINFO_FLOWLABEL (line 541) | IPV6_FLOWINFO_FLOWLABEL = 0xffff0f00 constant IPV6_FLOWINFO_TCLASS (line 542) | IPV6_FLOWINFO_TCLASS = 0xf00f constant IPV6_HOPLIMIT (line 543) | IPV6_HOPLIMIT = 0xc constant IPV6_HOPOPTS (line 544) | IPV6_HOPOPTS = 0xe constant IPV6_JOIN_GROUP (line 545) | IPV6_JOIN_GROUP = 0x9 constant IPV6_LEAVE_GROUP (line 546) | IPV6_LEAVE_GROUP = 0xa constant IPV6_MULTICAST_HOPS (line 547) | IPV6_MULTICAST_HOPS = 0x7 constant IPV6_MULTICAST_IF (line 548) | IPV6_MULTICAST_IF = 0x6 constant IPV6_MULTICAST_LOOP (line 549) | IPV6_MULTICAST_LOOP = 0x8 constant IPV6_NEXTHOP (line 550) | IPV6_NEXTHOP = 0xd constant IPV6_PAD1_OPT (line 551) | IPV6_PAD1_OPT = 0x0 constant IPV6_PATHMTU (line 552) | IPV6_PATHMTU = 0x25 constant IPV6_PKTINFO (line 553) | IPV6_PKTINFO = 0xb constant IPV6_PREFER_SRC_CGA (line 554) | IPV6_PREFER_SRC_CGA = 0x20 constant IPV6_PREFER_SRC_CGADEFAULT (line 555) | IPV6_PREFER_SRC_CGADEFAULT = 0x10 constant IPV6_PREFER_SRC_CGAMASK (line 556) | IPV6_PREFER_SRC_CGAMASK = 0x30 constant IPV6_PREFER_SRC_COA (line 557) | IPV6_PREFER_SRC_COA = 0x2 constant IPV6_PREFER_SRC_DEFAULT (line 558) | IPV6_PREFER_SRC_DEFAULT = 0x15 constant IPV6_PREFER_SRC_HOME (line 559) | IPV6_PREFER_SRC_HOME = 0x1 constant IPV6_PREFER_SRC_MASK (line 560) | IPV6_PREFER_SRC_MASK = 0x3f constant IPV6_PREFER_SRC_MIPDEFAULT (line 561) | IPV6_PREFER_SRC_MIPDEFAULT = 0x1 constant IPV6_PREFER_SRC_MIPMASK (line 562) | IPV6_PREFER_SRC_MIPMASK = 0x3 constant IPV6_PREFER_SRC_NONCGA (line 563) | IPV6_PREFER_SRC_NONCGA = 0x10 constant IPV6_PREFER_SRC_PUBLIC (line 564) | IPV6_PREFER_SRC_PUBLIC = 0x4 constant IPV6_PREFER_SRC_TMP (line 565) | IPV6_PREFER_SRC_TMP = 0x8 constant IPV6_PREFER_SRC_TMPDEFAULT (line 566) | IPV6_PREFER_SRC_TMPDEFAULT = 0x4 constant IPV6_PREFER_SRC_TMPMASK (line 567) | IPV6_PREFER_SRC_TMPMASK = 0xc constant IPV6_RECVDSTOPTS (line 568) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 569) | IPV6_RECVHOPLIMIT = 0x13 constant IPV6_RECVHOPOPTS (line 570) | IPV6_RECVHOPOPTS = 0x14 constant IPV6_RECVPATHMTU (line 571) | IPV6_RECVPATHMTU = 0x24 constant IPV6_RECVPKTINFO (line 572) | IPV6_RECVPKTINFO = 0x12 constant IPV6_RECVRTHDR (line 573) | IPV6_RECVRTHDR = 0x16 constant IPV6_RECVRTHDRDSTOPTS (line 574) | IPV6_RECVRTHDRDSTOPTS = 0x17 constant IPV6_RECVTCLASS (line 575) | IPV6_RECVTCLASS = 0x19 constant IPV6_RTHDR (line 576) | IPV6_RTHDR = 0x10 constant IPV6_RTHDRDSTOPTS (line 577) | IPV6_RTHDRDSTOPTS = 0x11 constant IPV6_RTHDR_TYPE_0 (line 578) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SEC_OPT (line 579) | IPV6_SEC_OPT = 0x22 constant IPV6_SRC_PREFERENCES (line 580) | IPV6_SRC_PREFERENCES = 0x23 constant IPV6_TCLASS (line 581) | IPV6_TCLASS = 0x26 constant IPV6_UNICAST_HOPS (line 582) | IPV6_UNICAST_HOPS = 0x5 constant IPV6_UNSPEC_SRC (line 583) | IPV6_UNSPEC_SRC = 0x42 constant IPV6_USE_MIN_MTU (line 584) | IPV6_USE_MIN_MTU = 0x20 constant IPV6_V6ONLY (line 585) | IPV6_V6ONLY = 0x27 constant IP_ADD_MEMBERSHIP (line 586) | IP_ADD_MEMBERSHIP = 0x13 constant IP_ADD_SOURCE_MEMBERSHIP (line 587) | IP_ADD_SOURCE_MEMBERSHIP = 0x17 constant IP_BLOCK_SOURCE (line 588) | IP_BLOCK_SOURCE = 0x15 constant IP_BOUND_IF (line 589) | IP_BOUND_IF = 0x41 constant IP_BROADCAST (line 590) | IP_BROADCAST = 0x106 constant IP_BROADCAST_TTL (line 591) | IP_BROADCAST_TTL = 0x43 constant IP_DEFAULT_MULTICAST_LOOP (line 592) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 593) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 594) | IP_DF = 0x4000 constant IP_DHCPINIT_IF (line 595) | IP_DHCPINIT_IF = 0x45 constant IP_DONTFRAG (line 596) | IP_DONTFRAG = 0x1b constant IP_DONTROUTE (line 597) | IP_DONTROUTE = 0x105 constant IP_DROP_MEMBERSHIP (line 598) | IP_DROP_MEMBERSHIP = 0x14 constant IP_DROP_SOURCE_MEMBERSHIP (line 599) | IP_DROP_SOURCE_MEMBERSHIP = 0x18 constant IP_HDRINCL (line 600) | IP_HDRINCL = 0x2 constant IP_MAXPACKET (line 601) | IP_MAXPACKET = 0xffff constant IP_MF (line 602) | IP_MF = 0x2000 constant IP_MSS (line 603) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 604) | IP_MULTICAST_IF = 0x10 constant IP_MULTICAST_LOOP (line 605) | IP_MULTICAST_LOOP = 0x12 constant IP_MULTICAST_TTL (line 606) | IP_MULTICAST_TTL = 0x11 constant IP_NEXTHOP (line 607) | IP_NEXTHOP = 0x19 constant IP_OPTIONS (line 608) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 609) | IP_PKTINFO = 0x1a constant IP_RECVDSTADDR (line 610) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 611) | IP_RECVIF = 0x9 constant IP_RECVOPTS (line 612) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 613) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 614) | IP_RECVRETOPTS = 0x6 constant IP_RECVSLLA (line 615) | IP_RECVSLLA = 0xa constant IP_RECVTOS (line 616) | IP_RECVTOS = 0xc constant IP_RECVTTL (line 617) | IP_RECVTTL = 0xb constant IP_RETOPTS (line 618) | IP_RETOPTS = 0x8 constant IP_REUSEADDR (line 619) | IP_REUSEADDR = 0x104 constant IP_SEC_OPT (line 620) | IP_SEC_OPT = 0x22 constant IP_TOS (line 621) | IP_TOS = 0x3 constant IP_TTL (line 622) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 623) | IP_UNBLOCK_SOURCE = 0x16 constant IP_UNSPEC_SRC (line 624) | IP_UNSPEC_SRC = 0x42 constant ISIG (line 625) | ISIG = 0x1 constant ISTRIP (line 626) | ISTRIP = 0x20 constant IUCLC (line 627) | IUCLC = 0x200 constant IXANY (line 628) | IXANY = 0x800 constant IXOFF (line 629) | IXOFF = 0x1000 constant IXON (line 630) | IXON = 0x400 constant LOCK_EX (line 631) | LOCK_EX = 0x2 constant LOCK_NB (line 632) | LOCK_NB = 0x4 constant LOCK_SH (line 633) | LOCK_SH = 0x1 constant LOCK_UN (line 634) | LOCK_UN = 0x8 constant MADV_ACCESS_DEFAULT (line 635) | MADV_ACCESS_DEFAULT = 0x6 constant MADV_ACCESS_LWP (line 636) | MADV_ACCESS_LWP = 0x7 constant MADV_ACCESS_MANY (line 637) | MADV_ACCESS_MANY = 0x8 constant MADV_DONTNEED (line 638) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 639) | MADV_FREE = 0x5 constant MADV_NORMAL (line 640) | MADV_NORMAL = 0x0 constant MADV_PURGE (line 641) | MADV_PURGE = 0x9 constant MADV_RANDOM (line 642) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 643) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 644) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 645) | MAP_32BIT = 0x80 constant MAP_ALIGN (line 646) | MAP_ALIGN = 0x200 constant MAP_ANON (line 647) | MAP_ANON = 0x100 constant MAP_ANONYMOUS (line 648) | MAP_ANONYMOUS = 0x100 constant MAP_FILE (line 649) | MAP_FILE = 0x0 constant MAP_FIXED (line 650) | MAP_FIXED = 0x10 constant MAP_INITDATA (line 651) | MAP_INITDATA = 0x800 constant MAP_NORESERVE (line 652) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 653) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 654) | MAP_RENAME = 0x20 constant MAP_SHARED (line 655) | MAP_SHARED = 0x1 constant MAP_TEXT (line 656) | MAP_TEXT = 0x400 constant MAP_TYPE (line 657) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 658) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 659) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 660) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 661) | MCAST_JOIN_GROUP = 0x29 constant MCAST_JOIN_SOURCE_GROUP (line 662) | MCAST_JOIN_SOURCE_GROUP = 0x2d constant MCAST_LEAVE_GROUP (line 663) | MCAST_LEAVE_GROUP = 0x2a constant MCAST_LEAVE_SOURCE_GROUP (line 664) | MCAST_LEAVE_SOURCE_GROUP = 0x2e constant MCAST_UNBLOCK_SOURCE (line 665) | MCAST_UNBLOCK_SOURCE = 0x2c constant MCL_CURRENT (line 666) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 667) | MCL_FUTURE = 0x2 constant MSG_CTRUNC (line 668) | MSG_CTRUNC = 0x10 constant MSG_DONTROUTE (line 669) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 670) | MSG_DONTWAIT = 0x80 constant MSG_DUPCTRL (line 671) | MSG_DUPCTRL = 0x800 constant MSG_EOR (line 672) | MSG_EOR = 0x8 constant MSG_MAXIOVLEN (line 673) | MSG_MAXIOVLEN = 0x10 constant MSG_NOSIGNAL (line 674) | MSG_NOSIGNAL = 0x200 constant MSG_NOTIFICATION (line 675) | MSG_NOTIFICATION = 0x100 constant MSG_OOB (line 676) | MSG_OOB = 0x1 constant MSG_PEEK (line 677) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 678) | MSG_TRUNC = 0x20 constant MSG_WAITALL (line 679) | MSG_WAITALL = 0x40 constant MSG_XPG4_2 (line 680) | MSG_XPG4_2 = 0x8000 constant MS_ASYNC (line 681) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 682) | MS_INVALIDATE = 0x2 constant MS_OLDSYNC (line 683) | MS_OLDSYNC = 0x0 constant MS_SYNC (line 684) | MS_SYNC = 0x4 constant M_FLUSH (line 685) | M_FLUSH = 0x86 constant NAME_MAX (line 686) | NAME_MAX = 0xff constant NEWDEV (line 687) | NEWDEV = 0x1 constant NFDBITS (line 688) | NFDBITS = 0x40 constant NL0 (line 689) | NL0 = 0x0 constant NL1 (line 690) | NL1 = 0x100 constant NLDLY (line 691) | NLDLY = 0x100 constant NOFLSH (line 692) | NOFLSH = 0x80 constant OCRNL (line 693) | OCRNL = 0x8 constant OFDEL (line 694) | OFDEL = 0x80 constant OFILL (line 695) | OFILL = 0x40 constant OLCUC (line 696) | OLCUC = 0x2 constant OLDDEV (line 697) | OLDDEV = 0x0 constant ONBITSMAJOR (line 698) | ONBITSMAJOR = 0x7 constant ONBITSMINOR (line 699) | ONBITSMINOR = 0x8 constant ONLCR (line 700) | ONLCR = 0x4 constant ONLRET (line 701) | ONLRET = 0x20 constant ONOCR (line 702) | ONOCR = 0x10 constant OPENFAIL (line 703) | OPENFAIL = -0x1 constant OPOST (line 704) | OPOST = 0x1 constant O_ACCMODE (line 705) | O_ACCMODE = 0x600003 constant O_APPEND (line 706) | O_APPEND = 0x8 constant O_CLOEXEC (line 707) | O_CLOEXEC = 0x800000 constant O_CREAT (line 708) | O_CREAT = 0x100 constant O_DIRECT (line 709) | O_DIRECT = 0x2000000 constant O_DIRECTORY (line 710) | O_DIRECTORY = 0x1000000 constant O_DSYNC (line 711) | O_DSYNC = 0x40 constant O_EXCL (line 712) | O_EXCL = 0x400 constant O_EXEC (line 713) | O_EXEC = 0x400000 constant O_LARGEFILE (line 714) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 715) | O_NDELAY = 0x4 constant O_NOCTTY (line 716) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 717) | O_NOFOLLOW = 0x20000 constant O_NOLINKS (line 718) | O_NOLINKS = 0x40000 constant O_NONBLOCK (line 719) | O_NONBLOCK = 0x80 constant O_RDONLY (line 720) | O_RDONLY = 0x0 constant O_RDWR (line 721) | O_RDWR = 0x2 constant O_RSYNC (line 722) | O_RSYNC = 0x8000 constant O_SEARCH (line 723) | O_SEARCH = 0x200000 constant O_SIOCGIFCONF (line 724) | O_SIOCGIFCONF = -0x3ff796ec constant O_SIOCGLIFCONF (line 725) | O_SIOCGLIFCONF = -0x3fef9688 constant O_SYNC (line 726) | O_SYNC = 0x10 constant O_TRUNC (line 727) | O_TRUNC = 0x200 constant O_WRONLY (line 728) | O_WRONLY = 0x1 constant O_XATTR (line 729) | O_XATTR = 0x4000 constant PARENB (line 730) | PARENB = 0x100 constant PAREXT (line 731) | PAREXT = 0x100000 constant PARMRK (line 732) | PARMRK = 0x8 constant PARODD (line 733) | PARODD = 0x200 constant PENDIN (line 734) | PENDIN = 0x4000 constant PRIO_PGRP (line 735) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 736) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 737) | PRIO_USER = 0x2 constant PROT_EXEC (line 738) | PROT_EXEC = 0x4 constant PROT_NONE (line 739) | PROT_NONE = 0x0 constant PROT_READ (line 740) | PROT_READ = 0x1 constant PROT_WRITE (line 741) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 742) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 743) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 744) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 745) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 746) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 747) | RLIMIT_NOFILE = 0x5 constant RLIMIT_STACK (line 748) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 749) | RLIM_INFINITY = 0xfffffffffffffffd constant RTAX_AUTHOR (line 750) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 751) | RTAX_BRD = 0x7 constant RTAX_DST (line 752) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 753) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 754) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 755) | RTAX_IFA = 0x5 constant RTAX_IFP (line 756) | RTAX_IFP = 0x4 constant RTAX_MAX (line 757) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 758) | RTAX_NETMASK = 0x2 constant RTAX_SRC (line 759) | RTAX_SRC = 0x8 constant RTA_AUTHOR (line 760) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 761) | RTA_BRD = 0x80 constant RTA_DST (line 762) | RTA_DST = 0x1 constant RTA_GATEWAY (line 763) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 764) | RTA_GENMASK = 0x8 constant RTA_IFA (line 765) | RTA_IFA = 0x20 constant RTA_IFP (line 766) | RTA_IFP = 0x10 constant RTA_NETMASK (line 767) | RTA_NETMASK = 0x4 constant RTA_NUMBITS (line 768) | RTA_NUMBITS = 0x9 constant RTA_SRC (line 769) | RTA_SRC = 0x100 constant RTF_BLACKHOLE (line 770) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONING (line 771) | RTF_CLONING = 0x100 constant RTF_DONE (line 772) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 773) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 774) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 775) | RTF_HOST = 0x4 constant RTF_INDIRECT (line 776) | RTF_INDIRECT = 0x40000 constant RTF_KERNEL (line 777) | RTF_KERNEL = 0x80000 constant RTF_LLINFO (line 778) | RTF_LLINFO = 0x400 constant RTF_MASK (line 779) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 780) | RTF_MODIFIED = 0x20 constant RTF_MULTIRT (line 781) | RTF_MULTIRT = 0x10000 constant RTF_PRIVATE (line 782) | RTF_PRIVATE = 0x2000 constant RTF_PROTO1 (line 783) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 784) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 785) | RTF_REJECT = 0x8 constant RTF_SETSRC (line 786) | RTF_SETSRC = 0x20000 constant RTF_STATIC (line 787) | RTF_STATIC = 0x800 constant RTF_UP (line 788) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 789) | RTF_XRESOLVE = 0x200 constant RTF_ZONE (line 790) | RTF_ZONE = 0x100000 constant RTM_ADD (line 791) | RTM_ADD = 0x1 constant RTM_CHANGE (line 792) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 793) | RTM_CHGADDR = 0xf constant RTM_DELADDR (line 794) | RTM_DELADDR = 0xd constant RTM_DELETE (line 795) | RTM_DELETE = 0x2 constant RTM_FREEADDR (line 796) | RTM_FREEADDR = 0x10 constant RTM_GET (line 797) | RTM_GET = 0x4 constant RTM_IFINFO (line 798) | RTM_IFINFO = 0xe constant RTM_LOCK (line 799) | RTM_LOCK = 0x8 constant RTM_LOSING (line 800) | RTM_LOSING = 0x5 constant RTM_MISS (line 801) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 802) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 803) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 804) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 805) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 806) | RTM_RESOLVE = 0xb constant RTM_VERSION (line 807) | RTM_VERSION = 0x3 constant RTV_EXPIRE (line 808) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 809) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 810) | RTV_MTU = 0x1 constant RTV_RPIPE (line 811) | RTV_RPIPE = 0x8 constant RTV_RTT (line 812) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 813) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 814) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 815) | RTV_SSTHRESH = 0x20 constant RT_AWARE (line 816) | RT_AWARE = 0x1 constant RUSAGE_CHILDREN (line 817) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 818) | RUSAGE_SELF = 0x0 constant SCM_RIGHTS (line 819) | SCM_RIGHTS = 0x1010 constant SCM_TIMESTAMP (line 820) | SCM_TIMESTAMP = 0x1013 constant SCM_UCRED (line 821) | SCM_UCRED = 0x1012 constant SHUT_RD (line 822) | SHUT_RD = 0x0 constant SHUT_RDWR (line 823) | SHUT_RDWR = 0x2 constant SHUT_WR (line 824) | SHUT_WR = 0x1 constant SIG2STR_MAX (line 825) | SIG2STR_MAX = 0x20 constant SIOCADDMULTI (line 826) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDRT (line 827) | SIOCADDRT = -0x7fcf8df6 constant SIOCATMARK (line 828) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 829) | SIOCDARP = -0x7fdb96e0 constant SIOCDELMULTI (line 830) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELRT (line 831) | SIOCDELRT = -0x7fcf8df5 constant SIOCDXARP (line 832) | SIOCDXARP = -0x7fff9658 constant SIOCGARP (line 833) | SIOCGARP = -0x3fdb96e1 constant SIOCGDSTINFO (line 834) | SIOCGDSTINFO = -0x3fff965c constant SIOCGENADDR (line 835) | SIOCGENADDR = -0x3fdf96ab constant SIOCGENPSTATS (line 836) | SIOCGENPSTATS = -0x3fdf96c7 constant SIOCGETLSGCNT (line 837) | SIOCGETLSGCNT = -0x3fef8deb constant SIOCGETNAME (line 838) | SIOCGETNAME = 0x40107334 constant SIOCGETPEER (line 839) | SIOCGETPEER = 0x40107335 constant SIOCGETPROP (line 840) | SIOCGETPROP = -0x3fff8f44 constant SIOCGETSGCNT (line 841) | SIOCGETSGCNT = -0x3feb8deb constant SIOCGETSYNC (line 842) | SIOCGETSYNC = -0x3fdf96d3 constant SIOCGETVIFCNT (line 843) | SIOCGETVIFCNT = -0x3feb8dec constant SIOCGHIWAT (line 844) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 845) | SIOCGIFADDR = -0x3fdf96f3 constant SIOCGIFBRDADDR (line 846) | SIOCGIFBRDADDR = -0x3fdf96e9 constant SIOCGIFCONF (line 847) | SIOCGIFCONF = -0x3ff796a4 constant SIOCGIFDSTADDR (line 848) | SIOCGIFDSTADDR = -0x3fdf96f1 constant SIOCGIFFLAGS (line 849) | SIOCGIFFLAGS = -0x3fdf96ef constant SIOCGIFHWADDR (line 850) | SIOCGIFHWADDR = -0x3fdf9647 constant SIOCGIFINDEX (line 851) | SIOCGIFINDEX = -0x3fdf96a6 constant SIOCGIFMEM (line 852) | SIOCGIFMEM = -0x3fdf96ed constant SIOCGIFMETRIC (line 853) | SIOCGIFMETRIC = -0x3fdf96e5 constant SIOCGIFMTU (line 854) | SIOCGIFMTU = -0x3fdf96ea constant SIOCGIFMUXID (line 855) | SIOCGIFMUXID = -0x3fdf96a8 constant SIOCGIFNETMASK (line 856) | SIOCGIFNETMASK = -0x3fdf96e7 constant SIOCGIFNUM (line 857) | SIOCGIFNUM = 0x40046957 constant SIOCGIP6ADDRPOLICY (line 858) | SIOCGIP6ADDRPOLICY = -0x3fff965e constant SIOCGIPMSFILTER (line 859) | SIOCGIPMSFILTER = -0x3ffb964c constant SIOCGLIFADDR (line 860) | SIOCGLIFADDR = -0x3f87968f constant SIOCGLIFBINDING (line 861) | SIOCGLIFBINDING = -0x3f879666 constant SIOCGLIFBRDADDR (line 862) | SIOCGLIFBRDADDR = -0x3f879685 constant SIOCGLIFCONF (line 863) | SIOCGLIFCONF = -0x3fef965b constant SIOCGLIFDADSTATE (line 864) | SIOCGLIFDADSTATE = -0x3f879642 constant SIOCGLIFDSTADDR (line 865) | SIOCGLIFDSTADDR = -0x3f87968d constant SIOCGLIFFLAGS (line 866) | SIOCGLIFFLAGS = -0x3f87968b constant SIOCGLIFGROUPINFO (line 867) | SIOCGLIFGROUPINFO = -0x3f4b9663 constant SIOCGLIFGROUPNAME (line 868) | SIOCGLIFGROUPNAME = -0x3f879664 constant SIOCGLIFHWADDR (line 869) | SIOCGLIFHWADDR = -0x3f879640 constant SIOCGLIFINDEX (line 870) | SIOCGLIFINDEX = -0x3f87967b constant SIOCGLIFLNKINFO (line 871) | SIOCGLIFLNKINFO = -0x3f879674 constant SIOCGLIFMETRIC (line 872) | SIOCGLIFMETRIC = -0x3f879681 constant SIOCGLIFMTU (line 873) | SIOCGLIFMTU = -0x3f879686 constant SIOCGLIFMUXID (line 874) | SIOCGLIFMUXID = -0x3f87967d constant SIOCGLIFNETMASK (line 875) | SIOCGLIFNETMASK = -0x3f879683 constant SIOCGLIFNUM (line 876) | SIOCGLIFNUM = -0x3ff3967e constant SIOCGLIFSRCOF (line 877) | SIOCGLIFSRCOF = -0x3fef964f constant SIOCGLIFSUBNET (line 878) | SIOCGLIFSUBNET = -0x3f879676 constant SIOCGLIFTOKEN (line 879) | SIOCGLIFTOKEN = -0x3f879678 constant SIOCGLIFUSESRC (line 880) | SIOCGLIFUSESRC = -0x3f879651 constant SIOCGLIFZONE (line 881) | SIOCGLIFZONE = -0x3f879656 constant SIOCGLOWAT (line 882) | SIOCGLOWAT = 0x40047303 constant SIOCGMSFILTER (line 883) | SIOCGMSFILTER = -0x3ffb964e constant SIOCGPGRP (line 884) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMP (line 885) | SIOCGSTAMP = -0x3fef9646 constant SIOCGXARP (line 886) | SIOCGXARP = -0x3fff9659 constant SIOCIFDETACH (line 887) | SIOCIFDETACH = -0x7fdf96c8 constant SIOCILB (line 888) | SIOCILB = -0x3ffb9645 constant SIOCLIFADDIF (line 889) | SIOCLIFADDIF = -0x3f879691 constant SIOCLIFDELND (line 890) | SIOCLIFDELND = -0x7f879673 constant SIOCLIFGETND (line 891) | SIOCLIFGETND = -0x3f879672 constant SIOCLIFREMOVEIF (line 892) | SIOCLIFREMOVEIF = -0x7f879692 constant SIOCLIFSETND (line 893) | SIOCLIFSETND = -0x7f879671 constant SIOCLOWER (line 894) | SIOCLOWER = -0x7fdf96d7 constant SIOCSARP (line 895) | SIOCSARP = -0x7fdb96e2 constant SIOCSCTPGOPT (line 896) | SIOCSCTPGOPT = -0x3fef9653 constant SIOCSCTPPEELOFF (line 897) | SIOCSCTPPEELOFF = -0x3ffb9652 constant SIOCSCTPSOPT (line 898) | SIOCSCTPSOPT = -0x7fef9654 constant SIOCSENABLESDP (line 899) | SIOCSENABLESDP = -0x3ffb9649 constant SIOCSETPROP (line 900) | SIOCSETPROP = -0x7ffb8f43 constant SIOCSETSYNC (line 901) | SIOCSETSYNC = -0x7fdf96d4 constant SIOCSHIWAT (line 902) | SIOCSHIWAT = -0x7ffb8d00 constant SIOCSIFADDR (line 903) | SIOCSIFADDR = -0x7fdf96f4 constant SIOCSIFBRDADDR (line 904) | SIOCSIFBRDADDR = -0x7fdf96e8 constant SIOCSIFDSTADDR (line 905) | SIOCSIFDSTADDR = -0x7fdf96f2 constant SIOCSIFFLAGS (line 906) | SIOCSIFFLAGS = -0x7fdf96f0 constant SIOCSIFINDEX (line 907) | SIOCSIFINDEX = -0x7fdf96a5 constant SIOCSIFMEM (line 908) | SIOCSIFMEM = -0x7fdf96ee constant SIOCSIFMETRIC (line 909) | SIOCSIFMETRIC = -0x7fdf96e4 constant SIOCSIFMTU (line 910) | SIOCSIFMTU = -0x7fdf96eb constant SIOCSIFMUXID (line 911) | SIOCSIFMUXID = -0x7fdf96a7 constant SIOCSIFNAME (line 912) | SIOCSIFNAME = -0x7fdf96b7 constant SIOCSIFNETMASK (line 913) | SIOCSIFNETMASK = -0x7fdf96e6 constant SIOCSIP6ADDRPOLICY (line 914) | SIOCSIP6ADDRPOLICY = -0x7fff965d constant SIOCSIPMSFILTER (line 915) | SIOCSIPMSFILTER = -0x7ffb964b constant SIOCSLGETREQ (line 916) | SIOCSLGETREQ = -0x3fdf96b9 constant SIOCSLIFADDR (line 917) | SIOCSLIFADDR = -0x7f879690 constant SIOCSLIFBRDADDR (line 918) | SIOCSLIFBRDADDR = -0x7f879684 constant SIOCSLIFDSTADDR (line 919) | SIOCSLIFDSTADDR = -0x7f87968e constant SIOCSLIFFLAGS (line 920) | SIOCSLIFFLAGS = -0x7f87968c constant SIOCSLIFGROUPNAME (line 921) | SIOCSLIFGROUPNAME = -0x7f879665 constant SIOCSLIFINDEX (line 922) | SIOCSLIFINDEX = -0x7f87967a constant SIOCSLIFLNKINFO (line 923) | SIOCSLIFLNKINFO = -0x7f879675 constant SIOCSLIFMETRIC (line 924) | SIOCSLIFMETRIC = -0x7f879680 constant SIOCSLIFMTU (line 925) | SIOCSLIFMTU = -0x7f879687 constant SIOCSLIFMUXID (line 926) | SIOCSLIFMUXID = -0x7f87967c constant SIOCSLIFNAME (line 927) | SIOCSLIFNAME = -0x3f87967f constant SIOCSLIFNETMASK (line 928) | SIOCSLIFNETMASK = -0x7f879682 constant SIOCSLIFPREFIX (line 929) | SIOCSLIFPREFIX = -0x3f879641 constant SIOCSLIFSUBNET (line 930) | SIOCSLIFSUBNET = -0x7f879677 constant SIOCSLIFTOKEN (line 931) | SIOCSLIFTOKEN = -0x7f879679 constant SIOCSLIFUSESRC (line 932) | SIOCSLIFUSESRC = -0x7f879650 constant SIOCSLIFZONE (line 933) | SIOCSLIFZONE = -0x7f879655 constant SIOCSLOWAT (line 934) | SIOCSLOWAT = -0x7ffb8cfe constant SIOCSLSTAT (line 935) | SIOCSLSTAT = -0x7fdf96b8 constant SIOCSMSFILTER (line 936) | SIOCSMSFILTER = -0x7ffb964d constant SIOCSPGRP (line 937) | SIOCSPGRP = -0x7ffb8cf8 constant SIOCSPROMISC (line 938) | SIOCSPROMISC = -0x7ffb96d0 constant SIOCSQPTR (line 939) | SIOCSQPTR = -0x3ffb9648 constant SIOCSSDSTATS (line 940) | SIOCSSDSTATS = -0x3fdf96d2 constant SIOCSSESTATS (line 941) | SIOCSSESTATS = -0x3fdf96d1 constant SIOCSXARP (line 942) | SIOCSXARP = -0x7fff965a constant SIOCTMYADDR (line 943) | SIOCTMYADDR = -0x3ff79670 constant SIOCTMYSITE (line 944) | SIOCTMYSITE = -0x3ff7966e constant SIOCTONLINK (line 945) | SIOCTONLINK = -0x3ff7966f constant SIOCUPPER (line 946) | SIOCUPPER = -0x7fdf96d8 constant SIOCX25RCV (line 947) | SIOCX25RCV = -0x3fdf96c4 constant SIOCX25TBL (line 948) | SIOCX25TBL = -0x3fdf96c3 constant SIOCX25XMT (line 949) | SIOCX25XMT = -0x3fdf96c5 constant SIOCXPROTO (line 950) | SIOCXPROTO = 0x20007337 constant SOCK_CLOEXEC (line 951) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 952) | SOCK_DGRAM = 0x1 constant SOCK_NDELAY (line 953) | SOCK_NDELAY = 0x200000 constant SOCK_NONBLOCK (line 954) | SOCK_NONBLOCK = 0x100000 constant SOCK_RAW (line 955) | SOCK_RAW = 0x4 constant SOCK_RDM (line 956) | SOCK_RDM = 0x5 constant SOCK_SEQPACKET (line 957) | SOCK_SEQPACKET = 0x6 constant SOCK_STREAM (line 958) | SOCK_STREAM = 0x2 constant SOCK_TYPE_MASK (line 959) | SOCK_TYPE_MASK = 0xffff constant SOL_FILTER (line 960) | SOL_FILTER = 0xfffc constant SOL_PACKET (line 961) | SOL_PACKET = 0xfffd constant SOL_ROUTE (line 962) | SOL_ROUTE = 0xfffe constant SOL_SOCKET (line 963) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 964) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 965) | SO_ACCEPTCONN = 0x2 constant SO_ALL (line 966) | SO_ALL = 0x3f constant SO_ALLZONES (line 967) | SO_ALLZONES = 0x1014 constant SO_ANON_MLP (line 968) | SO_ANON_MLP = 0x100a constant SO_ATTACH_FILTER (line 969) | SO_ATTACH_FILTER = 0x40000001 constant SO_BAND (line 970) | SO_BAND = 0x4000 constant SO_BROADCAST (line 971) | SO_BROADCAST = 0x20 constant SO_COPYOPT (line 972) | SO_COPYOPT = 0x80000 constant SO_DEBUG (line 973) | SO_DEBUG = 0x1 constant SO_DELIM (line 974) | SO_DELIM = 0x8000 constant SO_DETACH_FILTER (line 975) | SO_DETACH_FILTER = 0x40000002 constant SO_DGRAM_ERRIND (line 976) | SO_DGRAM_ERRIND = 0x200 constant SO_DOMAIN (line 977) | SO_DOMAIN = 0x100c constant SO_DONTLINGER (line 978) | SO_DONTLINGER = -0x81 constant SO_DONTROUTE (line 979) | SO_DONTROUTE = 0x10 constant SO_ERROPT (line 980) | SO_ERROPT = 0x40000 constant SO_ERROR (line 981) | SO_ERROR = 0x1007 constant SO_EXCLBIND (line 982) | SO_EXCLBIND = 0x1015 constant SO_HIWAT (line 983) | SO_HIWAT = 0x10 constant SO_ISNTTY (line 984) | SO_ISNTTY = 0x800 constant SO_ISTTY (line 985) | SO_ISTTY = 0x400 constant SO_KEEPALIVE (line 986) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 987) | SO_LINGER = 0x80 constant SO_LOWAT (line 988) | SO_LOWAT = 0x20 constant SO_MAC_EXEMPT (line 989) | SO_MAC_EXEMPT = 0x100b constant SO_MAC_IMPLICIT (line 990) | SO_MAC_IMPLICIT = 0x1016 constant SO_MAXBLK (line 991) | SO_MAXBLK = 0x100000 constant SO_MAXPSZ (line 992) | SO_MAXPSZ = 0x8 constant SO_MINPSZ (line 993) | SO_MINPSZ = 0x4 constant SO_MREADOFF (line 994) | SO_MREADOFF = 0x80 constant SO_MREADON (line 995) | SO_MREADON = 0x40 constant SO_NDELOFF (line 996) | SO_NDELOFF = 0x200 constant SO_NDELON (line 997) | SO_NDELON = 0x100 constant SO_NODELIM (line 998) | SO_NODELIM = 0x10000 constant SO_OOBINLINE (line 999) | SO_OOBINLINE = 0x100 constant SO_PROTOTYPE (line 1000) | SO_PROTOTYPE = 0x1009 constant SO_RCVBUF (line 1001) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1002) | SO_RCVLOWAT = 0x1004 constant SO_RCVPSH (line 1003) | SO_RCVPSH = 0x100d constant SO_RCVTIMEO (line 1004) | SO_RCVTIMEO = 0x1006 constant SO_READOPT (line 1005) | SO_READOPT = 0x1 constant SO_RECVUCRED (line 1006) | SO_RECVUCRED = 0x400 constant SO_REUSEADDR (line 1007) | SO_REUSEADDR = 0x4 constant SO_SECATTR (line 1008) | SO_SECATTR = 0x1011 constant SO_SNDBUF (line 1009) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1010) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1011) | SO_SNDTIMEO = 0x1005 constant SO_STRHOLD (line 1012) | SO_STRHOLD = 0x20000 constant SO_TAIL (line 1013) | SO_TAIL = 0x200000 constant SO_TIMESTAMP (line 1014) | SO_TIMESTAMP = 0x1013 constant SO_TONSTOP (line 1015) | SO_TONSTOP = 0x2000 constant SO_TOSTOP (line 1016) | SO_TOSTOP = 0x1000 constant SO_TYPE (line 1017) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1018) | SO_USELOOPBACK = 0x40 constant SO_VRRP (line 1019) | SO_VRRP = 0x1017 constant SO_WROFF (line 1020) | SO_WROFF = 0x2 constant S_ENFMT (line 1021) | S_ENFMT = 0x400 constant S_IAMB (line 1022) | S_IAMB = 0x1ff constant S_IEXEC (line 1023) | S_IEXEC = 0x40 constant S_IFBLK (line 1024) | S_IFBLK = 0x6000 constant S_IFCHR (line 1025) | S_IFCHR = 0x2000 constant S_IFDIR (line 1026) | S_IFDIR = 0x4000 constant S_IFDOOR (line 1027) | S_IFDOOR = 0xd000 constant S_IFIFO (line 1028) | S_IFIFO = 0x1000 constant S_IFLNK (line 1029) | S_IFLNK = 0xa000 constant S_IFMT (line 1030) | S_IFMT = 0xf000 constant S_IFNAM (line 1031) | S_IFNAM = 0x5000 constant S_IFPORT (line 1032) | S_IFPORT = 0xe000 constant S_IFREG (line 1033) | S_IFREG = 0x8000 constant S_IFSOCK (line 1034) | S_IFSOCK = 0xc000 constant S_INSEM (line 1035) | S_INSEM = 0x1 constant S_INSHD (line 1036) | S_INSHD = 0x2 constant S_IREAD (line 1037) | S_IREAD = 0x100 constant S_IRGRP (line 1038) | S_IRGRP = 0x20 constant S_IROTH (line 1039) | S_IROTH = 0x4 constant S_IRUSR (line 1040) | S_IRUSR = 0x100 constant S_IRWXG (line 1041) | S_IRWXG = 0x38 constant S_IRWXO (line 1042) | S_IRWXO = 0x7 constant S_IRWXU (line 1043) | S_IRWXU = 0x1c0 constant S_ISGID (line 1044) | S_ISGID = 0x400 constant S_ISUID (line 1045) | S_ISUID = 0x800 constant S_ISVTX (line 1046) | S_ISVTX = 0x200 constant S_IWGRP (line 1047) | S_IWGRP = 0x10 constant S_IWOTH (line 1048) | S_IWOTH = 0x2 constant S_IWRITE (line 1049) | S_IWRITE = 0x80 constant S_IWUSR (line 1050) | S_IWUSR = 0x80 constant S_IXGRP (line 1051) | S_IXGRP = 0x8 constant S_IXOTH (line 1052) | S_IXOTH = 0x1 constant S_IXUSR (line 1053) | S_IXUSR = 0x40 constant TAB0 (line 1054) | TAB0 = 0x0 constant TAB1 (line 1055) | TAB1 = 0x800 constant TAB2 (line 1056) | TAB2 = 0x1000 constant TAB3 (line 1057) | TAB3 = 0x1800 constant TABDLY (line 1058) | TABDLY = 0x1800 constant TCFLSH (line 1059) | TCFLSH = 0x5407 constant TCGETA (line 1060) | TCGETA = 0x5401 constant TCGETS (line 1061) | TCGETS = 0x540d constant TCIFLUSH (line 1062) | TCIFLUSH = 0x0 constant TCIOFF (line 1063) | TCIOFF = 0x2 constant TCIOFLUSH (line 1064) | TCIOFLUSH = 0x2 constant TCION (line 1065) | TCION = 0x3 constant TCOFLUSH (line 1066) | TCOFLUSH = 0x1 constant TCOOFF (line 1067) | TCOOFF = 0x0 constant TCOON (line 1068) | TCOON = 0x1 constant TCP_ABORT_THRESHOLD (line 1069) | TCP_ABORT_THRESHOLD = 0x11 constant TCP_ANONPRIVBIND (line 1070) | TCP_ANONPRIVBIND = 0x20 constant TCP_CONGESTION (line 1071) | TCP_CONGESTION = 0x25 constant TCP_CONN_ABORT_THRESHOLD (line 1072) | TCP_CONN_ABORT_THRESHOLD = 0x13 constant TCP_CONN_NOTIFY_THRESHOLD (line 1073) | TCP_CONN_NOTIFY_THRESHOLD = 0x12 constant TCP_CORK (line 1074) | TCP_CORK = 0x18 constant TCP_EXCLBIND (line 1075) | TCP_EXCLBIND = 0x21 constant TCP_INIT_CWND (line 1076) | TCP_INIT_CWND = 0x15 constant TCP_KEEPALIVE (line 1077) | TCP_KEEPALIVE = 0x8 constant TCP_KEEPALIVE_ABORT_THRESHOLD (line 1078) | TCP_KEEPALIVE_ABORT_THRESHOLD = 0x17 constant TCP_KEEPALIVE_THRESHOLD (line 1079) | TCP_KEEPALIVE_THRESHOLD = 0x16 constant TCP_KEEPCNT (line 1080) | TCP_KEEPCNT = 0x23 constant TCP_KEEPIDLE (line 1081) | TCP_KEEPIDLE = 0x22 constant TCP_KEEPINTVL (line 1082) | TCP_KEEPINTVL = 0x24 constant TCP_LINGER2 (line 1083) | TCP_LINGER2 = 0x1c constant TCP_MAXSEG (line 1084) | TCP_MAXSEG = 0x2 constant TCP_MSS (line 1085) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1086) | TCP_NODELAY = 0x1 constant TCP_NOTIFY_THRESHOLD (line 1087) | TCP_NOTIFY_THRESHOLD = 0x10 constant TCP_RECVDSTADDR (line 1088) | TCP_RECVDSTADDR = 0x14 constant TCP_RTO_INITIAL (line 1089) | TCP_RTO_INITIAL = 0x19 constant TCP_RTO_MAX (line 1090) | TCP_RTO_MAX = 0x1b constant TCP_RTO_MIN (line 1091) | TCP_RTO_MIN = 0x1a constant TCSAFLUSH (line 1092) | TCSAFLUSH = 0x5410 constant TCSBRK (line 1093) | TCSBRK = 0x5405 constant TCSETA (line 1094) | TCSETA = 0x5402 constant TCSETAF (line 1095) | TCSETAF = 0x5404 constant TCSETAW (line 1096) | TCSETAW = 0x5403 constant TCSETS (line 1097) | TCSETS = 0x540e constant TCSETSF (line 1098) | TCSETSF = 0x5410 constant TCSETSW (line 1099) | TCSETSW = 0x540f constant TCXONC (line 1100) | TCXONC = 0x5406 constant TIMER_ABSTIME (line 1101) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1102) | TIMER_RELTIME = 0x0 constant TIOC (line 1103) | TIOC = 0x5400 constant TIOCCBRK (line 1104) | TIOCCBRK = 0x747a constant TIOCCDTR (line 1105) | TIOCCDTR = 0x7478 constant TIOCCILOOP (line 1106) | TIOCCILOOP = 0x746c constant TIOCEXCL (line 1107) | TIOCEXCL = 0x740d constant TIOCFLUSH (line 1108) | TIOCFLUSH = 0x7410 constant TIOCGETC (line 1109) | TIOCGETC = 0x7412 constant TIOCGETD (line 1110) | TIOCGETD = 0x7400 constant TIOCGETP (line 1111) | TIOCGETP = 0x7408 constant TIOCGLTC (line 1112) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 1113) | TIOCGPGRP = 0x7414 constant TIOCGPPS (line 1114) | TIOCGPPS = 0x547d constant TIOCGPPSEV (line 1115) | TIOCGPPSEV = 0x547f constant TIOCGSID (line 1116) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 1117) | TIOCGSOFTCAR = 0x5469 constant TIOCGWINSZ (line 1118) | TIOCGWINSZ = 0x5468 constant TIOCHPCL (line 1119) | TIOCHPCL = 0x7402 constant TIOCKBOF (line 1120) | TIOCKBOF = 0x5409 constant TIOCKBON (line 1121) | TIOCKBON = 0x5408 constant TIOCLBIC (line 1122) | TIOCLBIC = 0x747e constant TIOCLBIS (line 1123) | TIOCLBIS = 0x747f constant TIOCLGET (line 1124) | TIOCLGET = 0x747c constant TIOCLSET (line 1125) | TIOCLSET = 0x747d constant TIOCMBIC (line 1126) | TIOCMBIC = 0x741c constant TIOCMBIS (line 1127) | TIOCMBIS = 0x741b constant TIOCMGET (line 1128) | TIOCMGET = 0x741d constant TIOCMSET (line 1129) | TIOCMSET = 0x741a constant TIOCM_CAR (line 1130) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1131) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1132) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1133) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1134) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1135) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1136) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1137) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1138) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1139) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1140) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1141) | TIOCNOTTY = 0x7471 constant TIOCNXCL (line 1142) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 1143) | TIOCOUTQ = 0x7473 constant TIOCREMOTE (line 1144) | TIOCREMOTE = 0x741e constant TIOCSBRK (line 1145) | TIOCSBRK = 0x747b constant TIOCSCTTY (line 1146) | TIOCSCTTY = 0x7484 constant TIOCSDTR (line 1147) | TIOCSDTR = 0x7479 constant TIOCSETC (line 1148) | TIOCSETC = 0x7411 constant TIOCSETD (line 1149) | TIOCSETD = 0x7401 constant TIOCSETN (line 1150) | TIOCSETN = 0x740a constant TIOCSETP (line 1151) | TIOCSETP = 0x7409 constant TIOCSIGNAL (line 1152) | TIOCSIGNAL = 0x741f constant TIOCSILOOP (line 1153) | TIOCSILOOP = 0x746d constant TIOCSLTC (line 1154) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 1155) | TIOCSPGRP = 0x7415 constant TIOCSPPS (line 1156) | TIOCSPPS = 0x547e constant TIOCSSOFTCAR (line 1157) | TIOCSSOFTCAR = 0x546a constant TIOCSTART (line 1158) | TIOCSTART = 0x746e constant TIOCSTI (line 1159) | TIOCSTI = 0x7417 constant TIOCSTOP (line 1160) | TIOCSTOP = 0x746f constant TIOCSWINSZ (line 1161) | TIOCSWINSZ = 0x5467 constant TOSTOP (line 1162) | TOSTOP = 0x100 constant UTIME_NOW (line 1163) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1164) | UTIME_OMIT = -0x2 constant VCEOF (line 1165) | VCEOF = 0x8 constant VCEOL (line 1166) | VCEOL = 0x9 constant VDISCARD (line 1167) | VDISCARD = 0xd constant VDSUSP (line 1168) | VDSUSP = 0xb constant VEOF (line 1169) | VEOF = 0x4 constant VEOL (line 1170) | VEOL = 0x5 constant VEOL2 (line 1171) | VEOL2 = 0x6 constant VERASE (line 1172) | VERASE = 0x2 constant VERASE2 (line 1173) | VERASE2 = 0x11 constant VINTR (line 1174) | VINTR = 0x0 constant VKILL (line 1175) | VKILL = 0x3 constant VLNEXT (line 1176) | VLNEXT = 0xf constant VMIN (line 1177) | VMIN = 0x4 constant VQUIT (line 1178) | VQUIT = 0x1 constant VREPRINT (line 1179) | VREPRINT = 0xc constant VSTART (line 1180) | VSTART = 0x8 constant VSTATUS (line 1181) | VSTATUS = 0x10 constant VSTOP (line 1182) | VSTOP = 0x9 constant VSUSP (line 1183) | VSUSP = 0xa constant VSWTCH (line 1184) | VSWTCH = 0x7 constant VT0 (line 1185) | VT0 = 0x0 constant VT1 (line 1186) | VT1 = 0x4000 constant VTDLY (line 1187) | VTDLY = 0x4000 constant VTIME (line 1188) | VTIME = 0x5 constant VWERASE (line 1189) | VWERASE = 0xe constant WCONTFLG (line 1190) | WCONTFLG = 0xffff constant WCONTINUED (line 1191) | WCONTINUED = 0x8 constant WCOREFLG (line 1192) | WCOREFLG = 0x80 constant WEXITED (line 1193) | WEXITED = 0x1 constant WNOHANG (line 1194) | WNOHANG = 0x40 constant WNOWAIT (line 1195) | WNOWAIT = 0x80 constant WOPTMASK (line 1196) | WOPTMASK = 0xcf constant WRAP (line 1197) | WRAP = 0x20000 constant WSIGMASK (line 1198) | WSIGMASK = 0x7f constant WSTOPFLG (line 1199) | WSTOPFLG = 0x7f constant WSTOPPED (line 1200) | WSTOPPED = 0x4 constant WTRAPPED (line 1201) | WTRAPPED = 0x2 constant WUNTRACED (line 1202) | WUNTRACED = 0x4 constant XCASE (line 1203) | XCASE = 0x4 constant XTABS (line 1204) | XTABS = 0x1800 constant E2BIG (line 1209) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1210) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1211) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 1212) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 1213) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1214) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EAGAIN (line 1215) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1216) | EALREADY = syscall.Errno(0x95) constant EBADE (line 1217) | EBADE = syscall.Errno(0x32) constant EBADF (line 1218) | EBADF = syscall.Errno(0x9) constant EBADFD (line 1219) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 1220) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 1221) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 1222) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 1223) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 1224) | EBFONT = syscall.Errno(0x39) constant EBUSY (line 1225) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1226) | ECANCELED = syscall.Errno(0x2f) constant ECHILD (line 1227) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1228) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 1229) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 1230) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 1231) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 1232) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 1233) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 1234) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 1235) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOM (line 1236) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1237) | EDQUOT = syscall.Errno(0x31) constant EEXIST (line 1238) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1239) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1240) | EFBIG = syscall.Errno(0x1b) constant EHOSTDOWN (line 1241) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 1242) | EHOSTUNREACH = syscall.Errno(0x94) constant EIDRM (line 1243) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1244) | EILSEQ = syscall.Errno(0x58) constant EINPROGRESS (line 1245) | EINPROGRESS = syscall.Errno(0x96) constant EINTR (line 1246) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1247) | EINVAL = syscall.Errno(0x16) constant EIO (line 1248) | EIO = syscall.Errno(0x5) constant EISCONN (line 1249) | EISCONN = syscall.Errno(0x85) constant EISDIR (line 1250) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1251) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1252) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1253) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1254) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 1255) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 1256) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 1257) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 1258) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 1259) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 1260) | ELNRNG = syscall.Errno(0x29) constant ELOCKUNMAPPED (line 1261) | ELOCKUNMAPPED = syscall.Errno(0x48) constant ELOOP (line 1262) | ELOOP = syscall.Errno(0x5a) constant EMFILE (line 1263) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1264) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1265) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 1266) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 1267) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENETDOWN (line 1268) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 1269) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 1270) | ENETUNREACH = syscall.Errno(0x80) constant ENFILE (line 1271) | ENFILE = syscall.Errno(0x17) constant ENOANO (line 1272) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 1273) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 1274) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1275) | ENODATA = syscall.Errno(0x3d) constant ENODEV (line 1276) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1277) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1278) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1279) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 1280) | ENOLINK = syscall.Errno(0x43) constant ENOMEM (line 1281) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1282) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 1283) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 1284) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 1285) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSPC (line 1286) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1287) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 1288) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 1289) | ENOSYS = syscall.Errno(0x59) constant ENOTACTIVE (line 1290) | ENOTACTIVE = syscall.Errno(0x49) constant ENOTBLK (line 1291) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1292) | ENOTCONN = syscall.Errno(0x86) constant ENOTDIR (line 1293) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1294) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTRECOVERABLE (line 1295) | ENOTRECOVERABLE = syscall.Errno(0x3b) constant ENOTSOCK (line 1296) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 1297) | ENOTSUP = syscall.Errno(0x30) constant ENOTTY (line 1298) | ENOTTY = syscall.Errno(0x19) constant ENOTUNIQ (line 1299) | ENOTUNIQ = syscall.Errno(0x50) constant ENXIO (line 1300) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1301) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 1302) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 1303) | EOWNERDEAD = syscall.Errno(0x3a) constant EPERM (line 1304) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1305) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPIPE (line 1306) | EPIPE = syscall.Errno(0x20) constant EPROTO (line 1307) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 1308) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 1309) | EPROTOTYPE = syscall.Errno(0x62) constant ERANGE (line 1310) | ERANGE = syscall.Errno(0x22) constant EREMCHG (line 1311) | EREMCHG = syscall.Errno(0x52) constant EREMOTE (line 1312) | EREMOTE = syscall.Errno(0x42) constant ERESTART (line 1313) | ERESTART = syscall.Errno(0x5b) constant EROFS (line 1314) | EROFS = syscall.Errno(0x1e) constant ESHUTDOWN (line 1315) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 1316) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESPIPE (line 1317) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1318) | ESRCH = syscall.Errno(0x3) constant ESRMNT (line 1319) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 1320) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 1321) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 1322) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 1323) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 1324) | ETOOMANYREFS = syscall.Errno(0x90) constant ETXTBSY (line 1325) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1326) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1327) | EUSERS = syscall.Errno(0x5e) constant EWOULDBLOCK (line 1328) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 1329) | EXDEV = syscall.Errno(0x12) constant EXFULL (line 1330) | EXFULL = syscall.Errno(0x34) constant SIGABRT (line 1335) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1336) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1337) | SIGBUS = syscall.Signal(0xa) constant SIGCANCEL (line 1338) | SIGCANCEL = syscall.Signal(0x24) constant SIGCHLD (line 1339) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 1340) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 1341) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 1342) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1343) | SIGFPE = syscall.Signal(0x8) constant SIGFREEZE (line 1344) | SIGFREEZE = syscall.Signal(0x22) constant SIGHUP (line 1345) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1346) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1347) | SIGINFO = syscall.Signal(0x29) constant SIGINT (line 1348) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1349) | SIGIO = syscall.Signal(0x16) constant SIGIOT (line 1350) | SIGIOT = syscall.Signal(0x6) constant SIGJVM1 (line 1351) | SIGJVM1 = syscall.Signal(0x27) constant SIGJVM2 (line 1352) | SIGJVM2 = syscall.Signal(0x28) constant SIGKILL (line 1353) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1354) | SIGLOST = syscall.Signal(0x25) constant SIGLWP (line 1355) | SIGLWP = syscall.Signal(0x21) constant SIGPIPE (line 1356) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1357) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 1358) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 1359) | SIGPWR = syscall.Signal(0x13) constant SIGQUIT (line 1360) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1361) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1362) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 1363) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1364) | SIGTERM = syscall.Signal(0xf) constant SIGTHAW (line 1365) | SIGTHAW = syscall.Signal(0x23) constant SIGTRAP (line 1366) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1367) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 1368) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 1369) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 1370) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 1371) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 1372) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 1373) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWAITING (line 1374) | SIGWAITING = syscall.Signal(0x20) constant SIGWINCH (line 1375) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 1376) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 1377) | SIGXFSZ = syscall.Signal(0x1f) constant SIGXRES (line 1378) | SIGXRES = syscall.Signal(0x26) FILE: vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go constant BRKINT (line 14) | BRKINT = 0x0001 constant CLOCK_MONOTONIC (line 15) | CLOCK_MONOTONIC = 0x1 constant CLOCK_PROCESS_CPUTIME_ID (line 16) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 17) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 18) | CLOCK_THREAD_CPUTIME_ID = 0x3 constant CS8 (line 19) | CS8 = 0x0030 constant CSIZE (line 20) | CSIZE = 0x0030 constant ECHO (line 21) | ECHO = 0x00000008 constant ECHONL (line 22) | ECHONL = 0x00000001 constant FD_CLOEXEC (line 23) | FD_CLOEXEC = 0x01 constant FD_CLOFORK (line 24) | FD_CLOFORK = 0x02 constant FNDELAY (line 25) | FNDELAY = 0x04 constant F_CLOSFD (line 26) | F_CLOSFD = 9 constant F_CONTROL_CVT (line 27) | F_CONTROL_CVT = 13 constant F_DUPFD (line 28) | F_DUPFD = 0 constant F_DUPFD2 (line 29) | F_DUPFD2 = 8 constant F_GETFD (line 30) | F_GETFD = 1 constant F_GETFL (line 31) | F_GETFL = 259 constant F_GETLK (line 32) | F_GETLK = 5 constant F_GETOWN (line 33) | F_GETOWN = 10 constant F_OK (line 34) | F_OK = 0x0 constant F_RDLCK (line 35) | F_RDLCK = 1 constant F_SETFD (line 36) | F_SETFD = 2 constant F_SETFL (line 37) | F_SETFL = 4 constant F_SETLK (line 38) | F_SETLK = 6 constant F_SETLKW (line 39) | F_SETLKW = 7 constant F_SETOWN (line 40) | F_SETOWN = 11 constant F_SETTAG (line 41) | F_SETTAG = 12 constant F_UNLCK (line 42) | F_UNLCK = 3 constant F_WRLCK (line 43) | F_WRLCK = 2 constant FSTYPE_ZFS (line 44) | FSTYPE_ZFS = 0xe9 constant FSTYPE_HFS (line 45) | FSTYPE_HFS = 0xc8 constant FSTYPE_NFS (line 46) | FSTYPE_NFS = 0xd5 constant FSTYPE_TFS (line 47) | FSTYPE_TFS = 0xe3 constant FSTYPE_AUTOMOUNT (line 48) | FSTYPE_AUTOMOUNT = 0xc1 constant IP6F_MORE_FRAG (line 49) | IP6F_MORE_FRAG = 0x0001 constant IP6F_OFF_MASK (line 50) | IP6F_OFF_MASK = 0xfff8 constant IP6F_RESERVED_MASK (line 51) | IP6F_RESERVED_MASK = 0x0006 constant IP6OPT_JUMBO (line 52) | IP6OPT_JUMBO = 0xc2 constant IP6OPT_JUMBO_LEN (line 53) | IP6OPT_JUMBO_LEN = 6 constant IP6OPT_MUTABLE (line 54) | IP6OPT_MUTABLE = 0x20 constant IP6OPT_NSAP_ADDR (line 55) | IP6OPT_NSAP_ADDR = 0xc3 constant IP6OPT_PAD1 (line 56) | IP6OPT_PAD1 = 0x00 constant IP6OPT_PADN (line 57) | IP6OPT_PADN = 0x01 constant IP6OPT_ROUTER_ALERT (line 58) | IP6OPT_ROUTER_ALERT = 0x05 constant IP6OPT_TUNNEL_LIMIT (line 59) | IP6OPT_TUNNEL_LIMIT = 0x04 constant IP6OPT_TYPE_DISCARD (line 60) | IP6OPT_TYPE_DISCARD = 0x40 constant IP6OPT_TYPE_FORCEICMP (line 61) | IP6OPT_TYPE_FORCEICMP = 0x80 constant IP6OPT_TYPE_ICMP (line 62) | IP6OPT_TYPE_ICMP = 0xc0 constant IP6OPT_TYPE_SKIP (line 63) | IP6OPT_TYPE_SKIP = 0x00 constant IP6_ALERT_AN (line 64) | IP6_ALERT_AN = 0x0002 constant IP6_ALERT_MLD (line 65) | IP6_ALERT_MLD = 0x0000 constant IP6_ALERT_RSVP (line 66) | IP6_ALERT_RSVP = 0x0001 constant IPPORT_RESERVED (line 67) | IPPORT_RESERVED = 1024 constant IPPORT_USERRESERVED (line 68) | IPPORT_USERRESERVED = 5000 constant IPPROTO_AH (line 69) | IPPROTO_AH = 51 constant SOL_AH (line 70) | SOL_AH = 51 constant IPPROTO_DSTOPTS (line 71) | IPPROTO_DSTOPTS = 60 constant SOL_DSTOPTS (line 72) | SOL_DSTOPTS = 60 constant IPPROTO_EGP (line 73) | IPPROTO_EGP = 8 constant SOL_EGP (line 74) | SOL_EGP = 8 constant IPPROTO_ESP (line 75) | IPPROTO_ESP = 50 constant SOL_ESP (line 76) | SOL_ESP = 50 constant IPPROTO_FRAGMENT (line 77) | IPPROTO_FRAGMENT = 44 constant SOL_FRAGMENT (line 78) | SOL_FRAGMENT = 44 constant IPPROTO_GGP (line 79) | IPPROTO_GGP = 2 constant SOL_GGP (line 80) | SOL_GGP = 2 constant IPPROTO_HOPOPTS (line 81) | IPPROTO_HOPOPTS = 0 constant SOL_HOPOPTS (line 82) | SOL_HOPOPTS = 0 constant IPPROTO_ICMP (line 83) | IPPROTO_ICMP = 1 constant SOL_ICMP (line 84) | SOL_ICMP = 1 constant IPPROTO_ICMPV6 (line 85) | IPPROTO_ICMPV6 = 58 constant SOL_ICMPV6 (line 86) | SOL_ICMPV6 = 58 constant IPPROTO_IDP (line 87) | IPPROTO_IDP = 22 constant SOL_IDP (line 88) | SOL_IDP = 22 constant IPPROTO_IP (line 89) | IPPROTO_IP = 0 constant SOL_IP (line 90) | SOL_IP = 0 constant IPPROTO_IPV6 (line 91) | IPPROTO_IPV6 = 41 constant SOL_IPV6 (line 92) | SOL_IPV6 = 41 constant IPPROTO_MAX (line 93) | IPPROTO_MAX = 256 constant SOL_MAX (line 94) | SOL_MAX = 256 constant IPPROTO_NONE (line 95) | IPPROTO_NONE = 59 constant SOL_NONE (line 96) | SOL_NONE = 59 constant IPPROTO_PUP (line 97) | IPPROTO_PUP = 12 constant SOL_PUP (line 98) | SOL_PUP = 12 constant IPPROTO_RAW (line 99) | IPPROTO_RAW = 255 constant SOL_RAW (line 100) | SOL_RAW = 255 constant IPPROTO_ROUTING (line 101) | IPPROTO_ROUTING = 43 constant SOL_ROUTING (line 102) | SOL_ROUTING = 43 constant IPPROTO_TCP (line 103) | IPPROTO_TCP = 6 constant SOL_TCP (line 104) | SOL_TCP = 6 constant IPPROTO_UDP (line 105) | IPPROTO_UDP = 17 constant SOL_UDP (line 106) | SOL_UDP = 17 constant IPV6_ADDR_PREFERENCES (line 107) | IPV6_ADDR_PREFERENCES = 32 constant IPV6_CHECKSUM (line 108) | IPV6_CHECKSUM = 19 constant IPV6_DONTFRAG (line 109) | IPV6_DONTFRAG = 29 constant IPV6_DSTOPTS (line 110) | IPV6_DSTOPTS = 23 constant IPV6_HOPLIMIT (line 111) | IPV6_HOPLIMIT = 11 constant IPV6_HOPOPTS (line 112) | IPV6_HOPOPTS = 22 constant IPV6_JOIN_GROUP (line 113) | IPV6_JOIN_GROUP = 5 constant IPV6_LEAVE_GROUP (line 114) | IPV6_LEAVE_GROUP = 6 constant IPV6_MULTICAST_HOPS (line 115) | IPV6_MULTICAST_HOPS = 9 constant IPV6_MULTICAST_IF (line 116) | IPV6_MULTICAST_IF = 7 constant IPV6_MULTICAST_LOOP (line 117) | IPV6_MULTICAST_LOOP = 4 constant IPV6_NEXTHOP (line 118) | IPV6_NEXTHOP = 20 constant IPV6_PATHMTU (line 119) | IPV6_PATHMTU = 12 constant IPV6_PKTINFO (line 120) | IPV6_PKTINFO = 13 constant IPV6_PREFER_SRC_CGA (line 121) | IPV6_PREFER_SRC_CGA = 0x10 constant IPV6_PREFER_SRC_COA (line 122) | IPV6_PREFER_SRC_COA = 0x02 constant IPV6_PREFER_SRC_HOME (line 123) | IPV6_PREFER_SRC_HOME = 0x01 constant IPV6_PREFER_SRC_NONCGA (line 124) | IPV6_PREFER_SRC_NONCGA = 0x20 constant IPV6_PREFER_SRC_PUBLIC (line 125) | IPV6_PREFER_SRC_PUBLIC = 0x08 constant IPV6_PREFER_SRC_TMP (line 126) | IPV6_PREFER_SRC_TMP = 0x04 constant IPV6_RECVDSTOPTS (line 127) | IPV6_RECVDSTOPTS = 28 constant IPV6_RECVHOPLIMIT (line 128) | IPV6_RECVHOPLIMIT = 14 constant IPV6_RECVHOPOPTS (line 129) | IPV6_RECVHOPOPTS = 26 constant IPV6_RECVPATHMTU (line 130) | IPV6_RECVPATHMTU = 16 constant IPV6_RECVPKTINFO (line 131) | IPV6_RECVPKTINFO = 15 constant IPV6_RECVRTHDR (line 132) | IPV6_RECVRTHDR = 25 constant IPV6_RECVTCLASS (line 133) | IPV6_RECVTCLASS = 31 constant IPV6_RTHDR (line 134) | IPV6_RTHDR = 21 constant IPV6_RTHDRDSTOPTS (line 135) | IPV6_RTHDRDSTOPTS = 24 constant IPV6_RTHDR_TYPE_0 (line 136) | IPV6_RTHDR_TYPE_0 = 0 constant IPV6_TCLASS (line 137) | IPV6_TCLASS = 30 constant IPV6_UNICAST_HOPS (line 138) | IPV6_UNICAST_HOPS = 3 constant IPV6_USE_MIN_MTU (line 139) | IPV6_USE_MIN_MTU = 18 constant IPV6_V6ONLY (line 140) | IPV6_V6ONLY = 10 constant IP_ADD_MEMBERSHIP (line 141) | IP_ADD_MEMBERSHIP = 5 constant IP_ADD_SOURCE_MEMBERSHIP (line 142) | IP_ADD_SOURCE_MEMBERSHIP = 12 constant IP_BLOCK_SOURCE (line 143) | IP_BLOCK_SOURCE = 10 constant IP_DEFAULT_MULTICAST_LOOP (line 144) | IP_DEFAULT_MULTICAST_LOOP = 1 constant IP_DEFAULT_MULTICAST_TTL (line 145) | IP_DEFAULT_MULTICAST_TTL = 1 constant IP_DROP_MEMBERSHIP (line 146) | IP_DROP_MEMBERSHIP = 6 constant IP_DROP_SOURCE_MEMBERSHIP (line 147) | IP_DROP_SOURCE_MEMBERSHIP = 13 constant IP_MAX_MEMBERSHIPS (line 148) | IP_MAX_MEMBERSHIPS = 20 constant IP_MULTICAST_IF (line 149) | IP_MULTICAST_IF = 7 constant IP_MULTICAST_LOOP (line 150) | IP_MULTICAST_LOOP = 4 constant IP_MULTICAST_TTL (line 151) | IP_MULTICAST_TTL = 3 constant IP_OPTIONS (line 152) | IP_OPTIONS = 1 constant IP_PKTINFO (line 153) | IP_PKTINFO = 101 constant IP_RECVPKTINFO (line 154) | IP_RECVPKTINFO = 102 constant IP_TOS (line 155) | IP_TOS = 2 constant IP_TTL (line 156) | IP_TTL = 3 constant IP_UNBLOCK_SOURCE (line 157) | IP_UNBLOCK_SOURCE = 11 constant ICANON (line 158) | ICANON = 0x0010 constant ICMP6_FILTER (line 159) | ICMP6_FILTER = 0x26 constant ICRNL (line 160) | ICRNL = 0x0002 constant IEXTEN (line 161) | IEXTEN = 0x0020 constant IGNBRK (line 162) | IGNBRK = 0x0004 constant IGNCR (line 163) | IGNCR = 0x0008 constant INLCR (line 164) | INLCR = 0x0020 constant ISIG (line 165) | ISIG = 0x0040 constant ISTRIP (line 166) | ISTRIP = 0x0080 constant IXON (line 167) | IXON = 0x0200 constant IXOFF (line 168) | IXOFF = 0x0100 constant LOCK_SH (line 169) | LOCK_SH = 0x1 constant LOCK_EX (line 170) | LOCK_EX = 0x2 constant LOCK_NB (line 171) | LOCK_NB = 0x4 constant LOCK_UN (line 172) | LOCK_UN = 0x8 constant POLLIN (line 173) | POLLIN = 0x0003 constant POLLOUT (line 174) | POLLOUT = 0x0004 constant POLLPRI (line 175) | POLLPRI = 0x0010 constant POLLERR (line 176) | POLLERR = 0x0020 constant POLLHUP (line 177) | POLLHUP = 0x0040 constant POLLNVAL (line 178) | POLLNVAL = 0x0080 constant PROT_READ (line 179) | PROT_READ = 0x1 constant PROT_WRITE (line 180) | PROT_WRITE = 0x2 constant PROT_NONE (line 181) | PROT_NONE = 0x4 constant PROT_EXEC (line 182) | PROT_EXEC = 0x8 constant MAP_PRIVATE (line 183) | MAP_PRIVATE = 0x1 constant MAP_SHARED (line 184) | MAP_SHARED = 0x2 constant MAP_FIXED (line 185) | MAP_FIXED = 0x4 constant MCAST_JOIN_GROUP (line 186) | MCAST_JOIN_GROUP = 40 constant MCAST_LEAVE_GROUP (line 187) | MCAST_LEAVE_GROUP = 41 constant MCAST_JOIN_SOURCE_GROUP (line 188) | MCAST_JOIN_SOURCE_GROUP = 42 constant MCAST_LEAVE_SOURCE_GROUP (line 189) | MCAST_LEAVE_SOURCE_GROUP = 43 constant MCAST_BLOCK_SOURCE (line 190) | MCAST_BLOCK_SOURCE = 44 constant MCAST_UNBLOCK_SOURCE (line 191) | MCAST_UNBLOCK_SOURCE = 45 constant MS_SYNC (line 192) | MS_SYNC = 0x1 constant MS_ASYNC (line 193) | MS_ASYNC = 0x2 constant MS_INVALIDATE (line 194) | MS_INVALIDATE = 0x4 constant MTM_RDONLY (line 195) | MTM_RDONLY = 0x80000000 constant MTM_RDWR (line 196) | MTM_RDWR = 0x40000000 constant MTM_UMOUNT (line 197) | MTM_UMOUNT = 0x10000000 constant MTM_IMMED (line 198) | MTM_IMMED = 0x08000000 constant MTM_FORCE (line 199) | MTM_FORCE = 0x04000000 constant MTM_DRAIN (line 200) | MTM_DRAIN = 0x02000000 constant MTM_RESET (line 201) | MTM_RESET = 0x01000000 constant MTM_SAMEMODE (line 202) | MTM_SAMEMODE = 0x00100000 constant MTM_UNQSEFORCE (line 203) | MTM_UNQSEFORCE = 0x00040000 constant MTM_NOSUID (line 204) | MTM_NOSUID = 0x00000400 constant MTM_SYNCHONLY (line 205) | MTM_SYNCHONLY = 0x00000200 constant MTM_REMOUNT (line 206) | MTM_REMOUNT = 0x00000100 constant MTM_NOSECURITY (line 207) | MTM_NOSECURITY = 0x00000080 constant NFDBITS (line 208) | NFDBITS = 0x20 constant O_ACCMODE (line 209) | O_ACCMODE = 0x03 constant O_APPEND (line 210) | O_APPEND = 0x08 constant O_ASYNCSIG (line 211) | O_ASYNCSIG = 0x0200 constant O_CREAT (line 212) | O_CREAT = 0x80 constant O_EXCL (line 213) | O_EXCL = 0x40 constant O_GETFL (line 214) | O_GETFL = 0x0F constant O_LARGEFILE (line 215) | O_LARGEFILE = 0x0400 constant O_NONBLOCK (line 216) | O_NONBLOCK = 0x04 constant O_RDONLY (line 217) | O_RDONLY = 0x02 constant O_RDWR (line 218) | O_RDWR = 0x03 constant O_SYNC (line 219) | O_SYNC = 0x0100 constant O_TRUNC (line 220) | O_TRUNC = 0x10 constant O_WRONLY (line 221) | O_WRONLY = 0x01 constant O_NOCTTY (line 222) | O_NOCTTY = 0x20 constant OPOST (line 223) | OPOST = 0x0001 constant ONLCR (line 224) | ONLCR = 0x0004 constant PARENB (line 225) | PARENB = 0x0200 constant PARMRK (line 226) | PARMRK = 0x0400 constant QUERYCVT (line 227) | QUERYCVT = 3 constant RUSAGE_CHILDREN (line 228) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 229) | RUSAGE_SELF = 0x0 constant SEEK_CUR (line 230) | SEEK_CUR = 1 constant SEEK_END (line 231) | SEEK_END = 2 constant SEEK_SET (line 232) | SEEK_SET = 0 constant SETAUTOCVTALL (line 233) | SETAUTOCVTALL = 5 constant SETAUTOCVTON (line 234) | SETAUTOCVTON = 2 constant SETCVTALL (line 235) | SETCVTALL = 4 constant SETCVTOFF (line 236) | SETCVTOFF = 0 constant SETCVTON (line 237) | SETCVTON = 1 constant AF_APPLETALK (line 238) | AF_APPLETALK = 16 constant AF_CCITT (line 239) | AF_CCITT = 10 constant AF_CHAOS (line 240) | AF_CHAOS = 5 constant AF_DATAKIT (line 241) | AF_DATAKIT = 9 constant AF_DLI (line 242) | AF_DLI = 13 constant AF_ECMA (line 243) | AF_ECMA = 8 constant AF_HYLINK (line 244) | AF_HYLINK = 15 constant AF_IMPLINK (line 245) | AF_IMPLINK = 3 constant AF_INET (line 246) | AF_INET = 2 constant AF_INET6 (line 247) | AF_INET6 = 19 constant AF_INTF (line 248) | AF_INTF = 20 constant AF_IUCV (line 249) | AF_IUCV = 17 constant AF_LAT (line 250) | AF_LAT = 14 constant AF_LINK (line 251) | AF_LINK = 18 constant AF_MAX (line 252) | AF_MAX = 30 constant AF_NBS (line 253) | AF_NBS = 7 constant AF_NDD (line 254) | AF_NDD = 23 constant AF_NETWARE (line 255) | AF_NETWARE = 22 constant AF_NS (line 256) | AF_NS = 6 constant AF_PUP (line 257) | AF_PUP = 4 constant AF_RIF (line 258) | AF_RIF = 21 constant AF_ROUTE (line 259) | AF_ROUTE = 20 constant AF_SNA (line 260) | AF_SNA = 11 constant AF_UNIX (line 261) | AF_UNIX = 1 constant AF_UNSPEC (line 262) | AF_UNSPEC = 0 constant IBMTCP_IMAGE (line 263) | IBMTCP_IMAGE = 1 constant MSG_ACK_EXPECTED (line 264) | MSG_ACK_EXPECTED = 0x10 constant MSG_ACK_GEN (line 265) | MSG_ACK_GEN = 0x40 constant MSG_ACK_TIMEOUT (line 266) | MSG_ACK_TIMEOUT = 0x20 constant MSG_CONNTERM (line 267) | MSG_CONNTERM = 0x80 constant MSG_CTRUNC (line 268) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 269) | MSG_DONTROUTE = 0x4 constant MSG_EOF (line 270) | MSG_EOF = 0x8000 constant MSG_EOR (line 271) | MSG_EOR = 0x8 constant MSG_MAXIOVLEN (line 272) | MSG_MAXIOVLEN = 16 constant MSG_NONBLOCK (line 273) | MSG_NONBLOCK = 0x4000 constant MSG_OOB (line 274) | MSG_OOB = 0x1 constant MSG_PEEK (line 275) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 276) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 277) | MSG_WAITALL = 0x40 constant PRIO_PROCESS (line 278) | PRIO_PROCESS = 1 constant PRIO_PGRP (line 279) | PRIO_PGRP = 2 constant PRIO_USER (line 280) | PRIO_USER = 3 constant RLIMIT_CPU (line 281) | RLIMIT_CPU = 0 constant RLIMIT_FSIZE (line 282) | RLIMIT_FSIZE = 1 constant RLIMIT_DATA (line 283) | RLIMIT_DATA = 2 constant RLIMIT_STACK (line 284) | RLIMIT_STACK = 3 constant RLIMIT_CORE (line 285) | RLIMIT_CORE = 4 constant RLIMIT_AS (line 286) | RLIMIT_AS = 5 constant RLIMIT_NOFILE (line 287) | RLIMIT_NOFILE = 6 constant RLIMIT_MEMLIMIT (line 288) | RLIMIT_MEMLIMIT = 7 constant RLIM_INFINITY (line 289) | RLIM_INFINITY = 2147483647 constant SCM_RIGHTS (line 290) | SCM_RIGHTS = 0x01 constant SF_CLOSE (line 291) | SF_CLOSE = 0x00000002 constant SF_REUSE (line 292) | SF_REUSE = 0x00000001 constant SHUT_RD (line 293) | SHUT_RD = 0 constant SHUT_RDWR (line 294) | SHUT_RDWR = 2 constant SHUT_WR (line 295) | SHUT_WR = 1 constant SOCK_CONN_DGRAM (line 296) | SOCK_CONN_DGRAM = 6 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 2 constant SOCK_RAW (line 298) | SOCK_RAW = 3 constant SOCK_RDM (line 299) | SOCK_RDM = 4 constant SOCK_SEQPACKET (line 300) | SOCK_SEQPACKET = 5 constant SOCK_STREAM (line 301) | SOCK_STREAM = 1 constant SOL_SOCKET (line 302) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 303) | SOMAXCONN = 10 constant SO_ACCEPTCONN (line 304) | SO_ACCEPTCONN = 0x0002 constant SO_ACCEPTECONNABORTED (line 305) | SO_ACCEPTECONNABORTED = 0x0006 constant SO_ACKNOW (line 306) | SO_ACKNOW = 0x7700 constant SO_BROADCAST (line 307) | SO_BROADCAST = 0x0020 constant SO_BULKMODE (line 308) | SO_BULKMODE = 0x8000 constant SO_CKSUMRECV (line 309) | SO_CKSUMRECV = 0x0800 constant SO_CLOSE (line 310) | SO_CLOSE = 0x01 constant SO_CLUSTERCONNTYPE (line 311) | SO_CLUSTERCONNTYPE = 0x00004001 constant SO_CLUSTERCONNTYPE_INTERNAL (line 312) | SO_CLUSTERCONNTYPE_INTERNAL = 8 constant SO_CLUSTERCONNTYPE_NOCONN (line 313) | SO_CLUSTERCONNTYPE_NOCONN = 0 constant SO_CLUSTERCONNTYPE_NONE (line 314) | SO_CLUSTERCONNTYPE_NONE = 1 constant SO_CLUSTERCONNTYPE_SAME_CLUSTER (line 315) | SO_CLUSTERCONNTYPE_SAME_CLUSTER = 2 constant SO_CLUSTERCONNTYPE_SAME_IMAGE (line 316) | SO_CLUSTERCONNTYPE_SAME_IMAGE = 4 constant SO_DEBUG (line 317) | SO_DEBUG = 0x0001 constant SO_DONTROUTE (line 318) | SO_DONTROUTE = 0x0010 constant SO_ERROR (line 319) | SO_ERROR = 0x1007 constant SO_IGNOREINCOMINGPUSH (line 320) | SO_IGNOREINCOMINGPUSH = 0x1 constant SO_IGNORESOURCEVIPA (line 321) | SO_IGNORESOURCEVIPA = 0x0002 constant SO_KEEPALIVE (line 322) | SO_KEEPALIVE = 0x0008 constant SO_LINGER (line 323) | SO_LINGER = 0x0080 constant SO_NONBLOCKLOCAL (line 324) | SO_NONBLOCKLOCAL = 0x8001 constant SO_NOREUSEADDR (line 325) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0x0100 constant SO_OPTACK (line 327) | SO_OPTACK = 0x8004 constant SO_OPTMSS (line 328) | SO_OPTMSS = 0x8003 constant SO_RCVBUF (line 329) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 330) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 331) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 332) | SO_REUSEADDR = 0x0004 constant SO_REUSEPORT (line 333) | SO_REUSEPORT = 0x0200 constant SO_SECINFO (line 334) | SO_SECINFO = 0x00004002 constant SO_SET (line 335) | SO_SET = 0x0200 constant SO_SNDBUF (line 336) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 337) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 338) | SO_SNDTIMEO = 0x1005 constant SO_TYPE (line 339) | SO_TYPE = 0x1008 constant SO_UNSET (line 340) | SO_UNSET = 0x0400 constant SO_USELOOPBACK (line 341) | SO_USELOOPBACK = 0x0040 constant SO_USE_IFBUFS (line 342) | SO_USE_IFBUFS = 0x0400 constant S_ISUID (line 343) | S_ISUID = 0x0800 constant S_ISGID (line 344) | S_ISGID = 0x0400 constant S_ISVTX (line 345) | S_ISVTX = 0x0200 constant S_IRUSR (line 346) | S_IRUSR = 0x0100 constant S_IWUSR (line 347) | S_IWUSR = 0x0080 constant S_IXUSR (line 348) | S_IXUSR = 0x0040 constant S_IRWXU (line 349) | S_IRWXU = 0x01C0 constant S_IRGRP (line 350) | S_IRGRP = 0x0020 constant S_IWGRP (line 351) | S_IWGRP = 0x0010 constant S_IXGRP (line 352) | S_IXGRP = 0x0008 constant S_IRWXG (line 353) | S_IRWXG = 0x0038 constant S_IROTH (line 354) | S_IROTH = 0x0004 constant S_IWOTH (line 355) | S_IWOTH = 0x0002 constant S_IXOTH (line 356) | S_IXOTH = 0x0001 constant S_IRWXO (line 357) | S_IRWXO = 0x0007 constant S_IREAD (line 358) | S_IREAD = S_IRUSR constant S_IWRITE (line 359) | S_IWRITE = S_IWUSR constant S_IEXEC (line 360) | S_IEXEC = S_IXUSR constant S_IFDIR (line 361) | S_IFDIR = 0x01000000 constant S_IFCHR (line 362) | S_IFCHR = 0x02000000 constant S_IFREG (line 363) | S_IFREG = 0x03000000 constant S_IFFIFO (line 364) | S_IFFIFO = 0x04000000 constant S_IFIFO (line 365) | S_IFIFO = 0x04000000 constant S_IFLNK (line 366) | S_IFLNK = 0x05000000 constant S_IFBLK (line 367) | S_IFBLK = 0x06000000 constant S_IFSOCK (line 368) | S_IFSOCK = 0x07000000 constant S_IFVMEXTL (line 369) | S_IFVMEXTL = 0xFE000000 constant S_IFVMEXTL_EXEC (line 370) | S_IFVMEXTL_EXEC = 0x00010000 constant S_IFVMEXTL_DATA (line 371) | S_IFVMEXTL_DATA = 0x00020000 constant S_IFVMEXTL_MEL (line 372) | S_IFVMEXTL_MEL = 0x00030000 constant S_IFEXTL (line 373) | S_IFEXTL = 0x00000001 constant S_IFPROGCTL (line 374) | S_IFPROGCTL = 0x00000002 constant S_IFAPFCTL (line 375) | S_IFAPFCTL = 0x00000004 constant S_IFNOSHARE (line 376) | S_IFNOSHARE = 0x00000008 constant S_IFSHARELIB (line 377) | S_IFSHARELIB = 0x00000010 constant S_IFMT (line 378) | S_IFMT = 0xFF000000 constant S_IFMST (line 379) | S_IFMST = 0x00FF0000 constant TCP_KEEPALIVE (line 380) | TCP_KEEPALIVE = 0x8 constant TCP_NODELAY (line 381) | TCP_NODELAY = 0x1 constant TCP_INFO (line 382) | TCP_INFO = 0xb constant TCP_USER_TIMEOUT (line 383) | TCP_USER_TIMEOUT = 0x1 constant TIOCGWINSZ (line 384) | TIOCGWINSZ = 0x4008a368 constant TIOCSWINSZ (line 385) | TIOCSWINSZ = 0x8008a367 constant TIOCSBRK (line 386) | TIOCSBRK = 0x2000a77b constant TIOCCBRK (line 387) | TIOCCBRK = 0x2000a77a constant TIOCSTI (line 388) | TIOCSTI = 0x8001a772 constant TIOCGPGRP (line 389) | TIOCGPGRP = 0x4004a777 constant TCSANOW (line 390) | TCSANOW = 0 constant TCSETS (line 391) | TCSETS = 0 constant TCSADRAIN (line 392) | TCSADRAIN = 1 constant TCSETSW (line 393) | TCSETSW = 1 constant TCSAFLUSH (line 394) | TCSAFLUSH = 2 constant TCSETSF (line 395) | TCSETSF = 2 constant TCGETS (line 396) | TCGETS = 3 constant TCIFLUSH (line 397) | TCIFLUSH = 0 constant TCOFLUSH (line 398) | TCOFLUSH = 1 constant TCIOFLUSH (line 399) | TCIOFLUSH = 2 constant TCOOFF (line 400) | TCOOFF = 0 constant TCOON (line 401) | TCOON = 1 constant TCIOFF (line 402) | TCIOFF = 2 constant TCION (line 403) | TCION = 3 constant TIOCSPGRP (line 404) | TIOCSPGRP = 0x8004a776 constant TIOCNOTTY (line 405) | TIOCNOTTY = 0x2000a771 constant TIOCEXCL (line 406) | TIOCEXCL = 0x2000a70d constant TIOCNXCL (line 407) | TIOCNXCL = 0x2000a70e constant TIOCGETD (line 408) | TIOCGETD = 0x4004a700 constant TIOCSETD (line 409) | TIOCSETD = 0x8004a701 constant TIOCPKT (line 410) | TIOCPKT = 0x8004a770 constant TIOCSTOP (line 411) | TIOCSTOP = 0x2000a76f constant TIOCSTART (line 412) | TIOCSTART = 0x2000a76e constant TIOCUCNTL (line 413) | TIOCUCNTL = 0x8004a766 constant TIOCREMOTE (line 414) | TIOCREMOTE = 0x8004a769 constant TIOCMGET (line 415) | TIOCMGET = 0x4004a76a constant TIOCMSET (line 416) | TIOCMSET = 0x8004a76d constant TIOCMBIC (line 417) | TIOCMBIC = 0x8004a76b constant TIOCMBIS (line 418) | TIOCMBIS = 0x8004a76c constant VINTR (line 419) | VINTR = 0 constant VQUIT (line 420) | VQUIT = 1 constant VERASE (line 421) | VERASE = 2 constant VKILL (line 422) | VKILL = 3 constant VEOF (line 423) | VEOF = 4 constant VEOL (line 424) | VEOL = 5 constant VMIN (line 425) | VMIN = 6 constant VSTART (line 426) | VSTART = 7 constant VSTOP (line 427) | VSTOP = 8 constant VSUSP (line 428) | VSUSP = 9 constant VTIME (line 429) | VTIME = 10 constant WCONTINUED (line 430) | WCONTINUED = 0x4 constant WNOHANG (line 431) | WNOHANG = 0x1 constant WUNTRACED (line 432) | WUNTRACED = 0x2 constant _BPX_SWAP (line 433) | _BPX_SWAP = 1 constant _BPX_NONSWAP (line 434) | _BPX_NONSWAP = 2 constant MCL_CURRENT (line 435) | MCL_CURRENT = 1 constant MCL_FUTURE (line 436) | MCL_FUTURE = 2 constant MCL_ONFAULT (line 437) | MCL_ONFAULT = 3 constant MADV_NORMAL (line 438) | MADV_NORMAL = 0 constant MADV_RANDOM (line 439) | MADV_RANDOM = 1 constant MADV_SEQUENTIAL (line 440) | MADV_SEQUENTIAL = 2 constant MADV_WILLNEED (line 441) | MADV_WILLNEED = 3 constant MADV_REMOVE (line 442) | MADV_REMOVE = 4 constant MADV_DONTFORK (line 443) | MADV_DONTFORK = 5 constant MADV_DOFORK (line 444) | MADV_DOFORK = 6 constant MADV_HWPOISON (line 445) | MADV_HWPOISON = 7 constant MADV_MERGEABLE (line 446) | MADV_MERGEABLE = 8 constant MADV_UNMERGEABLE (line 447) | MADV_UNMERGEABLE = 9 constant MADV_SOFT_OFFLINE (line 448) | MADV_SOFT_OFFLINE = 10 constant MADV_HUGEPAGE (line 449) | MADV_HUGEPAGE = 11 constant MADV_NOHUGEPAGE (line 450) | MADV_NOHUGEPAGE = 12 constant MADV_DONTDUMP (line 451) | MADV_DONTDUMP = 13 constant MADV_DODUMP (line 452) | MADV_DODUMP = 14 constant MADV_FREE (line 453) | MADV_FREE = 15 constant MADV_WIPEONFORK (line 454) | MADV_WIPEONFORK = 16 constant MADV_KEEPONFORK (line 455) | MADV_KEEPONFORK = 17 constant AT_SYMLINK_NOFOLLOW (line 456) | AT_SYMLINK_NOFOLLOW = 1 constant AT_FDCWD (line 457) | AT_FDCWD = 2 constant EDOM (line 461) | EDOM = Errno(1) constant ERANGE (line 462) | ERANGE = Errno(2) constant EACCES (line 463) | EACCES = Errno(111) constant EAGAIN (line 464) | EAGAIN = Errno(112) constant EBADF (line 465) | EBADF = Errno(113) constant EBUSY (line 466) | EBUSY = Errno(114) constant ECHILD (line 467) | ECHILD = Errno(115) constant EDEADLK (line 468) | EDEADLK = Errno(116) constant EEXIST (line 469) | EEXIST = Errno(117) constant EFAULT (line 470) | EFAULT = Errno(118) constant EFBIG (line 471) | EFBIG = Errno(119) constant EINTR (line 472) | EINTR = Errno(120) constant EINVAL (line 473) | EINVAL = Errno(121) constant EIO (line 474) | EIO = Errno(122) constant EISDIR (line 475) | EISDIR = Errno(123) constant EMFILE (line 476) | EMFILE = Errno(124) constant EMLINK (line 477) | EMLINK = Errno(125) constant ENAMETOOLONG (line 478) | ENAMETOOLONG = Errno(126) constant ENFILE (line 479) | ENFILE = Errno(127) constant ENODEV (line 480) | ENODEV = Errno(128) constant ENOENT (line 481) | ENOENT = Errno(129) constant ENOEXEC (line 482) | ENOEXEC = Errno(130) constant ENOLCK (line 483) | ENOLCK = Errno(131) constant ENOMEM (line 484) | ENOMEM = Errno(132) constant ENOSPC (line 485) | ENOSPC = Errno(133) constant ENOSYS (line 486) | ENOSYS = Errno(134) constant ENOTDIR (line 487) | ENOTDIR = Errno(135) constant ENOTEMPTY (line 488) | ENOTEMPTY = Errno(136) constant ENOTTY (line 489) | ENOTTY = Errno(137) constant ENXIO (line 490) | ENXIO = Errno(138) constant EPERM (line 491) | EPERM = Errno(139) constant EPIPE (line 492) | EPIPE = Errno(140) constant EROFS (line 493) | EROFS = Errno(141) constant ESPIPE (line 494) | ESPIPE = Errno(142) constant ESRCH (line 495) | ESRCH = Errno(143) constant EXDEV (line 496) | EXDEV = Errno(144) constant E2BIG (line 497) | E2BIG = Errno(145) constant ELOOP (line 498) | ELOOP = Errno(146) constant EILSEQ (line 499) | EILSEQ = Errno(147) constant ENODATA (line 500) | ENODATA = Errno(148) constant EOVERFLOW (line 501) | EOVERFLOW = Errno(149) constant EMVSNOTUP (line 502) | EMVSNOTUP = Errno(150) constant ECMSSTORAGE (line 503) | ECMSSTORAGE = Errno(151) constant EMVSDYNALC (line 504) | EMVSDYNALC = Errno(151) constant EMVSCVAF (line 505) | EMVSCVAF = Errno(152) constant EMVSCATLG (line 506) | EMVSCATLG = Errno(153) constant ECMSINITIAL (line 507) | ECMSINITIAL = Errno(156) constant EMVSINITIAL (line 508) | EMVSINITIAL = Errno(156) constant ECMSERR (line 509) | ECMSERR = Errno(157) constant EMVSERR (line 510) | EMVSERR = Errno(157) constant EMVSPARM (line 511) | EMVSPARM = Errno(158) constant ECMSPFSFILE (line 512) | ECMSPFSFILE = Errno(159) constant EMVSPFSFILE (line 513) | EMVSPFSFILE = Errno(159) constant EMVSBADCHAR (line 514) | EMVSBADCHAR = Errno(160) constant ECMSPFSPERM (line 515) | ECMSPFSPERM = Errno(162) constant EMVSPFSPERM (line 516) | EMVSPFSPERM = Errno(162) constant EMVSSAFEXTRERR (line 517) | EMVSSAFEXTRERR = Errno(163) constant EMVSSAF2ERR (line 518) | EMVSSAF2ERR = Errno(164) constant EMVSTODNOTSET (line 519) | EMVSTODNOTSET = Errno(165) constant EMVSPATHOPTS (line 520) | EMVSPATHOPTS = Errno(166) constant EMVSNORTL (line 521) | EMVSNORTL = Errno(167) constant EMVSEXPIRE (line 522) | EMVSEXPIRE = Errno(168) constant EMVSPASSWORD (line 523) | EMVSPASSWORD = Errno(169) constant EMVSWLMERROR (line 524) | EMVSWLMERROR = Errno(170) constant EMVSCPLERROR (line 525) | EMVSCPLERROR = Errno(171) constant EMVSARMERROR (line 526) | EMVSARMERROR = Errno(172) constant ELENOFORK (line 527) | ELENOFORK = Errno(200) constant ELEMSGERR (line 528) | ELEMSGERR = Errno(201) constant EFPMASKINV (line 529) | EFPMASKINV = Errno(202) constant EFPMODEINV (line 530) | EFPMODEINV = Errno(203) constant EBUFLEN (line 531) | EBUFLEN = Errno(227) constant EEXTLINK (line 532) | EEXTLINK = Errno(228) constant ENODD (line 533) | ENODD = Errno(229) constant ECMSESMERR (line 534) | ECMSESMERR = Errno(230) constant ECPERR (line 535) | ECPERR = Errno(231) constant ELEMULTITHREAD (line 536) | ELEMULTITHREAD = Errno(232) constant ELEFENCE (line 537) | ELEFENCE = Errno(244) constant EBADDATA (line 538) | EBADDATA = Errno(245) constant EUNKNOWN (line 539) | EUNKNOWN = Errno(246) constant ENOTSUP (line 540) | ENOTSUP = Errno(247) constant EBADNAME (line 541) | EBADNAME = Errno(248) constant ENOTSAFE (line 542) | ENOTSAFE = Errno(249) constant ELEMULTITHREADFORK (line 543) | ELEMULTITHREADFORK = Errno(257) constant ECUNNOENV (line 544) | ECUNNOENV = Errno(258) constant ECUNNOCONV (line 545) | ECUNNOCONV = Errno(259) constant ECUNNOTALIGNED (line 546) | ECUNNOTALIGNED = Errno(260) constant ECUNERR (line 547) | ECUNERR = Errno(262) constant EIBMBADCALL (line 548) | EIBMBADCALL = Errno(1000) constant EIBMBADPARM (line 549) | EIBMBADPARM = Errno(1001) constant EIBMSOCKOUTOFRANGE (line 550) | EIBMSOCKOUTOFRANGE = Errno(1002) constant EIBMSOCKINUSE (line 551) | EIBMSOCKINUSE = Errno(1003) constant EIBMIUCVERR (line 552) | EIBMIUCVERR = Errno(1004) constant EOFFLOADboxERROR (line 553) | EOFFLOADboxERROR = Errno(1005) constant EOFFLOADboxRESTART (line 554) | EOFFLOADboxRESTART = Errno(1006) constant EOFFLOADboxDOWN (line 555) | EOFFLOADboxDOWN = Errno(1007) constant EIBMCONFLICT (line 556) | EIBMCONFLICT = Errno(1008) constant EIBMCANCELLED (line 557) | EIBMCANCELLED = Errno(1009) constant EIBMBADTCPNAME (line 558) | EIBMBADTCPNAME = Errno(1011) constant ENOTBLK (line 559) | ENOTBLK = Errno(1100) constant ETXTBSY (line 560) | ETXTBSY = Errno(1101) constant EWOULDBLOCK (line 561) | EWOULDBLOCK = Errno(1102) constant EINPROGRESS (line 562) | EINPROGRESS = Errno(1103) constant EALREADY (line 563) | EALREADY = Errno(1104) constant ENOTSOCK (line 564) | ENOTSOCK = Errno(1105) constant EDESTADDRREQ (line 565) | EDESTADDRREQ = Errno(1106) constant EMSGSIZE (line 566) | EMSGSIZE = Errno(1107) constant EPROTOTYPE (line 567) | EPROTOTYPE = Errno(1108) constant ENOPROTOOPT (line 568) | ENOPROTOOPT = Errno(1109) constant EPROTONOSUPPORT (line 569) | EPROTONOSUPPORT = Errno(1110) constant ESOCKTNOSUPPORT (line 570) | ESOCKTNOSUPPORT = Errno(1111) constant EOPNOTSUPP (line 571) | EOPNOTSUPP = Errno(1112) constant EPFNOSUPPORT (line 572) | EPFNOSUPPORT = Errno(1113) constant EAFNOSUPPORT (line 573) | EAFNOSUPPORT = Errno(1114) constant EADDRINUSE (line 574) | EADDRINUSE = Errno(1115) constant EADDRNOTAVAIL (line 575) | EADDRNOTAVAIL = Errno(1116) constant ENETDOWN (line 576) | ENETDOWN = Errno(1117) constant ENETUNREACH (line 577) | ENETUNREACH = Errno(1118) constant ENETRESET (line 578) | ENETRESET = Errno(1119) constant ECONNABORTED (line 579) | ECONNABORTED = Errno(1120) constant ECONNRESET (line 580) | ECONNRESET = Errno(1121) constant ENOBUFS (line 581) | ENOBUFS = Errno(1122) constant EISCONN (line 582) | EISCONN = Errno(1123) constant ENOTCONN (line 583) | ENOTCONN = Errno(1124) constant ESHUTDOWN (line 584) | ESHUTDOWN = Errno(1125) constant ETOOMANYREFS (line 585) | ETOOMANYREFS = Errno(1126) constant ETIMEDOUT (line 586) | ETIMEDOUT = Errno(1127) constant ECONNREFUSED (line 587) | ECONNREFUSED = Errno(1128) constant EHOSTDOWN (line 588) | EHOSTDOWN = Errno(1129) constant EHOSTUNREACH (line 589) | EHOSTUNREACH = Errno(1130) constant EPROCLIM (line 590) | EPROCLIM = Errno(1131) constant EUSERS (line 591) | EUSERS = Errno(1132) constant EDQUOT (line 592) | EDQUOT = Errno(1133) constant ESTALE (line 593) | ESTALE = Errno(1134) constant EREMOTE (line 594) | EREMOTE = Errno(1135) constant ENOSTR (line 595) | ENOSTR = Errno(1136) constant ETIME (line 596) | ETIME = Errno(1137) constant ENOSR (line 597) | ENOSR = Errno(1138) constant ENOMSG (line 598) | ENOMSG = Errno(1139) constant EBADMSG (line 599) | EBADMSG = Errno(1140) constant EIDRM (line 600) | EIDRM = Errno(1141) constant ENONET (line 601) | ENONET = Errno(1142) constant ERREMOTE (line 602) | ERREMOTE = Errno(1143) constant ENOLINK (line 603) | ENOLINK = Errno(1144) constant EADV (line 604) | EADV = Errno(1145) constant ESRMNT (line 605) | ESRMNT = Errno(1146) constant ECOMM (line 606) | ECOMM = Errno(1147) constant EPROTO (line 607) | EPROTO = Errno(1148) constant EMULTIHOP (line 608) | EMULTIHOP = Errno(1149) constant EDOTDOT (line 609) | EDOTDOT = Errno(1150) constant EREMCHG (line 610) | EREMCHG = Errno(1151) constant ECANCELED (line 611) | ECANCELED = Errno(1152) constant EINTRNODATA (line 612) | EINTRNODATA = Errno(1159) constant ENOREUSE (line 613) | ENOREUSE = Errno(1160) constant ENOMOVE (line 614) | ENOMOVE = Errno(1161) constant SIGHUP (line 619) | SIGHUP = Signal(1) constant SIGINT (line 620) | SIGINT = Signal(2) constant SIGABRT (line 621) | SIGABRT = Signal(3) constant SIGILL (line 622) | SIGILL = Signal(4) constant SIGPOLL (line 623) | SIGPOLL = Signal(5) constant SIGURG (line 624) | SIGURG = Signal(6) constant SIGSTOP (line 625) | SIGSTOP = Signal(7) constant SIGFPE (line 626) | SIGFPE = Signal(8) constant SIGKILL (line 627) | SIGKILL = Signal(9) constant SIGBUS (line 628) | SIGBUS = Signal(10) constant SIGSEGV (line 629) | SIGSEGV = Signal(11) constant SIGSYS (line 630) | SIGSYS = Signal(12) constant SIGPIPE (line 631) | SIGPIPE = Signal(13) constant SIGALRM (line 632) | SIGALRM = Signal(14) constant SIGTERM (line 633) | SIGTERM = Signal(15) constant SIGUSR1 (line 634) | SIGUSR1 = Signal(16) constant SIGUSR2 (line 635) | SIGUSR2 = Signal(17) constant SIGABND (line 636) | SIGABND = Signal(18) constant SIGCONT (line 637) | SIGCONT = Signal(19) constant SIGCHLD (line 638) | SIGCHLD = Signal(20) constant SIGTTIN (line 639) | SIGTTIN = Signal(21) constant SIGTTOU (line 640) | SIGTTOU = Signal(22) constant SIGIO (line 641) | SIGIO = Signal(23) constant SIGQUIT (line 642) | SIGQUIT = Signal(24) constant SIGTSTP (line 643) | SIGTSTP = Signal(25) constant SIGTRAP (line 644) | SIGTRAP = Signal(26) constant SIGIOERR (line 645) | SIGIOERR = Signal(27) constant SIGWINCH (line 646) | SIGWINCH = Signal(28) constant SIGXCPU (line 647) | SIGXCPU = Signal(29) constant SIGXFSZ (line 648) | SIGXFSZ = Signal(30) constant SIGVTALRM (line 649) | SIGVTALRM = Signal(31) constant SIGPROF (line 650) | SIGPROF = Signal(32) constant SIGDANGER (line 651) | SIGDANGER = Signal(33) constant SIGTHSTOP (line 652) | SIGTHSTOP = Signal(34) constant SIGTHCONT (line 653) | SIGTHCONT = Signal(35) constant SIGTRACE (line 654) | SIGTRACE = Signal(37) constant SIGDCE (line 655) | SIGDCE = Signal(38) constant SIGDUMP (line 656) | SIGDUMP = Signal(39) FILE: vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go type PtraceRegsArm (line 12) | type PtraceRegsArm struct function PtraceGetRegsArm (line 17) | func PtraceGetRegsArm(pid int, regsout *PtraceRegsArm) error { function PtraceSetRegsArm (line 22) | func PtraceSetRegsArm(pid int, regs *PtraceRegsArm) error { type PtraceRegsArm64 (line 27) | type PtraceRegsArm64 struct function PtraceGetRegsArm64 (line 35) | func PtraceGetRegsArm64(pid int, regsout *PtraceRegsArm64) error { function PtraceSetRegsArm64 (line 40) | func PtraceSetRegsArm64(pid int, regs *PtraceRegsArm64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go function PtraceGetRegSetArm64 (line 8) | func PtraceGetRegSetArm64(pid, addr int, regsout *PtraceRegsArm64) error { function PtraceSetRegSetArm64 (line 14) | func PtraceSetRegSetArm64(pid, addr int, regs *PtraceRegsArm64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go type PtraceRegsMips (line 12) | type PtraceRegsMips struct function PtraceGetRegsMips (line 23) | func PtraceGetRegsMips(pid int, regsout *PtraceRegsMips) error { function PtraceSetRegsMips (line 28) | func PtraceSetRegsMips(pid int, regs *PtraceRegsMips) error { type PtraceRegsMips64 (line 33) | type PtraceRegsMips64 struct function PtraceGetRegsMips64 (line 44) | func PtraceGetRegsMips64(pid int, regsout *PtraceRegsMips64) error { function PtraceSetRegsMips64 (line 49) | func PtraceSetRegsMips64(pid int, regs *PtraceRegsMips64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go type PtraceRegsMipsle (line 12) | type PtraceRegsMipsle struct function PtraceGetRegsMipsle (line 23) | func PtraceGetRegsMipsle(pid int, regsout *PtraceRegsMipsle) error { function PtraceSetRegsMipsle (line 28) | func PtraceSetRegsMipsle(pid int, regs *PtraceRegsMipsle) error { type PtraceRegsMips64le (line 33) | type PtraceRegsMips64le struct function PtraceGetRegsMips64le (line 44) | func PtraceGetRegsMips64le(pid int, regsout *PtraceRegsMips64le) error { function PtraceSetRegsMips64le (line 49) | func PtraceSetRegsMips64le(pid int, regs *PtraceRegsMips64le) error { FILE: vendor/golang.org/x/sys/unix/zptrace_x86_linux.go type PtraceRegs386 (line 12) | type PtraceRegs386 struct function PtraceGetRegs386 (line 33) | func PtraceGetRegs386(pid int, regsout *PtraceRegs386) error { function PtraceSetRegs386 (line 38) | func PtraceSetRegs386(pid int, regs *PtraceRegs386) error { type PtraceRegsAmd64 (line 43) | type PtraceRegsAmd64 struct function PtraceGetRegsAmd64 (line 74) | func PtraceGetRegsAmd64(pid int, regsout *PtraceRegsAmd64) error { function PtraceSetRegsAmd64 (line 79) | func PtraceSetRegsAmd64(pid int, regs *PtraceRegsAmd64) error { FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go function utimes (line 138) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 149) | func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (er... function getcwd (line 160) | func getcwd(buf []byte) (err error) { function accept (line 176) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function getdirent (line 187) | func getdirent(fd int, buf []byte) (n int, err error) { function wait4 (line 204) | func wait4(pid Pid_t, status *_C_int, options int, rusage *Rusage) (wpid... function ioctl (line 215) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 225) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function FcntlInt (line 235) | func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) { function FcntlFlock (line 246) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) { function fcntl (line 256) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function fsyncRange (line 267) | func fsyncRange(fd int, how int, start int64, length int64) (err error) { function Acct (line 277) | func Acct(path string) (err error) { function Chdir (line 288) | func Chdir(path string) (err error) { function Chroot (line 299) | func Chroot(path string) (err error) { function Close (line 310) | func Close(fd int) (err error) { function Dup (line 320) | func Dup(oldfd int) (fd int, err error) { function Exit (line 331) | func Exit(code int) { function Faccessat (line 338) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 349) | func Fchdir(fd int) (err error) { function Fchmod (line 359) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 369) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchownat (line 380) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 391) | func Fdatasync(fd int) (err error) { function Getpgid (line 401) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 412) | func Getpgrp() (pid int) { function Getpid (line 420) | func Getpid() (pid int) { function Getppid (line 428) | func Getppid() (ppid int) { function Getpriority (line 436) | func Getpriority(which int, who int) (prio int, err error) { function Getrusage (line 447) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 457) | func Getsid(pid int) (sid int, err error) { function Kill (line 468) | func Kill(pid int, sig Signal) (err error) { function Klogctl (line 478) | func Klogctl(typ int, buf []byte) (n int, err error) { function Mkdir (line 495) | func Mkdir(dirfd int, path string, mode uint32) (err error) { function Mkdirat (line 506) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 517) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 528) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 539) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 550) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 560) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 572) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function read (line 584) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 601) | func Readlink(path string, buf []byte) (n int, err error) { function Renameat (line 619) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Setdomainname (line 631) | func Setdomainname(p []byte) (err error) { function Sethostname (line 647) | func Sethostname(p []byte) (err error) { function Setpgid (line 663) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 673) | func Setsid() (pid int, err error) { function Settimeofday (line 684) | func Settimeofday(tv *Timeval) (err error) { function Setuid (line 694) | func Setuid(uid int) (err error) { function Setgid (line 704) | func Setgid(uid int) (err error) { function Setpriority (line 714) | func Setpriority(which int, who int, prio int) (err error) { function Statx (line 724) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 735) | func Sync() { function Times (line 742) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 753) | func Umask(mask int) (oldmask int) { function Uname (line 761) | func Uname(buf *Utsname) (err error) { function Unlink (line 771) | func Unlink(path string) (err error) { function Unlinkat (line 782) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 793) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function write (line 803) | func write(fd int, p []byte) (n int, err error) { function Dup2 (line 820) | func Dup2(oldfd int, newfd int) (err error) { function Fadvise (line 830) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 840) | func Fchown(fd int, uid int, gid int) (err error) { function fstat (line 850) | func fstat(fd int, stat *Stat_t) (err error) { function fstatat (line 860) | func fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 871) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 881) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 891) | func Getegid() (egid int) { function Geteuid (line 899) | func Geteuid() (euid int) { function Getgid (line 907) | func Getgid() (gid int) { function Getuid (line 915) | func Getuid() (uid int) { function Lchown (line 923) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 934) | func Listen(s int, n int) (err error) { function lstat (line 944) | func lstat(path string, stat *Stat_t) (err error) { function Pause (line 955) | func Pause() (err error) { function pread (line 965) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 982) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Select (line 999) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Pselect (line 1010) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function Setregid (line 1021) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1031) | func Setreuid(ruid int, euid int) (err error) { function Shutdown (line 1041) | func Shutdown(fd int, how int) (err error) { function Splice (line 1051) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function stat (line 1062) | func stat(path string, statptr *Stat_t) (err error) { function Statfs (line 1073) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 1084) | func Truncate(path string, length int64) (err error) { function bind (line 1095) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1105) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 1115) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 1126) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 1136) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 1146) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 1156) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1167) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 1177) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 1187) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 1197) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 1214) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 1230) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 1241) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function munmap (line 1252) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1262) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1278) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1294) | func Mlock(b []byte) (err error) { function Mlockall (line 1310) | func Mlockall(flags int) (err error) { function Msync (line 1320) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1336) | func Munlock(b []byte) (err error) { function Munlockall (line 1352) | func Munlockall() (err error) { function pipe (line 1362) | func pipe(p *[2]_C_int) (err error) { function poll (line 1372) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function gettimeofday (line 1383) | func gettimeofday(tv *Timeval, tzp *Timezone) (err error) { function Time (line 1393) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 1404) | func Utime(path string, buf *Utimbuf) (err error) { function Getsystemcfg (line 1415) | func Getsystemcfg(label int) (n uint64) { function umount (line 1423) | func umount(target string) (err error) { function Getrlimit (line 1434) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 1444) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function mmap (line 1455) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go function utimes (line 15) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 30) | func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (er... function getcwd (line 45) | func getcwd(buf []byte) (err error) { function accept (line 59) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function getdirent (line 70) | func getdirent(fd int, buf []byte) (n int, err error) { function wait4 (line 85) | func wait4(pid Pid_t, status *_C_int, options int, rusage *Rusage) (wpid... function ioctl (line 96) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 106) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function FcntlInt (line 116) | func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) { function FcntlFlock (line 127) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) { function fcntl (line 137) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function fsyncRange (line 148) | func fsyncRange(fd int, how int, start int64, length int64) (err error) { function Acct (line 158) | func Acct(path string) (err error) { function Chdir (line 173) | func Chdir(path string) (err error) { function Chroot (line 188) | func Chroot(path string) (err error) { function Close (line 203) | func Close(fd int) (err error) { function Dup (line 213) | func Dup(oldfd int) (fd int, err error) { function Exit (line 224) | func Exit(code int) { function Faccessat (line 231) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 246) | func Fchdir(fd int) (err error) { function Fchmod (line 256) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 266) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchownat (line 281) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 296) | func Fdatasync(fd int) (err error) { function Getpgid (line 306) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 317) | func Getpgrp() (pid int) { function Getpid (line 325) | func Getpid() (pid int) { function Getppid (line 333) | func Getppid() (ppid int) { function Getpriority (line 341) | func Getpriority(which int, who int) (prio int, err error) { function Getrusage (line 352) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 362) | func Getsid(pid int) (sid int, err error) { function Kill (line 373) | func Kill(pid int, sig Signal) (err error) { function Klogctl (line 383) | func Klogctl(typ int, buf []byte) (n int, err error) { function Mkdir (line 398) | func Mkdir(dirfd int, path string, mode uint32) (err error) { function Mkdirat (line 413) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 428) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 443) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 458) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 473) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 483) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 499) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function read (line 515) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 530) | func Readlink(path string, buf []byte) (n int, err error) { function Renameat (line 550) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Setdomainname (line 570) | func Setdomainname(p []byte) (err error) { function Sethostname (line 584) | func Sethostname(p []byte) (err error) { function Setpgid (line 598) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 608) | func Setsid() (pid int, err error) { function Settimeofday (line 619) | func Settimeofday(tv *Timeval) (err error) { function Setuid (line 629) | func Setuid(uid int) (err error) { function Setgid (line 639) | func Setgid(uid int) (err error) { function Setpriority (line 649) | func Setpriority(which int, who int, prio int) (err error) { function Statx (line 659) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 674) | func Sync() { function Times (line 681) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 692) | func Umask(mask int) (oldmask int) { function Uname (line 700) | func Uname(buf *Utsname) (err error) { function Unlink (line 710) | func Unlink(path string) (err error) { function Unlinkat (line 725) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 740) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function write (line 750) | func write(fd int, p []byte) (n int, err error) { function Dup2 (line 765) | func Dup2(oldfd int, newfd int) (err error) { function Fadvise (line 775) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 785) | func Fchown(fd int, uid int, gid int) (err error) { function fstat (line 795) | func fstat(fd int, stat *Stat_t) (err error) { function fstatat (line 805) | func fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 820) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 830) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 840) | func Getegid() (egid int) { function Geteuid (line 848) | func Geteuid() (euid int) { function Getgid (line 856) | func Getgid() (gid int) { function Getuid (line 864) | func Getuid() (uid int) { function Lchown (line 872) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 887) | func Listen(s int, n int) (err error) { function lstat (line 897) | func lstat(path string, stat *Stat_t) (err error) { function Pause (line 912) | func Pause() (err error) { function pread (line 922) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 937) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Select (line 952) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Pselect (line 963) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function Setregid (line 974) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 984) | func Setreuid(ruid int, euid int) (err error) { function Shutdown (line 994) | func Shutdown(fd int, how int) (err error) { function Splice (line 1004) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function stat (line 1015) | func stat(path string, statptr *Stat_t) (err error) { function Statfs (line 1030) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 1045) | func Truncate(path string, length int64) (err error) { function bind (line 1060) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1070) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 1080) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 1091) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 1101) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 1111) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 1121) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1132) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 1142) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 1152) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 1162) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 1177) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 1191) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 1202) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function munmap (line 1213) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1223) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1237) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1251) | func Mlock(b []byte) (err error) { function Mlockall (line 1265) | func Mlockall(flags int) (err error) { function Msync (line 1275) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1289) | func Munlock(b []byte) (err error) { function Munlockall (line 1303) | func Munlockall() (err error) { function pipe (line 1313) | func pipe(p *[2]_C_int) (err error) { function poll (line 1323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function gettimeofday (line 1334) | func gettimeofday(tv *Timeval, tzp *Timezone) (err error) { function Time (line 1344) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 1355) | func Utime(path string, buf *Utimbuf) (err error) { function Getsystemcfg (line 1370) | func Getsystemcfg(label int) (n uint64) { function umount (line 1378) | func umount(target string) (err error) { function Getrlimit (line 1393) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 1403) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function mmap (line 1414) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go type syscallFunc (line 247) | type syscallFunc function rawSyscall6 (line 369) | func rawSyscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 ui... function syscall6 (line 370) | func syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function callutimes (line 374) | func callutimes(_p0 uintptr, times uintptr) (r1 uintptr, e1 Errno) { function callutimensat (line 381) | func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 ... function callgetcwd (line 388) | func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callaccept (line 395) | func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Err... function callgetdirent (line 402) | func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errn... function callwait4 (line 409) | func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1... function callioctl (line 416) | func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) { function callioctl_ptr (line 423) | func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 ... function callfcntl (line 430) | func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) { function callfsync_range (line 437) | func callfsync_range(fd int, how int, start int64, length int64) (r1 uin... function callacct (line 444) | func callacct(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchdir (line 451) | func callchdir(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchroot (line 458) | func callchroot(_p0 uintptr) (r1 uintptr, e1 Errno) { function callclose (line 465) | func callclose(fd int) (r1 uintptr, e1 Errno) { function calldup (line 472) | func calldup(oldfd int) (r1 uintptr, e1 Errno) { function callexit (line 479) | func callexit(code int) (r1 uintptr, e1 Errno) { function callfaccessat (line 486) | func callfaccessat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 u... function callfchdir (line 493) | func callfchdir(fd int) (r1 uintptr, e1 Errno) { function callfchmod (line 500) | func callfchmod(fd int, mode uint32) (r1 uintptr, e1 Errno) { function callfchmodat (line 507) | func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 ui... function callfchownat (line 514) | func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (... function callfdatasync (line 521) | func callfdatasync(fd int) (r1 uintptr, e1 Errno) { function callgetpgid (line 528) | func callgetpgid(pid int) (r1 uintptr, e1 Errno) { function callgetpgrp (line 535) | func callgetpgrp() (r1 uintptr, e1 Errno) { function callgetpid (line 542) | func callgetpid() (r1 uintptr, e1 Errno) { function callgetppid (line 549) | func callgetppid() (r1 uintptr, e1 Errno) { function callgetpriority (line 556) | func callgetpriority(which int, who int) (r1 uintptr, e1 Errno) { function callgetrusage (line 563) | func callgetrusage(who int, rusage uintptr) (r1 uintptr, e1 Errno) { function callgetsid (line 570) | func callgetsid(pid int) (r1 uintptr, e1 Errno) { function callkill (line 577) | func callkill(pid int, sig int) (r1 uintptr, e1 Errno) { function callsyslog (line 584) | func callsyslog(typ int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmkdir (line 591) | func callmkdir(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Errn... function callmkdirat (line 598) | func callmkdirat(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Er... function callmkfifo (line 605) | func callmkfifo(_p0 uintptr, mode uint32) (r1 uintptr, e1 Errno) { function callmknod (line 612) | func callmknod(_p0 uintptr, mode uint32, dev int) (r1 uintptr, e1 Errno) { function callmknodat (line 619) | func callmknodat(dirfd int, _p0 uintptr, mode uint32, dev int) (r1 uintp... function callnanosleep (line 626) | func callnanosleep(time uintptr, leftover uintptr) (r1 uintptr, e1 Errno) { function callopen64 (line 633) | func callopen64(_p0 uintptr, mode int, perm uint32) (r1 uintptr, e1 Errn... function callopenat (line 640) | func callopenat(dirfd int, _p0 uintptr, flags int, mode uint32) (r1 uint... function callread (line 647) | func callread(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callreadlink (line 654) | func callreadlink(_p0 uintptr, _p1 uintptr, _lenp1 int) (r1 uintptr, e1 ... function callrenameat (line 661) | func callrenameat(olddirfd int, _p0 uintptr, newdirfd int, _p1 uintptr) ... function callsetdomainname (line 668) | func callsetdomainname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsethostname (line 675) | func callsethostname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsetpgid (line 682) | func callsetpgid(pid int, pgid int) (r1 uintptr, e1 Errno) { function callsetsid (line 689) | func callsetsid() (r1 uintptr, e1 Errno) { function callsettimeofday (line 696) | func callsettimeofday(tv uintptr) (r1 uintptr, e1 Errno) { function callsetuid (line 703) | func callsetuid(uid int) (r1 uintptr, e1 Errno) { function callsetgid (line 710) | func callsetgid(uid int) (r1 uintptr, e1 Errno) { function callsetpriority (line 717) | func callsetpriority(which int, who int, prio int) (r1 uintptr, e1 Errno) { function callstatx (line 724) | func callstatx(dirfd int, _p0 uintptr, flags int, mask int, stat uintptr... function callsync (line 731) | func callsync() (r1 uintptr, e1 Errno) { function calltimes (line 738) | func calltimes(tms uintptr) (r1 uintptr, e1 Errno) { function callumask (line 745) | func callumask(mask int) (r1 uintptr, e1 Errno) { function calluname (line 752) | func calluname(buf uintptr) (r1 uintptr, e1 Errno) { function callunlink (line 759) | func callunlink(_p0 uintptr) (r1 uintptr, e1 Errno) { function callunlinkat (line 766) | func callunlinkat(dirfd int, _p0 uintptr, flags int) (r1 uintptr, e1 Err... function callustat (line 773) | func callustat(dev int, ubuf uintptr) (r1 uintptr, e1 Errno) { function callwrite (line 780) | func callwrite(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function calldup2 (line 787) | func calldup2(oldfd int, newfd int) (r1 uintptr, e1 Errno) { function callposix_fadvise64 (line 794) | func callposix_fadvise64(fd int, offset int64, length int64, advice int)... function callfchown (line 801) | func callfchown(fd int, uid int, gid int) (r1 uintptr, e1 Errno) { function callfstat (line 808) | func callfstat(fd int, stat uintptr) (r1 uintptr, e1 Errno) { function callfstatat (line 815) | func callfstatat(dirfd int, _p0 uintptr, stat uintptr, flags int) (r1 ui... function callfstatfs (line 822) | func callfstatfs(fd int, buf uintptr) (r1 uintptr, e1 Errno) { function callftruncate (line 829) | func callftruncate(fd int, length int64) (r1 uintptr, e1 Errno) { function callgetegid (line 836) | func callgetegid() (r1 uintptr, e1 Errno) { function callgeteuid (line 843) | func callgeteuid() (r1 uintptr, e1 Errno) { function callgetgid (line 850) | func callgetgid() (r1 uintptr, e1 Errno) { function callgetuid (line 857) | func callgetuid() (r1 uintptr, e1 Errno) { function calllchown (line 864) | func calllchown(_p0 uintptr, uid int, gid int) (r1 uintptr, e1 Errno) { function calllisten (line 871) | func calllisten(s int, n int) (r1 uintptr, e1 Errno) { function calllstat (line 878) | func calllstat(_p0 uintptr, stat uintptr) (r1 uintptr, e1 Errno) { function callpause (line 885) | func callpause() (r1 uintptr, e1 Errno) { function callpread64 (line 892) | func callpread64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uint... function callpwrite64 (line 899) | func callpwrite64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uin... function callselect (line 906) | func callselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintpt... function callpselect (line 913) | func callpselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintp... function callsetregid (line 920) | func callsetregid(rgid int, egid int) (r1 uintptr, e1 Errno) { function callsetreuid (line 927) | func callsetreuid(ruid int, euid int) (r1 uintptr, e1 Errno) { function callshutdown (line 934) | func callshutdown(fd int, how int) (r1 uintptr, e1 Errno) { function callsplice (line 941) | func callsplice(rfd int, roff uintptr, wfd int, woff uintptr, len int, f... function callstat (line 948) | func callstat(_p0 uintptr, statptr uintptr) (r1 uintptr, e1 Errno) { function callstatfs (line 955) | func callstatfs(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function calltruncate (line 962) | func calltruncate(_p0 uintptr, length int64) (r1 uintptr, e1 Errno) { function callbind (line 969) | func callbind(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 Errn... function callconnect (line 976) | func callconnect(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 E... function callgetgroups (line 983) | func callgetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callsetgroups (line 990) | func callsetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callgetsockopt (line 997) | func callgetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsetsockopt (line 1004) | func callsetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsocket (line 1011) | func callsocket(domain int, typ int, proto int) (r1 uintptr, e1 Errno) { function callsocketpair (line 1018) | func callsocketpair(domain int, typ int, proto int, fd uintptr) (r1 uint... function callgetpeername (line 1025) | func callgetpeername(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callgetsockname (line 1032) | func callgetsockname(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callrecvfrom (line 1039) | func callrecvfrom(fd int, _p0 uintptr, _lenp0 int, flags int, from uintp... function callsendto (line 1046) | func callsendto(s int, _p0 uintptr, _lenp0 int, flags int, to uintptr, a... function callnrecvmsg (line 1053) | func callnrecvmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callnsendmsg (line 1060) | func callnsendmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callmunmap (line 1067) | func callmunmap(addr uintptr, length uintptr) (r1 uintptr, e1 Errno) { function callmadvise (line 1074) | func callmadvise(_p0 uintptr, _lenp0 int, advice int) (r1 uintptr, e1 Er... function callmprotect (line 1081) | func callmprotect(_p0 uintptr, _lenp0 int, prot int) (r1 uintptr, e1 Err... function callmlock (line 1088) | func callmlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmlockall (line 1095) | func callmlockall(flags int) (r1 uintptr, e1 Errno) { function callmsync (line 1102) | func callmsync(_p0 uintptr, _lenp0 int, flags int) (r1 uintptr, e1 Errno) { function callmunlock (line 1109) | func callmunlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmunlockall (line 1116) | func callmunlockall() (r1 uintptr, e1 Errno) { function callpipe (line 1123) | func callpipe(p uintptr) (r1 uintptr, e1 Errno) { function callpoll (line 1130) | func callpoll(fds uintptr, nfds int, timeout int) (r1 uintptr, e1 Errno) { function callgettimeofday (line 1137) | func callgettimeofday(tv uintptr, tzp uintptr) (r1 uintptr, e1 Errno) { function calltime (line 1144) | func calltime(t uintptr) (r1 uintptr, e1 Errno) { function callutime (line 1151) | func callutime(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function callgetsystemcfg (line 1158) | func callgetsystemcfg(label int) (r1 uintptr, e1 Errno) { function callumount (line 1165) | func callumount(_p0 uintptr) (r1 uintptr, e1 Errno) { function callgetrlimit (line 1172) | func callgetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function calllseek (line 1179) | func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { function callmmap64 (line 1186) | func callmmap64(addr uintptr, length uintptr, prot int, flags int, fd in... FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go function callutimes (line 138) | func callutimes(_p0 uintptr, times uintptr) (r1 uintptr, e1 Errno) { function callutimensat (line 146) | func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 ... function callgetcwd (line 154) | func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callaccept (line 162) | func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Err... function callgetdirent (line 170) | func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errn... function callwait4 (line 178) | func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1... function callioctl (line 186) | func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) { function callioctl_ptr (line 194) | func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 ... function callfcntl (line 202) | func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) { function callfsync_range (line 210) | func callfsync_range(fd int, how int, start int64, length int64) (r1 uin... function callacct (line 218) | func callacct(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchdir (line 226) | func callchdir(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchroot (line 234) | func callchroot(_p0 uintptr) (r1 uintptr, e1 Errno) { function callclose (line 242) | func callclose(fd int) (r1 uintptr, e1 Errno) { function calldup (line 250) | func calldup(oldfd int) (r1 uintptr, e1 Errno) { function callexit (line 258) | func callexit(code int) (r1 uintptr, e1 Errno) { function callfaccessat (line 266) | func callfaccessat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 u... function callfchdir (line 274) | func callfchdir(fd int) (r1 uintptr, e1 Errno) { function callfchmod (line 282) | func callfchmod(fd int, mode uint32) (r1 uintptr, e1 Errno) { function callfchmodat (line 290) | func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 ui... function callfchownat (line 298) | func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (... function callfdatasync (line 306) | func callfdatasync(fd int) (r1 uintptr, e1 Errno) { function callgetpgid (line 314) | func callgetpgid(pid int) (r1 uintptr, e1 Errno) { function callgetpgrp (line 322) | func callgetpgrp() (r1 uintptr, e1 Errno) { function callgetpid (line 330) | func callgetpid() (r1 uintptr, e1 Errno) { function callgetppid (line 338) | func callgetppid() (r1 uintptr, e1 Errno) { function callgetpriority (line 346) | func callgetpriority(which int, who int) (r1 uintptr, e1 Errno) { function callgetrusage (line 354) | func callgetrusage(who int, rusage uintptr) (r1 uintptr, e1 Errno) { function callgetsid (line 362) | func callgetsid(pid int) (r1 uintptr, e1 Errno) { function callkill (line 370) | func callkill(pid int, sig int) (r1 uintptr, e1 Errno) { function callsyslog (line 378) | func callsyslog(typ int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmkdir (line 386) | func callmkdir(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Errn... function callmkdirat (line 394) | func callmkdirat(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Er... function callmkfifo (line 402) | func callmkfifo(_p0 uintptr, mode uint32) (r1 uintptr, e1 Errno) { function callmknod (line 410) | func callmknod(_p0 uintptr, mode uint32, dev int) (r1 uintptr, e1 Errno) { function callmknodat (line 418) | func callmknodat(dirfd int, _p0 uintptr, mode uint32, dev int) (r1 uintp... function callnanosleep (line 426) | func callnanosleep(time uintptr, leftover uintptr) (r1 uintptr, e1 Errno) { function callopen64 (line 434) | func callopen64(_p0 uintptr, mode int, perm uint32) (r1 uintptr, e1 Errn... function callopenat (line 442) | func callopenat(dirfd int, _p0 uintptr, flags int, mode uint32) (r1 uint... function callread (line 450) | func callread(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callreadlink (line 458) | func callreadlink(_p0 uintptr, _p1 uintptr, _lenp1 int) (r1 uintptr, e1 ... function callrenameat (line 466) | func callrenameat(olddirfd int, _p0 uintptr, newdirfd int, _p1 uintptr) ... function callsetdomainname (line 474) | func callsetdomainname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsethostname (line 482) | func callsethostname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsetpgid (line 490) | func callsetpgid(pid int, pgid int) (r1 uintptr, e1 Errno) { function callsetsid (line 498) | func callsetsid() (r1 uintptr, e1 Errno) { function callsettimeofday (line 506) | func callsettimeofday(tv uintptr) (r1 uintptr, e1 Errno) { function callsetuid (line 514) | func callsetuid(uid int) (r1 uintptr, e1 Errno) { function callsetgid (line 522) | func callsetgid(uid int) (r1 uintptr, e1 Errno) { function callsetpriority (line 530) | func callsetpriority(which int, who int, prio int) (r1 uintptr, e1 Errno) { function callstatx (line 538) | func callstatx(dirfd int, _p0 uintptr, flags int, mask int, stat uintptr... function callsync (line 546) | func callsync() (r1 uintptr, e1 Errno) { function calltimes (line 554) | func calltimes(tms uintptr) (r1 uintptr, e1 Errno) { function callumask (line 562) | func callumask(mask int) (r1 uintptr, e1 Errno) { function calluname (line 570) | func calluname(buf uintptr) (r1 uintptr, e1 Errno) { function callunlink (line 578) | func callunlink(_p0 uintptr) (r1 uintptr, e1 Errno) { function callunlinkat (line 586) | func callunlinkat(dirfd int, _p0 uintptr, flags int) (r1 uintptr, e1 Err... function callustat (line 594) | func callustat(dev int, ubuf uintptr) (r1 uintptr, e1 Errno) { function callwrite (line 602) | func callwrite(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function calldup2 (line 610) | func calldup2(oldfd int, newfd int) (r1 uintptr, e1 Errno) { function callposix_fadvise64 (line 618) | func callposix_fadvise64(fd int, offset int64, length int64, advice int)... function callfchown (line 626) | func callfchown(fd int, uid int, gid int) (r1 uintptr, e1 Errno) { function callfstat (line 634) | func callfstat(fd int, stat uintptr) (r1 uintptr, e1 Errno) { function callfstatat (line 642) | func callfstatat(dirfd int, _p0 uintptr, stat uintptr, flags int) (r1 ui... function callfstatfs (line 650) | func callfstatfs(fd int, buf uintptr) (r1 uintptr, e1 Errno) { function callftruncate (line 658) | func callftruncate(fd int, length int64) (r1 uintptr, e1 Errno) { function callgetegid (line 666) | func callgetegid() (r1 uintptr, e1 Errno) { function callgeteuid (line 674) | func callgeteuid() (r1 uintptr, e1 Errno) { function callgetgid (line 682) | func callgetgid() (r1 uintptr, e1 Errno) { function callgetuid (line 690) | func callgetuid() (r1 uintptr, e1 Errno) { function calllchown (line 698) | func calllchown(_p0 uintptr, uid int, gid int) (r1 uintptr, e1 Errno) { function calllisten (line 706) | func calllisten(s int, n int) (r1 uintptr, e1 Errno) { function calllstat (line 714) | func calllstat(_p0 uintptr, stat uintptr) (r1 uintptr, e1 Errno) { function callpause (line 722) | func callpause() (r1 uintptr, e1 Errno) { function callpread64 (line 730) | func callpread64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uint... function callpwrite64 (line 738) | func callpwrite64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uin... function callselect (line 746) | func callselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintpt... function callpselect (line 754) | func callpselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintp... function callsetregid (line 762) | func callsetregid(rgid int, egid int) (r1 uintptr, e1 Errno) { function callsetreuid (line 770) | func callsetreuid(ruid int, euid int) (r1 uintptr, e1 Errno) { function callshutdown (line 778) | func callshutdown(fd int, how int) (r1 uintptr, e1 Errno) { function callsplice (line 786) | func callsplice(rfd int, roff uintptr, wfd int, woff uintptr, len int, f... function callstat (line 794) | func callstat(_p0 uintptr, statptr uintptr) (r1 uintptr, e1 Errno) { function callstatfs (line 802) | func callstatfs(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function calltruncate (line 810) | func calltruncate(_p0 uintptr, length int64) (r1 uintptr, e1 Errno) { function callbind (line 818) | func callbind(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 Errn... function callconnect (line 826) | func callconnect(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 E... function callgetgroups (line 834) | func callgetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callsetgroups (line 842) | func callsetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callgetsockopt (line 850) | func callgetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsetsockopt (line 858) | func callsetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsocket (line 866) | func callsocket(domain int, typ int, proto int) (r1 uintptr, e1 Errno) { function callsocketpair (line 874) | func callsocketpair(domain int, typ int, proto int, fd uintptr) (r1 uint... function callgetpeername (line 882) | func callgetpeername(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callgetsockname (line 890) | func callgetsockname(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callrecvfrom (line 898) | func callrecvfrom(fd int, _p0 uintptr, _lenp0 int, flags int, from uintp... function callsendto (line 906) | func callsendto(s int, _p0 uintptr, _lenp0 int, flags int, to uintptr, a... function callnrecvmsg (line 914) | func callnrecvmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callnsendmsg (line 922) | func callnsendmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callmunmap (line 930) | func callmunmap(addr uintptr, length uintptr) (r1 uintptr, e1 Errno) { function callmadvise (line 938) | func callmadvise(_p0 uintptr, _lenp0 int, advice int) (r1 uintptr, e1 Er... function callmprotect (line 946) | func callmprotect(_p0 uintptr, _lenp0 int, prot int) (r1 uintptr, e1 Err... function callmlock (line 954) | func callmlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmlockall (line 962) | func callmlockall(flags int) (r1 uintptr, e1 Errno) { function callmsync (line 970) | func callmsync(_p0 uintptr, _lenp0 int, flags int) (r1 uintptr, e1 Errno) { function callmunlock (line 978) | func callmunlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmunlockall (line 986) | func callmunlockall() (r1 uintptr, e1 Errno) { function callpipe (line 994) | func callpipe(p uintptr) (r1 uintptr, e1 Errno) { function callpoll (line 1002) | func callpoll(fds uintptr, nfds int, timeout int) (r1 uintptr, e1 Errno) { function callgettimeofday (line 1010) | func callgettimeofday(tv uintptr, tzp uintptr) (r1 uintptr, e1 Errno) { function calltime (line 1018) | func calltime(t uintptr) (r1 uintptr, e1 Errno) { function callutime (line 1026) | func callutime(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function callgetsystemcfg (line 1034) | func callgetsystemcfg(label int) (r1 uintptr, e1 Errno) { function callumount (line 1042) | func callumount(_p0 uintptr) (r1 uintptr, e1 Errno) { function callgetrlimit (line 1050) | func callgetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function calllseek (line 1058) | func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { function callmmap64 (line 1066) | func callmmap64(addr uintptr, length uintptr, prot int, flags int, fd in... FILE: vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function closedir (line 466) | func closedir(dir uintptr) (err error) { function readdir_r (line 480) | func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) { function pipe (line 492) | func pipe(p *[2]int32) (err error) { function getxattr (line 506) | func getxattr(path string, attr string, dest *byte, size int, position u... function fgetxattr (line 531) | func fgetxattr(fd int, attr string, dest *byte, size int, position uint3... function setxattr (line 551) | func setxattr(path string, attr string, data *byte, size int, position u... function fsetxattr (line 575) | func fsetxattr(fd int, attr string, data *byte, size int, position uint3... function removexattr (line 594) | func removexattr(path string, attr string, options int) (err error) { function fremovexattr (line 618) | func fremovexattr(fd int, attr string, options int) (err error) { function listxattr (line 637) | func listxattr(path string, dest *byte, size int, options int) (sz int, ... function flistxattr (line 657) | func flistxattr(fd int, dest *byte, size int, options int) (sz int, err ... function utimensat (line 672) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function fcntl (line 691) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function kill (line 706) | func kill(pid int, signum int, posix int) (err error) { function ioctl (line 720) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 734) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 744) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function sendfile (line 764) | func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe... function shmat (line 778) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 793) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 808) | func shmdt(addr uintptr) (err error) { function shmget (line 822) | func shmget(key int, size int, flag int) (id int, err error) { function Access (line 837) | func Access(path string, mode uint32) (err error) { function Adjtime (line 856) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 870) | func Chdir(path string) (err error) { function Chflags (line 889) | func Chflags(path string, flags int) (err error) { function Chmod (line 908) | func Chmod(path string, mode uint32) (err error) { function Chown (line 927) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 946) | func Chroot(path string) (err error) { function ClockGettime (line 965) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 979) | func Close(fd int) (err error) { function Clonefile (line 993) | func Clonefile(src string, dst string, flags int) (err error) { function Clonefileat (line 1017) | func Clonefileat(srcDirfd int, src string, dstDirfd int, dst string, fla... function Dup (line 1041) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 1056) | func Dup2(from int, to int) (err error) { function Exchangedata (line 1070) | func Exchangedata(path1 string, path2 string, options int) (err error) { function Exit (line 1094) | func Exit(code int) { function Faccessat (line 1105) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 1124) | func Fchdir(fd int) (err error) { function Fchflags (line 1138) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 1152) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 1166) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 1185) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 1199) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fclonefileat (line 1218) | func Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (er... function Flock (line 1237) | func Flock(fd int, how int) (err error) { function Fpathconf (line 1251) | func Fpathconf(fd int, name int) (val int, err error) { function Fsync (line 1266) | func Fsync(fd int) (err error) { function Ftruncate (line 1280) | func Ftruncate(fd int, length int64) (err error) { function Getcwd (line 1294) | func Getcwd(buf []byte) (n int, err error) { function Getdtablesize (line 1315) | func Getdtablesize() (size int) { function Getegid (line 1327) | func Getegid() (egid int) { function Geteuid (line 1339) | func Geteuid() (uid int) { function Getgid (line 1351) | func Getgid() (gid int) { function Getpgid (line 1363) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1378) | func Getpgrp() (pgrp int) { function Getpid (line 1390) | func Getpid() (pid int) { function Getppid (line 1402) | func Getppid() (ppid int) { function Getpriority (line 1414) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1429) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1443) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1457) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1472) | func Gettimeofday(tp *Timeval) (err error) { function Getuid (line 1486) | func Getuid() (uid int) { function Issetugid (line 1498) | func Issetugid() (tainted bool) { function Kqueue (line 1510) | func Kqueue() (fd int, err error) { function Lchown (line 1525) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1544) | func Link(path string, link string) (err error) { function Linkat (line 1568) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1592) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1606) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1625) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1644) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1663) | func Mknod(path string, mode uint32, dev int) (err error) { function Mount (line 1682) | func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (e... function Open (line 1706) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1726) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1746) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1766) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1787) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1808) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1829) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1855) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1881) | func Rename(from string, to string) (err error) { function Renameat (line 1905) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1929) | func Revoke(path string) (err error) { function Rmdir (line 1948) | func Rmdir(path string) (err error) { function Seek (line 1967) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1982) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setattrlist (line 1997) | func Setattrlist(path string, attrlist *Attrlist, attrBuf []byte, option... function Setegid (line 2022) | func Setegid(egid int) (err error) { function Seteuid (line 2036) | func Seteuid(euid int) (err error) { function Setgid (line 2050) | func Setgid(gid int) (err error) { function Setlogin (line 2064) | func Setlogin(name string) (err error) { function Setpgid (line 2083) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 2097) | func Setpriority(which int, who int, prio int) (err error) { function Setprivexec (line 2111) | func Setprivexec(flag int) (err error) { function Setregid (line 2125) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 2139) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 2153) | func Setsid() (pid int, err error) { function Settimeofday (line 2168) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 2182) | func Setuid(uid int) (err error) { function Symlink (line 2196) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2220) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2244) | func Sync() (err error) { function Truncate (line 2258) | func Truncate(path string, length int64) (err error) { function Umask (line 2277) | func Umask(newmask int) (oldmask int) { function Undelete (line 2289) | func Undelete(path string) (err error) { function Unlink (line 2308) | func Unlink(path string) (err error) { function Unlinkat (line 2327) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2346) | func Unmount(path string, flags int) (err error) { function write (line 2365) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2386) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2401) | func munmap(addr uintptr, length uintptr) (err error) { function Fstat (line 2415) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 2429) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 2448) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function getfsstat (line 2462) | func getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err ... function Lstat (line 2477) | func Lstat(path string, stat *Stat_t) (err error) { function ptrace1 (line 2496) | func ptrace1(request int, pid int, addr uintptr, data uintptr) (err erro... function Stat (line 2510) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2529) | func Statfs(path string, stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function closedir (line 466) | func closedir(dir uintptr) (err error) { function readdir_r (line 480) | func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) { function pipe (line 492) | func pipe(p *[2]int32) (err error) { function getxattr (line 506) | func getxattr(path string, attr string, dest *byte, size int, position u... function fgetxattr (line 531) | func fgetxattr(fd int, attr string, dest *byte, size int, position uint3... function setxattr (line 551) | func setxattr(path string, attr string, data *byte, size int, position u... function fsetxattr (line 575) | func fsetxattr(fd int, attr string, data *byte, size int, position uint3... function removexattr (line 594) | func removexattr(path string, attr string, options int) (err error) { function fremovexattr (line 618) | func fremovexattr(fd int, attr string, options int) (err error) { function listxattr (line 637) | func listxattr(path string, dest *byte, size int, options int) (sz int, ... function flistxattr (line 657) | func flistxattr(fd int, dest *byte, size int, options int) (sz int, err ... function utimensat (line 672) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function fcntl (line 691) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function kill (line 706) | func kill(pid int, signum int, posix int) (err error) { function ioctl (line 720) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 734) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 744) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function sendfile (line 764) | func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe... function shmat (line 778) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 793) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 808) | func shmdt(addr uintptr) (err error) { function shmget (line 822) | func shmget(key int, size int, flag int) (id int, err error) { function Access (line 837) | func Access(path string, mode uint32) (err error) { function Adjtime (line 856) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 870) | func Chdir(path string) (err error) { function Chflags (line 889) | func Chflags(path string, flags int) (err error) { function Chmod (line 908) | func Chmod(path string, mode uint32) (err error) { function Chown (line 927) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 946) | func Chroot(path string) (err error) { function ClockGettime (line 965) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 979) | func Close(fd int) (err error) { function Clonefile (line 993) | func Clonefile(src string, dst string, flags int) (err error) { function Clonefileat (line 1017) | func Clonefileat(srcDirfd int, src string, dstDirfd int, dst string, fla... function Dup (line 1041) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 1056) | func Dup2(from int, to int) (err error) { function Exchangedata (line 1070) | func Exchangedata(path1 string, path2 string, options int) (err error) { function Exit (line 1094) | func Exit(code int) { function Faccessat (line 1105) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 1124) | func Fchdir(fd int) (err error) { function Fchflags (line 1138) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 1152) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 1166) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 1185) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 1199) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fclonefileat (line 1218) | func Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (er... function Flock (line 1237) | func Flock(fd int, how int) (err error) { function Fpathconf (line 1251) | func Fpathconf(fd int, name int) (val int, err error) { function Fsync (line 1266) | func Fsync(fd int) (err error) { function Ftruncate (line 1280) | func Ftruncate(fd int, length int64) (err error) { function Getcwd (line 1294) | func Getcwd(buf []byte) (n int, err error) { function Getdtablesize (line 1315) | func Getdtablesize() (size int) { function Getegid (line 1327) | func Getegid() (egid int) { function Geteuid (line 1339) | func Geteuid() (uid int) { function Getgid (line 1351) | func Getgid() (gid int) { function Getpgid (line 1363) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1378) | func Getpgrp() (pgrp int) { function Getpid (line 1390) | func Getpid() (pid int) { function Getppid (line 1402) | func Getppid() (ppid int) { function Getpriority (line 1414) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1429) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1443) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1457) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1472) | func Gettimeofday(tp *Timeval) (err error) { function Getuid (line 1486) | func Getuid() (uid int) { function Issetugid (line 1498) | func Issetugid() (tainted bool) { function Kqueue (line 1510) | func Kqueue() (fd int, err error) { function Lchown (line 1525) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1544) | func Link(path string, link string) (err error) { function Linkat (line 1568) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1592) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1606) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1625) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1644) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1663) | func Mknod(path string, mode uint32, dev int) (err error) { function Mount (line 1682) | func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (e... function Open (line 1706) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1726) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1746) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1766) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1787) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1808) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1829) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1855) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1881) | func Rename(from string, to string) (err error) { function Renameat (line 1905) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1929) | func Revoke(path string) (err error) { function Rmdir (line 1948) | func Rmdir(path string) (err error) { function Seek (line 1967) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1982) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setattrlist (line 1997) | func Setattrlist(path string, attrlist *Attrlist, attrBuf []byte, option... function Setegid (line 2022) | func Setegid(egid int) (err error) { function Seteuid (line 2036) | func Seteuid(euid int) (err error) { function Setgid (line 2050) | func Setgid(gid int) (err error) { function Setlogin (line 2064) | func Setlogin(name string) (err error) { function Setpgid (line 2083) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 2097) | func Setpriority(which int, who int, prio int) (err error) { function Setprivexec (line 2111) | func Setprivexec(flag int) (err error) { function Setregid (line 2125) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 2139) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 2153) | func Setsid() (pid int, err error) { function Settimeofday (line 2168) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 2182) | func Setuid(uid int) (err error) { function Symlink (line 2196) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2220) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2244) | func Sync() (err error) { function Truncate (line 2258) | func Truncate(path string, length int64) (err error) { function Umask (line 2277) | func Umask(newmask int) (oldmask int) { function Undelete (line 2289) | func Undelete(path string) (err error) { function Unlink (line 2308) | func Unlink(path string) (err error) { function Unlinkat (line 2327) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2346) | func Unmount(path string, flags int) (err error) { function write (line 2365) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2386) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2401) | func munmap(addr uintptr, length uintptr) (err error) { function Fstat (line 2415) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 2429) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 2448) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function getfsstat (line 2462) | func getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err ... function Lstat (line 2477) | func Lstat(path string, stat *Stat_t) (err error) { function ptrace1 (line 2496) | func ptrace1(request int, pid int, addr uintptr, data uintptr) (err erro... function Stat (line 2510) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2529) | func Statfs(path string, stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe (line 354) | func pipe() (r int, w int, err error) { function pipe2 (line 366) | func pipe2(p *[2]_C_int, flags int) (r int, w int, err error) { function extpread (line 378) | func extpread(fd int, p []byte, flags int, offset int64) (n int, err err... function extpwrite (line 395) | func extpwrite(fd int, p []byte, flags int, offset int64) (n int, err er... function Getcwd (line 412) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 429) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 439) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 449) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 465) | func Access(path string, mode uint32) (err error) { function Adjtime (line 480) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 490) | func Chdir(path string) (err error) { function Chflags (line 505) | func Chflags(path string, flags int) (err error) { function Chmod (line 520) | func Chmod(path string, mode uint32) (err error) { function Chown (line 535) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 550) | func Chroot(path string) (err error) { function ClockGettime (line 565) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 575) | func Close(fd int) (err error) { function Dup (line 585) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 596) | func Dup2(from int, to int) (err error) { function Exit (line 606) | func Exit(code int) { function Faccessat (line 613) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 628) | func Fchdir(fd int) (err error) { function Fchflags (line 638) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 648) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 658) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 673) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 683) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 698) | func Flock(fd int, how int) (err error) { function Fpathconf (line 708) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 719) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 729) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 744) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 754) | func Fsync(fd int) (err error) { function Ftruncate (line 764) | func Ftruncate(fd int, length int64) (err error) { function Getdents (line 774) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 791) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Getdtablesize (line 808) | func Getdtablesize() (size int) { function Getegid (line 816) | func Getegid() (egid int) { function Geteuid (line 824) | func Geteuid() (uid int) { function Getgid (line 832) | func Getgid() (gid int) { function Getpgid (line 840) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 851) | func Getpgrp() (pgrp int) { function Getpid (line 859) | func Getpid() (pid int) { function Getppid (line 867) | func Getppid() (ppid int) { function Getpriority (line 875) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 886) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 896) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 906) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 917) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 927) | func Getuid() (uid int) { function Issetugid (line 935) | func Issetugid() (tainted bool) { function Kill (line 943) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 953) | func Kqueue() (fd int, err error) { function Lchown (line 964) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 979) | func Link(path string, link string) (err error) { function Linkat (line 999) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1019) | func Listen(s int, backlog int) (err error) { function Lstat (line 1029) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1044) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1059) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1074) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1089) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1104) | func Mknodat(fd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1119) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1129) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1145) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1161) | func Pathconf(path string, name int) (val int, err error) { function read (line 1177) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1194) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 1216) | func Rename(from string, to string) (err error) { function Renameat (line 1236) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1256) | func Revoke(path string) (err error) { function Rmdir (line 1271) | func Rmdir(path string) (err error) { function Seek (line 1286) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1297) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1308) | func Setegid(egid int) (err error) { function Seteuid (line 1318) | func Seteuid(euid int) (err error) { function Setgid (line 1328) | func Setgid(gid int) (err error) { function Setlogin (line 1338) | func Setlogin(name string) (err error) { function Setpgid (line 1353) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1363) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1373) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1383) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1393) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1403) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1413) | func Setsid() (pid int, err error) { function Settimeofday (line 1424) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1434) | func Setuid(uid int) (err error) { function Stat (line 1444) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1459) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1474) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1494) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1514) | func Sync() (err error) { function Truncate (line 1524) | func Truncate(path string, length int64) (err error) { function Umask (line 1539) | func Umask(newmask int) (oldmask int) { function Undelete (line 1547) | func Undelete(path string) (err error) { function Unlink (line 1562) | func Unlink(path string) (err error) { function Unlinkat (line 1577) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1592) | func Unmount(path string, flags int) (err error) { function write (line 1607) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1624) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1635) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1645) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1656) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1648) | func Setsid() (pid int, err error) { function Settimeofday (line 1659) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1669) | func Setuid(uid int) (err error) { function Statfs (line 1679) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1694) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1714) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1734) | func Sync() (err error) { function Truncate (line 1744) | func Truncate(path string, length int64) (err error) { function Umask (line 1759) | func Umask(newmask int) (oldmask int) { function Undelete (line 1767) | func Undelete(path string) (err error) { function Unlink (line 1782) | func Unlink(path string) (err error) { function Unlinkat (line 1797) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1812) | func Unmount(path string, flags int) (err error) { function write (line 1827) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1844) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1855) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1865) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1876) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1648) | func Setsid() (pid int, err error) { function Settimeofday (line 1659) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1669) | func Setuid(uid int) (err error) { function Statfs (line 1679) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1694) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1714) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1734) | func Sync() (err error) { function Truncate (line 1744) | func Truncate(path string, length int64) (err error) { function Umask (line 1759) | func Umask(newmask int) (oldmask int) { function Undelete (line 1767) | func Undelete(path string) (err error) { function Unlink (line 1782) | func Unlink(path string) (err error) { function Unlinkat (line 1797) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1812) | func Unmount(path string, flags int) (err error) { function write (line 1827) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1844) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1855) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1865) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1876) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1648) | func Setsid() (pid int, err error) { function Settimeofday (line 1659) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1669) | func Setuid(uid int) (err error) { function Statfs (line 1679) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1694) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1714) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1734) | func Sync() (err error) { function Truncate (line 1744) | func Truncate(path string, length int64) (err error) { function Umask (line 1759) | func Umask(newmask int) (oldmask int) { function Undelete (line 1767) | func Undelete(path string) (err error) { function Unlink (line 1782) | func Unlink(path string) (err error) { function Unlinkat (line 1797) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1812) | func Unmount(path string, flags int) (err error) { function write (line 1827) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1844) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1855) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1865) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1876) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1648) | func Setsid() (pid int, err error) { function Settimeofday (line 1659) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1669) | func Setuid(uid int) (err error) { function Statfs (line 1679) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1694) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1714) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1734) | func Sync() (err error) { function Truncate (line 1744) | func Truncate(path string, length int64) (err error) { function Umask (line 1759) | func Umask(newmask int) (oldmask int) { function Undelete (line 1767) | func Undelete(path string) (err error) { function Unlink (line 1782) | func Unlink(path string) (err error) { function Unlinkat (line 1797) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1812) | func Unmount(path string, flags int) (err error) { function write (line 1827) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1844) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1855) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1865) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1876) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 364) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 381) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 391) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 401) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 417) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 427) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 437) | func Access(path string, mode uint32) (err error) { function Adjtime (line 452) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 462) | func CapEnter() (err error) { function capRightsGet (line 472) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 482) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 492) | func Chdir(path string) (err error) { function Chflags (line 507) | func Chflags(path string, flags int) (err error) { function Chmod (line 522) | func Chmod(path string, mode uint32) (err error) { function Chown (line 537) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 552) | func Chroot(path string) (err error) { function ClockGettime (line 567) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 577) | func Close(fd int) (err error) { function Dup (line 587) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 598) | func Dup2(from int, to int) (err error) { function Exit (line 608) | func Exit(code int) { function ExtattrGetFd (line 615) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 631) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 647) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 662) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 673) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 694) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 715) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 735) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 751) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 772) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 793) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 813) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 839) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 854) | func Fchdir(fd int) (err error) { function Fchflags (line 864) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 874) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 884) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 899) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 909) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 924) | func Flock(fd int, how int) (err error) { function Fpathconf (line 934) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 945) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 955) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 970) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 980) | func Fsync(fd int) (err error) { function Ftruncate (line 990) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 1000) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1017) | func Getdtablesize() (size int) { function Getegid (line 1025) | func Getegid() (egid int) { function Geteuid (line 1033) | func Geteuid() (uid int) { function Getgid (line 1041) | func Getgid() (gid int) { function Getpgid (line 1049) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1060) | func Getpgrp() (pgrp int) { function Getpid (line 1068) | func Getpid() (pid int) { function Getppid (line 1076) | func Getppid() (ppid int) { function Getpriority (line 1084) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1095) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1105) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1115) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1126) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1136) | func Getuid() (uid int) { function Issetugid (line 1144) | func Issetugid() (tainted bool) { function Kill (line 1152) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1162) | func Kqueue() (fd int, err error) { function Lchown (line 1173) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1188) | func Link(path string, link string) (err error) { function Linkat (line 1208) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1228) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1238) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1253) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1268) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1283) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1298) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1308) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1324) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1340) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1356) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1373) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1390) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1407) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1429) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1451) | func Rename(from string, to string) (err error) { function Renameat (line 1471) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1491) | func Revoke(path string) (err error) { function Rmdir (line 1506) | func Rmdir(path string) (err error) { function Seek (line 1521) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1532) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1543) | func Setegid(egid int) (err error) { function Seteuid (line 1553) | func Seteuid(euid int) (err error) { function Setgid (line 1563) | func Setgid(gid int) (err error) { function Setlogin (line 1573) | func Setlogin(name string) (err error) { function Setpgid (line 1588) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1598) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1608) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1618) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1628) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1638) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1648) | func Setsid() (pid int, err error) { function Settimeofday (line 1659) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1669) | func Setuid(uid int) (err error) { function Statfs (line 1679) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1694) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1714) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1734) | func Sync() (err error) { function Truncate (line 1744) | func Truncate(path string, length int64) (err error) { function Umask (line 1759) | func Umask(newmask int) (oldmask int) { function Undelete (line 1767) | func Undelete(path string) (err error) { function Unlink (line 1782) | func Unlink(path string) (err error) { function Unlinkat (line 1797) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1812) | func Unmount(path string, flags int) (err error) { function write (line 1827) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1844) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1855) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1865) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1876) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go function readv (line 35) | func readv(fd int, iovs []Iovec) (n int, err error) { function preadv (line 50) | func preadv(fd int, iovs []Iovec, off int64) (n int, err error) { function writev (line 65) | func writev(fd int, iovs []Iovec) (n int, err error) { function pwritev (line 80) | func pwritev(fd int, iovs []Iovec, off int64) (n int, err error) { function accept4 (line 95) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux.go function FanotifyInit (line 15) | func FanotifyInit(flags uint, event_f_flags uint) (fd int, err error) { function fchmodat (line 26) | func fchmodat(dirfd int, path string, mode uint32) (err error) { function ioctl (line 41) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 51) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function Linkat (line 61) | func Linkat(olddirfd int, oldpath string, newdirfd int, newpath string, ... function openat (line 81) | func openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function openat2 (line 97) | func openat2(dirfd int, path string, open_how *OpenHow, size int) (fd in... function pipe2 (line 113) | func pipe2(p *[2]_C_int, flags int) (err error) { function ppoll (line 123) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Readlinkat (line 134) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Symlinkat (line 156) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Unlinkat (line 176) | func Unlinkat(dirfd int, path string, flags int) (err error) { function utimensat (line 191) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function Getcwd (line 206) | func Getcwd(buf []byte) (n int, err error) { function wait4 (line 223) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function Waitid (line 234) | func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusa... function KeyctlInt (line 244) | func KeyctlInt(cmd int, arg2 int, arg3 int, arg4 int, arg5 int) (ret int... function KeyctlBuffer (line 255) | func KeyctlBuffer(cmd int, arg2 int, buf []byte, arg5 int) (ret int, err... function keyctlJoin (line 272) | func keyctlJoin(cmd int, arg2 string) (ret int, err error) { function keyctlSearch (line 288) | func keyctlSearch(cmd int, arg2 int, arg3 string, arg4 string, arg5 int)... function keyctlIOV (line 309) | func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) { function keyctlDH (line 325) | func keyctlDH(cmd int, arg2 *KeyctlDHParams, buf []byte) (ret int, err e... function keyctlRestrictKeyringByType (line 342) | func keyctlRestrictKeyringByType(cmd int, arg2 int, keyType string, rest... function keyctlRestrictKeyring (line 362) | func keyctlRestrictKeyring(cmd int, arg2 int) (err error) { function ptrace (line 372) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { function ptracePtr (line 382) | func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) ... function reboot (line 392) | func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) { function mount (line 407) | func mount(source string, target string, fstype string, flags uintptr, d... function mountSetattr (line 432) | func mountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Acct (line 447) | func Acct(path string) (err error) { function AddKey (line 462) | func AddKey(keyType string, description string, payload []byte, ringid i... function Adjtimex (line 489) | func Adjtimex(buf *Timex) (state int, err error) { function Capget (line 500) | func Capget(hdr *CapUserHeader, data *CapUserData) (err error) { function Capset (line 510) | func Capset(hdr *CapUserHeader, data *CapUserData) (err error) { function Chdir (line 520) | func Chdir(path string) (err error) { function Chroot (line 535) | func Chroot(path string) (err error) { function ClockAdjtime (line 550) | func ClockAdjtime(clockid int32, buf *Timex) (state int, err error) { function ClockGetres (line 561) | func ClockGetres(clockid int32, res *Timespec) (err error) { function ClockGettime (line 571) | func ClockGettime(clockid int32, time *Timespec) (err error) { function ClockNanosleep (line 581) | func ClockNanosleep(clockid int32, flags int, request *Timespec, remain ... function Close (line 591) | func Close(fd int) (err error) { function CloseRange (line 601) | func CloseRange(first uint, last uint, flags uint) (err error) { function CopyFileRange (line 611) | func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, ... function DeleteModule (line 622) | func DeleteModule(name string, flags int) (err error) { function Dup (line 637) | func Dup(oldfd int) (fd int, err error) { function Dup3 (line 648) | func Dup3(oldfd int, newfd int, flags int) (err error) { function EpollCreate1 (line 658) | func EpollCreate1(flag int) (fd int, err error) { function EpollCtl (line 669) | func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { function Eventfd (line 679) | func Eventfd(initval uint, flags int) (fd int, err error) { function Exit (line 690) | func Exit(code int) { function Fchdir (line 697) | func Fchdir(fd int) (err error) { function Fchmod (line 707) | func Fchmod(fd int, mode uint32) (err error) { function Fchownat (line 717) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 732) | func Fdatasync(fd int) (err error) { function Fgetxattr (line 742) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function FinitModule (line 764) | func FinitModule(fd int, params string, flags int) (err error) { function Flistxattr (line 779) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function Flock (line 796) | func Flock(fd int, how int) (err error) { function Fremovexattr (line 806) | func Fremovexattr(fd int, attr string) (err error) { function Fsetxattr (line 821) | func Fsetxattr(fd int, attr string, dest []byte, flags int) (err error) { function Fsync (line 842) | func Fsync(fd int) (err error) { function Fsmount (line 852) | func Fsmount(fd int, flags int, mountAttrs int) (fsfd int, err error) { function Fsopen (line 863) | func Fsopen(fsName string, flags int) (fd int, err error) { function Fspick (line 879) | func Fspick(dirfd int, pathName string, flags int) (fd int, err error) { function Getdents (line 895) | func Getdents(fd int, buf []byte) (n int, err error) { function Getpgid (line 912) | func Getpgid(pid int) (pgid int, err error) { function Getpid (line 923) | func Getpid() (pid int) { function Getppid (line 931) | func Getppid() (ppid int) { function Getpriority (line 939) | func Getpriority(which int, who int) (prio int, err error) { function Getrandom (line 950) | func Getrandom(buf []byte, flags int) (n int, err error) { function Getrusage (line 967) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 977) | func Getsid(pid int) (sid int, err error) { function Gettid (line 988) | func Gettid() (tid int) { function Getxattr (line 996) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function InitModule (line 1023) | func InitModule(moduleImage []byte, params string) (err error) { function InotifyAddWatch (line 1044) | func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc in... function InotifyInit1 (line 1060) | func InotifyInit1(flags int) (fd int, err error) { function InotifyRmWatch (line 1071) | func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { function Kill (line 1082) | func Kill(pid int, sig syscall.Signal) (err error) { function Klogctl (line 1092) | func Klogctl(typ int, buf []byte) (n int, err error) { function Lgetxattr (line 1109) | func Lgetxattr(path string, attr string, dest []byte) (sz int, err error) { function Listxattr (line 1136) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 1158) | func Llistxattr(path string, dest []byte) (sz int, err error) { function Lremovexattr (line 1180) | func Lremovexattr(path string, attr string) (err error) { function Lsetxattr (line 1200) | func Lsetxattr(path string, attr string, data []byte, flags int) (err er... function MemfdCreate (line 1226) | func MemfdCreate(name string, flags int) (fd int, err error) { function Mkdirat (line 1242) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mknodat (line 1257) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function MoveMount (line 1272) | func MoveMount(fromDirfd int, fromPathName string, toDirfd int, toPathNa... function Nanosleep (line 1292) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function OpenTree (line 1302) | func OpenTree(dfd int, fileName string, flags uint) (r int, err error) { function PerfEventOpen (line 1318) | func PerfEventOpen(attr *PerfEventAttr, pid int, cpu int, groupFd int, f... function PivotRoot (line 1329) | func PivotRoot(newroot string, putold string) (err error) { function Prctl (line 1349) | func Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 ui... function pselect6 (line 1359) | func pselect6(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, ... function read (line 1370) | func read(fd int, p []byte) (n int, err error) { function Removexattr (line 1387) | func Removexattr(path string, attr string) (err error) { function Renameat2 (line 1407) | func Renameat2(olddirfd int, oldpath string, newdirfd int, newpath strin... function RequestKey (line 1427) | func RequestKey(keyType string, description string, callback string, des... function Setdomainname (line 1453) | func Setdomainname(p []byte) (err error) { function Sethostname (line 1469) | func Sethostname(p []byte) (err error) { function Setpgid (line 1485) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 1495) | func Setsid() (pid int, err error) { function Settimeofday (line 1506) | func Settimeofday(tv *Timeval) (err error) { function Setns (line 1516) | func Setns(fd int, nstype int) (err error) { function Setpriority (line 1526) | func Setpriority(which int, who int, prio int) (err error) { function Setxattr (line 1536) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function signalfd (line 1562) | func signalfd(fd int, sigmask *Sigset_t, maskSize uintptr, flags int) (n... function Statx (line 1573) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 1588) | func Sync() { function Syncfs (line 1595) | func Syncfs(fd int) (err error) { function Sysinfo (line 1605) | func Sysinfo(info *Sysinfo_t) (err error) { function TimerfdCreate (line 1615) | func TimerfdCreate(clockid int, flags int) (fd int, err error) { function TimerfdGettime (line 1626) | func TimerfdGettime(fd int, currValue *ItimerSpec) (err error) { function TimerfdSettime (line 1636) | func TimerfdSettime(fd int, flags int, newValue *ItimerSpec, oldValue *I... function Tgkill (line 1646) | func Tgkill(tgid int, tid int, sig syscall.Signal) (err error) { function Times (line 1656) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 1667) | func Umask(mask int) (oldmask int) { function Uname (line 1675) | func Uname(buf *Utsname) (err error) { function Unmount (line 1685) | func Unmount(target string, flags int) (err error) { function Unshare (line 1700) | func Unshare(flags int) (err error) { function write (line 1710) | func write(fd int, p []byte) (n int, err error) { function exitThread (line 1727) | func exitThread(code int) (err error) { function readv (line 1737) | func readv(fd int, iovs []Iovec) (n int, err error) { function writev (line 1754) | func writev(fd int, iovs []Iovec) (n int, err error) { function preadv (line 1771) | func preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int... function pwritev (line 1788) | func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n in... function preadv2 (line 1805) | func preadv2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags... function pwritev2 (line 1822) | func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flag... function munmap (line 1839) | func munmap(addr uintptr, length uintptr) (err error) { function mremap (line 1849) | func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags... function Madvise (line 1860) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1876) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1892) | func Mlock(b []byte) (err error) { function Mlockall (line 1908) | func Mlockall(flags int) (err error) { function Msync (line 1918) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1934) | func Munlock(b []byte) (err error) { function Munlockall (line 1950) | func Munlockall() (err error) { function faccessat (line 1960) | func faccessat(dirfd int, path string, mode uint32) (err error) { function Faccessat2 (line 1975) | func Faccessat2(dirfd int, path string, mode uint32, flags int) (err err... function nameToHandleAt (line 1990) | func nameToHandleAt(dirFD int, pathname string, fh *fileHandle, mountID ... function openByHandleAt (line 2005) | func openByHandleAt(mountFD int, fh *fileHandle, flags int) (fd int, err... function ProcessVMReadv (line 2016) | func ProcessVMReadv(pid int, localIov []Iovec, remoteIov []RemoteIovec, ... function ProcessVMWritev (line 2039) | func ProcessVMWritev(pid int, localIov []Iovec, remoteIov []RemoteIovec,... function PidfdOpen (line 2062) | func PidfdOpen(pid int, flags int) (fd int, err error) { function PidfdGetfd (line 2073) | func PidfdGetfd(pidfd int, targetfd int, flags int) (fd int, err error) { function PidfdSendSignal (line 2084) | func PidfdSendSignal(pidfd int, sig Signal, info *Siginfo, flags int) (e... function shmat (line 2094) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 2105) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 2116) | func shmdt(addr uintptr) (err error) { function shmget (line 2126) | func shmget(key int, size int, flag int) (id int, err error) { function getitimer (line 2137) | func getitimer(which int, currValue *Itimerval) (err error) { function setitimer (line 2147) | func setitimer(which int, newValue *Itimerval, oldValue *Itimerval) (err... function rtSigprocmask (line 2157) | func rtSigprocmask(how int, set *Sigset_t, oldset *Sigset_t, sigsetsize ... function getresuid (line 2167) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 2174) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function schedSetattr (line 2181) | func schedSetattr(pid int, attr *SchedAttr, flags uint) (err error) { function schedGetattr (line 2191) | func schedGetattr(pid int, attr *SchedAttr, size uint, flags uint) (err ... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_386.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Ftruncate (line 111) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 121) | func Getegid() (egid int) { function Geteuid (line 129) | func Geteuid() (euid int) { function Getgid (line 137) | func Getgid() (gid int) { function Getuid (line 145) | func Getuid() (uid int) { function Ioperm (line 153) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 163) | func Iopl(level int) (err error) { function Lchown (line 173) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 188) | func Lstat(path string, stat *Stat_t) (err error) { function pread (line 203) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 220) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 237) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function sendfile (line 257) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 268) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 279) | func setfsuid(uid int) (prev int, err error) { function Splice (line 290) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 301) | func Stat(path string, stat *Stat_t) (err error) { function SyncFileRange (line 316) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 326) | func Truncate(path string, length int64) (err error) { function Ustat (line 341) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function getgroups (line 351) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 362) | func setgroups(n int, list *_Gid_t) (err error) { function Select (line 372) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function mmap2 (line 383) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function Pause (line 394) | func Pause() (err error) { function getrlimit (line 404) | func getrlimit(resource int, rlim *rlimit32) (err error) { function futimesat (line 414) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 429) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 439) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 450) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 465) | func utimes(path string, times *[2]Timeval) (err error) { function Alarm (line 480) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Ioperm (line 173) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 183) | func Iopl(level int) (err error) { function Lchown (line 193) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 208) | func Listen(s int, n int) (err error) { function MemfdSecret (line 218) | func MemfdSecret(flags int) (fd int, err error) { function Pause (line 229) | func Pause() (err error) { function pread (line 239) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 256) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 273) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 293) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 304) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 315) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 326) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 337) | func Shutdown(fd int, how int) (err error) { function Splice (line 347) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 358) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 373) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 383) | func Truncate(path string, length int64) (err error) { function Ustat (line 398) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 408) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 419) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 429) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 439) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 450) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 460) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 470) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 480) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 491) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 501) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 511) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 521) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 538) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 554) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 565) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 576) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 587) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Utime (line 602) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 617) | func utimes(path string, times *[2]Timeval) (err error) { function kexecFileLoad (line 632) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 647) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function accept4 (line 49) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 60) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 70) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 80) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 91) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 101) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 111) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 121) | func socket(domain int, typ int, proto int) (fd int, err error) { function getpeername (line 132) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 142) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function socketpair (line 185) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function recvmsg (line 195) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 206) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function EpollWait (line 217) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fchown (line 234) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 244) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 254) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Getegid (line 269) | func Getegid() (egid int) { function Geteuid (line 277) | func Geteuid() (euid int) { function Getgid (line 285) | func Getgid() (gid int) { function Getuid (line 293) | func Getuid() (uid int) { function Lchown (line 301) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 316) | func Listen(s int, n int) (err error) { function Lstat (line 326) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 341) | func Pause() (err error) { function Renameat (line 351) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function sendfile (line 371) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Select (line 382) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function setfsgid (line 393) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 404) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 415) | func Shutdown(fd int, how int) (err error) { function Splice (line 425) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 436) | func Stat(path string, stat *Stat_t) (err error) { function Ustat (line 451) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function futimesat (line 461) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 476) | func Gettimeofday(tv *Timeval) (err error) { function utimes (line 486) | func utimes(path string, times *[2]Timeval) (err error) { function pread (line 501) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 518) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Truncate (line 535) | func Truncate(path string, length int64) (err error) { function Ftruncate (line 550) | func Ftruncate(fd int, length int64) (err error) { function mmap2 (line 560) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 571) | func getrlimit(resource int, rlim *rlimit32) (err error) { function armSyncFileRange (line 581) | func armSyncFileRange(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 591) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function getrlimit (line 155) | func getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Listen (line 173) | func Listen(s int, n int) (err error) { function MemfdSecret (line 183) | func MemfdSecret(flags int) (fd int, err error) { function pread (line 194) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 211) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 228) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 248) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 259) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 270) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 281) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 292) | func Shutdown(fd int, how int) (err error) { function Splice (line 302) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 313) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 328) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 338) | func Truncate(path string, length int64) (err error) { function accept4 (line 353) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 364) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 374) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 384) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 395) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 405) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 415) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 425) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 436) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 446) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 456) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 466) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 483) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 499) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 510) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 521) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 532) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 542) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 86) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 96) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 106) | func Getegid() (egid int) { function Geteuid (line 114) | func Geteuid() (euid int) { function Getgid (line 122) | func Getgid() (gid int) { function Getuid (line 130) | func Getuid() (uid int) { function Listen (line 138) | func Listen(s int, n int) (err error) { function pread (line 148) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 165) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Seek (line 182) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 193) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 204) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 215) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 226) | func Shutdown(fd int, how int) (err error) { function Splice (line 236) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 247) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 262) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 272) | func Truncate(path string, length int64) (err error) { function accept4 (line 287) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 298) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 308) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 318) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 329) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 339) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 349) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 359) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 370) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 380) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 390) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 400) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 417) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 433) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 444) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 455) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 466) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 476) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Ftruncate (line 86) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 96) | func Getegid() (egid int) { function Geteuid (line 104) | func Geteuid() (euid int) { function Getgid (line 112) | func Getgid() (gid int) { function Getuid (line 120) | func Getuid() (uid int) { function Lchown (line 128) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 143) | func Listen(s int, n int) (err error) { function pread (line 153) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 170) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 187) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 207) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 218) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 229) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 240) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 251) | func Shutdown(fd int, how int) (err error) { function Splice (line 261) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function SyncFileRange (line 272) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 282) | func Truncate(path string, length int64) (err error) { function Ustat (line 297) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 307) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 318) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 328) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 338) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 349) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 359) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 369) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 379) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 390) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 400) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 410) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 420) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 437) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 453) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 464) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Ioperm (line 475) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 485) | func Iopl(level int) (err error) { function futimesat (line 495) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 510) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 520) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 531) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 546) | func utimes(path string, times *[2]Timeval) (err error) { function Lstat (line 561) | func Lstat(path string, stat *Stat_t) (err error) { function Fstat (line 576) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 586) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Stat (line 601) | func Stat(path string, stat *Stat_t) (err error) { function Pause (line 616) | func Pause() (err error) { function mmap2 (line 626) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 637) | func getrlimit(resource int, rlim *rlimit32) (err error) { function Alarm (line 647) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 86) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 96) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 106) | func Getegid() (egid int) { function Geteuid (line 114) | func Geteuid() (euid int) { function Getgid (line 122) | func Getgid() (gid int) { function Getrlimit (line 130) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 140) | func Getuid() (uid int) { function Lchown (line 148) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 163) | func Listen(s int, n int) (err error) { function Pause (line 173) | func Pause() (err error) { function pread (line 183) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 200) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 217) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 237) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 248) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 259) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 270) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 281) | func Shutdown(fd int, how int) (err error) { function Splice (line 291) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 302) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 317) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 327) | func Truncate(path string, length int64) (err error) { function Ustat (line 342) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 352) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 363) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 373) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 383) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 394) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 404) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 414) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 424) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 435) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 445) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 455) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 465) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 482) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 498) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 509) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 520) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 531) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 546) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 556) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 571) | func utimes(path string, times *[2]Timeval) (err error) { function fstat (line 586) | func fstat(fd int, st *stat_t) (err error) { function fstatat (line 596) | func fstatat(dirfd int, path string, st *stat_t, flags int) (err error) { function lstat (line 611) | func lstat(path string, st *stat_t) (err error) { function stat (line 626) | func stat(path string, st *stat_t) (err error) { function Alarm (line 641) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 86) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 96) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 106) | func Getegid() (egid int) { function Geteuid (line 114) | func Geteuid() (euid int) { function Getgid (line 122) | func Getgid() (gid int) { function Getrlimit (line 130) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 140) | func Getuid() (uid int) { function Lchown (line 148) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 163) | func Listen(s int, n int) (err error) { function Pause (line 173) | func Pause() (err error) { function pread (line 183) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 200) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 217) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 237) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 248) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 259) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 270) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 281) | func Shutdown(fd int, how int) (err error) { function Splice (line 291) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 302) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 317) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 327) | func Truncate(path string, length int64) (err error) { function Ustat (line 342) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 352) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 363) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 373) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 383) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 394) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 404) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 414) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 424) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 435) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 445) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 455) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 465) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 482) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 498) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 509) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 520) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 531) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 546) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 556) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 571) | func utimes(path string, times *[2]Timeval) (err error) { function fstat (line 586) | func fstat(fd int, st *stat_t) (err error) { function fstatat (line 596) | func fstatat(dirfd int, path string, st *stat_t, flags int) (err error) { function lstat (line 611) | func lstat(path string, st *stat_t) (err error) { function stat (line 626) | func stat(path string, st *stat_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Ftruncate (line 86) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 96) | func Getegid() (egid int) { function Geteuid (line 104) | func Geteuid() (euid int) { function Getgid (line 112) | func Getgid() (gid int) { function Getuid (line 120) | func Getuid() (uid int) { function Lchown (line 128) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 143) | func Listen(s int, n int) (err error) { function pread (line 153) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 170) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 187) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 207) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 218) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 229) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 240) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 251) | func Shutdown(fd int, how int) (err error) { function Splice (line 261) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function SyncFileRange (line 272) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 282) | func Truncate(path string, length int64) (err error) { function Ustat (line 297) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 307) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 318) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 328) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 338) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 349) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 359) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 369) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 379) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 390) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 400) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 410) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 420) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 437) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 453) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 464) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Ioperm (line 475) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 485) | func Iopl(level int) (err error) { function futimesat (line 495) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 510) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 520) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 531) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 546) | func utimes(path string, times *[2]Timeval) (err error) { function Lstat (line 561) | func Lstat(path string, stat *Stat_t) (err error) { function Fstat (line 576) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 586) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Stat (line 601) | func Stat(path string, stat *Stat_t) (err error) { function Pause (line 616) | func Pause() (err error) { function mmap2 (line 626) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 637) | func getrlimit(resource int, rlim *rlimit32) (err error) { function Alarm (line 647) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fchown (line 66) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 76) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 86) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Ftruncate (line 101) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 111) | func Getegid() (egid int) { function Geteuid (line 119) | func Geteuid() (euid int) { function Getgid (line 127) | func Getgid() (gid int) { function Getuid (line 135) | func Getuid() (uid int) { function Ioperm (line 143) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 153) | func Iopl(level int) (err error) { function Lchown (line 163) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 178) | func Listen(s int, n int) (err error) { function Lstat (line 188) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 203) | func Pause() (err error) { function pread (line 213) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 230) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 247) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 267) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 278) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 289) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 300) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 311) | func Shutdown(fd int, how int) (err error) { function Splice (line 321) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 332) | func Stat(path string, stat *Stat_t) (err error) { function Truncate (line 347) | func Truncate(path string, length int64) (err error) { function Ustat (line 362) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 372) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 383) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 393) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 403) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 414) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 424) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 434) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 444) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 455) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 465) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 475) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 485) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 502) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 518) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 529) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function futimesat (line 540) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 555) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 565) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 576) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 591) | func utimes(path string, times *[2]Timeval) (err error) { function mmap2 (line 606) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 617) | func getrlimit(resource int, rlim *rlimit32) (err error) { function syncFileRange2 (line 627) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 637) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 652) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Ioperm (line 173) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 183) | func Iopl(level int) (err error) { function Lchown (line 193) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 208) | func Listen(s int, n int) (err error) { function Lstat (line 218) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 233) | func Pause() (err error) { function pread (line 243) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 260) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 277) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 297) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 308) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 319) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 330) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 341) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 352) | func Shutdown(fd int, how int) (err error) { function Splice (line 362) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 373) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 388) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 403) | func Truncate(path string, length int64) (err error) { function Ustat (line 418) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 428) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 439) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 449) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 459) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 470) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 480) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 490) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 500) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 511) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 521) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 531) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 541) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 558) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 574) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 585) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 596) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 607) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 622) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 632) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 643) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 658) | func utimes(path string, times *[2]Timeval) (err error) { function syncFileRange2 (line 673) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 683) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 698) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Ioperm (line 173) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 183) | func Iopl(level int) (err error) { function Lchown (line 193) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 208) | func Listen(s int, n int) (err error) { function Lstat (line 218) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 233) | func Pause() (err error) { function pread (line 243) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 260) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 277) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 297) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 308) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 319) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 330) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 341) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 352) | func Shutdown(fd int, how int) (err error) { function Splice (line 362) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 373) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 388) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 403) | func Truncate(path string, length int64) (err error) { function Ustat (line 418) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 428) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 439) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 449) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 459) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 470) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 480) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 490) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 500) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 511) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 521) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 531) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 541) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 558) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 574) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 585) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 596) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 607) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 622) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 632) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 643) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 658) | func utimes(path string, times *[2]Timeval) (err error) { function syncFileRange2 (line 673) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 683) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 698) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Listen (line 173) | func Listen(s int, n int) (err error) { function MemfdSecret (line 183) | func MemfdSecret(flags int) (fd int, err error) { function pread (line 194) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 211) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Seek (line 228) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 239) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 250) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 261) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 272) | func Shutdown(fd int, how int) (err error) { function Splice (line 282) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 293) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 308) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 318) | func Truncate(path string, length int64) (err error) { function accept4 (line 333) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 344) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 354) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 364) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 375) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 385) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 395) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 405) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 416) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 426) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 436) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 446) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 463) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 479) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 490) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 501) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 512) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 522) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function riscvHWProbe (line 537) | func riscvHWProbe(pairs []RISCVHWProbePairs, cpuCount uintptr, cpus *CPU... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Lchown (line 173) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 188) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 203) | func Pause() (err error) { function pread (line 213) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 230) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 247) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 267) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 278) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 289) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 300) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 311) | func setfsuid(uid int) (prev int, err error) { function Splice (line 322) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 333) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 348) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 363) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 373) | func Truncate(path string, length int64) (err error) { function Ustat (line 388) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function getgroups (line 398) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 409) | func setgroups(n int, list *_Gid_t) (err error) { function futimesat (line 419) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 434) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 444) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 459) | func utimes(path string, times *[2]Timeval) (err error) { function kexecFileLoad (line 474) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 489) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go function fanotifyMark (line 18) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 28) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 38) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 49) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 66) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 76) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 86) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 96) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 111) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 121) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 131) | func Getegid() (egid int) { function Geteuid (line 139) | func Geteuid() (euid int) { function Getgid (line 147) | func Getgid() (gid int) { function Getrlimit (line 155) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 165) | func Getuid() (uid int) { function Lchown (line 173) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 188) | func Listen(s int, n int) (err error) { function Lstat (line 198) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 213) | func Pause() (err error) { function pread (line 223) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 240) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 257) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 277) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 288) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 299) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 310) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 321) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 332) | func Shutdown(fd int, how int) (err error) { function Splice (line 342) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 353) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 368) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 383) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 393) | func Truncate(path string, length int64) (err error) { function accept4 (line 408) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 419) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 429) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 439) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 450) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 460) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 470) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 480) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 491) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 501) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 511) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 521) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 538) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 554) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 565) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 576) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 587) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 602) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 612) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 627) | func utimes(path string, times *[2]Timeval) (err error) { function Alarm (line 642) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1610) | func Setsid() (pid int, err error) { function Settimeofday (line 1621) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1631) | func Setuid(uid int) (err error) { function Stat (line 1641) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1656) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1671) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1691) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1711) | func Sync() (err error) { function Truncate (line 1721) | func Truncate(path string, length int64) (err error) { function Umask (line 1736) | func Umask(newmask int) (oldmask int) { function Unlink (line 1744) | func Unlink(path string) (err error) { function Unlinkat (line 1759) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1774) | func Unmount(path string, flags int) (err error) { function write (line 1789) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1806) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1817) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1827) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1842) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1610) | func Setsid() (pid int, err error) { function Settimeofday (line 1621) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1631) | func Setuid(uid int) (err error) { function Stat (line 1641) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1656) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1671) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1691) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1711) | func Sync() (err error) { function Truncate (line 1721) | func Truncate(path string, length int64) (err error) { function Umask (line 1736) | func Umask(newmask int) (oldmask int) { function Unlink (line 1744) | func Unlink(path string) (err error) { function Unlinkat (line 1759) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1774) | func Unmount(path string, flags int) (err error) { function write (line 1789) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1806) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1817) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1827) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1842) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1610) | func Setsid() (pid int, err error) { function Settimeofday (line 1621) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1631) | func Setuid(uid int) (err error) { function Stat (line 1641) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1656) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1671) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1691) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1711) | func Sync() (err error) { function Truncate (line 1721) | func Truncate(path string, length int64) (err error) { function Umask (line 1736) | func Umask(newmask int) (oldmask int) { function Unlink (line 1744) | func Unlink(path string) (err error) { function Unlinkat (line 1759) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1774) | func Unmount(path string, flags int) (err error) { function write (line 1789) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1806) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1817) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1827) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1842) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 29) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 39) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 50) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 61) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 71) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 81) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 92) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 102) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 112) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 122) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 132) | func Shutdown(s int, how int) (err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 152) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 169) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 185) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 196) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 207) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 218) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 233) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 243) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 254) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 270) | func Mlock(b []byte) (err error) { function Mlockall (line 286) | func Mlockall(flags int) (err error) { function Mprotect (line 296) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 312) | func Msync(b []byte, flags int) (err error) { function Munlock (line 328) | func Munlock(b []byte) (err error) { function Munlockall (line 344) | func Munlockall() (err error) { function pipe2 (line 354) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 364) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 381) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 398) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 408) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 418) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 434) | func Access(path string, mode uint32) (err error) { function Adjtime (line 449) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 459) | func Chdir(path string) (err error) { function Chflags (line 474) | func Chflags(path string, flags int) (err error) { function Chmod (line 489) | func Chmod(path string, mode uint32) (err error) { function Chown (line 504) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 519) | func Chroot(path string) (err error) { function ClockGettime (line 534) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 544) | func Close(fd int) (err error) { function Dup (line 554) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 565) | func Dup2(from int, to int) (err error) { function Dup3 (line 575) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 585) | func Exit(code int) { function ExtattrGetFd (line 592) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 608) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 624) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 639) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 650) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 671) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 692) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 712) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 728) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 749) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 770) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 790) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 806) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 821) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 831) | func Fchdir(fd int) (err error) { function Fchflags (line 841) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 851) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 861) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 876) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 886) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 901) | func Flock(fd int, how int) (err error) { function Fpathconf (line 911) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 922) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 932) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 947) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 957) | func Fsync(fd int) (err error) { function Ftruncate (line 967) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 977) | func Getegid() (egid int) { function Geteuid (line 985) | func Geteuid() (uid int) { function Getgid (line 993) | func Getgid() (gid int) { function Getpgid (line 1001) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1012) | func Getpgrp() (pgrp int) { function Getpid (line 1020) | func Getpid() (pid int) { function Getppid (line 1028) | func Getppid() (ppid int) { function Getpriority (line 1036) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1047) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1057) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1067) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1078) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1088) | func Getuid() (uid int) { function Issetugid (line 1096) | func Issetugid() (tainted bool) { function Kill (line 1104) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1114) | func Kqueue() (fd int, err error) { function Lchown (line 1125) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1140) | func Link(path string, link string) (err error) { function Linkat (line 1160) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1180) | func Listen(s int, backlog int) (err error) { function Lstat (line 1190) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1205) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1220) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1235) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1250) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1265) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1280) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1295) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1305) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1321) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1337) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1353) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1370) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1387) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1404) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1426) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1448) | func Rename(from string, to string) (err error) { function Renameat (line 1468) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1488) | func Revoke(path string) (err error) { function Rmdir (line 1503) | func Rmdir(path string) (err error) { function Seek (line 1518) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1529) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1540) | func Setegid(egid int) (err error) { function Seteuid (line 1550) | func Seteuid(euid int) (err error) { function Setgid (line 1560) | func Setgid(gid int) (err error) { function Setpgid (line 1570) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1580) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1590) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1600) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1610) | func Setsid() (pid int, err error) { function Settimeofday (line 1621) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1631) | func Setuid(uid int) (err error) { function Stat (line 1641) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1656) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1671) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1691) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1711) | func Sync() (err error) { function Truncate (line 1721) | func Truncate(path string, length int64) (err error) { function Umask (line 1736) | func Umask(newmask int) (oldmask int) { function Unlink (line 1744) | func Unlink(path string) (err error) { function Unlinkat (line 1759) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1774) | func Unmount(path string, flags int) (err error) { function write (line 1789) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1806) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1817) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1827) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1842) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go function getgroups (line 18) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 33) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 47) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 62) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 77) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 91) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 105) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 120) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 134) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 148) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 162) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 176) | func Shutdown(s int, how int) (err error) { function socketpair (line 190) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 204) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 225) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 245) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 260) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 275) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 290) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 309) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 323) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 338) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 358) | func Mlock(b []byte) (err error) { function Mlockall (line 378) | func Mlockall(flags int) (err error) { function Mprotect (line 392) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 412) | func Msync(b []byte, flags int) (err error) { function Munlock (line 432) | func Munlock(b []byte) (err error) { function Munlockall (line 452) | func Munlockall() (err error) { function pipe2 (line 466) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 480) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 501) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 522) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 533) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 544) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 558) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 568) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ppoll (line 588) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 603) | func Access(path string, mode uint32) (err error) { function Adjtime (line 622) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 636) | func Chdir(path string) (err error) { function Chflags (line 655) | func Chflags(path string, flags int) (err error) { function Chmod (line 674) | func Chmod(path string, mode uint32) (err error) { function Chown (line 693) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 712) | func Chroot(path string) (err error) { function ClockGettime (line 731) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 745) | func Close(fd int) (err error) { function Dup (line 759) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 774) | func Dup2(from int, to int) (err error) { function Dup3 (line 788) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 802) | func Exit(code int) { function Faccessat (line 813) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 832) | func Fchdir(fd int) (err error) { function Fchflags (line 846) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 860) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 874) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 893) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 907) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 926) | func Flock(fd int, how int) (err error) { function Fpathconf (line 940) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 955) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 969) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 988) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1002) | func Fsync(fd int) (err error) { function Ftruncate (line 1016) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1030) | func Getegid() (egid int) { function Geteuid (line 1042) | func Geteuid() (uid int) { function Getgid (line 1054) | func Getgid() (gid int) { function Getpgid (line 1066) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1081) | func Getpgrp() (pgrp int) { function Getpid (line 1093) | func Getpid() (pid int) { function Getppid (line 1105) | func Getppid() (ppid int) { function Getpriority (line 1117) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1132) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1146) | func Getrtable() (rtable int, err error) { function Getrusage (line 1161) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1175) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1190) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1204) | func Getuid() (uid int) { function Issetugid (line 1216) | func Issetugid() (tainted bool) { function Kill (line 1228) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1242) | func Kqueue() (fd int, err error) { function Lchown (line 1257) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1276) | func Link(path string, link string) (err error) { function Linkat (line 1300) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1324) | func Listen(s int, backlog int) (err error) { function Lstat (line 1338) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1357) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1376) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1395) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1414) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1433) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1452) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1471) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1485) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1505) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1525) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1545) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1566) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1587) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1608) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1634) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1660) | func Rename(from string, to string) (err error) { function Renameat (line 1684) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1708) | func Revoke(path string) (err error) { function Rmdir (line 1727) | func Rmdir(path string) (err error) { function Seek (line 1746) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1761) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1776) | func Setegid(egid int) (err error) { function Seteuid (line 1790) | func Seteuid(euid int) (err error) { function Setgid (line 1804) | func Setgid(gid int) (err error) { function Setlogin (line 1818) | func Setlogin(name string) (err error) { function Setpgid (line 1837) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1851) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1865) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1879) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1893) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1907) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1921) | func Setrtable(rtable int) (err error) { function Setsid (line 1935) | func Setsid() (pid int, err error) { function Settimeofday (line 1950) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1964) | func Setuid(uid int) (err error) { function Stat (line 1978) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1997) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2016) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2040) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2064) | func Sync() (err error) { function Truncate (line 2078) | func Truncate(path string, length int64) (err error) { function Umask (line 2097) | func Umask(newmask int) (oldmask int) { function Unlink (line 2109) | func Unlink(path string) (err error) { function Unlinkat (line 2128) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2147) | func Unmount(path string, flags int) (err error) { function write (line 2166) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2187) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2202) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 2216) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... FILE: vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go function pipe (line 435) | func pipe(p *[2]_C_int) (n int, err error) { function pipe2 (line 446) | func pipe2(p *[2]_C_int, flags int) (err error) { function getsockname (line 456) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Getcwd (line 466) | func Getcwd(buf []byte) (n int, err error) { function getgroups (line 481) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 492) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 502) | func wait4(pid int32, statusp *_C_int, options int, rusage *Rusage) (wpi... function gethostname (line 513) | func gethostname(buf []byte) (n int, err error) { function utimes (line 528) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 543) | func utimensat(fd int, path string, times *[2]Timespec, flag int) (err e... function fcntl (line 558) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function futimesat (line 569) | func futimesat(fildes int, path *byte, times *[2]Timeval) (err error) { function accept (line 579) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function recvmsg (line 590) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 601) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function acct (line 612) | func acct(path *byte) (err error) { function __makedev (line 622) | func __makedev(version int, major uint, minor uint) (val uint64) { function __major (line 630) | func __major(version int, dev uint64) (val uint) { function __minor (line 638) | func __minor(version int, dev uint64) (val uint) { function ioctlRet (line 646) | func ioctlRet(fd int, req int, arg uintptr) (ret int, err error) { function ioctlPtrRet (line 657) | func ioctlPtrRet(fd int, req int, arg unsafe.Pointer) (ret int, err erro... function poll (line 668) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Access (line 679) | func Access(path string, mode uint32) (err error) { function Adjtime (line 694) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 704) | func Chdir(path string) (err error) { function Chmod (line 719) | func Chmod(path string, mode uint32) (err error) { function Chown (line 734) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 749) | func Chroot(path string) (err error) { function ClockGettime (line 764) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 774) | func Close(fd int) (err error) { function Creat (line 784) | func Creat(path string, mode uint32) (fd int, err error) { function Dup (line 800) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 811) | func Dup2(oldfd int, newfd int) (err error) { function Exit (line 821) | func Exit(code int) { function Faccessat (line 828) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 843) | func Fchdir(fd int) (err error) { function Fchmod (line 853) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 863) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 878) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 888) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 903) | func Fdatasync(fd int) (err error) { function Flock (line 913) | func Flock(fd int, how int) (err error) { function Fpathconf (line 923) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 934) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 944) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs (line 959) | func Fstatvfs(fd int, vfsstat *Statvfs_t) (err error) { function Getdents (line 969) | func Getdents(fd int, buf []byte, basep *uintptr) (n int, err error) { function Getgid (line 984) | func Getgid() (gid int) { function Getpid (line 992) | func Getpid() (pid int) { function Getpgid (line 1000) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1011) | func Getpgrp() (pgid int, err error) { function Geteuid (line 1022) | func Geteuid() (euid int) { function Getegid (line 1030) | func Getegid() (egid int) { function Getppid (line 1038) | func Getppid() (ppid int) { function Getpriority (line 1046) | func Getpriority(which int, who int) (n int, err error) { function Getrlimit (line 1057) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1067) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1077) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1088) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1098) | func Getuid() (uid int) { function Kill (line 1106) | func Kill(pid int, signum syscall.Signal) (err error) { function Lchown (line 1116) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1131) | func Link(path string, link string) (err error) { function Listen (line 1151) | func Listen(s int, backlog int) (err error) { function Lstat (line 1161) | func Lstat(path string, stat *Stat_t) (err error) { function Madvise (line 1176) | func Madvise(b []byte, advice int) (err error) { function Mkdir (line 1190) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1205) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1220) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1235) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1250) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1265) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Mlock (line 1280) | func Mlock(b []byte) (err error) { function Mlockall (line 1294) | func Mlockall(flags int) (err error) { function Mprotect (line 1304) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 1318) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1332) | func Munlock(b []byte) (err error) { function Munlockall (line 1346) | func Munlockall() (err error) { function Nanosleep (line 1356) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1366) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1382) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Pathconf (line 1398) | func Pathconf(path string, name int) (val int, err error) { function Pause (line 1414) | func Pause() (err error) { function pread (line 1424) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1439) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1454) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1469) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 1489) | func Rename(from string, to string) (err error) { function Renameat (line 1509) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Rmdir (line 1529) | func Rmdir(path string) (err error) { function Seek (line 1544) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1555) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1566) | func Setegid(egid int) (err error) { function Seteuid (line 1576) | func Seteuid(euid int) (err error) { function Setgid (line 1586) | func Setgid(gid int) (err error) { function Sethostname (line 1596) | func Sethostname(p []byte) (err error) { function Setpgid (line 1610) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1620) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1630) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1640) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1650) | func Setsid() (pid int, err error) { function Setuid (line 1661) | func Setuid(uid int) (err error) { function Shutdown (line 1671) | func Shutdown(s int, how int) (err error) { function Stat (line 1681) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs (line 1696) | func Statvfs(path string, vfsstat *Statvfs_t) (err error) { function Symlink (line 1711) | func Symlink(path string, link string) (err error) { function Sync (line 1731) | func Sync() (err error) { function Sysconf (line 1741) | func Sysconf(which int) (n int64, err error) { function Times (line 1752) | func Times(tms *Tms) (ticks uintptr, err error) { function Truncate (line 1763) | func Truncate(path string, length int64) (err error) { function Fsync (line 1778) | func Fsync(fd int) (err error) { function Ftruncate (line 1788) | func Ftruncate(fd int, length int64) (err error) { function Umask (line 1798) | func Umask(mask int) (oldmask int) { function Uname (line 1806) | func Uname(buf *Utsname) (err error) { function Unmount (line 1816) | func Unmount(target string, flags int) (err error) { function Unlink (line 1831) | func Unlink(path string) (err error) { function Unlinkat (line 1846) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 1861) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function Utime (line 1871) | func Utime(path string, buf *Utimbuf) (err error) { function bind (line 1886) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1896) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function mmap (line 1906) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1917) | func munmap(addr uintptr, length uintptr) (err error) { function sendfile (line 1927) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendto (line 1938) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function socket (line 1952) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1963) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function write (line 1973) | func write(fd int, p []byte) (n int, err error) { function getsockopt (line 1988) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function getpeername (line 1998) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function setsockopt (line 2008) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 2018) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function port_create (line 2033) | func port_create() (n int, err error) { function port_associate (line 2044) | func port_associate(port int, source int, object uintptr, events int, us... function port_dissociate (line 2055) | func port_dissociate(port int, source int, object uintptr) (n int, err e... function port_get (line 2066) | func port_get(port int, pe *portEvent, timeout *Timespec) (n int, err er... function port_getn (line 2077) | func port_getn(port int, pe *portEvent, max uint32, nget *uint32, timeou... function putmsg (line 2088) | func putmsg(fd int, clptr *strbuf, dataptr *strbuf, flags int) (err erro... function getmsg (line 2098) | func getmsg(fd int, clptr *strbuf, dataptr *strbuf, flags *int) (err err... FILE: vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go function fcntl (line 15) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function read (line 26) | func read(fd int, p []byte) (n int, err error) { function write (line 43) | func write(fd int, p []byte) (n int, err error) { function accept (line 60) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 71) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 81) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 91) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 102) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 112) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 122) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 132) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 143) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 153) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 163) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 173) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 190) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 206) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 217) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 228) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 239) | func munmap(addr uintptr, length uintptr) (err error) { function ioctl (line 249) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 259) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function Access (line 269) | func Access(path string, mode uint32) (err error) { function Chdir (line 284) | func Chdir(path string) (err error) { function Chown (line 299) | func Chown(path string, uid int, gid int) (err error) { function Chmod (line 314) | func Chmod(path string, mode uint32) (err error) { function Creat (line 329) | func Creat(path string, mode uint32) (fd int, err error) { function Dup (line 345) | func Dup(oldfd int) (fd int, err error) { function Dup2 (line 356) | func Dup2(oldfd int, newfd int) (err error) { function Errno2 (line 366) | func Errno2() (er2 int) { function Err2ad (line 374) | func Err2ad() (eadd *int) { function Exit (line 382) | func Exit(code int) { function Fchdir (line 389) | func Fchdir(fd int) (err error) { function Fchmod (line 399) | func Fchmod(fd int, mode uint32) (err error) { function Fchown (line 409) | func Fchown(fd int, uid int, gid int) (err error) { function FcntlInt (line 419) | func FcntlInt(fd uintptr, cmd int, arg int) (retval int, err error) { function fstat (line 430) | func fstat(fd int, stat *Stat_LE_t) (err error) { function Fstatvfs (line 440) | func Fstatvfs(fd int, stat *Statvfs_t) (err error) { function Fsync (line 450) | func Fsync(fd int) (err error) { function Ftruncate (line 460) | func Ftruncate(fd int, length int64) (err error) { function Getpagesize (line 470) | func Getpagesize() (pgsize int) { function Mprotect (line 478) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 494) | func Msync(b []byte, flags int) (err error) { function Poll (line 510) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Times (line 527) | func Times(tms *Tms) (ticks uintptr, err error) { function W_Getmntent (line 538) | func W_Getmntent(buff *byte, size int) (lastsys int, err error) { function W_Getmntent_A (line 549) | func W_Getmntent_A(buff *byte, size int) (lastsys int, err error) { function mount_LE (line 560) | func mount_LE(path string, filesystem string, fstype string, mtm uint32,... function unmount (line 590) | func unmount(filesystem string, mtm int) (err error) { function Chroot (line 605) | func Chroot(path string) (err error) { function Uname (line 620) | func Uname(buf *Utsname) (err error) { function Gethostname (line 630) | func Gethostname(buf []byte) (err error) { function Getegid (line 646) | func Getegid() (egid int) { function Geteuid (line 654) | func Geteuid() (uid int) { function Getgid (line 662) | func Getgid() (gid int) { function Getpid (line 670) | func Getpid() (pid int) { function Getpgid (line 678) | func Getpgid(pid int) (pgid int, err error) { function Getppid (line 689) | func Getppid() (pid int) { function Getpriority (line 697) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 708) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function getrusage (line 718) | func getrusage(who int, rusage *rusage_zos) (err error) { function Getsid (line 728) | func Getsid(pid int) (sid int, err error) { function Getuid (line 739) | func Getuid() (uid int) { function Kill (line 747) | func Kill(pid int, sig Signal) (err error) { function Lchown (line 757) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 772) | func Link(path string, link string) (err error) { function Listen (line 792) | func Listen(s int, n int) (err error) { function lstat (line 802) | func lstat(path string, stat *Stat_LE_t) (err error) { function Mkdir (line 817) | func Mkdir(path string, mode uint32) (err error) { function Mkfifo (line 832) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 847) | func Mknod(path string, mode uint32, dev int) (err error) { function Pread (line 862) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 879) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { function Readlink (line 896) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 918) | func Rename(from string, to string) (err error) { function Rmdir (line 938) | func Rmdir(path string) (err error) { function Seek (line 953) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Setpriority (line 964) | func Setpriority(which int, who int, prio int) (err error) { function Setpgid (line 974) | func Setpgid(pid int, pgid int) (err error) { function Setrlimit (line 984) | func Setrlimit(resource int, lim *Rlimit) (err error) { function Setregid (line 994) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1004) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1014) | func Setsid() (pid int, err error) { function Setuid (line 1025) | func Setuid(uid int) (err error) { function Setgid (line 1035) | func Setgid(uid int) (err error) { function Shutdown (line 1045) | func Shutdown(fd int, how int) (err error) { function stat (line 1055) | func stat(path string, statLE *Stat_LE_t) (err error) { function Symlink (line 1070) | func Symlink(path string, link string) (err error) { function Sync (line 1090) | func Sync() { function Truncate (line 1097) | func Truncate(path string, length int64) (err error) { function Tcgetattr (line 1112) | func Tcgetattr(fildes int, termptr *Termios) (err error) { function Tcsetattr (line 1122) | func Tcsetattr(fildes int, when int, termptr *Termios) (err error) { function Umask (line 1132) | func Umask(mask int) (oldmask int) { function Unlink (line 1140) | func Unlink(path string) (err error) { function Utime (line 1155) | func Utime(path string, utim *Utimbuf) (err error) { function open (line 1170) | func open(path string, mode int, perm uint32) (fd int, err error) { function remove (line 1186) | func remove(path string) (err error) { function waitpid (line 1201) | func waitpid(pid int, wstatus *_C_int, options int) (wpid int, err error) { function gettimeofday (line 1212) | func gettimeofday(tv *timeval_zos) (err error) { function pipe (line 1222) | func pipe(p *[2]_C_int) (err error) { function utimes (line 1232) | func utimes(path string, timeval *[2]Timeval) (err error) { function Select (line 1247) | func Select(nmsgsfds int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval... FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go type mibentry (line 9) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go constant SYS_SYSCALL (line 11) | SYS_SYSCALL = 0 constant SYS_EXIT (line 12) | SYS_EXIT = 1 constant SYS_FORK (line 13) | SYS_FORK = 2 constant SYS_READ (line 14) | SYS_READ = 3 constant SYS_WRITE (line 15) | SYS_WRITE = 4 constant SYS_OPEN (line 16) | SYS_OPEN = 5 constant SYS_CLOSE (line 17) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 18) | SYS_WAIT4 = 7 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 22) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_CHOWN (line 25) | SYS_CHOWN = 16 constant SYS_GETFSSTAT (line 26) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_PIPE (line 45) | SYS_PIPE = 42 constant SYS_GETEGID (line 46) | SYS_GETEGID = 43 constant SYS_SIGACTION (line 47) | SYS_SIGACTION = 46 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 49) | SYS_SIGPROCMASK = 48 constant SYS_GETLOGIN (line 50) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 51) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 52) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 53) | SYS_SIGPENDING = 52 constant SYS_SIGALTSTACK (line 54) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 55) | SYS_IOCTL = 54 constant SYS_REBOOT (line 56) | SYS_REBOOT = 55 constant SYS_REVOKE (line 57) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 58) | SYS_SYMLINK = 57 constant SYS_READLINK (line 59) | SYS_READLINK = 58 constant SYS_EXECVE (line 60) | SYS_EXECVE = 59 constant SYS_UMASK (line 61) | SYS_UMASK = 60 constant SYS_CHROOT (line 62) | SYS_CHROOT = 61 constant SYS_MSYNC (line 63) | SYS_MSYNC = 65 constant SYS_VFORK (line 64) | SYS_VFORK = 66 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_SIGSUSPEND (line 88) | SYS_SIGSUSPEND = 111 constant SYS_GETTIMEOFDAY (line 89) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 90) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 91) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 92) | SYS_READV = 120 constant SYS_WRITEV (line 93) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 94) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 95) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 96) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 97) | SYS_SETREUID = 126 constant SYS_SETREGID (line 98) | SYS_SETREGID = 127 constant SYS_RENAME (line 99) | SYS_RENAME = 128 constant SYS_FLOCK (line 100) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 101) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 102) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 103) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 104) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 105) | SYS_MKDIR = 136 constant SYS_RMDIR (line 106) | SYS_RMDIR = 137 constant SYS_UTIMES (line 107) | SYS_UTIMES = 138 constant SYS_FUTIMES (line 108) | SYS_FUTIMES = 139 constant SYS_ADJTIME (line 109) | SYS_ADJTIME = 140 constant SYS_GETHOSTUUID (line 110) | SYS_GETHOSTUUID = 142 constant SYS_SETSID (line 111) | SYS_SETSID = 147 constant SYS_GETPGID (line 112) | SYS_GETPGID = 151 constant SYS_SETPRIVEXEC (line 113) | SYS_SETPRIVEXEC = 152 constant SYS_PREAD (line 114) | SYS_PREAD = 153 constant SYS_PWRITE (line 115) | SYS_PWRITE = 154 constant SYS_NFSSVC (line 116) | SYS_NFSSVC = 155 constant SYS_STATFS (line 117) | SYS_STATFS = 157 constant SYS_FSTATFS (line 118) | SYS_FSTATFS = 158 constant SYS_UNMOUNT (line 119) | SYS_UNMOUNT = 159 constant SYS_GETFH (line 120) | SYS_GETFH = 161 constant SYS_QUOTACTL (line 121) | SYS_QUOTACTL = 165 constant SYS_MOUNT (line 122) | SYS_MOUNT = 167 constant SYS_CSOPS (line 123) | SYS_CSOPS = 169 constant SYS_CSOPS_AUDITTOKEN (line 124) | SYS_CSOPS_AUDITTOKEN = 170 constant SYS_WAITID (line 125) | SYS_WAITID = 173 constant SYS_KDEBUG_TYPEFILTER (line 126) | SYS_KDEBUG_TYPEFILTER = 177 constant SYS_KDEBUG_TRACE_STRING (line 127) | SYS_KDEBUG_TRACE_STRING = 178 constant SYS_KDEBUG_TRACE64 (line 128) | SYS_KDEBUG_TRACE64 = 179 constant SYS_KDEBUG_TRACE (line 129) | SYS_KDEBUG_TRACE = 180 constant SYS_SETGID (line 130) | SYS_SETGID = 181 constant SYS_SETEGID (line 131) | SYS_SETEGID = 182 constant SYS_SETEUID (line 132) | SYS_SETEUID = 183 constant SYS_SIGRETURN (line 133) | SYS_SIGRETURN = 184 constant SYS_THREAD_SELFCOUNTS (line 134) | SYS_THREAD_SELFCOUNTS = 186 constant SYS_FDATASYNC (line 135) | SYS_FDATASYNC = 187 constant SYS_STAT (line 136) | SYS_STAT = 188 constant SYS_FSTAT (line 137) | SYS_FSTAT = 189 constant SYS_LSTAT (line 138) | SYS_LSTAT = 190 constant SYS_PATHCONF (line 139) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 140) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 141) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 142) | SYS_SETRLIMIT = 195 constant SYS_GETDIRENTRIES (line 143) | SYS_GETDIRENTRIES = 196 constant SYS_MMAP (line 144) | SYS_MMAP = 197 constant SYS_LSEEK (line 145) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 146) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 147) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 148) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 149) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 150) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 151) | SYS_UNDELETE = 205 constant SYS_OPEN_DPROTECTED_NP (line 152) | SYS_OPEN_DPROTECTED_NP = 216 constant SYS_GETATTRLIST (line 153) | SYS_GETATTRLIST = 220 constant SYS_SETATTRLIST (line 154) | SYS_SETATTRLIST = 221 constant SYS_GETDIRENTRIESATTR (line 155) | SYS_GETDIRENTRIESATTR = 222 constant SYS_EXCHANGEDATA (line 156) | SYS_EXCHANGEDATA = 223 constant SYS_SEARCHFS (line 157) | SYS_SEARCHFS = 225 constant SYS_DELETE (line 158) | SYS_DELETE = 226 constant SYS_COPYFILE (line 159) | SYS_COPYFILE = 227 constant SYS_FGETATTRLIST (line 160) | SYS_FGETATTRLIST = 228 constant SYS_FSETATTRLIST (line 161) | SYS_FSETATTRLIST = 229 constant SYS_POLL (line 162) | SYS_POLL = 230 constant SYS_WATCHEVENT (line 163) | SYS_WATCHEVENT = 231 constant SYS_WAITEVENT (line 164) | SYS_WAITEVENT = 232 constant SYS_MODWATCH (line 165) | SYS_MODWATCH = 233 constant SYS_GETXATTR (line 166) | SYS_GETXATTR = 234 constant SYS_FGETXATTR (line 167) | SYS_FGETXATTR = 235 constant SYS_SETXATTR (line 168) | SYS_SETXATTR = 236 constant SYS_FSETXATTR (line 169) | SYS_FSETXATTR = 237 constant SYS_REMOVEXATTR (line 170) | SYS_REMOVEXATTR = 238 constant SYS_FREMOVEXATTR (line 171) | SYS_FREMOVEXATTR = 239 constant SYS_LISTXATTR (line 172) | SYS_LISTXATTR = 240 constant SYS_FLISTXATTR (line 173) | SYS_FLISTXATTR = 241 constant SYS_FSCTL (line 174) | SYS_FSCTL = 242 constant SYS_INITGROUPS (line 175) | SYS_INITGROUPS = 243 constant SYS_POSIX_SPAWN (line 176) | SYS_POSIX_SPAWN = 244 constant SYS_FFSCTL (line 177) | SYS_FFSCTL = 245 constant SYS_NFSCLNT (line 178) | SYS_NFSCLNT = 247 constant SYS_FHOPEN (line 179) | SYS_FHOPEN = 248 constant SYS_MINHERIT (line 180) | SYS_MINHERIT = 250 constant SYS_SEMSYS (line 181) | SYS_SEMSYS = 251 constant SYS_MSGSYS (line 182) | SYS_MSGSYS = 252 constant SYS_SHMSYS (line 183) | SYS_SHMSYS = 253 constant SYS_SEMCTL (line 184) | SYS_SEMCTL = 254 constant SYS_SEMGET (line 185) | SYS_SEMGET = 255 constant SYS_SEMOP (line 186) | SYS_SEMOP = 256 constant SYS_MSGCTL (line 187) | SYS_MSGCTL = 258 constant SYS_MSGGET (line 188) | SYS_MSGGET = 259 constant SYS_MSGSND (line 189) | SYS_MSGSND = 260 constant SYS_MSGRCV (line 190) | SYS_MSGRCV = 261 constant SYS_SHMAT (line 191) | SYS_SHMAT = 262 constant SYS_SHMCTL (line 192) | SYS_SHMCTL = 263 constant SYS_SHMDT (line 193) | SYS_SHMDT = 264 constant SYS_SHMGET (line 194) | SYS_SHMGET = 265 constant SYS_SHM_OPEN (line 195) | SYS_SHM_OPEN = 266 constant SYS_SHM_UNLINK (line 196) | SYS_SHM_UNLINK = 267 constant SYS_SEM_OPEN (line 197) | SYS_SEM_OPEN = 268 constant SYS_SEM_CLOSE (line 198) | SYS_SEM_CLOSE = 269 constant SYS_SEM_UNLINK (line 199) | SYS_SEM_UNLINK = 270 constant SYS_SEM_WAIT (line 200) | SYS_SEM_WAIT = 271 constant SYS_SEM_TRYWAIT (line 201) | SYS_SEM_TRYWAIT = 272 constant SYS_SEM_POST (line 202) | SYS_SEM_POST = 273 constant SYS_SYSCTLBYNAME (line 203) | SYS_SYSCTLBYNAME = 274 constant SYS_OPEN_EXTENDED (line 204) | SYS_OPEN_EXTENDED = 277 constant SYS_UMASK_EXTENDED (line 205) | SYS_UMASK_EXTENDED = 278 constant SYS_STAT_EXTENDED (line 206) | SYS_STAT_EXTENDED = 279 constant SYS_LSTAT_EXTENDED (line 207) | SYS_LSTAT_EXTENDED = 280 constant SYS_FSTAT_EXTENDED (line 208) | SYS_FSTAT_EXTENDED = 281 constant SYS_CHMOD_EXTENDED (line 209) | SYS_CHMOD_EXTENDED = 282 constant SYS_FCHMOD_EXTENDED (line 210) | SYS_FCHMOD_EXTENDED = 283 constant SYS_ACCESS_EXTENDED (line 211) | SYS_ACCESS_EXTENDED = 284 constant SYS_SETTID (line 212) | SYS_SETTID = 285 constant SYS_GETTID (line 213) | SYS_GETTID = 286 constant SYS_SETSGROUPS (line 214) | SYS_SETSGROUPS = 287 constant SYS_GETSGROUPS (line 215) | SYS_GETSGROUPS = 288 constant SYS_SETWGROUPS (line 216) | SYS_SETWGROUPS = 289 constant SYS_GETWGROUPS (line 217) | SYS_GETWGROUPS = 290 constant SYS_MKFIFO_EXTENDED (line 218) | SYS_MKFIFO_EXTENDED = 291 constant SYS_MKDIR_EXTENDED (line 219) | SYS_MKDIR_EXTENDED = 292 constant SYS_IDENTITYSVC (line 220) | SYS_IDENTITYSVC = 293 constant SYS_SHARED_REGION_CHECK_NP (line 221) | SYS_SHARED_REGION_CHECK_NP = 294 constant SYS_VM_PRESSURE_MONITOR (line 222) | SYS_VM_PRESSURE_MONITOR = 296 constant SYS_PSYNCH_RW_LONGRDLOCK (line 223) | SYS_PSYNCH_RW_LONGRDLOCK = 297 constant SYS_PSYNCH_RW_YIELDWRLOCK (line 224) | SYS_PSYNCH_RW_YIELDWRLOCK = 298 constant SYS_PSYNCH_RW_DOWNGRADE (line 225) | SYS_PSYNCH_RW_DOWNGRADE = 299 constant SYS_PSYNCH_RW_UPGRADE (line 226) | SYS_PSYNCH_RW_UPGRADE = 300 constant SYS_PSYNCH_MUTEXWAIT (line 227) | SYS_PSYNCH_MUTEXWAIT = 301 constant SYS_PSYNCH_MUTEXDROP (line 228) | SYS_PSYNCH_MUTEXDROP = 302 constant SYS_PSYNCH_CVBROAD (line 229) | SYS_PSYNCH_CVBROAD = 303 constant SYS_PSYNCH_CVSIGNAL (line 230) | SYS_PSYNCH_CVSIGNAL = 304 constant SYS_PSYNCH_CVWAIT (line 231) | SYS_PSYNCH_CVWAIT = 305 constant SYS_PSYNCH_RW_RDLOCK (line 232) | SYS_PSYNCH_RW_RDLOCK = 306 constant SYS_PSYNCH_RW_WRLOCK (line 233) | SYS_PSYNCH_RW_WRLOCK = 307 constant SYS_PSYNCH_RW_UNLOCK (line 234) | SYS_PSYNCH_RW_UNLOCK = 308 constant SYS_PSYNCH_RW_UNLOCK2 (line 235) | SYS_PSYNCH_RW_UNLOCK2 = 309 constant SYS_GETSID (line 236) | SYS_GETSID = 310 constant SYS_SETTID_WITH_PID (line 237) | SYS_SETTID_WITH_PID = 311 constant SYS_PSYNCH_CVCLRPREPOST (line 238) | SYS_PSYNCH_CVCLRPREPOST = 312 constant SYS_AIO_FSYNC (line 239) | SYS_AIO_FSYNC = 313 constant SYS_AIO_RETURN (line 240) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 241) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 242) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 243) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 244) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 245) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 246) | SYS_LIO_LISTIO = 320 constant SYS_IOPOLICYSYS (line 247) | SYS_IOPOLICYSYS = 322 constant SYS_PROCESS_POLICY (line 248) | SYS_PROCESS_POLICY = 323 constant SYS_MLOCKALL (line 249) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 250) | SYS_MUNLOCKALL = 325 constant SYS_ISSETUGID (line 251) | SYS_ISSETUGID = 327 constant SYS___PTHREAD_KILL (line 252) | SYS___PTHREAD_KILL = 328 constant SYS___PTHREAD_SIGMASK (line 253) | SYS___PTHREAD_SIGMASK = 329 constant SYS___SIGWAIT (line 254) | SYS___SIGWAIT = 330 constant SYS___DISABLE_THREADSIGNAL (line 255) | SYS___DISABLE_THREADSIGNAL = 331 constant SYS___PTHREAD_MARKCANCEL (line 256) | SYS___PTHREAD_MARKCANCEL = 332 constant SYS___PTHREAD_CANCELED (line 257) | SYS___PTHREAD_CANCELED = 333 constant SYS___SEMWAIT_SIGNAL (line 258) | SYS___SEMWAIT_SIGNAL = 334 constant SYS_PROC_INFO (line 259) | SYS_PROC_INFO = 336 constant SYS_SENDFILE (line 260) | SYS_SENDFILE = 337 constant SYS_STAT64 (line 261) | SYS_STAT64 = 338 constant SYS_FSTAT64 (line 262) | SYS_FSTAT64 = 339 constant SYS_LSTAT64 (line 263) | SYS_LSTAT64 = 340 constant SYS_STAT64_EXTENDED (line 264) | SYS_STAT64_EXTENDED = 341 constant SYS_LSTAT64_EXTENDED (line 265) | SYS_LSTAT64_EXTENDED = 342 constant SYS_FSTAT64_EXTENDED (line 266) | SYS_FSTAT64_EXTENDED = 343 constant SYS_GETDIRENTRIES64 (line 267) | SYS_GETDIRENTRIES64 = 344 constant SYS_STATFS64 (line 268) | SYS_STATFS64 = 345 constant SYS_FSTATFS64 (line 269) | SYS_FSTATFS64 = 346 constant SYS_GETFSSTAT64 (line 270) | SYS_GETFSSTAT64 = 347 constant SYS___PTHREAD_CHDIR (line 271) | SYS___PTHREAD_CHDIR = 348 constant SYS___PTHREAD_FCHDIR (line 272) | SYS___PTHREAD_FCHDIR = 349 constant SYS_AUDIT (line 273) | SYS_AUDIT = 350 constant SYS_AUDITON (line 274) | SYS_AUDITON = 351 constant SYS_GETAUID (line 275) | SYS_GETAUID = 353 constant SYS_SETAUID (line 276) | SYS_SETAUID = 354 constant SYS_GETAUDIT_ADDR (line 277) | SYS_GETAUDIT_ADDR = 357 constant SYS_SETAUDIT_ADDR (line 278) | SYS_SETAUDIT_ADDR = 358 constant SYS_AUDITCTL (line 279) | SYS_AUDITCTL = 359 constant SYS_BSDTHREAD_CREATE (line 280) | SYS_BSDTHREAD_CREATE = 360 constant SYS_BSDTHREAD_TERMINATE (line 281) | SYS_BSDTHREAD_TERMINATE = 361 constant SYS_KQUEUE (line 282) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 283) | SYS_KEVENT = 363 constant SYS_LCHOWN (line 284) | SYS_LCHOWN = 364 constant SYS_BSDTHREAD_REGISTER (line 285) | SYS_BSDTHREAD_REGISTER = 366 constant SYS_WORKQ_OPEN (line 286) | SYS_WORKQ_OPEN = 367 constant SYS_WORKQ_KERNRETURN (line 287) | SYS_WORKQ_KERNRETURN = 368 constant SYS_KEVENT64 (line 288) | SYS_KEVENT64 = 369 constant SYS___OLD_SEMWAIT_SIGNAL (line 289) | SYS___OLD_SEMWAIT_SIGNAL = 370 constant SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL (line 290) | SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 constant SYS_THREAD_SELFID (line 291) | SYS_THREAD_SELFID = 372 constant SYS_LEDGER (line 292) | SYS_LEDGER = 373 constant SYS_KEVENT_QOS (line 293) | SYS_KEVENT_QOS = 374 constant SYS_KEVENT_ID (line 294) | SYS_KEVENT_ID = 375 constant SYS___MAC_EXECVE (line 295) | SYS___MAC_EXECVE = 380 constant SYS___MAC_SYSCALL (line 296) | SYS___MAC_SYSCALL = 381 constant SYS___MAC_GET_FILE (line 297) | SYS___MAC_GET_FILE = 382 constant SYS___MAC_SET_FILE (line 298) | SYS___MAC_SET_FILE = 383 constant SYS___MAC_GET_LINK (line 299) | SYS___MAC_GET_LINK = 384 constant SYS___MAC_SET_LINK (line 300) | SYS___MAC_SET_LINK = 385 constant SYS___MAC_GET_PROC (line 301) | SYS___MAC_GET_PROC = 386 constant SYS___MAC_SET_PROC (line 302) | SYS___MAC_SET_PROC = 387 constant SYS___MAC_GET_FD (line 303) | SYS___MAC_GET_FD = 388 constant SYS___MAC_SET_FD (line 304) | SYS___MAC_SET_FD = 389 constant SYS___MAC_GET_PID (line 305) | SYS___MAC_GET_PID = 390 constant SYS_PSELECT (line 306) | SYS_PSELECT = 394 constant SYS_PSELECT_NOCANCEL (line 307) | SYS_PSELECT_NOCANCEL = 395 constant SYS_READ_NOCANCEL (line 308) | SYS_READ_NOCANCEL = 396 constant SYS_WRITE_NOCANCEL (line 309) | SYS_WRITE_NOCANCEL = 397 constant SYS_OPEN_NOCANCEL (line 310) | SYS_OPEN_NOCANCEL = 398 constant SYS_CLOSE_NOCANCEL (line 311) | SYS_CLOSE_NOCANCEL = 399 constant SYS_WAIT4_NOCANCEL (line 312) | SYS_WAIT4_NOCANCEL = 400 constant SYS_RECVMSG_NOCANCEL (line 313) | SYS_RECVMSG_NOCANCEL = 401 constant SYS_SENDMSG_NOCANCEL (line 314) | SYS_SENDMSG_NOCANCEL = 402 constant SYS_RECVFROM_NOCANCEL (line 315) | SYS_RECVFROM_NOCANCEL = 403 constant SYS_ACCEPT_NOCANCEL (line 316) | SYS_ACCEPT_NOCANCEL = 404 constant SYS_MSYNC_NOCANCEL (line 317) | SYS_MSYNC_NOCANCEL = 405 constant SYS_FCNTL_NOCANCEL (line 318) | SYS_FCNTL_NOCANCEL = 406 constant SYS_SELECT_NOCANCEL (line 319) | SYS_SELECT_NOCANCEL = 407 constant SYS_FSYNC_NOCANCEL (line 320) | SYS_FSYNC_NOCANCEL = 408 constant SYS_CONNECT_NOCANCEL (line 321) | SYS_CONNECT_NOCANCEL = 409 constant SYS_SIGSUSPEND_NOCANCEL (line 322) | SYS_SIGSUSPEND_NOCANCEL = 410 constant SYS_READV_NOCANCEL (line 323) | SYS_READV_NOCANCEL = 411 constant SYS_WRITEV_NOCANCEL (line 324) | SYS_WRITEV_NOCANCEL = 412 constant SYS_SENDTO_NOCANCEL (line 325) | SYS_SENDTO_NOCANCEL = 413 constant SYS_PREAD_NOCANCEL (line 326) | SYS_PREAD_NOCANCEL = 414 constant SYS_PWRITE_NOCANCEL (line 327) | SYS_PWRITE_NOCANCEL = 415 constant SYS_WAITID_NOCANCEL (line 328) | SYS_WAITID_NOCANCEL = 416 constant SYS_POLL_NOCANCEL (line 329) | SYS_POLL_NOCANCEL = 417 constant SYS_MSGSND_NOCANCEL (line 330) | SYS_MSGSND_NOCANCEL = 418 constant SYS_MSGRCV_NOCANCEL (line 331) | SYS_MSGRCV_NOCANCEL = 419 constant SYS_SEM_WAIT_NOCANCEL (line 332) | SYS_SEM_WAIT_NOCANCEL = 420 constant SYS_AIO_SUSPEND_NOCANCEL (line 333) | SYS_AIO_SUSPEND_NOCANCEL = 421 constant SYS___SIGWAIT_NOCANCEL (line 334) | SYS___SIGWAIT_NOCANCEL = 422 constant SYS___SEMWAIT_SIGNAL_NOCANCEL (line 335) | SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 constant SYS___MAC_MOUNT (line 336) | SYS___MAC_MOUNT = 424 constant SYS___MAC_GET_MOUNT (line 337) | SYS___MAC_GET_MOUNT = 425 constant SYS___MAC_GETFSSTAT (line 338) | SYS___MAC_GETFSSTAT = 426 constant SYS_FSGETPATH (line 339) | SYS_FSGETPATH = 427 constant SYS_AUDIT_SESSION_SELF (line 340) | SYS_AUDIT_SESSION_SELF = 428 constant SYS_AUDIT_SESSION_JOIN (line 341) | SYS_AUDIT_SESSION_JOIN = 429 constant SYS_FILEPORT_MAKEPORT (line 342) | SYS_FILEPORT_MAKEPORT = 430 constant SYS_FILEPORT_MAKEFD (line 343) | SYS_FILEPORT_MAKEFD = 431 constant SYS_AUDIT_SESSION_PORT (line 344) | SYS_AUDIT_SESSION_PORT = 432 constant SYS_PID_SUSPEND (line 345) | SYS_PID_SUSPEND = 433 constant SYS_PID_RESUME (line 346) | SYS_PID_RESUME = 434 constant SYS_PID_HIBERNATE (line 347) | SYS_PID_HIBERNATE = 435 constant SYS_PID_SHUTDOWN_SOCKETS (line 348) | SYS_PID_SHUTDOWN_SOCKETS = 436 constant SYS_SHARED_REGION_MAP_AND_SLIDE_NP (line 349) | SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 constant SYS_KAS_INFO (line 350) | SYS_KAS_INFO = 439 constant SYS_MEMORYSTATUS_CONTROL (line 351) | SYS_MEMORYSTATUS_CONTROL = 440 constant SYS_GUARDED_OPEN_NP (line 352) | SYS_GUARDED_OPEN_NP = 441 constant SYS_GUARDED_CLOSE_NP (line 353) | SYS_GUARDED_CLOSE_NP = 442 constant SYS_GUARDED_KQUEUE_NP (line 354) | SYS_GUARDED_KQUEUE_NP = 443 constant SYS_CHANGE_FDGUARD_NP (line 355) | SYS_CHANGE_FDGUARD_NP = 444 constant SYS_USRCTL (line 356) | SYS_USRCTL = 445 constant SYS_PROC_RLIMIT_CONTROL (line 357) | SYS_PROC_RLIMIT_CONTROL = 446 constant SYS_CONNECTX (line 358) | SYS_CONNECTX = 447 constant SYS_DISCONNECTX (line 359) | SYS_DISCONNECTX = 448 constant SYS_PEELOFF (line 360) | SYS_PEELOFF = 449 constant SYS_SOCKET_DELEGATE (line 361) | SYS_SOCKET_DELEGATE = 450 constant SYS_TELEMETRY (line 362) | SYS_TELEMETRY = 451 constant SYS_PROC_UUID_POLICY (line 363) | SYS_PROC_UUID_POLICY = 452 constant SYS_MEMORYSTATUS_GET_LEVEL (line 364) | SYS_MEMORYSTATUS_GET_LEVEL = 453 constant SYS_SYSTEM_OVERRIDE (line 365) | SYS_SYSTEM_OVERRIDE = 454 constant SYS_VFS_PURGE (line 366) | SYS_VFS_PURGE = 455 constant SYS_SFI_CTL (line 367) | SYS_SFI_CTL = 456 constant SYS_SFI_PIDCTL (line 368) | SYS_SFI_PIDCTL = 457 constant SYS_COALITION (line 369) | SYS_COALITION = 458 constant SYS_COALITION_INFO (line 370) | SYS_COALITION_INFO = 459 constant SYS_NECP_MATCH_POLICY (line 371) | SYS_NECP_MATCH_POLICY = 460 constant SYS_GETATTRLISTBULK (line 372) | SYS_GETATTRLISTBULK = 461 constant SYS_CLONEFILEAT (line 373) | SYS_CLONEFILEAT = 462 constant SYS_OPENAT (line 374) | SYS_OPENAT = 463 constant SYS_OPENAT_NOCANCEL (line 375) | SYS_OPENAT_NOCANCEL = 464 constant SYS_RENAMEAT (line 376) | SYS_RENAMEAT = 465 constant SYS_FACCESSAT (line 377) | SYS_FACCESSAT = 466 constant SYS_FCHMODAT (line 378) | SYS_FCHMODAT = 467 constant SYS_FCHOWNAT (line 379) | SYS_FCHOWNAT = 468 constant SYS_FSTATAT (line 380) | SYS_FSTATAT = 469 constant SYS_FSTATAT64 (line 381) | SYS_FSTATAT64 = 470 constant SYS_LINKAT (line 382) | SYS_LINKAT = 471 constant SYS_UNLINKAT (line 383) | SYS_UNLINKAT = 472 constant SYS_READLINKAT (line 384) | SYS_READLINKAT = 473 constant SYS_SYMLINKAT (line 385) | SYS_SYMLINKAT = 474 constant SYS_MKDIRAT (line 386) | SYS_MKDIRAT = 475 constant SYS_GETATTRLISTAT (line 387) | SYS_GETATTRLISTAT = 476 constant SYS_PROC_TRACE_LOG (line 388) | SYS_PROC_TRACE_LOG = 477 constant SYS_BSDTHREAD_CTL (line 389) | SYS_BSDTHREAD_CTL = 478 constant SYS_OPENBYID_NP (line 390) | SYS_OPENBYID_NP = 479 constant SYS_RECVMSG_X (line 391) | SYS_RECVMSG_X = 480 constant SYS_SENDMSG_X (line 392) | SYS_SENDMSG_X = 481 constant SYS_THREAD_SELFUSAGE (line 393) | SYS_THREAD_SELFUSAGE = 482 constant SYS_CSRCTL (line 394) | SYS_CSRCTL = 483 constant SYS_GUARDED_OPEN_DPROTECTED_NP (line 395) | SYS_GUARDED_OPEN_DPROTECTED_NP = 484 constant SYS_GUARDED_WRITE_NP (line 396) | SYS_GUARDED_WRITE_NP = 485 constant SYS_GUARDED_PWRITE_NP (line 397) | SYS_GUARDED_PWRITE_NP = 486 constant SYS_GUARDED_WRITEV_NP (line 398) | SYS_GUARDED_WRITEV_NP = 487 constant SYS_RENAMEATX_NP (line 399) | SYS_RENAMEATX_NP = 488 constant SYS_MREMAP_ENCRYPTED (line 400) | SYS_MREMAP_ENCRYPTED = 489 constant SYS_NETAGENT_TRIGGER (line 401) | SYS_NETAGENT_TRIGGER = 490 constant SYS_STACK_SNAPSHOT_WITH_CONFIG (line 402) | SYS_STACK_SNAPSHOT_WITH_CONFIG = 491 constant SYS_MICROSTACKSHOT (line 403) | SYS_MICROSTACKSHOT = 492 constant SYS_GRAB_PGO_DATA (line 404) | SYS_GRAB_PGO_DATA = 493 constant SYS_PERSONA (line 405) | SYS_PERSONA = 494 constant SYS_WORK_INTERVAL_CTL (line 406) | SYS_WORK_INTERVAL_CTL = 499 constant SYS_GETENTROPY (line 407) | SYS_GETENTROPY = 500 constant SYS_NECP_OPEN (line 408) | SYS_NECP_OPEN = 501 constant SYS_NECP_CLIENT_ACTION (line 409) | SYS_NECP_CLIENT_ACTION = 502 constant SYS___NEXUS_OPEN (line 410) | SYS___NEXUS_OPEN = 503 constant SYS___NEXUS_REGISTER (line 411) | SYS___NEXUS_REGISTER = 504 constant SYS___NEXUS_DEREGISTER (line 412) | SYS___NEXUS_DEREGISTER = 505 constant SYS___NEXUS_CREATE (line 413) | SYS___NEXUS_CREATE = 506 constant SYS___NEXUS_DESTROY (line 414) | SYS___NEXUS_DESTROY = 507 constant SYS___NEXUS_GET_OPT (line 415) | SYS___NEXUS_GET_OPT = 508 constant SYS___NEXUS_SET_OPT (line 416) | SYS___NEXUS_SET_OPT = 509 constant SYS___CHANNEL_OPEN (line 417) | SYS___CHANNEL_OPEN = 510 constant SYS___CHANNEL_GET_INFO (line 418) | SYS___CHANNEL_GET_INFO = 511 constant SYS___CHANNEL_SYNC (line 419) | SYS___CHANNEL_SYNC = 512 constant SYS___CHANNEL_GET_OPT (line 420) | SYS___CHANNEL_GET_OPT = 513 constant SYS___CHANNEL_SET_OPT (line 421) | SYS___CHANNEL_SET_OPT = 514 constant SYS_ULOCK_WAIT (line 422) | SYS_ULOCK_WAIT = 515 constant SYS_ULOCK_WAKE (line 423) | SYS_ULOCK_WAKE = 516 constant SYS_FCLONEFILEAT (line 424) | SYS_FCLONEFILEAT = 517 constant SYS_FS_SNAPSHOT (line 425) | SYS_FS_SNAPSHOT = 518 constant SYS_TERMINATE_WITH_PAYLOAD (line 426) | SYS_TERMINATE_WITH_PAYLOAD = 520 constant SYS_ABORT_WITH_PAYLOAD (line 427) | SYS_ABORT_WITH_PAYLOAD = 521 constant SYS_NECP_SESSION_OPEN (line 428) | SYS_NECP_SESSION_OPEN = 522 constant SYS_NECP_SESSION_ACTION (line 429) | SYS_NECP_SESSION_ACTION = 523 constant SYS_SETATTRLISTAT (line 430) | SYS_SETATTRLISTAT = 524 constant SYS_NET_QOS_GUIDELINE (line 431) | SYS_NET_QOS_GUIDELINE = 525 constant SYS_FMOUNT (line 432) | SYS_FMOUNT = 526 constant SYS_NTP_ADJTIME (line 433) | SYS_NTP_ADJTIME = 527 constant SYS_NTP_GETTIME (line 434) | SYS_NTP_GETTIME = 528 constant SYS_OS_FAULT_WITH_PAYLOAD (line 435) | SYS_OS_FAULT_WITH_PAYLOAD = 529 constant SYS_KQUEUE_WORKLOOP_CTL (line 436) | SYS_KQUEUE_WORKLOOP_CTL = 530 constant SYS___MACH_BRIDGE_REMOTE_TIME (line 437) | SYS___MACH_BRIDGE_REMOTE_TIME = 531 constant SYS_MAXSYSCALL (line 438) | SYS_MAXSYSCALL = 532 constant SYS_INVALID (line 439) | SYS_INVALID = 63 FILE: vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go constant SYS_SYSCALL (line 11) | SYS_SYSCALL = 0 constant SYS_EXIT (line 12) | SYS_EXIT = 1 constant SYS_FORK (line 13) | SYS_FORK = 2 constant SYS_READ (line 14) | SYS_READ = 3 constant SYS_WRITE (line 15) | SYS_WRITE = 4 constant SYS_OPEN (line 16) | SYS_OPEN = 5 constant SYS_CLOSE (line 17) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 18) | SYS_WAIT4 = 7 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 22) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_CHOWN (line 25) | SYS_CHOWN = 16 constant SYS_GETFSSTAT (line 26) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_PIPE (line 45) | SYS_PIPE = 42 constant SYS_GETEGID (line 46) | SYS_GETEGID = 43 constant SYS_SIGACTION (line 47) | SYS_SIGACTION = 46 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 49) | SYS_SIGPROCMASK = 48 constant SYS_GETLOGIN (line 50) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 51) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 52) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 53) | SYS_SIGPENDING = 52 constant SYS_SIGALTSTACK (line 54) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 55) | SYS_IOCTL = 54 constant SYS_REBOOT (line 56) | SYS_REBOOT = 55 constant SYS_REVOKE (line 57) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 58) | SYS_SYMLINK = 57 constant SYS_READLINK (line 59) | SYS_READLINK = 58 constant SYS_EXECVE (line 60) | SYS_EXECVE = 59 constant SYS_UMASK (line 61) | SYS_UMASK = 60 constant SYS_CHROOT (line 62) | SYS_CHROOT = 61 constant SYS_MSYNC (line 63) | SYS_MSYNC = 65 constant SYS_VFORK (line 64) | SYS_VFORK = 66 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_SIGSUSPEND (line 88) | SYS_SIGSUSPEND = 111 constant SYS_GETTIMEOFDAY (line 89) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 90) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 91) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 92) | SYS_READV = 120 constant SYS_WRITEV (line 93) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 94) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 95) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 96) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 97) | SYS_SETREUID = 126 constant SYS_SETREGID (line 98) | SYS_SETREGID = 127 constant SYS_RENAME (line 99) | SYS_RENAME = 128 constant SYS_FLOCK (line 100) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 101) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 102) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 103) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 104) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 105) | SYS_MKDIR = 136 constant SYS_RMDIR (line 106) | SYS_RMDIR = 137 constant SYS_UTIMES (line 107) | SYS_UTIMES = 138 constant SYS_FUTIMES (line 108) | SYS_FUTIMES = 139 constant SYS_ADJTIME (line 109) | SYS_ADJTIME = 140 constant SYS_GETHOSTUUID (line 110) | SYS_GETHOSTUUID = 142 constant SYS_SETSID (line 111) | SYS_SETSID = 147 constant SYS_GETPGID (line 112) | SYS_GETPGID = 151 constant SYS_SETPRIVEXEC (line 113) | SYS_SETPRIVEXEC = 152 constant SYS_PREAD (line 114) | SYS_PREAD = 153 constant SYS_PWRITE (line 115) | SYS_PWRITE = 154 constant SYS_NFSSVC (line 116) | SYS_NFSSVC = 155 constant SYS_STATFS (line 117) | SYS_STATFS = 157 constant SYS_FSTATFS (line 118) | SYS_FSTATFS = 158 constant SYS_UNMOUNT (line 119) | SYS_UNMOUNT = 159 constant SYS_GETFH (line 120) | SYS_GETFH = 161 constant SYS_QUOTACTL (line 121) | SYS_QUOTACTL = 165 constant SYS_MOUNT (line 122) | SYS_MOUNT = 167 constant SYS_CSOPS (line 123) | SYS_CSOPS = 169 constant SYS_CSOPS_AUDITTOKEN (line 124) | SYS_CSOPS_AUDITTOKEN = 170 constant SYS_WAITID (line 125) | SYS_WAITID = 173 constant SYS_KDEBUG_TYPEFILTER (line 126) | SYS_KDEBUG_TYPEFILTER = 177 constant SYS_KDEBUG_TRACE_STRING (line 127) | SYS_KDEBUG_TRACE_STRING = 178 constant SYS_KDEBUG_TRACE64 (line 128) | SYS_KDEBUG_TRACE64 = 179 constant SYS_KDEBUG_TRACE (line 129) | SYS_KDEBUG_TRACE = 180 constant SYS_SETGID (line 130) | SYS_SETGID = 181 constant SYS_SETEGID (line 131) | SYS_SETEGID = 182 constant SYS_SETEUID (line 132) | SYS_SETEUID = 183 constant SYS_SIGRETURN (line 133) | SYS_SIGRETURN = 184 constant SYS_THREAD_SELFCOUNTS (line 134) | SYS_THREAD_SELFCOUNTS = 186 constant SYS_FDATASYNC (line 135) | SYS_FDATASYNC = 187 constant SYS_STAT (line 136) | SYS_STAT = 188 constant SYS_FSTAT (line 137) | SYS_FSTAT = 189 constant SYS_LSTAT (line 138) | SYS_LSTAT = 190 constant SYS_PATHCONF (line 139) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 140) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 141) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 142) | SYS_SETRLIMIT = 195 constant SYS_GETDIRENTRIES (line 143) | SYS_GETDIRENTRIES = 196 constant SYS_MMAP (line 144) | SYS_MMAP = 197 constant SYS_LSEEK (line 145) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 146) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 147) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 148) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 149) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 150) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 151) | SYS_UNDELETE = 205 constant SYS_OPEN_DPROTECTED_NP (line 152) | SYS_OPEN_DPROTECTED_NP = 216 constant SYS_GETATTRLIST (line 153) | SYS_GETATTRLIST = 220 constant SYS_SETATTRLIST (line 154) | SYS_SETATTRLIST = 221 constant SYS_GETDIRENTRIESATTR (line 155) | SYS_GETDIRENTRIESATTR = 222 constant SYS_EXCHANGEDATA (line 156) | SYS_EXCHANGEDATA = 223 constant SYS_SEARCHFS (line 157) | SYS_SEARCHFS = 225 constant SYS_DELETE (line 158) | SYS_DELETE = 226 constant SYS_COPYFILE (line 159) | SYS_COPYFILE = 227 constant SYS_FGETATTRLIST (line 160) | SYS_FGETATTRLIST = 228 constant SYS_FSETATTRLIST (line 161) | SYS_FSETATTRLIST = 229 constant SYS_POLL (line 162) | SYS_POLL = 230 constant SYS_WATCHEVENT (line 163) | SYS_WATCHEVENT = 231 constant SYS_WAITEVENT (line 164) | SYS_WAITEVENT = 232 constant SYS_MODWATCH (line 165) | SYS_MODWATCH = 233 constant SYS_GETXATTR (line 166) | SYS_GETXATTR = 234 constant SYS_FGETXATTR (line 167) | SYS_FGETXATTR = 235 constant SYS_SETXATTR (line 168) | SYS_SETXATTR = 236 constant SYS_FSETXATTR (line 169) | SYS_FSETXATTR = 237 constant SYS_REMOVEXATTR (line 170) | SYS_REMOVEXATTR = 238 constant SYS_FREMOVEXATTR (line 171) | SYS_FREMOVEXATTR = 239 constant SYS_LISTXATTR (line 172) | SYS_LISTXATTR = 240 constant SYS_FLISTXATTR (line 173) | SYS_FLISTXATTR = 241 constant SYS_FSCTL (line 174) | SYS_FSCTL = 242 constant SYS_INITGROUPS (line 175) | SYS_INITGROUPS = 243 constant SYS_POSIX_SPAWN (line 176) | SYS_POSIX_SPAWN = 244 constant SYS_FFSCTL (line 177) | SYS_FFSCTL = 245 constant SYS_NFSCLNT (line 178) | SYS_NFSCLNT = 247 constant SYS_FHOPEN (line 179) | SYS_FHOPEN = 248 constant SYS_MINHERIT (line 180) | SYS_MINHERIT = 250 constant SYS_SEMSYS (line 181) | SYS_SEMSYS = 251 constant SYS_MSGSYS (line 182) | SYS_MSGSYS = 252 constant SYS_SHMSYS (line 183) | SYS_SHMSYS = 253 constant SYS_SEMCTL (line 184) | SYS_SEMCTL = 254 constant SYS_SEMGET (line 185) | SYS_SEMGET = 255 constant SYS_SEMOP (line 186) | SYS_SEMOP = 256 constant SYS_MSGCTL (line 187) | SYS_MSGCTL = 258 constant SYS_MSGGET (line 188) | SYS_MSGGET = 259 constant SYS_MSGSND (line 189) | SYS_MSGSND = 260 constant SYS_MSGRCV (line 190) | SYS_MSGRCV = 261 constant SYS_SHMAT (line 191) | SYS_SHMAT = 262 constant SYS_SHMCTL (line 192) | SYS_SHMCTL = 263 constant SYS_SHMDT (line 193) | SYS_SHMDT = 264 constant SYS_SHMGET (line 194) | SYS_SHMGET = 265 constant SYS_SHM_OPEN (line 195) | SYS_SHM_OPEN = 266 constant SYS_SHM_UNLINK (line 196) | SYS_SHM_UNLINK = 267 constant SYS_SEM_OPEN (line 197) | SYS_SEM_OPEN = 268 constant SYS_SEM_CLOSE (line 198) | SYS_SEM_CLOSE = 269 constant SYS_SEM_UNLINK (line 199) | SYS_SEM_UNLINK = 270 constant SYS_SEM_WAIT (line 200) | SYS_SEM_WAIT = 271 constant SYS_SEM_TRYWAIT (line 201) | SYS_SEM_TRYWAIT = 272 constant SYS_SEM_POST (line 202) | SYS_SEM_POST = 273 constant SYS_SYSCTLBYNAME (line 203) | SYS_SYSCTLBYNAME = 274 constant SYS_OPEN_EXTENDED (line 204) | SYS_OPEN_EXTENDED = 277 constant SYS_UMASK_EXTENDED (line 205) | SYS_UMASK_EXTENDED = 278 constant SYS_STAT_EXTENDED (line 206) | SYS_STAT_EXTENDED = 279 constant SYS_LSTAT_EXTENDED (line 207) | SYS_LSTAT_EXTENDED = 280 constant SYS_FSTAT_EXTENDED (line 208) | SYS_FSTAT_EXTENDED = 281 constant SYS_CHMOD_EXTENDED (line 209) | SYS_CHMOD_EXTENDED = 282 constant SYS_FCHMOD_EXTENDED (line 210) | SYS_FCHMOD_EXTENDED = 283 constant SYS_ACCESS_EXTENDED (line 211) | SYS_ACCESS_EXTENDED = 284 constant SYS_SETTID (line 212) | SYS_SETTID = 285 constant SYS_GETTID (line 213) | SYS_GETTID = 286 constant SYS_SETSGROUPS (line 214) | SYS_SETSGROUPS = 287 constant SYS_GETSGROUPS (line 215) | SYS_GETSGROUPS = 288 constant SYS_SETWGROUPS (line 216) | SYS_SETWGROUPS = 289 constant SYS_GETWGROUPS (line 217) | SYS_GETWGROUPS = 290 constant SYS_MKFIFO_EXTENDED (line 218) | SYS_MKFIFO_EXTENDED = 291 constant SYS_MKDIR_EXTENDED (line 219) | SYS_MKDIR_EXTENDED = 292 constant SYS_IDENTITYSVC (line 220) | SYS_IDENTITYSVC = 293 constant SYS_SHARED_REGION_CHECK_NP (line 221) | SYS_SHARED_REGION_CHECK_NP = 294 constant SYS_VM_PRESSURE_MONITOR (line 222) | SYS_VM_PRESSURE_MONITOR = 296 constant SYS_PSYNCH_RW_LONGRDLOCK (line 223) | SYS_PSYNCH_RW_LONGRDLOCK = 297 constant SYS_PSYNCH_RW_YIELDWRLOCK (line 224) | SYS_PSYNCH_RW_YIELDWRLOCK = 298 constant SYS_PSYNCH_RW_DOWNGRADE (line 225) | SYS_PSYNCH_RW_DOWNGRADE = 299 constant SYS_PSYNCH_RW_UPGRADE (line 226) | SYS_PSYNCH_RW_UPGRADE = 300 constant SYS_PSYNCH_MUTEXWAIT (line 227) | SYS_PSYNCH_MUTEXWAIT = 301 constant SYS_PSYNCH_MUTEXDROP (line 228) | SYS_PSYNCH_MUTEXDROP = 302 constant SYS_PSYNCH_CVBROAD (line 229) | SYS_PSYNCH_CVBROAD = 303 constant SYS_PSYNCH_CVSIGNAL (line 230) | SYS_PSYNCH_CVSIGNAL = 304 constant SYS_PSYNCH_CVWAIT (line 231) | SYS_PSYNCH_CVWAIT = 305 constant SYS_PSYNCH_RW_RDLOCK (line 232) | SYS_PSYNCH_RW_RDLOCK = 306 constant SYS_PSYNCH_RW_WRLOCK (line 233) | SYS_PSYNCH_RW_WRLOCK = 307 constant SYS_PSYNCH_RW_UNLOCK (line 234) | SYS_PSYNCH_RW_UNLOCK = 308 constant SYS_PSYNCH_RW_UNLOCK2 (line 235) | SYS_PSYNCH_RW_UNLOCK2 = 309 constant SYS_GETSID (line 236) | SYS_GETSID = 310 constant SYS_SETTID_WITH_PID (line 237) | SYS_SETTID_WITH_PID = 311 constant SYS_PSYNCH_CVCLRPREPOST (line 238) | SYS_PSYNCH_CVCLRPREPOST = 312 constant SYS_AIO_FSYNC (line 239) | SYS_AIO_FSYNC = 313 constant SYS_AIO_RETURN (line 240) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 241) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 242) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 243) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 244) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 245) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 246) | SYS_LIO_LISTIO = 320 constant SYS_IOPOLICYSYS (line 247) | SYS_IOPOLICYSYS = 322 constant SYS_PROCESS_POLICY (line 248) | SYS_PROCESS_POLICY = 323 constant SYS_MLOCKALL (line 249) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 250) | SYS_MUNLOCKALL = 325 constant SYS_ISSETUGID (line 251) | SYS_ISSETUGID = 327 constant SYS___PTHREAD_KILL (line 252) | SYS___PTHREAD_KILL = 328 constant SYS___PTHREAD_SIGMASK (line 253) | SYS___PTHREAD_SIGMASK = 329 constant SYS___SIGWAIT (line 254) | SYS___SIGWAIT = 330 constant SYS___DISABLE_THREADSIGNAL (line 255) | SYS___DISABLE_THREADSIGNAL = 331 constant SYS___PTHREAD_MARKCANCEL (line 256) | SYS___PTHREAD_MARKCANCEL = 332 constant SYS___PTHREAD_CANCELED (line 257) | SYS___PTHREAD_CANCELED = 333 constant SYS___SEMWAIT_SIGNAL (line 258) | SYS___SEMWAIT_SIGNAL = 334 constant SYS_PROC_INFO (line 259) | SYS_PROC_INFO = 336 constant SYS_SENDFILE (line 260) | SYS_SENDFILE = 337 constant SYS_STAT64 (line 261) | SYS_STAT64 = 338 constant SYS_FSTAT64 (line 262) | SYS_FSTAT64 = 339 constant SYS_LSTAT64 (line 263) | SYS_LSTAT64 = 340 constant SYS_STAT64_EXTENDED (line 264) | SYS_STAT64_EXTENDED = 341 constant SYS_LSTAT64_EXTENDED (line 265) | SYS_LSTAT64_EXTENDED = 342 constant SYS_FSTAT64_EXTENDED (line 266) | SYS_FSTAT64_EXTENDED = 343 constant SYS_GETDIRENTRIES64 (line 267) | SYS_GETDIRENTRIES64 = 344 constant SYS_STATFS64 (line 268) | SYS_STATFS64 = 345 constant SYS_FSTATFS64 (line 269) | SYS_FSTATFS64 = 346 constant SYS_GETFSSTAT64 (line 270) | SYS_GETFSSTAT64 = 347 constant SYS___PTHREAD_CHDIR (line 271) | SYS___PTHREAD_CHDIR = 348 constant SYS___PTHREAD_FCHDIR (line 272) | SYS___PTHREAD_FCHDIR = 349 constant SYS_AUDIT (line 273) | SYS_AUDIT = 350 constant SYS_AUDITON (line 274) | SYS_AUDITON = 351 constant SYS_GETAUID (line 275) | SYS_GETAUID = 353 constant SYS_SETAUID (line 276) | SYS_SETAUID = 354 constant SYS_GETAUDIT_ADDR (line 277) | SYS_GETAUDIT_ADDR = 357 constant SYS_SETAUDIT_ADDR (line 278) | SYS_SETAUDIT_ADDR = 358 constant SYS_AUDITCTL (line 279) | SYS_AUDITCTL = 359 constant SYS_BSDTHREAD_CREATE (line 280) | SYS_BSDTHREAD_CREATE = 360 constant SYS_BSDTHREAD_TERMINATE (line 281) | SYS_BSDTHREAD_TERMINATE = 361 constant SYS_KQUEUE (line 282) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 283) | SYS_KEVENT = 363 constant SYS_LCHOWN (line 284) | SYS_LCHOWN = 364 constant SYS_BSDTHREAD_REGISTER (line 285) | SYS_BSDTHREAD_REGISTER = 366 constant SYS_WORKQ_OPEN (line 286) | SYS_WORKQ_OPEN = 367 constant SYS_WORKQ_KERNRETURN (line 287) | SYS_WORKQ_KERNRETURN = 368 constant SYS_KEVENT64 (line 288) | SYS_KEVENT64 = 369 constant SYS___OLD_SEMWAIT_SIGNAL (line 289) | SYS___OLD_SEMWAIT_SIGNAL = 370 constant SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL (line 290) | SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 constant SYS_THREAD_SELFID (line 291) | SYS_THREAD_SELFID = 372 constant SYS_LEDGER (line 292) | SYS_LEDGER = 373 constant SYS_KEVENT_QOS (line 293) | SYS_KEVENT_QOS = 374 constant SYS_KEVENT_ID (line 294) | SYS_KEVENT_ID = 375 constant SYS___MAC_EXECVE (line 295) | SYS___MAC_EXECVE = 380 constant SYS___MAC_SYSCALL (line 296) | SYS___MAC_SYSCALL = 381 constant SYS___MAC_GET_FILE (line 297) | SYS___MAC_GET_FILE = 382 constant SYS___MAC_SET_FILE (line 298) | SYS___MAC_SET_FILE = 383 constant SYS___MAC_GET_LINK (line 299) | SYS___MAC_GET_LINK = 384 constant SYS___MAC_SET_LINK (line 300) | SYS___MAC_SET_LINK = 385 constant SYS___MAC_GET_PROC (line 301) | SYS___MAC_GET_PROC = 386 constant SYS___MAC_SET_PROC (line 302) | SYS___MAC_SET_PROC = 387 constant SYS___MAC_GET_FD (line 303) | SYS___MAC_GET_FD = 388 constant SYS___MAC_SET_FD (line 304) | SYS___MAC_SET_FD = 389 constant SYS___MAC_GET_PID (line 305) | SYS___MAC_GET_PID = 390 constant SYS_PSELECT (line 306) | SYS_PSELECT = 394 constant SYS_PSELECT_NOCANCEL (line 307) | SYS_PSELECT_NOCANCEL = 395 constant SYS_READ_NOCANCEL (line 308) | SYS_READ_NOCANCEL = 396 constant SYS_WRITE_NOCANCEL (line 309) | SYS_WRITE_NOCANCEL = 397 constant SYS_OPEN_NOCANCEL (line 310) | SYS_OPEN_NOCANCEL = 398 constant SYS_CLOSE_NOCANCEL (line 311) | SYS_CLOSE_NOCANCEL = 399 constant SYS_WAIT4_NOCANCEL (line 312) | SYS_WAIT4_NOCANCEL = 400 constant SYS_RECVMSG_NOCANCEL (line 313) | SYS_RECVMSG_NOCANCEL = 401 constant SYS_SENDMSG_NOCANCEL (line 314) | SYS_SENDMSG_NOCANCEL = 402 constant SYS_RECVFROM_NOCANCEL (line 315) | SYS_RECVFROM_NOCANCEL = 403 constant SYS_ACCEPT_NOCANCEL (line 316) | SYS_ACCEPT_NOCANCEL = 404 constant SYS_MSYNC_NOCANCEL (line 317) | SYS_MSYNC_NOCANCEL = 405 constant SYS_FCNTL_NOCANCEL (line 318) | SYS_FCNTL_NOCANCEL = 406 constant SYS_SELECT_NOCANCEL (line 319) | SYS_SELECT_NOCANCEL = 407 constant SYS_FSYNC_NOCANCEL (line 320) | SYS_FSYNC_NOCANCEL = 408 constant SYS_CONNECT_NOCANCEL (line 321) | SYS_CONNECT_NOCANCEL = 409 constant SYS_SIGSUSPEND_NOCANCEL (line 322) | SYS_SIGSUSPEND_NOCANCEL = 410 constant SYS_READV_NOCANCEL (line 323) | SYS_READV_NOCANCEL = 411 constant SYS_WRITEV_NOCANCEL (line 324) | SYS_WRITEV_NOCANCEL = 412 constant SYS_SENDTO_NOCANCEL (line 325) | SYS_SENDTO_NOCANCEL = 413 constant SYS_PREAD_NOCANCEL (line 326) | SYS_PREAD_NOCANCEL = 414 constant SYS_PWRITE_NOCANCEL (line 327) | SYS_PWRITE_NOCANCEL = 415 constant SYS_WAITID_NOCANCEL (line 328) | SYS_WAITID_NOCANCEL = 416 constant SYS_POLL_NOCANCEL (line 329) | SYS_POLL_NOCANCEL = 417 constant SYS_MSGSND_NOCANCEL (line 330) | SYS_MSGSND_NOCANCEL = 418 constant SYS_MSGRCV_NOCANCEL (line 331) | SYS_MSGRCV_NOCANCEL = 419 constant SYS_SEM_WAIT_NOCANCEL (line 332) | SYS_SEM_WAIT_NOCANCEL = 420 constant SYS_AIO_SUSPEND_NOCANCEL (line 333) | SYS_AIO_SUSPEND_NOCANCEL = 421 constant SYS___SIGWAIT_NOCANCEL (line 334) | SYS___SIGWAIT_NOCANCEL = 422 constant SYS___SEMWAIT_SIGNAL_NOCANCEL (line 335) | SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 constant SYS___MAC_MOUNT (line 336) | SYS___MAC_MOUNT = 424 constant SYS___MAC_GET_MOUNT (line 337) | SYS___MAC_GET_MOUNT = 425 constant SYS___MAC_GETFSSTAT (line 338) | SYS___MAC_GETFSSTAT = 426 constant SYS_FSGETPATH (line 339) | SYS_FSGETPATH = 427 constant SYS_AUDIT_SESSION_SELF (line 340) | SYS_AUDIT_SESSION_SELF = 428 constant SYS_AUDIT_SESSION_JOIN (line 341) | SYS_AUDIT_SESSION_JOIN = 429 constant SYS_FILEPORT_MAKEPORT (line 342) | SYS_FILEPORT_MAKEPORT = 430 constant SYS_FILEPORT_MAKEFD (line 343) | SYS_FILEPORT_MAKEFD = 431 constant SYS_AUDIT_SESSION_PORT (line 344) | SYS_AUDIT_SESSION_PORT = 432 constant SYS_PID_SUSPEND (line 345) | SYS_PID_SUSPEND = 433 constant SYS_PID_RESUME (line 346) | SYS_PID_RESUME = 434 constant SYS_PID_HIBERNATE (line 347) | SYS_PID_HIBERNATE = 435 constant SYS_PID_SHUTDOWN_SOCKETS (line 348) | SYS_PID_SHUTDOWN_SOCKETS = 436 constant SYS_SHARED_REGION_MAP_AND_SLIDE_NP (line 349) | SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 constant SYS_KAS_INFO (line 350) | SYS_KAS_INFO = 439 constant SYS_MEMORYSTATUS_CONTROL (line 351) | SYS_MEMORYSTATUS_CONTROL = 440 constant SYS_GUARDED_OPEN_NP (line 352) | SYS_GUARDED_OPEN_NP = 441 constant SYS_GUARDED_CLOSE_NP (line 353) | SYS_GUARDED_CLOSE_NP = 442 constant SYS_GUARDED_KQUEUE_NP (line 354) | SYS_GUARDED_KQUEUE_NP = 443 constant SYS_CHANGE_FDGUARD_NP (line 355) | SYS_CHANGE_FDGUARD_NP = 444 constant SYS_USRCTL (line 356) | SYS_USRCTL = 445 constant SYS_PROC_RLIMIT_CONTROL (line 357) | SYS_PROC_RLIMIT_CONTROL = 446 constant SYS_CONNECTX (line 358) | SYS_CONNECTX = 447 constant SYS_DISCONNECTX (line 359) | SYS_DISCONNECTX = 448 constant SYS_PEELOFF (line 360) | SYS_PEELOFF = 449 constant SYS_SOCKET_DELEGATE (line 361) | SYS_SOCKET_DELEGATE = 450 constant SYS_TELEMETRY (line 362) | SYS_TELEMETRY = 451 constant SYS_PROC_UUID_POLICY (line 363) | SYS_PROC_UUID_POLICY = 452 constant SYS_MEMORYSTATUS_GET_LEVEL (line 364) | SYS_MEMORYSTATUS_GET_LEVEL = 453 constant SYS_SYSTEM_OVERRIDE (line 365) | SYS_SYSTEM_OVERRIDE = 454 constant SYS_VFS_PURGE (line 366) | SYS_VFS_PURGE = 455 constant SYS_SFI_CTL (line 367) | SYS_SFI_CTL = 456 constant SYS_SFI_PIDCTL (line 368) | SYS_SFI_PIDCTL = 457 constant SYS_COALITION (line 369) | SYS_COALITION = 458 constant SYS_COALITION_INFO (line 370) | SYS_COALITION_INFO = 459 constant SYS_NECP_MATCH_POLICY (line 371) | SYS_NECP_MATCH_POLICY = 460 constant SYS_GETATTRLISTBULK (line 372) | SYS_GETATTRLISTBULK = 461 constant SYS_CLONEFILEAT (line 373) | SYS_CLONEFILEAT = 462 constant SYS_OPENAT (line 374) | SYS_OPENAT = 463 constant SYS_OPENAT_NOCANCEL (line 375) | SYS_OPENAT_NOCANCEL = 464 constant SYS_RENAMEAT (line 376) | SYS_RENAMEAT = 465 constant SYS_FACCESSAT (line 377) | SYS_FACCESSAT = 466 constant SYS_FCHMODAT (line 378) | SYS_FCHMODAT = 467 constant SYS_FCHOWNAT (line 379) | SYS_FCHOWNAT = 468 constant SYS_FSTATAT (line 380) | SYS_FSTATAT = 469 constant SYS_FSTATAT64 (line 381) | SYS_FSTATAT64 = 470 constant SYS_LINKAT (line 382) | SYS_LINKAT = 471 constant SYS_UNLINKAT (line 383) | SYS_UNLINKAT = 472 constant SYS_READLINKAT (line 384) | SYS_READLINKAT = 473 constant SYS_SYMLINKAT (line 385) | SYS_SYMLINKAT = 474 constant SYS_MKDIRAT (line 386) | SYS_MKDIRAT = 475 constant SYS_GETATTRLISTAT (line 387) | SYS_GETATTRLISTAT = 476 constant SYS_PROC_TRACE_LOG (line 388) | SYS_PROC_TRACE_LOG = 477 constant SYS_BSDTHREAD_CTL (line 389) | SYS_BSDTHREAD_CTL = 478 constant SYS_OPENBYID_NP (line 390) | SYS_OPENBYID_NP = 479 constant SYS_RECVMSG_X (line 391) | SYS_RECVMSG_X = 480 constant SYS_SENDMSG_X (line 392) | SYS_SENDMSG_X = 481 constant SYS_THREAD_SELFUSAGE (line 393) | SYS_THREAD_SELFUSAGE = 482 constant SYS_CSRCTL (line 394) | SYS_CSRCTL = 483 constant SYS_GUARDED_OPEN_DPROTECTED_NP (line 395) | SYS_GUARDED_OPEN_DPROTECTED_NP = 484 constant SYS_GUARDED_WRITE_NP (line 396) | SYS_GUARDED_WRITE_NP = 485 constant SYS_GUARDED_PWRITE_NP (line 397) | SYS_GUARDED_PWRITE_NP = 486 constant SYS_GUARDED_WRITEV_NP (line 398) | SYS_GUARDED_WRITEV_NP = 487 constant SYS_RENAMEATX_NP (line 399) | SYS_RENAMEATX_NP = 488 constant SYS_MREMAP_ENCRYPTED (line 400) | SYS_MREMAP_ENCRYPTED = 489 constant SYS_NETAGENT_TRIGGER (line 401) | SYS_NETAGENT_TRIGGER = 490 constant SYS_STACK_SNAPSHOT_WITH_CONFIG (line 402) | SYS_STACK_SNAPSHOT_WITH_CONFIG = 491 constant SYS_MICROSTACKSHOT (line 403) | SYS_MICROSTACKSHOT = 492 constant SYS_GRAB_PGO_DATA (line 404) | SYS_GRAB_PGO_DATA = 493 constant SYS_PERSONA (line 405) | SYS_PERSONA = 494 constant SYS_WORK_INTERVAL_CTL (line 406) | SYS_WORK_INTERVAL_CTL = 499 constant SYS_GETENTROPY (line 407) | SYS_GETENTROPY = 500 constant SYS_NECP_OPEN (line 408) | SYS_NECP_OPEN = 501 constant SYS_NECP_CLIENT_ACTION (line 409) | SYS_NECP_CLIENT_ACTION = 502 constant SYS___NEXUS_OPEN (line 410) | SYS___NEXUS_OPEN = 503 constant SYS___NEXUS_REGISTER (line 411) | SYS___NEXUS_REGISTER = 504 constant SYS___NEXUS_DEREGISTER (line 412) | SYS___NEXUS_DEREGISTER = 505 constant SYS___NEXUS_CREATE (line 413) | SYS___NEXUS_CREATE = 506 constant SYS___NEXUS_DESTROY (line 414) | SYS___NEXUS_DESTROY = 507 constant SYS___NEXUS_GET_OPT (line 415) | SYS___NEXUS_GET_OPT = 508 constant SYS___NEXUS_SET_OPT (line 416) | SYS___NEXUS_SET_OPT = 509 constant SYS___CHANNEL_OPEN (line 417) | SYS___CHANNEL_OPEN = 510 constant SYS___CHANNEL_GET_INFO (line 418) | SYS___CHANNEL_GET_INFO = 511 constant SYS___CHANNEL_SYNC (line 419) | SYS___CHANNEL_SYNC = 512 constant SYS___CHANNEL_GET_OPT (line 420) | SYS___CHANNEL_GET_OPT = 513 constant SYS___CHANNEL_SET_OPT (line 421) | SYS___CHANNEL_SET_OPT = 514 constant SYS_ULOCK_WAIT (line 422) | SYS_ULOCK_WAIT = 515 constant SYS_ULOCK_WAKE (line 423) | SYS_ULOCK_WAKE = 516 constant SYS_FCLONEFILEAT (line 424) | SYS_FCLONEFILEAT = 517 constant SYS_FS_SNAPSHOT (line 425) | SYS_FS_SNAPSHOT = 518 constant SYS_TERMINATE_WITH_PAYLOAD (line 426) | SYS_TERMINATE_WITH_PAYLOAD = 520 constant SYS_ABORT_WITH_PAYLOAD (line 427) | SYS_ABORT_WITH_PAYLOAD = 521 constant SYS_NECP_SESSION_OPEN (line 428) | SYS_NECP_SESSION_OPEN = 522 constant SYS_NECP_SESSION_ACTION (line 429) | SYS_NECP_SESSION_ACTION = 523 constant SYS_SETATTRLISTAT (line 430) | SYS_SETATTRLISTAT = 524 constant SYS_NET_QOS_GUIDELINE (line 431) | SYS_NET_QOS_GUIDELINE = 525 constant SYS_FMOUNT (line 432) | SYS_FMOUNT = 526 constant SYS_NTP_ADJTIME (line 433) | SYS_NTP_ADJTIME = 527 constant SYS_NTP_GETTIME (line 434) | SYS_NTP_GETTIME = 528 constant SYS_OS_FAULT_WITH_PAYLOAD (line 435) | SYS_OS_FAULT_WITH_PAYLOAD = 529 constant SYS_MAXSYSCALL (line 436) | SYS_MAXSYSCALL = 530 constant SYS_INVALID (line 437) | SYS_INVALID = 63 FILE: vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 16) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 22) | SYS_MKNOD = 14 constant SYS_CHMOD (line 23) | SYS_CHMOD = 15 constant SYS_CHOWN (line 24) | SYS_CHOWN = 16 constant SYS_OBREAK (line 25) | SYS_OBREAK = 17 constant SYS_GETFSSTAT (line 26) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_MOUNT (line 28) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 29) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 30) | SYS_SETUID = 23 constant SYS_GETUID (line 31) | SYS_GETUID = 24 constant SYS_GETEUID (line 32) | SYS_GETEUID = 25 constant SYS_PTRACE (line 33) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 34) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 35) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 36) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 37) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 38) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 39) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 40) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 41) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 42) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 43) | SYS_SYNC = 36 constant SYS_KILL (line 44) | SYS_KILL = 37 constant SYS_GETPPID (line 45) | SYS_GETPPID = 39 constant SYS_DUP (line 46) | SYS_DUP = 41 constant SYS_PIPE (line 47) | SYS_PIPE = 42 constant SYS_GETEGID (line 48) | SYS_GETEGID = 43 constant SYS_PROFIL (line 49) | SYS_PROFIL = 44 constant SYS_KTRACE (line 50) | SYS_KTRACE = 45 constant SYS_GETGID (line 51) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 52) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 53) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 54) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 55) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 56) | SYS_IOCTL = 54 constant SYS_REBOOT (line 57) | SYS_REBOOT = 55 constant SYS_REVOKE (line 58) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 59) | SYS_SYMLINK = 57 constant SYS_READLINK (line 60) | SYS_READLINK = 58 constant SYS_EXECVE (line 61) | SYS_EXECVE = 59 constant SYS_UMASK (line 62) | SYS_UMASK = 60 constant SYS_CHROOT (line 63) | SYS_CHROOT = 61 constant SYS_MSYNC (line 64) | SYS_MSYNC = 65 constant SYS_VFORK (line 65) | SYS_VFORK = 66 constant SYS_SBRK (line 66) | SYS_SBRK = 69 constant SYS_SSTK (line 67) | SYS_SSTK = 70 constant SYS_MUNMAP (line 68) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 69) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 70) | SYS_MADVISE = 75 constant SYS_MINCORE (line 71) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 72) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 73) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 75) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 76) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 77) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 79) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 80) | SYS_DUP2 = 90 constant SYS_FCNTL (line 81) | SYS_FCNTL = 92 constant SYS_SELECT (line 82) | SYS_SELECT = 93 constant SYS_FSYNC (line 83) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 84) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 85) | SYS_SOCKET = 97 constant SYS_CONNECT (line 86) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 87) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 88) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 89) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 90) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 91) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 92) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 93) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 94) | SYS_READV = 120 constant SYS_WRITEV (line 95) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 96) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 97) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 98) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 99) | SYS_SETREUID = 126 constant SYS_SETREGID (line 100) | SYS_SETREGID = 127 constant SYS_RENAME (line 101) | SYS_RENAME = 128 constant SYS_FLOCK (line 102) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 103) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 104) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 105) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 106) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 107) | SYS_MKDIR = 136 constant SYS_RMDIR (line 108) | SYS_RMDIR = 137 constant SYS_UTIMES (line 109) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 110) | SYS_ADJTIME = 140 constant SYS_SETSID (line 111) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 112) | SYS_QUOTACTL = 148 constant SYS_STATFS (line 113) | SYS_STATFS = 157 constant SYS_FSTATFS (line 114) | SYS_FSTATFS = 158 constant SYS_GETFH (line 115) | SYS_GETFH = 161 constant SYS_SYSARCH (line 116) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 117) | SYS_RTPRIO = 166 constant SYS_EXTPREAD (line 118) | SYS_EXTPREAD = 173 constant SYS_EXTPWRITE (line 119) | SYS_EXTPWRITE = 174 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 128) | SYS_MMAP = 197 constant SYS_LSEEK (line 129) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 130) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 131) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 132) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 133) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 134) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 135) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 136) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 137) | SYS_GETPGID = 207 constant SYS_POLL (line 138) | SYS_POLL = 209 constant SYS___SEMCTL (line 139) | SYS___SEMCTL = 220 constant SYS_SEMGET (line 140) | SYS_SEMGET = 221 constant SYS_SEMOP (line 141) | SYS_SEMOP = 222 constant SYS_MSGCTL (line 142) | SYS_MSGCTL = 224 constant SYS_MSGGET (line 143) | SYS_MSGGET = 225 constant SYS_MSGSND (line 144) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 145) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 146) | SYS_SHMAT = 228 constant SYS_SHMCTL (line 147) | SYS_SHMCTL = 229 constant SYS_SHMDT (line 148) | SYS_SHMDT = 230 constant SYS_SHMGET (line 149) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 150) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 151) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 152) | SYS_CLOCK_GETRES = 234 constant SYS_NANOSLEEP (line 153) | SYS_NANOSLEEP = 240 constant SYS_MINHERIT (line 154) | SYS_MINHERIT = 250 constant SYS_RFORK (line 155) | SYS_RFORK = 251 constant SYS_OPENBSD_POLL (line 156) | SYS_OPENBSD_POLL = 252 constant SYS_ISSETUGID (line 157) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 158) | SYS_LCHOWN = 254 constant SYS_LCHMOD (line 159) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 160) | SYS_LUTIMES = 276 constant SYS_EXTPREADV (line 161) | SYS_EXTPREADV = 289 constant SYS_EXTPWRITEV (line 162) | SYS_EXTPWRITEV = 290 constant SYS_FHSTATFS (line 163) | SYS_FHSTATFS = 297 constant SYS_FHOPEN (line 164) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 165) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 166) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 167) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 168) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 169) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 170) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 171) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 172) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 173) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 174) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 175) | SYS_GETSID = 310 constant SYS_SETRESUID (line 176) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 177) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 178) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 179) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 180) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 181) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 182) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 183) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 184) | SYS_LIO_LISTIO = 320 constant SYS_YIELD (line 185) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 186) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 187) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 188) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 189) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 190) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 191) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 192) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 193) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 194) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 195) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 196) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 197) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 198) | SYS_KLDSYM = 337 constant SYS_JAIL (line 199) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 200) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 201) | SYS_SIGSUSPEND = 341 constant SYS_SIGACTION (line 202) | SYS_SIGACTION = 342 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGRETURN (line 204) | SYS_SIGRETURN = 344 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 223) | SYS_KEVENT = 363 constant SYS_KENV (line 224) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 225) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 226) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 227) | SYS_SENDFILE = 393 constant SYS_VARSYM_SET (line 228) | SYS_VARSYM_SET = 450 constant SYS_VARSYM_GET (line 229) | SYS_VARSYM_GET = 451 constant SYS_VARSYM_LIST (line 230) | SYS_VARSYM_LIST = 452 constant SYS_EXEC_SYS_REGISTER (line 231) | SYS_EXEC_SYS_REGISTER = 465 constant SYS_EXEC_SYS_UNREGISTER (line 232) | SYS_EXEC_SYS_UNREGISTER = 466 constant SYS_SYS_CHECKPOINT (line 233) | SYS_SYS_CHECKPOINT = 467 constant SYS_MOUNTCTL (line 234) | SYS_MOUNTCTL = 468 constant SYS_UMTX_SLEEP (line 235) | SYS_UMTX_SLEEP = 469 constant SYS_UMTX_WAKEUP (line 236) | SYS_UMTX_WAKEUP = 470 constant SYS_JAIL_ATTACH (line 237) | SYS_JAIL_ATTACH = 471 constant SYS_SET_TLS_AREA (line 238) | SYS_SET_TLS_AREA = 472 constant SYS_GET_TLS_AREA (line 239) | SYS_GET_TLS_AREA = 473 constant SYS_CLOSEFROM (line 240) | SYS_CLOSEFROM = 474 constant SYS_STAT (line 241) | SYS_STAT = 475 constant SYS_FSTAT (line 242) | SYS_FSTAT = 476 constant SYS_LSTAT (line 243) | SYS_LSTAT = 477 constant SYS_FHSTAT (line 244) | SYS_FHSTAT = 478 constant SYS_GETDIRENTRIES (line 245) | SYS_GETDIRENTRIES = 479 constant SYS_GETDENTS (line 246) | SYS_GETDENTS = 480 constant SYS_USCHED_SET (line 247) | SYS_USCHED_SET = 481 constant SYS_EXTACCEPT (line 248) | SYS_EXTACCEPT = 482 constant SYS_EXTCONNECT (line 249) | SYS_EXTCONNECT = 483 constant SYS_MCONTROL (line 250) | SYS_MCONTROL = 485 constant SYS_VMSPACE_CREATE (line 251) | SYS_VMSPACE_CREATE = 486 constant SYS_VMSPACE_DESTROY (line 252) | SYS_VMSPACE_DESTROY = 487 constant SYS_VMSPACE_CTL (line 253) | SYS_VMSPACE_CTL = 488 constant SYS_VMSPACE_MMAP (line 254) | SYS_VMSPACE_MMAP = 489 constant SYS_VMSPACE_MUNMAP (line 255) | SYS_VMSPACE_MUNMAP = 490 constant SYS_VMSPACE_MCONTROL (line 256) | SYS_VMSPACE_MCONTROL = 491 constant SYS_VMSPACE_PREAD (line 257) | SYS_VMSPACE_PREAD = 492 constant SYS_VMSPACE_PWRITE (line 258) | SYS_VMSPACE_PWRITE = 493 constant SYS_EXTEXIT (line 259) | SYS_EXTEXIT = 494 constant SYS_LWP_CREATE (line 260) | SYS_LWP_CREATE = 495 constant SYS_LWP_GETTID (line 261) | SYS_LWP_GETTID = 496 constant SYS_LWP_KILL (line 262) | SYS_LWP_KILL = 497 constant SYS_LWP_RTPRIO (line 263) | SYS_LWP_RTPRIO = 498 constant SYS_PSELECT (line 264) | SYS_PSELECT = 499 constant SYS_STATVFS (line 265) | SYS_STATVFS = 500 constant SYS_FSTATVFS (line 266) | SYS_FSTATVFS = 501 constant SYS_FHSTATVFS (line 267) | SYS_FHSTATVFS = 502 constant SYS_GETVFSSTAT (line 268) | SYS_GETVFSSTAT = 503 constant SYS_OPENAT (line 269) | SYS_OPENAT = 504 constant SYS_FSTATAT (line 270) | SYS_FSTATAT = 505 constant SYS_FCHMODAT (line 271) | SYS_FCHMODAT = 506 constant SYS_FCHOWNAT (line 272) | SYS_FCHOWNAT = 507 constant SYS_UNLINKAT (line 273) | SYS_UNLINKAT = 508 constant SYS_FACCESSAT (line 274) | SYS_FACCESSAT = 509 constant SYS_MQ_OPEN (line 275) | SYS_MQ_OPEN = 510 constant SYS_MQ_CLOSE (line 276) | SYS_MQ_CLOSE = 511 constant SYS_MQ_UNLINK (line 277) | SYS_MQ_UNLINK = 512 constant SYS_MQ_GETATTR (line 278) | SYS_MQ_GETATTR = 513 constant SYS_MQ_SETATTR (line 279) | SYS_MQ_SETATTR = 514 constant SYS_MQ_NOTIFY (line 280) | SYS_MQ_NOTIFY = 515 constant SYS_MQ_SEND (line 281) | SYS_MQ_SEND = 516 constant SYS_MQ_RECEIVE (line 282) | SYS_MQ_RECEIVE = 517 constant SYS_MQ_TIMEDSEND (line 283) | SYS_MQ_TIMEDSEND = 518 constant SYS_MQ_TIMEDRECEIVE (line 284) | SYS_MQ_TIMEDRECEIVE = 519 constant SYS_IOPRIO_SET (line 285) | SYS_IOPRIO_SET = 520 constant SYS_IOPRIO_GET (line 286) | SYS_IOPRIO_GET = 521 constant SYS_CHROOT_KERNEL (line 287) | SYS_CHROOT_KERNEL = 522 constant SYS_RENAMEAT (line 288) | SYS_RENAMEAT = 523 constant SYS_MKDIRAT (line 289) | SYS_MKDIRAT = 524 constant SYS_MKFIFOAT (line 290) | SYS_MKFIFOAT = 525 constant SYS_MKNODAT (line 291) | SYS_MKNODAT = 526 constant SYS_READLINKAT (line 292) | SYS_READLINKAT = 527 constant SYS_SYMLINKAT (line 293) | SYS_SYMLINKAT = 528 constant SYS_SWAPOFF (line 294) | SYS_SWAPOFF = 529 constant SYS_VQUOTACTL (line 295) | SYS_VQUOTACTL = 530 constant SYS_LINKAT (line 296) | SYS_LINKAT = 531 constant SYS_EACCESS (line 297) | SYS_EACCESS = 532 constant SYS_LPATHCONF (line 298) | SYS_LPATHCONF = 533 constant SYS_VMM_GUEST_CTL (line 299) | SYS_VMM_GUEST_CTL = 534 constant SYS_VMM_GUEST_SYNC_ADDR (line 300) | SYS_VMM_GUEST_SYNC_ADDR = 535 constant SYS_PROCCTL (line 301) | SYS_PROCCTL = 536 constant SYS_CHFLAGSAT (line 302) | SYS_CHFLAGSAT = 537 constant SYS_PIPE2 (line 303) | SYS_PIPE2 = 538 constant SYS_UTIMENSAT (line 304) | SYS_UTIMENSAT = 539 constant SYS_FUTIMENS (line 305) | SYS_FUTIMENS = 540 constant SYS_ACCEPT4 (line 306) | SYS_ACCEPT4 = 541 constant SYS_LWP_SETNAME (line 307) | SYS_LWP_SETNAME = 542 constant SYS_PPOLL (line 308) | SYS_PPOLL = 543 constant SYS_LWP_SETAFFINITY (line 309) | SYS_LWP_SETAFFINITY = 544 constant SYS_LWP_GETAFFINITY (line 310) | SYS_LWP_GETAFFINITY = 545 constant SYS_LWP_CREATE2 (line 311) | SYS_LWP_CREATE2 = 546 constant SYS_GETCPUCLOCKID (line 312) | SYS_GETCPUCLOCKID = 547 constant SYS_WAIT6 (line 313) | SYS_WAIT6 = 548 constant SYS_LWP_GETNAME (line 314) | SYS_LWP_GETNAME = 549 constant SYS_GETRANDOM (line 315) | SYS_GETRANDOM = 550 constant SYS___REALPATH (line 316) | SYS___REALPATH = 551 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 21) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_BREAK (line 24) | SYS_BREAK = 17 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 27) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_GETEUID (line 30) | SYS_GETEUID = 25 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 32) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 33) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 34) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 35) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 36) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 37) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 38) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 39) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 40) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 41) | SYS_SYNC = 36 constant SYS_KILL (line 42) | SYS_KILL = 37 constant SYS_GETPPID (line 43) | SYS_GETPPID = 39 constant SYS_DUP (line 44) | SYS_DUP = 41 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_PROFIL (line 46) | SYS_PROFIL = 44 constant SYS_KTRACE (line 47) | SYS_KTRACE = 45 constant SYS_GETGID (line 48) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 49) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 50) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 51) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 52) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 53) | SYS_IOCTL = 54 constant SYS_REBOOT (line 54) | SYS_REBOOT = 55 constant SYS_REVOKE (line 55) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 56) | SYS_SYMLINK = 57 constant SYS_READLINK (line 57) | SYS_READLINK = 58 constant SYS_EXECVE (line 58) | SYS_EXECVE = 59 constant SYS_UMASK (line 59) | SYS_UMASK = 60 constant SYS_CHROOT (line 60) | SYS_CHROOT = 61 constant SYS_MSYNC (line 61) | SYS_MSYNC = 65 constant SYS_VFORK (line 62) | SYS_VFORK = 66 constant SYS_SBRK (line 63) | SYS_SBRK = 69 constant SYS_SSTK (line 64) | SYS_SSTK = 70 constant SYS_MUNMAP (line 65) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 66) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 67) | SYS_MADVISE = 75 constant SYS_MINCORE (line 68) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 71) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 72) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 73) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 74) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 75) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 76) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 77) | SYS_DUP2 = 90 constant SYS_FCNTL (line 78) | SYS_FCNTL = 92 constant SYS_SELECT (line 79) | SYS_SELECT = 93 constant SYS_FSYNC (line 80) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 81) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 82) | SYS_SOCKET = 97 constant SYS_CONNECT (line 83) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 84) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 85) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 86) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 87) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 89) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 90) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 91) | SYS_READV = 120 constant SYS_WRITEV (line 92) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 93) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 94) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 95) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 96) | SYS_SETREUID = 126 constant SYS_SETREGID (line 97) | SYS_SETREGID = 127 constant SYS_RENAME (line 98) | SYS_RENAME = 128 constant SYS_FLOCK (line 99) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 100) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 101) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 102) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 103) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 104) | SYS_MKDIR = 136 constant SYS_RMDIR (line 105) | SYS_RMDIR = 137 constant SYS_UTIMES (line 106) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 107) | SYS_ADJTIME = 140 constant SYS_SETSID (line 108) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 109) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 110) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 111) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 112) | SYS_LGETFH = 160 constant SYS_GETFH (line 113) | SYS_GETFH = 161 constant SYS_SYSARCH (line 114) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 115) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 116) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 117) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 118) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 119) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 120) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 121) | SYS_SETGID = 181 constant SYS_SETEGID (line 122) | SYS_SETEGID = 182 constant SYS_SETEUID (line 123) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 124) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 125) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 126) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 127) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 128) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 129) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 130) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 131) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 132) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 133) | SYS_GETPGID = 207 constant SYS_POLL (line 134) | SYS_POLL = 209 constant SYS_SEMGET (line 135) | SYS_SEMGET = 221 constant SYS_SEMOP (line 136) | SYS_SEMOP = 222 constant SYS_MSGGET (line 137) | SYS_MSGGET = 225 constant SYS_MSGSND (line 138) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 139) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 140) | SYS_SHMAT = 228 constant SYS_SHMDT (line 141) | SYS_SHMDT = 230 constant SYS_SHMGET (line 142) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 143) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 144) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 145) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 146) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 147) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 148) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 149) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 150) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 151) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 152) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 153) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 154) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 155) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 156) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 157) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 158) | SYS_MINHERIT = 250 constant SYS_RFORK (line 159) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 160) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 161) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 162) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 163) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 164) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 165) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 166) | SYS_LUTIMES = 276 constant SYS_PREADV (line 167) | SYS_PREADV = 289 constant SYS_PWRITEV (line 168) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 169) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 170) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 171) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 172) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 173) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 174) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 175) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 176) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 177) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 178) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 179) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 180) | SYS_GETSID = 310 constant SYS_SETRESUID (line 181) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 182) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 183) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 184) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 185) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 186) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 187) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 188) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 189) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 190) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 191) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 192) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 193) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 194) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 196) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 197) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 198) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 199) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 200) | SYS_KLDSYM = 337 constant SYS_JAIL (line 201) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 202) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 203) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 204) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 205) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 206) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 207) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 208) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 209) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 210) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 211) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 212) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 213) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 214) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 215) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 216) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 217) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 218) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 219) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 220) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 221) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 222) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 223) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 224) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 225) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 226) | SYS___SETUGID = 374 constant SYS_EACCESS (line 227) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 228) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 229) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 230) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 231) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 232) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 233) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 234) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 235) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 236) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 237) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 238) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 239) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 240) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 241) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 242) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 243) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 244) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 245) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 246) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 247) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 248) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 249) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 250) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 251) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 252) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 253) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 254) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 255) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 256) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 257) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 258) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 259) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 260) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 261) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 262) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 263) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 264) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 265) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 266) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 267) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 268) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 269) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 270) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 271) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 272) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 273) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 274) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 275) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 276) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 277) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 278) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 279) | SYS_AUDIT = 445 constant SYS_AUDITON (line 280) | SYS_AUDITON = 446 constant SYS_GETAUID (line 281) | SYS_GETAUID = 447 constant SYS_SETAUID (line 282) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 283) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 284) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 285) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 286) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 287) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 288) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 289) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 290) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 291) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 292) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 293) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 294) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 295) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 296) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 297) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 298) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 299) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 300) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 301) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 302) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 303) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 304) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 305) | SYS_PREAD = 475 constant SYS_PWRITE (line 306) | SYS_PWRITE = 476 constant SYS_MMAP (line 307) | SYS_MMAP = 477 constant SYS_LSEEK (line 308) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 309) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 310) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 311) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 312) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 313) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 314) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 315) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 316) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 317) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 318) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 319) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 320) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 321) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 322) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 323) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 324) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 325) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 326) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 327) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 328) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 329) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 330) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 331) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 332) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 333) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 334) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 335) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 336) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 337) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 338) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 339) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 340) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 341) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 342) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 343) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 344) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 345) | SYS_PDFORK = 518 constant SYS_PDKILL (line 346) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 347) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 348) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 349) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 350) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 351) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 352) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 353) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 354) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 355) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 356) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 357) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 358) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 359) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 360) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 361) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 362) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 363) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 364) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 365) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 366) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 367) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 368) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 369) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 370) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 371) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 372) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 373) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 374) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 375) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 376) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 377) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 378) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 379) | SYS_STATFS = 555 constant SYS_FSTATFS (line 380) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 381) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 382) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 383) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 384) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 385) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 386) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 387) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 388) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 389) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 390) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 391) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 392) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 393) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_386.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86OLD (line 123) | SYS_VM86OLD = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_VM86 (line 176) | SYS_VM86 = 166 constant SYS_QUERY_MODULE (line 177) | SYS_QUERY_MODULE = 167 constant SYS_POLL (line 178) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 179) | SYS_NFSSERVCTL = 169 constant SYS_SETRESGID (line 180) | SYS_SETRESGID = 170 constant SYS_GETRESGID (line 181) | SYS_GETRESGID = 171 constant SYS_PRCTL (line 182) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 183) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 184) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 185) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 186) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 187) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 188) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 189) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 190) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 191) | SYS_PWRITE64 = 181 constant SYS_CHOWN (line 192) | SYS_CHOWN = 182 constant SYS_GETCWD (line 193) | SYS_GETCWD = 183 constant SYS_CAPGET (line 194) | SYS_CAPGET = 184 constant SYS_CAPSET (line 195) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 196) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 197) | SYS_SENDFILE = 187 constant SYS_GETPMSG (line 198) | SYS_GETPMSG = 188 constant SYS_PUTPMSG (line 199) | SYS_PUTPMSG = 189 constant SYS_VFORK (line 200) | SYS_VFORK = 190 constant SYS_UGETRLIMIT (line 201) | SYS_UGETRLIMIT = 191 constant SYS_MMAP2 (line 202) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 203) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 204) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 205) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 206) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 207) | SYS_FSTAT64 = 197 constant SYS_LCHOWN32 (line 208) | SYS_LCHOWN32 = 198 constant SYS_GETUID32 (line 209) | SYS_GETUID32 = 199 constant SYS_GETGID32 (line 210) | SYS_GETGID32 = 200 constant SYS_GETEUID32 (line 211) | SYS_GETEUID32 = 201 constant SYS_GETEGID32 (line 212) | SYS_GETEGID32 = 202 constant SYS_SETREUID32 (line 213) | SYS_SETREUID32 = 203 constant SYS_SETREGID32 (line 214) | SYS_SETREGID32 = 204 constant SYS_GETGROUPS32 (line 215) | SYS_GETGROUPS32 = 205 constant SYS_SETGROUPS32 (line 216) | SYS_SETGROUPS32 = 206 constant SYS_FCHOWN32 (line 217) | SYS_FCHOWN32 = 207 constant SYS_SETRESUID32 (line 218) | SYS_SETRESUID32 = 208 constant SYS_GETRESUID32 (line 219) | SYS_GETRESUID32 = 209 constant SYS_SETRESGID32 (line 220) | SYS_SETRESGID32 = 210 constant SYS_GETRESGID32 (line 221) | SYS_GETRESGID32 = 211 constant SYS_CHOWN32 (line 222) | SYS_CHOWN32 = 212 constant SYS_SETUID32 (line 223) | SYS_SETUID32 = 213 constant SYS_SETGID32 (line 224) | SYS_SETGID32 = 214 constant SYS_SETFSUID32 (line 225) | SYS_SETFSUID32 = 215 constant SYS_SETFSGID32 (line 226) | SYS_SETFSGID32 = 216 constant SYS_PIVOT_ROOT (line 227) | SYS_PIVOT_ROOT = 217 constant SYS_MINCORE (line 228) | SYS_MINCORE = 218 constant SYS_MADVISE (line 229) | SYS_MADVISE = 219 constant SYS_GETDENTS64 (line 230) | SYS_GETDENTS64 = 220 constant SYS_FCNTL64 (line 231) | SYS_FCNTL64 = 221 constant SYS_GETTID (line 232) | SYS_GETTID = 224 constant SYS_READAHEAD (line 233) | SYS_READAHEAD = 225 constant SYS_SETXATTR (line 234) | SYS_SETXATTR = 226 constant SYS_LSETXATTR (line 235) | SYS_LSETXATTR = 227 constant SYS_FSETXATTR (line 236) | SYS_FSETXATTR = 228 constant SYS_GETXATTR (line 237) | SYS_GETXATTR = 229 constant SYS_LGETXATTR (line 238) | SYS_LGETXATTR = 230 constant SYS_FGETXATTR (line 239) | SYS_FGETXATTR = 231 constant SYS_LISTXATTR (line 240) | SYS_LISTXATTR = 232 constant SYS_LLISTXATTR (line 241) | SYS_LLISTXATTR = 233 constant SYS_FLISTXATTR (line 242) | SYS_FLISTXATTR = 234 constant SYS_REMOVEXATTR (line 243) | SYS_REMOVEXATTR = 235 constant SYS_LREMOVEXATTR (line 244) | SYS_LREMOVEXATTR = 236 constant SYS_FREMOVEXATTR (line 245) | SYS_FREMOVEXATTR = 237 constant SYS_TKILL (line 246) | SYS_TKILL = 238 constant SYS_SENDFILE64 (line 247) | SYS_SENDFILE64 = 239 constant SYS_FUTEX (line 248) | SYS_FUTEX = 240 constant SYS_SCHED_SETAFFINITY (line 249) | SYS_SCHED_SETAFFINITY = 241 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 242 constant SYS_SET_THREAD_AREA (line 251) | SYS_SET_THREAD_AREA = 243 constant SYS_GET_THREAD_AREA (line 252) | SYS_GET_THREAD_AREA = 244 constant SYS_IO_SETUP (line 253) | SYS_IO_SETUP = 245 constant SYS_IO_DESTROY (line 254) | SYS_IO_DESTROY = 246 constant SYS_IO_GETEVENTS (line 255) | SYS_IO_GETEVENTS = 247 constant SYS_IO_SUBMIT (line 256) | SYS_IO_SUBMIT = 248 constant SYS_IO_CANCEL (line 257) | SYS_IO_CANCEL = 249 constant SYS_FADVISE64 (line 258) | SYS_FADVISE64 = 250 constant SYS_EXIT_GROUP (line 259) | SYS_EXIT_GROUP = 252 constant SYS_LOOKUP_DCOOKIE (line 260) | SYS_LOOKUP_DCOOKIE = 253 constant SYS_EPOLL_CREATE (line 261) | SYS_EPOLL_CREATE = 254 constant SYS_EPOLL_CTL (line 262) | SYS_EPOLL_CTL = 255 constant SYS_EPOLL_WAIT (line 263) | SYS_EPOLL_WAIT = 256 constant SYS_REMAP_FILE_PAGES (line 264) | SYS_REMAP_FILE_PAGES = 257 constant SYS_SET_TID_ADDRESS (line 265) | SYS_SET_TID_ADDRESS = 258 constant SYS_TIMER_CREATE (line 266) | SYS_TIMER_CREATE = 259 constant SYS_TIMER_SETTIME (line 267) | SYS_TIMER_SETTIME = 260 constant SYS_TIMER_GETTIME (line 268) | SYS_TIMER_GETTIME = 261 constant SYS_TIMER_GETOVERRUN (line 269) | SYS_TIMER_GETOVERRUN = 262 constant SYS_TIMER_DELETE (line 270) | SYS_TIMER_DELETE = 263 constant SYS_CLOCK_SETTIME (line 271) | SYS_CLOCK_SETTIME = 264 constant SYS_CLOCK_GETTIME (line 272) | SYS_CLOCK_GETTIME = 265 constant SYS_CLOCK_GETRES (line 273) | SYS_CLOCK_GETRES = 266 constant SYS_CLOCK_NANOSLEEP (line 274) | SYS_CLOCK_NANOSLEEP = 267 constant SYS_STATFS64 (line 275) | SYS_STATFS64 = 268 constant SYS_FSTATFS64 (line 276) | SYS_FSTATFS64 = 269 constant SYS_TGKILL (line 277) | SYS_TGKILL = 270 constant SYS_UTIMES (line 278) | SYS_UTIMES = 271 constant SYS_FADVISE64_64 (line 279) | SYS_FADVISE64_64 = 272 constant SYS_VSERVER (line 280) | SYS_VSERVER = 273 constant SYS_MBIND (line 281) | SYS_MBIND = 274 constant SYS_GET_MEMPOLICY (line 282) | SYS_GET_MEMPOLICY = 275 constant SYS_SET_MEMPOLICY (line 283) | SYS_SET_MEMPOLICY = 276 constant SYS_MQ_OPEN (line 284) | SYS_MQ_OPEN = 277 constant SYS_MQ_UNLINK (line 285) | SYS_MQ_UNLINK = 278 constant SYS_MQ_TIMEDSEND (line 286) | SYS_MQ_TIMEDSEND = 279 constant SYS_MQ_TIMEDRECEIVE (line 287) | SYS_MQ_TIMEDRECEIVE = 280 constant SYS_MQ_NOTIFY (line 288) | SYS_MQ_NOTIFY = 281 constant SYS_MQ_GETSETATTR (line 289) | SYS_MQ_GETSETATTR = 282 constant SYS_KEXEC_LOAD (line 290) | SYS_KEXEC_LOAD = 283 constant SYS_WAITID (line 291) | SYS_WAITID = 284 constant SYS_ADD_KEY (line 292) | SYS_ADD_KEY = 286 constant SYS_REQUEST_KEY (line 293) | SYS_REQUEST_KEY = 287 constant SYS_KEYCTL (line 294) | SYS_KEYCTL = 288 constant SYS_IOPRIO_SET (line 295) | SYS_IOPRIO_SET = 289 constant SYS_IOPRIO_GET (line 296) | SYS_IOPRIO_GET = 290 constant SYS_INOTIFY_INIT (line 297) | SYS_INOTIFY_INIT = 291 constant SYS_INOTIFY_ADD_WATCH (line 298) | SYS_INOTIFY_ADD_WATCH = 292 constant SYS_INOTIFY_RM_WATCH (line 299) | SYS_INOTIFY_RM_WATCH = 293 constant SYS_MIGRATE_PAGES (line 300) | SYS_MIGRATE_PAGES = 294 constant SYS_OPENAT (line 301) | SYS_OPENAT = 295 constant SYS_MKDIRAT (line 302) | SYS_MKDIRAT = 296 constant SYS_MKNODAT (line 303) | SYS_MKNODAT = 297 constant SYS_FCHOWNAT (line 304) | SYS_FCHOWNAT = 298 constant SYS_FUTIMESAT (line 305) | SYS_FUTIMESAT = 299 constant SYS_FSTATAT64 (line 306) | SYS_FSTATAT64 = 300 constant SYS_UNLINKAT (line 307) | SYS_UNLINKAT = 301 constant SYS_RENAMEAT (line 308) | SYS_RENAMEAT = 302 constant SYS_LINKAT (line 309) | SYS_LINKAT = 303 constant SYS_SYMLINKAT (line 310) | SYS_SYMLINKAT = 304 constant SYS_READLINKAT (line 311) | SYS_READLINKAT = 305 constant SYS_FCHMODAT (line 312) | SYS_FCHMODAT = 306 constant SYS_FACCESSAT (line 313) | SYS_FACCESSAT = 307 constant SYS_PSELECT6 (line 314) | SYS_PSELECT6 = 308 constant SYS_PPOLL (line 315) | SYS_PPOLL = 309 constant SYS_UNSHARE (line 316) | SYS_UNSHARE = 310 constant SYS_SET_ROBUST_LIST (line 317) | SYS_SET_ROBUST_LIST = 311 constant SYS_GET_ROBUST_LIST (line 318) | SYS_GET_ROBUST_LIST = 312 constant SYS_SPLICE (line 319) | SYS_SPLICE = 313 constant SYS_SYNC_FILE_RANGE (line 320) | SYS_SYNC_FILE_RANGE = 314 constant SYS_TEE (line 321) | SYS_TEE = 315 constant SYS_VMSPLICE (line 322) | SYS_VMSPLICE = 316 constant SYS_MOVE_PAGES (line 323) | SYS_MOVE_PAGES = 317 constant SYS_GETCPU (line 324) | SYS_GETCPU = 318 constant SYS_EPOLL_PWAIT (line 325) | SYS_EPOLL_PWAIT = 319 constant SYS_UTIMENSAT (line 326) | SYS_UTIMENSAT = 320 constant SYS_SIGNALFD (line 327) | SYS_SIGNALFD = 321 constant SYS_TIMERFD_CREATE (line 328) | SYS_TIMERFD_CREATE = 322 constant SYS_EVENTFD (line 329) | SYS_EVENTFD = 323 constant SYS_FALLOCATE (line 330) | SYS_FALLOCATE = 324 constant SYS_TIMERFD_SETTIME (line 331) | SYS_TIMERFD_SETTIME = 325 constant SYS_TIMERFD_GETTIME (line 332) | SYS_TIMERFD_GETTIME = 326 constant SYS_SIGNALFD4 (line 333) | SYS_SIGNALFD4 = 327 constant SYS_EVENTFD2 (line 334) | SYS_EVENTFD2 = 328 constant SYS_EPOLL_CREATE1 (line 335) | SYS_EPOLL_CREATE1 = 329 constant SYS_DUP3 (line 336) | SYS_DUP3 = 330 constant SYS_PIPE2 (line 337) | SYS_PIPE2 = 331 constant SYS_INOTIFY_INIT1 (line 338) | SYS_INOTIFY_INIT1 = 332 constant SYS_PREADV (line 339) | SYS_PREADV = 333 constant SYS_PWRITEV (line 340) | SYS_PWRITEV = 334 constant SYS_RT_TGSIGQUEUEINFO (line 341) | SYS_RT_TGSIGQUEUEINFO = 335 constant SYS_PERF_EVENT_OPEN (line 342) | SYS_PERF_EVENT_OPEN = 336 constant SYS_RECVMMSG (line 343) | SYS_RECVMMSG = 337 constant SYS_FANOTIFY_INIT (line 344) | SYS_FANOTIFY_INIT = 338 constant SYS_FANOTIFY_MARK (line 345) | SYS_FANOTIFY_MARK = 339 constant SYS_PRLIMIT64 (line 346) | SYS_PRLIMIT64 = 340 constant SYS_NAME_TO_HANDLE_AT (line 347) | SYS_NAME_TO_HANDLE_AT = 341 constant SYS_OPEN_BY_HANDLE_AT (line 348) | SYS_OPEN_BY_HANDLE_AT = 342 constant SYS_CLOCK_ADJTIME (line 349) | SYS_CLOCK_ADJTIME = 343 constant SYS_SYNCFS (line 350) | SYS_SYNCFS = 344 constant SYS_SENDMMSG (line 351) | SYS_SENDMMSG = 345 constant SYS_SETNS (line 352) | SYS_SETNS = 346 constant SYS_PROCESS_VM_READV (line 353) | SYS_PROCESS_VM_READV = 347 constant SYS_PROCESS_VM_WRITEV (line 354) | SYS_PROCESS_VM_WRITEV = 348 constant SYS_KCMP (line 355) | SYS_KCMP = 349 constant SYS_FINIT_MODULE (line 356) | SYS_FINIT_MODULE = 350 constant SYS_SCHED_SETATTR (line 357) | SYS_SCHED_SETATTR = 351 constant SYS_SCHED_GETATTR (line 358) | SYS_SCHED_GETATTR = 352 constant SYS_RENAMEAT2 (line 359) | SYS_RENAMEAT2 = 353 constant SYS_SECCOMP (line 360) | SYS_SECCOMP = 354 constant SYS_GETRANDOM (line 361) | SYS_GETRANDOM = 355 constant SYS_MEMFD_CREATE (line 362) | SYS_MEMFD_CREATE = 356 constant SYS_BPF (line 363) | SYS_BPF = 357 constant SYS_EXECVEAT (line 364) | SYS_EXECVEAT = 358 constant SYS_SOCKET (line 365) | SYS_SOCKET = 359 constant SYS_SOCKETPAIR (line 366) | SYS_SOCKETPAIR = 360 constant SYS_BIND (line 367) | SYS_BIND = 361 constant SYS_CONNECT (line 368) | SYS_CONNECT = 362 constant SYS_LISTEN (line 369) | SYS_LISTEN = 363 constant SYS_ACCEPT4 (line 370) | SYS_ACCEPT4 = 364 constant SYS_GETSOCKOPT (line 371) | SYS_GETSOCKOPT = 365 constant SYS_SETSOCKOPT (line 372) | SYS_SETSOCKOPT = 366 constant SYS_GETSOCKNAME (line 373) | SYS_GETSOCKNAME = 367 constant SYS_GETPEERNAME (line 374) | SYS_GETPEERNAME = 368 constant SYS_SENDTO (line 375) | SYS_SENDTO = 369 constant SYS_SENDMSG (line 376) | SYS_SENDMSG = 370 constant SYS_RECVFROM (line 377) | SYS_RECVFROM = 371 constant SYS_RECVMSG (line 378) | SYS_RECVMSG = 372 constant SYS_SHUTDOWN (line 379) | SYS_SHUTDOWN = 373 constant SYS_USERFAULTFD (line 380) | SYS_USERFAULTFD = 374 constant SYS_MEMBARRIER (line 381) | SYS_MEMBARRIER = 375 constant SYS_MLOCK2 (line 382) | SYS_MLOCK2 = 376 constant SYS_COPY_FILE_RANGE (line 383) | SYS_COPY_FILE_RANGE = 377 constant SYS_PREADV2 (line 384) | SYS_PREADV2 = 378 constant SYS_PWRITEV2 (line 385) | SYS_PWRITEV2 = 379 constant SYS_PKEY_MPROTECT (line 386) | SYS_PKEY_MPROTECT = 380 constant SYS_PKEY_ALLOC (line 387) | SYS_PKEY_ALLOC = 381 constant SYS_PKEY_FREE (line 388) | SYS_PKEY_FREE = 382 constant SYS_STATX (line 389) | SYS_STATX = 383 constant SYS_ARCH_PRCTL (line 390) | SYS_ARCH_PRCTL = 384 constant SYS_IO_PGETEVENTS (line 391) | SYS_IO_PGETEVENTS = 385 constant SYS_RSEQ (line 392) | SYS_RSEQ = 386 constant SYS_SEMGET (line 393) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 394) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 395) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 396) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 397) | SYS_SHMAT = 397 constant SYS_SHMDT (line 398) | SYS_SHMDT = 398 constant SYS_MSGGET (line 399) | SYS_MSGGET = 399 constant SYS_MSGSND (line 400) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 401) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 402) | SYS_MSGCTL = 402 constant SYS_CLOCK_GETTIME64 (line 403) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 404) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 405) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 406) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 407) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 408) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 409) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 410) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 411) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 412) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 413) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 414) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 415) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 416) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 417) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 418) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 419) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 420) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 421) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 422) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 423) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 424) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 425) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 426) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 427) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 428) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 429) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 430) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 431) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 432) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 433) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 434) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 435) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 436) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 437) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 438) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 439) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 440) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 441) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 442) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 443) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 444) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 445) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 446) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 447) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 448) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 449) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 450) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go constant SYS_READ (line 10) | SYS_READ = 0 constant SYS_WRITE (line 11) | SYS_WRITE = 1 constant SYS_OPEN (line 12) | SYS_OPEN = 2 constant SYS_CLOSE (line 13) | SYS_CLOSE = 3 constant SYS_STAT (line 14) | SYS_STAT = 4 constant SYS_FSTAT (line 15) | SYS_FSTAT = 5 constant SYS_LSTAT (line 16) | SYS_LSTAT = 6 constant SYS_POLL (line 17) | SYS_POLL = 7 constant SYS_LSEEK (line 18) | SYS_LSEEK = 8 constant SYS_MMAP (line 19) | SYS_MMAP = 9 constant SYS_MPROTECT (line 20) | SYS_MPROTECT = 10 constant SYS_MUNMAP (line 21) | SYS_MUNMAP = 11 constant SYS_BRK (line 22) | SYS_BRK = 12 constant SYS_RT_SIGACTION (line 23) | SYS_RT_SIGACTION = 13 constant SYS_RT_SIGPROCMASK (line 24) | SYS_RT_SIGPROCMASK = 14 constant SYS_RT_SIGRETURN (line 25) | SYS_RT_SIGRETURN = 15 constant SYS_IOCTL (line 26) | SYS_IOCTL = 16 constant SYS_PREAD64 (line 27) | SYS_PREAD64 = 17 constant SYS_PWRITE64 (line 28) | SYS_PWRITE64 = 18 constant SYS_READV (line 29) | SYS_READV = 19 constant SYS_WRITEV (line 30) | SYS_WRITEV = 20 constant SYS_ACCESS (line 31) | SYS_ACCESS = 21 constant SYS_PIPE (line 32) | SYS_PIPE = 22 constant SYS_SELECT (line 33) | SYS_SELECT = 23 constant SYS_SCHED_YIELD (line 34) | SYS_SCHED_YIELD = 24 constant SYS_MREMAP (line 35) | SYS_MREMAP = 25 constant SYS_MSYNC (line 36) | SYS_MSYNC = 26 constant SYS_MINCORE (line 37) | SYS_MINCORE = 27 constant SYS_MADVISE (line 38) | SYS_MADVISE = 28 constant SYS_SHMGET (line 39) | SYS_SHMGET = 29 constant SYS_SHMAT (line 40) | SYS_SHMAT = 30 constant SYS_SHMCTL (line 41) | SYS_SHMCTL = 31 constant SYS_DUP (line 42) | SYS_DUP = 32 constant SYS_DUP2 (line 43) | SYS_DUP2 = 33 constant SYS_PAUSE (line 44) | SYS_PAUSE = 34 constant SYS_NANOSLEEP (line 45) | SYS_NANOSLEEP = 35 constant SYS_GETITIMER (line 46) | SYS_GETITIMER = 36 constant SYS_ALARM (line 47) | SYS_ALARM = 37 constant SYS_SETITIMER (line 48) | SYS_SETITIMER = 38 constant SYS_GETPID (line 49) | SYS_GETPID = 39 constant SYS_SENDFILE (line 50) | SYS_SENDFILE = 40 constant SYS_SOCKET (line 51) | SYS_SOCKET = 41 constant SYS_CONNECT (line 52) | SYS_CONNECT = 42 constant SYS_ACCEPT (line 53) | SYS_ACCEPT = 43 constant SYS_SENDTO (line 54) | SYS_SENDTO = 44 constant SYS_RECVFROM (line 55) | SYS_RECVFROM = 45 constant SYS_SENDMSG (line 56) | SYS_SENDMSG = 46 constant SYS_RECVMSG (line 57) | SYS_RECVMSG = 47 constant SYS_SHUTDOWN (line 58) | SYS_SHUTDOWN = 48 constant SYS_BIND (line 59) | SYS_BIND = 49 constant SYS_LISTEN (line 60) | SYS_LISTEN = 50 constant SYS_GETSOCKNAME (line 61) | SYS_GETSOCKNAME = 51 constant SYS_GETPEERNAME (line 62) | SYS_GETPEERNAME = 52 constant SYS_SOCKETPAIR (line 63) | SYS_SOCKETPAIR = 53 constant SYS_SETSOCKOPT (line 64) | SYS_SETSOCKOPT = 54 constant SYS_GETSOCKOPT (line 65) | SYS_GETSOCKOPT = 55 constant SYS_CLONE (line 66) | SYS_CLONE = 56 constant SYS_FORK (line 67) | SYS_FORK = 57 constant SYS_VFORK (line 68) | SYS_VFORK = 58 constant SYS_EXECVE (line 69) | SYS_EXECVE = 59 constant SYS_EXIT (line 70) | SYS_EXIT = 60 constant SYS_WAIT4 (line 71) | SYS_WAIT4 = 61 constant SYS_KILL (line 72) | SYS_KILL = 62 constant SYS_UNAME (line 73) | SYS_UNAME = 63 constant SYS_SEMGET (line 74) | SYS_SEMGET = 64 constant SYS_SEMOP (line 75) | SYS_SEMOP = 65 constant SYS_SEMCTL (line 76) | SYS_SEMCTL = 66 constant SYS_SHMDT (line 77) | SYS_SHMDT = 67 constant SYS_MSGGET (line 78) | SYS_MSGGET = 68 constant SYS_MSGSND (line 79) | SYS_MSGSND = 69 constant SYS_MSGRCV (line 80) | SYS_MSGRCV = 70 constant SYS_MSGCTL (line 81) | SYS_MSGCTL = 71 constant SYS_FCNTL (line 82) | SYS_FCNTL = 72 constant SYS_FLOCK (line 83) | SYS_FLOCK = 73 constant SYS_FSYNC (line 84) | SYS_FSYNC = 74 constant SYS_FDATASYNC (line 85) | SYS_FDATASYNC = 75 constant SYS_TRUNCATE (line 86) | SYS_TRUNCATE = 76 constant SYS_FTRUNCATE (line 87) | SYS_FTRUNCATE = 77 constant SYS_GETDENTS (line 88) | SYS_GETDENTS = 78 constant SYS_GETCWD (line 89) | SYS_GETCWD = 79 constant SYS_CHDIR (line 90) | SYS_CHDIR = 80 constant SYS_FCHDIR (line 91) | SYS_FCHDIR = 81 constant SYS_RENAME (line 92) | SYS_RENAME = 82 constant SYS_MKDIR (line 93) | SYS_MKDIR = 83 constant SYS_RMDIR (line 94) | SYS_RMDIR = 84 constant SYS_CREAT (line 95) | SYS_CREAT = 85 constant SYS_LINK (line 96) | SYS_LINK = 86 constant SYS_UNLINK (line 97) | SYS_UNLINK = 87 constant SYS_SYMLINK (line 98) | SYS_SYMLINK = 88 constant SYS_READLINK (line 99) | SYS_READLINK = 89 constant SYS_CHMOD (line 100) | SYS_CHMOD = 90 constant SYS_FCHMOD (line 101) | SYS_FCHMOD = 91 constant SYS_CHOWN (line 102) | SYS_CHOWN = 92 constant SYS_FCHOWN (line 103) | SYS_FCHOWN = 93 constant SYS_LCHOWN (line 104) | SYS_LCHOWN = 94 constant SYS_UMASK (line 105) | SYS_UMASK = 95 constant SYS_GETTIMEOFDAY (line 106) | SYS_GETTIMEOFDAY = 96 constant SYS_GETRLIMIT (line 107) | SYS_GETRLIMIT = 97 constant SYS_GETRUSAGE (line 108) | SYS_GETRUSAGE = 98 constant SYS_SYSINFO (line 109) | SYS_SYSINFO = 99 constant SYS_TIMES (line 110) | SYS_TIMES = 100 constant SYS_PTRACE (line 111) | SYS_PTRACE = 101 constant SYS_GETUID (line 112) | SYS_GETUID = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_GETGID (line 114) | SYS_GETGID = 104 constant SYS_SETUID (line 115) | SYS_SETUID = 105 constant SYS_SETGID (line 116) | SYS_SETGID = 106 constant SYS_GETEUID (line 117) | SYS_GETEUID = 107 constant SYS_GETEGID (line 118) | SYS_GETEGID = 108 constant SYS_SETPGID (line 119) | SYS_SETPGID = 109 constant SYS_GETPPID (line 120) | SYS_GETPPID = 110 constant SYS_GETPGRP (line 121) | SYS_GETPGRP = 111 constant SYS_SETSID (line 122) | SYS_SETSID = 112 constant SYS_SETREUID (line 123) | SYS_SETREUID = 113 constant SYS_SETREGID (line 124) | SYS_SETREGID = 114 constant SYS_GETGROUPS (line 125) | SYS_GETGROUPS = 115 constant SYS_SETGROUPS (line 126) | SYS_SETGROUPS = 116 constant SYS_SETRESUID (line 127) | SYS_SETRESUID = 117 constant SYS_GETRESUID (line 128) | SYS_GETRESUID = 118 constant SYS_SETRESGID (line 129) | SYS_SETRESGID = 119 constant SYS_GETRESGID (line 130) | SYS_GETRESGID = 120 constant SYS_GETPGID (line 131) | SYS_GETPGID = 121 constant SYS_SETFSUID (line 132) | SYS_SETFSUID = 122 constant SYS_SETFSGID (line 133) | SYS_SETFSGID = 123 constant SYS_GETSID (line 134) | SYS_GETSID = 124 constant SYS_CAPGET (line 135) | SYS_CAPGET = 125 constant SYS_CAPSET (line 136) | SYS_CAPSET = 126 constant SYS_RT_SIGPENDING (line 137) | SYS_RT_SIGPENDING = 127 constant SYS_RT_SIGTIMEDWAIT (line 138) | SYS_RT_SIGTIMEDWAIT = 128 constant SYS_RT_SIGQUEUEINFO (line 139) | SYS_RT_SIGQUEUEINFO = 129 constant SYS_RT_SIGSUSPEND (line 140) | SYS_RT_SIGSUSPEND = 130 constant SYS_SIGALTSTACK (line 141) | SYS_SIGALTSTACK = 131 constant SYS_UTIME (line 142) | SYS_UTIME = 132 constant SYS_MKNOD (line 143) | SYS_MKNOD = 133 constant SYS_USELIB (line 144) | SYS_USELIB = 134 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 135 constant SYS_USTAT (line 146) | SYS_USTAT = 136 constant SYS_STATFS (line 147) | SYS_STATFS = 137 constant SYS_FSTATFS (line 148) | SYS_FSTATFS = 138 constant SYS_SYSFS (line 149) | SYS_SYSFS = 139 constant SYS_GETPRIORITY (line 150) | SYS_GETPRIORITY = 140 constant SYS_SETPRIORITY (line 151) | SYS_SETPRIORITY = 141 constant SYS_SCHED_SETPARAM (line 152) | SYS_SCHED_SETPARAM = 142 constant SYS_SCHED_GETPARAM (line 153) | SYS_SCHED_GETPARAM = 143 constant SYS_SCHED_SETSCHEDULER (line 154) | SYS_SCHED_SETSCHEDULER = 144 constant SYS_SCHED_GETSCHEDULER (line 155) | SYS_SCHED_GETSCHEDULER = 145 constant SYS_SCHED_GET_PRIORITY_MAX (line 156) | SYS_SCHED_GET_PRIORITY_MAX = 146 constant SYS_SCHED_GET_PRIORITY_MIN (line 157) | SYS_SCHED_GET_PRIORITY_MIN = 147 constant SYS_SCHED_RR_GET_INTERVAL (line 158) | SYS_SCHED_RR_GET_INTERVAL = 148 constant SYS_MLOCK (line 159) | SYS_MLOCK = 149 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 150 constant SYS_MLOCKALL (line 161) | SYS_MLOCKALL = 151 constant SYS_MUNLOCKALL (line 162) | SYS_MUNLOCKALL = 152 constant SYS_VHANGUP (line 163) | SYS_VHANGUP = 153 constant SYS_MODIFY_LDT (line 164) | SYS_MODIFY_LDT = 154 constant SYS_PIVOT_ROOT (line 165) | SYS_PIVOT_ROOT = 155 constant SYS__SYSCTL (line 166) | SYS__SYSCTL = 156 constant SYS_PRCTL (line 167) | SYS_PRCTL = 157 constant SYS_ARCH_PRCTL (line 168) | SYS_ARCH_PRCTL = 158 constant SYS_ADJTIMEX (line 169) | SYS_ADJTIMEX = 159 constant SYS_SETRLIMIT (line 170) | SYS_SETRLIMIT = 160 constant SYS_CHROOT (line 171) | SYS_CHROOT = 161 constant SYS_SYNC (line 172) | SYS_SYNC = 162 constant SYS_ACCT (line 173) | SYS_ACCT = 163 constant SYS_SETTIMEOFDAY (line 174) | SYS_SETTIMEOFDAY = 164 constant SYS_MOUNT (line 175) | SYS_MOUNT = 165 constant SYS_UMOUNT2 (line 176) | SYS_UMOUNT2 = 166 constant SYS_SWAPON (line 177) | SYS_SWAPON = 167 constant SYS_SWAPOFF (line 178) | SYS_SWAPOFF = 168 constant SYS_REBOOT (line 179) | SYS_REBOOT = 169 constant SYS_SETHOSTNAME (line 180) | SYS_SETHOSTNAME = 170 constant SYS_SETDOMAINNAME (line 181) | SYS_SETDOMAINNAME = 171 constant SYS_IOPL (line 182) | SYS_IOPL = 172 constant SYS_IOPERM (line 183) | SYS_IOPERM = 173 constant SYS_CREATE_MODULE (line 184) | SYS_CREATE_MODULE = 174 constant SYS_INIT_MODULE (line 185) | SYS_INIT_MODULE = 175 constant SYS_DELETE_MODULE (line 186) | SYS_DELETE_MODULE = 176 constant SYS_GET_KERNEL_SYMS (line 187) | SYS_GET_KERNEL_SYMS = 177 constant SYS_QUERY_MODULE (line 188) | SYS_QUERY_MODULE = 178 constant SYS_QUOTACTL (line 189) | SYS_QUOTACTL = 179 constant SYS_NFSSERVCTL (line 190) | SYS_NFSSERVCTL = 180 constant SYS_GETPMSG (line 191) | SYS_GETPMSG = 181 constant SYS_PUTPMSG (line 192) | SYS_PUTPMSG = 182 constant SYS_AFS_SYSCALL (line 193) | SYS_AFS_SYSCALL = 183 constant SYS_TUXCALL (line 194) | SYS_TUXCALL = 184 constant SYS_SECURITY (line 195) | SYS_SECURITY = 185 constant SYS_GETTID (line 196) | SYS_GETTID = 186 constant SYS_READAHEAD (line 197) | SYS_READAHEAD = 187 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 188 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 189 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 190 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 191 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 192 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 193 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 194 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 195 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 196 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 197 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 198 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 199 constant SYS_TKILL (line 210) | SYS_TKILL = 200 constant SYS_TIME (line 211) | SYS_TIME = 201 constant SYS_FUTEX (line 212) | SYS_FUTEX = 202 constant SYS_SCHED_SETAFFINITY (line 213) | SYS_SCHED_SETAFFINITY = 203 constant SYS_SCHED_GETAFFINITY (line 214) | SYS_SCHED_GETAFFINITY = 204 constant SYS_SET_THREAD_AREA (line 215) | SYS_SET_THREAD_AREA = 205 constant SYS_IO_SETUP (line 216) | SYS_IO_SETUP = 206 constant SYS_IO_DESTROY (line 217) | SYS_IO_DESTROY = 207 constant SYS_IO_GETEVENTS (line 218) | SYS_IO_GETEVENTS = 208 constant SYS_IO_SUBMIT (line 219) | SYS_IO_SUBMIT = 209 constant SYS_IO_CANCEL (line 220) | SYS_IO_CANCEL = 210 constant SYS_GET_THREAD_AREA (line 221) | SYS_GET_THREAD_AREA = 211 constant SYS_LOOKUP_DCOOKIE (line 222) | SYS_LOOKUP_DCOOKIE = 212 constant SYS_EPOLL_CREATE (line 223) | SYS_EPOLL_CREATE = 213 constant SYS_EPOLL_CTL_OLD (line 224) | SYS_EPOLL_CTL_OLD = 214 constant SYS_EPOLL_WAIT_OLD (line 225) | SYS_EPOLL_WAIT_OLD = 215 constant SYS_REMAP_FILE_PAGES (line 226) | SYS_REMAP_FILE_PAGES = 216 constant SYS_GETDENTS64 (line 227) | SYS_GETDENTS64 = 217 constant SYS_SET_TID_ADDRESS (line 228) | SYS_SET_TID_ADDRESS = 218 constant SYS_RESTART_SYSCALL (line 229) | SYS_RESTART_SYSCALL = 219 constant SYS_SEMTIMEDOP (line 230) | SYS_SEMTIMEDOP = 220 constant SYS_FADVISE64 (line 231) | SYS_FADVISE64 = 221 constant SYS_TIMER_CREATE (line 232) | SYS_TIMER_CREATE = 222 constant SYS_TIMER_SETTIME (line 233) | SYS_TIMER_SETTIME = 223 constant SYS_TIMER_GETTIME (line 234) | SYS_TIMER_GETTIME = 224 constant SYS_TIMER_GETOVERRUN (line 235) | SYS_TIMER_GETOVERRUN = 225 constant SYS_TIMER_DELETE (line 236) | SYS_TIMER_DELETE = 226 constant SYS_CLOCK_SETTIME (line 237) | SYS_CLOCK_SETTIME = 227 constant SYS_CLOCK_GETTIME (line 238) | SYS_CLOCK_GETTIME = 228 constant SYS_CLOCK_GETRES (line 239) | SYS_CLOCK_GETRES = 229 constant SYS_CLOCK_NANOSLEEP (line 240) | SYS_CLOCK_NANOSLEEP = 230 constant SYS_EXIT_GROUP (line 241) | SYS_EXIT_GROUP = 231 constant SYS_EPOLL_WAIT (line 242) | SYS_EPOLL_WAIT = 232 constant SYS_EPOLL_CTL (line 243) | SYS_EPOLL_CTL = 233 constant SYS_TGKILL (line 244) | SYS_TGKILL = 234 constant SYS_UTIMES (line 245) | SYS_UTIMES = 235 constant SYS_VSERVER (line 246) | SYS_VSERVER = 236 constant SYS_MBIND (line 247) | SYS_MBIND = 237 constant SYS_SET_MEMPOLICY (line 248) | SYS_SET_MEMPOLICY = 238 constant SYS_GET_MEMPOLICY (line 249) | SYS_GET_MEMPOLICY = 239 constant SYS_MQ_OPEN (line 250) | SYS_MQ_OPEN = 240 constant SYS_MQ_UNLINK (line 251) | SYS_MQ_UNLINK = 241 constant SYS_MQ_TIMEDSEND (line 252) | SYS_MQ_TIMEDSEND = 242 constant SYS_MQ_TIMEDRECEIVE (line 253) | SYS_MQ_TIMEDRECEIVE = 243 constant SYS_MQ_NOTIFY (line 254) | SYS_MQ_NOTIFY = 244 constant SYS_MQ_GETSETATTR (line 255) | SYS_MQ_GETSETATTR = 245 constant SYS_KEXEC_LOAD (line 256) | SYS_KEXEC_LOAD = 246 constant SYS_WAITID (line 257) | SYS_WAITID = 247 constant SYS_ADD_KEY (line 258) | SYS_ADD_KEY = 248 constant SYS_REQUEST_KEY (line 259) | SYS_REQUEST_KEY = 249 constant SYS_KEYCTL (line 260) | SYS_KEYCTL = 250 constant SYS_IOPRIO_SET (line 261) | SYS_IOPRIO_SET = 251 constant SYS_IOPRIO_GET (line 262) | SYS_IOPRIO_GET = 252 constant SYS_INOTIFY_INIT (line 263) | SYS_INOTIFY_INIT = 253 constant SYS_INOTIFY_ADD_WATCH (line 264) | SYS_INOTIFY_ADD_WATCH = 254 constant SYS_INOTIFY_RM_WATCH (line 265) | SYS_INOTIFY_RM_WATCH = 255 constant SYS_MIGRATE_PAGES (line 266) | SYS_MIGRATE_PAGES = 256 constant SYS_OPENAT (line 267) | SYS_OPENAT = 257 constant SYS_MKDIRAT (line 268) | SYS_MKDIRAT = 258 constant SYS_MKNODAT (line 269) | SYS_MKNODAT = 259 constant SYS_FCHOWNAT (line 270) | SYS_FCHOWNAT = 260 constant SYS_FUTIMESAT (line 271) | SYS_FUTIMESAT = 261 constant SYS_NEWFSTATAT (line 272) | SYS_NEWFSTATAT = 262 constant SYS_UNLINKAT (line 273) | SYS_UNLINKAT = 263 constant SYS_RENAMEAT (line 274) | SYS_RENAMEAT = 264 constant SYS_LINKAT (line 275) | SYS_LINKAT = 265 constant SYS_SYMLINKAT (line 276) | SYS_SYMLINKAT = 266 constant SYS_READLINKAT (line 277) | SYS_READLINKAT = 267 constant SYS_FCHMODAT (line 278) | SYS_FCHMODAT = 268 constant SYS_FACCESSAT (line 279) | SYS_FACCESSAT = 269 constant SYS_PSELECT6 (line 280) | SYS_PSELECT6 = 270 constant SYS_PPOLL (line 281) | SYS_PPOLL = 271 constant SYS_UNSHARE (line 282) | SYS_UNSHARE = 272 constant SYS_SET_ROBUST_LIST (line 283) | SYS_SET_ROBUST_LIST = 273 constant SYS_GET_ROBUST_LIST (line 284) | SYS_GET_ROBUST_LIST = 274 constant SYS_SPLICE (line 285) | SYS_SPLICE = 275 constant SYS_TEE (line 286) | SYS_TEE = 276 constant SYS_SYNC_FILE_RANGE (line 287) | SYS_SYNC_FILE_RANGE = 277 constant SYS_VMSPLICE (line 288) | SYS_VMSPLICE = 278 constant SYS_MOVE_PAGES (line 289) | SYS_MOVE_PAGES = 279 constant SYS_UTIMENSAT (line 290) | SYS_UTIMENSAT = 280 constant SYS_EPOLL_PWAIT (line 291) | SYS_EPOLL_PWAIT = 281 constant SYS_SIGNALFD (line 292) | SYS_SIGNALFD = 282 constant SYS_TIMERFD_CREATE (line 293) | SYS_TIMERFD_CREATE = 283 constant SYS_EVENTFD (line 294) | SYS_EVENTFD = 284 constant SYS_FALLOCATE (line 295) | SYS_FALLOCATE = 285 constant SYS_TIMERFD_SETTIME (line 296) | SYS_TIMERFD_SETTIME = 286 constant SYS_TIMERFD_GETTIME (line 297) | SYS_TIMERFD_GETTIME = 287 constant SYS_ACCEPT4 (line 298) | SYS_ACCEPT4 = 288 constant SYS_SIGNALFD4 (line 299) | SYS_SIGNALFD4 = 289 constant SYS_EVENTFD2 (line 300) | SYS_EVENTFD2 = 290 constant SYS_EPOLL_CREATE1 (line 301) | SYS_EPOLL_CREATE1 = 291 constant SYS_DUP3 (line 302) | SYS_DUP3 = 292 constant SYS_PIPE2 (line 303) | SYS_PIPE2 = 293 constant SYS_INOTIFY_INIT1 (line 304) | SYS_INOTIFY_INIT1 = 294 constant SYS_PREADV (line 305) | SYS_PREADV = 295 constant SYS_PWRITEV (line 306) | SYS_PWRITEV = 296 constant SYS_RT_TGSIGQUEUEINFO (line 307) | SYS_RT_TGSIGQUEUEINFO = 297 constant SYS_PERF_EVENT_OPEN (line 308) | SYS_PERF_EVENT_OPEN = 298 constant SYS_RECVMMSG (line 309) | SYS_RECVMMSG = 299 constant SYS_FANOTIFY_INIT (line 310) | SYS_FANOTIFY_INIT = 300 constant SYS_FANOTIFY_MARK (line 311) | SYS_FANOTIFY_MARK = 301 constant SYS_PRLIMIT64 (line 312) | SYS_PRLIMIT64 = 302 constant SYS_NAME_TO_HANDLE_AT (line 313) | SYS_NAME_TO_HANDLE_AT = 303 constant SYS_OPEN_BY_HANDLE_AT (line 314) | SYS_OPEN_BY_HANDLE_AT = 304 constant SYS_CLOCK_ADJTIME (line 315) | SYS_CLOCK_ADJTIME = 305 constant SYS_SYNCFS (line 316) | SYS_SYNCFS = 306 constant SYS_SENDMMSG (line 317) | SYS_SENDMMSG = 307 constant SYS_SETNS (line 318) | SYS_SETNS = 308 constant SYS_GETCPU (line 319) | SYS_GETCPU = 309 constant SYS_PROCESS_VM_READV (line 320) | SYS_PROCESS_VM_READV = 310 constant SYS_PROCESS_VM_WRITEV (line 321) | SYS_PROCESS_VM_WRITEV = 311 constant SYS_KCMP (line 322) | SYS_KCMP = 312 constant SYS_FINIT_MODULE (line 323) | SYS_FINIT_MODULE = 313 constant SYS_SCHED_SETATTR (line 324) | SYS_SCHED_SETATTR = 314 constant SYS_SCHED_GETATTR (line 325) | SYS_SCHED_GETATTR = 315 constant SYS_RENAMEAT2 (line 326) | SYS_RENAMEAT2 = 316 constant SYS_SECCOMP (line 327) | SYS_SECCOMP = 317 constant SYS_GETRANDOM (line 328) | SYS_GETRANDOM = 318 constant SYS_MEMFD_CREATE (line 329) | SYS_MEMFD_CREATE = 319 constant SYS_KEXEC_FILE_LOAD (line 330) | SYS_KEXEC_FILE_LOAD = 320 constant SYS_BPF (line 331) | SYS_BPF = 321 constant SYS_EXECVEAT (line 332) | SYS_EXECVEAT = 322 constant SYS_USERFAULTFD (line 333) | SYS_USERFAULTFD = 323 constant SYS_MEMBARRIER (line 334) | SYS_MEMBARRIER = 324 constant SYS_MLOCK2 (line 335) | SYS_MLOCK2 = 325 constant SYS_COPY_FILE_RANGE (line 336) | SYS_COPY_FILE_RANGE = 326 constant SYS_PREADV2 (line 337) | SYS_PREADV2 = 327 constant SYS_PWRITEV2 (line 338) | SYS_PWRITEV2 = 328 constant SYS_PKEY_MPROTECT (line 339) | SYS_PKEY_MPROTECT = 329 constant SYS_PKEY_ALLOC (line 340) | SYS_PKEY_ALLOC = 330 constant SYS_PKEY_FREE (line 341) | SYS_PKEY_FREE = 331 constant SYS_STATX (line 342) | SYS_STATX = 332 constant SYS_IO_PGETEVENTS (line 343) | SYS_IO_PGETEVENTS = 333 constant SYS_RSEQ (line 344) | SYS_RSEQ = 334 constant SYS_PIDFD_SEND_SIGNAL (line 345) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 346) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 347) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 348) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 349) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 350) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 351) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 352) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 353) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 354) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 355) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 356) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 357) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 358) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 359) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 360) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 361) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 362) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 363) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 364) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 365) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 366) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 367) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 368) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 369) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 370) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 371) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 372) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go constant SYS_SYSCALL_MASK (line 10) | SYS_SYSCALL_MASK = 0 constant SYS_RESTART_SYSCALL (line 11) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 12) | SYS_EXIT = 1 constant SYS_FORK (line 13) | SYS_FORK = 2 constant SYS_READ (line 14) | SYS_READ = 3 constant SYS_WRITE (line 15) | SYS_WRITE = 4 constant SYS_OPEN (line 16) | SYS_OPEN = 5 constant SYS_CLOSE (line 17) | SYS_CLOSE = 6 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 25) | SYS_LCHOWN = 16 constant SYS_LSEEK (line 26) | SYS_LSEEK = 19 constant SYS_GETPID (line 27) | SYS_GETPID = 20 constant SYS_MOUNT (line 28) | SYS_MOUNT = 21 constant SYS_SETUID (line 29) | SYS_SETUID = 23 constant SYS_GETUID (line 30) | SYS_GETUID = 24 constant SYS_PTRACE (line 31) | SYS_PTRACE = 26 constant SYS_PAUSE (line 32) | SYS_PAUSE = 29 constant SYS_ACCESS (line 33) | SYS_ACCESS = 33 constant SYS_NICE (line 34) | SYS_NICE = 34 constant SYS_SYNC (line 35) | SYS_SYNC = 36 constant SYS_KILL (line 36) | SYS_KILL = 37 constant SYS_RENAME (line 37) | SYS_RENAME = 38 constant SYS_MKDIR (line 38) | SYS_MKDIR = 39 constant SYS_RMDIR (line 39) | SYS_RMDIR = 40 constant SYS_DUP (line 40) | SYS_DUP = 41 constant SYS_PIPE (line 41) | SYS_PIPE = 42 constant SYS_TIMES (line 42) | SYS_TIMES = 43 constant SYS_BRK (line 43) | SYS_BRK = 45 constant SYS_SETGID (line 44) | SYS_SETGID = 46 constant SYS_GETGID (line 45) | SYS_GETGID = 47 constant SYS_GETEUID (line 46) | SYS_GETEUID = 49 constant SYS_GETEGID (line 47) | SYS_GETEGID = 50 constant SYS_ACCT (line 48) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 49) | SYS_UMOUNT2 = 52 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_FCNTL (line 51) | SYS_FCNTL = 55 constant SYS_SETPGID (line 52) | SYS_SETPGID = 57 constant SYS_UMASK (line 53) | SYS_UMASK = 60 constant SYS_CHROOT (line 54) | SYS_CHROOT = 61 constant SYS_USTAT (line 55) | SYS_USTAT = 62 constant SYS_DUP2 (line 56) | SYS_DUP2 = 63 constant SYS_GETPPID (line 57) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 58) | SYS_GETPGRP = 65 constant SYS_SETSID (line 59) | SYS_SETSID = 66 constant SYS_SIGACTION (line 60) | SYS_SIGACTION = 67 constant SYS_SETREUID (line 61) | SYS_SETREUID = 70 constant SYS_SETREGID (line 62) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 63) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 64) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 65) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 66) | SYS_SETRLIMIT = 75 constant SYS_GETRUSAGE (line 67) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 68) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 69) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 70) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 71) | SYS_SETGROUPS = 81 constant SYS_SYMLINK (line 72) | SYS_SYMLINK = 83 constant SYS_READLINK (line 73) | SYS_READLINK = 85 constant SYS_USELIB (line 74) | SYS_USELIB = 86 constant SYS_SWAPON (line 75) | SYS_SWAPON = 87 constant SYS_REBOOT (line 76) | SYS_REBOOT = 88 constant SYS_MUNMAP (line 77) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 78) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 79) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 80) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 82) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 83) | SYS_SETPRIORITY = 97 constant SYS_STATFS (line 84) | SYS_STATFS = 99 constant SYS_FSTATFS (line 85) | SYS_FSTATFS = 100 constant SYS_SYSLOG (line 86) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 87) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 88) | SYS_GETITIMER = 105 constant SYS_STAT (line 89) | SYS_STAT = 106 constant SYS_LSTAT (line 90) | SYS_LSTAT = 107 constant SYS_FSTAT (line 91) | SYS_FSTAT = 108 constant SYS_VHANGUP (line 92) | SYS_VHANGUP = 111 constant SYS_WAIT4 (line 93) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 94) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 95) | SYS_SYSINFO = 116 constant SYS_FSYNC (line 96) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 97) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 98) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 99) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 100) | SYS_UNAME = 122 constant SYS_ADJTIMEX (line 101) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 102) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 103) | SYS_SIGPROCMASK = 126 constant SYS_INIT_MODULE (line 104) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 105) | SYS_DELETE_MODULE = 129 constant SYS_QUOTACTL (line 106) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 107) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 108) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 109) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 110) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 111) | SYS_PERSONALITY = 136 constant SYS_SETFSUID (line 112) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 113) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 114) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 115) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 116) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 117) | SYS_FLOCK = 143 constant SYS_MSYNC (line 118) | SYS_MSYNC = 144 constant SYS_READV (line 119) | SYS_READV = 145 constant SYS_WRITEV (line 120) | SYS_WRITEV = 146 constant SYS_GETSID (line 121) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 122) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 123) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 124) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 125) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 126) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 127) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 128) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 129) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 130) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 131) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 132) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 133) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 134) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 135) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 136) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 137) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 138) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 139) | SYS_GETRESUID = 165 constant SYS_POLL (line 140) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 141) | SYS_NFSSERVCTL = 169 constant SYS_SETRESGID (line 142) | SYS_SETRESGID = 170 constant SYS_GETRESGID (line 143) | SYS_GETRESGID = 171 constant SYS_PRCTL (line 144) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 145) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 146) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 147) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 148) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 149) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 150) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 151) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 152) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 153) | SYS_PWRITE64 = 181 constant SYS_CHOWN (line 154) | SYS_CHOWN = 182 constant SYS_GETCWD (line 155) | SYS_GETCWD = 183 constant SYS_CAPGET (line 156) | SYS_CAPGET = 184 constant SYS_CAPSET (line 157) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 158) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 159) | SYS_SENDFILE = 187 constant SYS_VFORK (line 160) | SYS_VFORK = 190 constant SYS_UGETRLIMIT (line 161) | SYS_UGETRLIMIT = 191 constant SYS_MMAP2 (line 162) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 163) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 164) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 165) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 166) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 167) | SYS_FSTAT64 = 197 constant SYS_LCHOWN32 (line 168) | SYS_LCHOWN32 = 198 constant SYS_GETUID32 (line 169) | SYS_GETUID32 = 199 constant SYS_GETGID32 (line 170) | SYS_GETGID32 = 200 constant SYS_GETEUID32 (line 171) | SYS_GETEUID32 = 201 constant SYS_GETEGID32 (line 172) | SYS_GETEGID32 = 202 constant SYS_SETREUID32 (line 173) | SYS_SETREUID32 = 203 constant SYS_SETREGID32 (line 174) | SYS_SETREGID32 = 204 constant SYS_GETGROUPS32 (line 175) | SYS_GETGROUPS32 = 205 constant SYS_SETGROUPS32 (line 176) | SYS_SETGROUPS32 = 206 constant SYS_FCHOWN32 (line 177) | SYS_FCHOWN32 = 207 constant SYS_SETRESUID32 (line 178) | SYS_SETRESUID32 = 208 constant SYS_GETRESUID32 (line 179) | SYS_GETRESUID32 = 209 constant SYS_SETRESGID32 (line 180) | SYS_SETRESGID32 = 210 constant SYS_GETRESGID32 (line 181) | SYS_GETRESGID32 = 211 constant SYS_CHOWN32 (line 182) | SYS_CHOWN32 = 212 constant SYS_SETUID32 (line 183) | SYS_SETUID32 = 213 constant SYS_SETGID32 (line 184) | SYS_SETGID32 = 214 constant SYS_SETFSUID32 (line 185) | SYS_SETFSUID32 = 215 constant SYS_SETFSGID32 (line 186) | SYS_SETFSGID32 = 216 constant SYS_GETDENTS64 (line 187) | SYS_GETDENTS64 = 217 constant SYS_PIVOT_ROOT (line 188) | SYS_PIVOT_ROOT = 218 constant SYS_MINCORE (line 189) | SYS_MINCORE = 219 constant SYS_MADVISE (line 190) | SYS_MADVISE = 220 constant SYS_FCNTL64 (line 191) | SYS_FCNTL64 = 221 constant SYS_GETTID (line 192) | SYS_GETTID = 224 constant SYS_READAHEAD (line 193) | SYS_READAHEAD = 225 constant SYS_SETXATTR (line 194) | SYS_SETXATTR = 226 constant SYS_LSETXATTR (line 195) | SYS_LSETXATTR = 227 constant SYS_FSETXATTR (line 196) | SYS_FSETXATTR = 228 constant SYS_GETXATTR (line 197) | SYS_GETXATTR = 229 constant SYS_LGETXATTR (line 198) | SYS_LGETXATTR = 230 constant SYS_FGETXATTR (line 199) | SYS_FGETXATTR = 231 constant SYS_LISTXATTR (line 200) | SYS_LISTXATTR = 232 constant SYS_LLISTXATTR (line 201) | SYS_LLISTXATTR = 233 constant SYS_FLISTXATTR (line 202) | SYS_FLISTXATTR = 234 constant SYS_REMOVEXATTR (line 203) | SYS_REMOVEXATTR = 235 constant SYS_LREMOVEXATTR (line 204) | SYS_LREMOVEXATTR = 236 constant SYS_FREMOVEXATTR (line 205) | SYS_FREMOVEXATTR = 237 constant SYS_TKILL (line 206) | SYS_TKILL = 238 constant SYS_SENDFILE64 (line 207) | SYS_SENDFILE64 = 239 constant SYS_FUTEX (line 208) | SYS_FUTEX = 240 constant SYS_SCHED_SETAFFINITY (line 209) | SYS_SCHED_SETAFFINITY = 241 constant SYS_SCHED_GETAFFINITY (line 210) | SYS_SCHED_GETAFFINITY = 242 constant SYS_IO_SETUP (line 211) | SYS_IO_SETUP = 243 constant SYS_IO_DESTROY (line 212) | SYS_IO_DESTROY = 244 constant SYS_IO_GETEVENTS (line 213) | SYS_IO_GETEVENTS = 245 constant SYS_IO_SUBMIT (line 214) | SYS_IO_SUBMIT = 246 constant SYS_IO_CANCEL (line 215) | SYS_IO_CANCEL = 247 constant SYS_EXIT_GROUP (line 216) | SYS_EXIT_GROUP = 248 constant SYS_LOOKUP_DCOOKIE (line 217) | SYS_LOOKUP_DCOOKIE = 249 constant SYS_EPOLL_CREATE (line 218) | SYS_EPOLL_CREATE = 250 constant SYS_EPOLL_CTL (line 219) | SYS_EPOLL_CTL = 251 constant SYS_EPOLL_WAIT (line 220) | SYS_EPOLL_WAIT = 252 constant SYS_REMAP_FILE_PAGES (line 221) | SYS_REMAP_FILE_PAGES = 253 constant SYS_SET_TID_ADDRESS (line 222) | SYS_SET_TID_ADDRESS = 256 constant SYS_TIMER_CREATE (line 223) | SYS_TIMER_CREATE = 257 constant SYS_TIMER_SETTIME (line 224) | SYS_TIMER_SETTIME = 258 constant SYS_TIMER_GETTIME (line 225) | SYS_TIMER_GETTIME = 259 constant SYS_TIMER_GETOVERRUN (line 226) | SYS_TIMER_GETOVERRUN = 260 constant SYS_TIMER_DELETE (line 227) | SYS_TIMER_DELETE = 261 constant SYS_CLOCK_SETTIME (line 228) | SYS_CLOCK_SETTIME = 262 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 263 constant SYS_CLOCK_GETRES (line 230) | SYS_CLOCK_GETRES = 264 constant SYS_CLOCK_NANOSLEEP (line 231) | SYS_CLOCK_NANOSLEEP = 265 constant SYS_STATFS64 (line 232) | SYS_STATFS64 = 266 constant SYS_FSTATFS64 (line 233) | SYS_FSTATFS64 = 267 constant SYS_TGKILL (line 234) | SYS_TGKILL = 268 constant SYS_UTIMES (line 235) | SYS_UTIMES = 269 constant SYS_ARM_FADVISE64_64 (line 236) | SYS_ARM_FADVISE64_64 = 270 constant SYS_PCICONFIG_IOBASE (line 237) | SYS_PCICONFIG_IOBASE = 271 constant SYS_PCICONFIG_READ (line 238) | SYS_PCICONFIG_READ = 272 constant SYS_PCICONFIG_WRITE (line 239) | SYS_PCICONFIG_WRITE = 273 constant SYS_MQ_OPEN (line 240) | SYS_MQ_OPEN = 274 constant SYS_MQ_UNLINK (line 241) | SYS_MQ_UNLINK = 275 constant SYS_MQ_TIMEDSEND (line 242) | SYS_MQ_TIMEDSEND = 276 constant SYS_MQ_TIMEDRECEIVE (line 243) | SYS_MQ_TIMEDRECEIVE = 277 constant SYS_MQ_NOTIFY (line 244) | SYS_MQ_NOTIFY = 278 constant SYS_MQ_GETSETATTR (line 245) | SYS_MQ_GETSETATTR = 279 constant SYS_WAITID (line 246) | SYS_WAITID = 280 constant SYS_SOCKET (line 247) | SYS_SOCKET = 281 constant SYS_BIND (line 248) | SYS_BIND = 282 constant SYS_CONNECT (line 249) | SYS_CONNECT = 283 constant SYS_LISTEN (line 250) | SYS_LISTEN = 284 constant SYS_ACCEPT (line 251) | SYS_ACCEPT = 285 constant SYS_GETSOCKNAME (line 252) | SYS_GETSOCKNAME = 286 constant SYS_GETPEERNAME (line 253) | SYS_GETPEERNAME = 287 constant SYS_SOCKETPAIR (line 254) | SYS_SOCKETPAIR = 288 constant SYS_SEND (line 255) | SYS_SEND = 289 constant SYS_SENDTO (line 256) | SYS_SENDTO = 290 constant SYS_RECV (line 257) | SYS_RECV = 291 constant SYS_RECVFROM (line 258) | SYS_RECVFROM = 292 constant SYS_SHUTDOWN (line 259) | SYS_SHUTDOWN = 293 constant SYS_SETSOCKOPT (line 260) | SYS_SETSOCKOPT = 294 constant SYS_GETSOCKOPT (line 261) | SYS_GETSOCKOPT = 295 constant SYS_SENDMSG (line 262) | SYS_SENDMSG = 296 constant SYS_RECVMSG (line 263) | SYS_RECVMSG = 297 constant SYS_SEMOP (line 264) | SYS_SEMOP = 298 constant SYS_SEMGET (line 265) | SYS_SEMGET = 299 constant SYS_SEMCTL (line 266) | SYS_SEMCTL = 300 constant SYS_MSGSND (line 267) | SYS_MSGSND = 301 constant SYS_MSGRCV (line 268) | SYS_MSGRCV = 302 constant SYS_MSGGET (line 269) | SYS_MSGGET = 303 constant SYS_MSGCTL (line 270) | SYS_MSGCTL = 304 constant SYS_SHMAT (line 271) | SYS_SHMAT = 305 constant SYS_SHMDT (line 272) | SYS_SHMDT = 306 constant SYS_SHMGET (line 273) | SYS_SHMGET = 307 constant SYS_SHMCTL (line 274) | SYS_SHMCTL = 308 constant SYS_ADD_KEY (line 275) | SYS_ADD_KEY = 309 constant SYS_REQUEST_KEY (line 276) | SYS_REQUEST_KEY = 310 constant SYS_KEYCTL (line 277) | SYS_KEYCTL = 311 constant SYS_SEMTIMEDOP (line 278) | SYS_SEMTIMEDOP = 312 constant SYS_VSERVER (line 279) | SYS_VSERVER = 313 constant SYS_IOPRIO_SET (line 280) | SYS_IOPRIO_SET = 314 constant SYS_IOPRIO_GET (line 281) | SYS_IOPRIO_GET = 315 constant SYS_INOTIFY_INIT (line 282) | SYS_INOTIFY_INIT = 316 constant SYS_INOTIFY_ADD_WATCH (line 283) | SYS_INOTIFY_ADD_WATCH = 317 constant SYS_INOTIFY_RM_WATCH (line 284) | SYS_INOTIFY_RM_WATCH = 318 constant SYS_MBIND (line 285) | SYS_MBIND = 319 constant SYS_GET_MEMPOLICY (line 286) | SYS_GET_MEMPOLICY = 320 constant SYS_SET_MEMPOLICY (line 287) | SYS_SET_MEMPOLICY = 321 constant SYS_OPENAT (line 288) | SYS_OPENAT = 322 constant SYS_MKDIRAT (line 289) | SYS_MKDIRAT = 323 constant SYS_MKNODAT (line 290) | SYS_MKNODAT = 324 constant SYS_FCHOWNAT (line 291) | SYS_FCHOWNAT = 325 constant SYS_FUTIMESAT (line 292) | SYS_FUTIMESAT = 326 constant SYS_FSTATAT64 (line 293) | SYS_FSTATAT64 = 327 constant SYS_UNLINKAT (line 294) | SYS_UNLINKAT = 328 constant SYS_RENAMEAT (line 295) | SYS_RENAMEAT = 329 constant SYS_LINKAT (line 296) | SYS_LINKAT = 330 constant SYS_SYMLINKAT (line 297) | SYS_SYMLINKAT = 331 constant SYS_READLINKAT (line 298) | SYS_READLINKAT = 332 constant SYS_FCHMODAT (line 299) | SYS_FCHMODAT = 333 constant SYS_FACCESSAT (line 300) | SYS_FACCESSAT = 334 constant SYS_PSELECT6 (line 301) | SYS_PSELECT6 = 335 constant SYS_PPOLL (line 302) | SYS_PPOLL = 336 constant SYS_UNSHARE (line 303) | SYS_UNSHARE = 337 constant SYS_SET_ROBUST_LIST (line 304) | SYS_SET_ROBUST_LIST = 338 constant SYS_GET_ROBUST_LIST (line 305) | SYS_GET_ROBUST_LIST = 339 constant SYS_SPLICE (line 306) | SYS_SPLICE = 340 constant SYS_ARM_SYNC_FILE_RANGE (line 307) | SYS_ARM_SYNC_FILE_RANGE = 341 constant SYS_TEE (line 308) | SYS_TEE = 342 constant SYS_VMSPLICE (line 309) | SYS_VMSPLICE = 343 constant SYS_MOVE_PAGES (line 310) | SYS_MOVE_PAGES = 344 constant SYS_GETCPU (line 311) | SYS_GETCPU = 345 constant SYS_EPOLL_PWAIT (line 312) | SYS_EPOLL_PWAIT = 346 constant SYS_KEXEC_LOAD (line 313) | SYS_KEXEC_LOAD = 347 constant SYS_UTIMENSAT (line 314) | SYS_UTIMENSAT = 348 constant SYS_SIGNALFD (line 315) | SYS_SIGNALFD = 349 constant SYS_TIMERFD_CREATE (line 316) | SYS_TIMERFD_CREATE = 350 constant SYS_EVENTFD (line 317) | SYS_EVENTFD = 351 constant SYS_FALLOCATE (line 318) | SYS_FALLOCATE = 352 constant SYS_TIMERFD_SETTIME (line 319) | SYS_TIMERFD_SETTIME = 353 constant SYS_TIMERFD_GETTIME (line 320) | SYS_TIMERFD_GETTIME = 354 constant SYS_SIGNALFD4 (line 321) | SYS_SIGNALFD4 = 355 constant SYS_EVENTFD2 (line 322) | SYS_EVENTFD2 = 356 constant SYS_EPOLL_CREATE1 (line 323) | SYS_EPOLL_CREATE1 = 357 constant SYS_DUP3 (line 324) | SYS_DUP3 = 358 constant SYS_PIPE2 (line 325) | SYS_PIPE2 = 359 constant SYS_INOTIFY_INIT1 (line 326) | SYS_INOTIFY_INIT1 = 360 constant SYS_PREADV (line 327) | SYS_PREADV = 361 constant SYS_PWRITEV (line 328) | SYS_PWRITEV = 362 constant SYS_RT_TGSIGQUEUEINFO (line 329) | SYS_RT_TGSIGQUEUEINFO = 363 constant SYS_PERF_EVENT_OPEN (line 330) | SYS_PERF_EVENT_OPEN = 364 constant SYS_RECVMMSG (line 331) | SYS_RECVMMSG = 365 constant SYS_ACCEPT4 (line 332) | SYS_ACCEPT4 = 366 constant SYS_FANOTIFY_INIT (line 333) | SYS_FANOTIFY_INIT = 367 constant SYS_FANOTIFY_MARK (line 334) | SYS_FANOTIFY_MARK = 368 constant SYS_PRLIMIT64 (line 335) | SYS_PRLIMIT64 = 369 constant SYS_NAME_TO_HANDLE_AT (line 336) | SYS_NAME_TO_HANDLE_AT = 370 constant SYS_OPEN_BY_HANDLE_AT (line 337) | SYS_OPEN_BY_HANDLE_AT = 371 constant SYS_CLOCK_ADJTIME (line 338) | SYS_CLOCK_ADJTIME = 372 constant SYS_SYNCFS (line 339) | SYS_SYNCFS = 373 constant SYS_SENDMMSG (line 340) | SYS_SENDMMSG = 374 constant SYS_SETNS (line 341) | SYS_SETNS = 375 constant SYS_PROCESS_VM_READV (line 342) | SYS_PROCESS_VM_READV = 376 constant SYS_PROCESS_VM_WRITEV (line 343) | SYS_PROCESS_VM_WRITEV = 377 constant SYS_KCMP (line 344) | SYS_KCMP = 378 constant SYS_FINIT_MODULE (line 345) | SYS_FINIT_MODULE = 379 constant SYS_SCHED_SETATTR (line 346) | SYS_SCHED_SETATTR = 380 constant SYS_SCHED_GETATTR (line 347) | SYS_SCHED_GETATTR = 381 constant SYS_RENAMEAT2 (line 348) | SYS_RENAMEAT2 = 382 constant SYS_SECCOMP (line 349) | SYS_SECCOMP = 383 constant SYS_GETRANDOM (line 350) | SYS_GETRANDOM = 384 constant SYS_MEMFD_CREATE (line 351) | SYS_MEMFD_CREATE = 385 constant SYS_BPF (line 352) | SYS_BPF = 386 constant SYS_EXECVEAT (line 353) | SYS_EXECVEAT = 387 constant SYS_USERFAULTFD (line 354) | SYS_USERFAULTFD = 388 constant SYS_MEMBARRIER (line 355) | SYS_MEMBARRIER = 389 constant SYS_MLOCK2 (line 356) | SYS_MLOCK2 = 390 constant SYS_COPY_FILE_RANGE (line 357) | SYS_COPY_FILE_RANGE = 391 constant SYS_PREADV2 (line 358) | SYS_PREADV2 = 392 constant SYS_PWRITEV2 (line 359) | SYS_PWRITEV2 = 393 constant SYS_PKEY_MPROTECT (line 360) | SYS_PKEY_MPROTECT = 394 constant SYS_PKEY_ALLOC (line 361) | SYS_PKEY_ALLOC = 395 constant SYS_PKEY_FREE (line 362) | SYS_PKEY_FREE = 396 constant SYS_STATX (line 363) | SYS_STATX = 397 constant SYS_RSEQ (line 364) | SYS_RSEQ = 398 constant SYS_IO_PGETEVENTS (line 365) | SYS_IO_PGETEVENTS = 399 constant SYS_MIGRATE_PAGES (line 366) | SYS_MIGRATE_PAGES = 400 constant SYS_KEXEC_FILE_LOAD (line 367) | SYS_KEXEC_FILE_LOAD = 401 constant SYS_CLOCK_GETTIME64 (line 368) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 369) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 370) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 371) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 372) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 373) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 374) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 375) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 376) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 377) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 378) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 379) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 380) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 381) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 382) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 383) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 384) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 385) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 386) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 387) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 388) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 389) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 390) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 391) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 392) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 393) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 394) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 395) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 396) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 397) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 398) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 399) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 400) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 401) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 402) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 403) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 404) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 405) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 406) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 407) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 408) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 409) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 410) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 411) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 412) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 413) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 414) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go constant SYS_IO_SETUP (line 10) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 11) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 12) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 13) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 14) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 15) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 16) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 17) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 18) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 19) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 20) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 21) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 22) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 23) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 24) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 25) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 26) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 27) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 28) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 29) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 30) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 31) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 32) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 33) | SYS_DUP = 23 constant SYS_DUP3 (line 34) | SYS_DUP3 = 24 constant SYS_FCNTL (line 35) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 36) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 37) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 38) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 39) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 40) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 41) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 42) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 43) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 44) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 45) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 46) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 47) | SYS_LINKAT = 37 constant SYS_RENAMEAT (line 48) | SYS_RENAMEAT = 38 constant SYS_UMOUNT2 (line 49) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 50) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 51) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 52) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 53) | SYS_STATFS = 43 constant SYS_FSTATFS (line 54) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 55) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 56) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 57) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 58) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 59) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 60) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 61) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 62) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 63) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 64) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 65) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 66) | SYS_OPENAT = 56 constant SYS_CLOSE (line 67) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 68) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 69) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 70) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 71) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 72) | SYS_LSEEK = 62 constant SYS_READ (line 73) | SYS_READ = 63 constant SYS_WRITE (line 74) | SYS_WRITE = 64 constant SYS_READV (line 75) | SYS_READV = 65 constant SYS_WRITEV (line 76) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 77) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 78) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 79) | SYS_PREADV = 69 constant SYS_PWRITEV (line 80) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 81) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 82) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 83) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 84) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 85) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 86) | SYS_SPLICE = 76 constant SYS_TEE (line 87) | SYS_TEE = 77 constant SYS_READLINKAT (line 88) | SYS_READLINKAT = 78 constant SYS_FSTATAT (line 89) | SYS_FSTATAT = 79 constant SYS_FSTAT (line 90) | SYS_FSTAT = 80 constant SYS_SYNC (line 91) | SYS_SYNC = 81 constant SYS_FSYNC (line 92) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 93) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 94) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 95) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 96) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 97) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 98) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 99) | SYS_ACCT = 89 constant SYS_CAPGET (line 100) | SYS_CAPGET = 90 constant SYS_CAPSET (line 101) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 102) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 103) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 104) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 105) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 106) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 107) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 108) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 109) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 110) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 111) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 112) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 114) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 115) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 116) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 117) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 118) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 119) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 120) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 121) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 122) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 123) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 124) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 125) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 126) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 127) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 128) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 129) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 130) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 131) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 132) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 133) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 134) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 135) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 136) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 137) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 138) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 139) | SYS_KILL = 129 constant SYS_TKILL (line 140) | SYS_TKILL = 130 constant SYS_TGKILL (line 141) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 142) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 143) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 144) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 145) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 146) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 147) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 148) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 149) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 150) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 151) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 152) | SYS_REBOOT = 142 constant SYS_SETREGID (line 153) | SYS_SETREGID = 143 constant SYS_SETGID (line 154) | SYS_SETGID = 144 constant SYS_SETREUID (line 155) | SYS_SETREUID = 145 constant SYS_SETUID (line 156) | SYS_SETUID = 146 constant SYS_SETRESUID (line 157) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 158) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 159) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 160) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 161) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 162) | SYS_SETFSGID = 152 constant SYS_TIMES (line 163) | SYS_TIMES = 153 constant SYS_SETPGID (line 164) | SYS_SETPGID = 154 constant SYS_GETPGID (line 165) | SYS_GETPGID = 155 constant SYS_GETSID (line 166) | SYS_GETSID = 156 constant SYS_SETSID (line 167) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 168) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 169) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 170) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 171) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 172) | SYS_SETDOMAINNAME = 162 constant SYS_GETRLIMIT (line 173) | SYS_GETRLIMIT = 163 constant SYS_SETRLIMIT (line 174) | SYS_SETRLIMIT = 164 constant SYS_GETRUSAGE (line 175) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 176) | SYS_UMASK = 166 constant SYS_PRCTL (line 177) | SYS_PRCTL = 167 constant SYS_GETCPU (line 178) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 179) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 180) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 181) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 182) | SYS_GETPID = 172 constant SYS_GETPPID (line 183) | SYS_GETPPID = 173 constant SYS_GETUID (line 184) | SYS_GETUID = 174 constant SYS_GETEUID (line 185) | SYS_GETEUID = 175 constant SYS_GETGID (line 186) | SYS_GETGID = 176 constant SYS_GETEGID (line 187) | SYS_GETEGID = 177 constant SYS_GETTID (line 188) | SYS_GETTID = 178 constant SYS_SYSINFO (line 189) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 190) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 191) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 192) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 193) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 194) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 195) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 196) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 197) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 198) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 199) | SYS_MSGSND = 189 constant SYS_SEMGET (line 200) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 201) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 202) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 203) | SYS_SEMOP = 193 constant SYS_SHMGET (line 204) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 205) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 206) | SYS_SHMAT = 196 constant SYS_SHMDT (line 207) | SYS_SHMDT = 197 constant SYS_SOCKET (line 208) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 209) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 210) | SYS_BIND = 200 constant SYS_LISTEN (line 211) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 212) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 213) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 214) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 215) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 216) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 217) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 218) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 219) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 220) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 221) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 222) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 223) | SYS_READAHEAD = 213 constant SYS_BRK (line 224) | SYS_BRK = 214 constant SYS_MUNMAP (line 225) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 226) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 227) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 228) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 229) | SYS_KEYCTL = 219 constant SYS_CLONE (line 230) | SYS_CLONE = 220 constant SYS_EXECVE (line 231) | SYS_EXECVE = 221 constant SYS_MMAP (line 232) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 233) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 234) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 235) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 236) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 237) | SYS_MSYNC = 227 constant SYS_MLOCK (line 238) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 239) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 240) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 241) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 242) | SYS_MINCORE = 232 constant SYS_MADVISE (line 243) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 244) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 245) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 246) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 247) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 248) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 249) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 250) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 251) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 252) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 253) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 254) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_WAIT4 (line 255) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 256) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 257) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 258) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 259) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 260) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 261) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 262) | SYS_SYNCFS = 267 constant SYS_SETNS (line 263) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 264) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 265) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 266) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 267) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 268) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 269) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 270) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 271) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 272) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 273) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 274) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 275) | SYS_BPF = 280 constant SYS_EXECVEAT (line 276) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 277) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 278) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 279) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 280) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 281) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 282) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 283) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 284) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 285) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 286) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 287) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 288) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 289) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 290) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 291) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 292) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 293) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 294) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 295) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 296) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 297) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 298) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 299) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 300) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 301) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 302) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 303) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 304) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 305) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 306) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 307) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 308) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 309) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 310) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 311) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 312) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 313) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 314) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 315) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 316) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 317) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go constant SYS_IO_SETUP (line 10) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 11) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 12) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 13) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 14) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 15) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 16) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 17) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 18) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 19) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 20) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 21) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 22) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 23) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 24) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 25) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 26) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 27) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 28) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 29) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 30) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 31) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 32) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 33) | SYS_DUP = 23 constant SYS_DUP3 (line 34) | SYS_DUP3 = 24 constant SYS_FCNTL (line 35) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 36) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 37) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 38) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 39) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 40) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 41) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 42) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 43) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 44) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 45) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 46) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 47) | SYS_LINKAT = 37 constant SYS_UMOUNT2 (line 48) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 49) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 50) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 51) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 52) | SYS_STATFS = 43 constant SYS_FSTATFS (line 53) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 54) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 55) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 56) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 57) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 58) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 59) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 60) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 61) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 62) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 63) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 64) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 65) | SYS_OPENAT = 56 constant SYS_CLOSE (line 66) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 67) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 68) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 69) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 70) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 71) | SYS_LSEEK = 62 constant SYS_READ (line 72) | SYS_READ = 63 constant SYS_WRITE (line 73) | SYS_WRITE = 64 constant SYS_READV (line 74) | SYS_READV = 65 constant SYS_WRITEV (line 75) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 76) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 77) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 78) | SYS_PREADV = 69 constant SYS_PWRITEV (line 79) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 80) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 81) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 82) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 83) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 84) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 85) | SYS_SPLICE = 76 constant SYS_TEE (line 86) | SYS_TEE = 77 constant SYS_READLINKAT (line 87) | SYS_READLINKAT = 78 constant SYS_SYNC (line 88) | SYS_SYNC = 81 constant SYS_FSYNC (line 89) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 90) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 91) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 92) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 93) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 94) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 95) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 96) | SYS_ACCT = 89 constant SYS_CAPGET (line 97) | SYS_CAPGET = 90 constant SYS_CAPSET (line 98) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 99) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 100) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 101) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 102) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 103) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 104) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 105) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 106) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 107) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 108) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 109) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 110) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 111) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 112) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 113) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 114) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 115) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 116) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 117) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 118) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 119) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 120) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 121) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 122) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 123) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 124) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 125) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 126) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 127) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 128) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 129) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 130) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 131) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 132) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 133) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 134) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 135) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 136) | SYS_KILL = 129 constant SYS_TKILL (line 137) | SYS_TKILL = 130 constant SYS_TGKILL (line 138) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 139) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 140) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 141) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 142) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 143) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 144) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 145) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 146) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 147) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 148) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 149) | SYS_REBOOT = 142 constant SYS_SETREGID (line 150) | SYS_SETREGID = 143 constant SYS_SETGID (line 151) | SYS_SETGID = 144 constant SYS_SETREUID (line 152) | SYS_SETREUID = 145 constant SYS_SETUID (line 153) | SYS_SETUID = 146 constant SYS_SETRESUID (line 154) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 155) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 156) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 157) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 158) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 159) | SYS_SETFSGID = 152 constant SYS_TIMES (line 160) | SYS_TIMES = 153 constant SYS_SETPGID (line 161) | SYS_SETPGID = 154 constant SYS_GETPGID (line 162) | SYS_GETPGID = 155 constant SYS_GETSID (line 163) | SYS_GETSID = 156 constant SYS_SETSID (line 164) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 165) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 166) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 167) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 168) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 169) | SYS_SETDOMAINNAME = 162 constant SYS_GETRUSAGE (line 170) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 171) | SYS_UMASK = 166 constant SYS_PRCTL (line 172) | SYS_PRCTL = 167 constant SYS_GETCPU (line 173) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 174) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 175) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 176) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 177) | SYS_GETPID = 172 constant SYS_GETPPID (line 178) | SYS_GETPPID = 173 constant SYS_GETUID (line 179) | SYS_GETUID = 174 constant SYS_GETEUID (line 180) | SYS_GETEUID = 175 constant SYS_GETGID (line 181) | SYS_GETGID = 176 constant SYS_GETEGID (line 182) | SYS_GETEGID = 177 constant SYS_GETTID (line 183) | SYS_GETTID = 178 constant SYS_SYSINFO (line 184) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 185) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 186) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 187) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 188) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 189) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 190) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 191) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 192) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 193) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 194) | SYS_MSGSND = 189 constant SYS_SEMGET (line 195) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 196) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 197) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 198) | SYS_SEMOP = 193 constant SYS_SHMGET (line 199) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 200) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 201) | SYS_SHMAT = 196 constant SYS_SHMDT (line 202) | SYS_SHMDT = 197 constant SYS_SOCKET (line 203) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 204) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 205) | SYS_BIND = 200 constant SYS_LISTEN (line 206) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 207) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 208) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 209) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 210) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 211) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 212) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 213) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 214) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 215) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 216) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 217) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 218) | SYS_READAHEAD = 213 constant SYS_BRK (line 219) | SYS_BRK = 214 constant SYS_MUNMAP (line 220) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 221) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 222) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 223) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 224) | SYS_KEYCTL = 219 constant SYS_CLONE (line 225) | SYS_CLONE = 220 constant SYS_EXECVE (line 226) | SYS_EXECVE = 221 constant SYS_MMAP (line 227) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 228) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 229) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 230) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 231) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 232) | SYS_MSYNC = 227 constant SYS_MLOCK (line 233) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 234) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 235) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 236) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 237) | SYS_MINCORE = 232 constant SYS_MADVISE (line 238) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 239) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 240) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 241) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 242) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 243) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 244) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 245) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 246) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 247) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 248) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 249) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_WAIT4 (line 250) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 251) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 252) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 253) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 254) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 255) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 256) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 257) | SYS_SYNCFS = 267 constant SYS_SETNS (line 258) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 259) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 260) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 261) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 262) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 263) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 264) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 265) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 266) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 267) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 268) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 269) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 270) | SYS_BPF = 280 constant SYS_EXECVEAT (line 271) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 272) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 273) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 274) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 275) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 276) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 277) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 278) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 279) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 280) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 281) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 282) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 283) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 284) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 285) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 286) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 287) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 288) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 289) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 290) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 291) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 292) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 293) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 294) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 295) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 296) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 297) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 298) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 299) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 300) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 301) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 302) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 303) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 304) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 305) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 306) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 307) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 308) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 309) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 310) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 311) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go constant SYS_SYSCALL (line 10) | SYS_SYSCALL = 4000 constant SYS_EXIT (line 11) | SYS_EXIT = 4001 constant SYS_FORK (line 12) | SYS_FORK = 4002 constant SYS_READ (line 13) | SYS_READ = 4003 constant SYS_WRITE (line 14) | SYS_WRITE = 4004 constant SYS_OPEN (line 15) | SYS_OPEN = 4005 constant SYS_CLOSE (line 16) | SYS_CLOSE = 4006 constant SYS_WAITPID (line 17) | SYS_WAITPID = 4007 constant SYS_CREAT (line 18) | SYS_CREAT = 4008 constant SYS_LINK (line 19) | SYS_LINK = 4009 constant SYS_UNLINK (line 20) | SYS_UNLINK = 4010 constant SYS_EXECVE (line 21) | SYS_EXECVE = 4011 constant SYS_CHDIR (line 22) | SYS_CHDIR = 4012 constant SYS_TIME (line 23) | SYS_TIME = 4013 constant SYS_MKNOD (line 24) | SYS_MKNOD = 4014 constant SYS_CHMOD (line 25) | SYS_CHMOD = 4015 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 4016 constant SYS_BREAK (line 27) | SYS_BREAK = 4017 constant SYS_UNUSED18 (line 28) | SYS_UNUSED18 = 4018 constant SYS_LSEEK (line 29) | SYS_LSEEK = 4019 constant SYS_GETPID (line 30) | SYS_GETPID = 4020 constant SYS_MOUNT (line 31) | SYS_MOUNT = 4021 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 4022 constant SYS_SETUID (line 33) | SYS_SETUID = 4023 constant SYS_GETUID (line 34) | SYS_GETUID = 4024 constant SYS_STIME (line 35) | SYS_STIME = 4025 constant SYS_PTRACE (line 36) | SYS_PTRACE = 4026 constant SYS_ALARM (line 37) | SYS_ALARM = 4027 constant SYS_UNUSED28 (line 38) | SYS_UNUSED28 = 4028 constant SYS_PAUSE (line 39) | SYS_PAUSE = 4029 constant SYS_UTIME (line 40) | SYS_UTIME = 4030 constant SYS_STTY (line 41) | SYS_STTY = 4031 constant SYS_GTTY (line 42) | SYS_GTTY = 4032 constant SYS_ACCESS (line 43) | SYS_ACCESS = 4033 constant SYS_NICE (line 44) | SYS_NICE = 4034 constant SYS_FTIME (line 45) | SYS_FTIME = 4035 constant SYS_SYNC (line 46) | SYS_SYNC = 4036 constant SYS_KILL (line 47) | SYS_KILL = 4037 constant SYS_RENAME (line 48) | SYS_RENAME = 4038 constant SYS_MKDIR (line 49) | SYS_MKDIR = 4039 constant SYS_RMDIR (line 50) | SYS_RMDIR = 4040 constant SYS_DUP (line 51) | SYS_DUP = 4041 constant SYS_PIPE (line 52) | SYS_PIPE = 4042 constant SYS_TIMES (line 53) | SYS_TIMES = 4043 constant SYS_PROF (line 54) | SYS_PROF = 4044 constant SYS_BRK (line 55) | SYS_BRK = 4045 constant SYS_SETGID (line 56) | SYS_SETGID = 4046 constant SYS_GETGID (line 57) | SYS_GETGID = 4047 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 4048 constant SYS_GETEUID (line 59) | SYS_GETEUID = 4049 constant SYS_GETEGID (line 60) | SYS_GETEGID = 4050 constant SYS_ACCT (line 61) | SYS_ACCT = 4051 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 4052 constant SYS_LOCK (line 63) | SYS_LOCK = 4053 constant SYS_IOCTL (line 64) | SYS_IOCTL = 4054 constant SYS_FCNTL (line 65) | SYS_FCNTL = 4055 constant SYS_MPX (line 66) | SYS_MPX = 4056 constant SYS_SETPGID (line 67) | SYS_SETPGID = 4057 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 4058 constant SYS_UNUSED59 (line 69) | SYS_UNUSED59 = 4059 constant SYS_UMASK (line 70) | SYS_UMASK = 4060 constant SYS_CHROOT (line 71) | SYS_CHROOT = 4061 constant SYS_USTAT (line 72) | SYS_USTAT = 4062 constant SYS_DUP2 (line 73) | SYS_DUP2 = 4063 constant SYS_GETPPID (line 74) | SYS_GETPPID = 4064 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 4065 constant SYS_SETSID (line 76) | SYS_SETSID = 4066 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 4067 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 4068 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 4069 constant SYS_SETREUID (line 80) | SYS_SETREUID = 4070 constant SYS_SETREGID (line 81) | SYS_SETREGID = 4071 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 4072 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 4073 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 4074 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 4075 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 4076 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 4077 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 4078 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 4079 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 4080 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 4081 constant SYS_RESERVED82 (line 92) | SYS_RESERVED82 = 4082 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 4083 constant SYS_UNUSED84 (line 94) | SYS_UNUSED84 = 4084 constant SYS_READLINK (line 95) | SYS_READLINK = 4085 constant SYS_USELIB (line 96) | SYS_USELIB = 4086 constant SYS_SWAPON (line 97) | SYS_SWAPON = 4087 constant SYS_REBOOT (line 98) | SYS_REBOOT = 4088 constant SYS_READDIR (line 99) | SYS_READDIR = 4089 constant SYS_MMAP (line 100) | SYS_MMAP = 4090 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 4091 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 4092 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 4093 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 4094 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 4095 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 4096 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 4097 constant SYS_PROFIL (line 108) | SYS_PROFIL = 4098 constant SYS_STATFS (line 109) | SYS_STATFS = 4099 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 4100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 4101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 4102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 4103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 4104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 4105 constant SYS_STAT (line 116) | SYS_STAT = 4106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 4107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 4108 constant SYS_UNUSED109 (line 119) | SYS_UNUSED109 = 4109 constant SYS_IOPL (line 120) | SYS_IOPL = 4110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 4111 constant SYS_IDLE (line 122) | SYS_IDLE = 4112 constant SYS_VM86 (line 123) | SYS_VM86 = 4113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 4114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 4115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 4116 constant SYS_IPC (line 127) | SYS_IPC = 4117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 4118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 4119 constant SYS_CLONE (line 130) | SYS_CLONE = 4120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 4121 constant SYS_UNAME (line 132) | SYS_UNAME = 4122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 4123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 4124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 4125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 4126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 4127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 4128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 4129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 4130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 4131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 4132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 4133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 4134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 4135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 4136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 4137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 4138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 4139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 4140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 4141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 4142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 4143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 4144 constant SYS_READV (line 155) | SYS_READV = 4145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 4146 constant SYS_CACHEFLUSH (line 157) | SYS_CACHEFLUSH = 4147 constant SYS_CACHECTL (line 158) | SYS_CACHECTL = 4148 constant SYS_SYSMIPS (line 159) | SYS_SYSMIPS = 4149 constant SYS_UNUSED150 (line 160) | SYS_UNUSED150 = 4150 constant SYS_GETSID (line 161) | SYS_GETSID = 4151 constant SYS_FDATASYNC (line 162) | SYS_FDATASYNC = 4152 constant SYS__SYSCTL (line 163) | SYS__SYSCTL = 4153 constant SYS_MLOCK (line 164) | SYS_MLOCK = 4154 constant SYS_MUNLOCK (line 165) | SYS_MUNLOCK = 4155 constant SYS_MLOCKALL (line 166) | SYS_MLOCKALL = 4156 constant SYS_MUNLOCKALL (line 167) | SYS_MUNLOCKALL = 4157 constant SYS_SCHED_SETPARAM (line 168) | SYS_SCHED_SETPARAM = 4158 constant SYS_SCHED_GETPARAM (line 169) | SYS_SCHED_GETPARAM = 4159 constant SYS_SCHED_SETSCHEDULER (line 170) | SYS_SCHED_SETSCHEDULER = 4160 constant SYS_SCHED_GETSCHEDULER (line 171) | SYS_SCHED_GETSCHEDULER = 4161 constant SYS_SCHED_YIELD (line 172) | SYS_SCHED_YIELD = 4162 constant SYS_SCHED_GET_PRIORITY_MAX (line 173) | SYS_SCHED_GET_PRIORITY_MAX = 4163 constant SYS_SCHED_GET_PRIORITY_MIN (line 174) | SYS_SCHED_GET_PRIORITY_MIN = 4164 constant SYS_SCHED_RR_GET_INTERVAL (line 175) | SYS_SCHED_RR_GET_INTERVAL = 4165 constant SYS_NANOSLEEP (line 176) | SYS_NANOSLEEP = 4166 constant SYS_MREMAP (line 177) | SYS_MREMAP = 4167 constant SYS_ACCEPT (line 178) | SYS_ACCEPT = 4168 constant SYS_BIND (line 179) | SYS_BIND = 4169 constant SYS_CONNECT (line 180) | SYS_CONNECT = 4170 constant SYS_GETPEERNAME (line 181) | SYS_GETPEERNAME = 4171 constant SYS_GETSOCKNAME (line 182) | SYS_GETSOCKNAME = 4172 constant SYS_GETSOCKOPT (line 183) | SYS_GETSOCKOPT = 4173 constant SYS_LISTEN (line 184) | SYS_LISTEN = 4174 constant SYS_RECV (line 185) | SYS_RECV = 4175 constant SYS_RECVFROM (line 186) | SYS_RECVFROM = 4176 constant SYS_RECVMSG (line 187) | SYS_RECVMSG = 4177 constant SYS_SEND (line 188) | SYS_SEND = 4178 constant SYS_SENDMSG (line 189) | SYS_SENDMSG = 4179 constant SYS_SENDTO (line 190) | SYS_SENDTO = 4180 constant SYS_SETSOCKOPT (line 191) | SYS_SETSOCKOPT = 4181 constant SYS_SHUTDOWN (line 192) | SYS_SHUTDOWN = 4182 constant SYS_SOCKET (line 193) | SYS_SOCKET = 4183 constant SYS_SOCKETPAIR (line 194) | SYS_SOCKETPAIR = 4184 constant SYS_SETRESUID (line 195) | SYS_SETRESUID = 4185 constant SYS_GETRESUID (line 196) | SYS_GETRESUID = 4186 constant SYS_QUERY_MODULE (line 197) | SYS_QUERY_MODULE = 4187 constant SYS_POLL (line 198) | SYS_POLL = 4188 constant SYS_NFSSERVCTL (line 199) | SYS_NFSSERVCTL = 4189 constant SYS_SETRESGID (line 200) | SYS_SETRESGID = 4190 constant SYS_GETRESGID (line 201) | SYS_GETRESGID = 4191 constant SYS_PRCTL (line 202) | SYS_PRCTL = 4192 constant SYS_RT_SIGRETURN (line 203) | SYS_RT_SIGRETURN = 4193 constant SYS_RT_SIGACTION (line 204) | SYS_RT_SIGACTION = 4194 constant SYS_RT_SIGPROCMASK (line 205) | SYS_RT_SIGPROCMASK = 4195 constant SYS_RT_SIGPENDING (line 206) | SYS_RT_SIGPENDING = 4196 constant SYS_RT_SIGTIMEDWAIT (line 207) | SYS_RT_SIGTIMEDWAIT = 4197 constant SYS_RT_SIGQUEUEINFO (line 208) | SYS_RT_SIGQUEUEINFO = 4198 constant SYS_RT_SIGSUSPEND (line 209) | SYS_RT_SIGSUSPEND = 4199 constant SYS_PREAD64 (line 210) | SYS_PREAD64 = 4200 constant SYS_PWRITE64 (line 211) | SYS_PWRITE64 = 4201 constant SYS_CHOWN (line 212) | SYS_CHOWN = 4202 constant SYS_GETCWD (line 213) | SYS_GETCWD = 4203 constant SYS_CAPGET (line 214) | SYS_CAPGET = 4204 constant SYS_CAPSET (line 215) | SYS_CAPSET = 4205 constant SYS_SIGALTSTACK (line 216) | SYS_SIGALTSTACK = 4206 constant SYS_SENDFILE (line 217) | SYS_SENDFILE = 4207 constant SYS_GETPMSG (line 218) | SYS_GETPMSG = 4208 constant SYS_PUTPMSG (line 219) | SYS_PUTPMSG = 4209 constant SYS_MMAP2 (line 220) | SYS_MMAP2 = 4210 constant SYS_TRUNCATE64 (line 221) | SYS_TRUNCATE64 = 4211 constant SYS_FTRUNCATE64 (line 222) | SYS_FTRUNCATE64 = 4212 constant SYS_STAT64 (line 223) | SYS_STAT64 = 4213 constant SYS_LSTAT64 (line 224) | SYS_LSTAT64 = 4214 constant SYS_FSTAT64 (line 225) | SYS_FSTAT64 = 4215 constant SYS_PIVOT_ROOT (line 226) | SYS_PIVOT_ROOT = 4216 constant SYS_MINCORE (line 227) | SYS_MINCORE = 4217 constant SYS_MADVISE (line 228) | SYS_MADVISE = 4218 constant SYS_GETDENTS64 (line 229) | SYS_GETDENTS64 = 4219 constant SYS_FCNTL64 (line 230) | SYS_FCNTL64 = 4220 constant SYS_RESERVED221 (line 231) | SYS_RESERVED221 = 4221 constant SYS_GETTID (line 232) | SYS_GETTID = 4222 constant SYS_READAHEAD (line 233) | SYS_READAHEAD = 4223 constant SYS_SETXATTR (line 234) | SYS_SETXATTR = 4224 constant SYS_LSETXATTR (line 235) | SYS_LSETXATTR = 4225 constant SYS_FSETXATTR (line 236) | SYS_FSETXATTR = 4226 constant SYS_GETXATTR (line 237) | SYS_GETXATTR = 4227 constant SYS_LGETXATTR (line 238) | SYS_LGETXATTR = 4228 constant SYS_FGETXATTR (line 239) | SYS_FGETXATTR = 4229 constant SYS_LISTXATTR (line 240) | SYS_LISTXATTR = 4230 constant SYS_LLISTXATTR (line 241) | SYS_LLISTXATTR = 4231 constant SYS_FLISTXATTR (line 242) | SYS_FLISTXATTR = 4232 constant SYS_REMOVEXATTR (line 243) | SYS_REMOVEXATTR = 4233 constant SYS_LREMOVEXATTR (line 244) | SYS_LREMOVEXATTR = 4234 constant SYS_FREMOVEXATTR (line 245) | SYS_FREMOVEXATTR = 4235 constant SYS_TKILL (line 246) | SYS_TKILL = 4236 constant SYS_SENDFILE64 (line 247) | SYS_SENDFILE64 = 4237 constant SYS_FUTEX (line 248) | SYS_FUTEX = 4238 constant SYS_SCHED_SETAFFINITY (line 249) | SYS_SCHED_SETAFFINITY = 4239 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 4240 constant SYS_IO_SETUP (line 251) | SYS_IO_SETUP = 4241 constant SYS_IO_DESTROY (line 252) | SYS_IO_DESTROY = 4242 constant SYS_IO_GETEVENTS (line 253) | SYS_IO_GETEVENTS = 4243 constant SYS_IO_SUBMIT (line 254) | SYS_IO_SUBMIT = 4244 constant SYS_IO_CANCEL (line 255) | SYS_IO_CANCEL = 4245 constant SYS_EXIT_GROUP (line 256) | SYS_EXIT_GROUP = 4246 constant SYS_LOOKUP_DCOOKIE (line 257) | SYS_LOOKUP_DCOOKIE = 4247 constant SYS_EPOLL_CREATE (line 258) | SYS_EPOLL_CREATE = 4248 constant SYS_EPOLL_CTL (line 259) | SYS_EPOLL_CTL = 4249 constant SYS_EPOLL_WAIT (line 260) | SYS_EPOLL_WAIT = 4250 constant SYS_REMAP_FILE_PAGES (line 261) | SYS_REMAP_FILE_PAGES = 4251 constant SYS_SET_TID_ADDRESS (line 262) | SYS_SET_TID_ADDRESS = 4252 constant SYS_RESTART_SYSCALL (line 263) | SYS_RESTART_SYSCALL = 4253 constant SYS_FADVISE64 (line 264) | SYS_FADVISE64 = 4254 constant SYS_STATFS64 (line 265) | SYS_STATFS64 = 4255 constant SYS_FSTATFS64 (line 266) | SYS_FSTATFS64 = 4256 constant SYS_TIMER_CREATE (line 267) | SYS_TIMER_CREATE = 4257 constant SYS_TIMER_SETTIME (line 268) | SYS_TIMER_SETTIME = 4258 constant SYS_TIMER_GETTIME (line 269) | SYS_TIMER_GETTIME = 4259 constant SYS_TIMER_GETOVERRUN (line 270) | SYS_TIMER_GETOVERRUN = 4260 constant SYS_TIMER_DELETE (line 271) | SYS_TIMER_DELETE = 4261 constant SYS_CLOCK_SETTIME (line 272) | SYS_CLOCK_SETTIME = 4262 constant SYS_CLOCK_GETTIME (line 273) | SYS_CLOCK_GETTIME = 4263 constant SYS_CLOCK_GETRES (line 274) | SYS_CLOCK_GETRES = 4264 constant SYS_CLOCK_NANOSLEEP (line 275) | SYS_CLOCK_NANOSLEEP = 4265 constant SYS_TGKILL (line 276) | SYS_TGKILL = 4266 constant SYS_UTIMES (line 277) | SYS_UTIMES = 4267 constant SYS_MBIND (line 278) | SYS_MBIND = 4268 constant SYS_GET_MEMPOLICY (line 279) | SYS_GET_MEMPOLICY = 4269 constant SYS_SET_MEMPOLICY (line 280) | SYS_SET_MEMPOLICY = 4270 constant SYS_MQ_OPEN (line 281) | SYS_MQ_OPEN = 4271 constant SYS_MQ_UNLINK (line 282) | SYS_MQ_UNLINK = 4272 constant SYS_MQ_TIMEDSEND (line 283) | SYS_MQ_TIMEDSEND = 4273 constant SYS_MQ_TIMEDRECEIVE (line 284) | SYS_MQ_TIMEDRECEIVE = 4274 constant SYS_MQ_NOTIFY (line 285) | SYS_MQ_NOTIFY = 4275 constant SYS_MQ_GETSETATTR (line 286) | SYS_MQ_GETSETATTR = 4276 constant SYS_VSERVER (line 287) | SYS_VSERVER = 4277 constant SYS_WAITID (line 288) | SYS_WAITID = 4278 constant SYS_ADD_KEY (line 289) | SYS_ADD_KEY = 4280 constant SYS_REQUEST_KEY (line 290) | SYS_REQUEST_KEY = 4281 constant SYS_KEYCTL (line 291) | SYS_KEYCTL = 4282 constant SYS_SET_THREAD_AREA (line 292) | SYS_SET_THREAD_AREA = 4283 constant SYS_INOTIFY_INIT (line 293) | SYS_INOTIFY_INIT = 4284 constant SYS_INOTIFY_ADD_WATCH (line 294) | SYS_INOTIFY_ADD_WATCH = 4285 constant SYS_INOTIFY_RM_WATCH (line 295) | SYS_INOTIFY_RM_WATCH = 4286 constant SYS_MIGRATE_PAGES (line 296) | SYS_MIGRATE_PAGES = 4287 constant SYS_OPENAT (line 297) | SYS_OPENAT = 4288 constant SYS_MKDIRAT (line 298) | SYS_MKDIRAT = 4289 constant SYS_MKNODAT (line 299) | SYS_MKNODAT = 4290 constant SYS_FCHOWNAT (line 300) | SYS_FCHOWNAT = 4291 constant SYS_FUTIMESAT (line 301) | SYS_FUTIMESAT = 4292 constant SYS_FSTATAT64 (line 302) | SYS_FSTATAT64 = 4293 constant SYS_UNLINKAT (line 303) | SYS_UNLINKAT = 4294 constant SYS_RENAMEAT (line 304) | SYS_RENAMEAT = 4295 constant SYS_LINKAT (line 305) | SYS_LINKAT = 4296 constant SYS_SYMLINKAT (line 306) | SYS_SYMLINKAT = 4297 constant SYS_READLINKAT (line 307) | SYS_READLINKAT = 4298 constant SYS_FCHMODAT (line 308) | SYS_FCHMODAT = 4299 constant SYS_FACCESSAT (line 309) | SYS_FACCESSAT = 4300 constant SYS_PSELECT6 (line 310) | SYS_PSELECT6 = 4301 constant SYS_PPOLL (line 311) | SYS_PPOLL = 4302 constant SYS_UNSHARE (line 312) | SYS_UNSHARE = 4303 constant SYS_SPLICE (line 313) | SYS_SPLICE = 4304 constant SYS_SYNC_FILE_RANGE (line 314) | SYS_SYNC_FILE_RANGE = 4305 constant SYS_TEE (line 315) | SYS_TEE = 4306 constant SYS_VMSPLICE (line 316) | SYS_VMSPLICE = 4307 constant SYS_MOVE_PAGES (line 317) | SYS_MOVE_PAGES = 4308 constant SYS_SET_ROBUST_LIST (line 318) | SYS_SET_ROBUST_LIST = 4309 constant SYS_GET_ROBUST_LIST (line 319) | SYS_GET_ROBUST_LIST = 4310 constant SYS_KEXEC_LOAD (line 320) | SYS_KEXEC_LOAD = 4311 constant SYS_GETCPU (line 321) | SYS_GETCPU = 4312 constant SYS_EPOLL_PWAIT (line 322) | SYS_EPOLL_PWAIT = 4313 constant SYS_IOPRIO_SET (line 323) | SYS_IOPRIO_SET = 4314 constant SYS_IOPRIO_GET (line 324) | SYS_IOPRIO_GET = 4315 constant SYS_UTIMENSAT (line 325) | SYS_UTIMENSAT = 4316 constant SYS_SIGNALFD (line 326) | SYS_SIGNALFD = 4317 constant SYS_TIMERFD (line 327) | SYS_TIMERFD = 4318 constant SYS_EVENTFD (line 328) | SYS_EVENTFD = 4319 constant SYS_FALLOCATE (line 329) | SYS_FALLOCATE = 4320 constant SYS_TIMERFD_CREATE (line 330) | SYS_TIMERFD_CREATE = 4321 constant SYS_TIMERFD_GETTIME (line 331) | SYS_TIMERFD_GETTIME = 4322 constant SYS_TIMERFD_SETTIME (line 332) | SYS_TIMERFD_SETTIME = 4323 constant SYS_SIGNALFD4 (line 333) | SYS_SIGNALFD4 = 4324 constant SYS_EVENTFD2 (line 334) | SYS_EVENTFD2 = 4325 constant SYS_EPOLL_CREATE1 (line 335) | SYS_EPOLL_CREATE1 = 4326 constant SYS_DUP3 (line 336) | SYS_DUP3 = 4327 constant SYS_PIPE2 (line 337) | SYS_PIPE2 = 4328 constant SYS_INOTIFY_INIT1 (line 338) | SYS_INOTIFY_INIT1 = 4329 constant SYS_PREADV (line 339) | SYS_PREADV = 4330 constant SYS_PWRITEV (line 340) | SYS_PWRITEV = 4331 constant SYS_RT_TGSIGQUEUEINFO (line 341) | SYS_RT_TGSIGQUEUEINFO = 4332 constant SYS_PERF_EVENT_OPEN (line 342) | SYS_PERF_EVENT_OPEN = 4333 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 4334 constant SYS_RECVMMSG (line 344) | SYS_RECVMMSG = 4335 constant SYS_FANOTIFY_INIT (line 345) | SYS_FANOTIFY_INIT = 4336 constant SYS_FANOTIFY_MARK (line 346) | SYS_FANOTIFY_MARK = 4337 constant SYS_PRLIMIT64 (line 347) | SYS_PRLIMIT64 = 4338 constant SYS_NAME_TO_HANDLE_AT (line 348) | SYS_NAME_TO_HANDLE_AT = 4339 constant SYS_OPEN_BY_HANDLE_AT (line 349) | SYS_OPEN_BY_HANDLE_AT = 4340 constant SYS_CLOCK_ADJTIME (line 350) | SYS_CLOCK_ADJTIME = 4341 constant SYS_SYNCFS (line 351) | SYS_SYNCFS = 4342 constant SYS_SENDMMSG (line 352) | SYS_SENDMMSG = 4343 constant SYS_SETNS (line 353) | SYS_SETNS = 4344 constant SYS_PROCESS_VM_READV (line 354) | SYS_PROCESS_VM_READV = 4345 constant SYS_PROCESS_VM_WRITEV (line 355) | SYS_PROCESS_VM_WRITEV = 4346 constant SYS_KCMP (line 356) | SYS_KCMP = 4347 constant SYS_FINIT_MODULE (line 357) | SYS_FINIT_MODULE = 4348 constant SYS_SCHED_SETATTR (line 358) | SYS_SCHED_SETATTR = 4349 constant SYS_SCHED_GETATTR (line 359) | SYS_SCHED_GETATTR = 4350 constant SYS_RENAMEAT2 (line 360) | SYS_RENAMEAT2 = 4351 constant SYS_SECCOMP (line 361) | SYS_SECCOMP = 4352 constant SYS_GETRANDOM (line 362) | SYS_GETRANDOM = 4353 constant SYS_MEMFD_CREATE (line 363) | SYS_MEMFD_CREATE = 4354 constant SYS_BPF (line 364) | SYS_BPF = 4355 constant SYS_EXECVEAT (line 365) | SYS_EXECVEAT = 4356 constant SYS_USERFAULTFD (line 366) | SYS_USERFAULTFD = 4357 constant SYS_MEMBARRIER (line 367) | SYS_MEMBARRIER = 4358 constant SYS_MLOCK2 (line 368) | SYS_MLOCK2 = 4359 constant SYS_COPY_FILE_RANGE (line 369) | SYS_COPY_FILE_RANGE = 4360 constant SYS_PREADV2 (line 370) | SYS_PREADV2 = 4361 constant SYS_PWRITEV2 (line 371) | SYS_PWRITEV2 = 4362 constant SYS_PKEY_MPROTECT (line 372) | SYS_PKEY_MPROTECT = 4363 constant SYS_PKEY_ALLOC (line 373) | SYS_PKEY_ALLOC = 4364 constant SYS_PKEY_FREE (line 374) | SYS_PKEY_FREE = 4365 constant SYS_STATX (line 375) | SYS_STATX = 4366 constant SYS_RSEQ (line 376) | SYS_RSEQ = 4367 constant SYS_IO_PGETEVENTS (line 377) | SYS_IO_PGETEVENTS = 4368 constant SYS_SEMGET (line 378) | SYS_SEMGET = 4393 constant SYS_SEMCTL (line 379) | SYS_SEMCTL = 4394 constant SYS_SHMGET (line 380) | SYS_SHMGET = 4395 constant SYS_SHMCTL (line 381) | SYS_SHMCTL = 4396 constant SYS_SHMAT (line 382) | SYS_SHMAT = 4397 constant SYS_SHMDT (line 383) | SYS_SHMDT = 4398 constant SYS_MSGGET (line 384) | SYS_MSGGET = 4399 constant SYS_MSGSND (line 385) | SYS_MSGSND = 4400 constant SYS_MSGRCV (line 386) | SYS_MSGRCV = 4401 constant SYS_MSGCTL (line 387) | SYS_MSGCTL = 4402 constant SYS_CLOCK_GETTIME64 (line 388) | SYS_CLOCK_GETTIME64 = 4403 constant SYS_CLOCK_SETTIME64 (line 389) | SYS_CLOCK_SETTIME64 = 4404 constant SYS_CLOCK_ADJTIME64 (line 390) | SYS_CLOCK_ADJTIME64 = 4405 constant SYS_CLOCK_GETRES_TIME64 (line 391) | SYS_CLOCK_GETRES_TIME64 = 4406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 392) | SYS_CLOCK_NANOSLEEP_TIME64 = 4407 constant SYS_TIMER_GETTIME64 (line 393) | SYS_TIMER_GETTIME64 = 4408 constant SYS_TIMER_SETTIME64 (line 394) | SYS_TIMER_SETTIME64 = 4409 constant SYS_TIMERFD_GETTIME64 (line 395) | SYS_TIMERFD_GETTIME64 = 4410 constant SYS_TIMERFD_SETTIME64 (line 396) | SYS_TIMERFD_SETTIME64 = 4411 constant SYS_UTIMENSAT_TIME64 (line 397) | SYS_UTIMENSAT_TIME64 = 4412 constant SYS_PSELECT6_TIME64 (line 398) | SYS_PSELECT6_TIME64 = 4413 constant SYS_PPOLL_TIME64 (line 399) | SYS_PPOLL_TIME64 = 4414 constant SYS_IO_PGETEVENTS_TIME64 (line 400) | SYS_IO_PGETEVENTS_TIME64 = 4416 constant SYS_RECVMMSG_TIME64 (line 401) | SYS_RECVMMSG_TIME64 = 4417 constant SYS_MQ_TIMEDSEND_TIME64 (line 402) | SYS_MQ_TIMEDSEND_TIME64 = 4418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 403) | SYS_MQ_TIMEDRECEIVE_TIME64 = 4419 constant SYS_SEMTIMEDOP_TIME64 (line 404) | SYS_SEMTIMEDOP_TIME64 = 4420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 405) | SYS_RT_SIGTIMEDWAIT_TIME64 = 4421 constant SYS_FUTEX_TIME64 (line 406) | SYS_FUTEX_TIME64 = 4422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 407) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 4423 constant SYS_PIDFD_SEND_SIGNAL (line 408) | SYS_PIDFD_SEND_SIGNAL = 4424 constant SYS_IO_URING_SETUP (line 409) | SYS_IO_URING_SETUP = 4425 constant SYS_IO_URING_ENTER (line 410) | SYS_IO_URING_ENTER = 4426 constant SYS_IO_URING_REGISTER (line 411) | SYS_IO_URING_REGISTER = 4427 constant SYS_OPEN_TREE (line 412) | SYS_OPEN_TREE = 4428 constant SYS_MOVE_MOUNT (line 413) | SYS_MOVE_MOUNT = 4429 constant SYS_FSOPEN (line 414) | SYS_FSOPEN = 4430 constant SYS_FSCONFIG (line 415) | SYS_FSCONFIG = 4431 constant SYS_FSMOUNT (line 416) | SYS_FSMOUNT = 4432 constant SYS_FSPICK (line 417) | SYS_FSPICK = 4433 constant SYS_PIDFD_OPEN (line 418) | SYS_PIDFD_OPEN = 4434 constant SYS_CLONE3 (line 419) | SYS_CLONE3 = 4435 constant SYS_CLOSE_RANGE (line 420) | SYS_CLOSE_RANGE = 4436 constant SYS_OPENAT2 (line 421) | SYS_OPENAT2 = 4437 constant SYS_PIDFD_GETFD (line 422) | SYS_PIDFD_GETFD = 4438 constant SYS_FACCESSAT2 (line 423) | SYS_FACCESSAT2 = 4439 constant SYS_PROCESS_MADVISE (line 424) | SYS_PROCESS_MADVISE = 4440 constant SYS_EPOLL_PWAIT2 (line 425) | SYS_EPOLL_PWAIT2 = 4441 constant SYS_MOUNT_SETATTR (line 426) | SYS_MOUNT_SETATTR = 4442 constant SYS_QUOTACTL_FD (line 427) | SYS_QUOTACTL_FD = 4443 constant SYS_LANDLOCK_CREATE_RULESET (line 428) | SYS_LANDLOCK_CREATE_RULESET = 4444 constant SYS_LANDLOCK_ADD_RULE (line 429) | SYS_LANDLOCK_ADD_RULE = 4445 constant SYS_LANDLOCK_RESTRICT_SELF (line 430) | SYS_LANDLOCK_RESTRICT_SELF = 4446 constant SYS_PROCESS_MRELEASE (line 431) | SYS_PROCESS_MRELEASE = 4448 constant SYS_FUTEX_WAITV (line 432) | SYS_FUTEX_WAITV = 4449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 433) | SYS_SET_MEMPOLICY_HOME_NODE = 4450 constant SYS_CACHESTAT (line 434) | SYS_CACHESTAT = 4451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go constant SYS_READ (line 10) | SYS_READ = 5000 constant SYS_WRITE (line 11) | SYS_WRITE = 5001 constant SYS_OPEN (line 12) | SYS_OPEN = 5002 constant SYS_CLOSE (line 13) | SYS_CLOSE = 5003 constant SYS_STAT (line 14) | SYS_STAT = 5004 constant SYS_FSTAT (line 15) | SYS_FSTAT = 5005 constant SYS_LSTAT (line 16) | SYS_LSTAT = 5006 constant SYS_POLL (line 17) | SYS_POLL = 5007 constant SYS_LSEEK (line 18) | SYS_LSEEK = 5008 constant SYS_MMAP (line 19) | SYS_MMAP = 5009 constant SYS_MPROTECT (line 20) | SYS_MPROTECT = 5010 constant SYS_MUNMAP (line 21) | SYS_MUNMAP = 5011 constant SYS_BRK (line 22) | SYS_BRK = 5012 constant SYS_RT_SIGACTION (line 23) | SYS_RT_SIGACTION = 5013 constant SYS_RT_SIGPROCMASK (line 24) | SYS_RT_SIGPROCMASK = 5014 constant SYS_IOCTL (line 25) | SYS_IOCTL = 5015 constant SYS_PREAD64 (line 26) | SYS_PREAD64 = 5016 constant SYS_PWRITE64 (line 27) | SYS_PWRITE64 = 5017 constant SYS_READV (line 28) | SYS_READV = 5018 constant SYS_WRITEV (line 29) | SYS_WRITEV = 5019 constant SYS_ACCESS (line 30) | SYS_ACCESS = 5020 constant SYS_PIPE (line 31) | SYS_PIPE = 5021 constant SYS__NEWSELECT (line 32) | SYS__NEWSELECT = 5022 constant SYS_SCHED_YIELD (line 33) | SYS_SCHED_YIELD = 5023 constant SYS_MREMAP (line 34) | SYS_MREMAP = 5024 constant SYS_MSYNC (line 35) | SYS_MSYNC = 5025 constant SYS_MINCORE (line 36) | SYS_MINCORE = 5026 constant SYS_MADVISE (line 37) | SYS_MADVISE = 5027 constant SYS_SHMGET (line 38) | SYS_SHMGET = 5028 constant SYS_SHMAT (line 39) | SYS_SHMAT = 5029 constant SYS_SHMCTL (line 40) | SYS_SHMCTL = 5030 constant SYS_DUP (line 41) | SYS_DUP = 5031 constant SYS_DUP2 (line 42) | SYS_DUP2 = 5032 constant SYS_PAUSE (line 43) | SYS_PAUSE = 5033 constant SYS_NANOSLEEP (line 44) | SYS_NANOSLEEP = 5034 constant SYS_GETITIMER (line 45) | SYS_GETITIMER = 5035 constant SYS_SETITIMER (line 46) | SYS_SETITIMER = 5036 constant SYS_ALARM (line 47) | SYS_ALARM = 5037 constant SYS_GETPID (line 48) | SYS_GETPID = 5038 constant SYS_SENDFILE (line 49) | SYS_SENDFILE = 5039 constant SYS_SOCKET (line 50) | SYS_SOCKET = 5040 constant SYS_CONNECT (line 51) | SYS_CONNECT = 5041 constant SYS_ACCEPT (line 52) | SYS_ACCEPT = 5042 constant SYS_SENDTO (line 53) | SYS_SENDTO = 5043 constant SYS_RECVFROM (line 54) | SYS_RECVFROM = 5044 constant SYS_SENDMSG (line 55) | SYS_SENDMSG = 5045 constant SYS_RECVMSG (line 56) | SYS_RECVMSG = 5046 constant SYS_SHUTDOWN (line 57) | SYS_SHUTDOWN = 5047 constant SYS_BIND (line 58) | SYS_BIND = 5048 constant SYS_LISTEN (line 59) | SYS_LISTEN = 5049 constant SYS_GETSOCKNAME (line 60) | SYS_GETSOCKNAME = 5050 constant SYS_GETPEERNAME (line 61) | SYS_GETPEERNAME = 5051 constant SYS_SOCKETPAIR (line 62) | SYS_SOCKETPAIR = 5052 constant SYS_SETSOCKOPT (line 63) | SYS_SETSOCKOPT = 5053 constant SYS_GETSOCKOPT (line 64) | SYS_GETSOCKOPT = 5054 constant SYS_CLONE (line 65) | SYS_CLONE = 5055 constant SYS_FORK (line 66) | SYS_FORK = 5056 constant SYS_EXECVE (line 67) | SYS_EXECVE = 5057 constant SYS_EXIT (line 68) | SYS_EXIT = 5058 constant SYS_WAIT4 (line 69) | SYS_WAIT4 = 5059 constant SYS_KILL (line 70) | SYS_KILL = 5060 constant SYS_UNAME (line 71) | SYS_UNAME = 5061 constant SYS_SEMGET (line 72) | SYS_SEMGET = 5062 constant SYS_SEMOP (line 73) | SYS_SEMOP = 5063 constant SYS_SEMCTL (line 74) | SYS_SEMCTL = 5064 constant SYS_SHMDT (line 75) | SYS_SHMDT = 5065 constant SYS_MSGGET (line 76) | SYS_MSGGET = 5066 constant SYS_MSGSND (line 77) | SYS_MSGSND = 5067 constant SYS_MSGRCV (line 78) | SYS_MSGRCV = 5068 constant SYS_MSGCTL (line 79) | SYS_MSGCTL = 5069 constant SYS_FCNTL (line 80) | SYS_FCNTL = 5070 constant SYS_FLOCK (line 81) | SYS_FLOCK = 5071 constant SYS_FSYNC (line 82) | SYS_FSYNC = 5072 constant SYS_FDATASYNC (line 83) | SYS_FDATASYNC = 5073 constant SYS_TRUNCATE (line 84) | SYS_TRUNCATE = 5074 constant SYS_FTRUNCATE (line 85) | SYS_FTRUNCATE = 5075 constant SYS_GETDENTS (line 86) | SYS_GETDENTS = 5076 constant SYS_GETCWD (line 87) | SYS_GETCWD = 5077 constant SYS_CHDIR (line 88) | SYS_CHDIR = 5078 constant SYS_FCHDIR (line 89) | SYS_FCHDIR = 5079 constant SYS_RENAME (line 90) | SYS_RENAME = 5080 constant SYS_MKDIR (line 91) | SYS_MKDIR = 5081 constant SYS_RMDIR (line 92) | SYS_RMDIR = 5082 constant SYS_CREAT (line 93) | SYS_CREAT = 5083 constant SYS_LINK (line 94) | SYS_LINK = 5084 constant SYS_UNLINK (line 95) | SYS_UNLINK = 5085 constant SYS_SYMLINK (line 96) | SYS_SYMLINK = 5086 constant SYS_READLINK (line 97) | SYS_READLINK = 5087 constant SYS_CHMOD (line 98) | SYS_CHMOD = 5088 constant SYS_FCHMOD (line 99) | SYS_FCHMOD = 5089 constant SYS_CHOWN (line 100) | SYS_CHOWN = 5090 constant SYS_FCHOWN (line 101) | SYS_FCHOWN = 5091 constant SYS_LCHOWN (line 102) | SYS_LCHOWN = 5092 constant SYS_UMASK (line 103) | SYS_UMASK = 5093 constant SYS_GETTIMEOFDAY (line 104) | SYS_GETTIMEOFDAY = 5094 constant SYS_GETRLIMIT (line 105) | SYS_GETRLIMIT = 5095 constant SYS_GETRUSAGE (line 106) | SYS_GETRUSAGE = 5096 constant SYS_SYSINFO (line 107) | SYS_SYSINFO = 5097 constant SYS_TIMES (line 108) | SYS_TIMES = 5098 constant SYS_PTRACE (line 109) | SYS_PTRACE = 5099 constant SYS_GETUID (line 110) | SYS_GETUID = 5100 constant SYS_SYSLOG (line 111) | SYS_SYSLOG = 5101 constant SYS_GETGID (line 112) | SYS_GETGID = 5102 constant SYS_SETUID (line 113) | SYS_SETUID = 5103 constant SYS_SETGID (line 114) | SYS_SETGID = 5104 constant SYS_GETEUID (line 115) | SYS_GETEUID = 5105 constant SYS_GETEGID (line 116) | SYS_GETEGID = 5106 constant SYS_SETPGID (line 117) | SYS_SETPGID = 5107 constant SYS_GETPPID (line 118) | SYS_GETPPID = 5108 constant SYS_GETPGRP (line 119) | SYS_GETPGRP = 5109 constant SYS_SETSID (line 120) | SYS_SETSID = 5110 constant SYS_SETREUID (line 121) | SYS_SETREUID = 5111 constant SYS_SETREGID (line 122) | SYS_SETREGID = 5112 constant SYS_GETGROUPS (line 123) | SYS_GETGROUPS = 5113 constant SYS_SETGROUPS (line 124) | SYS_SETGROUPS = 5114 constant SYS_SETRESUID (line 125) | SYS_SETRESUID = 5115 constant SYS_GETRESUID (line 126) | SYS_GETRESUID = 5116 constant SYS_SETRESGID (line 127) | SYS_SETRESGID = 5117 constant SYS_GETRESGID (line 128) | SYS_GETRESGID = 5118 constant SYS_GETPGID (line 129) | SYS_GETPGID = 5119 constant SYS_SETFSUID (line 130) | SYS_SETFSUID = 5120 constant SYS_SETFSGID (line 131) | SYS_SETFSGID = 5121 constant SYS_GETSID (line 132) | SYS_GETSID = 5122 constant SYS_CAPGET (line 133) | SYS_CAPGET = 5123 constant SYS_CAPSET (line 134) | SYS_CAPSET = 5124 constant SYS_RT_SIGPENDING (line 135) | SYS_RT_SIGPENDING = 5125 constant SYS_RT_SIGTIMEDWAIT (line 136) | SYS_RT_SIGTIMEDWAIT = 5126 constant SYS_RT_SIGQUEUEINFO (line 137) | SYS_RT_SIGQUEUEINFO = 5127 constant SYS_RT_SIGSUSPEND (line 138) | SYS_RT_SIGSUSPEND = 5128 constant SYS_SIGALTSTACK (line 139) | SYS_SIGALTSTACK = 5129 constant SYS_UTIME (line 140) | SYS_UTIME = 5130 constant SYS_MKNOD (line 141) | SYS_MKNOD = 5131 constant SYS_PERSONALITY (line 142) | SYS_PERSONALITY = 5132 constant SYS_USTAT (line 143) | SYS_USTAT = 5133 constant SYS_STATFS (line 144) | SYS_STATFS = 5134 constant SYS_FSTATFS (line 145) | SYS_FSTATFS = 5135 constant SYS_SYSFS (line 146) | SYS_SYSFS = 5136 constant SYS_GETPRIORITY (line 147) | SYS_GETPRIORITY = 5137 constant SYS_SETPRIORITY (line 148) | SYS_SETPRIORITY = 5138 constant SYS_SCHED_SETPARAM (line 149) | SYS_SCHED_SETPARAM = 5139 constant SYS_SCHED_GETPARAM (line 150) | SYS_SCHED_GETPARAM = 5140 constant SYS_SCHED_SETSCHEDULER (line 151) | SYS_SCHED_SETSCHEDULER = 5141 constant SYS_SCHED_GETSCHEDULER (line 152) | SYS_SCHED_GETSCHEDULER = 5142 constant SYS_SCHED_GET_PRIORITY_MAX (line 153) | SYS_SCHED_GET_PRIORITY_MAX = 5143 constant SYS_SCHED_GET_PRIORITY_MIN (line 154) | SYS_SCHED_GET_PRIORITY_MIN = 5144 constant SYS_SCHED_RR_GET_INTERVAL (line 155) | SYS_SCHED_RR_GET_INTERVAL = 5145 constant SYS_MLOCK (line 156) | SYS_MLOCK = 5146 constant SYS_MUNLOCK (line 157) | SYS_MUNLOCK = 5147 constant SYS_MLOCKALL (line 158) | SYS_MLOCKALL = 5148 constant SYS_MUNLOCKALL (line 159) | SYS_MUNLOCKALL = 5149 constant SYS_VHANGUP (line 160) | SYS_VHANGUP = 5150 constant SYS_PIVOT_ROOT (line 161) | SYS_PIVOT_ROOT = 5151 constant SYS__SYSCTL (line 162) | SYS__SYSCTL = 5152 constant SYS_PRCTL (line 163) | SYS_PRCTL = 5153 constant SYS_ADJTIMEX (line 164) | SYS_ADJTIMEX = 5154 constant SYS_SETRLIMIT (line 165) | SYS_SETRLIMIT = 5155 constant SYS_CHROOT (line 166) | SYS_CHROOT = 5156 constant SYS_SYNC (line 167) | SYS_SYNC = 5157 constant SYS_ACCT (line 168) | SYS_ACCT = 5158 constant SYS_SETTIMEOFDAY (line 169) | SYS_SETTIMEOFDAY = 5159 constant SYS_MOUNT (line 170) | SYS_MOUNT = 5160 constant SYS_UMOUNT2 (line 171) | SYS_UMOUNT2 = 5161 constant SYS_SWAPON (line 172) | SYS_SWAPON = 5162 constant SYS_SWAPOFF (line 173) | SYS_SWAPOFF = 5163 constant SYS_REBOOT (line 174) | SYS_REBOOT = 5164 constant SYS_SETHOSTNAME (line 175) | SYS_SETHOSTNAME = 5165 constant SYS_SETDOMAINNAME (line 176) | SYS_SETDOMAINNAME = 5166 constant SYS_CREATE_MODULE (line 177) | SYS_CREATE_MODULE = 5167 constant SYS_INIT_MODULE (line 178) | SYS_INIT_MODULE = 5168 constant SYS_DELETE_MODULE (line 179) | SYS_DELETE_MODULE = 5169 constant SYS_GET_KERNEL_SYMS (line 180) | SYS_GET_KERNEL_SYMS = 5170 constant SYS_QUERY_MODULE (line 181) | SYS_QUERY_MODULE = 5171 constant SYS_QUOTACTL (line 182) | SYS_QUOTACTL = 5172 constant SYS_NFSSERVCTL (line 183) | SYS_NFSSERVCTL = 5173 constant SYS_GETPMSG (line 184) | SYS_GETPMSG = 5174 constant SYS_PUTPMSG (line 185) | SYS_PUTPMSG = 5175 constant SYS_AFS_SYSCALL (line 186) | SYS_AFS_SYSCALL = 5176 constant SYS_RESERVED177 (line 187) | SYS_RESERVED177 = 5177 constant SYS_GETTID (line 188) | SYS_GETTID = 5178 constant SYS_READAHEAD (line 189) | SYS_READAHEAD = 5179 constant SYS_SETXATTR (line 190) | SYS_SETXATTR = 5180 constant SYS_LSETXATTR (line 191) | SYS_LSETXATTR = 5181 constant SYS_FSETXATTR (line 192) | SYS_FSETXATTR = 5182 constant SYS_GETXATTR (line 193) | SYS_GETXATTR = 5183 constant SYS_LGETXATTR (line 194) | SYS_LGETXATTR = 5184 constant SYS_FGETXATTR (line 195) | SYS_FGETXATTR = 5185 constant SYS_LISTXATTR (line 196) | SYS_LISTXATTR = 5186 constant SYS_LLISTXATTR (line 197) | SYS_LLISTXATTR = 5187 constant SYS_FLISTXATTR (line 198) | SYS_FLISTXATTR = 5188 constant SYS_REMOVEXATTR (line 199) | SYS_REMOVEXATTR = 5189 constant SYS_LREMOVEXATTR (line 200) | SYS_LREMOVEXATTR = 5190 constant SYS_FREMOVEXATTR (line 201) | SYS_FREMOVEXATTR = 5191 constant SYS_TKILL (line 202) | SYS_TKILL = 5192 constant SYS_RESERVED193 (line 203) | SYS_RESERVED193 = 5193 constant SYS_FUTEX (line 204) | SYS_FUTEX = 5194 constant SYS_SCHED_SETAFFINITY (line 205) | SYS_SCHED_SETAFFINITY = 5195 constant SYS_SCHED_GETAFFINITY (line 206) | SYS_SCHED_GETAFFINITY = 5196 constant SYS_CACHEFLUSH (line 207) | SYS_CACHEFLUSH = 5197 constant SYS_CACHECTL (line 208) | SYS_CACHECTL = 5198 constant SYS_SYSMIPS (line 209) | SYS_SYSMIPS = 5199 constant SYS_IO_SETUP (line 210) | SYS_IO_SETUP = 5200 constant SYS_IO_DESTROY (line 211) | SYS_IO_DESTROY = 5201 constant SYS_IO_GETEVENTS (line 212) | SYS_IO_GETEVENTS = 5202 constant SYS_IO_SUBMIT (line 213) | SYS_IO_SUBMIT = 5203 constant SYS_IO_CANCEL (line 214) | SYS_IO_CANCEL = 5204 constant SYS_EXIT_GROUP (line 215) | SYS_EXIT_GROUP = 5205 constant SYS_LOOKUP_DCOOKIE (line 216) | SYS_LOOKUP_DCOOKIE = 5206 constant SYS_EPOLL_CREATE (line 217) | SYS_EPOLL_CREATE = 5207 constant SYS_EPOLL_CTL (line 218) | SYS_EPOLL_CTL = 5208 constant SYS_EPOLL_WAIT (line 219) | SYS_EPOLL_WAIT = 5209 constant SYS_REMAP_FILE_PAGES (line 220) | SYS_REMAP_FILE_PAGES = 5210 constant SYS_RT_SIGRETURN (line 221) | SYS_RT_SIGRETURN = 5211 constant SYS_SET_TID_ADDRESS (line 222) | SYS_SET_TID_ADDRESS = 5212 constant SYS_RESTART_SYSCALL (line 223) | SYS_RESTART_SYSCALL = 5213 constant SYS_SEMTIMEDOP (line 224) | SYS_SEMTIMEDOP = 5214 constant SYS_FADVISE64 (line 225) | SYS_FADVISE64 = 5215 constant SYS_TIMER_CREATE (line 226) | SYS_TIMER_CREATE = 5216 constant SYS_TIMER_SETTIME (line 227) | SYS_TIMER_SETTIME = 5217 constant SYS_TIMER_GETTIME (line 228) | SYS_TIMER_GETTIME = 5218 constant SYS_TIMER_GETOVERRUN (line 229) | SYS_TIMER_GETOVERRUN = 5219 constant SYS_TIMER_DELETE (line 230) | SYS_TIMER_DELETE = 5220 constant SYS_CLOCK_SETTIME (line 231) | SYS_CLOCK_SETTIME = 5221 constant SYS_CLOCK_GETTIME (line 232) | SYS_CLOCK_GETTIME = 5222 constant SYS_CLOCK_GETRES (line 233) | SYS_CLOCK_GETRES = 5223 constant SYS_CLOCK_NANOSLEEP (line 234) | SYS_CLOCK_NANOSLEEP = 5224 constant SYS_TGKILL (line 235) | SYS_TGKILL = 5225 constant SYS_UTIMES (line 236) | SYS_UTIMES = 5226 constant SYS_MBIND (line 237) | SYS_MBIND = 5227 constant SYS_GET_MEMPOLICY (line 238) | SYS_GET_MEMPOLICY = 5228 constant SYS_SET_MEMPOLICY (line 239) | SYS_SET_MEMPOLICY = 5229 constant SYS_MQ_OPEN (line 240) | SYS_MQ_OPEN = 5230 constant SYS_MQ_UNLINK (line 241) | SYS_MQ_UNLINK = 5231 constant SYS_MQ_TIMEDSEND (line 242) | SYS_MQ_TIMEDSEND = 5232 constant SYS_MQ_TIMEDRECEIVE (line 243) | SYS_MQ_TIMEDRECEIVE = 5233 constant SYS_MQ_NOTIFY (line 244) | SYS_MQ_NOTIFY = 5234 constant SYS_MQ_GETSETATTR (line 245) | SYS_MQ_GETSETATTR = 5235 constant SYS_VSERVER (line 246) | SYS_VSERVER = 5236 constant SYS_WAITID (line 247) | SYS_WAITID = 5237 constant SYS_ADD_KEY (line 248) | SYS_ADD_KEY = 5239 constant SYS_REQUEST_KEY (line 249) | SYS_REQUEST_KEY = 5240 constant SYS_KEYCTL (line 250) | SYS_KEYCTL = 5241 constant SYS_SET_THREAD_AREA (line 251) | SYS_SET_THREAD_AREA = 5242 constant SYS_INOTIFY_INIT (line 252) | SYS_INOTIFY_INIT = 5243 constant SYS_INOTIFY_ADD_WATCH (line 253) | SYS_INOTIFY_ADD_WATCH = 5244 constant SYS_INOTIFY_RM_WATCH (line 254) | SYS_INOTIFY_RM_WATCH = 5245 constant SYS_MIGRATE_PAGES (line 255) | SYS_MIGRATE_PAGES = 5246 constant SYS_OPENAT (line 256) | SYS_OPENAT = 5247 constant SYS_MKDIRAT (line 257) | SYS_MKDIRAT = 5248 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 5249 constant SYS_FCHOWNAT (line 259) | SYS_FCHOWNAT = 5250 constant SYS_FUTIMESAT (line 260) | SYS_FUTIMESAT = 5251 constant SYS_NEWFSTATAT (line 261) | SYS_NEWFSTATAT = 5252 constant SYS_UNLINKAT (line 262) | SYS_UNLINKAT = 5253 constant SYS_RENAMEAT (line 263) | SYS_RENAMEAT = 5254 constant SYS_LINKAT (line 264) | SYS_LINKAT = 5255 constant SYS_SYMLINKAT (line 265) | SYS_SYMLINKAT = 5256 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 5257 constant SYS_FCHMODAT (line 267) | SYS_FCHMODAT = 5258 constant SYS_FACCESSAT (line 268) | SYS_FACCESSAT = 5259 constant SYS_PSELECT6 (line 269) | SYS_PSELECT6 = 5260 constant SYS_PPOLL (line 270) | SYS_PPOLL = 5261 constant SYS_UNSHARE (line 271) | SYS_UNSHARE = 5262 constant SYS_SPLICE (line 272) | SYS_SPLICE = 5263 constant SYS_SYNC_FILE_RANGE (line 273) | SYS_SYNC_FILE_RANGE = 5264 constant SYS_TEE (line 274) | SYS_TEE = 5265 constant SYS_VMSPLICE (line 275) | SYS_VMSPLICE = 5266 constant SYS_MOVE_PAGES (line 276) | SYS_MOVE_PAGES = 5267 constant SYS_SET_ROBUST_LIST (line 277) | SYS_SET_ROBUST_LIST = 5268 constant SYS_GET_ROBUST_LIST (line 278) | SYS_GET_ROBUST_LIST = 5269 constant SYS_KEXEC_LOAD (line 279) | SYS_KEXEC_LOAD = 5270 constant SYS_GETCPU (line 280) | SYS_GETCPU = 5271 constant SYS_EPOLL_PWAIT (line 281) | SYS_EPOLL_PWAIT = 5272 constant SYS_IOPRIO_SET (line 282) | SYS_IOPRIO_SET = 5273 constant SYS_IOPRIO_GET (line 283) | SYS_IOPRIO_GET = 5274 constant SYS_UTIMENSAT (line 284) | SYS_UTIMENSAT = 5275 constant SYS_SIGNALFD (line 285) | SYS_SIGNALFD = 5276 constant SYS_TIMERFD (line 286) | SYS_TIMERFD = 5277 constant SYS_EVENTFD (line 287) | SYS_EVENTFD = 5278 constant SYS_FALLOCATE (line 288) | SYS_FALLOCATE = 5279 constant SYS_TIMERFD_CREATE (line 289) | SYS_TIMERFD_CREATE = 5280 constant SYS_TIMERFD_GETTIME (line 290) | SYS_TIMERFD_GETTIME = 5281 constant SYS_TIMERFD_SETTIME (line 291) | SYS_TIMERFD_SETTIME = 5282 constant SYS_SIGNALFD4 (line 292) | SYS_SIGNALFD4 = 5283 constant SYS_EVENTFD2 (line 293) | SYS_EVENTFD2 = 5284 constant SYS_EPOLL_CREATE1 (line 294) | SYS_EPOLL_CREATE1 = 5285 constant SYS_DUP3 (line 295) | SYS_DUP3 = 5286 constant SYS_PIPE2 (line 296) | SYS_PIPE2 = 5287 constant SYS_INOTIFY_INIT1 (line 297) | SYS_INOTIFY_INIT1 = 5288 constant SYS_PREADV (line 298) | SYS_PREADV = 5289 constant SYS_PWRITEV (line 299) | SYS_PWRITEV = 5290 constant SYS_RT_TGSIGQUEUEINFO (line 300) | SYS_RT_TGSIGQUEUEINFO = 5291 constant SYS_PERF_EVENT_OPEN (line 301) | SYS_PERF_EVENT_OPEN = 5292 constant SYS_ACCEPT4 (line 302) | SYS_ACCEPT4 = 5293 constant SYS_RECVMMSG (line 303) | SYS_RECVMMSG = 5294 constant SYS_FANOTIFY_INIT (line 304) | SYS_FANOTIFY_INIT = 5295 constant SYS_FANOTIFY_MARK (line 305) | SYS_FANOTIFY_MARK = 5296 constant SYS_PRLIMIT64 (line 306) | SYS_PRLIMIT64 = 5297 constant SYS_NAME_TO_HANDLE_AT (line 307) | SYS_NAME_TO_HANDLE_AT = 5298 constant SYS_OPEN_BY_HANDLE_AT (line 308) | SYS_OPEN_BY_HANDLE_AT = 5299 constant SYS_CLOCK_ADJTIME (line 309) | SYS_CLOCK_ADJTIME = 5300 constant SYS_SYNCFS (line 310) | SYS_SYNCFS = 5301 constant SYS_SENDMMSG (line 311) | SYS_SENDMMSG = 5302 constant SYS_SETNS (line 312) | SYS_SETNS = 5303 constant SYS_PROCESS_VM_READV (line 313) | SYS_PROCESS_VM_READV = 5304 constant SYS_PROCESS_VM_WRITEV (line 314) | SYS_PROCESS_VM_WRITEV = 5305 constant SYS_KCMP (line 315) | SYS_KCMP = 5306 constant SYS_FINIT_MODULE (line 316) | SYS_FINIT_MODULE = 5307 constant SYS_GETDENTS64 (line 317) | SYS_GETDENTS64 = 5308 constant SYS_SCHED_SETATTR (line 318) | SYS_SCHED_SETATTR = 5309 constant SYS_SCHED_GETATTR (line 319) | SYS_SCHED_GETATTR = 5310 constant SYS_RENAMEAT2 (line 320) | SYS_RENAMEAT2 = 5311 constant SYS_SECCOMP (line 321) | SYS_SECCOMP = 5312 constant SYS_GETRANDOM (line 322) | SYS_GETRANDOM = 5313 constant SYS_MEMFD_CREATE (line 323) | SYS_MEMFD_CREATE = 5314 constant SYS_BPF (line 324) | SYS_BPF = 5315 constant SYS_EXECVEAT (line 325) | SYS_EXECVEAT = 5316 constant SYS_USERFAULTFD (line 326) | SYS_USERFAULTFD = 5317 constant SYS_MEMBARRIER (line 327) | SYS_MEMBARRIER = 5318 constant SYS_MLOCK2 (line 328) | SYS_MLOCK2 = 5319 constant SYS_COPY_FILE_RANGE (line 329) | SYS_COPY_FILE_RANGE = 5320 constant SYS_PREADV2 (line 330) | SYS_PREADV2 = 5321 constant SYS_PWRITEV2 (line 331) | SYS_PWRITEV2 = 5322 constant SYS_PKEY_MPROTECT (line 332) | SYS_PKEY_MPROTECT = 5323 constant SYS_PKEY_ALLOC (line 333) | SYS_PKEY_ALLOC = 5324 constant SYS_PKEY_FREE (line 334) | SYS_PKEY_FREE = 5325 constant SYS_STATX (line 335) | SYS_STATX = 5326 constant SYS_RSEQ (line 336) | SYS_RSEQ = 5327 constant SYS_IO_PGETEVENTS (line 337) | SYS_IO_PGETEVENTS = 5328 constant SYS_PIDFD_SEND_SIGNAL (line 338) | SYS_PIDFD_SEND_SIGNAL = 5424 constant SYS_IO_URING_SETUP (line 339) | SYS_IO_URING_SETUP = 5425 constant SYS_IO_URING_ENTER (line 340) | SYS_IO_URING_ENTER = 5426 constant SYS_IO_URING_REGISTER (line 341) | SYS_IO_URING_REGISTER = 5427 constant SYS_OPEN_TREE (line 342) | SYS_OPEN_TREE = 5428 constant SYS_MOVE_MOUNT (line 343) | SYS_MOVE_MOUNT = 5429 constant SYS_FSOPEN (line 344) | SYS_FSOPEN = 5430 constant SYS_FSCONFIG (line 345) | SYS_FSCONFIG = 5431 constant SYS_FSMOUNT (line 346) | SYS_FSMOUNT = 5432 constant SYS_FSPICK (line 347) | SYS_FSPICK = 5433 constant SYS_PIDFD_OPEN (line 348) | SYS_PIDFD_OPEN = 5434 constant SYS_CLONE3 (line 349) | SYS_CLONE3 = 5435 constant SYS_CLOSE_RANGE (line 350) | SYS_CLOSE_RANGE = 5436 constant SYS_OPENAT2 (line 351) | SYS_OPENAT2 = 5437 constant SYS_PIDFD_GETFD (line 352) | SYS_PIDFD_GETFD = 5438 constant SYS_FACCESSAT2 (line 353) | SYS_FACCESSAT2 = 5439 constant SYS_PROCESS_MADVISE (line 354) | SYS_PROCESS_MADVISE = 5440 constant SYS_EPOLL_PWAIT2 (line 355) | SYS_EPOLL_PWAIT2 = 5441 constant SYS_MOUNT_SETATTR (line 356) | SYS_MOUNT_SETATTR = 5442 constant SYS_QUOTACTL_FD (line 357) | SYS_QUOTACTL_FD = 5443 constant SYS_LANDLOCK_CREATE_RULESET (line 358) | SYS_LANDLOCK_CREATE_RULESET = 5444 constant SYS_LANDLOCK_ADD_RULE (line 359) | SYS_LANDLOCK_ADD_RULE = 5445 constant SYS_LANDLOCK_RESTRICT_SELF (line 360) | SYS_LANDLOCK_RESTRICT_SELF = 5446 constant SYS_PROCESS_MRELEASE (line 361) | SYS_PROCESS_MRELEASE = 5448 constant SYS_FUTEX_WAITV (line 362) | SYS_FUTEX_WAITV = 5449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 363) | SYS_SET_MEMPOLICY_HOME_NODE = 5450 constant SYS_CACHESTAT (line 364) | SYS_CACHESTAT = 5451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go constant SYS_READ (line 10) | SYS_READ = 5000 constant SYS_WRITE (line 11) | SYS_WRITE = 5001 constant SYS_OPEN (line 12) | SYS_OPEN = 5002 constant SYS_CLOSE (line 13) | SYS_CLOSE = 5003 constant SYS_STAT (line 14) | SYS_STAT = 5004 constant SYS_FSTAT (line 15) | SYS_FSTAT = 5005 constant SYS_LSTAT (line 16) | SYS_LSTAT = 5006 constant SYS_POLL (line 17) | SYS_POLL = 5007 constant SYS_LSEEK (line 18) | SYS_LSEEK = 5008 constant SYS_MMAP (line 19) | SYS_MMAP = 5009 constant SYS_MPROTECT (line 20) | SYS_MPROTECT = 5010 constant SYS_MUNMAP (line 21) | SYS_MUNMAP = 5011 constant SYS_BRK (line 22) | SYS_BRK = 5012 constant SYS_RT_SIGACTION (line 23) | SYS_RT_SIGACTION = 5013 constant SYS_RT_SIGPROCMASK (line 24) | SYS_RT_SIGPROCMASK = 5014 constant SYS_IOCTL (line 25) | SYS_IOCTL = 5015 constant SYS_PREAD64 (line 26) | SYS_PREAD64 = 5016 constant SYS_PWRITE64 (line 27) | SYS_PWRITE64 = 5017 constant SYS_READV (line 28) | SYS_READV = 5018 constant SYS_WRITEV (line 29) | SYS_WRITEV = 5019 constant SYS_ACCESS (line 30) | SYS_ACCESS = 5020 constant SYS_PIPE (line 31) | SYS_PIPE = 5021 constant SYS__NEWSELECT (line 32) | SYS__NEWSELECT = 5022 constant SYS_SCHED_YIELD (line 33) | SYS_SCHED_YIELD = 5023 constant SYS_MREMAP (line 34) | SYS_MREMAP = 5024 constant SYS_MSYNC (line 35) | SYS_MSYNC = 5025 constant SYS_MINCORE (line 36) | SYS_MINCORE = 5026 constant SYS_MADVISE (line 37) | SYS_MADVISE = 5027 constant SYS_SHMGET (line 38) | SYS_SHMGET = 5028 constant SYS_SHMAT (line 39) | SYS_SHMAT = 5029 constant SYS_SHMCTL (line 40) | SYS_SHMCTL = 5030 constant SYS_DUP (line 41) | SYS_DUP = 5031 constant SYS_DUP2 (line 42) | SYS_DUP2 = 5032 constant SYS_PAUSE (line 43) | SYS_PAUSE = 5033 constant SYS_NANOSLEEP (line 44) | SYS_NANOSLEEP = 5034 constant SYS_GETITIMER (line 45) | SYS_GETITIMER = 5035 constant SYS_SETITIMER (line 46) | SYS_SETITIMER = 5036 constant SYS_ALARM (line 47) | SYS_ALARM = 5037 constant SYS_GETPID (line 48) | SYS_GETPID = 5038 constant SYS_SENDFILE (line 49) | SYS_SENDFILE = 5039 constant SYS_SOCKET (line 50) | SYS_SOCKET = 5040 constant SYS_CONNECT (line 51) | SYS_CONNECT = 5041 constant SYS_ACCEPT (line 52) | SYS_ACCEPT = 5042 constant SYS_SENDTO (line 53) | SYS_SENDTO = 5043 constant SYS_RECVFROM (line 54) | SYS_RECVFROM = 5044 constant SYS_SENDMSG (line 55) | SYS_SENDMSG = 5045 constant SYS_RECVMSG (line 56) | SYS_RECVMSG = 5046 constant SYS_SHUTDOWN (line 57) | SYS_SHUTDOWN = 5047 constant SYS_BIND (line 58) | SYS_BIND = 5048 constant SYS_LISTEN (line 59) | SYS_LISTEN = 5049 constant SYS_GETSOCKNAME (line 60) | SYS_GETSOCKNAME = 5050 constant SYS_GETPEERNAME (line 61) | SYS_GETPEERNAME = 5051 constant SYS_SOCKETPAIR (line 62) | SYS_SOCKETPAIR = 5052 constant SYS_SETSOCKOPT (line 63) | SYS_SETSOCKOPT = 5053 constant SYS_GETSOCKOPT (line 64) | SYS_GETSOCKOPT = 5054 constant SYS_CLONE (line 65) | SYS_CLONE = 5055 constant SYS_FORK (line 66) | SYS_FORK = 5056 constant SYS_EXECVE (line 67) | SYS_EXECVE = 5057 constant SYS_EXIT (line 68) | SYS_EXIT = 5058 constant SYS_WAIT4 (line 69) | SYS_WAIT4 = 5059 constant SYS_KILL (line 70) | SYS_KILL = 5060 constant SYS_UNAME (line 71) | SYS_UNAME = 5061 constant SYS_SEMGET (line 72) | SYS_SEMGET = 5062 constant SYS_SEMOP (line 73) | SYS_SEMOP = 5063 constant SYS_SEMCTL (line 74) | SYS_SEMCTL = 5064 constant SYS_SHMDT (line 75) | SYS_SHMDT = 5065 constant SYS_MSGGET (line 76) | SYS_MSGGET = 5066 constant SYS_MSGSND (line 77) | SYS_MSGSND = 5067 constant SYS_MSGRCV (line 78) | SYS_MSGRCV = 5068 constant SYS_MSGCTL (line 79) | SYS_MSGCTL = 5069 constant SYS_FCNTL (line 80) | SYS_FCNTL = 5070 constant SYS_FLOCK (line 81) | SYS_FLOCK = 5071 constant SYS_FSYNC (line 82) | SYS_FSYNC = 5072 constant SYS_FDATASYNC (line 83) | SYS_FDATASYNC = 5073 constant SYS_TRUNCATE (line 84) | SYS_TRUNCATE = 5074 constant SYS_FTRUNCATE (line 85) | SYS_FTRUNCATE = 5075 constant SYS_GETDENTS (line 86) | SYS_GETDENTS = 5076 constant SYS_GETCWD (line 87) | SYS_GETCWD = 5077 constant SYS_CHDIR (line 88) | SYS_CHDIR = 5078 constant SYS_FCHDIR (line 89) | SYS_FCHDIR = 5079 constant SYS_RENAME (line 90) | SYS_RENAME = 5080 constant SYS_MKDIR (line 91) | SYS_MKDIR = 5081 constant SYS_RMDIR (line 92) | SYS_RMDIR = 5082 constant SYS_CREAT (line 93) | SYS_CREAT = 5083 constant SYS_LINK (line 94) | SYS_LINK = 5084 constant SYS_UNLINK (line 95) | SYS_UNLINK = 5085 constant SYS_SYMLINK (line 96) | SYS_SYMLINK = 5086 constant SYS_READLINK (line 97) | SYS_READLINK = 5087 constant SYS_CHMOD (line 98) | SYS_CHMOD = 5088 constant SYS_FCHMOD (line 99) | SYS_FCHMOD = 5089 constant SYS_CHOWN (line 100) | SYS_CHOWN = 5090 constant SYS_FCHOWN (line 101) | SYS_FCHOWN = 5091 constant SYS_LCHOWN (line 102) | SYS_LCHOWN = 5092 constant SYS_UMASK (line 103) | SYS_UMASK = 5093 constant SYS_GETTIMEOFDAY (line 104) | SYS_GETTIMEOFDAY = 5094 constant SYS_GETRLIMIT (line 105) | SYS_GETRLIMIT = 5095 constant SYS_GETRUSAGE (line 106) | SYS_GETRUSAGE = 5096 constant SYS_SYSINFO (line 107) | SYS_SYSINFO = 5097 constant SYS_TIMES (line 108) | SYS_TIMES = 5098 constant SYS_PTRACE (line 109) | SYS_PTRACE = 5099 constant SYS_GETUID (line 110) | SYS_GETUID = 5100 constant SYS_SYSLOG (line 111) | SYS_SYSLOG = 5101 constant SYS_GETGID (line 112) | SYS_GETGID = 5102 constant SYS_SETUID (line 113) | SYS_SETUID = 5103 constant SYS_SETGID (line 114) | SYS_SETGID = 5104 constant SYS_GETEUID (line 115) | SYS_GETEUID = 5105 constant SYS_GETEGID (line 116) | SYS_GETEGID = 5106 constant SYS_SETPGID (line 117) | SYS_SETPGID = 5107 constant SYS_GETPPID (line 118) | SYS_GETPPID = 5108 constant SYS_GETPGRP (line 119) | SYS_GETPGRP = 5109 constant SYS_SETSID (line 120) | SYS_SETSID = 5110 constant SYS_SETREUID (line 121) | SYS_SETREUID = 5111 constant SYS_SETREGID (line 122) | SYS_SETREGID = 5112 constant SYS_GETGROUPS (line 123) | SYS_GETGROUPS = 5113 constant SYS_SETGROUPS (line 124) | SYS_SETGROUPS = 5114 constant SYS_SETRESUID (line 125) | SYS_SETRESUID = 5115 constant SYS_GETRESUID (line 126) | SYS_GETRESUID = 5116 constant SYS_SETRESGID (line 127) | SYS_SETRESGID = 5117 constant SYS_GETRESGID (line 128) | SYS_GETRESGID = 5118 constant SYS_GETPGID (line 129) | SYS_GETPGID = 5119 constant SYS_SETFSUID (line 130) | SYS_SETFSUID = 5120 constant SYS_SETFSGID (line 131) | SYS_SETFSGID = 5121 constant SYS_GETSID (line 132) | SYS_GETSID = 5122 constant SYS_CAPGET (line 133) | SYS_CAPGET = 5123 constant SYS_CAPSET (line 134) | SYS_CAPSET = 5124 constant SYS_RT_SIGPENDING (line 135) | SYS_RT_SIGPENDING = 5125 constant SYS_RT_SIGTIMEDWAIT (line 136) | SYS_RT_SIGTIMEDWAIT = 5126 constant SYS_RT_SIGQUEUEINFO (line 137) | SYS_RT_SIGQUEUEINFO = 5127 constant SYS_RT_SIGSUSPEND (line 138) | SYS_RT_SIGSUSPEND = 5128 constant SYS_SIGALTSTACK (line 139) | SYS_SIGALTSTACK = 5129 constant SYS_UTIME (line 140) | SYS_UTIME = 5130 constant SYS_MKNOD (line 141) | SYS_MKNOD = 5131 constant SYS_PERSONALITY (line 142) | SYS_PERSONALITY = 5132 constant SYS_USTAT (line 143) | SYS_USTAT = 5133 constant SYS_STATFS (line 144) | SYS_STATFS = 5134 constant SYS_FSTATFS (line 145) | SYS_FSTATFS = 5135 constant SYS_SYSFS (line 146) | SYS_SYSFS = 5136 constant SYS_GETPRIORITY (line 147) | SYS_GETPRIORITY = 5137 constant SYS_SETPRIORITY (line 148) | SYS_SETPRIORITY = 5138 constant SYS_SCHED_SETPARAM (line 149) | SYS_SCHED_SETPARAM = 5139 constant SYS_SCHED_GETPARAM (line 150) | SYS_SCHED_GETPARAM = 5140 constant SYS_SCHED_SETSCHEDULER (line 151) | SYS_SCHED_SETSCHEDULER = 5141 constant SYS_SCHED_GETSCHEDULER (line 152) | SYS_SCHED_GETSCHEDULER = 5142 constant SYS_SCHED_GET_PRIORITY_MAX (line 153) | SYS_SCHED_GET_PRIORITY_MAX = 5143 constant SYS_SCHED_GET_PRIORITY_MIN (line 154) | SYS_SCHED_GET_PRIORITY_MIN = 5144 constant SYS_SCHED_RR_GET_INTERVAL (line 155) | SYS_SCHED_RR_GET_INTERVAL = 5145 constant SYS_MLOCK (line 156) | SYS_MLOCK = 5146 constant SYS_MUNLOCK (line 157) | SYS_MUNLOCK = 5147 constant SYS_MLOCKALL (line 158) | SYS_MLOCKALL = 5148 constant SYS_MUNLOCKALL (line 159) | SYS_MUNLOCKALL = 5149 constant SYS_VHANGUP (line 160) | SYS_VHANGUP = 5150 constant SYS_PIVOT_ROOT (line 161) | SYS_PIVOT_ROOT = 5151 constant SYS__SYSCTL (line 162) | SYS__SYSCTL = 5152 constant SYS_PRCTL (line 163) | SYS_PRCTL = 5153 constant SYS_ADJTIMEX (line 164) | SYS_ADJTIMEX = 5154 constant SYS_SETRLIMIT (line 165) | SYS_SETRLIMIT = 5155 constant SYS_CHROOT (line 166) | SYS_CHROOT = 5156 constant SYS_SYNC (line 167) | SYS_SYNC = 5157 constant SYS_ACCT (line 168) | SYS_ACCT = 5158 constant SYS_SETTIMEOFDAY (line 169) | SYS_SETTIMEOFDAY = 5159 constant SYS_MOUNT (line 170) | SYS_MOUNT = 5160 constant SYS_UMOUNT2 (line 171) | SYS_UMOUNT2 = 5161 constant SYS_SWAPON (line 172) | SYS_SWAPON = 5162 constant SYS_SWAPOFF (line 173) | SYS_SWAPOFF = 5163 constant SYS_REBOOT (line 174) | SYS_REBOOT = 5164 constant SYS_SETHOSTNAME (line 175) | SYS_SETHOSTNAME = 5165 constant SYS_SETDOMAINNAME (line 176) | SYS_SETDOMAINNAME = 5166 constant SYS_CREATE_MODULE (line 177) | SYS_CREATE_MODULE = 5167 constant SYS_INIT_MODULE (line 178) | SYS_INIT_MODULE = 5168 constant SYS_DELETE_MODULE (line 179) | SYS_DELETE_MODULE = 5169 constant SYS_GET_KERNEL_SYMS (line 180) | SYS_GET_KERNEL_SYMS = 5170 constant SYS_QUERY_MODULE (line 181) | SYS_QUERY_MODULE = 5171 constant SYS_QUOTACTL (line 182) | SYS_QUOTACTL = 5172 constant SYS_NFSSERVCTL (line 183) | SYS_NFSSERVCTL = 5173 constant SYS_GETPMSG (line 184) | SYS_GETPMSG = 5174 constant SYS_PUTPMSG (line 185) | SYS_PUTPMSG = 5175 constant SYS_AFS_SYSCALL (line 186) | SYS_AFS_SYSCALL = 5176 constant SYS_RESERVED177 (line 187) | SYS_RESERVED177 = 5177 constant SYS_GETTID (line 188) | SYS_GETTID = 5178 constant SYS_READAHEAD (line 189) | SYS_READAHEAD = 5179 constant SYS_SETXATTR (line 190) | SYS_SETXATTR = 5180 constant SYS_LSETXATTR (line 191) | SYS_LSETXATTR = 5181 constant SYS_FSETXATTR (line 192) | SYS_FSETXATTR = 5182 constant SYS_GETXATTR (line 193) | SYS_GETXATTR = 5183 constant SYS_LGETXATTR (line 194) | SYS_LGETXATTR = 5184 constant SYS_FGETXATTR (line 195) | SYS_FGETXATTR = 5185 constant SYS_LISTXATTR (line 196) | SYS_LISTXATTR = 5186 constant SYS_LLISTXATTR (line 197) | SYS_LLISTXATTR = 5187 constant SYS_FLISTXATTR (line 198) | SYS_FLISTXATTR = 5188 constant SYS_REMOVEXATTR (line 199) | SYS_REMOVEXATTR = 5189 constant SYS_LREMOVEXATTR (line 200) | SYS_LREMOVEXATTR = 5190 constant SYS_FREMOVEXATTR (line 201) | SYS_FREMOVEXATTR = 5191 constant SYS_TKILL (line 202) | SYS_TKILL = 5192 constant SYS_RESERVED193 (line 203) | SYS_RESERVED193 = 5193 constant SYS_FUTEX (line 204) | SYS_FUTEX = 5194 constant SYS_SCHED_SETAFFINITY (line 205) | SYS_SCHED_SETAFFINITY = 5195 constant SYS_SCHED_GETAFFINITY (line 206) | SYS_SCHED_GETAFFINITY = 5196 constant SYS_CACHEFLUSH (line 207) | SYS_CACHEFLUSH = 5197 constant SYS_CACHECTL (line 208) | SYS_CACHECTL = 5198 constant SYS_SYSMIPS (line 209) | SYS_SYSMIPS = 5199 constant SYS_IO_SETUP (line 210) | SYS_IO_SETUP = 5200 constant SYS_IO_DESTROY (line 211) | SYS_IO_DESTROY = 5201 constant SYS_IO_GETEVENTS (line 212) | SYS_IO_GETEVENTS = 5202 constant SYS_IO_SUBMIT (line 213) | SYS_IO_SUBMIT = 5203 constant SYS_IO_CANCEL (line 214) | SYS_IO_CANCEL = 5204 constant SYS_EXIT_GROUP (line 215) | SYS_EXIT_GROUP = 5205 constant SYS_LOOKUP_DCOOKIE (line 216) | SYS_LOOKUP_DCOOKIE = 5206 constant SYS_EPOLL_CREATE (line 217) | SYS_EPOLL_CREATE = 5207 constant SYS_EPOLL_CTL (line 218) | SYS_EPOLL_CTL = 5208 constant SYS_EPOLL_WAIT (line 219) | SYS_EPOLL_WAIT = 5209 constant SYS_REMAP_FILE_PAGES (line 220) | SYS_REMAP_FILE_PAGES = 5210 constant SYS_RT_SIGRETURN (line 221) | SYS_RT_SIGRETURN = 5211 constant SYS_SET_TID_ADDRESS (line 222) | SYS_SET_TID_ADDRESS = 5212 constant SYS_RESTART_SYSCALL (line 223) | SYS_RESTART_SYSCALL = 5213 constant SYS_SEMTIMEDOP (line 224) | SYS_SEMTIMEDOP = 5214 constant SYS_FADVISE64 (line 225) | SYS_FADVISE64 = 5215 constant SYS_TIMER_CREATE (line 226) | SYS_TIMER_CREATE = 5216 constant SYS_TIMER_SETTIME (line 227) | SYS_TIMER_SETTIME = 5217 constant SYS_TIMER_GETTIME (line 228) | SYS_TIMER_GETTIME = 5218 constant SYS_TIMER_GETOVERRUN (line 229) | SYS_TIMER_GETOVERRUN = 5219 constant SYS_TIMER_DELETE (line 230) | SYS_TIMER_DELETE = 5220 constant SYS_CLOCK_SETTIME (line 231) | SYS_CLOCK_SETTIME = 5221 constant SYS_CLOCK_GETTIME (line 232) | SYS_CLOCK_GETTIME = 5222 constant SYS_CLOCK_GETRES (line 233) | SYS_CLOCK_GETRES = 5223 constant SYS_CLOCK_NANOSLEEP (line 234) | SYS_CLOCK_NANOSLEEP = 5224 constant SYS_TGKILL (line 235) | SYS_TGKILL = 5225 constant SYS_UTIMES (line 236) | SYS_UTIMES = 5226 constant SYS_MBIND (line 237) | SYS_MBIND = 5227 constant SYS_GET_MEMPOLICY (line 238) | SYS_GET_MEMPOLICY = 5228 constant SYS_SET_MEMPOLICY (line 239) | SYS_SET_MEMPOLICY = 5229 constant SYS_MQ_OPEN (line 240) | SYS_MQ_OPEN = 5230 constant SYS_MQ_UNLINK (line 241) | SYS_MQ_UNLINK = 5231 constant SYS_MQ_TIMEDSEND (line 242) | SYS_MQ_TIMEDSEND = 5232 constant SYS_MQ_TIMEDRECEIVE (line 243) | SYS_MQ_TIMEDRECEIVE = 5233 constant SYS_MQ_NOTIFY (line 244) | SYS_MQ_NOTIFY = 5234 constant SYS_MQ_GETSETATTR (line 245) | SYS_MQ_GETSETATTR = 5235 constant SYS_VSERVER (line 246) | SYS_VSERVER = 5236 constant SYS_WAITID (line 247) | SYS_WAITID = 5237 constant SYS_ADD_KEY (line 248) | SYS_ADD_KEY = 5239 constant SYS_REQUEST_KEY (line 249) | SYS_REQUEST_KEY = 5240 constant SYS_KEYCTL (line 250) | SYS_KEYCTL = 5241 constant SYS_SET_THREAD_AREA (line 251) | SYS_SET_THREAD_AREA = 5242 constant SYS_INOTIFY_INIT (line 252) | SYS_INOTIFY_INIT = 5243 constant SYS_INOTIFY_ADD_WATCH (line 253) | SYS_INOTIFY_ADD_WATCH = 5244 constant SYS_INOTIFY_RM_WATCH (line 254) | SYS_INOTIFY_RM_WATCH = 5245 constant SYS_MIGRATE_PAGES (line 255) | SYS_MIGRATE_PAGES = 5246 constant SYS_OPENAT (line 256) | SYS_OPENAT = 5247 constant SYS_MKDIRAT (line 257) | SYS_MKDIRAT = 5248 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 5249 constant SYS_FCHOWNAT (line 259) | SYS_FCHOWNAT = 5250 constant SYS_FUTIMESAT (line 260) | SYS_FUTIMESAT = 5251 constant SYS_NEWFSTATAT (line 261) | SYS_NEWFSTATAT = 5252 constant SYS_UNLINKAT (line 262) | SYS_UNLINKAT = 5253 constant SYS_RENAMEAT (line 263) | SYS_RENAMEAT = 5254 constant SYS_LINKAT (line 264) | SYS_LINKAT = 5255 constant SYS_SYMLINKAT (line 265) | SYS_SYMLINKAT = 5256 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 5257 constant SYS_FCHMODAT (line 267) | SYS_FCHMODAT = 5258 constant SYS_FACCESSAT (line 268) | SYS_FACCESSAT = 5259 constant SYS_PSELECT6 (line 269) | SYS_PSELECT6 = 5260 constant SYS_PPOLL (line 270) | SYS_PPOLL = 5261 constant SYS_UNSHARE (line 271) | SYS_UNSHARE = 5262 constant SYS_SPLICE (line 272) | SYS_SPLICE = 5263 constant SYS_SYNC_FILE_RANGE (line 273) | SYS_SYNC_FILE_RANGE = 5264 constant SYS_TEE (line 274) | SYS_TEE = 5265 constant SYS_VMSPLICE (line 275) | SYS_VMSPLICE = 5266 constant SYS_MOVE_PAGES (line 276) | SYS_MOVE_PAGES = 5267 constant SYS_SET_ROBUST_LIST (line 277) | SYS_SET_ROBUST_LIST = 5268 constant SYS_GET_ROBUST_LIST (line 278) | SYS_GET_ROBUST_LIST = 5269 constant SYS_KEXEC_LOAD (line 279) | SYS_KEXEC_LOAD = 5270 constant SYS_GETCPU (line 280) | SYS_GETCPU = 5271 constant SYS_EPOLL_PWAIT (line 281) | SYS_EPOLL_PWAIT = 5272 constant SYS_IOPRIO_SET (line 282) | SYS_IOPRIO_SET = 5273 constant SYS_IOPRIO_GET (line 283) | SYS_IOPRIO_GET = 5274 constant SYS_UTIMENSAT (line 284) | SYS_UTIMENSAT = 5275 constant SYS_SIGNALFD (line 285) | SYS_SIGNALFD = 5276 constant SYS_TIMERFD (line 286) | SYS_TIMERFD = 5277 constant SYS_EVENTFD (line 287) | SYS_EVENTFD = 5278 constant SYS_FALLOCATE (line 288) | SYS_FALLOCATE = 5279 constant SYS_TIMERFD_CREATE (line 289) | SYS_TIMERFD_CREATE = 5280 constant SYS_TIMERFD_GETTIME (line 290) | SYS_TIMERFD_GETTIME = 5281 constant SYS_TIMERFD_SETTIME (line 291) | SYS_TIMERFD_SETTIME = 5282 constant SYS_SIGNALFD4 (line 292) | SYS_SIGNALFD4 = 5283 constant SYS_EVENTFD2 (line 293) | SYS_EVENTFD2 = 5284 constant SYS_EPOLL_CREATE1 (line 294) | SYS_EPOLL_CREATE1 = 5285 constant SYS_DUP3 (line 295) | SYS_DUP3 = 5286 constant SYS_PIPE2 (line 296) | SYS_PIPE2 = 5287 constant SYS_INOTIFY_INIT1 (line 297) | SYS_INOTIFY_INIT1 = 5288 constant SYS_PREADV (line 298) | SYS_PREADV = 5289 constant SYS_PWRITEV (line 299) | SYS_PWRITEV = 5290 constant SYS_RT_TGSIGQUEUEINFO (line 300) | SYS_RT_TGSIGQUEUEINFO = 5291 constant SYS_PERF_EVENT_OPEN (line 301) | SYS_PERF_EVENT_OPEN = 5292 constant SYS_ACCEPT4 (line 302) | SYS_ACCEPT4 = 5293 constant SYS_RECVMMSG (line 303) | SYS_RECVMMSG = 5294 constant SYS_FANOTIFY_INIT (line 304) | SYS_FANOTIFY_INIT = 5295 constant SYS_FANOTIFY_MARK (line 305) | SYS_FANOTIFY_MARK = 5296 constant SYS_PRLIMIT64 (line 306) | SYS_PRLIMIT64 = 5297 constant SYS_NAME_TO_HANDLE_AT (line 307) | SYS_NAME_TO_HANDLE_AT = 5298 constant SYS_OPEN_BY_HANDLE_AT (line 308) | SYS_OPEN_BY_HANDLE_AT = 5299 constant SYS_CLOCK_ADJTIME (line 309) | SYS_CLOCK_ADJTIME = 5300 constant SYS_SYNCFS (line 310) | SYS_SYNCFS = 5301 constant SYS_SENDMMSG (line 311) | SYS_SENDMMSG = 5302 constant SYS_SETNS (line 312) | SYS_SETNS = 5303 constant SYS_PROCESS_VM_READV (line 313) | SYS_PROCESS_VM_READV = 5304 constant SYS_PROCESS_VM_WRITEV (line 314) | SYS_PROCESS_VM_WRITEV = 5305 constant SYS_KCMP (line 315) | SYS_KCMP = 5306 constant SYS_FINIT_MODULE (line 316) | SYS_FINIT_MODULE = 5307 constant SYS_GETDENTS64 (line 317) | SYS_GETDENTS64 = 5308 constant SYS_SCHED_SETATTR (line 318) | SYS_SCHED_SETATTR = 5309 constant SYS_SCHED_GETATTR (line 319) | SYS_SCHED_GETATTR = 5310 constant SYS_RENAMEAT2 (line 320) | SYS_RENAMEAT2 = 5311 constant SYS_SECCOMP (line 321) | SYS_SECCOMP = 5312 constant SYS_GETRANDOM (line 322) | SYS_GETRANDOM = 5313 constant SYS_MEMFD_CREATE (line 323) | SYS_MEMFD_CREATE = 5314 constant SYS_BPF (line 324) | SYS_BPF = 5315 constant SYS_EXECVEAT (line 325) | SYS_EXECVEAT = 5316 constant SYS_USERFAULTFD (line 326) | SYS_USERFAULTFD = 5317 constant SYS_MEMBARRIER (line 327) | SYS_MEMBARRIER = 5318 constant SYS_MLOCK2 (line 328) | SYS_MLOCK2 = 5319 constant SYS_COPY_FILE_RANGE (line 329) | SYS_COPY_FILE_RANGE = 5320 constant SYS_PREADV2 (line 330) | SYS_PREADV2 = 5321 constant SYS_PWRITEV2 (line 331) | SYS_PWRITEV2 = 5322 constant SYS_PKEY_MPROTECT (line 332) | SYS_PKEY_MPROTECT = 5323 constant SYS_PKEY_ALLOC (line 333) | SYS_PKEY_ALLOC = 5324 constant SYS_PKEY_FREE (line 334) | SYS_PKEY_FREE = 5325 constant SYS_STATX (line 335) | SYS_STATX = 5326 constant SYS_RSEQ (line 336) | SYS_RSEQ = 5327 constant SYS_IO_PGETEVENTS (line 337) | SYS_IO_PGETEVENTS = 5328 constant SYS_PIDFD_SEND_SIGNAL (line 338) | SYS_PIDFD_SEND_SIGNAL = 5424 constant SYS_IO_URING_SETUP (line 339) | SYS_IO_URING_SETUP = 5425 constant SYS_IO_URING_ENTER (line 340) | SYS_IO_URING_ENTER = 5426 constant SYS_IO_URING_REGISTER (line 341) | SYS_IO_URING_REGISTER = 5427 constant SYS_OPEN_TREE (line 342) | SYS_OPEN_TREE = 5428 constant SYS_MOVE_MOUNT (line 343) | SYS_MOVE_MOUNT = 5429 constant SYS_FSOPEN (line 344) | SYS_FSOPEN = 5430 constant SYS_FSCONFIG (line 345) | SYS_FSCONFIG = 5431 constant SYS_FSMOUNT (line 346) | SYS_FSMOUNT = 5432 constant SYS_FSPICK (line 347) | SYS_FSPICK = 5433 constant SYS_PIDFD_OPEN (line 348) | SYS_PIDFD_OPEN = 5434 constant SYS_CLONE3 (line 349) | SYS_CLONE3 = 5435 constant SYS_CLOSE_RANGE (line 350) | SYS_CLOSE_RANGE = 5436 constant SYS_OPENAT2 (line 351) | SYS_OPENAT2 = 5437 constant SYS_PIDFD_GETFD (line 352) | SYS_PIDFD_GETFD = 5438 constant SYS_FACCESSAT2 (line 353) | SYS_FACCESSAT2 = 5439 constant SYS_PROCESS_MADVISE (line 354) | SYS_PROCESS_MADVISE = 5440 constant SYS_EPOLL_PWAIT2 (line 355) | SYS_EPOLL_PWAIT2 = 5441 constant SYS_MOUNT_SETATTR (line 356) | SYS_MOUNT_SETATTR = 5442 constant SYS_QUOTACTL_FD (line 357) | SYS_QUOTACTL_FD = 5443 constant SYS_LANDLOCK_CREATE_RULESET (line 358) | SYS_LANDLOCK_CREATE_RULESET = 5444 constant SYS_LANDLOCK_ADD_RULE (line 359) | SYS_LANDLOCK_ADD_RULE = 5445 constant SYS_LANDLOCK_RESTRICT_SELF (line 360) | SYS_LANDLOCK_RESTRICT_SELF = 5446 constant SYS_PROCESS_MRELEASE (line 361) | SYS_PROCESS_MRELEASE = 5448 constant SYS_FUTEX_WAITV (line 362) | SYS_FUTEX_WAITV = 5449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 363) | SYS_SET_MEMPOLICY_HOME_NODE = 5450 constant SYS_CACHESTAT (line 364) | SYS_CACHESTAT = 5451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go constant SYS_SYSCALL (line 10) | SYS_SYSCALL = 4000 constant SYS_EXIT (line 11) | SYS_EXIT = 4001 constant SYS_FORK (line 12) | SYS_FORK = 4002 constant SYS_READ (line 13) | SYS_READ = 4003 constant SYS_WRITE (line 14) | SYS_WRITE = 4004 constant SYS_OPEN (line 15) | SYS_OPEN = 4005 constant SYS_CLOSE (line 16) | SYS_CLOSE = 4006 constant SYS_WAITPID (line 17) | SYS_WAITPID = 4007 constant SYS_CREAT (line 18) | SYS_CREAT = 4008 constant SYS_LINK (line 19) | SYS_LINK = 4009 constant SYS_UNLINK (line 20) | SYS_UNLINK = 4010 constant SYS_EXECVE (line 21) | SYS_EXECVE = 4011 constant SYS_CHDIR (line 22) | SYS_CHDIR = 4012 constant SYS_TIME (line 23) | SYS_TIME = 4013 constant SYS_MKNOD (line 24) | SYS_MKNOD = 4014 constant SYS_CHMOD (line 25) | SYS_CHMOD = 4015 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 4016 constant SYS_BREAK (line 27) | SYS_BREAK = 4017 constant SYS_UNUSED18 (line 28) | SYS_UNUSED18 = 4018 constant SYS_LSEEK (line 29) | SYS_LSEEK = 4019 constant SYS_GETPID (line 30) | SYS_GETPID = 4020 constant SYS_MOUNT (line 31) | SYS_MOUNT = 4021 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 4022 constant SYS_SETUID (line 33) | SYS_SETUID = 4023 constant SYS_GETUID (line 34) | SYS_GETUID = 4024 constant SYS_STIME (line 35) | SYS_STIME = 4025 constant SYS_PTRACE (line 36) | SYS_PTRACE = 4026 constant SYS_ALARM (line 37) | SYS_ALARM = 4027 constant SYS_UNUSED28 (line 38) | SYS_UNUSED28 = 4028 constant SYS_PAUSE (line 39) | SYS_PAUSE = 4029 constant SYS_UTIME (line 40) | SYS_UTIME = 4030 constant SYS_STTY (line 41) | SYS_STTY = 4031 constant SYS_GTTY (line 42) | SYS_GTTY = 4032 constant SYS_ACCESS (line 43) | SYS_ACCESS = 4033 constant SYS_NICE (line 44) | SYS_NICE = 4034 constant SYS_FTIME (line 45) | SYS_FTIME = 4035 constant SYS_SYNC (line 46) | SYS_SYNC = 4036 constant SYS_KILL (line 47) | SYS_KILL = 4037 constant SYS_RENAME (line 48) | SYS_RENAME = 4038 constant SYS_MKDIR (line 49) | SYS_MKDIR = 4039 constant SYS_RMDIR (line 50) | SYS_RMDIR = 4040 constant SYS_DUP (line 51) | SYS_DUP = 4041 constant SYS_PIPE (line 52) | SYS_PIPE = 4042 constant SYS_TIMES (line 53) | SYS_TIMES = 4043 constant SYS_PROF (line 54) | SYS_PROF = 4044 constant SYS_BRK (line 55) | SYS_BRK = 4045 constant SYS_SETGID (line 56) | SYS_SETGID = 4046 constant SYS_GETGID (line 57) | SYS_GETGID = 4047 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 4048 constant SYS_GETEUID (line 59) | SYS_GETEUID = 4049 constant SYS_GETEGID (line 60) | SYS_GETEGID = 4050 constant SYS_ACCT (line 61) | SYS_ACCT = 4051 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 4052 constant SYS_LOCK (line 63) | SYS_LOCK = 4053 constant SYS_IOCTL (line 64) | SYS_IOCTL = 4054 constant SYS_FCNTL (line 65) | SYS_FCNTL = 4055 constant SYS_MPX (line 66) | SYS_MPX = 4056 constant SYS_SETPGID (line 67) | SYS_SETPGID = 4057 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 4058 constant SYS_UNUSED59 (line 69) | SYS_UNUSED59 = 4059 constant SYS_UMASK (line 70) | SYS_UMASK = 4060 constant SYS_CHROOT (line 71) | SYS_CHROOT = 4061 constant SYS_USTAT (line 72) | SYS_USTAT = 4062 constant SYS_DUP2 (line 73) | SYS_DUP2 = 4063 constant SYS_GETPPID (line 74) | SYS_GETPPID = 4064 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 4065 constant SYS_SETSID (line 76) | SYS_SETSID = 4066 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 4067 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 4068 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 4069 constant SYS_SETREUID (line 80) | SYS_SETREUID = 4070 constant SYS_SETREGID (line 81) | SYS_SETREGID = 4071 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 4072 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 4073 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 4074 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 4075 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 4076 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 4077 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 4078 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 4079 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 4080 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 4081 constant SYS_RESERVED82 (line 92) | SYS_RESERVED82 = 4082 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 4083 constant SYS_UNUSED84 (line 94) | SYS_UNUSED84 = 4084 constant SYS_READLINK (line 95) | SYS_READLINK = 4085 constant SYS_USELIB (line 96) | SYS_USELIB = 4086 constant SYS_SWAPON (line 97) | SYS_SWAPON = 4087 constant SYS_REBOOT (line 98) | SYS_REBOOT = 4088 constant SYS_READDIR (line 99) | SYS_READDIR = 4089 constant SYS_MMAP (line 100) | SYS_MMAP = 4090 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 4091 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 4092 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 4093 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 4094 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 4095 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 4096 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 4097 constant SYS_PROFIL (line 108) | SYS_PROFIL = 4098 constant SYS_STATFS (line 109) | SYS_STATFS = 4099 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 4100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 4101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 4102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 4103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 4104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 4105 constant SYS_STAT (line 116) | SYS_STAT = 4106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 4107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 4108 constant SYS_UNUSED109 (line 119) | SYS_UNUSED109 = 4109 constant SYS_IOPL (line 120) | SYS_IOPL = 4110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 4111 constant SYS_IDLE (line 122) | SYS_IDLE = 4112 constant SYS_VM86 (line 123) | SYS_VM86 = 4113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 4114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 4115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 4116 constant SYS_IPC (line 127) | SYS_IPC = 4117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 4118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 4119 constant SYS_CLONE (line 130) | SYS_CLONE = 4120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 4121 constant SYS_UNAME (line 132) | SYS_UNAME = 4122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 4123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 4124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 4125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 4126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 4127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 4128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 4129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 4130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 4131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 4132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 4133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 4134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 4135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 4136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 4137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 4138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 4139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 4140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 4141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 4142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 4143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 4144 constant SYS_READV (line 155) | SYS_READV = 4145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 4146 constant SYS_CACHEFLUSH (line 157) | SYS_CACHEFLUSH = 4147 constant SYS_CACHECTL (line 158) | SYS_CACHECTL = 4148 constant SYS_SYSMIPS (line 159) | SYS_SYSMIPS = 4149 constant SYS_UNUSED150 (line 160) | SYS_UNUSED150 = 4150 constant SYS_GETSID (line 161) | SYS_GETSID = 4151 constant SYS_FDATASYNC (line 162) | SYS_FDATASYNC = 4152 constant SYS__SYSCTL (line 163) | SYS__SYSCTL = 4153 constant SYS_MLOCK (line 164) | SYS_MLOCK = 4154 constant SYS_MUNLOCK (line 165) | SYS_MUNLOCK = 4155 constant SYS_MLOCKALL (line 166) | SYS_MLOCKALL = 4156 constant SYS_MUNLOCKALL (line 167) | SYS_MUNLOCKALL = 4157 constant SYS_SCHED_SETPARAM (line 168) | SYS_SCHED_SETPARAM = 4158 constant SYS_SCHED_GETPARAM (line 169) | SYS_SCHED_GETPARAM = 4159 constant SYS_SCHED_SETSCHEDULER (line 170) | SYS_SCHED_SETSCHEDULER = 4160 constant SYS_SCHED_GETSCHEDULER (line 171) | SYS_SCHED_GETSCHEDULER = 4161 constant SYS_SCHED_YIELD (line 172) | SYS_SCHED_YIELD = 4162 constant SYS_SCHED_GET_PRIORITY_MAX (line 173) | SYS_SCHED_GET_PRIORITY_MAX = 4163 constant SYS_SCHED_GET_PRIORITY_MIN (line 174) | SYS_SCHED_GET_PRIORITY_MIN = 4164 constant SYS_SCHED_RR_GET_INTERVAL (line 175) | SYS_SCHED_RR_GET_INTERVAL = 4165 constant SYS_NANOSLEEP (line 176) | SYS_NANOSLEEP = 4166 constant SYS_MREMAP (line 177) | SYS_MREMAP = 4167 constant SYS_ACCEPT (line 178) | SYS_ACCEPT = 4168 constant SYS_BIND (line 179) | SYS_BIND = 4169 constant SYS_CONNECT (line 180) | SYS_CONNECT = 4170 constant SYS_GETPEERNAME (line 181) | SYS_GETPEERNAME = 4171 constant SYS_GETSOCKNAME (line 182) | SYS_GETSOCKNAME = 4172 constant SYS_GETSOCKOPT (line 183) | SYS_GETSOCKOPT = 4173 constant SYS_LISTEN (line 184) | SYS_LISTEN = 4174 constant SYS_RECV (line 185) | SYS_RECV = 4175 constant SYS_RECVFROM (line 186) | SYS_RECVFROM = 4176 constant SYS_RECVMSG (line 187) | SYS_RECVMSG = 4177 constant SYS_SEND (line 188) | SYS_SEND = 4178 constant SYS_SENDMSG (line 189) | SYS_SENDMSG = 4179 constant SYS_SENDTO (line 190) | SYS_SENDTO = 4180 constant SYS_SETSOCKOPT (line 191) | SYS_SETSOCKOPT = 4181 constant SYS_SHUTDOWN (line 192) | SYS_SHUTDOWN = 4182 constant SYS_SOCKET (line 193) | SYS_SOCKET = 4183 constant SYS_SOCKETPAIR (line 194) | SYS_SOCKETPAIR = 4184 constant SYS_SETRESUID (line 195) | SYS_SETRESUID = 4185 constant SYS_GETRESUID (line 196) | SYS_GETRESUID = 4186 constant SYS_QUERY_MODULE (line 197) | SYS_QUERY_MODULE = 4187 constant SYS_POLL (line 198) | SYS_POLL = 4188 constant SYS_NFSSERVCTL (line 199) | SYS_NFSSERVCTL = 4189 constant SYS_SETRESGID (line 200) | SYS_SETRESGID = 4190 constant SYS_GETRESGID (line 201) | SYS_GETRESGID = 4191 constant SYS_PRCTL (line 202) | SYS_PRCTL = 4192 constant SYS_RT_SIGRETURN (line 203) | SYS_RT_SIGRETURN = 4193 constant SYS_RT_SIGACTION (line 204) | SYS_RT_SIGACTION = 4194 constant SYS_RT_SIGPROCMASK (line 205) | SYS_RT_SIGPROCMASK = 4195 constant SYS_RT_SIGPENDING (line 206) | SYS_RT_SIGPENDING = 4196 constant SYS_RT_SIGTIMEDWAIT (line 207) | SYS_RT_SIGTIMEDWAIT = 4197 constant SYS_RT_SIGQUEUEINFO (line 208) | SYS_RT_SIGQUEUEINFO = 4198 constant SYS_RT_SIGSUSPEND (line 209) | SYS_RT_SIGSUSPEND = 4199 constant SYS_PREAD64 (line 210) | SYS_PREAD64 = 4200 constant SYS_PWRITE64 (line 211) | SYS_PWRITE64 = 4201 constant SYS_CHOWN (line 212) | SYS_CHOWN = 4202 constant SYS_GETCWD (line 213) | SYS_GETCWD = 4203 constant SYS_CAPGET (line 214) | SYS_CAPGET = 4204 constant SYS_CAPSET (line 215) | SYS_CAPSET = 4205 constant SYS_SIGALTSTACK (line 216) | SYS_SIGALTSTACK = 4206 constant SYS_SENDFILE (line 217) | SYS_SENDFILE = 4207 constant SYS_GETPMSG (line 218) | SYS_GETPMSG = 4208 constant SYS_PUTPMSG (line 219) | SYS_PUTPMSG = 4209 constant SYS_MMAP2 (line 220) | SYS_MMAP2 = 4210 constant SYS_TRUNCATE64 (line 221) | SYS_TRUNCATE64 = 4211 constant SYS_FTRUNCATE64 (line 222) | SYS_FTRUNCATE64 = 4212 constant SYS_STAT64 (line 223) | SYS_STAT64 = 4213 constant SYS_LSTAT64 (line 224) | SYS_LSTAT64 = 4214 constant SYS_FSTAT64 (line 225) | SYS_FSTAT64 = 4215 constant SYS_PIVOT_ROOT (line 226) | SYS_PIVOT_ROOT = 4216 constant SYS_MINCORE (line 227) | SYS_MINCORE = 4217 constant SYS_MADVISE (line 228) | SYS_MADVISE = 4218 constant SYS_GETDENTS64 (line 229) | SYS_GETDENTS64 = 4219 constant SYS_FCNTL64 (line 230) | SYS_FCNTL64 = 4220 constant SYS_RESERVED221 (line 231) | SYS_RESERVED221 = 4221 constant SYS_GETTID (line 232) | SYS_GETTID = 4222 constant SYS_READAHEAD (line 233) | SYS_READAHEAD = 4223 constant SYS_SETXATTR (line 234) | SYS_SETXATTR = 4224 constant SYS_LSETXATTR (line 235) | SYS_LSETXATTR = 4225 constant SYS_FSETXATTR (line 236) | SYS_FSETXATTR = 4226 constant SYS_GETXATTR (line 237) | SYS_GETXATTR = 4227 constant SYS_LGETXATTR (line 238) | SYS_LGETXATTR = 4228 constant SYS_FGETXATTR (line 239) | SYS_FGETXATTR = 4229 constant SYS_LISTXATTR (line 240) | SYS_LISTXATTR = 4230 constant SYS_LLISTXATTR (line 241) | SYS_LLISTXATTR = 4231 constant SYS_FLISTXATTR (line 242) | SYS_FLISTXATTR = 4232 constant SYS_REMOVEXATTR (line 243) | SYS_REMOVEXATTR = 4233 constant SYS_LREMOVEXATTR (line 244) | SYS_LREMOVEXATTR = 4234 constant SYS_FREMOVEXATTR (line 245) | SYS_FREMOVEXATTR = 4235 constant SYS_TKILL (line 246) | SYS_TKILL = 4236 constant SYS_SENDFILE64 (line 247) | SYS_SENDFILE64 = 4237 constant SYS_FUTEX (line 248) | SYS_FUTEX = 4238 constant SYS_SCHED_SETAFFINITY (line 249) | SYS_SCHED_SETAFFINITY = 4239 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 4240 constant SYS_IO_SETUP (line 251) | SYS_IO_SETUP = 4241 constant SYS_IO_DESTROY (line 252) | SYS_IO_DESTROY = 4242 constant SYS_IO_GETEVENTS (line 253) | SYS_IO_GETEVENTS = 4243 constant SYS_IO_SUBMIT (line 254) | SYS_IO_SUBMIT = 4244 constant SYS_IO_CANCEL (line 255) | SYS_IO_CANCEL = 4245 constant SYS_EXIT_GROUP (line 256) | SYS_EXIT_GROUP = 4246 constant SYS_LOOKUP_DCOOKIE (line 257) | SYS_LOOKUP_DCOOKIE = 4247 constant SYS_EPOLL_CREATE (line 258) | SYS_EPOLL_CREATE = 4248 constant SYS_EPOLL_CTL (line 259) | SYS_EPOLL_CTL = 4249 constant SYS_EPOLL_WAIT (line 260) | SYS_EPOLL_WAIT = 4250 constant SYS_REMAP_FILE_PAGES (line 261) | SYS_REMAP_FILE_PAGES = 4251 constant SYS_SET_TID_ADDRESS (line 262) | SYS_SET_TID_ADDRESS = 4252 constant SYS_RESTART_SYSCALL (line 263) | SYS_RESTART_SYSCALL = 4253 constant SYS_FADVISE64 (line 264) | SYS_FADVISE64 = 4254 constant SYS_STATFS64 (line 265) | SYS_STATFS64 = 4255 constant SYS_FSTATFS64 (line 266) | SYS_FSTATFS64 = 4256 constant SYS_TIMER_CREATE (line 267) | SYS_TIMER_CREATE = 4257 constant SYS_TIMER_SETTIME (line 268) | SYS_TIMER_SETTIME = 4258 constant SYS_TIMER_GETTIME (line 269) | SYS_TIMER_GETTIME = 4259 constant SYS_TIMER_GETOVERRUN (line 270) | SYS_TIMER_GETOVERRUN = 4260 constant SYS_TIMER_DELETE (line 271) | SYS_TIMER_DELETE = 4261 constant SYS_CLOCK_SETTIME (line 272) | SYS_CLOCK_SETTIME = 4262 constant SYS_CLOCK_GETTIME (line 273) | SYS_CLOCK_GETTIME = 4263 constant SYS_CLOCK_GETRES (line 274) | SYS_CLOCK_GETRES = 4264 constant SYS_CLOCK_NANOSLEEP (line 275) | SYS_CLOCK_NANOSLEEP = 4265 constant SYS_TGKILL (line 276) | SYS_TGKILL = 4266 constant SYS_UTIMES (line 277) | SYS_UTIMES = 4267 constant SYS_MBIND (line 278) | SYS_MBIND = 4268 constant SYS_GET_MEMPOLICY (line 279) | SYS_GET_MEMPOLICY = 4269 constant SYS_SET_MEMPOLICY (line 280) | SYS_SET_MEMPOLICY = 4270 constant SYS_MQ_OPEN (line 281) | SYS_MQ_OPEN = 4271 constant SYS_MQ_UNLINK (line 282) | SYS_MQ_UNLINK = 4272 constant SYS_MQ_TIMEDSEND (line 283) | SYS_MQ_TIMEDSEND = 4273 constant SYS_MQ_TIMEDRECEIVE (line 284) | SYS_MQ_TIMEDRECEIVE = 4274 constant SYS_MQ_NOTIFY (line 285) | SYS_MQ_NOTIFY = 4275 constant SYS_MQ_GETSETATTR (line 286) | SYS_MQ_GETSETATTR = 4276 constant SYS_VSERVER (line 287) | SYS_VSERVER = 4277 constant SYS_WAITID (line 288) | SYS_WAITID = 4278 constant SYS_ADD_KEY (line 289) | SYS_ADD_KEY = 4280 constant SYS_REQUEST_KEY (line 290) | SYS_REQUEST_KEY = 4281 constant SYS_KEYCTL (line 291) | SYS_KEYCTL = 4282 constant SYS_SET_THREAD_AREA (line 292) | SYS_SET_THREAD_AREA = 4283 constant SYS_INOTIFY_INIT (line 293) | SYS_INOTIFY_INIT = 4284 constant SYS_INOTIFY_ADD_WATCH (line 294) | SYS_INOTIFY_ADD_WATCH = 4285 constant SYS_INOTIFY_RM_WATCH (line 295) | SYS_INOTIFY_RM_WATCH = 4286 constant SYS_MIGRATE_PAGES (line 296) | SYS_MIGRATE_PAGES = 4287 constant SYS_OPENAT (line 297) | SYS_OPENAT = 4288 constant SYS_MKDIRAT (line 298) | SYS_MKDIRAT = 4289 constant SYS_MKNODAT (line 299) | SYS_MKNODAT = 4290 constant SYS_FCHOWNAT (line 300) | SYS_FCHOWNAT = 4291 constant SYS_FUTIMESAT (line 301) | SYS_FUTIMESAT = 4292 constant SYS_FSTATAT64 (line 302) | SYS_FSTATAT64 = 4293 constant SYS_UNLINKAT (line 303) | SYS_UNLINKAT = 4294 constant SYS_RENAMEAT (line 304) | SYS_RENAMEAT = 4295 constant SYS_LINKAT (line 305) | SYS_LINKAT = 4296 constant SYS_SYMLINKAT (line 306) | SYS_SYMLINKAT = 4297 constant SYS_READLINKAT (line 307) | SYS_READLINKAT = 4298 constant SYS_FCHMODAT (line 308) | SYS_FCHMODAT = 4299 constant SYS_FACCESSAT (line 309) | SYS_FACCESSAT = 4300 constant SYS_PSELECT6 (line 310) | SYS_PSELECT6 = 4301 constant SYS_PPOLL (line 311) | SYS_PPOLL = 4302 constant SYS_UNSHARE (line 312) | SYS_UNSHARE = 4303 constant SYS_SPLICE (line 313) | SYS_SPLICE = 4304 constant SYS_SYNC_FILE_RANGE (line 314) | SYS_SYNC_FILE_RANGE = 4305 constant SYS_TEE (line 315) | SYS_TEE = 4306 constant SYS_VMSPLICE (line 316) | SYS_VMSPLICE = 4307 constant SYS_MOVE_PAGES (line 317) | SYS_MOVE_PAGES = 4308 constant SYS_SET_ROBUST_LIST (line 318) | SYS_SET_ROBUST_LIST = 4309 constant SYS_GET_ROBUST_LIST (line 319) | SYS_GET_ROBUST_LIST = 4310 constant SYS_KEXEC_LOAD (line 320) | SYS_KEXEC_LOAD = 4311 constant SYS_GETCPU (line 321) | SYS_GETCPU = 4312 constant SYS_EPOLL_PWAIT (line 322) | SYS_EPOLL_PWAIT = 4313 constant SYS_IOPRIO_SET (line 323) | SYS_IOPRIO_SET = 4314 constant SYS_IOPRIO_GET (line 324) | SYS_IOPRIO_GET = 4315 constant SYS_UTIMENSAT (line 325) | SYS_UTIMENSAT = 4316 constant SYS_SIGNALFD (line 326) | SYS_SIGNALFD = 4317 constant SYS_TIMERFD (line 327) | SYS_TIMERFD = 4318 constant SYS_EVENTFD (line 328) | SYS_EVENTFD = 4319 constant SYS_FALLOCATE (line 329) | SYS_FALLOCATE = 4320 constant SYS_TIMERFD_CREATE (line 330) | SYS_TIMERFD_CREATE = 4321 constant SYS_TIMERFD_GETTIME (line 331) | SYS_TIMERFD_GETTIME = 4322 constant SYS_TIMERFD_SETTIME (line 332) | SYS_TIMERFD_SETTIME = 4323 constant SYS_SIGNALFD4 (line 333) | SYS_SIGNALFD4 = 4324 constant SYS_EVENTFD2 (line 334) | SYS_EVENTFD2 = 4325 constant SYS_EPOLL_CREATE1 (line 335) | SYS_EPOLL_CREATE1 = 4326 constant SYS_DUP3 (line 336) | SYS_DUP3 = 4327 constant SYS_PIPE2 (line 337) | SYS_PIPE2 = 4328 constant SYS_INOTIFY_INIT1 (line 338) | SYS_INOTIFY_INIT1 = 4329 constant SYS_PREADV (line 339) | SYS_PREADV = 4330 constant SYS_PWRITEV (line 340) | SYS_PWRITEV = 4331 constant SYS_RT_TGSIGQUEUEINFO (line 341) | SYS_RT_TGSIGQUEUEINFO = 4332 constant SYS_PERF_EVENT_OPEN (line 342) | SYS_PERF_EVENT_OPEN = 4333 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 4334 constant SYS_RECVMMSG (line 344) | SYS_RECVMMSG = 4335 constant SYS_FANOTIFY_INIT (line 345) | SYS_FANOTIFY_INIT = 4336 constant SYS_FANOTIFY_MARK (line 346) | SYS_FANOTIFY_MARK = 4337 constant SYS_PRLIMIT64 (line 347) | SYS_PRLIMIT64 = 4338 constant SYS_NAME_TO_HANDLE_AT (line 348) | SYS_NAME_TO_HANDLE_AT = 4339 constant SYS_OPEN_BY_HANDLE_AT (line 349) | SYS_OPEN_BY_HANDLE_AT = 4340 constant SYS_CLOCK_ADJTIME (line 350) | SYS_CLOCK_ADJTIME = 4341 constant SYS_SYNCFS (line 351) | SYS_SYNCFS = 4342 constant SYS_SENDMMSG (line 352) | SYS_SENDMMSG = 4343 constant SYS_SETNS (line 353) | SYS_SETNS = 4344 constant SYS_PROCESS_VM_READV (line 354) | SYS_PROCESS_VM_READV = 4345 constant SYS_PROCESS_VM_WRITEV (line 355) | SYS_PROCESS_VM_WRITEV = 4346 constant SYS_KCMP (line 356) | SYS_KCMP = 4347 constant SYS_FINIT_MODULE (line 357) | SYS_FINIT_MODULE = 4348 constant SYS_SCHED_SETATTR (line 358) | SYS_SCHED_SETATTR = 4349 constant SYS_SCHED_GETATTR (line 359) | SYS_SCHED_GETATTR = 4350 constant SYS_RENAMEAT2 (line 360) | SYS_RENAMEAT2 = 4351 constant SYS_SECCOMP (line 361) | SYS_SECCOMP = 4352 constant SYS_GETRANDOM (line 362) | SYS_GETRANDOM = 4353 constant SYS_MEMFD_CREATE (line 363) | SYS_MEMFD_CREATE = 4354 constant SYS_BPF (line 364) | SYS_BPF = 4355 constant SYS_EXECVEAT (line 365) | SYS_EXECVEAT = 4356 constant SYS_USERFAULTFD (line 366) | SYS_USERFAULTFD = 4357 constant SYS_MEMBARRIER (line 367) | SYS_MEMBARRIER = 4358 constant SYS_MLOCK2 (line 368) | SYS_MLOCK2 = 4359 constant SYS_COPY_FILE_RANGE (line 369) | SYS_COPY_FILE_RANGE = 4360 constant SYS_PREADV2 (line 370) | SYS_PREADV2 = 4361 constant SYS_PWRITEV2 (line 371) | SYS_PWRITEV2 = 4362 constant SYS_PKEY_MPROTECT (line 372) | SYS_PKEY_MPROTECT = 4363 constant SYS_PKEY_ALLOC (line 373) | SYS_PKEY_ALLOC = 4364 constant SYS_PKEY_FREE (line 374) | SYS_PKEY_FREE = 4365 constant SYS_STATX (line 375) | SYS_STATX = 4366 constant SYS_RSEQ (line 376) | SYS_RSEQ = 4367 constant SYS_IO_PGETEVENTS (line 377) | SYS_IO_PGETEVENTS = 4368 constant SYS_SEMGET (line 378) | SYS_SEMGET = 4393 constant SYS_SEMCTL (line 379) | SYS_SEMCTL = 4394 constant SYS_SHMGET (line 380) | SYS_SHMGET = 4395 constant SYS_SHMCTL (line 381) | SYS_SHMCTL = 4396 constant SYS_SHMAT (line 382) | SYS_SHMAT = 4397 constant SYS_SHMDT (line 383) | SYS_SHMDT = 4398 constant SYS_MSGGET (line 384) | SYS_MSGGET = 4399 constant SYS_MSGSND (line 385) | SYS_MSGSND = 4400 constant SYS_MSGRCV (line 386) | SYS_MSGRCV = 4401 constant SYS_MSGCTL (line 387) | SYS_MSGCTL = 4402 constant SYS_CLOCK_GETTIME64 (line 388) | SYS_CLOCK_GETTIME64 = 4403 constant SYS_CLOCK_SETTIME64 (line 389) | SYS_CLOCK_SETTIME64 = 4404 constant SYS_CLOCK_ADJTIME64 (line 390) | SYS_CLOCK_ADJTIME64 = 4405 constant SYS_CLOCK_GETRES_TIME64 (line 391) | SYS_CLOCK_GETRES_TIME64 = 4406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 392) | SYS_CLOCK_NANOSLEEP_TIME64 = 4407 constant SYS_TIMER_GETTIME64 (line 393) | SYS_TIMER_GETTIME64 = 4408 constant SYS_TIMER_SETTIME64 (line 394) | SYS_TIMER_SETTIME64 = 4409 constant SYS_TIMERFD_GETTIME64 (line 395) | SYS_TIMERFD_GETTIME64 = 4410 constant SYS_TIMERFD_SETTIME64 (line 396) | SYS_TIMERFD_SETTIME64 = 4411 constant SYS_UTIMENSAT_TIME64 (line 397) | SYS_UTIMENSAT_TIME64 = 4412 constant SYS_PSELECT6_TIME64 (line 398) | SYS_PSELECT6_TIME64 = 4413 constant SYS_PPOLL_TIME64 (line 399) | SYS_PPOLL_TIME64 = 4414 constant SYS_IO_PGETEVENTS_TIME64 (line 400) | SYS_IO_PGETEVENTS_TIME64 = 4416 constant SYS_RECVMMSG_TIME64 (line 401) | SYS_RECVMMSG_TIME64 = 4417 constant SYS_MQ_TIMEDSEND_TIME64 (line 402) | SYS_MQ_TIMEDSEND_TIME64 = 4418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 403) | SYS_MQ_TIMEDRECEIVE_TIME64 = 4419 constant SYS_SEMTIMEDOP_TIME64 (line 404) | SYS_SEMTIMEDOP_TIME64 = 4420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 405) | SYS_RT_SIGTIMEDWAIT_TIME64 = 4421 constant SYS_FUTEX_TIME64 (line 406) | SYS_FUTEX_TIME64 = 4422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 407) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 4423 constant SYS_PIDFD_SEND_SIGNAL (line 408) | SYS_PIDFD_SEND_SIGNAL = 4424 constant SYS_IO_URING_SETUP (line 409) | SYS_IO_URING_SETUP = 4425 constant SYS_IO_URING_ENTER (line 410) | SYS_IO_URING_ENTER = 4426 constant SYS_IO_URING_REGISTER (line 411) | SYS_IO_URING_REGISTER = 4427 constant SYS_OPEN_TREE (line 412) | SYS_OPEN_TREE = 4428 constant SYS_MOVE_MOUNT (line 413) | SYS_MOVE_MOUNT = 4429 constant SYS_FSOPEN (line 414) | SYS_FSOPEN = 4430 constant SYS_FSCONFIG (line 415) | SYS_FSCONFIG = 4431 constant SYS_FSMOUNT (line 416) | SYS_FSMOUNT = 4432 constant SYS_FSPICK (line 417) | SYS_FSPICK = 4433 constant SYS_PIDFD_OPEN (line 418) | SYS_PIDFD_OPEN = 4434 constant SYS_CLONE3 (line 419) | SYS_CLONE3 = 4435 constant SYS_CLOSE_RANGE (line 420) | SYS_CLOSE_RANGE = 4436 constant SYS_OPENAT2 (line 421) | SYS_OPENAT2 = 4437 constant SYS_PIDFD_GETFD (line 422) | SYS_PIDFD_GETFD = 4438 constant SYS_FACCESSAT2 (line 423) | SYS_FACCESSAT2 = 4439 constant SYS_PROCESS_MADVISE (line 424) | SYS_PROCESS_MADVISE = 4440 constant SYS_EPOLL_PWAIT2 (line 425) | SYS_EPOLL_PWAIT2 = 4441 constant SYS_MOUNT_SETATTR (line 426) | SYS_MOUNT_SETATTR = 4442 constant SYS_QUOTACTL_FD (line 427) | SYS_QUOTACTL_FD = 4443 constant SYS_LANDLOCK_CREATE_RULESET (line 428) | SYS_LANDLOCK_CREATE_RULESET = 4444 constant SYS_LANDLOCK_ADD_RULE (line 429) | SYS_LANDLOCK_ADD_RULE = 4445 constant SYS_LANDLOCK_RESTRICT_SELF (line 430) | SYS_LANDLOCK_RESTRICT_SELF = 4446 constant SYS_PROCESS_MRELEASE (line 431) | SYS_PROCESS_MRELEASE = 4448 constant SYS_FUTEX_WAITV (line 432) | SYS_FUTEX_WAITV = 4449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 433) | SYS_SET_MEMPOLICY_HOME_NODE = 4450 constant SYS_CACHESTAT (line 434) | SYS_CACHESTAT = 4451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86 (line 123) | SYS_VM86 = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 177) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 181) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 191) | SYS_CHOWN = 181 constant SYS_GETCWD (line 192) | SYS_GETCWD = 182 constant SYS_CAPGET (line 193) | SYS_CAPGET = 183 constant SYS_CAPSET (line 194) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 199) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 201) | SYS_READAHEAD = 191 constant SYS_MMAP2 (line 202) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 203) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 204) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 205) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 206) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 207) | SYS_FSTAT64 = 197 constant SYS_PCICONFIG_READ (line 208) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 209) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 210) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 211) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 212) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 213) | SYS_PIVOT_ROOT = 203 constant SYS_FCNTL64 (line 214) | SYS_FCNTL64 = 204 constant SYS_MADVISE (line 215) | SYS_MADVISE = 205 constant SYS_MINCORE (line 216) | SYS_MINCORE = 206 constant SYS_GETTID (line 217) | SYS_GETTID = 207 constant SYS_TKILL (line 218) | SYS_TKILL = 208 constant SYS_SETXATTR (line 219) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 220) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 221) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 222) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 223) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 224) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 225) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 226) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 227) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 228) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 229) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 230) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 231) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 232) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 233) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 234) | SYS_TUXCALL = 225 constant SYS_SENDFILE64 (line 235) | SYS_SENDFILE64 = 226 constant SYS_IO_SETUP (line 236) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 237) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 238) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 239) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 240) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 241) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 242) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 243) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 244) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 245) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 246) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 247) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 248) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 249) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 250) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 251) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 252) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 253) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 254) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 255) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 256) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 257) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 258) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 259) | SYS_TGKILL = 250 constant SYS_UTIMES (line 260) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 261) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 262) | SYS_FSTATFS64 = 253 constant SYS_FADVISE64_64 (line 263) | SYS_FADVISE64_64 = 254 constant SYS_RTAS (line 264) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 265) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 266) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 267) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 268) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 269) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 270) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 271) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 272) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 273) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 274) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 275) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 276) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 277) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 278) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 279) | SYS_KEYCTL = 271 constant SYS_WAITID (line 280) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 281) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 282) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 283) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 284) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 285) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 286) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 287) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 288) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 289) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 290) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 291) | SYS_SPLICE = 283 constant SYS_TEE (line 292) | SYS_TEE = 284 constant SYS_VMSPLICE (line 293) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 294) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 295) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 296) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 297) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 298) | SYS_FUTIMESAT = 290 constant SYS_FSTATAT64 (line 299) | SYS_FSTATAT64 = 291 constant SYS_UNLINKAT (line 300) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 301) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 302) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 303) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 304) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 305) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 306) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 307) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 308) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 309) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 310) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 311) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 312) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 313) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 314) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 315) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 316) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 317) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 318) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 319) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 320) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 321) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 322) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 323) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 324) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 325) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 326) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 327) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 328) | SYS_PREADV = 320 constant SYS_PWRITEV (line 329) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 330) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 331) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 332) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 333) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 334) | SYS_SOCKET = 326 constant SYS_BIND (line 335) | SYS_BIND = 327 constant SYS_CONNECT (line 336) | SYS_CONNECT = 328 constant SYS_LISTEN (line 337) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 338) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 339) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 340) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 341) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 342) | SYS_SEND = 334 constant SYS_SENDTO (line 343) | SYS_SENDTO = 335 constant SYS_RECV (line 344) | SYS_RECV = 336 constant SYS_RECVFROM (line 345) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 346) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 347) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 348) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 349) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 350) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 351) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 352) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 353) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 354) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 355) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 356) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 357) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 358) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 359) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 360) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 361) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 362) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 363) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 364) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 365) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 366) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 367) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 368) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 369) | SYS_BPF = 361 constant SYS_EXECVEAT (line 370) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 371) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 372) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 373) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 374) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 375) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 376) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 377) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 378) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 379) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 380) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 381) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 382) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 383) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 384) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMGET (line 385) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 386) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 387) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 388) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 389) | SYS_SHMAT = 397 constant SYS_SHMDT (line 390) | SYS_SHMDT = 398 constant SYS_MSGGET (line 391) | SYS_MSGGET = 399 constant SYS_MSGSND (line 392) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 393) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 394) | SYS_MSGCTL = 402 constant SYS_CLOCK_GETTIME64 (line 395) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 396) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 397) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 398) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 399) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 400) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 401) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 402) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 403) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 404) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 405) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 406) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 407) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 408) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 409) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 410) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 411) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 412) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 413) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 414) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 415) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 416) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 417) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 418) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 419) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 420) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 421) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 422) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 423) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 424) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 425) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 426) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 427) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 428) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 429) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 430) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 431) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 432) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 433) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 434) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 435) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 436) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 437) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 438) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 439) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 440) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 441) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86 (line 123) | SYS_VM86 = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 177) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 181) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 191) | SYS_CHOWN = 181 constant SYS_GETCWD (line 192) | SYS_GETCWD = 182 constant SYS_CAPGET (line 193) | SYS_CAPGET = 183 constant SYS_CAPSET (line 194) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 199) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 201) | SYS_READAHEAD = 191 constant SYS_PCICONFIG_READ (line 202) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 203) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 204) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 205) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 206) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 207) | SYS_PIVOT_ROOT = 203 constant SYS_MADVISE (line 208) | SYS_MADVISE = 205 constant SYS_MINCORE (line 209) | SYS_MINCORE = 206 constant SYS_GETTID (line 210) | SYS_GETTID = 207 constant SYS_TKILL (line 211) | SYS_TKILL = 208 constant SYS_SETXATTR (line 212) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 213) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 214) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 215) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 216) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 217) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 218) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 219) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 220) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 221) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 222) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 223) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 224) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 225) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 226) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 227) | SYS_TUXCALL = 225 constant SYS_IO_SETUP (line 228) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 229) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 230) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 231) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 232) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 233) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 234) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 235) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 236) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 237) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 238) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 239) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 240) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 241) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 242) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 243) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 244) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 245) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 246) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 247) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 248) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 249) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 250) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 251) | SYS_TGKILL = 250 constant SYS_UTIMES (line 252) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 253) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 254) | SYS_FSTATFS64 = 253 constant SYS_RTAS (line 255) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 256) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 257) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 258) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 259) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 260) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 261) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 262) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 263) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 264) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 265) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 266) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 267) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 268) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 269) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 270) | SYS_KEYCTL = 271 constant SYS_WAITID (line 271) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 272) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 273) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 274) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 275) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 276) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 277) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 278) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 279) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 280) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 281) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 282) | SYS_SPLICE = 283 constant SYS_TEE (line 283) | SYS_TEE = 284 constant SYS_VMSPLICE (line 284) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 285) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 286) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 287) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 288) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 289) | SYS_FUTIMESAT = 290 constant SYS_NEWFSTATAT (line 290) | SYS_NEWFSTATAT = 291 constant SYS_UNLINKAT (line 291) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 292) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 293) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 294) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 295) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 296) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 297) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 298) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 299) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 300) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 301) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 302) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 303) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 304) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 305) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 306) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 307) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 308) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 309) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 310) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 311) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 312) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 313) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 314) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 315) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 316) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 317) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 318) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 319) | SYS_PREADV = 320 constant SYS_PWRITEV (line 320) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 321) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 322) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 323) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 324) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 325) | SYS_SOCKET = 326 constant SYS_BIND (line 326) | SYS_BIND = 327 constant SYS_CONNECT (line 327) | SYS_CONNECT = 328 constant SYS_LISTEN (line 328) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 329) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 330) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 331) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 332) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 333) | SYS_SEND = 334 constant SYS_SENDTO (line 334) | SYS_SENDTO = 335 constant SYS_RECV (line 335) | SYS_RECV = 336 constant SYS_RECVFROM (line 336) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 337) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 338) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 339) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 340) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 341) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 342) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 344) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 345) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 346) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 347) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 348) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 349) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 350) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 351) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 352) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 353) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 354) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 355) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 356) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 357) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 358) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 359) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 360) | SYS_BPF = 361 constant SYS_EXECVEAT (line 361) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 362) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 363) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 364) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 365) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 366) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 367) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 368) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 369) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 370) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 371) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 372) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 373) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 374) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 375) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMTIMEDOP (line 376) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 377) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 378) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 379) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 380) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 381) | SYS_SHMAT = 397 constant SYS_SHMDT (line 382) | SYS_SHMDT = 398 constant SYS_MSGGET (line 383) | SYS_MSGGET = 399 constant SYS_MSGSND (line 384) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 385) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 386) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 387) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 388) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 389) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 390) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 391) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 392) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 393) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 394) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 395) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 396) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 397) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 398) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 399) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 400) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 401) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 402) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 403) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 404) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 405) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 406) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 407) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 408) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 409) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 410) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 411) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 412) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 413) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAITPID (line 17) | SYS_WAITPID = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECVE (line 21) | SYS_EXECVE = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_TIME (line 23) | SYS_TIME = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BREAK (line 27) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 28) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 32) | SYS_UMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_STIME (line 35) | SYS_STIME = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 38) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_STTY (line 41) | SYS_STTY = 31 constant SYS_GTTY (line 42) | SYS_GTTY = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_NICE (line 44) | SYS_NICE = 34 constant SYS_FTIME (line 45) | SYS_FTIME = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_KILL (line 47) | SYS_KILL = 37 constant SYS_RENAME (line 48) | SYS_RENAME = 38 constant SYS_MKDIR (line 49) | SYS_MKDIR = 39 constant SYS_RMDIR (line 50) | SYS_RMDIR = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_PIPE (line 52) | SYS_PIPE = 42 constant SYS_TIMES (line 53) | SYS_TIMES = 43 constant SYS_PROF (line 54) | SYS_PROF = 44 constant SYS_BRK (line 55) | SYS_BRK = 45 constant SYS_SETGID (line 56) | SYS_SETGID = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGNAL (line 58) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 59) | SYS_GETEUID = 49 constant SYS_GETEGID (line 60) | SYS_GETEGID = 50 constant SYS_ACCT (line 61) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 62) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 63) | SYS_LOCK = 53 constant SYS_IOCTL (line 64) | SYS_IOCTL = 54 constant SYS_FCNTL (line 65) | SYS_FCNTL = 55 constant SYS_MPX (line 66) | SYS_MPX = 56 constant SYS_SETPGID (line 67) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 68) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 69) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 70) | SYS_UMASK = 60 constant SYS_CHROOT (line 71) | SYS_CHROOT = 61 constant SYS_USTAT (line 72) | SYS_USTAT = 62 constant SYS_DUP2 (line 73) | SYS_DUP2 = 63 constant SYS_GETPPID (line 74) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 75) | SYS_GETPGRP = 65 constant SYS_SETSID (line 76) | SYS_SETSID = 66 constant SYS_SIGACTION (line 77) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 78) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 79) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 80) | SYS_SETREUID = 70 constant SYS_SETREGID (line 81) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 82) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 83) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 85) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 86) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 87) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 88) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 89) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 90) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 91) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 92) | SYS_SELECT = 82 constant SYS_SYMLINK (line 93) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 94) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 95) | SYS_READLINK = 85 constant SYS_USELIB (line 96) | SYS_USELIB = 86 constant SYS_SWAPON (line 97) | SYS_SWAPON = 87 constant SYS_REBOOT (line 98) | SYS_REBOOT = 88 constant SYS_READDIR (line 99) | SYS_READDIR = 89 constant SYS_MMAP (line 100) | SYS_MMAP = 90 constant SYS_MUNMAP (line 101) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 102) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 103) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 104) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 105) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 107) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 108) | SYS_PROFIL = 98 constant SYS_STATFS (line 109) | SYS_STATFS = 99 constant SYS_FSTATFS (line 110) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 111) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 112) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 113) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 114) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 115) | SYS_GETITIMER = 105 constant SYS_STAT (line 116) | SYS_STAT = 106 constant SYS_LSTAT (line 117) | SYS_LSTAT = 107 constant SYS_FSTAT (line 118) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 119) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 120) | SYS_IOPL = 110 constant SYS_VHANGUP (line 121) | SYS_VHANGUP = 111 constant SYS_IDLE (line 122) | SYS_IDLE = 112 constant SYS_VM86 (line 123) | SYS_VM86 = 113 constant SYS_WAIT4 (line 124) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 125) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 126) | SYS_SYSINFO = 116 constant SYS_IPC (line 127) | SYS_IPC = 117 constant SYS_FSYNC (line 128) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 129) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 130) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 131) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 132) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 133) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 134) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 135) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 136) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 137) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 138) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 139) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 140) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 142) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 143) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 144) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 145) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 146) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 147) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 148) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 149) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 150) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 151) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 152) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 153) | SYS_FLOCK = 143 constant SYS_MSYNC (line 154) | SYS_MSYNC = 144 constant SYS_READV (line 155) | SYS_READV = 145 constant SYS_WRITEV (line 156) | SYS_WRITEV = 146 constant SYS_GETSID (line 157) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 158) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 159) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 160) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 162) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 163) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 164) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 165) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 166) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 167) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 168) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 169) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 170) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 171) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 172) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 173) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 174) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 175) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 177) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 181) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 191) | SYS_CHOWN = 181 constant SYS_GETCWD (line 192) | SYS_GETCWD = 182 constant SYS_CAPGET (line 193) | SYS_CAPGET = 183 constant SYS_CAPSET (line 194) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 199) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 201) | SYS_READAHEAD = 191 constant SYS_PCICONFIG_READ (line 202) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 203) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 204) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 205) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 206) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 207) | SYS_PIVOT_ROOT = 203 constant SYS_MADVISE (line 208) | SYS_MADVISE = 205 constant SYS_MINCORE (line 209) | SYS_MINCORE = 206 constant SYS_GETTID (line 210) | SYS_GETTID = 207 constant SYS_TKILL (line 211) | SYS_TKILL = 208 constant SYS_SETXATTR (line 212) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 213) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 214) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 215) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 216) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 217) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 218) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 219) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 220) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 221) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 222) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 223) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 224) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 225) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 226) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 227) | SYS_TUXCALL = 225 constant SYS_IO_SETUP (line 228) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 229) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 230) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 231) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 232) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 233) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 234) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 235) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 236) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 237) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 238) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 239) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 240) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 241) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 242) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 243) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 244) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 245) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 246) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 247) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 248) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 249) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 250) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 251) | SYS_TGKILL = 250 constant SYS_UTIMES (line 252) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 253) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 254) | SYS_FSTATFS64 = 253 constant SYS_RTAS (line 255) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 256) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 257) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 258) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 259) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 260) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 261) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 262) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 263) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 264) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 265) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 266) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 267) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 268) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 269) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 270) | SYS_KEYCTL = 271 constant SYS_WAITID (line 271) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 272) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 273) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 274) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 275) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 276) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 277) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 278) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 279) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 280) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 281) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 282) | SYS_SPLICE = 283 constant SYS_TEE (line 283) | SYS_TEE = 284 constant SYS_VMSPLICE (line 284) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 285) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 286) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 287) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 288) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 289) | SYS_FUTIMESAT = 290 constant SYS_NEWFSTATAT (line 290) | SYS_NEWFSTATAT = 291 constant SYS_UNLINKAT (line 291) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 292) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 293) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 294) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 295) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 296) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 297) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 298) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 299) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 300) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 301) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 302) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 303) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 304) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 305) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 306) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 307) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 308) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 309) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 310) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 311) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 312) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 313) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 314) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 315) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 316) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 317) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 318) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 319) | SYS_PREADV = 320 constant SYS_PWRITEV (line 320) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 321) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 322) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 323) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 324) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 325) | SYS_SOCKET = 326 constant SYS_BIND (line 326) | SYS_BIND = 327 constant SYS_CONNECT (line 327) | SYS_CONNECT = 328 constant SYS_LISTEN (line 328) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 329) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 330) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 331) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 332) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 333) | SYS_SEND = 334 constant SYS_SENDTO (line 334) | SYS_SENDTO = 335 constant SYS_RECV (line 335) | SYS_RECV = 336 constant SYS_RECVFROM (line 336) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 337) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 338) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 339) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 340) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 341) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 342) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 343) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 344) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 345) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 346) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 347) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 348) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 349) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 350) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 351) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 352) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 353) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 354) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 355) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 356) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 357) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 358) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 359) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 360) | SYS_BPF = 361 constant SYS_EXECVEAT (line 361) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 362) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 363) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 364) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 365) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 366) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 367) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 368) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 369) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 370) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 371) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 372) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 373) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 374) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 375) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMTIMEDOP (line 376) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 377) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 378) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 379) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 380) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 381) | SYS_SHMAT = 397 constant SYS_SHMDT (line 382) | SYS_SHMDT = 398 constant SYS_MSGGET (line 383) | SYS_MSGGET = 399 constant SYS_MSGSND (line 384) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 385) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 386) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 387) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 388) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 389) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 390) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 391) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 392) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 393) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 394) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 395) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 396) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 397) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 398) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 399) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 400) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 401) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 402) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 403) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 404) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 405) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 406) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 407) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 408) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 409) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 410) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 411) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 412) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 413) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go constant SYS_IO_SETUP (line 10) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 11) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 12) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 13) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 14) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 15) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 16) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 17) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 18) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 19) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 20) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 21) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 22) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 23) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 24) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 25) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 26) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 27) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 28) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 29) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 30) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 31) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 32) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 33) | SYS_DUP = 23 constant SYS_DUP3 (line 34) | SYS_DUP3 = 24 constant SYS_FCNTL (line 35) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 36) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 37) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 38) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 39) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 40) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 41) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 42) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 43) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 44) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 45) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 46) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 47) | SYS_LINKAT = 37 constant SYS_UMOUNT2 (line 48) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 49) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 50) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 51) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 52) | SYS_STATFS = 43 constant SYS_FSTATFS (line 53) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 54) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 55) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 56) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 57) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 58) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 59) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 60) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 61) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 62) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 63) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 64) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 65) | SYS_OPENAT = 56 constant SYS_CLOSE (line 66) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 67) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 68) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 69) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 70) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 71) | SYS_LSEEK = 62 constant SYS_READ (line 72) | SYS_READ = 63 constant SYS_WRITE (line 73) | SYS_WRITE = 64 constant SYS_READV (line 74) | SYS_READV = 65 constant SYS_WRITEV (line 75) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 76) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 77) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 78) | SYS_PREADV = 69 constant SYS_PWRITEV (line 79) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 80) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 81) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 82) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 83) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 84) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 85) | SYS_SPLICE = 76 constant SYS_TEE (line 86) | SYS_TEE = 77 constant SYS_READLINKAT (line 87) | SYS_READLINKAT = 78 constant SYS_FSTATAT (line 88) | SYS_FSTATAT = 79 constant SYS_FSTAT (line 89) | SYS_FSTAT = 80 constant SYS_SYNC (line 90) | SYS_SYNC = 81 constant SYS_FSYNC (line 91) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 92) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 93) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 94) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 95) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 96) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 97) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 98) | SYS_ACCT = 89 constant SYS_CAPGET (line 99) | SYS_CAPGET = 90 constant SYS_CAPSET (line 100) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 101) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 102) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 103) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 104) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 105) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 106) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 107) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 108) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 109) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 110) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 111) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 112) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 113) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 114) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 115) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 116) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 117) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 118) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 119) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 120) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 121) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 122) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 123) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 124) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 125) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 126) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 127) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 128) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 129) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 130) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 131) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 132) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 133) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 134) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 135) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 136) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 137) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 138) | SYS_KILL = 129 constant SYS_TKILL (line 139) | SYS_TKILL = 130 constant SYS_TGKILL (line 140) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 141) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 142) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 143) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 144) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 145) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 146) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 147) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 148) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 149) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 150) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 151) | SYS_REBOOT = 142 constant SYS_SETREGID (line 152) | SYS_SETREGID = 143 constant SYS_SETGID (line 153) | SYS_SETGID = 144 constant SYS_SETREUID (line 154) | SYS_SETREUID = 145 constant SYS_SETUID (line 155) | SYS_SETUID = 146 constant SYS_SETRESUID (line 156) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 157) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 158) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 159) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 160) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 161) | SYS_SETFSGID = 152 constant SYS_TIMES (line 162) | SYS_TIMES = 153 constant SYS_SETPGID (line 163) | SYS_SETPGID = 154 constant SYS_GETPGID (line 164) | SYS_GETPGID = 155 constant SYS_GETSID (line 165) | SYS_GETSID = 156 constant SYS_SETSID (line 166) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 167) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 168) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 169) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 170) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 171) | SYS_SETDOMAINNAME = 162 constant SYS_GETRLIMIT (line 172) | SYS_GETRLIMIT = 163 constant SYS_SETRLIMIT (line 173) | SYS_SETRLIMIT = 164 constant SYS_GETRUSAGE (line 174) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 175) | SYS_UMASK = 166 constant SYS_PRCTL (line 176) | SYS_PRCTL = 167 constant SYS_GETCPU (line 177) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 178) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 179) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 180) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 181) | SYS_GETPID = 172 constant SYS_GETPPID (line 182) | SYS_GETPPID = 173 constant SYS_GETUID (line 183) | SYS_GETUID = 174 constant SYS_GETEUID (line 184) | SYS_GETEUID = 175 constant SYS_GETGID (line 185) | SYS_GETGID = 176 constant SYS_GETEGID (line 186) | SYS_GETEGID = 177 constant SYS_GETTID (line 187) | SYS_GETTID = 178 constant SYS_SYSINFO (line 188) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 189) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 190) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 191) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 192) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 193) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 194) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 195) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 197) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 198) | SYS_MSGSND = 189 constant SYS_SEMGET (line 199) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 200) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 201) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 202) | SYS_SEMOP = 193 constant SYS_SHMGET (line 203) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 204) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 205) | SYS_SHMAT = 196 constant SYS_SHMDT (line 206) | SYS_SHMDT = 197 constant SYS_SOCKET (line 207) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 208) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 209) | SYS_BIND = 200 constant SYS_LISTEN (line 210) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 211) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 212) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 213) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 214) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 215) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 216) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 217) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 218) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 219) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 220) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 221) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 222) | SYS_READAHEAD = 213 constant SYS_BRK (line 223) | SYS_BRK = 214 constant SYS_MUNMAP (line 224) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 225) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 226) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 227) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 228) | SYS_KEYCTL = 219 constant SYS_CLONE (line 229) | SYS_CLONE = 220 constant SYS_EXECVE (line 230) | SYS_EXECVE = 221 constant SYS_MMAP (line 231) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 232) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 233) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 234) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 235) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 236) | SYS_MSYNC = 227 constant SYS_MLOCK (line 237) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 238) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 239) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 240) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 241) | SYS_MINCORE = 232 constant SYS_MADVISE (line 242) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 243) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 244) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 245) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 246) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 247) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 248) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 249) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 250) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 251) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 252) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 253) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_RISCV_HWPROBE (line 254) | SYS_RISCV_HWPROBE = 258 constant SYS_RISCV_FLUSH_ICACHE (line 255) | SYS_RISCV_FLUSH_ICACHE = 259 constant SYS_WAIT4 (line 256) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 257) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 258) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 259) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 260) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 261) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 262) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 263) | SYS_SYNCFS = 267 constant SYS_SETNS (line 264) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 265) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 266) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 267) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 268) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 269) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 270) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 271) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 272) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 273) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 274) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 275) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 276) | SYS_BPF = 280 constant SYS_EXECVEAT (line 277) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 278) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 279) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 280) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 281) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 282) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 283) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 284) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 285) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 286) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 287) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 288) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 289) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 290) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 291) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 292) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 293) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 294) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 295) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 296) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 297) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 298) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 299) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 300) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 301) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 302) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 303) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 304) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 305) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 306) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 307) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 308) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 309) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 310) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 311) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 312) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 313) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 314) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 315) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 316) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 317) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 318) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_RESTART_SYSCALL (line 16) | SYS_RESTART_SYSCALL = 7 constant SYS_CREAT (line 17) | SYS_CREAT = 8 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_EXECVE (line 20) | SYS_EXECVE = 11 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_MKNOD (line 22) | SYS_MKNOD = 14 constant SYS_CHMOD (line 23) | SYS_CHMOD = 15 constant SYS_LSEEK (line 24) | SYS_LSEEK = 19 constant SYS_GETPID (line 25) | SYS_GETPID = 20 constant SYS_MOUNT (line 26) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 27) | SYS_UMOUNT = 22 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_ALARM (line 29) | SYS_ALARM = 27 constant SYS_PAUSE (line 30) | SYS_PAUSE = 29 constant SYS_UTIME (line 31) | SYS_UTIME = 30 constant SYS_ACCESS (line 32) | SYS_ACCESS = 33 constant SYS_NICE (line 33) | SYS_NICE = 34 constant SYS_SYNC (line 34) | SYS_SYNC = 36 constant SYS_KILL (line 35) | SYS_KILL = 37 constant SYS_RENAME (line 36) | SYS_RENAME = 38 constant SYS_MKDIR (line 37) | SYS_MKDIR = 39 constant SYS_RMDIR (line 38) | SYS_RMDIR = 40 constant SYS_DUP (line 39) | SYS_DUP = 41 constant SYS_PIPE (line 40) | SYS_PIPE = 42 constant SYS_TIMES (line 41) | SYS_TIMES = 43 constant SYS_BRK (line 42) | SYS_BRK = 45 constant SYS_SIGNAL (line 43) | SYS_SIGNAL = 48 constant SYS_ACCT (line 44) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 45) | SYS_UMOUNT2 = 52 constant SYS_IOCTL (line 46) | SYS_IOCTL = 54 constant SYS_FCNTL (line 47) | SYS_FCNTL = 55 constant SYS_SETPGID (line 48) | SYS_SETPGID = 57 constant SYS_UMASK (line 49) | SYS_UMASK = 60 constant SYS_CHROOT (line 50) | SYS_CHROOT = 61 constant SYS_USTAT (line 51) | SYS_USTAT = 62 constant SYS_DUP2 (line 52) | SYS_DUP2 = 63 constant SYS_GETPPID (line 53) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 54) | SYS_GETPGRP = 65 constant SYS_SETSID (line 55) | SYS_SETSID = 66 constant SYS_SIGACTION (line 56) | SYS_SIGACTION = 67 constant SYS_SIGSUSPEND (line 57) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 58) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 59) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 60) | SYS_SETRLIMIT = 75 constant SYS_GETRUSAGE (line 61) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 62) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 63) | SYS_SETTIMEOFDAY = 79 constant SYS_SYMLINK (line 64) | SYS_SYMLINK = 83 constant SYS_READLINK (line 65) | SYS_READLINK = 85 constant SYS_USELIB (line 66) | SYS_USELIB = 86 constant SYS_SWAPON (line 67) | SYS_SWAPON = 87 constant SYS_REBOOT (line 68) | SYS_REBOOT = 88 constant SYS_READDIR (line 69) | SYS_READDIR = 89 constant SYS_MMAP (line 70) | SYS_MMAP = 90 constant SYS_MUNMAP (line 71) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 72) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 73) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 74) | SYS_FCHMOD = 94 constant SYS_GETPRIORITY (line 75) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 76) | SYS_SETPRIORITY = 97 constant SYS_STATFS (line 77) | SYS_STATFS = 99 constant SYS_FSTATFS (line 78) | SYS_FSTATFS = 100 constant SYS_SOCKETCALL (line 79) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 80) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 81) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 82) | SYS_GETITIMER = 105 constant SYS_STAT (line 83) | SYS_STAT = 106 constant SYS_LSTAT (line 84) | SYS_LSTAT = 107 constant SYS_FSTAT (line 85) | SYS_FSTAT = 108 constant SYS_LOOKUP_DCOOKIE (line 86) | SYS_LOOKUP_DCOOKIE = 110 constant SYS_VHANGUP (line 87) | SYS_VHANGUP = 111 constant SYS_IDLE (line 88) | SYS_IDLE = 112 constant SYS_WAIT4 (line 89) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 90) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 91) | SYS_SYSINFO = 116 constant SYS_IPC (line 92) | SYS_IPC = 117 constant SYS_FSYNC (line 93) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 94) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 95) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 96) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 97) | SYS_UNAME = 122 constant SYS_ADJTIMEX (line 98) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 99) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 100) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 101) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 102) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 103) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 104) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 105) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 106) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 107) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 108) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 109) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 110) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 111) | SYS_AFS_SYSCALL = 137 constant SYS_GETDENTS (line 112) | SYS_GETDENTS = 141 constant SYS_SELECT (line 113) | SYS_SELECT = 142 constant SYS_FLOCK (line 114) | SYS_FLOCK = 143 constant SYS_MSYNC (line 115) | SYS_MSYNC = 144 constant SYS_READV (line 116) | SYS_READV = 145 constant SYS_WRITEV (line 117) | SYS_WRITEV = 146 constant SYS_GETSID (line 118) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 119) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 120) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 121) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 122) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 123) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 124) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 125) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 126) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 127) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 128) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 129) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 130) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 131) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 132) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 133) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 134) | SYS_MREMAP = 163 constant SYS_QUERY_MODULE (line 135) | SYS_QUERY_MODULE = 167 constant SYS_POLL (line 136) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 137) | SYS_NFSSERVCTL = 169 constant SYS_PRCTL (line 138) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 139) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 140) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 141) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 142) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 143) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 144) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 145) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 146) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 147) | SYS_PWRITE64 = 181 constant SYS_GETCWD (line 148) | SYS_GETCWD = 183 constant SYS_CAPGET (line 149) | SYS_CAPGET = 184 constant SYS_CAPSET (line 150) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 151) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 152) | SYS_SENDFILE = 187 constant SYS_GETPMSG (line 153) | SYS_GETPMSG = 188 constant SYS_PUTPMSG (line 154) | SYS_PUTPMSG = 189 constant SYS_VFORK (line 155) | SYS_VFORK = 190 constant SYS_GETRLIMIT (line 156) | SYS_GETRLIMIT = 191 constant SYS_LCHOWN (line 157) | SYS_LCHOWN = 198 constant SYS_GETUID (line 158) | SYS_GETUID = 199 constant SYS_GETGID (line 159) | SYS_GETGID = 200 constant SYS_GETEUID (line 160) | SYS_GETEUID = 201 constant SYS_GETEGID (line 161) | SYS_GETEGID = 202 constant SYS_SETREUID (line 162) | SYS_SETREUID = 203 constant SYS_SETREGID (line 163) | SYS_SETREGID = 204 constant SYS_GETGROUPS (line 164) | SYS_GETGROUPS = 205 constant SYS_SETGROUPS (line 165) | SYS_SETGROUPS = 206 constant SYS_FCHOWN (line 166) | SYS_FCHOWN = 207 constant SYS_SETRESUID (line 167) | SYS_SETRESUID = 208 constant SYS_GETRESUID (line 168) | SYS_GETRESUID = 209 constant SYS_SETRESGID (line 169) | SYS_SETRESGID = 210 constant SYS_GETRESGID (line 170) | SYS_GETRESGID = 211 constant SYS_CHOWN (line 171) | SYS_CHOWN = 212 constant SYS_SETUID (line 172) | SYS_SETUID = 213 constant SYS_SETGID (line 173) | SYS_SETGID = 214 constant SYS_SETFSUID (line 174) | SYS_SETFSUID = 215 constant SYS_SETFSGID (line 175) | SYS_SETFSGID = 216 constant SYS_PIVOT_ROOT (line 176) | SYS_PIVOT_ROOT = 217 constant SYS_MINCORE (line 177) | SYS_MINCORE = 218 constant SYS_MADVISE (line 178) | SYS_MADVISE = 219 constant SYS_GETDENTS64 (line 179) | SYS_GETDENTS64 = 220 constant SYS_READAHEAD (line 180) | SYS_READAHEAD = 222 constant SYS_SETXATTR (line 181) | SYS_SETXATTR = 224 constant SYS_LSETXATTR (line 182) | SYS_LSETXATTR = 225 constant SYS_FSETXATTR (line 183) | SYS_FSETXATTR = 226 constant SYS_GETXATTR (line 184) | SYS_GETXATTR = 227 constant SYS_LGETXATTR (line 185) | SYS_LGETXATTR = 228 constant SYS_FGETXATTR (line 186) | SYS_FGETXATTR = 229 constant SYS_LISTXATTR (line 187) | SYS_LISTXATTR = 230 constant SYS_LLISTXATTR (line 188) | SYS_LLISTXATTR = 231 constant SYS_FLISTXATTR (line 189) | SYS_FLISTXATTR = 232 constant SYS_REMOVEXATTR (line 190) | SYS_REMOVEXATTR = 233 constant SYS_LREMOVEXATTR (line 191) | SYS_LREMOVEXATTR = 234 constant SYS_FREMOVEXATTR (line 192) | SYS_FREMOVEXATTR = 235 constant SYS_GETTID (line 193) | SYS_GETTID = 236 constant SYS_TKILL (line 194) | SYS_TKILL = 237 constant SYS_FUTEX (line 195) | SYS_FUTEX = 238 constant SYS_SCHED_SETAFFINITY (line 196) | SYS_SCHED_SETAFFINITY = 239 constant SYS_SCHED_GETAFFINITY (line 197) | SYS_SCHED_GETAFFINITY = 240 constant SYS_TGKILL (line 198) | SYS_TGKILL = 241 constant SYS_IO_SETUP (line 199) | SYS_IO_SETUP = 243 constant SYS_IO_DESTROY (line 200) | SYS_IO_DESTROY = 244 constant SYS_IO_GETEVENTS (line 201) | SYS_IO_GETEVENTS = 245 constant SYS_IO_SUBMIT (line 202) | SYS_IO_SUBMIT = 246 constant SYS_IO_CANCEL (line 203) | SYS_IO_CANCEL = 247 constant SYS_EXIT_GROUP (line 204) | SYS_EXIT_GROUP = 248 constant SYS_EPOLL_CREATE (line 205) | SYS_EPOLL_CREATE = 249 constant SYS_EPOLL_CTL (line 206) | SYS_EPOLL_CTL = 250 constant SYS_EPOLL_WAIT (line 207) | SYS_EPOLL_WAIT = 251 constant SYS_SET_TID_ADDRESS (line 208) | SYS_SET_TID_ADDRESS = 252 constant SYS_FADVISE64 (line 209) | SYS_FADVISE64 = 253 constant SYS_TIMER_CREATE (line 210) | SYS_TIMER_CREATE = 254 constant SYS_TIMER_SETTIME (line 211) | SYS_TIMER_SETTIME = 255 constant SYS_TIMER_GETTIME (line 212) | SYS_TIMER_GETTIME = 256 constant SYS_TIMER_GETOVERRUN (line 213) | SYS_TIMER_GETOVERRUN = 257 constant SYS_TIMER_DELETE (line 214) | SYS_TIMER_DELETE = 258 constant SYS_CLOCK_SETTIME (line 215) | SYS_CLOCK_SETTIME = 259 constant SYS_CLOCK_GETTIME (line 216) | SYS_CLOCK_GETTIME = 260 constant SYS_CLOCK_GETRES (line 217) | SYS_CLOCK_GETRES = 261 constant SYS_CLOCK_NANOSLEEP (line 218) | SYS_CLOCK_NANOSLEEP = 262 constant SYS_STATFS64 (line 219) | SYS_STATFS64 = 265 constant SYS_FSTATFS64 (line 220) | SYS_FSTATFS64 = 266 constant SYS_REMAP_FILE_PAGES (line 221) | SYS_REMAP_FILE_PAGES = 267 constant SYS_MBIND (line 222) | SYS_MBIND = 268 constant SYS_GET_MEMPOLICY (line 223) | SYS_GET_MEMPOLICY = 269 constant SYS_SET_MEMPOLICY (line 224) | SYS_SET_MEMPOLICY = 270 constant SYS_MQ_OPEN (line 225) | SYS_MQ_OPEN = 271 constant SYS_MQ_UNLINK (line 226) | SYS_MQ_UNLINK = 272 constant SYS_MQ_TIMEDSEND (line 227) | SYS_MQ_TIMEDSEND = 273 constant SYS_MQ_TIMEDRECEIVE (line 228) | SYS_MQ_TIMEDRECEIVE = 274 constant SYS_MQ_NOTIFY (line 229) | SYS_MQ_NOTIFY = 275 constant SYS_MQ_GETSETATTR (line 230) | SYS_MQ_GETSETATTR = 276 constant SYS_KEXEC_LOAD (line 231) | SYS_KEXEC_LOAD = 277 constant SYS_ADD_KEY (line 232) | SYS_ADD_KEY = 278 constant SYS_REQUEST_KEY (line 233) | SYS_REQUEST_KEY = 279 constant SYS_KEYCTL (line 234) | SYS_KEYCTL = 280 constant SYS_WAITID (line 235) | SYS_WAITID = 281 constant SYS_IOPRIO_SET (line 236) | SYS_IOPRIO_SET = 282 constant SYS_IOPRIO_GET (line 237) | SYS_IOPRIO_GET = 283 constant SYS_INOTIFY_INIT (line 238) | SYS_INOTIFY_INIT = 284 constant SYS_INOTIFY_ADD_WATCH (line 239) | SYS_INOTIFY_ADD_WATCH = 285 constant SYS_INOTIFY_RM_WATCH (line 240) | SYS_INOTIFY_RM_WATCH = 286 constant SYS_MIGRATE_PAGES (line 241) | SYS_MIGRATE_PAGES = 287 constant SYS_OPENAT (line 242) | SYS_OPENAT = 288 constant SYS_MKDIRAT (line 243) | SYS_MKDIRAT = 289 constant SYS_MKNODAT (line 244) | SYS_MKNODAT = 290 constant SYS_FCHOWNAT (line 245) | SYS_FCHOWNAT = 291 constant SYS_FUTIMESAT (line 246) | SYS_FUTIMESAT = 292 constant SYS_NEWFSTATAT (line 247) | SYS_NEWFSTATAT = 293 constant SYS_UNLINKAT (line 248) | SYS_UNLINKAT = 294 constant SYS_RENAMEAT (line 249) | SYS_RENAMEAT = 295 constant SYS_LINKAT (line 250) | SYS_LINKAT = 296 constant SYS_SYMLINKAT (line 251) | SYS_SYMLINKAT = 297 constant SYS_READLINKAT (line 252) | SYS_READLINKAT = 298 constant SYS_FCHMODAT (line 253) | SYS_FCHMODAT = 299 constant SYS_FACCESSAT (line 254) | SYS_FACCESSAT = 300 constant SYS_PSELECT6 (line 255) | SYS_PSELECT6 = 301 constant SYS_PPOLL (line 256) | SYS_PPOLL = 302 constant SYS_UNSHARE (line 257) | SYS_UNSHARE = 303 constant SYS_SET_ROBUST_LIST (line 258) | SYS_SET_ROBUST_LIST = 304 constant SYS_GET_ROBUST_LIST (line 259) | SYS_GET_ROBUST_LIST = 305 constant SYS_SPLICE (line 260) | SYS_SPLICE = 306 constant SYS_SYNC_FILE_RANGE (line 261) | SYS_SYNC_FILE_RANGE = 307 constant SYS_TEE (line 262) | SYS_TEE = 308 constant SYS_VMSPLICE (line 263) | SYS_VMSPLICE = 309 constant SYS_MOVE_PAGES (line 264) | SYS_MOVE_PAGES = 310 constant SYS_GETCPU (line 265) | SYS_GETCPU = 311 constant SYS_EPOLL_PWAIT (line 266) | SYS_EPOLL_PWAIT = 312 constant SYS_UTIMES (line 267) | SYS_UTIMES = 313 constant SYS_FALLOCATE (line 268) | SYS_FALLOCATE = 314 constant SYS_UTIMENSAT (line 269) | SYS_UTIMENSAT = 315 constant SYS_SIGNALFD (line 270) | SYS_SIGNALFD = 316 constant SYS_TIMERFD (line 271) | SYS_TIMERFD = 317 constant SYS_EVENTFD (line 272) | SYS_EVENTFD = 318 constant SYS_TIMERFD_CREATE (line 273) | SYS_TIMERFD_CREATE = 319 constant SYS_TIMERFD_SETTIME (line 274) | SYS_TIMERFD_SETTIME = 320 constant SYS_TIMERFD_GETTIME (line 275) | SYS_TIMERFD_GETTIME = 321 constant SYS_SIGNALFD4 (line 276) | SYS_SIGNALFD4 = 322 constant SYS_EVENTFD2 (line 277) | SYS_EVENTFD2 = 323 constant SYS_INOTIFY_INIT1 (line 278) | SYS_INOTIFY_INIT1 = 324 constant SYS_PIPE2 (line 279) | SYS_PIPE2 = 325 constant SYS_DUP3 (line 280) | SYS_DUP3 = 326 constant SYS_EPOLL_CREATE1 (line 281) | SYS_EPOLL_CREATE1 = 327 constant SYS_PREADV (line 282) | SYS_PREADV = 328 constant SYS_PWRITEV (line 283) | SYS_PWRITEV = 329 constant SYS_RT_TGSIGQUEUEINFO (line 284) | SYS_RT_TGSIGQUEUEINFO = 330 constant SYS_PERF_EVENT_OPEN (line 285) | SYS_PERF_EVENT_OPEN = 331 constant SYS_FANOTIFY_INIT (line 286) | SYS_FANOTIFY_INIT = 332 constant SYS_FANOTIFY_MARK (line 287) | SYS_FANOTIFY_MARK = 333 constant SYS_PRLIMIT64 (line 288) | SYS_PRLIMIT64 = 334 constant SYS_NAME_TO_HANDLE_AT (line 289) | SYS_NAME_TO_HANDLE_AT = 335 constant SYS_OPEN_BY_HANDLE_AT (line 290) | SYS_OPEN_BY_HANDLE_AT = 336 constant SYS_CLOCK_ADJTIME (line 291) | SYS_CLOCK_ADJTIME = 337 constant SYS_SYNCFS (line 292) | SYS_SYNCFS = 338 constant SYS_SETNS (line 293) | SYS_SETNS = 339 constant SYS_PROCESS_VM_READV (line 294) | SYS_PROCESS_VM_READV = 340 constant SYS_PROCESS_VM_WRITEV (line 295) | SYS_PROCESS_VM_WRITEV = 341 constant SYS_S390_RUNTIME_INSTR (line 296) | SYS_S390_RUNTIME_INSTR = 342 constant SYS_KCMP (line 297) | SYS_KCMP = 343 constant SYS_FINIT_MODULE (line 298) | SYS_FINIT_MODULE = 344 constant SYS_SCHED_SETATTR (line 299) | SYS_SCHED_SETATTR = 345 constant SYS_SCHED_GETATTR (line 300) | SYS_SCHED_GETATTR = 346 constant SYS_RENAMEAT2 (line 301) | SYS_RENAMEAT2 = 347 constant SYS_SECCOMP (line 302) | SYS_SECCOMP = 348 constant SYS_GETRANDOM (line 303) | SYS_GETRANDOM = 349 constant SYS_MEMFD_CREATE (line 304) | SYS_MEMFD_CREATE = 350 constant SYS_BPF (line 305) | SYS_BPF = 351 constant SYS_S390_PCI_MMIO_WRITE (line 306) | SYS_S390_PCI_MMIO_WRITE = 352 constant SYS_S390_PCI_MMIO_READ (line 307) | SYS_S390_PCI_MMIO_READ = 353 constant SYS_EXECVEAT (line 308) | SYS_EXECVEAT = 354 constant SYS_USERFAULTFD (line 309) | SYS_USERFAULTFD = 355 constant SYS_MEMBARRIER (line 310) | SYS_MEMBARRIER = 356 constant SYS_RECVMMSG (line 311) | SYS_RECVMMSG = 357 constant SYS_SENDMMSG (line 312) | SYS_SENDMMSG = 358 constant SYS_SOCKET (line 313) | SYS_SOCKET = 359 constant SYS_SOCKETPAIR (line 314) | SYS_SOCKETPAIR = 360 constant SYS_BIND (line 315) | SYS_BIND = 361 constant SYS_CONNECT (line 316) | SYS_CONNECT = 362 constant SYS_LISTEN (line 317) | SYS_LISTEN = 363 constant SYS_ACCEPT4 (line 318) | SYS_ACCEPT4 = 364 constant SYS_GETSOCKOPT (line 319) | SYS_GETSOCKOPT = 365 constant SYS_SETSOCKOPT (line 320) | SYS_SETSOCKOPT = 366 constant SYS_GETSOCKNAME (line 321) | SYS_GETSOCKNAME = 367 constant SYS_GETPEERNAME (line 322) | SYS_GETPEERNAME = 368 constant SYS_SENDTO (line 323) | SYS_SENDTO = 369 constant SYS_SENDMSG (line 324) | SYS_SENDMSG = 370 constant SYS_RECVFROM (line 325) | SYS_RECVFROM = 371 constant SYS_RECVMSG (line 326) | SYS_RECVMSG = 372 constant SYS_SHUTDOWN (line 327) | SYS_SHUTDOWN = 373 constant SYS_MLOCK2 (line 328) | SYS_MLOCK2 = 374 constant SYS_COPY_FILE_RANGE (line 329) | SYS_COPY_FILE_RANGE = 375 constant SYS_PREADV2 (line 330) | SYS_PREADV2 = 376 constant SYS_PWRITEV2 (line 331) | SYS_PWRITEV2 = 377 constant SYS_S390_GUARDED_STORAGE (line 332) | SYS_S390_GUARDED_STORAGE = 378 constant SYS_STATX (line 333) | SYS_STATX = 379 constant SYS_S390_STHYI (line 334) | SYS_S390_STHYI = 380 constant SYS_KEXEC_FILE_LOAD (line 335) | SYS_KEXEC_FILE_LOAD = 381 constant SYS_IO_PGETEVENTS (line 336) | SYS_IO_PGETEVENTS = 382 constant SYS_RSEQ (line 337) | SYS_RSEQ = 383 constant SYS_PKEY_MPROTECT (line 338) | SYS_PKEY_MPROTECT = 384 constant SYS_PKEY_ALLOC (line 339) | SYS_PKEY_ALLOC = 385 constant SYS_PKEY_FREE (line 340) | SYS_PKEY_FREE = 386 constant SYS_SEMTIMEDOP (line 341) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 342) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 343) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 344) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 345) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 346) | SYS_SHMAT = 397 constant SYS_SHMDT (line 347) | SYS_SHMDT = 398 constant SYS_MSGGET (line 348) | SYS_MSGGET = 399 constant SYS_MSGSND (line 349) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 350) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 351) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 352) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 353) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 354) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 355) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 356) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 357) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 358) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 359) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 360) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 361) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 362) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 363) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 364) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 365) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 366) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 367) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 368) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 369) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 370) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 371) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 372) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 373) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 374) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 375) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 376) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 377) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 378) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 379) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go constant SYS_RESTART_SYSCALL (line 10) | SYS_RESTART_SYSCALL = 0 constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 17) | SYS_WAIT4 = 7 constant SYS_CREAT (line 18) | SYS_CREAT = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_EXECV (line 21) | SYS_EXECV = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_CHOWN (line 23) | SYS_CHOWN = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_LCHOWN (line 26) | SYS_LCHOWN = 16 constant SYS_BRK (line 27) | SYS_BRK = 17 constant SYS_PERFCTR (line 28) | SYS_PERFCTR = 18 constant SYS_LSEEK (line 29) | SYS_LSEEK = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_CAPGET (line 31) | SYS_CAPGET = 21 constant SYS_CAPSET (line 32) | SYS_CAPSET = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_VMSPLICE (line 35) | SYS_VMSPLICE = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_ALARM (line 37) | SYS_ALARM = 27 constant SYS_SIGALTSTACK (line 38) | SYS_SIGALTSTACK = 28 constant SYS_PAUSE (line 39) | SYS_PAUSE = 29 constant SYS_UTIME (line 40) | SYS_UTIME = 30 constant SYS_ACCESS (line 41) | SYS_ACCESS = 33 constant SYS_NICE (line 42) | SYS_NICE = 34 constant SYS_SYNC (line 43) | SYS_SYNC = 36 constant SYS_KILL (line 44) | SYS_KILL = 37 constant SYS_STAT (line 45) | SYS_STAT = 38 constant SYS_SENDFILE (line 46) | SYS_SENDFILE = 39 constant SYS_LSTAT (line 47) | SYS_LSTAT = 40 constant SYS_DUP (line 48) | SYS_DUP = 41 constant SYS_PIPE (line 49) | SYS_PIPE = 42 constant SYS_TIMES (line 50) | SYS_TIMES = 43 constant SYS_UMOUNT2 (line 51) | SYS_UMOUNT2 = 45 constant SYS_SETGID (line 52) | SYS_SETGID = 46 constant SYS_GETGID (line 53) | SYS_GETGID = 47 constant SYS_SIGNAL (line 54) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 55) | SYS_GETEUID = 49 constant SYS_GETEGID (line 56) | SYS_GETEGID = 50 constant SYS_ACCT (line 57) | SYS_ACCT = 51 constant SYS_MEMORY_ORDERING (line 58) | SYS_MEMORY_ORDERING = 52 constant SYS_IOCTL (line 59) | SYS_IOCTL = 54 constant SYS_REBOOT (line 60) | SYS_REBOOT = 55 constant SYS_SYMLINK (line 61) | SYS_SYMLINK = 57 constant SYS_READLINK (line 62) | SYS_READLINK = 58 constant SYS_EXECVE (line 63) | SYS_EXECVE = 59 constant SYS_UMASK (line 64) | SYS_UMASK = 60 constant SYS_CHROOT (line 65) | SYS_CHROOT = 61 constant SYS_FSTAT (line 66) | SYS_FSTAT = 62 constant SYS_FSTAT64 (line 67) | SYS_FSTAT64 = 63 constant SYS_GETPAGESIZE (line 68) | SYS_GETPAGESIZE = 64 constant SYS_MSYNC (line 69) | SYS_MSYNC = 65 constant SYS_VFORK (line 70) | SYS_VFORK = 66 constant SYS_PREAD64 (line 71) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 72) | SYS_PWRITE64 = 68 constant SYS_MMAP (line 73) | SYS_MMAP = 71 constant SYS_MUNMAP (line 74) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 75) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 76) | SYS_MADVISE = 75 constant SYS_VHANGUP (line 77) | SYS_VHANGUP = 76 constant SYS_MINCORE (line 78) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 79) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 80) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 81) | SYS_GETPGRP = 81 constant SYS_SETITIMER (line 82) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 83) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 84) | SYS_GETITIMER = 86 constant SYS_SETHOSTNAME (line 85) | SYS_SETHOSTNAME = 88 constant SYS_DUP2 (line 86) | SYS_DUP2 = 90 constant SYS_FCNTL (line 87) | SYS_FCNTL = 92 constant SYS_SELECT (line 88) | SYS_SELECT = 93 constant SYS_FSYNC (line 89) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 90) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 91) | SYS_SOCKET = 97 constant SYS_CONNECT (line 92) | SYS_CONNECT = 98 constant SYS_ACCEPT (line 93) | SYS_ACCEPT = 99 constant SYS_GETPRIORITY (line 94) | SYS_GETPRIORITY = 100 constant SYS_RT_SIGRETURN (line 95) | SYS_RT_SIGRETURN = 101 constant SYS_RT_SIGACTION (line 96) | SYS_RT_SIGACTION = 102 constant SYS_RT_SIGPROCMASK (line 97) | SYS_RT_SIGPROCMASK = 103 constant SYS_RT_SIGPENDING (line 98) | SYS_RT_SIGPENDING = 104 constant SYS_RT_SIGTIMEDWAIT (line 99) | SYS_RT_SIGTIMEDWAIT = 105 constant SYS_RT_SIGQUEUEINFO (line 100) | SYS_RT_SIGQUEUEINFO = 106 constant SYS_RT_SIGSUSPEND (line 101) | SYS_RT_SIGSUSPEND = 107 constant SYS_SETRESUID (line 102) | SYS_SETRESUID = 108 constant SYS_GETRESUID (line 103) | SYS_GETRESUID = 109 constant SYS_SETRESGID (line 104) | SYS_SETRESGID = 110 constant SYS_GETRESGID (line 105) | SYS_GETRESGID = 111 constant SYS_RECVMSG (line 106) | SYS_RECVMSG = 113 constant SYS_SENDMSG (line 107) | SYS_SENDMSG = 114 constant SYS_GETTIMEOFDAY (line 108) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 109) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 110) | SYS_GETSOCKOPT = 118 constant SYS_GETCWD (line 111) | SYS_GETCWD = 119 constant SYS_READV (line 112) | SYS_READV = 120 constant SYS_WRITEV (line 113) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 114) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 115) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 116) | SYS_FCHMOD = 124 constant SYS_RECVFROM (line 117) | SYS_RECVFROM = 125 constant SYS_SETREUID (line 118) | SYS_SETREUID = 126 constant SYS_SETREGID (line 119) | SYS_SETREGID = 127 constant SYS_RENAME (line 120) | SYS_RENAME = 128 constant SYS_TRUNCATE (line 121) | SYS_TRUNCATE = 129 constant SYS_FTRUNCATE (line 122) | SYS_FTRUNCATE = 130 constant SYS_FLOCK (line 123) | SYS_FLOCK = 131 constant SYS_LSTAT64 (line 124) | SYS_LSTAT64 = 132 constant SYS_SENDTO (line 125) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 126) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 127) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 128) | SYS_MKDIR = 136 constant SYS_RMDIR (line 129) | SYS_RMDIR = 137 constant SYS_UTIMES (line 130) | SYS_UTIMES = 138 constant SYS_STAT64 (line 131) | SYS_STAT64 = 139 constant SYS_SENDFILE64 (line 132) | SYS_SENDFILE64 = 140 constant SYS_GETPEERNAME (line 133) | SYS_GETPEERNAME = 141 constant SYS_FUTEX (line 134) | SYS_FUTEX = 142 constant SYS_GETTID (line 135) | SYS_GETTID = 143 constant SYS_GETRLIMIT (line 136) | SYS_GETRLIMIT = 144 constant SYS_SETRLIMIT (line 137) | SYS_SETRLIMIT = 145 constant SYS_PIVOT_ROOT (line 138) | SYS_PIVOT_ROOT = 146 constant SYS_PRCTL (line 139) | SYS_PRCTL = 147 constant SYS_PCICONFIG_READ (line 140) | SYS_PCICONFIG_READ = 148 constant SYS_PCICONFIG_WRITE (line 141) | SYS_PCICONFIG_WRITE = 149 constant SYS_GETSOCKNAME (line 142) | SYS_GETSOCKNAME = 150 constant SYS_INOTIFY_INIT (line 143) | SYS_INOTIFY_INIT = 151 constant SYS_INOTIFY_ADD_WATCH (line 144) | SYS_INOTIFY_ADD_WATCH = 152 constant SYS_POLL (line 145) | SYS_POLL = 153 constant SYS_GETDENTS64 (line 146) | SYS_GETDENTS64 = 154 constant SYS_INOTIFY_RM_WATCH (line 147) | SYS_INOTIFY_RM_WATCH = 156 constant SYS_STATFS (line 148) | SYS_STATFS = 157 constant SYS_FSTATFS (line 149) | SYS_FSTATFS = 158 constant SYS_UMOUNT (line 150) | SYS_UMOUNT = 159 constant SYS_SCHED_SET_AFFINITY (line 151) | SYS_SCHED_SET_AFFINITY = 160 constant SYS_SCHED_GET_AFFINITY (line 152) | SYS_SCHED_GET_AFFINITY = 161 constant SYS_GETDOMAINNAME (line 153) | SYS_GETDOMAINNAME = 162 constant SYS_SETDOMAINNAME (line 154) | SYS_SETDOMAINNAME = 163 constant SYS_UTRAP_INSTALL (line 155) | SYS_UTRAP_INSTALL = 164 constant SYS_QUOTACTL (line 156) | SYS_QUOTACTL = 165 constant SYS_SET_TID_ADDRESS (line 157) | SYS_SET_TID_ADDRESS = 166 constant SYS_MOUNT (line 158) | SYS_MOUNT = 167 constant SYS_USTAT (line 159) | SYS_USTAT = 168 constant SYS_SETXATTR (line 160) | SYS_SETXATTR = 169 constant SYS_LSETXATTR (line 161) | SYS_LSETXATTR = 170 constant SYS_FSETXATTR (line 162) | SYS_FSETXATTR = 171 constant SYS_GETXATTR (line 163) | SYS_GETXATTR = 172 constant SYS_LGETXATTR (line 164) | SYS_LGETXATTR = 173 constant SYS_GETDENTS (line 165) | SYS_GETDENTS = 174 constant SYS_SETSID (line 166) | SYS_SETSID = 175 constant SYS_FCHDIR (line 167) | SYS_FCHDIR = 176 constant SYS_FGETXATTR (line 168) | SYS_FGETXATTR = 177 constant SYS_LISTXATTR (line 169) | SYS_LISTXATTR = 178 constant SYS_LLISTXATTR (line 170) | SYS_LLISTXATTR = 179 constant SYS_FLISTXATTR (line 171) | SYS_FLISTXATTR = 180 constant SYS_REMOVEXATTR (line 172) | SYS_REMOVEXATTR = 181 constant SYS_LREMOVEXATTR (line 173) | SYS_LREMOVEXATTR = 182 constant SYS_SIGPENDING (line 174) | SYS_SIGPENDING = 183 constant SYS_QUERY_MODULE (line 175) | SYS_QUERY_MODULE = 184 constant SYS_SETPGID (line 176) | SYS_SETPGID = 185 constant SYS_FREMOVEXATTR (line 177) | SYS_FREMOVEXATTR = 186 constant SYS_TKILL (line 178) | SYS_TKILL = 187 constant SYS_EXIT_GROUP (line 179) | SYS_EXIT_GROUP = 188 constant SYS_UNAME (line 180) | SYS_UNAME = 189 constant SYS_INIT_MODULE (line 181) | SYS_INIT_MODULE = 190 constant SYS_PERSONALITY (line 182) | SYS_PERSONALITY = 191 constant SYS_REMAP_FILE_PAGES (line 183) | SYS_REMAP_FILE_PAGES = 192 constant SYS_EPOLL_CREATE (line 184) | SYS_EPOLL_CREATE = 193 constant SYS_EPOLL_CTL (line 185) | SYS_EPOLL_CTL = 194 constant SYS_EPOLL_WAIT (line 186) | SYS_EPOLL_WAIT = 195 constant SYS_IOPRIO_SET (line 187) | SYS_IOPRIO_SET = 196 constant SYS_GETPPID (line 188) | SYS_GETPPID = 197 constant SYS_SIGACTION (line 189) | SYS_SIGACTION = 198 constant SYS_SGETMASK (line 190) | SYS_SGETMASK = 199 constant SYS_SSETMASK (line 191) | SYS_SSETMASK = 200 constant SYS_SIGSUSPEND (line 192) | SYS_SIGSUSPEND = 201 constant SYS_OLDLSTAT (line 193) | SYS_OLDLSTAT = 202 constant SYS_USELIB (line 194) | SYS_USELIB = 203 constant SYS_READDIR (line 195) | SYS_READDIR = 204 constant SYS_READAHEAD (line 196) | SYS_READAHEAD = 205 constant SYS_SOCKETCALL (line 197) | SYS_SOCKETCALL = 206 constant SYS_SYSLOG (line 198) | SYS_SYSLOG = 207 constant SYS_LOOKUP_DCOOKIE (line 199) | SYS_LOOKUP_DCOOKIE = 208 constant SYS_FADVISE64 (line 200) | SYS_FADVISE64 = 209 constant SYS_FADVISE64_64 (line 201) | SYS_FADVISE64_64 = 210 constant SYS_TGKILL (line 202) | SYS_TGKILL = 211 constant SYS_WAITPID (line 203) | SYS_WAITPID = 212 constant SYS_SWAPOFF (line 204) | SYS_SWAPOFF = 213 constant SYS_SYSINFO (line 205) | SYS_SYSINFO = 214 constant SYS_IPC (line 206) | SYS_IPC = 215 constant SYS_SIGRETURN (line 207) | SYS_SIGRETURN = 216 constant SYS_CLONE (line 208) | SYS_CLONE = 217 constant SYS_IOPRIO_GET (line 209) | SYS_IOPRIO_GET = 218 constant SYS_ADJTIMEX (line 210) | SYS_ADJTIMEX = 219 constant SYS_SIGPROCMASK (line 211) | SYS_SIGPROCMASK = 220 constant SYS_CREATE_MODULE (line 212) | SYS_CREATE_MODULE = 221 constant SYS_DELETE_MODULE (line 213) | SYS_DELETE_MODULE = 222 constant SYS_GET_KERNEL_SYMS (line 214) | SYS_GET_KERNEL_SYMS = 223 constant SYS_GETPGID (line 215) | SYS_GETPGID = 224 constant SYS_BDFLUSH (line 216) | SYS_BDFLUSH = 225 constant SYS_SYSFS (line 217) | SYS_SYSFS = 226 constant SYS_AFS_SYSCALL (line 218) | SYS_AFS_SYSCALL = 227 constant SYS_SETFSUID (line 219) | SYS_SETFSUID = 228 constant SYS_SETFSGID (line 220) | SYS_SETFSGID = 229 constant SYS__NEWSELECT (line 221) | SYS__NEWSELECT = 230 constant SYS_SPLICE (line 222) | SYS_SPLICE = 232 constant SYS_STIME (line 223) | SYS_STIME = 233 constant SYS_STATFS64 (line 224) | SYS_STATFS64 = 234 constant SYS_FSTATFS64 (line 225) | SYS_FSTATFS64 = 235 constant SYS__LLSEEK (line 226) | SYS__LLSEEK = 236 constant SYS_MLOCK (line 227) | SYS_MLOCK = 237 constant SYS_MUNLOCK (line 228) | SYS_MUNLOCK = 238 constant SYS_MLOCKALL (line 229) | SYS_MLOCKALL = 239 constant SYS_MUNLOCKALL (line 230) | SYS_MUNLOCKALL = 240 constant SYS_SCHED_SETPARAM (line 231) | SYS_SCHED_SETPARAM = 241 constant SYS_SCHED_GETPARAM (line 232) | SYS_SCHED_GETPARAM = 242 constant SYS_SCHED_SETSCHEDULER (line 233) | SYS_SCHED_SETSCHEDULER = 243 constant SYS_SCHED_GETSCHEDULER (line 234) | SYS_SCHED_GETSCHEDULER = 244 constant SYS_SCHED_YIELD (line 235) | SYS_SCHED_YIELD = 245 constant SYS_SCHED_GET_PRIORITY_MAX (line 236) | SYS_SCHED_GET_PRIORITY_MAX = 246 constant SYS_SCHED_GET_PRIORITY_MIN (line 237) | SYS_SCHED_GET_PRIORITY_MIN = 247 constant SYS_SCHED_RR_GET_INTERVAL (line 238) | SYS_SCHED_RR_GET_INTERVAL = 248 constant SYS_NANOSLEEP (line 239) | SYS_NANOSLEEP = 249 constant SYS_MREMAP (line 240) | SYS_MREMAP = 250 constant SYS__SYSCTL (line 241) | SYS__SYSCTL = 251 constant SYS_GETSID (line 242) | SYS_GETSID = 252 constant SYS_FDATASYNC (line 243) | SYS_FDATASYNC = 253 constant SYS_NFSSERVCTL (line 244) | SYS_NFSSERVCTL = 254 constant SYS_SYNC_FILE_RANGE (line 245) | SYS_SYNC_FILE_RANGE = 255 constant SYS_CLOCK_SETTIME (line 246) | SYS_CLOCK_SETTIME = 256 constant SYS_CLOCK_GETTIME (line 247) | SYS_CLOCK_GETTIME = 257 constant SYS_CLOCK_GETRES (line 248) | SYS_CLOCK_GETRES = 258 constant SYS_CLOCK_NANOSLEEP (line 249) | SYS_CLOCK_NANOSLEEP = 259 constant SYS_SCHED_GETAFFINITY (line 250) | SYS_SCHED_GETAFFINITY = 260 constant SYS_SCHED_SETAFFINITY (line 251) | SYS_SCHED_SETAFFINITY = 261 constant SYS_TIMER_SETTIME (line 252) | SYS_TIMER_SETTIME = 262 constant SYS_TIMER_GETTIME (line 253) | SYS_TIMER_GETTIME = 263 constant SYS_TIMER_GETOVERRUN (line 254) | SYS_TIMER_GETOVERRUN = 264 constant SYS_TIMER_DELETE (line 255) | SYS_TIMER_DELETE = 265 constant SYS_TIMER_CREATE (line 256) | SYS_TIMER_CREATE = 266 constant SYS_VSERVER (line 257) | SYS_VSERVER = 267 constant SYS_IO_SETUP (line 258) | SYS_IO_SETUP = 268 constant SYS_IO_DESTROY (line 259) | SYS_IO_DESTROY = 269 constant SYS_IO_SUBMIT (line 260) | SYS_IO_SUBMIT = 270 constant SYS_IO_CANCEL (line 261) | SYS_IO_CANCEL = 271 constant SYS_IO_GETEVENTS (line 262) | SYS_IO_GETEVENTS = 272 constant SYS_MQ_OPEN (line 263) | SYS_MQ_OPEN = 273 constant SYS_MQ_UNLINK (line 264) | SYS_MQ_UNLINK = 274 constant SYS_MQ_TIMEDSEND (line 265) | SYS_MQ_TIMEDSEND = 275 constant SYS_MQ_TIMEDRECEIVE (line 266) | SYS_MQ_TIMEDRECEIVE = 276 constant SYS_MQ_NOTIFY (line 267) | SYS_MQ_NOTIFY = 277 constant SYS_MQ_GETSETATTR (line 268) | SYS_MQ_GETSETATTR = 278 constant SYS_WAITID (line 269) | SYS_WAITID = 279 constant SYS_TEE (line 270) | SYS_TEE = 280 constant SYS_ADD_KEY (line 271) | SYS_ADD_KEY = 281 constant SYS_REQUEST_KEY (line 272) | SYS_REQUEST_KEY = 282 constant SYS_KEYCTL (line 273) | SYS_KEYCTL = 283 constant SYS_OPENAT (line 274) | SYS_OPENAT = 284 constant SYS_MKDIRAT (line 275) | SYS_MKDIRAT = 285 constant SYS_MKNODAT (line 276) | SYS_MKNODAT = 286 constant SYS_FCHOWNAT (line 277) | SYS_FCHOWNAT = 287 constant SYS_FUTIMESAT (line 278) | SYS_FUTIMESAT = 288 constant SYS_FSTATAT64 (line 279) | SYS_FSTATAT64 = 289 constant SYS_UNLINKAT (line 280) | SYS_UNLINKAT = 290 constant SYS_RENAMEAT (line 281) | SYS_RENAMEAT = 291 constant SYS_LINKAT (line 282) | SYS_LINKAT = 292 constant SYS_SYMLINKAT (line 283) | SYS_SYMLINKAT = 293 constant SYS_READLINKAT (line 284) | SYS_READLINKAT = 294 constant SYS_FCHMODAT (line 285) | SYS_FCHMODAT = 295 constant SYS_FACCESSAT (line 286) | SYS_FACCESSAT = 296 constant SYS_PSELECT6 (line 287) | SYS_PSELECT6 = 297 constant SYS_PPOLL (line 288) | SYS_PPOLL = 298 constant SYS_UNSHARE (line 289) | SYS_UNSHARE = 299 constant SYS_SET_ROBUST_LIST (line 290) | SYS_SET_ROBUST_LIST = 300 constant SYS_GET_ROBUST_LIST (line 291) | SYS_GET_ROBUST_LIST = 301 constant SYS_MIGRATE_PAGES (line 292) | SYS_MIGRATE_PAGES = 302 constant SYS_MBIND (line 293) | SYS_MBIND = 303 constant SYS_GET_MEMPOLICY (line 294) | SYS_GET_MEMPOLICY = 304 constant SYS_SET_MEMPOLICY (line 295) | SYS_SET_MEMPOLICY = 305 constant SYS_KEXEC_LOAD (line 296) | SYS_KEXEC_LOAD = 306 constant SYS_MOVE_PAGES (line 297) | SYS_MOVE_PAGES = 307 constant SYS_GETCPU (line 298) | SYS_GETCPU = 308 constant SYS_EPOLL_PWAIT (line 299) | SYS_EPOLL_PWAIT = 309 constant SYS_UTIMENSAT (line 300) | SYS_UTIMENSAT = 310 constant SYS_SIGNALFD (line 301) | SYS_SIGNALFD = 311 constant SYS_TIMERFD_CREATE (line 302) | SYS_TIMERFD_CREATE = 312 constant SYS_EVENTFD (line 303) | SYS_EVENTFD = 313 constant SYS_FALLOCATE (line 304) | SYS_FALLOCATE = 314 constant SYS_TIMERFD_SETTIME (line 305) | SYS_TIMERFD_SETTIME = 315 constant SYS_TIMERFD_GETTIME (line 306) | SYS_TIMERFD_GETTIME = 316 constant SYS_SIGNALFD4 (line 307) | SYS_SIGNALFD4 = 317 constant SYS_EVENTFD2 (line 308) | SYS_EVENTFD2 = 318 constant SYS_EPOLL_CREATE1 (line 309) | SYS_EPOLL_CREATE1 = 319 constant SYS_DUP3 (line 310) | SYS_DUP3 = 320 constant SYS_PIPE2 (line 311) | SYS_PIPE2 = 321 constant SYS_INOTIFY_INIT1 (line 312) | SYS_INOTIFY_INIT1 = 322 constant SYS_ACCEPT4 (line 313) | SYS_ACCEPT4 = 323 constant SYS_PREADV (line 314) | SYS_PREADV = 324 constant SYS_PWRITEV (line 315) | SYS_PWRITEV = 325 constant SYS_RT_TGSIGQUEUEINFO (line 316) | SYS_RT_TGSIGQUEUEINFO = 326 constant SYS_PERF_EVENT_OPEN (line 317) | SYS_PERF_EVENT_OPEN = 327 constant SYS_RECVMMSG (line 318) | SYS_RECVMMSG = 328 constant SYS_FANOTIFY_INIT (line 319) | SYS_FANOTIFY_INIT = 329 constant SYS_FANOTIFY_MARK (line 320) | SYS_FANOTIFY_MARK = 330 constant SYS_PRLIMIT64 (line 321) | SYS_PRLIMIT64 = 331 constant SYS_NAME_TO_HANDLE_AT (line 322) | SYS_NAME_TO_HANDLE_AT = 332 constant SYS_OPEN_BY_HANDLE_AT (line 323) | SYS_OPEN_BY_HANDLE_AT = 333 constant SYS_CLOCK_ADJTIME (line 324) | SYS_CLOCK_ADJTIME = 334 constant SYS_SYNCFS (line 325) | SYS_SYNCFS = 335 constant SYS_SENDMMSG (line 326) | SYS_SENDMMSG = 336 constant SYS_SETNS (line 327) | SYS_SETNS = 337 constant SYS_PROCESS_VM_READV (line 328) | SYS_PROCESS_VM_READV = 338 constant SYS_PROCESS_VM_WRITEV (line 329) | SYS_PROCESS_VM_WRITEV = 339 constant SYS_KERN_FEATURES (line 330) | SYS_KERN_FEATURES = 340 constant SYS_KCMP (line 331) | SYS_KCMP = 341 constant SYS_FINIT_MODULE (line 332) | SYS_FINIT_MODULE = 342 constant SYS_SCHED_SETATTR (line 333) | SYS_SCHED_SETATTR = 343 constant SYS_SCHED_GETATTR (line 334) | SYS_SCHED_GETATTR = 344 constant SYS_RENAMEAT2 (line 335) | SYS_RENAMEAT2 = 345 constant SYS_SECCOMP (line 336) | SYS_SECCOMP = 346 constant SYS_GETRANDOM (line 337) | SYS_GETRANDOM = 347 constant SYS_MEMFD_CREATE (line 338) | SYS_MEMFD_CREATE = 348 constant SYS_BPF (line 339) | SYS_BPF = 349 constant SYS_EXECVEAT (line 340) | SYS_EXECVEAT = 350 constant SYS_MEMBARRIER (line 341) | SYS_MEMBARRIER = 351 constant SYS_USERFAULTFD (line 342) | SYS_USERFAULTFD = 352 constant SYS_BIND (line 343) | SYS_BIND = 353 constant SYS_LISTEN (line 344) | SYS_LISTEN = 354 constant SYS_SETSOCKOPT (line 345) | SYS_SETSOCKOPT = 355 constant SYS_MLOCK2 (line 346) | SYS_MLOCK2 = 356 constant SYS_COPY_FILE_RANGE (line 347) | SYS_COPY_FILE_RANGE = 357 constant SYS_PREADV2 (line 348) | SYS_PREADV2 = 358 constant SYS_PWRITEV2 (line 349) | SYS_PWRITEV2 = 359 constant SYS_STATX (line 350) | SYS_STATX = 360 constant SYS_IO_PGETEVENTS (line 351) | SYS_IO_PGETEVENTS = 361 constant SYS_PKEY_MPROTECT (line 352) | SYS_PKEY_MPROTECT = 362 constant SYS_PKEY_ALLOC (line 353) | SYS_PKEY_ALLOC = 363 constant SYS_PKEY_FREE (line 354) | SYS_PKEY_FREE = 364 constant SYS_RSEQ (line 355) | SYS_RSEQ = 365 constant SYS_SEMTIMEDOP (line 356) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 357) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 358) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 359) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 360) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 361) | SYS_SHMAT = 397 constant SYS_SHMDT (line 362) | SYS_SHMDT = 398 constant SYS_MSGGET (line 363) | SYS_MSGGET = 399 constant SYS_MSGSND (line 364) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 365) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 366) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 367) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 368) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 369) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 370) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 371) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 372) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 373) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 374) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 375) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 376) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 377) | SYS_PIDFD_OPEN = 434 constant SYS_CLOSE_RANGE (line 378) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 379) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 380) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 381) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 382) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 383) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 384) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 385) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 386) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 387) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 388) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 389) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 390) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 391) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 392) | SYS_CACHESTAT = 451 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_LINK (line 16) | SYS_LINK = 9 constant SYS_UNLINK (line 17) | SYS_UNLINK = 10 constant SYS_CHDIR (line 18) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 19) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 20) | SYS_CHMOD = 15 constant SYS_CHOWN (line 21) | SYS_CHOWN = 16 constant SYS_BREAK (line 22) | SYS_BREAK = 17 constant SYS_GETPID (line 23) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 24) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 25) | SYS_SETUID = 23 constant SYS_GETUID (line 26) | SYS_GETUID = 24 constant SYS_GETEUID (line 27) | SYS_GETEUID = 25 constant SYS_PTRACE (line 28) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 29) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 30) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 31) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 32) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 33) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 34) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 35) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 36) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 37) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 38) | SYS_SYNC = 36 constant SYS_KILL (line 39) | SYS_KILL = 37 constant SYS_GETPPID (line 40) | SYS_GETPPID = 39 constant SYS_DUP (line 41) | SYS_DUP = 41 constant SYS_PIPE (line 42) | SYS_PIPE = 42 constant SYS_GETEGID (line 43) | SYS_GETEGID = 43 constant SYS_PROFIL (line 44) | SYS_PROFIL = 44 constant SYS_KTRACE (line 45) | SYS_KTRACE = 45 constant SYS_GETGID (line 46) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 47) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 48) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 49) | SYS_ACCT = 51 constant SYS_IOCTL (line 50) | SYS_IOCTL = 54 constant SYS_REVOKE (line 51) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 52) | SYS_SYMLINK = 57 constant SYS_READLINK (line 53) | SYS_READLINK = 58 constant SYS_EXECVE (line 54) | SYS_EXECVE = 59 constant SYS_UMASK (line 55) | SYS_UMASK = 60 constant SYS_CHROOT (line 56) | SYS_CHROOT = 61 constant SYS_VFORK (line 57) | SYS_VFORK = 66 constant SYS_SBRK (line 58) | SYS_SBRK = 69 constant SYS_SSTK (line 59) | SYS_SSTK = 70 constant SYS_VADVISE (line 60) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 61) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 62) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 63) | SYS_MADVISE = 75 constant SYS_MINCORE (line 64) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 65) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 66) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 67) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 68) | SYS_SETPGID = 82 constant SYS_DUP2 (line 69) | SYS_DUP2 = 90 constant SYS_FCNTL (line 70) | SYS_FCNTL = 92 constant SYS_FSYNC (line 71) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 72) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 73) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 75) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 76) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 77) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 78) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 79) | SYS_READV = 120 constant SYS_WRITEV (line 80) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 81) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 82) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 83) | SYS_SETREUID = 126 constant SYS_SETREGID (line 84) | SYS_SETREGID = 127 constant SYS_RENAME (line 85) | SYS_RENAME = 128 constant SYS_FLOCK (line 86) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 87) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 88) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 89) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 90) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 91) | SYS_MKDIR = 136 constant SYS_RMDIR (line 92) | SYS_RMDIR = 137 constant SYS_SETSID (line 93) | SYS_SETSID = 147 constant SYS_SYSARCH (line 94) | SYS_SYSARCH = 165 constant SYS_PREAD (line 95) | SYS_PREAD = 173 constant SYS_PWRITE (line 96) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 97) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 98) | SYS_SETGID = 181 constant SYS_SETEGID (line 99) | SYS_SETEGID = 182 constant SYS_SETEUID (line 100) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 101) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 102) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 103) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 104) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 105) | SYS_MMAP = 197 constant SYS_LSEEK (line 106) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 107) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 108) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 109) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 110) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 111) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 112) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 113) | SYS_GETPGID = 207 constant SYS_REBOOT (line 114) | SYS_REBOOT = 208 constant SYS_POLL (line 115) | SYS_POLL = 209 constant SYS_SEMGET (line 116) | SYS_SEMGET = 221 constant SYS_SEMOP (line 117) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 118) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 119) | SYS_MSGGET = 225 constant SYS_MSGSND (line 120) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 121) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 122) | SYS_SHMAT = 228 constant SYS_SHMDT (line 123) | SYS_SHMDT = 230 constant SYS_SHMGET (line 124) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 125) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 126) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 127) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 128) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 129) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 130) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 131) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 132) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 133) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 134) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 135) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 136) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 137) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 138) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 139) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 140) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 141) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 142) | SYS_GETSID = 286 constant SYS___CLONE (line 143) | SYS___CLONE = 287 constant SYS_FKTRACE (line 144) | SYS_FKTRACE = 288 constant SYS_PREADV (line 145) | SYS_PREADV = 289 constant SYS_PWRITEV (line 146) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 147) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 148) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 149) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 150) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 151) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 152) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 153) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 154) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 155) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 156) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 157) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 158) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 159) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 160) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 161) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 162) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 163) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 164) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 165) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 166) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 167) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 168) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 169) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 170) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 171) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 172) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 173) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 174) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 175) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 176) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 177) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 178) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 179) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 180) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 181) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 182) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 183) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 184) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 185) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 186) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 187) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 188) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 189) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 190) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 191) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 192) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 193) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 194) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 195) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 196) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 197) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 198) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 199) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 200) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 201) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 202) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 203) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 204) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 205) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 206) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 207) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 208) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 209) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 210) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 211) | SYS_SOCKET = 394 constant SYS_GETFH (line 212) | SYS_GETFH = 395 constant SYS_MOUNT (line 213) | SYS_MOUNT = 410 constant SYS_MREMAP (line 214) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 215) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 216) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 217) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 218) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 219) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 220) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 221) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 222) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 223) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 224) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 225) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 226) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 227) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 228) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 229) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 231) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 232) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 233) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 234) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 235) | SYS_KEVENT = 435 constant SYS_PSELECT (line 236) | SYS_PSELECT = 436 constant SYS_POLLTS (line 237) | SYS_POLLTS = 437 constant SYS_STAT (line 238) | SYS_STAT = 439 constant SYS_FSTAT (line 239) | SYS_FSTAT = 440 constant SYS_LSTAT (line 240) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 241) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 242) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 243) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 244) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 245) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 246) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 247) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 248) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 249) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 250) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 251) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 252) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 253) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 254) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 255) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 256) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 257) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 258) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 259) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 260) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 261) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 262) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 263) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 264) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 265) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 266) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 267) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 268) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 269) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 270) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 271) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 272) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 273) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 274) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_MINCORE (line 86) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 122) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 123) | SYS_THRKILL = 119 constant SYS_READV (line 124) | SYS_READV = 120 constant SYS_WRITEV (line 125) | SYS_WRITEV = 121 constant SYS_KILL (line 126) | SYS_KILL = 122 constant SYS_FCHOWN (line 127) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 128) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 129) | SYS_SETREUID = 126 constant SYS_SETREGID (line 130) | SYS_SETREGID = 127 constant SYS_RENAME (line 131) | SYS_RENAME = 128 constant SYS_FLOCK (line 132) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 133) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 134) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 135) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 136) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 137) | SYS_MKDIR = 136 constant SYS_RMDIR (line 138) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 139) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 140) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 141) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 142) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 143) | SYS_NFSSVC = 155 constant SYS_GETFH (line 144) | SYS_GETFH = 161 constant SYS_SYSARCH (line 145) | SYS_SYSARCH = 165 constant SYS_PREAD (line 146) | SYS_PREAD = 173 constant SYS_PWRITE (line 147) | SYS_PWRITE = 174 constant SYS_SETGID (line 148) | SYS_SETGID = 181 constant SYS_SETEGID (line 149) | SYS_SETEGID = 182 constant SYS_SETEUID (line 150) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 151) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 152) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 153) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 154) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 155) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 156) | SYS_MMAP = 197 constant SYS_LSEEK (line 157) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 158) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 159) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 160) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 161) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 162) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 163) | SYS_GETPGID = 207 constant SYS_UTRACE (line 164) | SYS_UTRACE = 209 constant SYS_SEMGET (line 165) | SYS_SEMGET = 221 constant SYS_MSGGET (line 166) | SYS_MSGGET = 225 constant SYS_MSGSND (line 167) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 168) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 169) | SYS_SHMAT = 228 constant SYS_SHMDT (line 170) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 171) | SYS_MINHERIT = 250 constant SYS_POLL (line 172) | SYS_POLL = 252 constant SYS_ISSETUGID (line 173) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 174) | SYS_LCHOWN = 254 constant SYS_GETSID (line 175) | SYS_GETSID = 255 constant SYS_MSYNC (line 176) | SYS_MSYNC = 256 constant SYS_PIPE (line 177) | SYS_PIPE = 263 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 264 constant SYS_PREADV (line 179) | SYS_PREADV = 267 constant SYS_PWRITEV (line 180) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 181) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 182) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 183) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 184) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 185) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 186) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 187) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 188) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 189) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 190) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 191) | SYS_SHMGET = 289 constant SYS_SEMOP (line 192) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 193) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 194) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 195) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 197) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 198) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 199) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 200) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 201) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 202) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 203) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 204) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 205) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 206) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 207) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 208) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 209) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 210) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 211) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 212) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 213) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 214) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 215) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 216) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 217) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 218) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 219) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_MINCORE (line 86) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 122) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 123) | SYS_THRKILL = 119 constant SYS_READV (line 124) | SYS_READV = 120 constant SYS_WRITEV (line 125) | SYS_WRITEV = 121 constant SYS_KILL (line 126) | SYS_KILL = 122 constant SYS_FCHOWN (line 127) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 128) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 129) | SYS_SETREUID = 126 constant SYS_SETREGID (line 130) | SYS_SETREGID = 127 constant SYS_RENAME (line 131) | SYS_RENAME = 128 constant SYS_FLOCK (line 132) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 133) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 134) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 135) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 136) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 137) | SYS_MKDIR = 136 constant SYS_RMDIR (line 138) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 139) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 140) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 141) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 142) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 143) | SYS_NFSSVC = 155 constant SYS_GETFH (line 144) | SYS_GETFH = 161 constant SYS_SYSARCH (line 145) | SYS_SYSARCH = 165 constant SYS_PREAD (line 146) | SYS_PREAD = 173 constant SYS_PWRITE (line 147) | SYS_PWRITE = 174 constant SYS_SETGID (line 148) | SYS_SETGID = 181 constant SYS_SETEGID (line 149) | SYS_SETEGID = 182 constant SYS_SETEUID (line 150) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 151) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 152) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 153) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 154) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 155) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 156) | SYS_MMAP = 197 constant SYS_LSEEK (line 157) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 158) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 159) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 160) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 161) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 162) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 163) | SYS_GETPGID = 207 constant SYS_UTRACE (line 164) | SYS_UTRACE = 209 constant SYS_SEMGET (line 165) | SYS_SEMGET = 221 constant SYS_MSGGET (line 166) | SYS_MSGGET = 225 constant SYS_MSGSND (line 167) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 168) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 169) | SYS_SHMAT = 228 constant SYS_SHMDT (line 170) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 171) | SYS_MINHERIT = 250 constant SYS_POLL (line 172) | SYS_POLL = 252 constant SYS_ISSETUGID (line 173) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 174) | SYS_LCHOWN = 254 constant SYS_GETSID (line 175) | SYS_GETSID = 255 constant SYS_MSYNC (line 176) | SYS_MSYNC = 256 constant SYS_PIPE (line 177) | SYS_PIPE = 263 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 264 constant SYS_PREADV (line 179) | SYS_PREADV = 267 constant SYS_PWRITEV (line 180) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 181) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 182) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 183) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 184) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 185) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 186) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 187) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 188) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 189) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 190) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 191) | SYS_SHMGET = 289 constant SYS_SEMOP (line 192) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 193) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 194) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 195) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 197) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 198) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 199) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 200) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 201) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 202) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 203) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 204) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 205) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 206) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 207) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 208) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 209) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 210) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 211) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 212) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 213) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 214) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 215) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 216) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 217) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 218) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 219) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_MINCORE (line 86) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 122) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 123) | SYS_THRKILL = 119 constant SYS_READV (line 124) | SYS_READV = 120 constant SYS_WRITEV (line 125) | SYS_WRITEV = 121 constant SYS_KILL (line 126) | SYS_KILL = 122 constant SYS_FCHOWN (line 127) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 128) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 129) | SYS_SETREUID = 126 constant SYS_SETREGID (line 130) | SYS_SETREGID = 127 constant SYS_RENAME (line 131) | SYS_RENAME = 128 constant SYS_FLOCK (line 132) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 133) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 134) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 135) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 136) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 137) | SYS_MKDIR = 136 constant SYS_RMDIR (line 138) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 139) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 140) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 141) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 142) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 143) | SYS_NFSSVC = 155 constant SYS_GETFH (line 144) | SYS_GETFH = 161 constant SYS_SYSARCH (line 145) | SYS_SYSARCH = 165 constant SYS_PREAD (line 146) | SYS_PREAD = 173 constant SYS_PWRITE (line 147) | SYS_PWRITE = 174 constant SYS_SETGID (line 148) | SYS_SETGID = 181 constant SYS_SETEGID (line 149) | SYS_SETEGID = 182 constant SYS_SETEUID (line 150) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 151) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 152) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 153) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 154) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 155) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 156) | SYS_MMAP = 197 constant SYS_LSEEK (line 157) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 158) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 159) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 160) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 161) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 162) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 163) | SYS_GETPGID = 207 constant SYS_UTRACE (line 164) | SYS_UTRACE = 209 constant SYS_SEMGET (line 165) | SYS_SEMGET = 221 constant SYS_MSGGET (line 166) | SYS_MSGGET = 225 constant SYS_MSGSND (line 167) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 168) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 169) | SYS_SHMAT = 228 constant SYS_SHMDT (line 170) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 171) | SYS_MINHERIT = 250 constant SYS_POLL (line 172) | SYS_POLL = 252 constant SYS_ISSETUGID (line 173) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 174) | SYS_LCHOWN = 254 constant SYS_GETSID (line 175) | SYS_GETSID = 255 constant SYS_MSYNC (line 176) | SYS_MSYNC = 256 constant SYS_PIPE (line 177) | SYS_PIPE = 263 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 264 constant SYS_PREADV (line 179) | SYS_PREADV = 267 constant SYS_PWRITEV (line 180) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 181) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 182) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 183) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 184) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 185) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 186) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 187) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 188) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 189) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 190) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 191) | SYS_SHMGET = 289 constant SYS_SEMOP (line 192) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 193) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 194) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 195) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 196) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 197) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 198) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 199) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 200) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 201) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 202) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 203) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 204) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 205) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 206) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 207) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 208) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 209) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 210) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 211) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 212) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 213) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 214) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 215) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 216) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 217) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 218) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 219) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 86) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 87) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 88) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 89) | SYS_SETPGID = 82 constant SYS_FUTEX (line 90) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 91) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 92) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 93) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 94) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 95) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 96) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 97) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 98) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 99) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 100) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 101) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 102) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 103) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 104) | SYS_SOCKET = 97 constant SYS_CONNECT (line 105) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 106) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 107) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 108) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 109) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 110) | SYS_SIGRETURN = 103 constant SYS_BIND (line 111) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 112) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 113) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 114) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 115) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 116) | SYS_PPOLL = 109 constant SYS_PSELECT (line 117) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 118) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 119) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 120) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 121) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 122) | SYS_THRKILL = 119 constant SYS_READV (line 123) | SYS_READV = 120 constant SYS_WRITEV (line 124) | SYS_WRITEV = 121 constant SYS_KILL (line 125) | SYS_KILL = 122 constant SYS_FCHOWN (line 126) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 127) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 128) | SYS_SETREUID = 126 constant SYS_SETREGID (line 129) | SYS_SETREGID = 127 constant SYS_RENAME (line 130) | SYS_RENAME = 128 constant SYS_FLOCK (line 131) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 132) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 133) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 134) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 135) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 136) | SYS_MKDIR = 136 constant SYS_RMDIR (line 137) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 138) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 139) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 140) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 142) | SYS_NFSSVC = 155 constant SYS_GETFH (line 143) | SYS_GETFH = 161 constant SYS_SYSARCH (line 144) | SYS_SYSARCH = 165 constant SYS_PREAD (line 145) | SYS_PREAD = 173 constant SYS_PWRITE (line 146) | SYS_PWRITE = 174 constant SYS_SETGID (line 147) | SYS_SETGID = 181 constant SYS_SETEGID (line 148) | SYS_SETEGID = 182 constant SYS_SETEUID (line 149) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 150) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 151) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 152) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 153) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 154) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 155) | SYS_MMAP = 197 constant SYS_LSEEK (line 156) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 157) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 158) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 159) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 160) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 162) | SYS_GETPGID = 207 constant SYS_UTRACE (line 163) | SYS_UTRACE = 209 constant SYS_SEMGET (line 164) | SYS_SEMGET = 221 constant SYS_MSGGET (line 165) | SYS_MSGGET = 225 constant SYS_MSGSND (line 166) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 167) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 168) | SYS_SHMAT = 228 constant SYS_SHMDT (line 169) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 170) | SYS_MINHERIT = 250 constant SYS_POLL (line 171) | SYS_POLL = 252 constant SYS_ISSETUGID (line 172) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 173) | SYS_LCHOWN = 254 constant SYS_GETSID (line 174) | SYS_GETSID = 255 constant SYS_MSYNC (line 175) | SYS_MSYNC = 256 constant SYS_PIPE (line 176) | SYS_PIPE = 263 constant SYS_FHOPEN (line 177) | SYS_FHOPEN = 264 constant SYS_PREADV (line 178) | SYS_PREADV = 267 constant SYS_PWRITEV (line 179) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 180) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 181) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 182) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 183) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 184) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 185) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 186) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 187) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 188) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 189) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 190) | SYS_SHMGET = 289 constant SYS_SEMOP (line 191) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 192) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 193) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 194) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 195) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 196) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 197) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 198) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 199) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 200) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 201) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 202) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 203) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 204) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 205) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 206) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 207) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 208) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 209) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 210) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 211) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 212) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 213) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 214) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 215) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 216) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 217) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 218) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_MSYSCALL (line 47) | SYS_MSYSCALL = 37 constant SYS_STAT (line 48) | SYS_STAT = 38 constant SYS_GETPPID (line 49) | SYS_GETPPID = 39 constant SYS_LSTAT (line 50) | SYS_LSTAT = 40 constant SYS_DUP (line 51) | SYS_DUP = 41 constant SYS_FSTATAT (line 52) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 53) | SYS_GETEGID = 43 constant SYS_PROFIL (line 54) | SYS_PROFIL = 44 constant SYS_KTRACE (line 55) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 56) | SYS_SIGACTION = 46 constant SYS_GETGID (line 57) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 58) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 59) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 60) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 61) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 62) | SYS_FSTAT = 53 constant SYS_IOCTL (line 63) | SYS_IOCTL = 54 constant SYS_REBOOT (line 64) | SYS_REBOOT = 55 constant SYS_REVOKE (line 65) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 66) | SYS_SYMLINK = 57 constant SYS_READLINK (line 67) | SYS_READLINK = 58 constant SYS_EXECVE (line 68) | SYS_EXECVE = 59 constant SYS_UMASK (line 69) | SYS_UMASK = 60 constant SYS_CHROOT (line 70) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 71) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 72) | SYS_STATFS = 63 constant SYS_FSTATFS (line 73) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 74) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 75) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 76) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 77) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 78) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 79) | SYS_GETITIMER = 70 constant SYS_SELECT (line 80) | SYS_SELECT = 71 constant SYS_KEVENT (line 81) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 82) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 83) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 84) | SYS_MADVISE = 75 constant SYS_UTIMES (line 85) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 86) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 87) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 88) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 89) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 90) | SYS_SETPGID = 82 constant SYS_FUTEX (line 91) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 92) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 93) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 94) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 95) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 96) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 97) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 98) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 99) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 100) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 101) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 102) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 103) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 104) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 105) | SYS_SOCKET = 97 constant SYS_CONNECT (line 106) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 107) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 108) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 109) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 110) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 111) | SYS_SIGRETURN = 103 constant SYS_BIND (line 112) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 113) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 114) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 115) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 116) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 117) | SYS_PPOLL = 109 constant SYS_PSELECT (line 118) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 119) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 120) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 121) | SYS_UNVEIL = 114 constant SYS___REALPATH (line 122) | SYS___REALPATH = 115 constant SYS_GETSOCKOPT (line 123) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 124) | SYS_THRKILL = 119 constant SYS_READV (line 125) | SYS_READV = 120 constant SYS_WRITEV (line 126) | SYS_WRITEV = 121 constant SYS_KILL (line 127) | SYS_KILL = 122 constant SYS_FCHOWN (line 128) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 129) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 130) | SYS_SETREUID = 126 constant SYS_SETREGID (line 131) | SYS_SETREGID = 127 constant SYS_RENAME (line 132) | SYS_RENAME = 128 constant SYS_FLOCK (line 133) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 134) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 135) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 136) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 137) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 138) | SYS_MKDIR = 136 constant SYS_RMDIR (line 139) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 140) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 141) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 142) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 143) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 144) | SYS_NFSSVC = 155 constant SYS_GETFH (line 145) | SYS_GETFH = 161 constant SYS___TMPFD (line 146) | SYS___TMPFD = 164 constant SYS_SYSARCH (line 147) | SYS_SYSARCH = 165 constant SYS_PREAD (line 148) | SYS_PREAD = 173 constant SYS_PWRITE (line 149) | SYS_PWRITE = 174 constant SYS_SETGID (line 150) | SYS_SETGID = 181 constant SYS_SETEGID (line 151) | SYS_SETEGID = 182 constant SYS_SETEUID (line 152) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 153) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 154) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 155) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 156) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 157) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 158) | SYS_MMAP = 197 constant SYS_LSEEK (line 159) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 160) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 161) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 162) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 163) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 164) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 165) | SYS_GETPGID = 207 constant SYS_UTRACE (line 166) | SYS_UTRACE = 209 constant SYS_SEMGET (line 167) | SYS_SEMGET = 221 constant SYS_MSGGET (line 168) | SYS_MSGGET = 225 constant SYS_MSGSND (line 169) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 170) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 171) | SYS_SHMAT = 228 constant SYS_SHMDT (line 172) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 173) | SYS_MINHERIT = 250 constant SYS_POLL (line 174) | SYS_POLL = 252 constant SYS_ISSETUGID (line 175) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 176) | SYS_LCHOWN = 254 constant SYS_GETSID (line 177) | SYS_GETSID = 255 constant SYS_MSYNC (line 178) | SYS_MSYNC = 256 constant SYS_PIPE (line 179) | SYS_PIPE = 263 constant SYS_FHOPEN (line 180) | SYS_FHOPEN = 264 constant SYS_PREADV (line 181) | SYS_PREADV = 267 constant SYS_PWRITEV (line 182) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 183) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 184) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 185) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 186) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 187) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 188) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 189) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 190) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 191) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 192) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 193) | SYS_SHMGET = 289 constant SYS_SEMOP (line 194) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 195) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 196) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 197) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 198) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 199) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 200) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 201) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 202) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 203) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 204) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 205) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 206) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 207) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 208) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 209) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 210) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 211) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 212) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 213) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 214) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 215) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 216) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 217) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 218) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 219) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 220) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 221) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go constant SYS_EXIT (line 10) | SYS_EXIT = 1 constant SYS_FORK (line 11) | SYS_FORK = 2 constant SYS_READ (line 12) | SYS_READ = 3 constant SYS_WRITE (line 13) | SYS_WRITE = 4 constant SYS_OPEN (line 14) | SYS_OPEN = 5 constant SYS_CLOSE (line 15) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 16) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 17) | SYS___TFORK = 8 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 20) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 22) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 23) | SYS_MKNOD = 14 constant SYS_CHMOD (line 24) | SYS_CHMOD = 15 constant SYS_CHOWN (line 25) | SYS_CHOWN = 16 constant SYS_OBREAK (line 26) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 27) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 28) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_MOUNT (line 30) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 31) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_GETEUID (line 34) | SYS_GETEUID = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 36) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 37) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 38) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 39) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 40) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 41) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 42) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 43) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 44) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 45) | SYS_SYNC = 36 constant SYS_STAT (line 46) | SYS_STAT = 38 constant SYS_GETPPID (line 47) | SYS_GETPPID = 39 constant SYS_LSTAT (line 48) | SYS_LSTAT = 40 constant SYS_DUP (line 49) | SYS_DUP = 41 constant SYS_FSTATAT (line 50) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 51) | SYS_GETEGID = 43 constant SYS_PROFIL (line 52) | SYS_PROFIL = 44 constant SYS_KTRACE (line 53) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 54) | SYS_SIGACTION = 46 constant SYS_GETGID (line 55) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 56) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 57) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 58) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 59) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 60) | SYS_FSTAT = 53 constant SYS_IOCTL (line 61) | SYS_IOCTL = 54 constant SYS_REBOOT (line 62) | SYS_REBOOT = 55 constant SYS_REVOKE (line 63) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 64) | SYS_SYMLINK = 57 constant SYS_READLINK (line 65) | SYS_READLINK = 58 constant SYS_EXECVE (line 66) | SYS_EXECVE = 59 constant SYS_UMASK (line 67) | SYS_UMASK = 60 constant SYS_CHROOT (line 68) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 69) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 70) | SYS_STATFS = 63 constant SYS_FSTATFS (line 71) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 72) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 73) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 74) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 75) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 76) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 77) | SYS_GETITIMER = 70 constant SYS_SELECT (line 78) | SYS_SELECT = 71 constant SYS_KEVENT (line 79) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 80) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 81) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 82) | SYS_MADVISE = 75 constant SYS_UTIMES (line 83) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 84) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 85) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 86) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 87) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 88) | SYS_SETPGID = 82 constant SYS_FUTEX (line 89) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 90) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 91) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 92) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 93) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 94) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 95) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 96) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 97) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 98) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 99) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 100) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 101) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 102) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 103) | SYS_SOCKET = 97 constant SYS_CONNECT (line 104) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 105) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 106) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 107) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 108) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 109) | SYS_SIGRETURN = 103 constant SYS_BIND (line 110) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 111) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 112) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 113) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 114) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 115) | SYS_PPOLL = 109 constant SYS_PSELECT (line 116) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 117) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 118) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 119) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 120) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 121) | SYS_THRKILL = 119 constant SYS_READV (line 122) | SYS_READV = 120 constant SYS_WRITEV (line 123) | SYS_WRITEV = 121 constant SYS_KILL (line 124) | SYS_KILL = 122 constant SYS_FCHOWN (line 125) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 126) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 127) | SYS_SETREUID = 126 constant SYS_SETREGID (line 128) | SYS_SETREGID = 127 constant SYS_RENAME (line 129) | SYS_RENAME = 128 constant SYS_FLOCK (line 130) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 131) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 132) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 133) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 134) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 135) | SYS_MKDIR = 136 constant SYS_RMDIR (line 136) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 137) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 138) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 139) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 141) | SYS_NFSSVC = 155 constant SYS_GETFH (line 142) | SYS_GETFH = 161 constant SYS_SYSARCH (line 143) | SYS_SYSARCH = 165 constant SYS_PREAD (line 144) | SYS_PREAD = 173 constant SYS_PWRITE (line 145) | SYS_PWRITE = 174 constant SYS_SETGID (line 146) | SYS_SETGID = 181 constant SYS_SETEGID (line 147) | SYS_SETEGID = 182 constant SYS_SETEUID (line 148) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 149) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 150) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 151) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 152) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 153) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 154) | SYS_MMAP = 197 constant SYS_LSEEK (line 155) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 156) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 157) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 158) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 159) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 161) | SYS_GETPGID = 207 constant SYS_UTRACE (line 162) | SYS_UTRACE = 209 constant SYS_SEMGET (line 163) | SYS_SEMGET = 221 constant SYS_MSGGET (line 164) | SYS_MSGGET = 225 constant SYS_MSGSND (line 165) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 166) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 167) | SYS_SHMAT = 228 constant SYS_SHMDT (line 168) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 169) | SYS_MINHERIT = 250 constant SYS_POLL (line 170) | SYS_POLL = 252 constant SYS_ISSETUGID (line 171) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 172) | SYS_LCHOWN = 254 constant SYS_GETSID (line 173) | SYS_GETSID = 255 constant SYS_MSYNC (line 174) | SYS_MSYNC = 256 constant SYS_PIPE (line 175) | SYS_PIPE = 263 constant SYS_FHOPEN (line 176) | SYS_FHOPEN = 264 constant SYS_PREADV (line 177) | SYS_PREADV = 267 constant SYS_PWRITEV (line 178) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 179) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 180) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 181) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 182) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 183) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 184) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 185) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 186) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 187) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 188) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 189) | SYS_SHMGET = 289 constant SYS_SEMOP (line 190) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 191) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 192) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 193) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 194) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 195) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 196) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 197) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 198) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 199) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 200) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 201) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 202) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 203) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 204) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 205) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 206) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 207) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 208) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 209) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 210) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 211) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 212) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 213) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 214) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 215) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 216) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 217) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go constant SYS_EXIT (line 11) | SYS_EXIT = 1 constant SYS_FORK (line 12) | SYS_FORK = 2 constant SYS_READ (line 13) | SYS_READ = 3 constant SYS_WRITE (line 14) | SYS_WRITE = 4 constant SYS_OPEN (line 15) | SYS_OPEN = 5 constant SYS_CLOSE (line 16) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 17) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 18) | SYS___TFORK = 8 constant SYS_LINK (line 19) | SYS_LINK = 9 constant SYS_UNLINK (line 20) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 21) | SYS_WAIT4 = 11 constant SYS_CHDIR (line 22) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 23) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 24) | SYS_MKNOD = 14 constant SYS_CHMOD (line 25) | SYS_CHMOD = 15 constant SYS_CHOWN (line 26) | SYS_CHOWN = 16 constant SYS_OBREAK (line 27) | SYS_OBREAK = 17 constant SYS_GETDTABLECOUNT (line 28) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 29) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 30) | SYS_GETPID = 20 constant SYS_MOUNT (line 31) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 32) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 33) | SYS_SETUID = 23 constant SYS_GETUID (line 34) | SYS_GETUID = 24 constant SYS_GETEUID (line 35) | SYS_GETEUID = 25 constant SYS_PTRACE (line 36) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 37) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 38) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 39) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 40) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 41) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 42) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 43) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 44) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 45) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 46) | SYS_SYNC = 36 constant SYS_STAT (line 47) | SYS_STAT = 38 constant SYS_GETPPID (line 48) | SYS_GETPPID = 39 constant SYS_LSTAT (line 49) | SYS_LSTAT = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_FSTATAT (line 51) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 52) | SYS_GETEGID = 43 constant SYS_PROFIL (line 53) | SYS_PROFIL = 44 constant SYS_KTRACE (line 54) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 57) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 58) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 59) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 60) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 61) | SYS_FSTAT = 53 constant SYS_IOCTL (line 62) | SYS_IOCTL = 54 constant SYS_REBOOT (line 63) | SYS_REBOOT = 55 constant SYS_REVOKE (line 64) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 65) | SYS_SYMLINK = 57 constant SYS_READLINK (line 66) | SYS_READLINK = 58 constant SYS_EXECVE (line 67) | SYS_EXECVE = 59 constant SYS_UMASK (line 68) | SYS_UMASK = 60 constant SYS_CHROOT (line 69) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 70) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 71) | SYS_STATFS = 63 constant SYS_FSTATFS (line 72) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 73) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 74) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 75) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 76) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 77) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 78) | SYS_GETITIMER = 70 constant SYS_SELECT (line 79) | SYS_SELECT = 71 constant SYS_KEVENT (line 80) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 81) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 82) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 83) | SYS_MADVISE = 75 constant SYS_UTIMES (line 84) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 85) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 86) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 87) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 88) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 89) | SYS_SETPGID = 82 constant SYS_FUTEX (line 90) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 91) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 92) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 93) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 94) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 95) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 96) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 97) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 98) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 99) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 100) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 101) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 102) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 103) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 104) | SYS_SOCKET = 97 constant SYS_CONNECT (line 105) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 106) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 107) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 108) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 109) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 110) | SYS_SIGRETURN = 103 constant SYS_BIND (line 111) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 112) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 113) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 114) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 115) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 116) | SYS_PPOLL = 109 constant SYS_PSELECT (line 117) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 118) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 119) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 120) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 121) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 122) | SYS_THRKILL = 119 constant SYS_READV (line 123) | SYS_READV = 120 constant SYS_WRITEV (line 124) | SYS_WRITEV = 121 constant SYS_KILL (line 125) | SYS_KILL = 122 constant SYS_FCHOWN (line 126) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 127) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 128) | SYS_SETREUID = 126 constant SYS_SETREGID (line 129) | SYS_SETREGID = 127 constant SYS_RENAME (line 130) | SYS_RENAME = 128 constant SYS_FLOCK (line 131) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 132) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 133) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 134) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 135) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 136) | SYS_MKDIR = 136 constant SYS_RMDIR (line 137) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 138) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 139) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 140) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 141) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 142) | SYS_NFSSVC = 155 constant SYS_GETFH (line 143) | SYS_GETFH = 161 constant SYS_SYSARCH (line 144) | SYS_SYSARCH = 165 constant SYS_PREAD (line 145) | SYS_PREAD = 173 constant SYS_PWRITE (line 146) | SYS_PWRITE = 174 constant SYS_SETGID (line 147) | SYS_SETGID = 181 constant SYS_SETEGID (line 148) | SYS_SETEGID = 182 constant SYS_SETEUID (line 149) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 150) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 151) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 152) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 153) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 154) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 155) | SYS_MMAP = 197 constant SYS_LSEEK (line 156) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 157) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 158) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 159) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 160) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 161) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 162) | SYS_GETPGID = 207 constant SYS_UTRACE (line 163) | SYS_UTRACE = 209 constant SYS_SEMGET (line 164) | SYS_SEMGET = 221 constant SYS_MSGGET (line 165) | SYS_MSGGET = 225 constant SYS_MSGSND (line 166) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 167) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 168) | SYS_SHMAT = 228 constant SYS_SHMDT (line 169) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 170) | SYS_MINHERIT = 250 constant SYS_POLL (line 171) | SYS_POLL = 252 constant SYS_ISSETUGID (line 172) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 173) | SYS_LCHOWN = 254 constant SYS_GETSID (line 174) | SYS_GETSID = 255 constant SYS_MSYNC (line 175) | SYS_MSYNC = 256 constant SYS_PIPE (line 176) | SYS_PIPE = 263 constant SYS_FHOPEN (line 177) | SYS_FHOPEN = 264 constant SYS_PREADV (line 178) | SYS_PREADV = 267 constant SYS_PWRITEV (line 179) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 180) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 181) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 182) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 183) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 184) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 185) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 186) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 187) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 188) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 189) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 190) | SYS_SHMGET = 289 constant SYS_SEMOP (line 191) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 192) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 193) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 194) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 195) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 196) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 197) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 198) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 199) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 200) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 201) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 202) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 203) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 204) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 205) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 206) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 207) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 208) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 209) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 210) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 211) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 212) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 213) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 214) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 215) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 216) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 217) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 218) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go constant SYS_ACOSD128 (line 13) | SYS_ACOSD128 = 0xB80 constant SYS_ACOSD32 (line 14) | SYS_ACOSD32 = 0xB7E constant SYS_ACOSD64 (line 15) | SYS_ACOSD64 = 0xB7F constant SYS_ACOSHD128 (line 16) | SYS_ACOSHD128 = 0xB83 constant SYS_ACOSHD32 (line 17) | SYS_ACOSHD32 = 0xB81 constant SYS_ACOSHD64 (line 18) | SYS_ACOSHD64 = 0xB82 constant SYS_AIO_FSYNC (line 19) | SYS_AIO_FSYNC = 0xC69 constant SYS_ASCTIME (line 20) | SYS_ASCTIME = 0x0AE constant SYS_ASCTIME64 (line 21) | SYS_ASCTIME64 = 0xCD7 constant SYS_ASCTIME64_R (line 22) | SYS_ASCTIME64_R = 0xCD8 constant SYS_ASIND128 (line 23) | SYS_ASIND128 = 0xB86 constant SYS_ASIND32 (line 24) | SYS_ASIND32 = 0xB84 constant SYS_ASIND64 (line 25) | SYS_ASIND64 = 0xB85 constant SYS_ASINHD128 (line 26) | SYS_ASINHD128 = 0xB89 constant SYS_ASINHD32 (line 27) | SYS_ASINHD32 = 0xB87 constant SYS_ASINHD64 (line 28) | SYS_ASINHD64 = 0xB88 constant SYS_ATAN2D128 (line 29) | SYS_ATAN2D128 = 0xB8F constant SYS_ATAN2D32 (line 30) | SYS_ATAN2D32 = 0xB8D constant SYS_ATAN2D64 (line 31) | SYS_ATAN2D64 = 0xB8E constant SYS_ATAND128 (line 32) | SYS_ATAND128 = 0xB8C constant SYS_ATAND32 (line 33) | SYS_ATAND32 = 0xB8A constant SYS_ATAND64 (line 34) | SYS_ATAND64 = 0xB8B constant SYS_ATANHD128 (line 35) | SYS_ATANHD128 = 0xB92 constant SYS_ATANHD32 (line 36) | SYS_ATANHD32 = 0xB90 constant SYS_ATANHD64 (line 37) | SYS_ATANHD64 = 0xB91 constant SYS_BIND2ADDRSEL (line 38) | SYS_BIND2ADDRSEL = 0xD59 constant SYS_C16RTOMB (line 39) | SYS_C16RTOMB = 0xD40 constant SYS_C32RTOMB (line 40) | SYS_C32RTOMB = 0xD41 constant SYS_CBRTD128 (line 41) | SYS_CBRTD128 = 0xB95 constant SYS_CBRTD32 (line 42) | SYS_CBRTD32 = 0xB93 constant SYS_CBRTD64 (line 43) | SYS_CBRTD64 = 0xB94 constant SYS_CEILD128 (line 44) | SYS_CEILD128 = 0xB98 constant SYS_CEILD32 (line 45) | SYS_CEILD32 = 0xB96 constant SYS_CEILD64 (line 46) | SYS_CEILD64 = 0xB97 constant SYS_CLEARENV (line 47) | SYS_CLEARENV = 0x0C9 constant SYS_CLEARERR_UNLOCKED (line 48) | SYS_CLEARERR_UNLOCKED = 0xCA1 constant SYS_CLOCK (line 49) | SYS_CLOCK = 0x0AA constant SYS_CLOGL (line 50) | SYS_CLOGL = 0xA00 constant SYS_CLRMEMF (line 51) | SYS_CLRMEMF = 0x0BD constant SYS_CONJ (line 52) | SYS_CONJ = 0xA03 constant SYS_CONJF (line 53) | SYS_CONJF = 0xA06 constant SYS_CONJL (line 54) | SYS_CONJL = 0xA09 constant SYS_COPYSIGND128 (line 55) | SYS_COPYSIGND128 = 0xB9E constant SYS_COPYSIGND32 (line 56) | SYS_COPYSIGND32 = 0xB9C constant SYS_COPYSIGND64 (line 57) | SYS_COPYSIGND64 = 0xB9D constant SYS_COSD128 (line 58) | SYS_COSD128 = 0xBA1 constant SYS_COSD32 (line 59) | SYS_COSD32 = 0xB9F constant SYS_COSD64 (line 60) | SYS_COSD64 = 0xBA0 constant SYS_COSHD128 (line 61) | SYS_COSHD128 = 0xBA4 constant SYS_COSHD32 (line 62) | SYS_COSHD32 = 0xBA2 constant SYS_COSHD64 (line 63) | SYS_COSHD64 = 0xBA3 constant SYS_CPOW (line 64) | SYS_CPOW = 0xA0C constant SYS_CPOWF (line 65) | SYS_CPOWF = 0xA0F constant SYS_CPOWL (line 66) | SYS_CPOWL = 0xA12 constant SYS_CPROJ (line 67) | SYS_CPROJ = 0xA15 constant SYS_CPROJF (line 68) | SYS_CPROJF = 0xA18 constant SYS_CPROJL (line 69) | SYS_CPROJL = 0xA1B constant SYS_CREAL (line 70) | SYS_CREAL = 0xA1E constant SYS_CREALF (line 71) | SYS_CREALF = 0xA21 constant SYS_CREALL (line 72) | SYS_CREALL = 0xA24 constant SYS_CSIN (line 73) | SYS_CSIN = 0xA27 constant SYS_CSINF (line 74) | SYS_CSINF = 0xA2A constant SYS_CSINH (line 75) | SYS_CSINH = 0xA30 constant SYS_CSINHF (line 76) | SYS_CSINHF = 0xA33 constant SYS_CSINHL (line 77) | SYS_CSINHL = 0xA36 constant SYS_CSINL (line 78) | SYS_CSINL = 0xA2D constant SYS_CSNAP (line 79) | SYS_CSNAP = 0x0C5 constant SYS_CSQRT (line 80) | SYS_CSQRT = 0xA39 constant SYS_CSQRTF (line 81) | SYS_CSQRTF = 0xA3C constant SYS_CSQRTL (line 82) | SYS_CSQRTL = 0xA3F constant SYS_CTAN (line 83) | SYS_CTAN = 0xA42 constant SYS_CTANF (line 84) | SYS_CTANF = 0xA45 constant SYS_CTANH (line 85) | SYS_CTANH = 0xA4B constant SYS_CTANHF (line 86) | SYS_CTANHF = 0xA4E constant SYS_CTANHL (line 87) | SYS_CTANHL = 0xA51 constant SYS_CTANL (line 88) | SYS_CTANL = 0xA48 constant SYS_CTIME (line 89) | SYS_CTIME = 0x0AB constant SYS_CTIME64 (line 90) | SYS_CTIME64 = 0xCD9 constant SYS_CTIME64_R (line 91) | SYS_CTIME64_R = 0xCDA constant SYS_CTRACE (line 92) | SYS_CTRACE = 0x0C6 constant SYS_DIFFTIME (line 93) | SYS_DIFFTIME = 0x0A7 constant SYS_DIFFTIME64 (line 94) | SYS_DIFFTIME64 = 0xCDB constant SYS_DLADDR (line 95) | SYS_DLADDR = 0xC82 constant SYS_DYNALLOC (line 96) | SYS_DYNALLOC = 0x0C3 constant SYS_DYNFREE (line 97) | SYS_DYNFREE = 0x0C2 constant SYS_ERFCD128 (line 98) | SYS_ERFCD128 = 0xBAA constant SYS_ERFCD32 (line 99) | SYS_ERFCD32 = 0xBA8 constant SYS_ERFCD64 (line 100) | SYS_ERFCD64 = 0xBA9 constant SYS_ERFD128 (line 101) | SYS_ERFD128 = 0xBA7 constant SYS_ERFD32 (line 102) | SYS_ERFD32 = 0xBA5 constant SYS_ERFD64 (line 103) | SYS_ERFD64 = 0xBA6 constant SYS_EXP2D128 (line 104) | SYS_EXP2D128 = 0xBB0 constant SYS_EXP2D32 (line 105) | SYS_EXP2D32 = 0xBAE constant SYS_EXP2D64 (line 106) | SYS_EXP2D64 = 0xBAF constant SYS_EXPD128 (line 107) | SYS_EXPD128 = 0xBAD constant SYS_EXPD32 (line 108) | SYS_EXPD32 = 0xBAB constant SYS_EXPD64 (line 109) | SYS_EXPD64 = 0xBAC constant SYS_EXPM1D128 (line 110) | SYS_EXPM1D128 = 0xBB3 constant SYS_EXPM1D32 (line 111) | SYS_EXPM1D32 = 0xBB1 constant SYS_EXPM1D64 (line 112) | SYS_EXPM1D64 = 0xBB2 constant SYS_FABSD128 (line 113) | SYS_FABSD128 = 0xBB6 constant SYS_FABSD32 (line 114) | SYS_FABSD32 = 0xBB4 constant SYS_FABSD64 (line 115) | SYS_FABSD64 = 0xBB5 constant SYS_FDELREC_UNLOCKED (line 116) | SYS_FDELREC_UNLOCKED = 0xCA2 constant SYS_FDIMD128 (line 117) | SYS_FDIMD128 = 0xBB9 constant SYS_FDIMD32 (line 118) | SYS_FDIMD32 = 0xBB7 constant SYS_FDIMD64 (line 119) | SYS_FDIMD64 = 0xBB8 constant SYS_FDOPEN_UNLOCKED (line 120) | SYS_FDOPEN_UNLOCKED = 0xCFC constant SYS_FECLEAREXCEPT (line 121) | SYS_FECLEAREXCEPT = 0xAEA constant SYS_FEGETENV (line 122) | SYS_FEGETENV = 0xAEB constant SYS_FEGETEXCEPTFLAG (line 123) | SYS_FEGETEXCEPTFLAG = 0xAEC constant SYS_FEGETROUND (line 124) | SYS_FEGETROUND = 0xAED constant SYS_FEHOLDEXCEPT (line 125) | SYS_FEHOLDEXCEPT = 0xAEE constant SYS_FEOF_UNLOCKED (line 126) | SYS_FEOF_UNLOCKED = 0xCA3 constant SYS_FERAISEEXCEPT (line 127) | SYS_FERAISEEXCEPT = 0xAEF constant SYS_FERROR_UNLOCKED (line 128) | SYS_FERROR_UNLOCKED = 0xCA4 constant SYS_FESETENV (line 129) | SYS_FESETENV = 0xAF0 constant SYS_FESETEXCEPTFLAG (line 130) | SYS_FESETEXCEPTFLAG = 0xAF1 constant SYS_FESETROUND (line 131) | SYS_FESETROUND = 0xAF2 constant SYS_FETCHEP (line 132) | SYS_FETCHEP = 0x0BF constant SYS_FETESTEXCEPT (line 133) | SYS_FETESTEXCEPT = 0xAF3 constant SYS_FEUPDATEENV (line 134) | SYS_FEUPDATEENV = 0xAF4 constant SYS_FE_DEC_GETROUND (line 135) | SYS_FE_DEC_GETROUND = 0xBBA constant SYS_FE_DEC_SETROUND (line 136) | SYS_FE_DEC_SETROUND = 0xBBB constant SYS_FFLUSH_UNLOCKED (line 137) | SYS_FFLUSH_UNLOCKED = 0xCA5 constant SYS_FGETC_UNLOCKED (line 138) | SYS_FGETC_UNLOCKED = 0xC80 constant SYS_FGETPOS64 (line 139) | SYS_FGETPOS64 = 0xCEE constant SYS_FGETPOS64_UNLOCKED (line 140) | SYS_FGETPOS64_UNLOCKED = 0xCF4 constant SYS_FGETPOS_UNLOCKED (line 141) | SYS_FGETPOS_UNLOCKED = 0xCA6 constant SYS_FGETS_UNLOCKED (line 142) | SYS_FGETS_UNLOCKED = 0xC7C constant SYS_FGETWC_UNLOCKED (line 143) | SYS_FGETWC_UNLOCKED = 0xCA7 constant SYS_FGETWS_UNLOCKED (line 144) | SYS_FGETWS_UNLOCKED = 0xCA8 constant SYS_FILENO_UNLOCKED (line 145) | SYS_FILENO_UNLOCKED = 0xCA9 constant SYS_FLDATA (line 146) | SYS_FLDATA = 0x0C1 constant SYS_FLDATA_UNLOCKED (line 147) | SYS_FLDATA_UNLOCKED = 0xCAA constant SYS_FLOCATE_UNLOCKED (line 148) | SYS_FLOCATE_UNLOCKED = 0xCAB constant SYS_FLOORD128 (line 149) | SYS_FLOORD128 = 0xBBE constant SYS_FLOORD32 (line 150) | SYS_FLOORD32 = 0xBBC constant SYS_FLOORD64 (line 151) | SYS_FLOORD64 = 0xBBD constant SYS_FMA (line 152) | SYS_FMA = 0xA63 constant SYS_FMAD128 (line 153) | SYS_FMAD128 = 0xBC1 constant SYS_FMAD32 (line 154) | SYS_FMAD32 = 0xBBF constant SYS_FMAD64 (line 155) | SYS_FMAD64 = 0xBC0 constant SYS_FMAF (line 156) | SYS_FMAF = 0xA66 constant SYS_FMAL (line 157) | SYS_FMAL = 0xA69 constant SYS_FMAX (line 158) | SYS_FMAX = 0xA6C constant SYS_FMAXD128 (line 159) | SYS_FMAXD128 = 0xBC4 constant SYS_FMAXD32 (line 160) | SYS_FMAXD32 = 0xBC2 constant SYS_FMAXD64 (line 161) | SYS_FMAXD64 = 0xBC3 constant SYS_FMAXF (line 162) | SYS_FMAXF = 0xA6F constant SYS_FMAXL (line 163) | SYS_FMAXL = 0xA72 constant SYS_FMIN (line 164) | SYS_FMIN = 0xA75 constant SYS_FMIND128 (line 165) | SYS_FMIND128 = 0xBC7 constant SYS_FMIND32 (line 166) | SYS_FMIND32 = 0xBC5 constant SYS_FMIND64 (line 167) | SYS_FMIND64 = 0xBC6 constant SYS_FMINF (line 168) | SYS_FMINF = 0xA78 constant SYS_FMINL (line 169) | SYS_FMINL = 0xA7B constant SYS_FMODD128 (line 170) | SYS_FMODD128 = 0xBCA constant SYS_FMODD32 (line 171) | SYS_FMODD32 = 0xBC8 constant SYS_FMODD64 (line 172) | SYS_FMODD64 = 0xBC9 constant SYS_FOPEN64 (line 173) | SYS_FOPEN64 = 0xD49 constant SYS_FOPEN64_UNLOCKED (line 174) | SYS_FOPEN64_UNLOCKED = 0xD4A constant SYS_FOPEN_UNLOCKED (line 175) | SYS_FOPEN_UNLOCKED = 0xCFA constant SYS_FPRINTF_UNLOCKED (line 176) | SYS_FPRINTF_UNLOCKED = 0xCAC constant SYS_FPUTC_UNLOCKED (line 177) | SYS_FPUTC_UNLOCKED = 0xC81 constant SYS_FPUTS_UNLOCKED (line 178) | SYS_FPUTS_UNLOCKED = 0xC7E constant SYS_FPUTWC_UNLOCKED (line 179) | SYS_FPUTWC_UNLOCKED = 0xCAD constant SYS_FPUTWS_UNLOCKED (line 180) | SYS_FPUTWS_UNLOCKED = 0xCAE constant SYS_FREAD_NOUPDATE (line 181) | SYS_FREAD_NOUPDATE = 0xCEC constant SYS_FREAD_NOUPDATE_UNLOCKED (line 182) | SYS_FREAD_NOUPDATE_UNLOCKED = 0xCED constant SYS_FREAD_UNLOCKED (line 183) | SYS_FREAD_UNLOCKED = 0xC7B constant SYS_FREEIFADDRS (line 184) | SYS_FREEIFADDRS = 0xCE6 constant SYS_FREOPEN64 (line 185) | SYS_FREOPEN64 = 0xD4B constant SYS_FREOPEN64_UNLOCKED (line 186) | SYS_FREOPEN64_UNLOCKED = 0xD4C constant SYS_FREOPEN_UNLOCKED (line 187) | SYS_FREOPEN_UNLOCKED = 0xCFB constant SYS_FREXPD128 (line 188) | SYS_FREXPD128 = 0xBCE constant SYS_FREXPD32 (line 189) | SYS_FREXPD32 = 0xBCC constant SYS_FREXPD64 (line 190) | SYS_FREXPD64 = 0xBCD constant SYS_FSCANF_UNLOCKED (line 191) | SYS_FSCANF_UNLOCKED = 0xCAF constant SYS_FSEEK64 (line 192) | SYS_FSEEK64 = 0xCEF constant SYS_FSEEK64_UNLOCKED (line 193) | SYS_FSEEK64_UNLOCKED = 0xCF5 constant SYS_FSEEKO64 (line 194) | SYS_FSEEKO64 = 0xCF0 constant SYS_FSEEKO64_UNLOCKED (line 195) | SYS_FSEEKO64_UNLOCKED = 0xCF6 constant SYS_FSEEKO_UNLOCKED (line 196) | SYS_FSEEKO_UNLOCKED = 0xCB1 constant SYS_FSEEK_UNLOCKED (line 197) | SYS_FSEEK_UNLOCKED = 0xCB0 constant SYS_FSETPOS64 (line 198) | SYS_FSETPOS64 = 0xCF1 constant SYS_FSETPOS64_UNLOCKED (line 199) | SYS_FSETPOS64_UNLOCKED = 0xCF7 constant SYS_FSETPOS_UNLOCKED (line 200) | SYS_FSETPOS_UNLOCKED = 0xCB3 constant SYS_FTELL64 (line 201) | SYS_FTELL64 = 0xCF2 constant SYS_FTELL64_UNLOCKED (line 202) | SYS_FTELL64_UNLOCKED = 0xCF8 constant SYS_FTELLO64 (line 203) | SYS_FTELLO64 = 0xCF3 constant SYS_FTELLO64_UNLOCKED (line 204) | SYS_FTELLO64_UNLOCKED = 0xCF9 constant SYS_FTELLO_UNLOCKED (line 205) | SYS_FTELLO_UNLOCKED = 0xCB5 constant SYS_FTELL_UNLOCKED (line 206) | SYS_FTELL_UNLOCKED = 0xCB4 constant SYS_FUPDATE (line 207) | SYS_FUPDATE = 0x0B5 constant SYS_FUPDATE_UNLOCKED (line 208) | SYS_FUPDATE_UNLOCKED = 0xCB7 constant SYS_FWIDE_UNLOCKED (line 209) | SYS_FWIDE_UNLOCKED = 0xCB8 constant SYS_FWPRINTF_UNLOCKED (line 210) | SYS_FWPRINTF_UNLOCKED = 0xCB9 constant SYS_FWRITE_UNLOCKED (line 211) | SYS_FWRITE_UNLOCKED = 0xC7A constant SYS_FWSCANF_UNLOCKED (line 212) | SYS_FWSCANF_UNLOCKED = 0xCBA constant SYS_GETDATE64 (line 213) | SYS_GETDATE64 = 0xD4F constant SYS_GETIFADDRS (line 214) | SYS_GETIFADDRS = 0xCE7 constant SYS_GETIPV4SOURCEFILTER (line 215) | SYS_GETIPV4SOURCEFILTER = 0xC77 constant SYS_GETSOURCEFILTER (line 216) | SYS_GETSOURCEFILTER = 0xC79 constant SYS_GETSYNTX (line 217) | SYS_GETSYNTX = 0x0FD constant SYS_GETS_UNLOCKED (line 218) | SYS_GETS_UNLOCKED = 0xC7D constant SYS_GETTIMEOFDAY64 (line 219) | SYS_GETTIMEOFDAY64 = 0xD50 constant SYS_GETWCHAR_UNLOCKED (line 220) | SYS_GETWCHAR_UNLOCKED = 0xCBC constant SYS_GETWC_UNLOCKED (line 221) | SYS_GETWC_UNLOCKED = 0xCBB constant SYS_GMTIME (line 222) | SYS_GMTIME = 0x0B0 constant SYS_GMTIME64 (line 223) | SYS_GMTIME64 = 0xCDC constant SYS_GMTIME64_R (line 224) | SYS_GMTIME64_R = 0xCDD constant SYS_HYPOTD128 (line 225) | SYS_HYPOTD128 = 0xBD1 constant SYS_HYPOTD32 (line 226) | SYS_HYPOTD32 = 0xBCF constant SYS_HYPOTD64 (line 227) | SYS_HYPOTD64 = 0xBD0 constant SYS_ILOGBD128 (line 228) | SYS_ILOGBD128 = 0xBD4 constant SYS_ILOGBD32 (line 229) | SYS_ILOGBD32 = 0xBD2 constant SYS_ILOGBD64 (line 230) | SYS_ILOGBD64 = 0xBD3 constant SYS_ILOGBF (line 231) | SYS_ILOGBF = 0xA7E constant SYS_ILOGBL (line 232) | SYS_ILOGBL = 0xA81 constant SYS_INET6_IS_SRCADDR (line 233) | SYS_INET6_IS_SRCADDR = 0xD5A constant SYS_ISBLANK (line 234) | SYS_ISBLANK = 0x0FE constant SYS_ISWALNUM (line 235) | SYS_ISWALNUM = 0x0FF constant SYS_LDEXPD128 (line 236) | SYS_LDEXPD128 = 0xBD7 constant SYS_LDEXPD32 (line 237) | SYS_LDEXPD32 = 0xBD5 constant SYS_LDEXPD64 (line 238) | SYS_LDEXPD64 = 0xBD6 constant SYS_LGAMMAD128 (line 239) | SYS_LGAMMAD128 = 0xBDA constant SYS_LGAMMAD32 (line 240) | SYS_LGAMMAD32 = 0xBD8 constant SYS_LGAMMAD64 (line 241) | SYS_LGAMMAD64 = 0xBD9 constant SYS_LIO_LISTIO (line 242) | SYS_LIO_LISTIO = 0xC6A constant SYS_LLRINT (line 243) | SYS_LLRINT = 0xA84 constant SYS_LLRINTD128 (line 244) | SYS_LLRINTD128 = 0xBDD constant SYS_LLRINTD32 (line 245) | SYS_LLRINTD32 = 0xBDB constant SYS_LLRINTD64 (line 246) | SYS_LLRINTD64 = 0xBDC constant SYS_LLRINTF (line 247) | SYS_LLRINTF = 0xA87 constant SYS_LLRINTL (line 248) | SYS_LLRINTL = 0xA8A constant SYS_LLROUND (line 249) | SYS_LLROUND = 0xA8D constant SYS_LLROUNDD128 (line 250) | SYS_LLROUNDD128 = 0xBE0 constant SYS_LLROUNDD32 (line 251) | SYS_LLROUNDD32 = 0xBDE constant SYS_LLROUNDD64 (line 252) | SYS_LLROUNDD64 = 0xBDF constant SYS_LLROUNDF (line 253) | SYS_LLROUNDF = 0xA90 constant SYS_LLROUNDL (line 254) | SYS_LLROUNDL = 0xA93 constant SYS_LOCALTIM (line 255) | SYS_LOCALTIM = 0x0B1 constant SYS_LOCALTIME (line 256) | SYS_LOCALTIME = 0x0B1 constant SYS_LOCALTIME64 (line 257) | SYS_LOCALTIME64 = 0xCDE constant SYS_LOCALTIME64_R (line 258) | SYS_LOCALTIME64_R = 0xCDF constant SYS_LOG10D128 (line 259) | SYS_LOG10D128 = 0xBE6 constant SYS_LOG10D32 (line 260) | SYS_LOG10D32 = 0xBE4 constant SYS_LOG10D64 (line 261) | SYS_LOG10D64 = 0xBE5 constant SYS_LOG1PD128 (line 262) | SYS_LOG1PD128 = 0xBE9 constant SYS_LOG1PD32 (line 263) | SYS_LOG1PD32 = 0xBE7 constant SYS_LOG1PD64 (line 264) | SYS_LOG1PD64 = 0xBE8 constant SYS_LOG2D128 (line 265) | SYS_LOG2D128 = 0xBEC constant SYS_LOG2D32 (line 266) | SYS_LOG2D32 = 0xBEA constant SYS_LOG2D64 (line 267) | SYS_LOG2D64 = 0xBEB constant SYS_LOGBD128 (line 268) | SYS_LOGBD128 = 0xBEF constant SYS_LOGBD32 (line 269) | SYS_LOGBD32 = 0xBED constant SYS_LOGBD64 (line 270) | SYS_LOGBD64 = 0xBEE constant SYS_LOGBF (line 271) | SYS_LOGBF = 0xA96 constant SYS_LOGBL (line 272) | SYS_LOGBL = 0xA99 constant SYS_LOGD128 (line 273) | SYS_LOGD128 = 0xBE3 constant SYS_LOGD32 (line 274) | SYS_LOGD32 = 0xBE1 constant SYS_LOGD64 (line 275) | SYS_LOGD64 = 0xBE2 constant SYS_LRINT (line 276) | SYS_LRINT = 0xA9C constant SYS_LRINTD128 (line 277) | SYS_LRINTD128 = 0xBF2 constant SYS_LRINTD32 (line 278) | SYS_LRINTD32 = 0xBF0 constant SYS_LRINTD64 (line 279) | SYS_LRINTD64 = 0xBF1 constant SYS_LRINTF (line 280) | SYS_LRINTF = 0xA9F constant SYS_LRINTL (line 281) | SYS_LRINTL = 0xAA2 constant SYS_LROUNDD128 (line 282) | SYS_LROUNDD128 = 0xBF5 constant SYS_LROUNDD32 (line 283) | SYS_LROUNDD32 = 0xBF3 constant SYS_LROUNDD64 (line 284) | SYS_LROUNDD64 = 0xBF4 constant SYS_LROUNDL (line 285) | SYS_LROUNDL = 0xAA5 constant SYS_MBLEN (line 286) | SYS_MBLEN = 0x0AF constant SYS_MBRTOC16 (line 287) | SYS_MBRTOC16 = 0xD42 constant SYS_MBRTOC32 (line 288) | SYS_MBRTOC32 = 0xD43 constant SYS_MEMSET (line 289) | SYS_MEMSET = 0x0A3 constant SYS_MKTIME (line 290) | SYS_MKTIME = 0x0AC constant SYS_MKTIME64 (line 291) | SYS_MKTIME64 = 0xCE0 constant SYS_MODFD128 (line 292) | SYS_MODFD128 = 0xBF8 constant SYS_MODFD32 (line 293) | SYS_MODFD32 = 0xBF6 constant SYS_MODFD64 (line 294) | SYS_MODFD64 = 0xBF7 constant SYS_NAN (line 295) | SYS_NAN = 0xAA8 constant SYS_NAND128 (line 296) | SYS_NAND128 = 0xBFB constant SYS_NAND32 (line 297) | SYS_NAND32 = 0xBF9 constant SYS_NAND64 (line 298) | SYS_NAND64 = 0xBFA constant SYS_NANF (line 299) | SYS_NANF = 0xAAA constant SYS_NANL (line 300) | SYS_NANL = 0xAAC constant SYS_NEARBYINT (line 301) | SYS_NEARBYINT = 0xAAE constant SYS_NEARBYINTD128 (line 302) | SYS_NEARBYINTD128 = 0xBFE constant SYS_NEARBYINTD32 (line 303) | SYS_NEARBYINTD32 = 0xBFC constant SYS_NEARBYINTD64 (line 304) | SYS_NEARBYINTD64 = 0xBFD constant SYS_NEARBYINTF (line 305) | SYS_NEARBYINTF = 0xAB1 constant SYS_NEARBYINTL (line 306) | SYS_NEARBYINTL = 0xAB4 constant SYS_NEXTAFTERD128 (line 307) | SYS_NEXTAFTERD128 = 0xC01 constant SYS_NEXTAFTERD32 (line 308) | SYS_NEXTAFTERD32 = 0xBFF constant SYS_NEXTAFTERD64 (line 309) | SYS_NEXTAFTERD64 = 0xC00 constant SYS_NEXTAFTERF (line 310) | SYS_NEXTAFTERF = 0xAB7 constant SYS_NEXTAFTERL (line 311) | SYS_NEXTAFTERL = 0xABA constant SYS_NEXTTOWARD (line 312) | SYS_NEXTTOWARD = 0xABD constant SYS_NEXTTOWARDD128 (line 313) | SYS_NEXTTOWARDD128 = 0xC04 constant SYS_NEXTTOWARDD32 (line 314) | SYS_NEXTTOWARDD32 = 0xC02 constant SYS_NEXTTOWARDD64 (line 315) | SYS_NEXTTOWARDD64 = 0xC03 constant SYS_NEXTTOWARDF (line 316) | SYS_NEXTTOWARDF = 0xAC0 constant SYS_NEXTTOWARDL (line 317) | SYS_NEXTTOWARDL = 0xAC3 constant SYS_NL_LANGINFO (line 318) | SYS_NL_LANGINFO = 0x0FC constant SYS_PERROR_UNLOCKED (line 319) | SYS_PERROR_UNLOCKED = 0xCBD constant SYS_POSIX_FALLOCATE (line 320) | SYS_POSIX_FALLOCATE = 0xCE8 constant SYS_POSIX_MEMALIGN (line 321) | SYS_POSIX_MEMALIGN = 0xCE9 constant SYS_POSIX_OPENPT (line 322) | SYS_POSIX_OPENPT = 0xC66 constant SYS_POWD128 (line 323) | SYS_POWD128 = 0xC07 constant SYS_POWD32 (line 324) | SYS_POWD32 = 0xC05 constant SYS_POWD64 (line 325) | SYS_POWD64 = 0xC06 constant SYS_PRINTF_UNLOCKED (line 326) | SYS_PRINTF_UNLOCKED = 0xCBE constant SYS_PSELECT (line 327) | SYS_PSELECT = 0xC67 constant SYS_PTHREAD_ATTR_GETSTACK (line 328) | SYS_PTHREAD_ATTR_GETSTACK = 0xB3E constant SYS_PTHREAD_ATTR_SETSTACK (line 329) | SYS_PTHREAD_ATTR_SETSTACK = 0xB3F constant SYS_PTHREAD_SECURITY_APPLID_NP (line 330) | SYS_PTHREAD_SECURITY_APPLID_NP = 0xCE4 constant SYS_PUTS_UNLOCKED (line 331) | SYS_PUTS_UNLOCKED = 0xC7F constant SYS_PUTWCHAR_UNLOCKED (line 332) | SYS_PUTWCHAR_UNLOCKED = 0xCC0 constant SYS_PUTWC_UNLOCKED (line 333) | SYS_PUTWC_UNLOCKED = 0xCBF constant SYS_QUANTEXPD128 (line 334) | SYS_QUANTEXPD128 = 0xD46 constant SYS_QUANTEXPD32 (line 335) | SYS_QUANTEXPD32 = 0xD44 constant SYS_QUANTEXPD64 (line 336) | SYS_QUANTEXPD64 = 0xD45 constant SYS_QUANTIZED128 (line 337) | SYS_QUANTIZED128 = 0xC0A constant SYS_QUANTIZED32 (line 338) | SYS_QUANTIZED32 = 0xC08 constant SYS_QUANTIZED64 (line 339) | SYS_QUANTIZED64 = 0xC09 constant SYS_REMAINDERD128 (line 340) | SYS_REMAINDERD128 = 0xC0D constant SYS_REMAINDERD32 (line 341) | SYS_REMAINDERD32 = 0xC0B constant SYS_REMAINDERD64 (line 342) | SYS_REMAINDERD64 = 0xC0C constant SYS_RESIZE_ALLOC (line 343) | SYS_RESIZE_ALLOC = 0xCEB constant SYS_REWIND_UNLOCKED (line 344) | SYS_REWIND_UNLOCKED = 0xCC1 constant SYS_RINTD128 (line 345) | SYS_RINTD128 = 0xC13 constant SYS_RINTD32 (line 346) | SYS_RINTD32 = 0xC11 constant SYS_RINTD64 (line 347) | SYS_RINTD64 = 0xC12 constant SYS_RINTF (line 348) | SYS_RINTF = 0xACB constant SYS_RINTL (line 349) | SYS_RINTL = 0xACD constant SYS_ROUND (line 350) | SYS_ROUND = 0xACF constant SYS_ROUNDD128 (line 351) | SYS_ROUNDD128 = 0xC16 constant SYS_ROUNDD32 (line 352) | SYS_ROUNDD32 = 0xC14 constant SYS_ROUNDD64 (line 353) | SYS_ROUNDD64 = 0xC15 constant SYS_ROUNDF (line 354) | SYS_ROUNDF = 0xAD2 constant SYS_ROUNDL (line 355) | SYS_ROUNDL = 0xAD5 constant SYS_SAMEQUANTUMD128 (line 356) | SYS_SAMEQUANTUMD128 = 0xC19 constant SYS_SAMEQUANTUMD32 (line 357) | SYS_SAMEQUANTUMD32 = 0xC17 constant SYS_SAMEQUANTUMD64 (line 358) | SYS_SAMEQUANTUMD64 = 0xC18 constant SYS_SCALBLN (line 359) | SYS_SCALBLN = 0xAD8 constant SYS_SCALBLND128 (line 360) | SYS_SCALBLND128 = 0xC1C constant SYS_SCALBLND32 (line 361) | SYS_SCALBLND32 = 0xC1A constant SYS_SCALBLND64 (line 362) | SYS_SCALBLND64 = 0xC1B constant SYS_SCALBLNF (line 363) | SYS_SCALBLNF = 0xADB constant SYS_SCALBLNL (line 364) | SYS_SCALBLNL = 0xADE constant SYS_SCALBND128 (line 365) | SYS_SCALBND128 = 0xC1F constant SYS_SCALBND32 (line 366) | SYS_SCALBND32 = 0xC1D constant SYS_SCALBND64 (line 367) | SYS_SCALBND64 = 0xC1E constant SYS_SCALBNF (line 368) | SYS_SCALBNF = 0xAE3 constant SYS_SCALBNL (line 369) | SYS_SCALBNL = 0xAE6 constant SYS_SCANF_UNLOCKED (line 370) | SYS_SCANF_UNLOCKED = 0xCC2 constant SYS_SCHED_YIELD (line 371) | SYS_SCHED_YIELD = 0xB32 constant SYS_SETENV (line 372) | SYS_SETENV = 0x0C8 constant SYS_SETIPV4SOURCEFILTER (line 373) | SYS_SETIPV4SOURCEFILTER = 0xC76 constant SYS_SETSOURCEFILTER (line 374) | SYS_SETSOURCEFILTER = 0xC78 constant SYS_SHM_OPEN (line 375) | SYS_SHM_OPEN = 0xC8C constant SYS_SHM_UNLINK (line 376) | SYS_SHM_UNLINK = 0xC8D constant SYS_SIND128 (line 377) | SYS_SIND128 = 0xC22 constant SYS_SIND32 (line 378) | SYS_SIND32 = 0xC20 constant SYS_SIND64 (line 379) | SYS_SIND64 = 0xC21 constant SYS_SINHD128 (line 380) | SYS_SINHD128 = 0xC25 constant SYS_SINHD32 (line 381) | SYS_SINHD32 = 0xC23 constant SYS_SINHD64 (line 382) | SYS_SINHD64 = 0xC24 constant SYS_SIZEOF_ALLOC (line 383) | SYS_SIZEOF_ALLOC = 0xCEA constant SYS_SOCKATMARK (line 384) | SYS_SOCKATMARK = 0xC68 constant SYS_SQRTD128 (line 385) | SYS_SQRTD128 = 0xC28 constant SYS_SQRTD32 (line 386) | SYS_SQRTD32 = 0xC26 constant SYS_SQRTD64 (line 387) | SYS_SQRTD64 = 0xC27 constant SYS_STRCHR (line 388) | SYS_STRCHR = 0x0A0 constant SYS_STRCSPN (line 389) | SYS_STRCSPN = 0x0A1 constant SYS_STRERROR (line 390) | SYS_STRERROR = 0x0A8 constant SYS_STRERROR_R (line 391) | SYS_STRERROR_R = 0xB33 constant SYS_STRFTIME (line 392) | SYS_STRFTIME = 0x0B2 constant SYS_STRLEN (line 393) | SYS_STRLEN = 0x0A9 constant SYS_STRPBRK (line 394) | SYS_STRPBRK = 0x0A2 constant SYS_STRSPN (line 395) | SYS_STRSPN = 0x0A4 constant SYS_STRSTR (line 396) | SYS_STRSTR = 0x0A5 constant SYS_STRTOD128 (line 397) | SYS_STRTOD128 = 0xC2B constant SYS_STRTOD32 (line 398) | SYS_STRTOD32 = 0xC29 constant SYS_STRTOD64 (line 399) | SYS_STRTOD64 = 0xC2A constant SYS_STRTOK (line 400) | SYS_STRTOK = 0x0A6 constant SYS_TAND128 (line 401) | SYS_TAND128 = 0xC2E constant SYS_TAND32 (line 402) | SYS_TAND32 = 0xC2C constant SYS_TAND64 (line 403) | SYS_TAND64 = 0xC2D constant SYS_TANHD128 (line 404) | SYS_TANHD128 = 0xC31 constant SYS_TANHD32 (line 405) | SYS_TANHD32 = 0xC2F constant SYS_TANHD64 (line 406) | SYS_TANHD64 = 0xC30 constant SYS_TGAMMAD128 (line 407) | SYS_TGAMMAD128 = 0xC34 constant SYS_TGAMMAD32 (line 408) | SYS_TGAMMAD32 = 0xC32 constant SYS_TGAMMAD64 (line 409) | SYS_TGAMMAD64 = 0xC33 constant SYS_TIME (line 410) | SYS_TIME = 0x0AD constant SYS_TIME64 (line 411) | SYS_TIME64 = 0xCE1 constant SYS_TMPFILE64 (line 412) | SYS_TMPFILE64 = 0xD4D constant SYS_TMPFILE64_UNLOCKED (line 413) | SYS_TMPFILE64_UNLOCKED = 0xD4E constant SYS_TMPFILE_UNLOCKED (line 414) | SYS_TMPFILE_UNLOCKED = 0xCFD constant SYS_TRUNCD128 (line 415) | SYS_TRUNCD128 = 0xC40 constant SYS_TRUNCD32 (line 416) | SYS_TRUNCD32 = 0xC3E constant SYS_TRUNCD64 (line 417) | SYS_TRUNCD64 = 0xC3F constant SYS_UNGETC_UNLOCKED (line 418) | SYS_UNGETC_UNLOCKED = 0xCC3 constant SYS_UNGETWC_UNLOCKED (line 419) | SYS_UNGETWC_UNLOCKED = 0xCC4 constant SYS_UNSETENV (line 420) | SYS_UNSETENV = 0xB34 constant SYS_VFPRINTF_UNLOCKED (line 421) | SYS_VFPRINTF_UNLOCKED = 0xCC5 constant SYS_VFSCANF_UNLOCKED (line 422) | SYS_VFSCANF_UNLOCKED = 0xCC7 constant SYS_VFWPRINTF_UNLOCKED (line 423) | SYS_VFWPRINTF_UNLOCKED = 0xCC9 constant SYS_VFWSCANF_UNLOCKED (line 424) | SYS_VFWSCANF_UNLOCKED = 0xCCB constant SYS_VPRINTF_UNLOCKED (line 425) | SYS_VPRINTF_UNLOCKED = 0xCCD constant SYS_VSCANF_UNLOCKED (line 426) | SYS_VSCANF_UNLOCKED = 0xCCF constant SYS_VWPRINTF_UNLOCKED (line 427) | SYS_VWPRINTF_UNLOCKED = 0xCD1 constant SYS_VWSCANF_UNLOCKED (line 428) | SYS_VWSCANF_UNLOCKED = 0xCD3 constant SYS_WCSTOD128 (line 429) | SYS_WCSTOD128 = 0xC43 constant SYS_WCSTOD32 (line 430) | SYS_WCSTOD32 = 0xC41 constant SYS_WCSTOD64 (line 431) | SYS_WCSTOD64 = 0xC42 constant SYS_WPRINTF_UNLOCKED (line 432) | SYS_WPRINTF_UNLOCKED = 0xCD5 constant SYS_WSCANF_UNLOCKED (line 433) | SYS_WSCANF_UNLOCKED = 0xCD6 constant SYS__FLUSHLBF (line 434) | SYS__FLUSHLBF = 0xD68 constant SYS__FLUSHLBF_UNLOCKED (line 435) | SYS__FLUSHLBF_UNLOCKED = 0xD6F constant SYS___ACOSHF_H (line 436) | SYS___ACOSHF_H = 0xA54 constant SYS___ACOSHL_H (line 437) | SYS___ACOSHL_H = 0xA55 constant SYS___ASINHF_H (line 438) | SYS___ASINHF_H = 0xA56 constant SYS___ASINHL_H (line 439) | SYS___ASINHL_H = 0xA57 constant SYS___ATANPID128 (line 440) | SYS___ATANPID128 = 0xC6D constant SYS___ATANPID32 (line 441) | SYS___ATANPID32 = 0xC6B constant SYS___ATANPID64 (line 442) | SYS___ATANPID64 = 0xC6C constant SYS___CBRTF_H (line 443) | SYS___CBRTF_H = 0xA58 constant SYS___CBRTL_H (line 444) | SYS___CBRTL_H = 0xA59 constant SYS___CDUMP (line 445) | SYS___CDUMP = 0x0C4 constant SYS___CLASS (line 446) | SYS___CLASS = 0xAFA constant SYS___CLASS2 (line 447) | SYS___CLASS2 = 0xB99 constant SYS___CLASS2D128 (line 448) | SYS___CLASS2D128 = 0xC99 constant SYS___CLASS2D32 (line 449) | SYS___CLASS2D32 = 0xC97 constant SYS___CLASS2D64 (line 450) | SYS___CLASS2D64 = 0xC98 constant SYS___CLASS2F (line 451) | SYS___CLASS2F = 0xC91 constant SYS___CLASS2F_B (line 452) | SYS___CLASS2F_B = 0xC93 constant SYS___CLASS2F_H (line 453) | SYS___CLASS2F_H = 0xC94 constant SYS___CLASS2L (line 454) | SYS___CLASS2L = 0xC92 constant SYS___CLASS2L_B (line 455) | SYS___CLASS2L_B = 0xC95 constant SYS___CLASS2L_H (line 456) | SYS___CLASS2L_H = 0xC96 constant SYS___CLASS2_B (line 457) | SYS___CLASS2_B = 0xB9A constant SYS___CLASS2_H (line 458) | SYS___CLASS2_H = 0xB9B constant SYS___CLASS_B (line 459) | SYS___CLASS_B = 0xAFB constant SYS___CLASS_H (line 460) | SYS___CLASS_H = 0xAFC constant SYS___CLOGL_B (line 461) | SYS___CLOGL_B = 0xA01 constant SYS___CLOGL_H (line 462) | SYS___CLOGL_H = 0xA02 constant SYS___CLRENV (line 463) | SYS___CLRENV = 0x0C9 constant SYS___CLRMF (line 464) | SYS___CLRMF = 0x0BD constant SYS___CODEPAGE_INFO (line 465) | SYS___CODEPAGE_INFO = 0xC64 constant SYS___CONJF_B (line 466) | SYS___CONJF_B = 0xA07 constant SYS___CONJF_H (line 467) | SYS___CONJF_H = 0xA08 constant SYS___CONJL_B (line 468) | SYS___CONJL_B = 0xA0A constant SYS___CONJL_H (line 469) | SYS___CONJL_H = 0xA0B constant SYS___CONJ_B (line 470) | SYS___CONJ_B = 0xA04 constant SYS___CONJ_H (line 471) | SYS___CONJ_H = 0xA05 constant SYS___COPYSIGN_B (line 472) | SYS___COPYSIGN_B = 0xA5A constant SYS___COPYSIGN_H (line 473) | SYS___COPYSIGN_H = 0xAF5 constant SYS___COSPID128 (line 474) | SYS___COSPID128 = 0xC70 constant SYS___COSPID32 (line 475) | SYS___COSPID32 = 0xC6E constant SYS___COSPID64 (line 476) | SYS___COSPID64 = 0xC6F constant SYS___CPOWF_B (line 477) | SYS___CPOWF_B = 0xA10 constant SYS___CPOWF_H (line 478) | SYS___CPOWF_H = 0xA11 constant SYS___CPOWL_B (line 479) | SYS___CPOWL_B = 0xA13 constant SYS___CPOWL_H (line 480) | SYS___CPOWL_H = 0xA14 constant SYS___CPOW_B (line 481) | SYS___CPOW_B = 0xA0D constant SYS___CPOW_H (line 482) | SYS___CPOW_H = 0xA0E constant SYS___CPROJF_B (line 483) | SYS___CPROJF_B = 0xA19 constant SYS___CPROJF_H (line 484) | SYS___CPROJF_H = 0xA1A constant SYS___CPROJL_B (line 485) | SYS___CPROJL_B = 0xA1C constant SYS___CPROJL_H (line 486) | SYS___CPROJL_H = 0xA1D constant SYS___CPROJ_B (line 487) | SYS___CPROJ_B = 0xA16 constant SYS___CPROJ_H (line 488) | SYS___CPROJ_H = 0xA17 constant SYS___CREALF_B (line 489) | SYS___CREALF_B = 0xA22 constant SYS___CREALF_H (line 490) | SYS___CREALF_H = 0xA23 constant SYS___CREALL_B (line 491) | SYS___CREALL_B = 0xA25 constant SYS___CREALL_H (line 492) | SYS___CREALL_H = 0xA26 constant SYS___CREAL_B (line 493) | SYS___CREAL_B = 0xA1F constant SYS___CREAL_H (line 494) | SYS___CREAL_H = 0xA20 constant SYS___CSINF_B (line 495) | SYS___CSINF_B = 0xA2B constant SYS___CSINF_H (line 496) | SYS___CSINF_H = 0xA2C constant SYS___CSINHF_B (line 497) | SYS___CSINHF_B = 0xA34 constant SYS___CSINHF_H (line 498) | SYS___CSINHF_H = 0xA35 constant SYS___CSINHL_B (line 499) | SYS___CSINHL_B = 0xA37 constant SYS___CSINHL_H (line 500) | SYS___CSINHL_H = 0xA38 constant SYS___CSINH_B (line 501) | SYS___CSINH_B = 0xA31 constant SYS___CSINH_H (line 502) | SYS___CSINH_H = 0xA32 constant SYS___CSINL_B (line 503) | SYS___CSINL_B = 0xA2E constant SYS___CSINL_H (line 504) | SYS___CSINL_H = 0xA2F constant SYS___CSIN_B (line 505) | SYS___CSIN_B = 0xA28 constant SYS___CSIN_H (line 506) | SYS___CSIN_H = 0xA29 constant SYS___CSNAP (line 507) | SYS___CSNAP = 0x0C5 constant SYS___CSQRTF_B (line 508) | SYS___CSQRTF_B = 0xA3D constant SYS___CSQRTF_H (line 509) | SYS___CSQRTF_H = 0xA3E constant SYS___CSQRTL_B (line 510) | SYS___CSQRTL_B = 0xA40 constant SYS___CSQRTL_H (line 511) | SYS___CSQRTL_H = 0xA41 constant SYS___CSQRT_B (line 512) | SYS___CSQRT_B = 0xA3A constant SYS___CSQRT_H (line 513) | SYS___CSQRT_H = 0xA3B constant SYS___CTANF_B (line 514) | SYS___CTANF_B = 0xA46 constant SYS___CTANF_H (line 515) | SYS___CTANF_H = 0xA47 constant SYS___CTANHF_B (line 516) | SYS___CTANHF_B = 0xA4F constant SYS___CTANHF_H (line 517) | SYS___CTANHF_H = 0xA50 constant SYS___CTANHL_B (line 518) | SYS___CTANHL_B = 0xA52 constant SYS___CTANHL_H (line 519) | SYS___CTANHL_H = 0xA53 constant SYS___CTANH_B (line 520) | SYS___CTANH_B = 0xA4C constant SYS___CTANH_H (line 521) | SYS___CTANH_H = 0xA4D constant SYS___CTANL_B (line 522) | SYS___CTANL_B = 0xA49 constant SYS___CTANL_H (line 523) | SYS___CTANL_H = 0xA4A constant SYS___CTAN_B (line 524) | SYS___CTAN_B = 0xA43 constant SYS___CTAN_H (line 525) | SYS___CTAN_H = 0xA44 constant SYS___CTEST (line 526) | SYS___CTEST = 0x0C7 constant SYS___CTRACE (line 527) | SYS___CTRACE = 0x0C6 constant SYS___D1TOP (line 528) | SYS___D1TOP = 0xC9B constant SYS___D2TOP (line 529) | SYS___D2TOP = 0xC9C constant SYS___D4TOP (line 530) | SYS___D4TOP = 0xC9D constant SYS___DYNALL (line 531) | SYS___DYNALL = 0x0C3 constant SYS___DYNFRE (line 532) | SYS___DYNFRE = 0x0C2 constant SYS___EXP2F_H (line 533) | SYS___EXP2F_H = 0xA5E constant SYS___EXP2L_H (line 534) | SYS___EXP2L_H = 0xA5F constant SYS___EXP2_H (line 535) | SYS___EXP2_H = 0xA5D constant SYS___EXPM1F_H (line 536) | SYS___EXPM1F_H = 0xA5B constant SYS___EXPM1L_H (line 537) | SYS___EXPM1L_H = 0xA5C constant SYS___FBUFSIZE (line 538) | SYS___FBUFSIZE = 0xD60 constant SYS___FLBF (line 539) | SYS___FLBF = 0xD62 constant SYS___FLDATA (line 540) | SYS___FLDATA = 0x0C1 constant SYS___FMAF_B (line 541) | SYS___FMAF_B = 0xA67 constant SYS___FMAF_H (line 542) | SYS___FMAF_H = 0xA68 constant SYS___FMAL_B (line 543) | SYS___FMAL_B = 0xA6A constant SYS___FMAL_H (line 544) | SYS___FMAL_H = 0xA6B constant SYS___FMAXF_B (line 545) | SYS___FMAXF_B = 0xA70 constant SYS___FMAXF_H (line 546) | SYS___FMAXF_H = 0xA71 constant SYS___FMAXL_B (line 547) | SYS___FMAXL_B = 0xA73 constant SYS___FMAXL_H (line 548) | SYS___FMAXL_H = 0xA74 constant SYS___FMAX_B (line 549) | SYS___FMAX_B = 0xA6D constant SYS___FMAX_H (line 550) | SYS___FMAX_H = 0xA6E constant SYS___FMA_B (line 551) | SYS___FMA_B = 0xA64 constant SYS___FMA_H (line 552) | SYS___FMA_H = 0xA65 constant SYS___FMINF_B (line 553) | SYS___FMINF_B = 0xA79 constant SYS___FMINF_H (line 554) | SYS___FMINF_H = 0xA7A constant SYS___FMINL_B (line 555) | SYS___FMINL_B = 0xA7C constant SYS___FMINL_H (line 556) | SYS___FMINL_H = 0xA7D constant SYS___FMIN_B (line 557) | SYS___FMIN_B = 0xA76 constant SYS___FMIN_H (line 558) | SYS___FMIN_H = 0xA77 constant SYS___FPENDING (line 559) | SYS___FPENDING = 0xD61 constant SYS___FPENDING_UNLOCKED (line 560) | SYS___FPENDING_UNLOCKED = 0xD6C constant SYS___FPURGE (line 561) | SYS___FPURGE = 0xD69 constant SYS___FPURGE_UNLOCKED (line 562) | SYS___FPURGE_UNLOCKED = 0xD70 constant SYS___FP_CAST_D (line 563) | SYS___FP_CAST_D = 0xBCB constant SYS___FREADABLE (line 564) | SYS___FREADABLE = 0xD63 constant SYS___FREADAHEAD (line 565) | SYS___FREADAHEAD = 0xD6A constant SYS___FREADAHEAD_UNLOCKED (line 566) | SYS___FREADAHEAD_UNLOCKED = 0xD71 constant SYS___FREADING (line 567) | SYS___FREADING = 0xD65 constant SYS___FREADING_UNLOCKED (line 568) | SYS___FREADING_UNLOCKED = 0xD6D constant SYS___FSEEK2 (line 569) | SYS___FSEEK2 = 0xB3C constant SYS___FSETERR (line 570) | SYS___FSETERR = 0xD6B constant SYS___FSETLOCKING (line 571) | SYS___FSETLOCKING = 0xD67 constant SYS___FTCHEP (line 572) | SYS___FTCHEP = 0x0BF constant SYS___FTELL2 (line 573) | SYS___FTELL2 = 0xB3B constant SYS___FUPDT (line 574) | SYS___FUPDT = 0x0B5 constant SYS___FWRITABLE (line 575) | SYS___FWRITABLE = 0xD64 constant SYS___FWRITING (line 576) | SYS___FWRITING = 0xD66 constant SYS___FWRITING_UNLOCKED (line 577) | SYS___FWRITING_UNLOCKED = 0xD6E constant SYS___GETCB (line 578) | SYS___GETCB = 0x0B4 constant SYS___GETGRGID1 (line 579) | SYS___GETGRGID1 = 0xD5B constant SYS___GETGRNAM1 (line 580) | SYS___GETGRNAM1 = 0xD5C constant SYS___GETTHENT (line 581) | SYS___GETTHENT = 0xCE5 constant SYS___GETTOD (line 582) | SYS___GETTOD = 0xD3E constant SYS___HYPOTF_H (line 583) | SYS___HYPOTF_H = 0xAF6 constant SYS___HYPOTL_H (line 584) | SYS___HYPOTL_H = 0xAF7 constant SYS___ILOGBF_B (line 585) | SYS___ILOGBF_B = 0xA7F constant SYS___ILOGBF_H (line 586) | SYS___ILOGBF_H = 0xA80 constant SYS___ILOGBL_B (line 587) | SYS___ILOGBL_B = 0xA82 constant SYS___ILOGBL_H (line 588) | SYS___ILOGBL_H = 0xA83 constant SYS___ISBLANK_A (line 589) | SYS___ISBLANK_A = 0xB2E constant SYS___ISBLNK (line 590) | SYS___ISBLNK = 0x0FE constant SYS___ISWBLANK_A (line 591) | SYS___ISWBLANK_A = 0xB2F constant SYS___LE_CEEGTJS (line 592) | SYS___LE_CEEGTJS = 0xD72 constant SYS___LE_TRACEBACK (line 593) | SYS___LE_TRACEBACK = 0xB7A constant SYS___LGAMMAL_H (line 594) | SYS___LGAMMAL_H = 0xA62 constant SYS___LGAMMA_B_C99 (line 595) | SYS___LGAMMA_B_C99 = 0xB39 constant SYS___LGAMMA_H_C99 (line 596) | SYS___LGAMMA_H_C99 = 0xB38 constant SYS___LGAMMA_R_C99 (line 597) | SYS___LGAMMA_R_C99 = 0xB3A constant SYS___LLRINTF_B (line 598) | SYS___LLRINTF_B = 0xA88 constant SYS___LLRINTF_H (line 599) | SYS___LLRINTF_H = 0xA89 constant SYS___LLRINTL_B (line 600) | SYS___LLRINTL_B = 0xA8B constant SYS___LLRINTL_H (line 601) | SYS___LLRINTL_H = 0xA8C constant SYS___LLRINT_B (line 602) | SYS___LLRINT_B = 0xA85 constant SYS___LLRINT_H (line 603) | SYS___LLRINT_H = 0xA86 constant SYS___LLROUNDF_B (line 604) | SYS___LLROUNDF_B = 0xA91 constant SYS___LLROUNDF_H (line 605) | SYS___LLROUNDF_H = 0xA92 constant SYS___LLROUNDL_B (line 606) | SYS___LLROUNDL_B = 0xA94 constant SYS___LLROUNDL_H (line 607) | SYS___LLROUNDL_H = 0xA95 constant SYS___LLROUND_B (line 608) | SYS___LLROUND_B = 0xA8E constant SYS___LLROUND_H (line 609) | SYS___LLROUND_H = 0xA8F constant SYS___LOCALE_CTL (line 610) | SYS___LOCALE_CTL = 0xD47 constant SYS___LOG1PF_H (line 611) | SYS___LOG1PF_H = 0xA60 constant SYS___LOG1PL_H (line 612) | SYS___LOG1PL_H = 0xA61 constant SYS___LOGBF_B (line 613) | SYS___LOGBF_B = 0xA97 constant SYS___LOGBF_H (line 614) | SYS___LOGBF_H = 0xA98 constant SYS___LOGBL_B (line 615) | SYS___LOGBL_B = 0xA9A constant SYS___LOGBL_H (line 616) | SYS___LOGBL_H = 0xA9B constant SYS___LOGIN_APPLID (line 617) | SYS___LOGIN_APPLID = 0xCE2 constant SYS___LRINTF_B (line 618) | SYS___LRINTF_B = 0xAA0 constant SYS___LRINTF_H (line 619) | SYS___LRINTF_H = 0xAA1 constant SYS___LRINTL_B (line 620) | SYS___LRINTL_B = 0xAA3 constant SYS___LRINTL_H (line 621) | SYS___LRINTL_H = 0xAA4 constant SYS___LRINT_B (line 622) | SYS___LRINT_B = 0xA9D constant SYS___LRINT_H (line 623) | SYS___LRINT_H = 0xA9E constant SYS___LROUNDF_FIXUP (line 624) | SYS___LROUNDF_FIXUP = 0xB31 constant SYS___LROUNDL_B (line 625) | SYS___LROUNDL_B = 0xAA6 constant SYS___LROUNDL_H (line 626) | SYS___LROUNDL_H = 0xAA7 constant SYS___LROUND_FIXUP (line 627) | SYS___LROUND_FIXUP = 0xB30 constant SYS___MOSERVICES (line 628) | SYS___MOSERVICES = 0xD3D constant SYS___MUST_STAY_CLEAN (line 629) | SYS___MUST_STAY_CLEAN = 0xB7C constant SYS___NANF_B (line 630) | SYS___NANF_B = 0xAAB constant SYS___NANL_B (line 631) | SYS___NANL_B = 0xAAD constant SYS___NAN_B (line 632) | SYS___NAN_B = 0xAA9 constant SYS___NEARBYINTF_B (line 633) | SYS___NEARBYINTF_B = 0xAB2 constant SYS___NEARBYINTF_H (line 634) | SYS___NEARBYINTF_H = 0xAB3 constant SYS___NEARBYINTL_B (line 635) | SYS___NEARBYINTL_B = 0xAB5 constant SYS___NEARBYINTL_H (line 636) | SYS___NEARBYINTL_H = 0xAB6 constant SYS___NEARBYINT_B (line 637) | SYS___NEARBYINT_B = 0xAAF constant SYS___NEARBYINT_H (line 638) | SYS___NEARBYINT_H = 0xAB0 constant SYS___NEXTAFTERF_B (line 639) | SYS___NEXTAFTERF_B = 0xAB8 constant SYS___NEXTAFTERF_H (line 640) | SYS___NEXTAFTERF_H = 0xAB9 constant SYS___NEXTAFTERL_B (line 641) | SYS___NEXTAFTERL_B = 0xABB constant SYS___NEXTAFTERL_H (line 642) | SYS___NEXTAFTERL_H = 0xABC constant SYS___NEXTTOWARDF_B (line 643) | SYS___NEXTTOWARDF_B = 0xAC1 constant SYS___NEXTTOWARDF_H (line 644) | SYS___NEXTTOWARDF_H = 0xAC2 constant SYS___NEXTTOWARDL_B (line 645) | SYS___NEXTTOWARDL_B = 0xAC4 constant SYS___NEXTTOWARDL_H (line 646) | SYS___NEXTTOWARDL_H = 0xAC5 constant SYS___NEXTTOWARD_B (line 647) | SYS___NEXTTOWARD_B = 0xABE constant SYS___NEXTTOWARD_H (line 648) | SYS___NEXTTOWARD_H = 0xABF constant SYS___O_ENV (line 649) | SYS___O_ENV = 0xB7D constant SYS___PASSWD_APPLID (line 650) | SYS___PASSWD_APPLID = 0xCE3 constant SYS___PTOD1 (line 651) | SYS___PTOD1 = 0xC9E constant SYS___PTOD2 (line 652) | SYS___PTOD2 = 0xC9F constant SYS___PTOD4 (line 653) | SYS___PTOD4 = 0xCA0 constant SYS___REGCOMP_STD (line 654) | SYS___REGCOMP_STD = 0x0EA constant SYS___REMAINDERF_H (line 655) | SYS___REMAINDERF_H = 0xAC6 constant SYS___REMAINDERL_H (line 656) | SYS___REMAINDERL_H = 0xAC7 constant SYS___REMQUOD128 (line 657) | SYS___REMQUOD128 = 0xC10 constant SYS___REMQUOD32 (line 658) | SYS___REMQUOD32 = 0xC0E constant SYS___REMQUOD64 (line 659) | SYS___REMQUOD64 = 0xC0F constant SYS___REMQUOF_H (line 660) | SYS___REMQUOF_H = 0xAC9 constant SYS___REMQUOL_H (line 661) | SYS___REMQUOL_H = 0xACA constant SYS___REMQUO_H (line 662) | SYS___REMQUO_H = 0xAC8 constant SYS___RINTF_B (line 663) | SYS___RINTF_B = 0xACC constant SYS___RINTL_B (line 664) | SYS___RINTL_B = 0xACE constant SYS___ROUNDF_B (line 665) | SYS___ROUNDF_B = 0xAD3 constant SYS___ROUNDF_H (line 666) | SYS___ROUNDF_H = 0xAD4 constant SYS___ROUNDL_B (line 667) | SYS___ROUNDL_B = 0xAD6 constant SYS___ROUNDL_H (line 668) | SYS___ROUNDL_H = 0xAD7 constant SYS___ROUND_B (line 669) | SYS___ROUND_B = 0xAD0 constant SYS___ROUND_H (line 670) | SYS___ROUND_H = 0xAD1 constant SYS___SCALBLNF_B (line 671) | SYS___SCALBLNF_B = 0xADC constant SYS___SCALBLNF_H (line 672) | SYS___SCALBLNF_H = 0xADD constant SYS___SCALBLNL_B (line 673) | SYS___SCALBLNL_B = 0xADF constant SYS___SCALBLNL_H (line 674) | SYS___SCALBLNL_H = 0xAE0 constant SYS___SCALBLN_B (line 675) | SYS___SCALBLN_B = 0xAD9 constant SYS___SCALBLN_H (line 676) | SYS___SCALBLN_H = 0xADA constant SYS___SCALBNF_B (line 677) | SYS___SCALBNF_B = 0xAE4 constant SYS___SCALBNF_H (line 678) | SYS___SCALBNF_H = 0xAE5 constant SYS___SCALBNL_B (line 679) | SYS___SCALBNL_B = 0xAE7 constant SYS___SCALBNL_H (line 680) | SYS___SCALBNL_H = 0xAE8 constant SYS___SCALBN_B (line 681) | SYS___SCALBN_B = 0xAE1 constant SYS___SCALBN_H (line 682) | SYS___SCALBN_H = 0xAE2 constant SYS___SETENV (line 683) | SYS___SETENV = 0x0C8 constant SYS___SINPID128 (line 684) | SYS___SINPID128 = 0xC73 constant SYS___SINPID32 (line 685) | SYS___SINPID32 = 0xC71 constant SYS___SINPID64 (line 686) | SYS___SINPID64 = 0xC72 constant SYS___SMF_RECORD2 (line 687) | SYS___SMF_RECORD2 = 0xD48 constant SYS___STATIC_REINIT (line 688) | SYS___STATIC_REINIT = 0xB3D constant SYS___TGAMMAF_H_C99 (line 689) | SYS___TGAMMAF_H_C99 = 0xB79 constant SYS___TGAMMAL_H (line 690) | SYS___TGAMMAL_H = 0xAE9 constant SYS___TGAMMA_H_C99 (line 691) | SYS___TGAMMA_H_C99 = 0xB78 constant SYS___TOCSNAME2 (line 692) | SYS___TOCSNAME2 = 0xC9A constant SYS_CEIL (line 693) | SYS_CEIL = 0x01F constant SYS_CHAUDIT (line 694) | SYS_CHAUDIT = 0x1E0 constant SYS_EXP (line 695) | SYS_EXP = 0x01A constant SYS_FCHAUDIT (line 696) | SYS_FCHAUDIT = 0x1E1 constant SYS_FREXP (line 697) | SYS_FREXP = 0x01D constant SYS_GETGROUPSBYNAME (line 698) | SYS_GETGROUPSBYNAME = 0x1E2 constant SYS_GETPWUID (line 699) | SYS_GETPWUID = 0x1A0 constant SYS_GETUID (line 700) | SYS_GETUID = 0x1A1 constant SYS_ISATTY (line 701) | SYS_ISATTY = 0x1A3 constant SYS_KILL (line 702) | SYS_KILL = 0x1A4 constant SYS_LDEXP (line 703) | SYS_LDEXP = 0x01E constant SYS_LINK (line 704) | SYS_LINK = 0x1A5 constant SYS_LOG10 (line 705) | SYS_LOG10 = 0x01C constant SYS_LSEEK (line 706) | SYS_LSEEK = 0x1A6 constant SYS_LSTAT (line 707) | SYS_LSTAT = 0x1A7 constant SYS_MKDIR (line 708) | SYS_MKDIR = 0x1A8 constant SYS_MKFIFO (line 709) | SYS_MKFIFO = 0x1A9 constant SYS_MKNOD (line 710) | SYS_MKNOD = 0x1AA constant SYS_MODF (line 711) | SYS_MODF = 0x01B constant SYS_MOUNT (line 712) | SYS_MOUNT = 0x1AB constant SYS_OPEN (line 713) | SYS_OPEN = 0x1AC constant SYS_OPENDIR (line 714) | SYS_OPENDIR = 0x1AD constant SYS_PATHCONF (line 715) | SYS_PATHCONF = 0x1AE constant SYS_PAUSE (line 716) | SYS_PAUSE = 0x1AF constant SYS_PIPE (line 717) | SYS_PIPE = 0x1B0 constant SYS_PTHREAD_ATTR_DESTROY (line 718) | SYS_PTHREAD_ATTR_DESTROY = 0x1E7 constant SYS_PTHREAD_ATTR_GETDETACHSTATE (line 719) | SYS_PTHREAD_ATTR_GETDETACHSTATE = 0x1EB constant SYS_PTHREAD_ATTR_GETSTACKSIZE (line 720) | SYS_PTHREAD_ATTR_GETSTACKSIZE = 0x1E9 constant SYS_PTHREAD_ATTR_GETWEIGHT_NP (line 721) | SYS_PTHREAD_ATTR_GETWEIGHT_NP = 0x1ED constant SYS_PTHREAD_ATTR_INIT (line 722) | SYS_PTHREAD_ATTR_INIT = 0x1E6 constant SYS_PTHREAD_ATTR_SETDETACHSTATE (line 723) | SYS_PTHREAD_ATTR_SETDETACHSTATE = 0x1EA constant SYS_PTHREAD_ATTR_SETSTACKSIZE (line 724) | SYS_PTHREAD_ATTR_SETSTACKSIZE = 0x1E8 constant SYS_PTHREAD_ATTR_SETWEIGHT_NP (line 725) | SYS_PTHREAD_ATTR_SETWEIGHT_NP = 0x1EC constant SYS_PTHREAD_CANCEL (line 726) | SYS_PTHREAD_CANCEL = 0x1EE constant SYS_PTHREAD_CLEANUP_POP (line 727) | SYS_PTHREAD_CLEANUP_POP = 0x1F0 constant SYS_PTHREAD_CLEANUP_PUSH (line 728) | SYS_PTHREAD_CLEANUP_PUSH = 0x1EF constant SYS_PTHREAD_CONDATTR_DESTROY (line 729) | SYS_PTHREAD_CONDATTR_DESTROY = 0x1F2 constant SYS_PTHREAD_CONDATTR_INIT (line 730) | SYS_PTHREAD_CONDATTR_INIT = 0x1F1 constant SYS_PTHREAD_COND_BROADCAST (line 731) | SYS_PTHREAD_COND_BROADCAST = 0x1F6 constant SYS_PTHREAD_COND_DESTROY (line 732) | SYS_PTHREAD_COND_DESTROY = 0x1F4 constant SYS_PTHREAD_COND_INIT (line 733) | SYS_PTHREAD_COND_INIT = 0x1F3 constant SYS_PTHREAD_COND_SIGNAL (line 734) | SYS_PTHREAD_COND_SIGNAL = 0x1F5 constant SYS_PTHREAD_COND_TIMEDWAIT (line 735) | SYS_PTHREAD_COND_TIMEDWAIT = 0x1F8 constant SYS_PTHREAD_COND_WAIT (line 736) | SYS_PTHREAD_COND_WAIT = 0x1F7 constant SYS_PTHREAD_CREATE (line 737) | SYS_PTHREAD_CREATE = 0x1F9 constant SYS_PTHREAD_DETACH (line 738) | SYS_PTHREAD_DETACH = 0x1FA constant SYS_PTHREAD_EQUAL (line 739) | SYS_PTHREAD_EQUAL = 0x1FB constant SYS_PTHREAD_EXIT (line 740) | SYS_PTHREAD_EXIT = 0x1E4 constant SYS_PTHREAD_GETSPECIFIC (line 741) | SYS_PTHREAD_GETSPECIFIC = 0x1FC constant SYS_PTHREAD_JOIN (line 742) | SYS_PTHREAD_JOIN = 0x1FD constant SYS_PTHREAD_KEY_CREATE (line 743) | SYS_PTHREAD_KEY_CREATE = 0x1FE constant SYS_PTHREAD_KILL (line 744) | SYS_PTHREAD_KILL = 0x1E5 constant SYS_PTHREAD_MUTEXATTR_INIT (line 745) | SYS_PTHREAD_MUTEXATTR_INIT = 0x1FF constant SYS_READ (line 746) | SYS_READ = 0x1B2 constant SYS_READDIR (line 747) | SYS_READDIR = 0x1B3 constant SYS_READLINK (line 748) | SYS_READLINK = 0x1B4 constant SYS_REWINDDIR (line 749) | SYS_REWINDDIR = 0x1B5 constant SYS_RMDIR (line 750) | SYS_RMDIR = 0x1B6 constant SYS_SETEGID (line 751) | SYS_SETEGID = 0x1B7 constant SYS_SETEUID (line 752) | SYS_SETEUID = 0x1B8 constant SYS_SETGID (line 753) | SYS_SETGID = 0x1B9 constant SYS_SETPGID (line 754) | SYS_SETPGID = 0x1BA constant SYS_SETSID (line 755) | SYS_SETSID = 0x1BB constant SYS_SETUID (line 756) | SYS_SETUID = 0x1BC constant SYS_SIGACTION (line 757) | SYS_SIGACTION = 0x1BD constant SYS_SIGADDSET (line 758) | SYS_SIGADDSET = 0x1BE constant SYS_SIGDELSET (line 759) | SYS_SIGDELSET = 0x1BF constant SYS_SIGEMPTYSET (line 760) | SYS_SIGEMPTYSET = 0x1C0 constant SYS_SIGFILLSET (line 761) | SYS_SIGFILLSET = 0x1C1 constant SYS_SIGISMEMBER (line 762) | SYS_SIGISMEMBER = 0x1C2 constant SYS_SIGLONGJMP (line 763) | SYS_SIGLONGJMP = 0x1C3 constant SYS_SIGPENDING (line 764) | SYS_SIGPENDING = 0x1C4 constant SYS_SIGPROCMASK (line 765) | SYS_SIGPROCMASK = 0x1C5 constant SYS_SIGSETJMP (line 766) | SYS_SIGSETJMP = 0x1C6 constant SYS_SIGSUSPEND (line 767) | SYS_SIGSUSPEND = 0x1C7 constant SYS_SIGWAIT (line 768) | SYS_SIGWAIT = 0x1E3 constant SYS_SLEEP (line 769) | SYS_SLEEP = 0x1C8 constant SYS_STAT (line 770) | SYS_STAT = 0x1C9 constant SYS_SYMLINK (line 771) | SYS_SYMLINK = 0x1CB constant SYS_SYSCONF (line 772) | SYS_SYSCONF = 0x1CC constant SYS_TCDRAIN (line 773) | SYS_TCDRAIN = 0x1CD constant SYS_TCFLOW (line 774) | SYS_TCFLOW = 0x1CE constant SYS_TCFLUSH (line 775) | SYS_TCFLUSH = 0x1CF constant SYS_TCGETATTR (line 776) | SYS_TCGETATTR = 0x1D0 constant SYS_TCGETPGRP (line 777) | SYS_TCGETPGRP = 0x1D1 constant SYS_TCSENDBREAK (line 778) | SYS_TCSENDBREAK = 0x1D2 constant SYS_TCSETATTR (line 779) | SYS_TCSETATTR = 0x1D3 constant SYS_TCSETPGRP (line 780) | SYS_TCSETPGRP = 0x1D4 constant SYS_TIMES (line 781) | SYS_TIMES = 0x1D5 constant SYS_TTYNAME (line 782) | SYS_TTYNAME = 0x1D6 constant SYS_TZSET (line 783) | SYS_TZSET = 0x1D7 constant SYS_UMASK (line 784) | SYS_UMASK = 0x1D8 constant SYS_UMOUNT (line 785) | SYS_UMOUNT = 0x1D9 constant SYS_UNAME (line 786) | SYS_UNAME = 0x1DA constant SYS_UNLINK (line 787) | SYS_UNLINK = 0x1DB constant SYS_UTIME (line 788) | SYS_UTIME = 0x1DC constant SYS_WAIT (line 789) | SYS_WAIT = 0x1DD constant SYS_WAITPID (line 790) | SYS_WAITPID = 0x1DE constant SYS_WRITE (line 791) | SYS_WRITE = 0x1DF constant SYS_W_GETPSENT (line 792) | SYS_W_GETPSENT = 0x1B1 constant SYS_W_IOCTL (line 793) | SYS_W_IOCTL = 0x1A2 constant SYS_W_STATFS (line 794) | SYS_W_STATFS = 0x1CA constant SYS_A64L (line 795) | SYS_A64L = 0x2EF constant SYS_BCMP (line 796) | SYS_BCMP = 0x2B9 constant SYS_BCOPY (line 797) | SYS_BCOPY = 0x2BA constant SYS_BZERO (line 798) | SYS_BZERO = 0x2BB constant SYS_CATCLOSE (line 799) | SYS_CATCLOSE = 0x2B6 constant SYS_CATGETS (line 800) | SYS_CATGETS = 0x2B7 constant SYS_CATOPEN (line 801) | SYS_CATOPEN = 0x2B8 constant SYS_CRYPT (line 802) | SYS_CRYPT = 0x2AC constant SYS_DBM_CLEARERR (line 803) | SYS_DBM_CLEARERR = 0x2F7 constant SYS_DBM_CLOSE (line 804) | SYS_DBM_CLOSE = 0x2F8 constant SYS_DBM_DELETE (line 805) | SYS_DBM_DELETE = 0x2F9 constant SYS_DBM_ERROR (line 806) | SYS_DBM_ERROR = 0x2FA constant SYS_DBM_FETCH (line 807) | SYS_DBM_FETCH = 0x2FB constant SYS_DBM_FIRSTKEY (line 808) | SYS_DBM_FIRSTKEY = 0x2FC constant SYS_DBM_NEXTKEY (line 809) | SYS_DBM_NEXTKEY = 0x2FD constant SYS_DBM_OPEN (line 810) | SYS_DBM_OPEN = 0x2FE constant SYS_DBM_STORE (line 811) | SYS_DBM_STORE = 0x2FF constant SYS_DRAND48 (line 812) | SYS_DRAND48 = 0x2B2 constant SYS_ENCRYPT (line 813) | SYS_ENCRYPT = 0x2AD constant SYS_ENDUTXENT (line 814) | SYS_ENDUTXENT = 0x2E1 constant SYS_ERAND48 (line 815) | SYS_ERAND48 = 0x2B3 constant SYS_ERF (line 816) | SYS_ERF = 0x02C constant SYS_ERFC (line 817) | SYS_ERFC = 0x02D constant SYS_FCHDIR (line 818) | SYS_FCHDIR = 0x2D9 constant SYS_FFS (line 819) | SYS_FFS = 0x2BC constant SYS_FMTMSG (line 820) | SYS_FMTMSG = 0x2E5 constant SYS_FSTATVFS (line 821) | SYS_FSTATVFS = 0x2B4 constant SYS_FTIME (line 822) | SYS_FTIME = 0x2F5 constant SYS_GAMMA (line 823) | SYS_GAMMA = 0x02E constant SYS_GETDATE (line 824) | SYS_GETDATE = 0x2A6 constant SYS_GETPAGESIZE (line 825) | SYS_GETPAGESIZE = 0x2D8 constant SYS_GETTIMEOFDAY (line 826) | SYS_GETTIMEOFDAY = 0x2F6 constant SYS_GETUTXENT (line 827) | SYS_GETUTXENT = 0x2E0 constant SYS_GETUTXID (line 828) | SYS_GETUTXID = 0x2E2 constant SYS_GETUTXLINE (line 829) | SYS_GETUTXLINE = 0x2E3 constant SYS_HCREATE (line 830) | SYS_HCREATE = 0x2C6 constant SYS_HDESTROY (line 831) | SYS_HDESTROY = 0x2C7 constant SYS_HSEARCH (line 832) | SYS_HSEARCH = 0x2C8 constant SYS_HYPOT (line 833) | SYS_HYPOT = 0x02B constant SYS_INDEX (line 834) | SYS_INDEX = 0x2BD constant SYS_INITSTATE (line 835) | SYS_INITSTATE = 0x2C2 constant SYS_INSQUE (line 836) | SYS_INSQUE = 0x2CF constant SYS_ISASCII (line 837) | SYS_ISASCII = 0x2ED constant SYS_JRAND48 (line 838) | SYS_JRAND48 = 0x2E6 constant SYS_L64A (line 839) | SYS_L64A = 0x2F0 constant SYS_LCONG48 (line 840) | SYS_LCONG48 = 0x2EA constant SYS_LFIND (line 841) | SYS_LFIND = 0x2C9 constant SYS_LRAND48 (line 842) | SYS_LRAND48 = 0x2E7 constant SYS_LSEARCH (line 843) | SYS_LSEARCH = 0x2CA constant SYS_MEMCCPY (line 844) | SYS_MEMCCPY = 0x2D4 constant SYS_MRAND48 (line 845) | SYS_MRAND48 = 0x2E8 constant SYS_NRAND48 (line 846) | SYS_NRAND48 = 0x2E9 constant SYS_PCLOSE (line 847) | SYS_PCLOSE = 0x2D2 constant SYS_POPEN (line 848) | SYS_POPEN = 0x2D1 constant SYS_PUTUTXLINE (line 849) | SYS_PUTUTXLINE = 0x2E4 constant SYS_RANDOM (line 850) | SYS_RANDOM = 0x2C4 constant SYS_REMQUE (line 851) | SYS_REMQUE = 0x2D0 constant SYS_RINDEX (line 852) | SYS_RINDEX = 0x2BE constant SYS_SEED48 (line 853) | SYS_SEED48 = 0x2EC constant SYS_SETKEY (line 854) | SYS_SETKEY = 0x2AE constant SYS_SETSTATE (line 855) | SYS_SETSTATE = 0x2C3 constant SYS_SETUTXENT (line 856) | SYS_SETUTXENT = 0x2DF constant SYS_SRAND48 (line 857) | SYS_SRAND48 = 0x2EB constant SYS_SRANDOM (line 858) | SYS_SRANDOM = 0x2C5 constant SYS_STATVFS (line 859) | SYS_STATVFS = 0x2B5 constant SYS_STRCASECMP (line 860) | SYS_STRCASECMP = 0x2BF constant SYS_STRDUP (line 861) | SYS_STRDUP = 0x2C0 constant SYS_STRNCASECMP (line 862) | SYS_STRNCASECMP = 0x2C1 constant SYS_SWAB (line 863) | SYS_SWAB = 0x2D3 constant SYS_TDELETE (line 864) | SYS_TDELETE = 0x2CB constant SYS_TFIND (line 865) | SYS_TFIND = 0x2CC constant SYS_TOASCII (line 866) | SYS_TOASCII = 0x2EE constant SYS_TSEARCH (line 867) | SYS_TSEARCH = 0x2CD constant SYS_TWALK (line 868) | SYS_TWALK = 0x2CE constant SYS_UALARM (line 869) | SYS_UALARM = 0x2F1 constant SYS_USLEEP (line 870) | SYS_USLEEP = 0x2F2 constant SYS_WAIT3 (line 871) | SYS_WAIT3 = 0x2A7 constant SYS_WAITID (line 872) | SYS_WAITID = 0x2A8 constant SYS_Y1 (line 873) | SYS_Y1 = 0x02A constant SYS___ATOE (line 874) | SYS___ATOE = 0x2DB constant SYS___ATOE_L (line 875) | SYS___ATOE_L = 0x2DC constant SYS___CATTRM (line 876) | SYS___CATTRM = 0x2A9 constant SYS___CNVBLK (line 877) | SYS___CNVBLK = 0x2AF constant SYS___CRYTRM (line 878) | SYS___CRYTRM = 0x2B0 constant SYS___DLGHT (line 879) | SYS___DLGHT = 0x2A1 constant SYS___ECRTRM (line 880) | SYS___ECRTRM = 0x2B1 constant SYS___ETOA (line 881) | SYS___ETOA = 0x2DD constant SYS___ETOA_L (line 882) | SYS___ETOA_L = 0x2DE constant SYS___GDTRM (line 883) | SYS___GDTRM = 0x2AA constant SYS___OCLCK (line 884) | SYS___OCLCK = 0x2DA constant SYS___OPARGF (line 885) | SYS___OPARGF = 0x2A2 constant SYS___OPERRF (line 886) | SYS___OPERRF = 0x2A5 constant SYS___OPINDF (line 887) | SYS___OPINDF = 0x2A4 constant SYS___OPOPTF (line 888) | SYS___OPOPTF = 0x2A3 constant SYS___RNDTRM (line 889) | SYS___RNDTRM = 0x2AB constant SYS___SRCTRM (line 890) | SYS___SRCTRM = 0x2F4 constant SYS___TZONE (line 891) | SYS___TZONE = 0x2A0 constant SYS___UTXTRM (line 892) | SYS___UTXTRM = 0x2F3 constant SYS_ASIN (line 893) | SYS_ASIN = 0x03E constant SYS_ISXDIGIT (line 894) | SYS_ISXDIGIT = 0x03B constant SYS_SETLOCAL (line 895) | SYS_SETLOCAL = 0x03A constant SYS_SETLOCALE (line 896) | SYS_SETLOCALE = 0x03A constant SYS_SIN (line 897) | SYS_SIN = 0x03F constant SYS_TOLOWER (line 898) | SYS_TOLOWER = 0x03C constant SYS_TOUPPER (line 899) | SYS_TOUPPER = 0x03D constant SYS_ACCEPT_AND_RECV (line 900) | SYS_ACCEPT_AND_RECV = 0x4F7 constant SYS_ATOL (line 901) | SYS_ATOL = 0x04E constant SYS_CHECKSCH (line 902) | SYS_CHECKSCH = 0x4BC constant SYS_CHECKSCHENV (line 903) | SYS_CHECKSCHENV = 0x4BC constant SYS_CLEARERR (line 904) | SYS_CLEARERR = 0x04C constant SYS_CONNECTS (line 905) | SYS_CONNECTS = 0x4B5 constant SYS_CONNECTSERVER (line 906) | SYS_CONNECTSERVER = 0x4B5 constant SYS_CONNECTW (line 907) | SYS_CONNECTW = 0x4B4 constant SYS_CONNECTWORKMGR (line 908) | SYS_CONNECTWORKMGR = 0x4B4 constant SYS_CONTINUE (line 909) | SYS_CONTINUE = 0x4B3 constant SYS_CONTINUEWORKUNIT (line 910) | SYS_CONTINUEWORKUNIT = 0x4B3 constant SYS_COPYSIGN (line 911) | SYS_COPYSIGN = 0x4C2 constant SYS_CREATEWO (line 912) | SYS_CREATEWO = 0x4B2 constant SYS_CREATEWORKUNIT (line 913) | SYS_CREATEWORKUNIT = 0x4B2 constant SYS_DELETEWO (line 914) | SYS_DELETEWO = 0x4B9 constant SYS_DELETEWORKUNIT (line 915) | SYS_DELETEWORKUNIT = 0x4B9 constant SYS_DISCONNE (line 916) | SYS_DISCONNE = 0x4B6 constant SYS_DISCONNECTSERVER (line 917) | SYS_DISCONNECTSERVER = 0x4B6 constant SYS_FEOF (line 918) | SYS_FEOF = 0x04D constant SYS_FERROR (line 919) | SYS_FERROR = 0x04A constant SYS_FINITE (line 920) | SYS_FINITE = 0x4C8 constant SYS_GAMMA_R (line 921) | SYS_GAMMA_R = 0x4E2 constant SYS_JOINWORK (line 922) | SYS_JOINWORK = 0x4B7 constant SYS_JOINWORKUNIT (line 923) | SYS_JOINWORKUNIT = 0x4B7 constant SYS_LEAVEWOR (line 924) | SYS_LEAVEWOR = 0x4B8 constant SYS_LEAVEWORKUNIT (line 925) | SYS_LEAVEWORKUNIT = 0x4B8 constant SYS_LGAMMA_R (line 926) | SYS_LGAMMA_R = 0x4EB constant SYS_MATHERR (line 927) | SYS_MATHERR = 0x4D0 constant SYS_PERROR (line 928) | SYS_PERROR = 0x04F constant SYS_QUERYMET (line 929) | SYS_QUERYMET = 0x4BA constant SYS_QUERYMETRICS (line 930) | SYS_QUERYMETRICS = 0x4BA constant SYS_QUERYSCH (line 931) | SYS_QUERYSCH = 0x4BB constant SYS_QUERYSCHENV (line 932) | SYS_QUERYSCHENV = 0x4BB constant SYS_REWIND (line 933) | SYS_REWIND = 0x04B constant SYS_SCALBN (line 934) | SYS_SCALBN = 0x4D4 constant SYS_SIGNIFIC (line 935) | SYS_SIGNIFIC = 0x4D5 constant SYS_SIGNIFICAND (line 936) | SYS_SIGNIFICAND = 0x4D5 constant SYS___ACOSH_B (line 937) | SYS___ACOSH_B = 0x4DA constant SYS___ACOS_B (line 938) | SYS___ACOS_B = 0x4D9 constant SYS___ASINH_B (line 939) | SYS___ASINH_B = 0x4BE constant SYS___ASIN_B (line 940) | SYS___ASIN_B = 0x4DB constant SYS___ATAN2_B (line 941) | SYS___ATAN2_B = 0x4DC constant SYS___ATANH_B (line 942) | SYS___ATANH_B = 0x4DD constant SYS___ATAN_B (line 943) | SYS___ATAN_B = 0x4BF constant SYS___CBRT_B (line 944) | SYS___CBRT_B = 0x4C0 constant SYS___CEIL_B (line 945) | SYS___CEIL_B = 0x4C1 constant SYS___COSH_B (line 946) | SYS___COSH_B = 0x4DE constant SYS___COS_B (line 947) | SYS___COS_B = 0x4C3 constant SYS___DGHT (line 948) | SYS___DGHT = 0x4A8 constant SYS___ENVN (line 949) | SYS___ENVN = 0x4B0 constant SYS___ERFC_B (line 950) | SYS___ERFC_B = 0x4C5 constant SYS___ERF_B (line 951) | SYS___ERF_B = 0x4C4 constant SYS___EXPM1_B (line 952) | SYS___EXPM1_B = 0x4C6 constant SYS___EXP_B (line 953) | SYS___EXP_B = 0x4DF constant SYS___FABS_B (line 954) | SYS___FABS_B = 0x4C7 constant SYS___FLOOR_B (line 955) | SYS___FLOOR_B = 0x4C9 constant SYS___FMOD_B (line 956) | SYS___FMOD_B = 0x4E0 constant SYS___FP_SETMODE (line 957) | SYS___FP_SETMODE = 0x4F8 constant SYS___FREXP_B (line 958) | SYS___FREXP_B = 0x4CA constant SYS___GAMMA_B (line 959) | SYS___GAMMA_B = 0x4E1 constant SYS___GDRR (line 960) | SYS___GDRR = 0x4A1 constant SYS___HRRNO (line 961) | SYS___HRRNO = 0x4A2 constant SYS___HYPOT_B (line 962) | SYS___HYPOT_B = 0x4E3 constant SYS___ILOGB_B (line 963) | SYS___ILOGB_B = 0x4CB constant SYS___ISNAN_B (line 964) | SYS___ISNAN_B = 0x4CC constant SYS___J0_B (line 965) | SYS___J0_B = 0x4E4 constant SYS___J1_B (line 966) | SYS___J1_B = 0x4E6 constant SYS___JN_B (line 967) | SYS___JN_B = 0x4E8 constant SYS___LDEXP_B (line 968) | SYS___LDEXP_B = 0x4CD constant SYS___LGAMMA_B (line 969) | SYS___LGAMMA_B = 0x4EA constant SYS___LOG10_B (line 970) | SYS___LOG10_B = 0x4ED constant SYS___LOG1P_B (line 971) | SYS___LOG1P_B = 0x4CE constant SYS___LOGB_B (line 972) | SYS___LOGB_B = 0x4CF constant SYS___LOGIN (line 973) | SYS___LOGIN = 0x4F5 constant SYS___LOG_B (line 974) | SYS___LOG_B = 0x4EC constant SYS___MLOCKALL (line 975) | SYS___MLOCKALL = 0x4B1 constant SYS___MODF_B (line 976) | SYS___MODF_B = 0x4D1 constant SYS___NEXTAFTER_B (line 977) | SYS___NEXTAFTER_B = 0x4D2 constant SYS___OPENDIR2 (line 978) | SYS___OPENDIR2 = 0x4F3 constant SYS___OPEN_STAT (line 979) | SYS___OPEN_STAT = 0x4F6 constant SYS___OPND (line 980) | SYS___OPND = 0x4A5 constant SYS___OPPT (line 981) | SYS___OPPT = 0x4A6 constant SYS___OPRG (line 982) | SYS___OPRG = 0x4A3 constant SYS___OPRR (line 983) | SYS___OPRR = 0x4A4 constant SYS___PID_AFFINITY (line 984) | SYS___PID_AFFINITY = 0x4BD constant SYS___POW_B (line 985) | SYS___POW_B = 0x4EE constant SYS___READDIR2 (line 986) | SYS___READDIR2 = 0x4F4 constant SYS___REMAINDER_B (line 987) | SYS___REMAINDER_B = 0x4EF constant SYS___RINT_B (line 988) | SYS___RINT_B = 0x4D3 constant SYS___SCALB_B (line 989) | SYS___SCALB_B = 0x4F0 constant SYS___SIGACTIONSET (line 990) | SYS___SIGACTIONSET = 0x4FB constant SYS___SIGGM (line 991) | SYS___SIGGM = 0x4A7 constant SYS___SINH_B (line 992) | SYS___SINH_B = 0x4F1 constant SYS___SIN_B (line 993) | SYS___SIN_B = 0x4D6 constant SYS___SQRT_B (line 994) | SYS___SQRT_B = 0x4F2 constant SYS___TANH_B (line 995) | SYS___TANH_B = 0x4D8 constant SYS___TAN_B (line 996) | SYS___TAN_B = 0x4D7 constant SYS___TRRNO (line 997) | SYS___TRRNO = 0x4AF constant SYS___TZNE (line 998) | SYS___TZNE = 0x4A9 constant SYS___TZZN (line 999) | SYS___TZZN = 0x4AA constant SYS___UCREATE (line 1000) | SYS___UCREATE = 0x4FC constant SYS___UFREE (line 1001) | SYS___UFREE = 0x4FE constant SYS___UHEAPREPORT (line 1002) | SYS___UHEAPREPORT = 0x4FF constant SYS___UMALLOC (line 1003) | SYS___UMALLOC = 0x4FD constant SYS___Y0_B (line 1004) | SYS___Y0_B = 0x4E5 constant SYS___Y1_B (line 1005) | SYS___Y1_B = 0x4E7 constant SYS___YN_B (line 1006) | SYS___YN_B = 0x4E9 constant SYS_ABORT (line 1007) | SYS_ABORT = 0x05C constant SYS_ASCTIME_R (line 1008) | SYS_ASCTIME_R = 0x5E0 constant SYS_ATEXIT (line 1009) | SYS_ATEXIT = 0x05D constant SYS_CONNECTE (line 1010) | SYS_CONNECTE = 0x5AE constant SYS_CONNECTEXPORTIMPORT (line 1011) | SYS_CONNECTEXPORTIMPORT = 0x5AE constant SYS_CTIME_R (line 1012) | SYS_CTIME_R = 0x5E1 constant SYS_DN_COMP (line 1013) | SYS_DN_COMP = 0x5DF constant SYS_DN_EXPAND (line 1014) | SYS_DN_EXPAND = 0x5DD constant SYS_DN_SKIPNAME (line 1015) | SYS_DN_SKIPNAME = 0x5DE constant SYS_EXIT (line 1016) | SYS_EXIT = 0x05A constant SYS_EXPORTWO (line 1017) | SYS_EXPORTWO = 0x5A1 constant SYS_EXPORTWORKUNIT (line 1018) | SYS_EXPORTWORKUNIT = 0x5A1 constant SYS_EXTRACTW (line 1019) | SYS_EXTRACTW = 0x5A5 constant SYS_EXTRACTWORKUNIT (line 1020) | SYS_EXTRACTWORKUNIT = 0x5A5 constant SYS_FSEEKO (line 1021) | SYS_FSEEKO = 0x5C9 constant SYS_FTELLO (line 1022) | SYS_FTELLO = 0x5C8 constant SYS_GETGRGID_R (line 1023) | SYS_GETGRGID_R = 0x5E7 constant SYS_GETGRNAM_R (line 1024) | SYS_GETGRNAM_R = 0x5E8 constant SYS_GETLOGIN_R (line 1025) | SYS_GETLOGIN_R = 0x5E9 constant SYS_GETPWNAM_R (line 1026) | SYS_GETPWNAM_R = 0x5EA constant SYS_GETPWUID_R (line 1027) | SYS_GETPWUID_R = 0x5EB constant SYS_GMTIME_R (line 1028) | SYS_GMTIME_R = 0x5E2 constant SYS_IMPORTWO (line 1029) | SYS_IMPORTWO = 0x5A3 constant SYS_IMPORTWORKUNIT (line 1030) | SYS_IMPORTWORKUNIT = 0x5A3 constant SYS_INET_NTOP (line 1031) | SYS_INET_NTOP = 0x5D3 constant SYS_INET_PTON (line 1032) | SYS_INET_PTON = 0x5D4 constant SYS_LLABS (line 1033) | SYS_LLABS = 0x5CE constant SYS_LLDIV (line 1034) | SYS_LLDIV = 0x5CB constant SYS_LOCALTIME_R (line 1035) | SYS_LOCALTIME_R = 0x5E3 constant SYS_PTHREAD_ATFORK (line 1036) | SYS_PTHREAD_ATFORK = 0x5ED constant SYS_PTHREAD_ATTR_GETDETACHSTATE_U98 (line 1037) | SYS_PTHREAD_ATTR_GETDETACHSTATE_U98 = 0x5FB constant SYS_PTHREAD_ATTR_GETGUARDSIZE (line 1038) | SYS_PTHREAD_ATTR_GETGUARDSIZE = 0x5EE constant SYS_PTHREAD_ATTR_GETSCHEDPARAM (line 1039) | SYS_PTHREAD_ATTR_GETSCHEDPARAM = 0x5F9 constant SYS_PTHREAD_ATTR_GETSTACKADDR (line 1040) | SYS_PTHREAD_ATTR_GETSTACKADDR = 0x5EF constant SYS_PTHREAD_ATTR_SETDETACHSTATE_U98 (line 1041) | SYS_PTHREAD_ATTR_SETDETACHSTATE_U98 = 0x5FC constant SYS_PTHREAD_ATTR_SETGUARDSIZE (line 1042) | SYS_PTHREAD_ATTR_SETGUARDSIZE = 0x5F0 constant SYS_PTHREAD_ATTR_SETSCHEDPARAM (line 1043) | SYS_PTHREAD_ATTR_SETSCHEDPARAM = 0x5FA constant SYS_PTHREAD_ATTR_SETSTACKADDR (line 1044) | SYS_PTHREAD_ATTR_SETSTACKADDR = 0x5F1 constant SYS_PTHREAD_CONDATTR_GETPSHARED (line 1045) | SYS_PTHREAD_CONDATTR_GETPSHARED = 0x5F2 constant SYS_PTHREAD_CONDATTR_SETPSHARED (line 1046) | SYS_PTHREAD_CONDATTR_SETPSHARED = 0x5F3 constant SYS_PTHREAD_DETACH_U98 (line 1047) | SYS_PTHREAD_DETACH_U98 = 0x5FD constant SYS_PTHREAD_GETCONCURRENCY (line 1048) | SYS_PTHREAD_GETCONCURRENCY = 0x5F4 constant SYS_PTHREAD_GETSPECIFIC_U98 (line 1049) | SYS_PTHREAD_GETSPECIFIC_U98 = 0x5FE constant SYS_PTHREAD_KEY_DELETE (line 1050) | SYS_PTHREAD_KEY_DELETE = 0x5F5 constant SYS_PTHREAD_SETCANCELSTATE (line 1051) | SYS_PTHREAD_SETCANCELSTATE = 0x5FF constant SYS_PTHREAD_SETCONCURRENCY (line 1052) | SYS_PTHREAD_SETCONCURRENCY = 0x5F6 constant SYS_PTHREAD_SIGMASK (line 1053) | SYS_PTHREAD_SIGMASK = 0x5F7 constant SYS_QUERYENC (line 1054) | SYS_QUERYENC = 0x5AD constant SYS_QUERYWORKUNITCLASSIFICATION (line 1055) | SYS_QUERYWORKUNITCLASSIFICATION = 0x5AD constant SYS_RAISE (line 1056) | SYS_RAISE = 0x05E constant SYS_RAND_R (line 1057) | SYS_RAND_R = 0x5E4 constant SYS_READDIR_R (line 1058) | SYS_READDIR_R = 0x5E6 constant SYS_REALLOC (line 1059) | SYS_REALLOC = 0x05B constant SYS_RES_INIT (line 1060) | SYS_RES_INIT = 0x5D8 constant SYS_RES_MKQUERY (line 1061) | SYS_RES_MKQUERY = 0x5D7 constant SYS_RES_QUERY (line 1062) | SYS_RES_QUERY = 0x5D9 constant SYS_RES_QUERYDOMAIN (line 1063) | SYS_RES_QUERYDOMAIN = 0x5DC constant SYS_RES_SEARCH (line 1064) | SYS_RES_SEARCH = 0x5DA constant SYS_RES_SEND (line 1065) | SYS_RES_SEND = 0x5DB constant SYS_SETJMP (line 1066) | SYS_SETJMP = 0x05F constant SYS_SIGQUEUE (line 1067) | SYS_SIGQUEUE = 0x5A9 constant SYS_STRTOK_R (line 1068) | SYS_STRTOK_R = 0x5E5 constant SYS_STRTOLL (line 1069) | SYS_STRTOLL = 0x5B0 constant SYS_STRTOULL (line 1070) | SYS_STRTOULL = 0x5B1 constant SYS_TTYNAME_R (line 1071) | SYS_TTYNAME_R = 0x5EC constant SYS_UNDOEXPO (line 1072) | SYS_UNDOEXPO = 0x5A2 constant SYS_UNDOEXPORTWORKUNIT (line 1073) | SYS_UNDOEXPORTWORKUNIT = 0x5A2 constant SYS_UNDOIMPO (line 1074) | SYS_UNDOIMPO = 0x5A4 constant SYS_UNDOIMPORTWORKUNIT (line 1075) | SYS_UNDOIMPORTWORKUNIT = 0x5A4 constant SYS_WCSTOLL (line 1076) | SYS_WCSTOLL = 0x5CC constant SYS_WCSTOULL (line 1077) | SYS_WCSTOULL = 0x5CD constant SYS___ABORT (line 1078) | SYS___ABORT = 0x05C constant SYS___CONSOLE2 (line 1079) | SYS___CONSOLE2 = 0x5D2 constant SYS___CPL (line 1080) | SYS___CPL = 0x5A6 constant SYS___DISCARDDATA (line 1081) | SYS___DISCARDDATA = 0x5F8 constant SYS___DSA_PREV (line 1082) | SYS___DSA_PREV = 0x5B2 constant SYS___EP_FIND (line 1083) | SYS___EP_FIND = 0x5B3 constant SYS___FP_SWAPMODE (line 1084) | SYS___FP_SWAPMODE = 0x5AF constant SYS___GETUSERID (line 1085) | SYS___GETUSERID = 0x5AB constant SYS___GET_CPUID (line 1086) | SYS___GET_CPUID = 0x5B9 constant SYS___GET_SYSTEM_SETTINGS (line 1087) | SYS___GET_SYSTEM_SETTINGS = 0x5BA constant SYS___IPDOMAINNAME (line 1088) | SYS___IPDOMAINNAME = 0x5AC constant SYS___MAP_INIT (line 1089) | SYS___MAP_INIT = 0x5A7 constant SYS___MAP_SERVICE (line 1090) | SYS___MAP_SERVICE = 0x5A8 constant SYS___MOUNT (line 1091) | SYS___MOUNT = 0x5AA constant SYS___MSGRCV_TIMED (line 1092) | SYS___MSGRCV_TIMED = 0x5B7 constant SYS___RES (line 1093) | SYS___RES = 0x5D6 constant SYS___SEMOP_TIMED (line 1094) | SYS___SEMOP_TIMED = 0x5B8 constant SYS___SERVER_THREADS_QUERY (line 1095) | SYS___SERVER_THREADS_QUERY = 0x5B4 constant SYS_FPRINTF (line 1096) | SYS_FPRINTF = 0x06D constant SYS_FSCANF (line 1097) | SYS_FSCANF = 0x06A constant SYS_PRINTF (line 1098) | SYS_PRINTF = 0x06F constant SYS_SETBUF (line 1099) | SYS_SETBUF = 0x06B constant SYS_SETVBUF (line 1100) | SYS_SETVBUF = 0x06C constant SYS_SSCANF (line 1101) | SYS_SSCANF = 0x06E constant SYS___CATGETS_A (line 1102) | SYS___CATGETS_A = 0x6C0 constant SYS___CHAUDIT_A (line 1103) | SYS___CHAUDIT_A = 0x6F4 constant SYS___CHMOD_A (line 1104) | SYS___CHMOD_A = 0x6E8 constant SYS___COLLATE_INIT_A (line 1105) | SYS___COLLATE_INIT_A = 0x6AC constant SYS___CREAT_A (line 1106) | SYS___CREAT_A = 0x6F6 constant SYS___CTYPE_INIT_A (line 1107) | SYS___CTYPE_INIT_A = 0x6AF constant SYS___DLLLOAD_A (line 1108) | SYS___DLLLOAD_A = 0x6DF constant SYS___DLLQUERYFN_A (line 1109) | SYS___DLLQUERYFN_A = 0x6E0 constant SYS___DLLQUERYVAR_A (line 1110) | SYS___DLLQUERYVAR_A = 0x6E1 constant SYS___E2A_L (line 1111) | SYS___E2A_L = 0x6E3 constant SYS___EXECLE_A (line 1112) | SYS___EXECLE_A = 0x6A0 constant SYS___EXECLP_A (line 1113) | SYS___EXECLP_A = 0x6A4 constant SYS___EXECVE_A (line 1114) | SYS___EXECVE_A = 0x6C1 constant SYS___EXECVP_A (line 1115) | SYS___EXECVP_A = 0x6C2 constant SYS___EXECV_A (line 1116) | SYS___EXECV_A = 0x6B1 constant SYS___FPRINTF_A (line 1117) | SYS___FPRINTF_A = 0x6FA constant SYS___GETADDRINFO_A (line 1118) | SYS___GETADDRINFO_A = 0x6BF constant SYS___GETNAMEINFO_A (line 1119) | SYS___GETNAMEINFO_A = 0x6C4 constant SYS___GET_WCTYPE_STD_A (line 1120) | SYS___GET_WCTYPE_STD_A = 0x6AE constant SYS___ICONV_OPEN_A (line 1121) | SYS___ICONV_OPEN_A = 0x6DE constant SYS___IF_INDEXTONAME_A (line 1122) | SYS___IF_INDEXTONAME_A = 0x6DC constant SYS___IF_NAMETOINDEX_A (line 1123) | SYS___IF_NAMETOINDEX_A = 0x6DB constant SYS___ISWCTYPE_A (line 1124) | SYS___ISWCTYPE_A = 0x6B0 constant SYS___IS_WCTYPE_STD_A (line 1125) | SYS___IS_WCTYPE_STD_A = 0x6B2 constant SYS___LOCALECONV_A (line 1126) | SYS___LOCALECONV_A = 0x6B8 constant SYS___LOCALECONV_STD_A (line 1127) | SYS___LOCALECONV_STD_A = 0x6B9 constant SYS___LOCALE_INIT_A (line 1128) | SYS___LOCALE_INIT_A = 0x6B7 constant SYS___LSTAT_A (line 1129) | SYS___LSTAT_A = 0x6EE constant SYS___LSTAT_O_A (line 1130) | SYS___LSTAT_O_A = 0x6EF constant SYS___MKDIR_A (line 1131) | SYS___MKDIR_A = 0x6E9 constant SYS___MKFIFO_A (line 1132) | SYS___MKFIFO_A = 0x6EC constant SYS___MKNOD_A (line 1133) | SYS___MKNOD_A = 0x6F0 constant SYS___MONETARY_INIT_A (line 1134) | SYS___MONETARY_INIT_A = 0x6BC constant SYS___MOUNT_A (line 1135) | SYS___MOUNT_A = 0x6F1 constant SYS___NL_CSINFO_A (line 1136) | SYS___NL_CSINFO_A = 0x6D6 constant SYS___NL_LANGINFO_A (line 1137) | SYS___NL_LANGINFO_A = 0x6BA constant SYS___NL_LNAGINFO_STD_A (line 1138) | SYS___NL_LNAGINFO_STD_A = 0x6BB constant SYS___NL_MONINFO_A (line 1139) | SYS___NL_MONINFO_A = 0x6D7 constant SYS___NL_NUMINFO_A (line 1140) | SYS___NL_NUMINFO_A = 0x6D8 constant SYS___NL_RESPINFO_A (line 1141) | SYS___NL_RESPINFO_A = 0x6D9 constant SYS___NL_TIMINFO_A (line 1142) | SYS___NL_TIMINFO_A = 0x6DA constant SYS___NUMERIC_INIT_A (line 1143) | SYS___NUMERIC_INIT_A = 0x6C6 constant SYS___OPEN_A (line 1144) | SYS___OPEN_A = 0x6F7 constant SYS___PRINTF_A (line 1145) | SYS___PRINTF_A = 0x6DD constant SYS___RESP_INIT_A (line 1146) | SYS___RESP_INIT_A = 0x6C7 constant SYS___RPMATCH_A (line 1147) | SYS___RPMATCH_A = 0x6C8 constant SYS___RPMATCH_C_A (line 1148) | SYS___RPMATCH_C_A = 0x6C9 constant SYS___RPMATCH_STD_A (line 1149) | SYS___RPMATCH_STD_A = 0x6CA constant SYS___SETLOCALE_A (line 1150) | SYS___SETLOCALE_A = 0x6F9 constant SYS___SPAWNP_A (line 1151) | SYS___SPAWNP_A = 0x6C5 constant SYS___SPAWN_A (line 1152) | SYS___SPAWN_A = 0x6C3 constant SYS___SPRINTF_A (line 1153) | SYS___SPRINTF_A = 0x6FB constant SYS___STAT_A (line 1154) | SYS___STAT_A = 0x6EA constant SYS___STAT_O_A (line 1155) | SYS___STAT_O_A = 0x6EB constant SYS___STRCOLL_STD_A (line 1156) | SYS___STRCOLL_STD_A = 0x6A1 constant SYS___STRFMON_A (line 1157) | SYS___STRFMON_A = 0x6BD constant SYS___STRFMON_STD_A (line 1158) | SYS___STRFMON_STD_A = 0x6BE constant SYS___STRFTIME_A (line 1159) | SYS___STRFTIME_A = 0x6CC constant SYS___STRFTIME_STD_A (line 1160) | SYS___STRFTIME_STD_A = 0x6CD constant SYS___STRPTIME_A (line 1161) | SYS___STRPTIME_A = 0x6CE constant SYS___STRPTIME_STD_A (line 1162) | SYS___STRPTIME_STD_A = 0x6CF constant SYS___STRXFRM_A (line 1163) | SYS___STRXFRM_A = 0x6A2 constant SYS___STRXFRM_C_A (line 1164) | SYS___STRXFRM_C_A = 0x6A3 constant SYS___STRXFRM_STD_A (line 1165) | SYS___STRXFRM_STD_A = 0x6A5 constant SYS___SYNTAX_INIT_A (line 1166) | SYS___SYNTAX_INIT_A = 0x6D4 constant SYS___TIME_INIT_A (line 1167) | SYS___TIME_INIT_A = 0x6CB constant SYS___TOD_INIT_A (line 1168) | SYS___TOD_INIT_A = 0x6D5 constant SYS___TOWLOWER_A (line 1169) | SYS___TOWLOWER_A = 0x6B3 constant SYS___TOWLOWER_STD_A (line 1170) | SYS___TOWLOWER_STD_A = 0x6B4 constant SYS___TOWUPPER_A (line 1171) | SYS___TOWUPPER_A = 0x6B5 constant SYS___TOWUPPER_STD_A (line 1172) | SYS___TOWUPPER_STD_A = 0x6B6 constant SYS___UMOUNT_A (line 1173) | SYS___UMOUNT_A = 0x6F2 constant SYS___VFPRINTF_A (line 1174) | SYS___VFPRINTF_A = 0x6FC constant SYS___VPRINTF_A (line 1175) | SYS___VPRINTF_A = 0x6FD constant SYS___VSPRINTF_A (line 1176) | SYS___VSPRINTF_A = 0x6FE constant SYS___VSWPRINTF_A (line 1177) | SYS___VSWPRINTF_A = 0x6FF constant SYS___WCSCOLL_A (line 1178) | SYS___WCSCOLL_A = 0x6A6 constant SYS___WCSCOLL_C_A (line 1179) | SYS___WCSCOLL_C_A = 0x6A7 constant SYS___WCSCOLL_STD_A (line 1180) | SYS___WCSCOLL_STD_A = 0x6A8 constant SYS___WCSFTIME_A (line 1181) | SYS___WCSFTIME_A = 0x6D0 constant SYS___WCSFTIME_STD_A (line 1182) | SYS___WCSFTIME_STD_A = 0x6D1 constant SYS___WCSXFRM_A (line 1183) | SYS___WCSXFRM_A = 0x6A9 constant SYS___WCSXFRM_C_A (line 1184) | SYS___WCSXFRM_C_A = 0x6AA constant SYS___WCSXFRM_STD_A (line 1185) | SYS___WCSXFRM_STD_A = 0x6AB constant SYS___WCTYPE_A (line 1186) | SYS___WCTYPE_A = 0x6AD constant SYS___W_GETMNTENT_A (line 1187) | SYS___W_GETMNTENT_A = 0x6F5 constant SYS_____CCSIDTYPE_A (line 1188) | SYS_____CCSIDTYPE_A = 0x6E6 constant SYS_____CHATTR_A (line 1189) | SYS_____CHATTR_A = 0x6E2 constant SYS_____CSNAMETYPE_A (line 1190) | SYS_____CSNAMETYPE_A = 0x6E7 constant SYS_____OPEN_STAT_A (line 1191) | SYS_____OPEN_STAT_A = 0x6ED constant SYS_____SPAWN2_A (line 1192) | SYS_____SPAWN2_A = 0x6D2 constant SYS_____SPAWNP2_A (line 1193) | SYS_____SPAWNP2_A = 0x6D3 constant SYS_____TOCCSID_A (line 1194) | SYS_____TOCCSID_A = 0x6E4 constant SYS_____TOCSNAME_A (line 1195) | SYS_____TOCSNAME_A = 0x6E5 constant SYS_ACL_FREE (line 1196) | SYS_ACL_FREE = 0x7FF constant SYS_ACL_INIT (line 1197) | SYS_ACL_INIT = 0x7FE constant SYS_FWIDE (line 1198) | SYS_FWIDE = 0x7DF constant SYS_FWPRINTF (line 1199) | SYS_FWPRINTF = 0x7D1 constant SYS_FWRITE (line 1200) | SYS_FWRITE = 0x07E constant SYS_FWSCANF (line 1201) | SYS_FWSCANF = 0x7D5 constant SYS_GETCHAR (line 1202) | SYS_GETCHAR = 0x07B constant SYS_GETS (line 1203) | SYS_GETS = 0x07C constant SYS_M_CREATE_LAYOUT (line 1204) | SYS_M_CREATE_LAYOUT = 0x7C9 constant SYS_M_DESTROY_LAYOUT (line 1205) | SYS_M_DESTROY_LAYOUT = 0x7CA constant SYS_M_GETVALUES_LAYOUT (line 1206) | SYS_M_GETVALUES_LAYOUT = 0x7CB constant SYS_M_SETVALUES_LAYOUT (line 1207) | SYS_M_SETVALUES_LAYOUT = 0x7CC constant SYS_M_TRANSFORM_LAYOUT (line 1208) | SYS_M_TRANSFORM_LAYOUT = 0x7CD constant SYS_M_WTRANSFORM_LAYOUT (line 1209) | SYS_M_WTRANSFORM_LAYOUT = 0x7CE constant SYS_PREAD (line 1210) | SYS_PREAD = 0x7C7 constant SYS_PUTC (line 1211) | SYS_PUTC = 0x07D constant SYS_PUTCHAR (line 1212) | SYS_PUTCHAR = 0x07A constant SYS_PUTS (line 1213) | SYS_PUTS = 0x07F constant SYS_PWRITE (line 1214) | SYS_PWRITE = 0x7C8 constant SYS_TOWCTRAN (line 1215) | SYS_TOWCTRAN = 0x7D8 constant SYS_TOWCTRANS (line 1216) | SYS_TOWCTRANS = 0x7D8 constant SYS_UNATEXIT (line 1217) | SYS_UNATEXIT = 0x7B5 constant SYS_VFWPRINT (line 1218) | SYS_VFWPRINT = 0x7D3 constant SYS_VFWPRINTF (line 1219) | SYS_VFWPRINTF = 0x7D3 constant SYS_VWPRINTF (line 1220) | SYS_VWPRINTF = 0x7D4 constant SYS_WCTRANS (line 1221) | SYS_WCTRANS = 0x7D7 constant SYS_WPRINTF (line 1222) | SYS_WPRINTF = 0x7D2 constant SYS_WSCANF (line 1223) | SYS_WSCANF = 0x7D6 constant SYS___ASCTIME_R_A (line 1224) | SYS___ASCTIME_R_A = 0x7A1 constant SYS___BASENAME_A (line 1225) | SYS___BASENAME_A = 0x7DC constant SYS___BTOWC_A (line 1226) | SYS___BTOWC_A = 0x7E4 constant SYS___CDUMP_A (line 1227) | SYS___CDUMP_A = 0x7B7 constant SYS___CEE3DMP_A (line 1228) | SYS___CEE3DMP_A = 0x7B6 constant SYS___CEILF_H (line 1229) | SYS___CEILF_H = 0x7F4 constant SYS___CEILL_H (line 1230) | SYS___CEILL_H = 0x7F5 constant SYS___CEIL_H (line 1231) | SYS___CEIL_H = 0x7EA constant SYS___CRYPT_A (line 1232) | SYS___CRYPT_A = 0x7BE constant SYS___CSNAP_A (line 1233) | SYS___CSNAP_A = 0x7B8 constant SYS___CTEST_A (line 1234) | SYS___CTEST_A = 0x7B9 constant SYS___CTIME_R_A (line 1235) | SYS___CTIME_R_A = 0x7A2 constant SYS___CTRACE_A (line 1236) | SYS___CTRACE_A = 0x7BA constant SYS___DBM_OPEN_A (line 1237) | SYS___DBM_OPEN_A = 0x7E6 constant SYS___DIRNAME_A (line 1238) | SYS___DIRNAME_A = 0x7DD constant SYS___FABSF_H (line 1239) | SYS___FABSF_H = 0x7FA constant SYS___FABSL_H (line 1240) | SYS___FABSL_H = 0x7FB constant SYS___FABS_H (line 1241) | SYS___FABS_H = 0x7ED constant SYS___FGETWC_A (line 1242) | SYS___FGETWC_A = 0x7AA constant SYS___FGETWS_A (line 1243) | SYS___FGETWS_A = 0x7AD constant SYS___FLOORF_H (line 1244) | SYS___FLOORF_H = 0x7F6 constant SYS___FLOORL_H (line 1245) | SYS___FLOORL_H = 0x7F7 constant SYS___FLOOR_H (line 1246) | SYS___FLOOR_H = 0x7EB constant SYS___FPUTWC_A (line 1247) | SYS___FPUTWC_A = 0x7A5 constant SYS___FPUTWS_A (line 1248) | SYS___FPUTWS_A = 0x7A8 constant SYS___GETTIMEOFDAY_A (line 1249) | SYS___GETTIMEOFDAY_A = 0x7AE constant SYS___GETWCHAR_A (line 1250) | SYS___GETWCHAR_A = 0x7AC constant SYS___GETWC_A (line 1251) | SYS___GETWC_A = 0x7AB constant SYS___GLOB_A (line 1252) | SYS___GLOB_A = 0x7DE constant SYS___GMTIME_A (line 1253) | SYS___GMTIME_A = 0x7AF constant SYS___GMTIME_R_A (line 1254) | SYS___GMTIME_R_A = 0x7B0 constant SYS___INET_PTON_A (line 1255) | SYS___INET_PTON_A = 0x7BC constant SYS___J0_H (line 1256) | SYS___J0_H = 0x7EE constant SYS___J1_H (line 1257) | SYS___J1_H = 0x7EF constant SYS___JN_H (line 1258) | SYS___JN_H = 0x7F0 constant SYS___LOCALTIME_A (line 1259) | SYS___LOCALTIME_A = 0x7B1 constant SYS___LOCALTIME_R_A (line 1260) | SYS___LOCALTIME_R_A = 0x7B2 constant SYS___MALLOC24 (line 1261) | SYS___MALLOC24 = 0x7FC constant SYS___MALLOC31 (line 1262) | SYS___MALLOC31 = 0x7FD constant SYS___MKTIME_A (line 1263) | SYS___MKTIME_A = 0x7B3 constant SYS___MODFF_H (line 1264) | SYS___MODFF_H = 0x7F8 constant SYS___MODFL_H (line 1265) | SYS___MODFL_H = 0x7F9 constant SYS___MODF_H (line 1266) | SYS___MODF_H = 0x7EC constant SYS___OPENDIR_A (line 1267) | SYS___OPENDIR_A = 0x7C2 constant SYS___OSNAME (line 1268) | SYS___OSNAME = 0x7E0 constant SYS___PUTWCHAR_A (line 1269) | SYS___PUTWCHAR_A = 0x7A7 constant SYS___PUTWC_A (line 1270) | SYS___PUTWC_A = 0x7A6 constant SYS___READDIR_A (line 1271) | SYS___READDIR_A = 0x7C3 constant SYS___STRTOLL_A (line 1272) | SYS___STRTOLL_A = 0x7A3 constant SYS___STRTOULL_A (line 1273) | SYS___STRTOULL_A = 0x7A4 constant SYS___SYSLOG_A (line 1274) | SYS___SYSLOG_A = 0x7BD constant SYS___TZZNA (line 1275) | SYS___TZZNA = 0x7B4 constant SYS___UNGETWC_A (line 1276) | SYS___UNGETWC_A = 0x7A9 constant SYS___UTIME_A (line 1277) | SYS___UTIME_A = 0x7A0 constant SYS___VFPRINTF2_A (line 1278) | SYS___VFPRINTF2_A = 0x7E7 constant SYS___VPRINTF2_A (line 1279) | SYS___VPRINTF2_A = 0x7E8 constant SYS___VSPRINTF2_A (line 1280) | SYS___VSPRINTF2_A = 0x7E9 constant SYS___VSWPRNTF2_A (line 1281) | SYS___VSWPRNTF2_A = 0x7BB constant SYS___WCSTOD_A (line 1282) | SYS___WCSTOD_A = 0x7D9 constant SYS___WCSTOL_A (line 1283) | SYS___WCSTOL_A = 0x7DA constant SYS___WCSTOUL_A (line 1284) | SYS___WCSTOUL_A = 0x7DB constant SYS___WCTOB_A (line 1285) | SYS___WCTOB_A = 0x7E5 constant SYS___Y0_H (line 1286) | SYS___Y0_H = 0x7F1 constant SYS___Y1_H (line 1287) | SYS___Y1_H = 0x7F2 constant SYS___YN_H (line 1288) | SYS___YN_H = 0x7F3 constant SYS_____OPENDIR2_A (line 1289) | SYS_____OPENDIR2_A = 0x7BF constant SYS_____OSNAME_A (line 1290) | SYS_____OSNAME_A = 0x7E1 constant SYS_____READDIR2_A (line 1291) | SYS_____READDIR2_A = 0x7C0 constant SYS_DLCLOSE (line 1292) | SYS_DLCLOSE = 0x8DF constant SYS_DLERROR (line 1293) | SYS_DLERROR = 0x8E0 constant SYS_DLOPEN (line 1294) | SYS_DLOPEN = 0x8DD constant SYS_DLSYM (line 1295) | SYS_DLSYM = 0x8DE constant SYS_FLOCKFILE (line 1296) | SYS_FLOCKFILE = 0x8D3 constant SYS_FTRYLOCKFILE (line 1297) | SYS_FTRYLOCKFILE = 0x8D4 constant SYS_FUNLOCKFILE (line 1298) | SYS_FUNLOCKFILE = 0x8D5 constant SYS_GETCHAR_UNLOCKED (line 1299) | SYS_GETCHAR_UNLOCKED = 0x8D7 constant SYS_GETC_UNLOCKED (line 1300) | SYS_GETC_UNLOCKED = 0x8D6 constant SYS_PUTCHAR_UNLOCKED (line 1301) | SYS_PUTCHAR_UNLOCKED = 0x8D9 constant SYS_PUTC_UNLOCKED (line 1302) | SYS_PUTC_UNLOCKED = 0x8D8 constant SYS_SNPRINTF (line 1303) | SYS_SNPRINTF = 0x8DA constant SYS_VSNPRINTF (line 1304) | SYS_VSNPRINTF = 0x8DB constant SYS_WCSCSPN (line 1305) | SYS_WCSCSPN = 0x08B constant SYS_WCSLEN (line 1306) | SYS_WCSLEN = 0x08C constant SYS_WCSNCAT (line 1307) | SYS_WCSNCAT = 0x08D constant SYS_WCSNCMP (line 1308) | SYS_WCSNCMP = 0x08A constant SYS_WCSNCPY (line 1309) | SYS_WCSNCPY = 0x08F constant SYS_WCSSPN (line 1310) | SYS_WCSSPN = 0x08E constant SYS___ABSF_H (line 1311) | SYS___ABSF_H = 0x8E7 constant SYS___ABSL_H (line 1312) | SYS___ABSL_H = 0x8E8 constant SYS___ABS_H (line 1313) | SYS___ABS_H = 0x8E6 constant SYS___ACOSF_H (line 1314) | SYS___ACOSF_H = 0x8EA constant SYS___ACOSH_H (line 1315) | SYS___ACOSH_H = 0x8EC constant SYS___ACOSL_H (line 1316) | SYS___ACOSL_H = 0x8EB constant SYS___ACOS_H (line 1317) | SYS___ACOS_H = 0x8E9 constant SYS___ASINF_H (line 1318) | SYS___ASINF_H = 0x8EE constant SYS___ASINH_H (line 1319) | SYS___ASINH_H = 0x8F0 constant SYS___ASINL_H (line 1320) | SYS___ASINL_H = 0x8EF constant SYS___ASIN_H (line 1321) | SYS___ASIN_H = 0x8ED constant SYS___ATAN2F_H (line 1322) | SYS___ATAN2F_H = 0x8F8 constant SYS___ATAN2L_H (line 1323) | SYS___ATAN2L_H = 0x8F9 constant SYS___ATAN2_H (line 1324) | SYS___ATAN2_H = 0x8F7 constant SYS___ATANF_H (line 1325) | SYS___ATANF_H = 0x8F2 constant SYS___ATANHF_H (line 1326) | SYS___ATANHF_H = 0x8F5 constant SYS___ATANHL_H (line 1327) | SYS___ATANHL_H = 0x8F6 constant SYS___ATANH_H (line 1328) | SYS___ATANH_H = 0x8F4 constant SYS___ATANL_H (line 1329) | SYS___ATANL_H = 0x8F3 constant SYS___ATAN_H (line 1330) | SYS___ATAN_H = 0x8F1 constant SYS___CBRT_H (line 1331) | SYS___CBRT_H = 0x8FA constant SYS___COPYSIGNF_H (line 1332) | SYS___COPYSIGNF_H = 0x8FB constant SYS___COPYSIGNL_H (line 1333) | SYS___COPYSIGNL_H = 0x8FC constant SYS___COSF_H (line 1334) | SYS___COSF_H = 0x8FE constant SYS___COSL_H (line 1335) | SYS___COSL_H = 0x8FF constant SYS___COS_H (line 1336) | SYS___COS_H = 0x8FD constant SYS___DLERROR_A (line 1337) | SYS___DLERROR_A = 0x8D2 constant SYS___DLOPEN_A (line 1338) | SYS___DLOPEN_A = 0x8D0 constant SYS___DLSYM_A (line 1339) | SYS___DLSYM_A = 0x8D1 constant SYS___GETUTXENT_A (line 1340) | SYS___GETUTXENT_A = 0x8C6 constant SYS___GETUTXID_A (line 1341) | SYS___GETUTXID_A = 0x8C7 constant SYS___GETUTXLINE_A (line 1342) | SYS___GETUTXLINE_A = 0x8C8 constant SYS___ITOA (line 1343) | SYS___ITOA = 0x8AA constant SYS___ITOA_A (line 1344) | SYS___ITOA_A = 0x8B0 constant SYS___LE_CONDITION_TOKEN_BUILD (line 1345) | SYS___LE_CONDITION_TOKEN_BUILD = 0x8A5 constant SYS___LE_MSG_ADD_INSERT (line 1346) | SYS___LE_MSG_ADD_INSERT = 0x8A6 constant SYS___LE_MSG_GET (line 1347) | SYS___LE_MSG_GET = 0x8A7 constant SYS___LE_MSG_GET_AND_WRITE (line 1348) | SYS___LE_MSG_GET_AND_WRITE = 0x8A8 constant SYS___LE_MSG_WRITE (line 1349) | SYS___LE_MSG_WRITE = 0x8A9 constant SYS___LLTOA (line 1350) | SYS___LLTOA = 0x8AE constant SYS___LLTOA_A (line 1351) | SYS___LLTOA_A = 0x8B4 constant SYS___LTOA (line 1352) | SYS___LTOA = 0x8AC constant SYS___LTOA_A (line 1353) | SYS___LTOA_A = 0x8B2 constant SYS___PUTCHAR_UNLOCKED_A (line 1354) | SYS___PUTCHAR_UNLOCKED_A = 0x8CC constant SYS___PUTC_UNLOCKED_A (line 1355) | SYS___PUTC_UNLOCKED_A = 0x8CB constant SYS___PUTUTXLINE_A (line 1356) | SYS___PUTUTXLINE_A = 0x8C9 constant SYS___RESET_EXCEPTION_HANDLER (line 1357) | SYS___RESET_EXCEPTION_HANDLER = 0x8E3 constant SYS___REXEC_A (line 1358) | SYS___REXEC_A = 0x8C4 constant SYS___REXEC_AF_A (line 1359) | SYS___REXEC_AF_A = 0x8C5 constant SYS___SET_EXCEPTION_HANDLER (line 1360) | SYS___SET_EXCEPTION_HANDLER = 0x8E2 constant SYS___SNPRINTF_A (line 1361) | SYS___SNPRINTF_A = 0x8CD constant SYS___SUPERKILL (line 1362) | SYS___SUPERKILL = 0x8A4 constant SYS___TCGETATTR_A (line 1363) | SYS___TCGETATTR_A = 0x8A1 constant SYS___TCSETATTR_A (line 1364) | SYS___TCSETATTR_A = 0x8A2 constant SYS___ULLTOA (line 1365) | SYS___ULLTOA = 0x8AF constant SYS___ULLTOA_A (line 1366) | SYS___ULLTOA_A = 0x8B5 constant SYS___ULTOA (line 1367) | SYS___ULTOA = 0x8AD constant SYS___ULTOA_A (line 1368) | SYS___ULTOA_A = 0x8B3 constant SYS___UTOA (line 1369) | SYS___UTOA = 0x8AB constant SYS___UTOA_A (line 1370) | SYS___UTOA_A = 0x8B1 constant SYS___VHM_EVENT (line 1371) | SYS___VHM_EVENT = 0x8E4 constant SYS___VSNPRINTF_A (line 1372) | SYS___VSNPRINTF_A = 0x8CE constant SYS_____GETENV_A (line 1373) | SYS_____GETENV_A = 0x8C3 constant SYS_____UTMPXNAME_A (line 1374) | SYS_____UTMPXNAME_A = 0x8CA constant SYS_CACOSH (line 1375) | SYS_CACOSH = 0x9A0 constant SYS_CACOSHF (line 1376) | SYS_CACOSHF = 0x9A3 constant SYS_CACOSHL (line 1377) | SYS_CACOSHL = 0x9A6 constant SYS_CARG (line 1378) | SYS_CARG = 0x9A9 constant SYS_CARGF (line 1379) | SYS_CARGF = 0x9AC constant SYS_CARGL (line 1380) | SYS_CARGL = 0x9AF constant SYS_CASIN (line 1381) | SYS_CASIN = 0x9B2 constant SYS_CASINF (line 1382) | SYS_CASINF = 0x9B5 constant SYS_CASINH (line 1383) | SYS_CASINH = 0x9BB constant SYS_CASINHF (line 1384) | SYS_CASINHF = 0x9BE constant SYS_CASINHL (line 1385) | SYS_CASINHL = 0x9C1 constant SYS_CASINL (line 1386) | SYS_CASINL = 0x9B8 constant SYS_CATAN (line 1387) | SYS_CATAN = 0x9C4 constant SYS_CATANF (line 1388) | SYS_CATANF = 0x9C7 constant SYS_CATANH (line 1389) | SYS_CATANH = 0x9CD constant SYS_CATANHF (line 1390) | SYS_CATANHF = 0x9D0 constant SYS_CATANHL (line 1391) | SYS_CATANHL = 0x9D3 constant SYS_CATANL (line 1392) | SYS_CATANL = 0x9CA constant SYS_CCOS (line 1393) | SYS_CCOS = 0x9D6 constant SYS_CCOSF (line 1394) | SYS_CCOSF = 0x9D9 constant SYS_CCOSH (line 1395) | SYS_CCOSH = 0x9DF constant SYS_CCOSHF (line 1396) | SYS_CCOSHF = 0x9E2 constant SYS_CCOSHL (line 1397) | SYS_CCOSHL = 0x9E5 constant SYS_CCOSL (line 1398) | SYS_CCOSL = 0x9DC constant SYS_CEXP (line 1399) | SYS_CEXP = 0x9E8 constant SYS_CEXPF (line 1400) | SYS_CEXPF = 0x9EB constant SYS_CEXPL (line 1401) | SYS_CEXPL = 0x9EE constant SYS_CIMAG (line 1402) | SYS_CIMAG = 0x9F1 constant SYS_CIMAGF (line 1403) | SYS_CIMAGF = 0x9F4 constant SYS_CIMAGL (line 1404) | SYS_CIMAGL = 0x9F7 constant SYS_CLOGF (line 1405) | SYS_CLOGF = 0x9FD constant SYS_MEMCHR (line 1406) | SYS_MEMCHR = 0x09B constant SYS_MEMCMP (line 1407) | SYS_MEMCMP = 0x09A constant SYS_STRCOLL (line 1408) | SYS_STRCOLL = 0x09C constant SYS_STRNCMP (line 1409) | SYS_STRNCMP = 0x09D constant SYS_STRRCHR (line 1410) | SYS_STRRCHR = 0x09F constant SYS_STRXFRM (line 1411) | SYS_STRXFRM = 0x09E constant SYS___CACOSHF_B (line 1412) | SYS___CACOSHF_B = 0x9A4 constant SYS___CACOSHF_H (line 1413) | SYS___CACOSHF_H = 0x9A5 constant SYS___CACOSHL_B (line 1414) | SYS___CACOSHL_B = 0x9A7 constant SYS___CACOSHL_H (line 1415) | SYS___CACOSHL_H = 0x9A8 constant SYS___CACOSH_B (line 1416) | SYS___CACOSH_B = 0x9A1 constant SYS___CACOSH_H (line 1417) | SYS___CACOSH_H = 0x9A2 constant SYS___CARGF_B (line 1418) | SYS___CARGF_B = 0x9AD constant SYS___CARGF_H (line 1419) | SYS___CARGF_H = 0x9AE constant SYS___CARGL_B (line 1420) | SYS___CARGL_B = 0x9B0 constant SYS___CARGL_H (line 1421) | SYS___CARGL_H = 0x9B1 constant SYS___CARG_B (line 1422) | SYS___CARG_B = 0x9AA constant SYS___CARG_H (line 1423) | SYS___CARG_H = 0x9AB constant SYS___CASINF_B (line 1424) | SYS___CASINF_B = 0x9B6 constant SYS___CASINF_H (line 1425) | SYS___CASINF_H = 0x9B7 constant SYS___CASINHF_B (line 1426) | SYS___CASINHF_B = 0x9BF constant SYS___CASINHF_H (line 1427) | SYS___CASINHF_H = 0x9C0 constant SYS___CASINHL_B (line 1428) | SYS___CASINHL_B = 0x9C2 constant SYS___CASINHL_H (line 1429) | SYS___CASINHL_H = 0x9C3 constant SYS___CASINH_B (line 1430) | SYS___CASINH_B = 0x9BC constant SYS___CASINH_H (line 1431) | SYS___CASINH_H = 0x9BD constant SYS___CASINL_B (line 1432) | SYS___CASINL_B = 0x9B9 constant SYS___CASINL_H (line 1433) | SYS___CASINL_H = 0x9BA constant SYS___CASIN_B (line 1434) | SYS___CASIN_B = 0x9B3 constant SYS___CASIN_H (line 1435) | SYS___CASIN_H = 0x9B4 constant SYS___CATANF_B (line 1436) | SYS___CATANF_B = 0x9C8 constant SYS___CATANF_H (line 1437) | SYS___CATANF_H = 0x9C9 constant SYS___CATANHF_B (line 1438) | SYS___CATANHF_B = 0x9D1 constant SYS___CATANHF_H (line 1439) | SYS___CATANHF_H = 0x9D2 constant SYS___CATANHL_B (line 1440) | SYS___CATANHL_B = 0x9D4 constant SYS___CATANHL_H (line 1441) | SYS___CATANHL_H = 0x9D5 constant SYS___CATANH_B (line 1442) | SYS___CATANH_B = 0x9CE constant SYS___CATANH_H (line 1443) | SYS___CATANH_H = 0x9CF constant SYS___CATANL_B (line 1444) | SYS___CATANL_B = 0x9CB constant SYS___CATANL_H (line 1445) | SYS___CATANL_H = 0x9CC constant SYS___CATAN_B (line 1446) | SYS___CATAN_B = 0x9C5 constant SYS___CATAN_H (line 1447) | SYS___CATAN_H = 0x9C6 constant SYS___CCOSF_B (line 1448) | SYS___CCOSF_B = 0x9DA constant SYS___CCOSF_H (line 1449) | SYS___CCOSF_H = 0x9DB constant SYS___CCOSHF_B (line 1450) | SYS___CCOSHF_B = 0x9E3 constant SYS___CCOSHF_H (line 1451) | SYS___CCOSHF_H = 0x9E4 constant SYS___CCOSHL_B (line 1452) | SYS___CCOSHL_B = 0x9E6 constant SYS___CCOSHL_H (line 1453) | SYS___CCOSHL_H = 0x9E7 constant SYS___CCOSH_B (line 1454) | SYS___CCOSH_B = 0x9E0 constant SYS___CCOSH_H (line 1455) | SYS___CCOSH_H = 0x9E1 constant SYS___CCOSL_B (line 1456) | SYS___CCOSL_B = 0x9DD constant SYS___CCOSL_H (line 1457) | SYS___CCOSL_H = 0x9DE constant SYS___CCOS_B (line 1458) | SYS___CCOS_B = 0x9D7 constant SYS___CCOS_H (line 1459) | SYS___CCOS_H = 0x9D8 constant SYS___CEXPF_B (line 1460) | SYS___CEXPF_B = 0x9EC constant SYS___CEXPF_H (line 1461) | SYS___CEXPF_H = 0x9ED constant SYS___CEXPL_B (line 1462) | SYS___CEXPL_B = 0x9EF constant SYS___CEXPL_H (line 1463) | SYS___CEXPL_H = 0x9F0 constant SYS___CEXP_B (line 1464) | SYS___CEXP_B = 0x9E9 constant SYS___CEXP_H (line 1465) | SYS___CEXP_H = 0x9EA constant SYS___CIMAGF_B (line 1466) | SYS___CIMAGF_B = 0x9F5 constant SYS___CIMAGF_H (line 1467) | SYS___CIMAGF_H = 0x9F6 constant SYS___CIMAGL_B (line 1468) | SYS___CIMAGL_B = 0x9F8 constant SYS___CIMAGL_H (line 1469) | SYS___CIMAGL_H = 0x9F9 constant SYS___CIMAG_B (line 1470) | SYS___CIMAG_B = 0x9F2 constant SYS___CIMAG_H (line 1471) | SYS___CIMAG_H = 0x9F3 constant SYS___CLOG (line 1472) | SYS___CLOG = 0x9FA constant SYS___CLOGF_B (line 1473) | SYS___CLOGF_B = 0x9FE constant SYS___CLOGF_H (line 1474) | SYS___CLOGF_H = 0x9FF constant SYS___CLOG_B (line 1475) | SYS___CLOG_B = 0x9FB constant SYS___CLOG_H (line 1476) | SYS___CLOG_H = 0x9FC constant SYS_ISWCTYPE (line 1477) | SYS_ISWCTYPE = 0x10C constant SYS_ISWXDIGI (line 1478) | SYS_ISWXDIGI = 0x10A constant SYS_ISWXDIGIT (line 1479) | SYS_ISWXDIGIT = 0x10A constant SYS_MBSINIT (line 1480) | SYS_MBSINIT = 0x10F constant SYS_TOWLOWER (line 1481) | SYS_TOWLOWER = 0x10D constant SYS_TOWUPPER (line 1482) | SYS_TOWUPPER = 0x10E constant SYS_WCTYPE (line 1483) | SYS_WCTYPE = 0x10B constant SYS_WCSSTR (line 1484) | SYS_WCSSTR = 0x11B constant SYS___RPMTCH (line 1485) | SYS___RPMTCH = 0x11A constant SYS_WCSTOD (line 1486) | SYS_WCSTOD = 0x12E constant SYS_WCSTOK (line 1487) | SYS_WCSTOK = 0x12C constant SYS_WCSTOL (line 1488) | SYS_WCSTOL = 0x12D constant SYS_WCSTOUL (line 1489) | SYS_WCSTOUL = 0x12F constant SYS_FGETWC (line 1490) | SYS_FGETWC = 0x13C constant SYS_FGETWS (line 1491) | SYS_FGETWS = 0x13D constant SYS_FPUTWC (line 1492) | SYS_FPUTWC = 0x13E constant SYS_FPUTWS (line 1493) | SYS_FPUTWS = 0x13F constant SYS_REGERROR (line 1494) | SYS_REGERROR = 0x13B constant SYS_REGFREE (line 1495) | SYS_REGFREE = 0x13A constant SYS_COLLEQUIV (line 1496) | SYS_COLLEQUIV = 0x14F constant SYS_COLLTOSTR (line 1497) | SYS_COLLTOSTR = 0x14E constant SYS_ISMCCOLLEL (line 1498) | SYS_ISMCCOLLEL = 0x14C constant SYS_STRTOCOLL (line 1499) | SYS_STRTOCOLL = 0x14D constant SYS_DLLFREE (line 1500) | SYS_DLLFREE = 0x16F constant SYS_DLLQUERYFN (line 1501) | SYS_DLLQUERYFN = 0x16D constant SYS_DLLQUERYVAR (line 1502) | SYS_DLLQUERYVAR = 0x16E constant SYS_GETMCCOLL (line 1503) | SYS_GETMCCOLL = 0x16A constant SYS_GETWMCCOLL (line 1504) | SYS_GETWMCCOLL = 0x16B constant SYS___ERR2AD (line 1505) | SYS___ERR2AD = 0x16C constant SYS_CFSETOSPEED (line 1506) | SYS_CFSETOSPEED = 0x17A constant SYS_CHDIR (line 1507) | SYS_CHDIR = 0x17B constant SYS_CHMOD (line 1508) | SYS_CHMOD = 0x17C constant SYS_CHOWN (line 1509) | SYS_CHOWN = 0x17D constant SYS_CLOSE (line 1510) | SYS_CLOSE = 0x17E constant SYS_CLOSEDIR (line 1511) | SYS_CLOSEDIR = 0x17F constant SYS_LOG (line 1512) | SYS_LOG = 0x017 constant SYS_COSH (line 1513) | SYS_COSH = 0x018 constant SYS_FCHMOD (line 1514) | SYS_FCHMOD = 0x18A constant SYS_FCHOWN (line 1515) | SYS_FCHOWN = 0x18B constant SYS_FCNTL (line 1516) | SYS_FCNTL = 0x18C constant SYS_FILENO (line 1517) | SYS_FILENO = 0x18D constant SYS_FORK (line 1518) | SYS_FORK = 0x18E constant SYS_FPATHCONF (line 1519) | SYS_FPATHCONF = 0x18F constant SYS_GETLOGIN (line 1520) | SYS_GETLOGIN = 0x19A constant SYS_GETPGRP (line 1521) | SYS_GETPGRP = 0x19C constant SYS_GETPID (line 1522) | SYS_GETPID = 0x19D constant SYS_GETPPID (line 1523) | SYS_GETPPID = 0x19E constant SYS_GETPWNAM (line 1524) | SYS_GETPWNAM = 0x19F constant SYS_TANH (line 1525) | SYS_TANH = 0x019 constant SYS_W_GETMNTENT (line 1526) | SYS_W_GETMNTENT = 0x19B constant SYS_POW (line 1527) | SYS_POW = 0x020 constant SYS_PTHREAD_SELF (line 1528) | SYS_PTHREAD_SELF = 0x20A constant SYS_PTHREAD_SETINTR (line 1529) | SYS_PTHREAD_SETINTR = 0x20B constant SYS_PTHREAD_SETINTRTYPE (line 1530) | SYS_PTHREAD_SETINTRTYPE = 0x20C constant SYS_PTHREAD_SETSPECIFIC (line 1531) | SYS_PTHREAD_SETSPECIFIC = 0x20D constant SYS_PTHREAD_TESTINTR (line 1532) | SYS_PTHREAD_TESTINTR = 0x20E constant SYS_PTHREAD_YIELD (line 1533) | SYS_PTHREAD_YIELD = 0x20F constant SYS_SQRT (line 1534) | SYS_SQRT = 0x021 constant SYS_FLOOR (line 1535) | SYS_FLOOR = 0x022 constant SYS_J1 (line 1536) | SYS_J1 = 0x023 constant SYS_WCSPBRK (line 1537) | SYS_WCSPBRK = 0x23F constant SYS_BSEARCH (line 1538) | SYS_BSEARCH = 0x24C constant SYS_FABS (line 1539) | SYS_FABS = 0x024 constant SYS_GETENV (line 1540) | SYS_GETENV = 0x24A constant SYS_LDIV (line 1541) | SYS_LDIV = 0x24D constant SYS_SYSTEM (line 1542) | SYS_SYSTEM = 0x24B constant SYS_FMOD (line 1543) | SYS_FMOD = 0x025 constant SYS___RETHROW (line 1544) | SYS___RETHROW = 0x25F constant SYS___THROW (line 1545) | SYS___THROW = 0x25E constant SYS_J0 (line 1546) | SYS_J0 = 0x026 constant SYS_PUTENV (line 1547) | SYS_PUTENV = 0x26A constant SYS___GETENV (line 1548) | SYS___GETENV = 0x26F constant SYS_SEMCTL (line 1549) | SYS_SEMCTL = 0x27A constant SYS_SEMGET (line 1550) | SYS_SEMGET = 0x27B constant SYS_SEMOP (line 1551) | SYS_SEMOP = 0x27C constant SYS_SHMAT (line 1552) | SYS_SHMAT = 0x27D constant SYS_SHMCTL (line 1553) | SYS_SHMCTL = 0x27E constant SYS_SHMDT (line 1554) | SYS_SHMDT = 0x27F constant SYS_YN (line 1555) | SYS_YN = 0x027 constant SYS_JN (line 1556) | SYS_JN = 0x028 constant SYS_SIGALTSTACK (line 1557) | SYS_SIGALTSTACK = 0x28A constant SYS_SIGHOLD (line 1558) | SYS_SIGHOLD = 0x28B constant SYS_SIGIGNORE (line 1559) | SYS_SIGIGNORE = 0x28C constant SYS_SIGINTERRUPT (line 1560) | SYS_SIGINTERRUPT = 0x28D constant SYS_SIGPAUSE (line 1561) | SYS_SIGPAUSE = 0x28E constant SYS_SIGRELSE (line 1562) | SYS_SIGRELSE = 0x28F constant SYS_GETOPT (line 1563) | SYS_GETOPT = 0x29A constant SYS_GETSUBOPT (line 1564) | SYS_GETSUBOPT = 0x29D constant SYS_LCHOWN (line 1565) | SYS_LCHOWN = 0x29B constant SYS_SETPGRP (line 1566) | SYS_SETPGRP = 0x29E constant SYS_TRUNCATE (line 1567) | SYS_TRUNCATE = 0x29C constant SYS_Y0 (line 1568) | SYS_Y0 = 0x029 constant SYS___GDERR (line 1569) | SYS___GDERR = 0x29F constant SYS_ISALPHA (line 1570) | SYS_ISALPHA = 0x030 constant SYS_VFORK (line 1571) | SYS_VFORK = 0x30F constant SYS__LONGJMP (line 1572) | SYS__LONGJMP = 0x30D constant SYS__SETJMP (line 1573) | SYS__SETJMP = 0x30E constant SYS_GLOB (line 1574) | SYS_GLOB = 0x31A constant SYS_GLOBFREE (line 1575) | SYS_GLOBFREE = 0x31B constant SYS_ISALNUM (line 1576) | SYS_ISALNUM = 0x031 constant SYS_PUTW (line 1577) | SYS_PUTW = 0x31C constant SYS_SEEKDIR (line 1578) | SYS_SEEKDIR = 0x31D constant SYS_TELLDIR (line 1579) | SYS_TELLDIR = 0x31E constant SYS_TEMPNAM (line 1580) | SYS_TEMPNAM = 0x31F constant SYS_GETTIMEOFDAY_R (line 1581) | SYS_GETTIMEOFDAY_R = 0x32E constant SYS_ISLOWER (line 1582) | SYS_ISLOWER = 0x032 constant SYS_LGAMMA (line 1583) | SYS_LGAMMA = 0x32C constant SYS_REMAINDER (line 1584) | SYS_REMAINDER = 0x32A constant SYS_SCALB (line 1585) | SYS_SCALB = 0x32B constant SYS_SYNC (line 1586) | SYS_SYNC = 0x32F constant SYS_TTYSLOT (line 1587) | SYS_TTYSLOT = 0x32D constant SYS_ENDPROTOENT (line 1588) | SYS_ENDPROTOENT = 0x33A constant SYS_ENDSERVENT (line 1589) | SYS_ENDSERVENT = 0x33B constant SYS_GETHOSTBYADDR (line 1590) | SYS_GETHOSTBYADDR = 0x33D constant SYS_GETHOSTBYADDR_R (line 1591) | SYS_GETHOSTBYADDR_R = 0x33C constant SYS_GETHOSTBYNAME (line 1592) | SYS_GETHOSTBYNAME = 0x33F constant SYS_GETHOSTBYNAME_R (line 1593) | SYS_GETHOSTBYNAME_R = 0x33E constant SYS_ISCNTRL (line 1594) | SYS_ISCNTRL = 0x033 constant SYS_GETSERVBYNAME (line 1595) | SYS_GETSERVBYNAME = 0x34A constant SYS_GETSERVBYPORT (line 1596) | SYS_GETSERVBYPORT = 0x34B constant SYS_GETSERVENT (line 1597) | SYS_GETSERVENT = 0x34C constant SYS_GETSOCKNAME (line 1598) | SYS_GETSOCKNAME = 0x34D constant SYS_GETSOCKOPT (line 1599) | SYS_GETSOCKOPT = 0x34E constant SYS_INET_ADDR (line 1600) | SYS_INET_ADDR = 0x34F constant SYS_ISDIGIT (line 1601) | SYS_ISDIGIT = 0x034 constant SYS_ISGRAPH (line 1602) | SYS_ISGRAPH = 0x035 constant SYS_SELECT (line 1603) | SYS_SELECT = 0x35B constant SYS_SELECTEX (line 1604) | SYS_SELECTEX = 0x35C constant SYS_SEND (line 1605) | SYS_SEND = 0x35D constant SYS_SENDTO (line 1606) | SYS_SENDTO = 0x35F constant SYS_CHROOT (line 1607) | SYS_CHROOT = 0x36A constant SYS_ISNAN (line 1608) | SYS_ISNAN = 0x36D constant SYS_ISUPPER (line 1609) | SYS_ISUPPER = 0x036 constant SYS_ULIMIT (line 1610) | SYS_ULIMIT = 0x36C constant SYS_UTIMES (line 1611) | SYS_UTIMES = 0x36E constant SYS_W_STATVFS (line 1612) | SYS_W_STATVFS = 0x36B constant SYS___H_ERRNO (line 1613) | SYS___H_ERRNO = 0x36F constant SYS_GRANTPT (line 1614) | SYS_GRANTPT = 0x37A constant SYS_ISPRINT (line 1615) | SYS_ISPRINT = 0x037 constant SYS_TCGETSID (line 1616) | SYS_TCGETSID = 0x37C constant SYS_UNLOCKPT (line 1617) | SYS_UNLOCKPT = 0x37B constant SYS___TCGETCP (line 1618) | SYS___TCGETCP = 0x37D constant SYS___TCSETCP (line 1619) | SYS___TCSETCP = 0x37E constant SYS___TCSETTABLES (line 1620) | SYS___TCSETTABLES = 0x37F constant SYS_ISPUNCT (line 1621) | SYS_ISPUNCT = 0x038 constant SYS_NLIST (line 1622) | SYS_NLIST = 0x38C constant SYS___IPDBCS (line 1623) | SYS___IPDBCS = 0x38D constant SYS___IPDSPX (line 1624) | SYS___IPDSPX = 0x38E constant SYS___IPMSGC (line 1625) | SYS___IPMSGC = 0x38F constant SYS___STHOSTENT (line 1626) | SYS___STHOSTENT = 0x38B constant SYS___STSERVENT (line 1627) | SYS___STSERVENT = 0x38A constant SYS_ISSPACE (line 1628) | SYS_ISSPACE = 0x039 constant SYS_COS (line 1629) | SYS_COS = 0x040 constant SYS_T_ALLOC (line 1630) | SYS_T_ALLOC = 0x40A constant SYS_T_BIND (line 1631) | SYS_T_BIND = 0x40B constant SYS_T_CLOSE (line 1632) | SYS_T_CLOSE = 0x40C constant SYS_T_CONNECT (line 1633) | SYS_T_CONNECT = 0x40D constant SYS_T_ERROR (line 1634) | SYS_T_ERROR = 0x40E constant SYS_T_FREE (line 1635) | SYS_T_FREE = 0x40F constant SYS_TAN (line 1636) | SYS_TAN = 0x041 constant SYS_T_RCVREL (line 1637) | SYS_T_RCVREL = 0x41A constant SYS_T_RCVUDATA (line 1638) | SYS_T_RCVUDATA = 0x41B constant SYS_T_RCVUDERR (line 1639) | SYS_T_RCVUDERR = 0x41C constant SYS_T_SND (line 1640) | SYS_T_SND = 0x41D constant SYS_T_SNDDIS (line 1641) | SYS_T_SNDDIS = 0x41E constant SYS_T_SNDREL (line 1642) | SYS_T_SNDREL = 0x41F constant SYS_GETPMSG (line 1643) | SYS_GETPMSG = 0x42A constant SYS_ISASTREAM (line 1644) | SYS_ISASTREAM = 0x42B constant SYS_PUTMSG (line 1645) | SYS_PUTMSG = 0x42C constant SYS_PUTPMSG (line 1646) | SYS_PUTPMSG = 0x42D constant SYS_SINH (line 1647) | SYS_SINH = 0x042 constant SYS___ISPOSIXON (line 1648) | SYS___ISPOSIXON = 0x42E constant SYS___OPENMVSREL (line 1649) | SYS___OPENMVSREL = 0x42F constant SYS_ACOS (line 1650) | SYS_ACOS = 0x043 constant SYS_ATAN (line 1651) | SYS_ATAN = 0x044 constant SYS_ATAN2 (line 1652) | SYS_ATAN2 = 0x045 constant SYS_FTELL (line 1653) | SYS_FTELL = 0x046 constant SYS_FGETPOS (line 1654) | SYS_FGETPOS = 0x047 constant SYS_SOCK_DEBUG (line 1655) | SYS_SOCK_DEBUG = 0x47A constant SYS_SOCK_DO_TESTSTOR (line 1656) | SYS_SOCK_DO_TESTSTOR = 0x47D constant SYS_TAKESOCKET (line 1657) | SYS_TAKESOCKET = 0x47E constant SYS___SERVER_INIT (line 1658) | SYS___SERVER_INIT = 0x47F constant SYS_FSEEK (line 1659) | SYS_FSEEK = 0x048 constant SYS___IPHOST (line 1660) | SYS___IPHOST = 0x48B constant SYS___IPNODE (line 1661) | SYS___IPNODE = 0x48C constant SYS___SERVER_CLASSIFY_CREATE (line 1662) | SYS___SERVER_CLASSIFY_CREATE = 0x48D constant SYS___SERVER_CLASSIFY_DESTROY (line 1663) | SYS___SERVER_CLASSIFY_DESTROY = 0x48E constant SYS___SERVER_CLASSIFY_RESET (line 1664) | SYS___SERVER_CLASSIFY_RESET = 0x48F constant SYS___SMF_RECORD (line 1665) | SYS___SMF_RECORD = 0x48A constant SYS_FSETPOS (line 1666) | SYS_FSETPOS = 0x049 constant SYS___FNWSA (line 1667) | SYS___FNWSA = 0x49B constant SYS___SPAWN2 (line 1668) | SYS___SPAWN2 = 0x49D constant SYS___SPAWNP2 (line 1669) | SYS___SPAWNP2 = 0x49E constant SYS_ATOF (line 1670) | SYS_ATOF = 0x050 constant SYS_PTHREAD_MUTEXATTR_GETPSHARED (line 1671) | SYS_PTHREAD_MUTEXATTR_GETPSHARED = 0x50A constant SYS_PTHREAD_MUTEXATTR_SETPSHARED (line 1672) | SYS_PTHREAD_MUTEXATTR_SETPSHARED = 0x50B constant SYS_PTHREAD_RWLOCK_DESTROY (line 1673) | SYS_PTHREAD_RWLOCK_DESTROY = 0x50C constant SYS_PTHREAD_RWLOCK_INIT (line 1674) | SYS_PTHREAD_RWLOCK_INIT = 0x50D constant SYS_PTHREAD_RWLOCK_RDLOCK (line 1675) | SYS_PTHREAD_RWLOCK_RDLOCK = 0x50E constant SYS_PTHREAD_RWLOCK_TRYRDLOCK (line 1676) | SYS_PTHREAD_RWLOCK_TRYRDLOCK = 0x50F constant SYS_ATOI (line 1677) | SYS_ATOI = 0x051 constant SYS___FP_CLASS (line 1678) | SYS___FP_CLASS = 0x51D constant SYS___FP_CLR_FLAG (line 1679) | SYS___FP_CLR_FLAG = 0x51A constant SYS___FP_FINITE (line 1680) | SYS___FP_FINITE = 0x51E constant SYS___FP_ISNAN (line 1681) | SYS___FP_ISNAN = 0x51F constant SYS___FP_RAISE_XCP (line 1682) | SYS___FP_RAISE_XCP = 0x51C constant SYS___FP_READ_FLAG (line 1683) | SYS___FP_READ_FLAG = 0x51B constant SYS_RAND (line 1684) | SYS_RAND = 0x052 constant SYS_SIGTIMEDWAIT (line 1685) | SYS_SIGTIMEDWAIT = 0x52D constant SYS_SIGWAITINFO (line 1686) | SYS_SIGWAITINFO = 0x52E constant SYS___CHKBFP (line 1687) | SYS___CHKBFP = 0x52F constant SYS___FPC_RS (line 1688) | SYS___FPC_RS = 0x52C constant SYS___FPC_RW (line 1689) | SYS___FPC_RW = 0x52A constant SYS___FPC_SM (line 1690) | SYS___FPC_SM = 0x52B constant SYS_STRTOD (line 1691) | SYS_STRTOD = 0x053 constant SYS_STRTOL (line 1692) | SYS_STRTOL = 0x054 constant SYS_STRTOUL (line 1693) | SYS_STRTOUL = 0x055 constant SYS_MALLOC (line 1694) | SYS_MALLOC = 0x056 constant SYS_SRAND (line 1695) | SYS_SRAND = 0x057 constant SYS_CALLOC (line 1696) | SYS_CALLOC = 0x058 constant SYS_FREE (line 1697) | SYS_FREE = 0x059 constant SYS___OSENV (line 1698) | SYS___OSENV = 0x59F constant SYS___W_PIOCTL (line 1699) | SYS___W_PIOCTL = 0x59E constant SYS_LONGJMP (line 1700) | SYS_LONGJMP = 0x060 constant SYS___FLOORF_B (line 1701) | SYS___FLOORF_B = 0x60A constant SYS___FLOORL_B (line 1702) | SYS___FLOORL_B = 0x60B constant SYS___FREXPF_B (line 1703) | SYS___FREXPF_B = 0x60C constant SYS___FREXPL_B (line 1704) | SYS___FREXPL_B = 0x60D constant SYS___LDEXPF_B (line 1705) | SYS___LDEXPF_B = 0x60E constant SYS___LDEXPL_B (line 1706) | SYS___LDEXPL_B = 0x60F constant SYS_SIGNAL (line 1707) | SYS_SIGNAL = 0x061 constant SYS___ATAN2F_B (line 1708) | SYS___ATAN2F_B = 0x61A constant SYS___ATAN2L_B (line 1709) | SYS___ATAN2L_B = 0x61B constant SYS___COSHF_B (line 1710) | SYS___COSHF_B = 0x61C constant SYS___COSHL_B (line 1711) | SYS___COSHL_B = 0x61D constant SYS___EXPF_B (line 1712) | SYS___EXPF_B = 0x61E constant SYS___EXPL_B (line 1713) | SYS___EXPL_B = 0x61F constant SYS_TMPNAM (line 1714) | SYS_TMPNAM = 0x062 constant SYS___ABSF_B (line 1715) | SYS___ABSF_B = 0x62A constant SYS___ABSL_B (line 1716) | SYS___ABSL_B = 0x62C constant SYS___ABS_B (line 1717) | SYS___ABS_B = 0x62B constant SYS___FMODF_B (line 1718) | SYS___FMODF_B = 0x62D constant SYS___FMODL_B (line 1719) | SYS___FMODL_B = 0x62E constant SYS___MODFF_B (line 1720) | SYS___MODFF_B = 0x62F constant SYS_ATANL (line 1721) | SYS_ATANL = 0x63A constant SYS_CEILF (line 1722) | SYS_CEILF = 0x63B constant SYS_CEILL (line 1723) | SYS_CEILL = 0x63C constant SYS_COSF (line 1724) | SYS_COSF = 0x63D constant SYS_COSHF (line 1725) | SYS_COSHF = 0x63F constant SYS_COSL (line 1726) | SYS_COSL = 0x63E constant SYS_REMOVE (line 1727) | SYS_REMOVE = 0x063 constant SYS_POWL (line 1728) | SYS_POWL = 0x64A constant SYS_RENAME (line 1729) | SYS_RENAME = 0x064 constant SYS_SINF (line 1730) | SYS_SINF = 0x64B constant SYS_SINHF (line 1731) | SYS_SINHF = 0x64F constant SYS_SINL (line 1732) | SYS_SINL = 0x64C constant SYS_SQRTF (line 1733) | SYS_SQRTF = 0x64D constant SYS_SQRTL (line 1734) | SYS_SQRTL = 0x64E constant SYS_BTOWC (line 1735) | SYS_BTOWC = 0x65F constant SYS_FREXPL (line 1736) | SYS_FREXPL = 0x65A constant SYS_LDEXPF (line 1737) | SYS_LDEXPF = 0x65B constant SYS_LDEXPL (line 1738) | SYS_LDEXPL = 0x65C constant SYS_MODFF (line 1739) | SYS_MODFF = 0x65D constant SYS_MODFL (line 1740) | SYS_MODFL = 0x65E constant SYS_TMPFILE (line 1741) | SYS_TMPFILE = 0x065 constant SYS_FREOPEN (line 1742) | SYS_FREOPEN = 0x066 constant SYS___CHARMAP_INIT_A (line 1743) | SYS___CHARMAP_INIT_A = 0x66E constant SYS___GETHOSTBYADDR_R_A (line 1744) | SYS___GETHOSTBYADDR_R_A = 0x66C constant SYS___GETHOSTBYNAME_A (line 1745) | SYS___GETHOSTBYNAME_A = 0x66A constant SYS___GETHOSTBYNAME_R_A (line 1746) | SYS___GETHOSTBYNAME_R_A = 0x66D constant SYS___MBLEN_A (line 1747) | SYS___MBLEN_A = 0x66F constant SYS___RES_INIT_A (line 1748) | SYS___RES_INIT_A = 0x66B constant SYS_FCLOSE (line 1749) | SYS_FCLOSE = 0x067 constant SYS___GETGRGID_R_A (line 1750) | SYS___GETGRGID_R_A = 0x67D constant SYS___WCSTOMBS_A (line 1751) | SYS___WCSTOMBS_A = 0x67A constant SYS___WCSTOMBS_STD_A (line 1752) | SYS___WCSTOMBS_STD_A = 0x67B constant SYS___WCSWIDTH_A (line 1753) | SYS___WCSWIDTH_A = 0x67C constant SYS___WCSWIDTH_ASIA (line 1754) | SYS___WCSWIDTH_ASIA = 0x67F constant SYS___WCSWIDTH_STD_A (line 1755) | SYS___WCSWIDTH_STD_A = 0x67E constant SYS_FFLUSH (line 1756) | SYS_FFLUSH = 0x068 constant SYS___GETLOGIN_R_A (line 1757) | SYS___GETLOGIN_R_A = 0x68E constant SYS___GETPWNAM_R_A (line 1758) | SYS___GETPWNAM_R_A = 0x68C constant SYS___GETPWUID_R_A (line 1759) | SYS___GETPWUID_R_A = 0x68D constant SYS___TTYNAME_R_A (line 1760) | SYS___TTYNAME_R_A = 0x68F constant SYS___WCWIDTH_ASIA (line 1761) | SYS___WCWIDTH_ASIA = 0x68B constant SYS___WCWIDTH_STD_A (line 1762) | SYS___WCWIDTH_STD_A = 0x68A constant SYS_FOPEN (line 1763) | SYS_FOPEN = 0x069 constant SYS___REGEXEC_A (line 1764) | SYS___REGEXEC_A = 0x69A constant SYS___REGEXEC_STD_A (line 1765) | SYS___REGEXEC_STD_A = 0x69B constant SYS___REGFREE_A (line 1766) | SYS___REGFREE_A = 0x69C constant SYS___REGFREE_STD_A (line 1767) | SYS___REGFREE_STD_A = 0x69D constant SYS___STRCOLL_A (line 1768) | SYS___STRCOLL_A = 0x69E constant SYS___STRCOLL_C_A (line 1769) | SYS___STRCOLL_C_A = 0x69F constant SYS_SCANF (line 1770) | SYS_SCANF = 0x070 constant SYS___A64L_A (line 1771) | SYS___A64L_A = 0x70C constant SYS___ECVT_A (line 1772) | SYS___ECVT_A = 0x70D constant SYS___FCVT_A (line 1773) | SYS___FCVT_A = 0x70E constant SYS___GCVT_A (line 1774) | SYS___GCVT_A = 0x70F constant SYS___STRTOUL_A (line 1775) | SYS___STRTOUL_A = 0x70A constant SYS_____AE_CORRESTBL_QUERY_A (line 1776) | SYS_____AE_CORRESTBL_QUERY_A = 0x70B constant SYS_SPRINTF (line 1777) | SYS_SPRINTF = 0x071 constant SYS___ACCESS_A (line 1778) | SYS___ACCESS_A = 0x71F constant SYS___CATOPEN_A (line 1779) | SYS___CATOPEN_A = 0x71E constant SYS___GETOPT_A (line 1780) | SYS___GETOPT_A = 0x71D constant SYS___REALPATH_A (line 1781) | SYS___REALPATH_A = 0x71A constant SYS___SETENV_A (line 1782) | SYS___SETENV_A = 0x71B constant SYS___SYSTEM_A (line 1783) | SYS___SYSTEM_A = 0x71C constant SYS_FGETC (line 1784) | SYS_FGETC = 0x072 constant SYS___GAI_STRERROR_A (line 1785) | SYS___GAI_STRERROR_A = 0x72F constant SYS___RMDIR_A (line 1786) | SYS___RMDIR_A = 0x72A constant SYS___STATVFS_A (line 1787) | SYS___STATVFS_A = 0x72B constant SYS___SYMLINK_A (line 1788) | SYS___SYMLINK_A = 0x72C constant SYS___TRUNCATE_A (line 1789) | SYS___TRUNCATE_A = 0x72D constant SYS___UNLINK_A (line 1790) | SYS___UNLINK_A = 0x72E constant SYS_VFPRINTF (line 1791) | SYS_VFPRINTF = 0x073 constant SYS___ISSPACE_A (line 1792) | SYS___ISSPACE_A = 0x73A constant SYS___ISUPPER_A (line 1793) | SYS___ISUPPER_A = 0x73B constant SYS___ISWALNUM_A (line 1794) | SYS___ISWALNUM_A = 0x73F constant SYS___ISXDIGIT_A (line 1795) | SYS___ISXDIGIT_A = 0x73C constant SYS___TOLOWER_A (line 1796) | SYS___TOLOWER_A = 0x73D constant SYS___TOUPPER_A (line 1797) | SYS___TOUPPER_A = 0x73E constant SYS_VPRINTF (line 1798) | SYS_VPRINTF = 0x074 constant SYS___CONFSTR_A (line 1799) | SYS___CONFSTR_A = 0x74B constant SYS___FDOPEN_A (line 1800) | SYS___FDOPEN_A = 0x74E constant SYS___FLDATA_A (line 1801) | SYS___FLDATA_A = 0x74F constant SYS___FTOK_A (line 1802) | SYS___FTOK_A = 0x74C constant SYS___ISWXDIGIT_A (line 1803) | SYS___ISWXDIGIT_A = 0x74A constant SYS___MKTEMP_A (line 1804) | SYS___MKTEMP_A = 0x74D constant SYS_VSPRINTF (line 1805) | SYS_VSPRINTF = 0x075 constant SYS___GETGRGID_A (line 1806) | SYS___GETGRGID_A = 0x75A constant SYS___GETGRNAM_A (line 1807) | SYS___GETGRNAM_A = 0x75B constant SYS___GETGROUPSBYNAME_A (line 1808) | SYS___GETGROUPSBYNAME_A = 0x75C constant SYS___GETHOSTENT_A (line 1809) | SYS___GETHOSTENT_A = 0x75D constant SYS___GETHOSTNAME_A (line 1810) | SYS___GETHOSTNAME_A = 0x75E constant SYS___GETLOGIN_A (line 1811) | SYS___GETLOGIN_A = 0x75F constant SYS_GETC (line 1812) | SYS_GETC = 0x076 constant SYS___CREATEWORKUNIT_A (line 1813) | SYS___CREATEWORKUNIT_A = 0x76A constant SYS___CTERMID_A (line 1814) | SYS___CTERMID_A = 0x76B constant SYS___FMTMSG_A (line 1815) | SYS___FMTMSG_A = 0x76C constant SYS___INITGROUPS_A (line 1816) | SYS___INITGROUPS_A = 0x76D constant SYS___MSGRCV_A (line 1817) | SYS___MSGRCV_A = 0x76F constant SYS_____LOGIN_A (line 1818) | SYS_____LOGIN_A = 0x76E constant SYS_FGETS (line 1819) | SYS_FGETS = 0x077 constant SYS___STRCASECMP_A (line 1820) | SYS___STRCASECMP_A = 0x77B constant SYS___STRNCASECMP_A (line 1821) | SYS___STRNCASECMP_A = 0x77C constant SYS___TTYNAME_A (line 1822) | SYS___TTYNAME_A = 0x77D constant SYS___UNAME_A (line 1823) | SYS___UNAME_A = 0x77E constant SYS___UTIMES_A (line 1824) | SYS___UTIMES_A = 0x77F constant SYS_____SERVER_PWU_A (line 1825) | SYS_____SERVER_PWU_A = 0x77A constant SYS_FPUTC (line 1826) | SYS_FPUTC = 0x078 constant SYS___CREAT_O_A (line 1827) | SYS___CREAT_O_A = 0x78E constant SYS___ENVNA (line 1828) | SYS___ENVNA = 0x78F constant SYS___FREAD_A (line 1829) | SYS___FREAD_A = 0x78A constant SYS___FWRITE_A (line 1830) | SYS___FWRITE_A = 0x78B constant SYS___ISASCII (line 1831) | SYS___ISASCII = 0x78D constant SYS___OPEN_O_A (line 1832) | SYS___OPEN_O_A = 0x78C constant SYS_FPUTS (line 1833) | SYS_FPUTS = 0x079 constant SYS___ASCTIME_A (line 1834) | SYS___ASCTIME_A = 0x79C constant SYS___CTIME_A (line 1835) | SYS___CTIME_A = 0x79D constant SYS___GETDATE_A (line 1836) | SYS___GETDATE_A = 0x79E constant SYS___GETSERVBYPORT_A (line 1837) | SYS___GETSERVBYPORT_A = 0x79A constant SYS___GETSERVENT_A (line 1838) | SYS___GETSERVENT_A = 0x79B constant SYS___TZSET_A (line 1839) | SYS___TZSET_A = 0x79F constant SYS_ACL_FROM_TEXT (line 1840) | SYS_ACL_FROM_TEXT = 0x80C constant SYS_ACL_SET_FD (line 1841) | SYS_ACL_SET_FD = 0x80A constant SYS_ACL_SET_FILE (line 1842) | SYS_ACL_SET_FILE = 0x80B constant SYS_ACL_SORT (line 1843) | SYS_ACL_SORT = 0x80E constant SYS_ACL_TO_TEXT (line 1844) | SYS_ACL_TO_TEXT = 0x80D constant SYS_UNGETC (line 1845) | SYS_UNGETC = 0x080 constant SYS___SHUTDOWN_REGISTRATION (line 1846) | SYS___SHUTDOWN_REGISTRATION = 0x80F constant SYS_FREAD (line 1847) | SYS_FREAD = 0x081 constant SYS_FREEADDRINFO (line 1848) | SYS_FREEADDRINFO = 0x81A constant SYS_GAI_STRERROR (line 1849) | SYS_GAI_STRERROR = 0x81B constant SYS_REXEC_AF (line 1850) | SYS_REXEC_AF = 0x81C constant SYS___DYNALLOC_A (line 1851) | SYS___DYNALLOC_A = 0x81F constant SYS___POE (line 1852) | SYS___POE = 0x81D constant SYS_WCSTOMBS (line 1853) | SYS_WCSTOMBS = 0x082 constant SYS___INET_ADDR_A (line 1854) | SYS___INET_ADDR_A = 0x82F constant SYS___NLIST_A (line 1855) | SYS___NLIST_A = 0x82A constant SYS_____TCGETCP_A (line 1856) | SYS_____TCGETCP_A = 0x82B constant SYS_____TCSETCP_A (line 1857) | SYS_____TCSETCP_A = 0x82C constant SYS_____W_PIOCTL_A (line 1858) | SYS_____W_PIOCTL_A = 0x82E constant SYS_MBTOWC (line 1859) | SYS_MBTOWC = 0x083 constant SYS___CABEND (line 1860) | SYS___CABEND = 0x83D constant SYS___LE_CIB_GET (line 1861) | SYS___LE_CIB_GET = 0x83E constant SYS___RECVMSG_A (line 1862) | SYS___RECVMSG_A = 0x83B constant SYS___SENDMSG_A (line 1863) | SYS___SENDMSG_A = 0x83A constant SYS___SET_LAA_FOR_JIT (line 1864) | SYS___SET_LAA_FOR_JIT = 0x83F constant SYS_____LCHATTR_A (line 1865) | SYS_____LCHATTR_A = 0x83C constant SYS_WCTOMB (line 1866) | SYS_WCTOMB = 0x084 constant SYS___CBRTL_B (line 1867) | SYS___CBRTL_B = 0x84A constant SYS___COPYSIGNF_B (line 1868) | SYS___COPYSIGNF_B = 0x84B constant SYS___COPYSIGNL_B (line 1869) | SYS___COPYSIGNL_B = 0x84C constant SYS___COTANF_B (line 1870) | SYS___COTANF_B = 0x84D constant SYS___COTANL_B (line 1871) | SYS___COTANL_B = 0x84F constant SYS___COTAN_B (line 1872) | SYS___COTAN_B = 0x84E constant SYS_MBSTOWCS (line 1873) | SYS_MBSTOWCS = 0x085 constant SYS___LOG1PL_B (line 1874) | SYS___LOG1PL_B = 0x85A constant SYS___LOG2F_B (line 1875) | SYS___LOG2F_B = 0x85B constant SYS___LOG2L_B (line 1876) | SYS___LOG2L_B = 0x85D constant SYS___LOG2_B (line 1877) | SYS___LOG2_B = 0x85C constant SYS___REMAINDERF_B (line 1878) | SYS___REMAINDERF_B = 0x85E constant SYS___REMAINDERL_B (line 1879) | SYS___REMAINDERL_B = 0x85F constant SYS_ACOSHF (line 1880) | SYS_ACOSHF = 0x86E constant SYS_ACOSHL (line 1881) | SYS_ACOSHL = 0x86F constant SYS_WCSCPY (line 1882) | SYS_WCSCPY = 0x086 constant SYS___ERFCF_B (line 1883) | SYS___ERFCF_B = 0x86D constant SYS___ERFF_B (line 1884) | SYS___ERFF_B = 0x86C constant SYS___LROUNDF_B (line 1885) | SYS___LROUNDF_B = 0x86A constant SYS___LROUND_B (line 1886) | SYS___LROUND_B = 0x86B constant SYS_COTANL (line 1887) | SYS_COTANL = 0x87A constant SYS_EXP2F (line 1888) | SYS_EXP2F = 0x87B constant SYS_EXP2L (line 1889) | SYS_EXP2L = 0x87C constant SYS_EXPM1F (line 1890) | SYS_EXPM1F = 0x87D constant SYS_EXPM1L (line 1891) | SYS_EXPM1L = 0x87E constant SYS_FDIMF (line 1892) | SYS_FDIMF = 0x87F constant SYS_WCSCAT (line 1893) | SYS_WCSCAT = 0x087 constant SYS___COTANL (line 1894) | SYS___COTANL = 0x87A constant SYS_REMAINDERF (line 1895) | SYS_REMAINDERF = 0x88A constant SYS_REMAINDERL (line 1896) | SYS_REMAINDERL = 0x88B constant SYS_REMAINDF (line 1897) | SYS_REMAINDF = 0x88A constant SYS_REMAINDL (line 1898) | SYS_REMAINDL = 0x88B constant SYS_REMQUO (line 1899) | SYS_REMQUO = 0x88D constant SYS_REMQUOF (line 1900) | SYS_REMQUOF = 0x88C constant SYS_REMQUOL (line 1901) | SYS_REMQUOL = 0x88E constant SYS_TGAMMAF (line 1902) | SYS_TGAMMAF = 0x88F constant SYS_WCSCHR (line 1903) | SYS_WCSCHR = 0x088 constant SYS_ERFCF (line 1904) | SYS_ERFCF = 0x89B constant SYS_ERFCL (line 1905) | SYS_ERFCL = 0x89C constant SYS_ERFL (line 1906) | SYS_ERFL = 0x89A constant SYS_EXP2 (line 1907) | SYS_EXP2 = 0x89E constant SYS_WCSCMP (line 1908) | SYS_WCSCMP = 0x089 constant SYS___EXP2_B (line 1909) | SYS___EXP2_B = 0x89D constant SYS___FAR_JUMP (line 1910) | SYS___FAR_JUMP = 0x89F constant SYS_ABS (line 1911) | SYS_ABS = 0x090 constant SYS___ERFCL_H (line 1912) | SYS___ERFCL_H = 0x90A constant SYS___EXPF_H (line 1913) | SYS___EXPF_H = 0x90C constant SYS___EXPL_H (line 1914) | SYS___EXPL_H = 0x90D constant SYS___EXPM1_H (line 1915) | SYS___EXPM1_H = 0x90E constant SYS___EXP_H (line 1916) | SYS___EXP_H = 0x90B constant SYS___FDIM_H (line 1917) | SYS___FDIM_H = 0x90F constant SYS_DIV (line 1918) | SYS_DIV = 0x091 constant SYS___LOG2F_H (line 1919) | SYS___LOG2F_H = 0x91F constant SYS___LOG2_H (line 1920) | SYS___LOG2_H = 0x91E constant SYS___LOGB_H (line 1921) | SYS___LOGB_H = 0x91D constant SYS___LOGF_H (line 1922) | SYS___LOGF_H = 0x91B constant SYS___LOGL_H (line 1923) | SYS___LOGL_H = 0x91C constant SYS___LOG_H (line 1924) | SYS___LOG_H = 0x91A constant SYS_LABS (line 1925) | SYS_LABS = 0x092 constant SYS___POWL_H (line 1926) | SYS___POWL_H = 0x92A constant SYS___REMAINDER_H (line 1927) | SYS___REMAINDER_H = 0x92B constant SYS___RINT_H (line 1928) | SYS___RINT_H = 0x92C constant SYS___SCALB_H (line 1929) | SYS___SCALB_H = 0x92D constant SYS___SINF_H (line 1930) | SYS___SINF_H = 0x92F constant SYS___SIN_H (line 1931) | SYS___SIN_H = 0x92E constant SYS_STRNCPY (line 1932) | SYS_STRNCPY = 0x093 constant SYS___TANHF_H (line 1933) | SYS___TANHF_H = 0x93B constant SYS___TANHL_H (line 1934) | SYS___TANHL_H = 0x93C constant SYS___TANH_H (line 1935) | SYS___TANH_H = 0x93A constant SYS___TGAMMAF_H (line 1936) | SYS___TGAMMAF_H = 0x93E constant SYS___TGAMMA_H (line 1937) | SYS___TGAMMA_H = 0x93D constant SYS___TRUNC_H (line 1938) | SYS___TRUNC_H = 0x93F constant SYS_MEMCPY (line 1939) | SYS_MEMCPY = 0x094 constant SYS_VFWSCANF (line 1940) | SYS_VFWSCANF = 0x94A constant SYS_VSWSCANF (line 1941) | SYS_VSWSCANF = 0x94E constant SYS_VWSCANF (line 1942) | SYS_VWSCANF = 0x94C constant SYS_INET6_RTH_ADD (line 1943) | SYS_INET6_RTH_ADD = 0x95D constant SYS_INET6_RTH_INIT (line 1944) | SYS_INET6_RTH_INIT = 0x95C constant SYS_INET6_RTH_REVERSE (line 1945) | SYS_INET6_RTH_REVERSE = 0x95E constant SYS_INET6_RTH_SEGMENTS (line 1946) | SYS_INET6_RTH_SEGMENTS = 0x95F constant SYS_INET6_RTH_SPACE (line 1947) | SYS_INET6_RTH_SPACE = 0x95B constant SYS_MEMMOVE (line 1948) | SYS_MEMMOVE = 0x095 constant SYS_WCSTOLD (line 1949) | SYS_WCSTOLD = 0x95A constant SYS_STRCPY (line 1950) | SYS_STRCPY = 0x096 constant SYS_STRCMP (line 1951) | SYS_STRCMP = 0x097 constant SYS_CABS (line 1952) | SYS_CABS = 0x98E constant SYS_STRCAT (line 1953) | SYS_STRCAT = 0x098 constant SYS___CABS_B (line 1954) | SYS___CABS_B = 0x98F constant SYS___POW_II (line 1955) | SYS___POW_II = 0x98A constant SYS___POW_II_B (line 1956) | SYS___POW_II_B = 0x98B constant SYS___POW_II_H (line 1957) | SYS___POW_II_H = 0x98C constant SYS_CACOSF (line 1958) | SYS_CACOSF = 0x99A constant SYS_CACOSL (line 1959) | SYS_CACOSL = 0x99D constant SYS_STRNCAT (line 1960) | SYS_STRNCAT = 0x099 constant SYS___CACOSF_B (line 1961) | SYS___CACOSF_B = 0x99B constant SYS___CACOSF_H (line 1962) | SYS___CACOSF_H = 0x99C constant SYS___CACOSL_B (line 1963) | SYS___CACOSL_B = 0x99E constant SYS___CACOSL_H (line 1964) | SYS___CACOSL_H = 0x99F constant SYS_ISWALPHA (line 1965) | SYS_ISWALPHA = 0x100 constant SYS_ISWBLANK (line 1966) | SYS_ISWBLANK = 0x101 constant SYS___ISWBLK (line 1967) | SYS___ISWBLK = 0x101 constant SYS_ISWCNTRL (line 1968) | SYS_ISWCNTRL = 0x102 constant SYS_ISWDIGIT (line 1969) | SYS_ISWDIGIT = 0x103 constant SYS_ISWGRAPH (line 1970) | SYS_ISWGRAPH = 0x104 constant SYS_ISWLOWER (line 1971) | SYS_ISWLOWER = 0x105 constant SYS_ISWPRINT (line 1972) | SYS_ISWPRINT = 0x106 constant SYS_ISWPUNCT (line 1973) | SYS_ISWPUNCT = 0x107 constant SYS_ISWSPACE (line 1974) | SYS_ISWSPACE = 0x108 constant SYS_ISWUPPER (line 1975) | SYS_ISWUPPER = 0x109 constant SYS_WCTOB (line 1976) | SYS_WCTOB = 0x110 constant SYS_MBRLEN (line 1977) | SYS_MBRLEN = 0x111 constant SYS_MBRTOWC (line 1978) | SYS_MBRTOWC = 0x112 constant SYS_MBSRTOWC (line 1979) | SYS_MBSRTOWC = 0x113 constant SYS_MBSRTOWCS (line 1980) | SYS_MBSRTOWCS = 0x113 constant SYS_WCRTOMB (line 1981) | SYS_WCRTOMB = 0x114 constant SYS_WCSRTOMB (line 1982) | SYS_WCSRTOMB = 0x115 constant SYS_WCSRTOMBS (line 1983) | SYS_WCSRTOMBS = 0x115 constant SYS___CSID (line 1984) | SYS___CSID = 0x116 constant SYS___WCSID (line 1985) | SYS___WCSID = 0x117 constant SYS_STRPTIME (line 1986) | SYS_STRPTIME = 0x118 constant SYS___STRPTM (line 1987) | SYS___STRPTM = 0x118 constant SYS_STRFMON (line 1988) | SYS_STRFMON = 0x119 constant SYS_WCSCOLL (line 1989) | SYS_WCSCOLL = 0x130 constant SYS_WCSXFRM (line 1990) | SYS_WCSXFRM = 0x131 constant SYS_WCSWIDTH (line 1991) | SYS_WCSWIDTH = 0x132 constant SYS_WCWIDTH (line 1992) | SYS_WCWIDTH = 0x133 constant SYS_WCSFTIME (line 1993) | SYS_WCSFTIME = 0x134 constant SYS_SWPRINTF (line 1994) | SYS_SWPRINTF = 0x135 constant SYS_VSWPRINT (line 1995) | SYS_VSWPRINT = 0x136 constant SYS_VSWPRINTF (line 1996) | SYS_VSWPRINTF = 0x136 constant SYS_SWSCANF (line 1997) | SYS_SWSCANF = 0x137 constant SYS_REGCOMP (line 1998) | SYS_REGCOMP = 0x138 constant SYS_REGEXEC (line 1999) | SYS_REGEXEC = 0x139 constant SYS_GETWC (line 2000) | SYS_GETWC = 0x140 constant SYS_GETWCHAR (line 2001) | SYS_GETWCHAR = 0x141 constant SYS_PUTWC (line 2002) | SYS_PUTWC = 0x142 constant SYS_PUTWCHAR (line 2003) | SYS_PUTWCHAR = 0x143 constant SYS_UNGETWC (line 2004) | SYS_UNGETWC = 0x144 constant SYS_ICONV_OPEN (line 2005) | SYS_ICONV_OPEN = 0x145 constant SYS_ICONV (line 2006) | SYS_ICONV = 0x146 constant SYS_ICONV_CLOSE (line 2007) | SYS_ICONV_CLOSE = 0x147 constant SYS_COLLRANGE (line 2008) | SYS_COLLRANGE = 0x150 constant SYS_CCLASS (line 2009) | SYS_CCLASS = 0x151 constant SYS_COLLORDER (line 2010) | SYS_COLLORDER = 0x152 constant SYS___DEMANGLE (line 2011) | SYS___DEMANGLE = 0x154 constant SYS_FDOPEN (line 2012) | SYS_FDOPEN = 0x155 constant SYS___ERRNO (line 2013) | SYS___ERRNO = 0x156 constant SYS___ERRNO2 (line 2014) | SYS___ERRNO2 = 0x157 constant SYS___TERROR (line 2015) | SYS___TERROR = 0x158 constant SYS_MAXCOLL (line 2016) | SYS_MAXCOLL = 0x169 constant SYS_DLLLOAD (line 2017) | SYS_DLLLOAD = 0x170 constant SYS__EXIT (line 2018) | SYS__EXIT = 0x174 constant SYS_ACCESS (line 2019) | SYS_ACCESS = 0x175 constant SYS_ALARM (line 2020) | SYS_ALARM = 0x176 constant SYS_CFGETISPEED (line 2021) | SYS_CFGETISPEED = 0x177 constant SYS_CFGETOSPEED (line 2022) | SYS_CFGETOSPEED = 0x178 constant SYS_CFSETISPEED (line 2023) | SYS_CFSETISPEED = 0x179 constant SYS_CREAT (line 2024) | SYS_CREAT = 0x180 constant SYS_CTERMID (line 2025) | SYS_CTERMID = 0x181 constant SYS_DUP (line 2026) | SYS_DUP = 0x182 constant SYS_DUP2 (line 2027) | SYS_DUP2 = 0x183 constant SYS_EXECL (line 2028) | SYS_EXECL = 0x184 constant SYS_EXECLE (line 2029) | SYS_EXECLE = 0x185 constant SYS_EXECLP (line 2030) | SYS_EXECLP = 0x186 constant SYS_EXECV (line 2031) | SYS_EXECV = 0x187 constant SYS_EXECVE (line 2032) | SYS_EXECVE = 0x188 constant SYS_EXECVP (line 2033) | SYS_EXECVP = 0x189 constant SYS_FSTAT (line 2034) | SYS_FSTAT = 0x190 constant SYS_FSYNC (line 2035) | SYS_FSYNC = 0x191 constant SYS_FTRUNCATE (line 2036) | SYS_FTRUNCATE = 0x192 constant SYS_GETCWD (line 2037) | SYS_GETCWD = 0x193 constant SYS_GETEGID (line 2038) | SYS_GETEGID = 0x194 constant SYS_GETEUID (line 2039) | SYS_GETEUID = 0x195 constant SYS_GETGID (line 2040) | SYS_GETGID = 0x196 constant SYS_GETGRGID (line 2041) | SYS_GETGRGID = 0x197 constant SYS_GETGRNAM (line 2042) | SYS_GETGRNAM = 0x198 constant SYS_GETGROUPS (line 2043) | SYS_GETGROUPS = 0x199 constant SYS_PTHREAD_MUTEXATTR_DESTROY (line 2044) | SYS_PTHREAD_MUTEXATTR_DESTROY = 0x200 constant SYS_PTHREAD_MUTEXATTR_SETKIND_NP (line 2045) | SYS_PTHREAD_MUTEXATTR_SETKIND_NP = 0x201 constant SYS_PTHREAD_MUTEXATTR_GETKIND_NP (line 2046) | SYS_PTHREAD_MUTEXATTR_GETKIND_NP = 0x202 constant SYS_PTHREAD_MUTEX_INIT (line 2047) | SYS_PTHREAD_MUTEX_INIT = 0x203 constant SYS_PTHREAD_MUTEX_DESTROY (line 2048) | SYS_PTHREAD_MUTEX_DESTROY = 0x204 constant SYS_PTHREAD_MUTEX_LOCK (line 2049) | SYS_PTHREAD_MUTEX_LOCK = 0x205 constant SYS_PTHREAD_MUTEX_TRYLOCK (line 2050) | SYS_PTHREAD_MUTEX_TRYLOCK = 0x206 constant SYS_PTHREAD_MUTEX_UNLOCK (line 2051) | SYS_PTHREAD_MUTEX_UNLOCK = 0x207 constant SYS_PTHREAD_ONCE (line 2052) | SYS_PTHREAD_ONCE = 0x209 constant SYS_TW_OPEN (line 2053) | SYS_TW_OPEN = 0x210 constant SYS_TW_FCNTL (line 2054) | SYS_TW_FCNTL = 0x211 constant SYS_PTHREAD_JOIN_D4_NP (line 2055) | SYS_PTHREAD_JOIN_D4_NP = 0x212 constant SYS_PTHREAD_CONDATTR_SETKIND_NP (line 2056) | SYS_PTHREAD_CONDATTR_SETKIND_NP = 0x213 constant SYS_PTHREAD_CONDATTR_GETKIND_NP (line 2057) | SYS_PTHREAD_CONDATTR_GETKIND_NP = 0x214 constant SYS_EXTLINK_NP (line 2058) | SYS_EXTLINK_NP = 0x215 constant SYS___PASSWD (line 2059) | SYS___PASSWD = 0x216 constant SYS_SETGROUPS (line 2060) | SYS_SETGROUPS = 0x217 constant SYS_INITGROUPS (line 2061) | SYS_INITGROUPS = 0x218 constant SYS_WCSRCHR (line 2062) | SYS_WCSRCHR = 0x240 constant SYS_SVC99 (line 2063) | SYS_SVC99 = 0x241 constant SYS___SVC99 (line 2064) | SYS___SVC99 = 0x241 constant SYS_WCSWCS (line 2065) | SYS_WCSWCS = 0x242 constant SYS_LOCALECO (line 2066) | SYS_LOCALECO = 0x243 constant SYS_LOCALECONV (line 2067) | SYS_LOCALECONV = 0x243 constant SYS___LIBREL (line 2068) | SYS___LIBREL = 0x244 constant SYS_RELEASE (line 2069) | SYS_RELEASE = 0x245 constant SYS___RLSE (line 2070) | SYS___RLSE = 0x245 constant SYS_FLOCATE (line 2071) | SYS_FLOCATE = 0x246 constant SYS___FLOCT (line 2072) | SYS___FLOCT = 0x246 constant SYS_FDELREC (line 2073) | SYS_FDELREC = 0x247 constant SYS___FDLREC (line 2074) | SYS___FDLREC = 0x247 constant SYS_FETCH (line 2075) | SYS_FETCH = 0x248 constant SYS___FETCH (line 2076) | SYS___FETCH = 0x248 constant SYS_QSORT (line 2077) | SYS_QSORT = 0x249 constant SYS___CLEANUPCATCH (line 2078) | SYS___CLEANUPCATCH = 0x260 constant SYS___CATCHMATCH (line 2079) | SYS___CATCHMATCH = 0x261 constant SYS___CLEAN2UPCATCH (line 2080) | SYS___CLEAN2UPCATCH = 0x262 constant SYS_GETPRIORITY (line 2081) | SYS_GETPRIORITY = 0x270 constant SYS_NICE (line 2082) | SYS_NICE = 0x271 constant SYS_SETPRIORITY (line 2083) | SYS_SETPRIORITY = 0x272 constant SYS_GETITIMER (line 2084) | SYS_GETITIMER = 0x273 constant SYS_SETITIMER (line 2085) | SYS_SETITIMER = 0x274 constant SYS_MSGCTL (line 2086) | SYS_MSGCTL = 0x275 constant SYS_MSGGET (line 2087) | SYS_MSGGET = 0x276 constant SYS_MSGRCV (line 2088) | SYS_MSGRCV = 0x277 constant SYS_MSGSND (line 2089) | SYS_MSGSND = 0x278 constant SYS_MSGXRCV (line 2090) | SYS_MSGXRCV = 0x279 constant SYS___MSGXR (line 2091) | SYS___MSGXR = 0x279 constant SYS_SHMGET (line 2092) | SYS_SHMGET = 0x280 constant SYS___GETIPC (line 2093) | SYS___GETIPC = 0x281 constant SYS_SETGRENT (line 2094) | SYS_SETGRENT = 0x282 constant SYS_GETGRENT (line 2095) | SYS_GETGRENT = 0x283 constant SYS_ENDGRENT (line 2096) | SYS_ENDGRENT = 0x284 constant SYS_SETPWENT (line 2097) | SYS_SETPWENT = 0x285 constant SYS_GETPWENT (line 2098) | SYS_GETPWENT = 0x286 constant SYS_ENDPWENT (line 2099) | SYS_ENDPWENT = 0x287 constant SYS_BSD_SIGNAL (line 2100) | SYS_BSD_SIGNAL = 0x288 constant SYS_KILLPG (line 2101) | SYS_KILLPG = 0x289 constant SYS_SIGSET (line 2102) | SYS_SIGSET = 0x290 constant SYS_SIGSTACK (line 2103) | SYS_SIGSTACK = 0x291 constant SYS_GETRLIMIT (line 2104) | SYS_GETRLIMIT = 0x292 constant SYS_SETRLIMIT (line 2105) | SYS_SETRLIMIT = 0x293 constant SYS_GETRUSAGE (line 2106) | SYS_GETRUSAGE = 0x294 constant SYS_MMAP (line 2107) | SYS_MMAP = 0x295 constant SYS_MPROTECT (line 2108) | SYS_MPROTECT = 0x296 constant SYS_MSYNC (line 2109) | SYS_MSYNC = 0x297 constant SYS_MUNMAP (line 2110) | SYS_MUNMAP = 0x298 constant SYS_CONFSTR (line 2111) | SYS_CONFSTR = 0x299 constant SYS___NDMTRM (line 2112) | SYS___NDMTRM = 0x300 constant SYS_FTOK (line 2113) | SYS_FTOK = 0x301 constant SYS_BASENAME (line 2114) | SYS_BASENAME = 0x302 constant SYS_DIRNAME (line 2115) | SYS_DIRNAME = 0x303 constant SYS_GETDTABLESIZE (line 2116) | SYS_GETDTABLESIZE = 0x304 constant SYS_MKSTEMP (line 2117) | SYS_MKSTEMP = 0x305 constant SYS_MKTEMP (line 2118) | SYS_MKTEMP = 0x306 constant SYS_NFTW (line 2119) | SYS_NFTW = 0x307 constant SYS_GETWD (line 2120) | SYS_GETWD = 0x308 constant SYS_LOCKF (line 2121) | SYS_LOCKF = 0x309 constant SYS_WORDEXP (line 2122) | SYS_WORDEXP = 0x310 constant SYS_WORDFREE (line 2123) | SYS_WORDFREE = 0x311 constant SYS_GETPGID (line 2124) | SYS_GETPGID = 0x312 constant SYS_GETSID (line 2125) | SYS_GETSID = 0x313 constant SYS___UTMPXNAME (line 2126) | SYS___UTMPXNAME = 0x314 constant SYS_CUSERID (line 2127) | SYS_CUSERID = 0x315 constant SYS_GETPASS (line 2128) | SYS_GETPASS = 0x316 constant SYS_FNMATCH (line 2129) | SYS_FNMATCH = 0x317 constant SYS_FTW (line 2130) | SYS_FTW = 0x318 constant SYS_GETW (line 2131) | SYS_GETW = 0x319 constant SYS_ACOSH (line 2132) | SYS_ACOSH = 0x320 constant SYS_ASINH (line 2133) | SYS_ASINH = 0x321 constant SYS_ATANH (line 2134) | SYS_ATANH = 0x322 constant SYS_CBRT (line 2135) | SYS_CBRT = 0x323 constant SYS_EXPM1 (line 2136) | SYS_EXPM1 = 0x324 constant SYS_ILOGB (line 2137) | SYS_ILOGB = 0x325 constant SYS_LOGB (line 2138) | SYS_LOGB = 0x326 constant SYS_LOG1P (line 2139) | SYS_LOG1P = 0x327 constant SYS_NEXTAFTER (line 2140) | SYS_NEXTAFTER = 0x328 constant SYS_RINT (line 2141) | SYS_RINT = 0x329 constant SYS_SPAWN (line 2142) | SYS_SPAWN = 0x330 constant SYS_SPAWNP (line 2143) | SYS_SPAWNP = 0x331 constant SYS_GETLOGIN_UU (line 2144) | SYS_GETLOGIN_UU = 0x332 constant SYS_ECVT (line 2145) | SYS_ECVT = 0x333 constant SYS_FCVT (line 2146) | SYS_FCVT = 0x334 constant SYS_GCVT (line 2147) | SYS_GCVT = 0x335 constant SYS_ACCEPT (line 2148) | SYS_ACCEPT = 0x336 constant SYS_BIND (line 2149) | SYS_BIND = 0x337 constant SYS_CONNECT (line 2150) | SYS_CONNECT = 0x338 constant SYS_ENDHOSTENT (line 2151) | SYS_ENDHOSTENT = 0x339 constant SYS_GETHOSTENT (line 2152) | SYS_GETHOSTENT = 0x340 constant SYS_GETHOSTID (line 2153) | SYS_GETHOSTID = 0x341 constant SYS_GETHOSTNAME (line 2154) | SYS_GETHOSTNAME = 0x342 constant SYS_GETNETBYADDR (line 2155) | SYS_GETNETBYADDR = 0x343 constant SYS_GETNETBYNAME (line 2156) | SYS_GETNETBYNAME = 0x344 constant SYS_GETNETENT (line 2157) | SYS_GETNETENT = 0x345 constant SYS_GETPEERNAME (line 2158) | SYS_GETPEERNAME = 0x346 constant SYS_GETPROTOBYNAME (line 2159) | SYS_GETPROTOBYNAME = 0x347 constant SYS_GETPROTOBYNUMBER (line 2160) | SYS_GETPROTOBYNUMBER = 0x348 constant SYS_GETPROTOENT (line 2161) | SYS_GETPROTOENT = 0x349 constant SYS_INET_LNAOF (line 2162) | SYS_INET_LNAOF = 0x350 constant SYS_INET_MAKEADDR (line 2163) | SYS_INET_MAKEADDR = 0x351 constant SYS_INET_NETOF (line 2164) | SYS_INET_NETOF = 0x352 constant SYS_INET_NETWORK (line 2165) | SYS_INET_NETWORK = 0x353 constant SYS_INET_NTOA (line 2166) | SYS_INET_NTOA = 0x354 constant SYS_IOCTL (line 2167) | SYS_IOCTL = 0x355 constant SYS_LISTEN (line 2168) | SYS_LISTEN = 0x356 constant SYS_READV (line 2169) | SYS_READV = 0x357 constant SYS_RECV (line 2170) | SYS_RECV = 0x358 constant SYS_RECVFROM (line 2171) | SYS_RECVFROM = 0x359 constant SYS_SETHOSTENT (line 2172) | SYS_SETHOSTENT = 0x360 constant SYS_SETNETENT (line 2173) | SYS_SETNETENT = 0x361 constant SYS_SETPEER (line 2174) | SYS_SETPEER = 0x362 constant SYS_SETPROTOENT (line 2175) | SYS_SETPROTOENT = 0x363 constant SYS_SETSERVENT (line 2176) | SYS_SETSERVENT = 0x364 constant SYS_SETSOCKOPT (line 2177) | SYS_SETSOCKOPT = 0x365 constant SYS_SHUTDOWN (line 2178) | SYS_SHUTDOWN = 0x366 constant SYS_SOCKET (line 2179) | SYS_SOCKET = 0x367 constant SYS_SOCKETPAIR (line 2180) | SYS_SOCKETPAIR = 0x368 constant SYS_WRITEV (line 2181) | SYS_WRITEV = 0x369 constant SYS_ENDNETENT (line 2182) | SYS_ENDNETENT = 0x370 constant SYS_CLOSELOG (line 2183) | SYS_CLOSELOG = 0x371 constant SYS_OPENLOG (line 2184) | SYS_OPENLOG = 0x372 constant SYS_SETLOGMASK (line 2185) | SYS_SETLOGMASK = 0x373 constant SYS_SYSLOG (line 2186) | SYS_SYSLOG = 0x374 constant SYS_PTSNAME (line 2187) | SYS_PTSNAME = 0x375 constant SYS_SETREUID (line 2188) | SYS_SETREUID = 0x376 constant SYS_SETREGID (line 2189) | SYS_SETREGID = 0x377 constant SYS_REALPATH (line 2190) | SYS_REALPATH = 0x378 constant SYS___SIGNGAM (line 2191) | SYS___SIGNGAM = 0x379 constant SYS_POLL (line 2192) | SYS_POLL = 0x380 constant SYS_REXEC (line 2193) | SYS_REXEC = 0x381 constant SYS___ISASCII2 (line 2194) | SYS___ISASCII2 = 0x382 constant SYS___TOASCII2 (line 2195) | SYS___TOASCII2 = 0x383 constant SYS_CHPRIORITY (line 2196) | SYS_CHPRIORITY = 0x384 constant SYS_PTHREAD_ATTR_SETSYNCTYPE_NP (line 2197) | SYS_PTHREAD_ATTR_SETSYNCTYPE_NP = 0x385 constant SYS_PTHREAD_ATTR_GETSYNCTYPE_NP (line 2198) | SYS_PTHREAD_ATTR_GETSYNCTYPE_NP = 0x386 constant SYS_PTHREAD_SET_LIMIT_NP (line 2199) | SYS_PTHREAD_SET_LIMIT_NP = 0x387 constant SYS___STNETENT (line 2200) | SYS___STNETENT = 0x388 constant SYS___STPROTOENT (line 2201) | SYS___STPROTOENT = 0x389 constant SYS___SELECT1 (line 2202) | SYS___SELECT1 = 0x390 constant SYS_PTHREAD_SECURITY_NP (line 2203) | SYS_PTHREAD_SECURITY_NP = 0x391 constant SYS___CHECK_RESOURCE_AUTH_NP (line 2204) | SYS___CHECK_RESOURCE_AUTH_NP = 0x392 constant SYS___CONVERT_ID_NP (line 2205) | SYS___CONVERT_ID_NP = 0x393 constant SYS___OPENVMREL (line 2206) | SYS___OPENVMREL = 0x394 constant SYS_WMEMCHR (line 2207) | SYS_WMEMCHR = 0x395 constant SYS_WMEMCMP (line 2208) | SYS_WMEMCMP = 0x396 constant SYS_WMEMCPY (line 2209) | SYS_WMEMCPY = 0x397 constant SYS_WMEMMOVE (line 2210) | SYS_WMEMMOVE = 0x398 constant SYS_WMEMSET (line 2211) | SYS_WMEMSET = 0x399 constant SYS___FPUTWC (line 2212) | SYS___FPUTWC = 0x400 constant SYS___PUTWC (line 2213) | SYS___PUTWC = 0x401 constant SYS___PWCHAR (line 2214) | SYS___PWCHAR = 0x402 constant SYS___WCSFTM (line 2215) | SYS___WCSFTM = 0x403 constant SYS___WCSTOK (line 2216) | SYS___WCSTOK = 0x404 constant SYS___WCWDTH (line 2217) | SYS___WCWDTH = 0x405 constant SYS_T_ACCEPT (line 2218) | SYS_T_ACCEPT = 0x409 constant SYS_T_GETINFO (line 2219) | SYS_T_GETINFO = 0x410 constant SYS_T_GETPROTADDR (line 2220) | SYS_T_GETPROTADDR = 0x411 constant SYS_T_GETSTATE (line 2221) | SYS_T_GETSTATE = 0x412 constant SYS_T_LISTEN (line 2222) | SYS_T_LISTEN = 0x413 constant SYS_T_LOOK (line 2223) | SYS_T_LOOK = 0x414 constant SYS_T_OPEN (line 2224) | SYS_T_OPEN = 0x415 constant SYS_T_OPTMGMT (line 2225) | SYS_T_OPTMGMT = 0x416 constant SYS_T_RCV (line 2226) | SYS_T_RCV = 0x417 constant SYS_T_RCVCONNECT (line 2227) | SYS_T_RCVCONNECT = 0x418 constant SYS_T_RCVDIS (line 2228) | SYS_T_RCVDIS = 0x419 constant SYS_T_SNDUDATA (line 2229) | SYS_T_SNDUDATA = 0x420 constant SYS_T_STRERROR (line 2230) | SYS_T_STRERROR = 0x421 constant SYS_T_SYNC (line 2231) | SYS_T_SYNC = 0x422 constant SYS_T_UNBIND (line 2232) | SYS_T_UNBIND = 0x423 constant SYS___T_ERRNO (line 2233) | SYS___T_ERRNO = 0x424 constant SYS___RECVMSG2 (line 2234) | SYS___RECVMSG2 = 0x425 constant SYS___SENDMSG2 (line 2235) | SYS___SENDMSG2 = 0x426 constant SYS_FATTACH (line 2236) | SYS_FATTACH = 0x427 constant SYS_FDETACH (line 2237) | SYS_FDETACH = 0x428 constant SYS_GETMSG (line 2238) | SYS_GETMSG = 0x429 constant SYS_GETCONTEXT (line 2239) | SYS_GETCONTEXT = 0x430 constant SYS_SETCONTEXT (line 2240) | SYS_SETCONTEXT = 0x431 constant SYS_MAKECONTEXT (line 2241) | SYS_MAKECONTEXT = 0x432 constant SYS_SWAPCONTEXT (line 2242) | SYS_SWAPCONTEXT = 0x433 constant SYS_PTHREAD_GETSPECIFIC_D8_NP (line 2243) | SYS_PTHREAD_GETSPECIFIC_D8_NP = 0x434 constant SYS_GETCLIENTID (line 2244) | SYS_GETCLIENTID = 0x470 constant SYS___GETCLIENTID (line 2245) | SYS___GETCLIENTID = 0x471 constant SYS_GETSTABLESIZE (line 2246) | SYS_GETSTABLESIZE = 0x472 constant SYS_GETIBMOPT (line 2247) | SYS_GETIBMOPT = 0x473 constant SYS_GETIBMSOCKOPT (line 2248) | SYS_GETIBMSOCKOPT = 0x474 constant SYS_GIVESOCKET (line 2249) | SYS_GIVESOCKET = 0x475 constant SYS_IBMSFLUSH (line 2250) | SYS_IBMSFLUSH = 0x476 constant SYS_MAXDESC (line 2251) | SYS_MAXDESC = 0x477 constant SYS_SETIBMOPT (line 2252) | SYS_SETIBMOPT = 0x478 constant SYS_SETIBMSOCKOPT (line 2253) | SYS_SETIBMSOCKOPT = 0x479 constant SYS___SERVER_PWU (line 2254) | SYS___SERVER_PWU = 0x480 constant SYS_PTHREAD_TAG_NP (line 2255) | SYS_PTHREAD_TAG_NP = 0x481 constant SYS___CONSOLE (line 2256) | SYS___CONSOLE = 0x482 constant SYS___WSINIT (line 2257) | SYS___WSINIT = 0x483 constant SYS___IPTCPN (line 2258) | SYS___IPTCPN = 0x489 constant SYS___SERVER_CLASSIFY (line 2259) | SYS___SERVER_CLASSIFY = 0x490 constant SYS___HEAPRPT (line 2260) | SYS___HEAPRPT = 0x496 constant SYS___ISBFP (line 2261) | SYS___ISBFP = 0x500 constant SYS___FP_CAST (line 2262) | SYS___FP_CAST = 0x501 constant SYS___CERTIFICATE (line 2263) | SYS___CERTIFICATE = 0x502 constant SYS_SEND_FILE (line 2264) | SYS_SEND_FILE = 0x503 constant SYS_AIO_CANCEL (line 2265) | SYS_AIO_CANCEL = 0x504 constant SYS_AIO_ERROR (line 2266) | SYS_AIO_ERROR = 0x505 constant SYS_AIO_READ (line 2267) | SYS_AIO_READ = 0x506 constant SYS_AIO_RETURN (line 2268) | SYS_AIO_RETURN = 0x507 constant SYS_AIO_SUSPEND (line 2269) | SYS_AIO_SUSPEND = 0x508 constant SYS_AIO_WRITE (line 2270) | SYS_AIO_WRITE = 0x509 constant SYS_PTHREAD_RWLOCK_TRYWRLOCK (line 2271) | SYS_PTHREAD_RWLOCK_TRYWRLOCK = 0x510 constant SYS_PTHREAD_RWLOCK_UNLOCK (line 2272) | SYS_PTHREAD_RWLOCK_UNLOCK = 0x511 constant SYS_PTHREAD_RWLOCK_WRLOCK (line 2273) | SYS_PTHREAD_RWLOCK_WRLOCK = 0x512 constant SYS_PTHREAD_RWLOCKATTR_GETPSHARED (line 2274) | SYS_PTHREAD_RWLOCKATTR_GETPSHARED = 0x513 constant SYS_PTHREAD_RWLOCKATTR_SETPSHARED (line 2275) | SYS_PTHREAD_RWLOCKATTR_SETPSHARED = 0x514 constant SYS_PTHREAD_RWLOCKATTR_INIT (line 2276) | SYS_PTHREAD_RWLOCKATTR_INIT = 0x515 constant SYS_PTHREAD_RWLOCKATTR_DESTROY (line 2277) | SYS_PTHREAD_RWLOCKATTR_DESTROY = 0x516 constant SYS___CTTBL (line 2278) | SYS___CTTBL = 0x517 constant SYS_PTHREAD_MUTEXATTR_SETTYPE (line 2279) | SYS_PTHREAD_MUTEXATTR_SETTYPE = 0x518 constant SYS_PTHREAD_MUTEXATTR_GETTYPE (line 2280) | SYS_PTHREAD_MUTEXATTR_GETTYPE = 0x519 constant SYS___FP_UNORDERED (line 2281) | SYS___FP_UNORDERED = 0x520 constant SYS___FP_READ_RND (line 2282) | SYS___FP_READ_RND = 0x521 constant SYS___FP_READ_RND_B (line 2283) | SYS___FP_READ_RND_B = 0x522 constant SYS___FP_SWAP_RND (line 2284) | SYS___FP_SWAP_RND = 0x523 constant SYS___FP_SWAP_RND_B (line 2285) | SYS___FP_SWAP_RND_B = 0x524 constant SYS___FP_LEVEL (line 2286) | SYS___FP_LEVEL = 0x525 constant SYS___FP_BTOH (line 2287) | SYS___FP_BTOH = 0x526 constant SYS___FP_HTOB (line 2288) | SYS___FP_HTOB = 0x527 constant SYS___FPC_RD (line 2289) | SYS___FPC_RD = 0x528 constant SYS___FPC_WR (line 2290) | SYS___FPC_WR = 0x529 constant SYS_PTHREAD_SETCANCELTYPE (line 2291) | SYS_PTHREAD_SETCANCELTYPE = 0x600 constant SYS_PTHREAD_TESTCANCEL (line 2292) | SYS_PTHREAD_TESTCANCEL = 0x601 constant SYS___ATANF_B (line 2293) | SYS___ATANF_B = 0x602 constant SYS___ATANL_B (line 2294) | SYS___ATANL_B = 0x603 constant SYS___CEILF_B (line 2295) | SYS___CEILF_B = 0x604 constant SYS___CEILL_B (line 2296) | SYS___CEILL_B = 0x605 constant SYS___COSF_B (line 2297) | SYS___COSF_B = 0x606 constant SYS___COSL_B (line 2298) | SYS___COSL_B = 0x607 constant SYS___FABSF_B (line 2299) | SYS___FABSF_B = 0x608 constant SYS___FABSL_B (line 2300) | SYS___FABSL_B = 0x609 constant SYS___SINF_B (line 2301) | SYS___SINF_B = 0x610 constant SYS___SINL_B (line 2302) | SYS___SINL_B = 0x611 constant SYS___TANF_B (line 2303) | SYS___TANF_B = 0x612 constant SYS___TANL_B (line 2304) | SYS___TANL_B = 0x613 constant SYS___TANHF_B (line 2305) | SYS___TANHF_B = 0x614 constant SYS___TANHL_B (line 2306) | SYS___TANHL_B = 0x615 constant SYS___ACOSF_B (line 2307) | SYS___ACOSF_B = 0x616 constant SYS___ACOSL_B (line 2308) | SYS___ACOSL_B = 0x617 constant SYS___ASINF_B (line 2309) | SYS___ASINF_B = 0x618 constant SYS___ASINL_B (line 2310) | SYS___ASINL_B = 0x619 constant SYS___LOGF_B (line 2311) | SYS___LOGF_B = 0x620 constant SYS___LOGL_B (line 2312) | SYS___LOGL_B = 0x621 constant SYS___LOG10F_B (line 2313) | SYS___LOG10F_B = 0x622 constant SYS___LOG10L_B (line 2314) | SYS___LOG10L_B = 0x623 constant SYS___POWF_B (line 2315) | SYS___POWF_B = 0x624 constant SYS___POWL_B (line 2316) | SYS___POWL_B = 0x625 constant SYS___SINHF_B (line 2317) | SYS___SINHF_B = 0x626 constant SYS___SINHL_B (line 2318) | SYS___SINHL_B = 0x627 constant SYS___SQRTF_B (line 2319) | SYS___SQRTF_B = 0x628 constant SYS___SQRTL_B (line 2320) | SYS___SQRTL_B = 0x629 constant SYS___MODFL_B (line 2321) | SYS___MODFL_B = 0x630 constant SYS_ABSF (line 2322) | SYS_ABSF = 0x631 constant SYS_ABSL (line 2323) | SYS_ABSL = 0x632 constant SYS_ACOSF (line 2324) | SYS_ACOSF = 0x633 constant SYS_ACOSL (line 2325) | SYS_ACOSL = 0x634 constant SYS_ASINF (line 2326) | SYS_ASINF = 0x635 constant SYS_ASINL (line 2327) | SYS_ASINL = 0x636 constant SYS_ATAN2F (line 2328) | SYS_ATAN2F = 0x637 constant SYS_ATAN2L (line 2329) | SYS_ATAN2L = 0x638 constant SYS_ATANF (line 2330) | SYS_ATANF = 0x639 constant SYS_COSHL (line 2331) | SYS_COSHL = 0x640 constant SYS_EXPF (line 2332) | SYS_EXPF = 0x641 constant SYS_EXPL (line 2333) | SYS_EXPL = 0x642 constant SYS_TANHF (line 2334) | SYS_TANHF = 0x643 constant SYS_TANHL (line 2335) | SYS_TANHL = 0x644 constant SYS_LOG10F (line 2336) | SYS_LOG10F = 0x645 constant SYS_LOG10L (line 2337) | SYS_LOG10L = 0x646 constant SYS_LOGF (line 2338) | SYS_LOGF = 0x647 constant SYS_LOGL (line 2339) | SYS_LOGL = 0x648 constant SYS_POWF (line 2340) | SYS_POWF = 0x649 constant SYS_SINHL (line 2341) | SYS_SINHL = 0x650 constant SYS_TANF (line 2342) | SYS_TANF = 0x651 constant SYS_TANL (line 2343) | SYS_TANL = 0x652 constant SYS_FABSF (line 2344) | SYS_FABSF = 0x653 constant SYS_FABSL (line 2345) | SYS_FABSL = 0x654 constant SYS_FLOORF (line 2346) | SYS_FLOORF = 0x655 constant SYS_FLOORL (line 2347) | SYS_FLOORL = 0x656 constant SYS_FMODF (line 2348) | SYS_FMODF = 0x657 constant SYS_FMODL (line 2349) | SYS_FMODL = 0x658 constant SYS_FREXPF (line 2350) | SYS_FREXPF = 0x659 constant SYS___CHATTR (line 2351) | SYS___CHATTR = 0x660 constant SYS___FCHATTR (line 2352) | SYS___FCHATTR = 0x661 constant SYS___TOCCSID (line 2353) | SYS___TOCCSID = 0x662 constant SYS___CSNAMETYPE (line 2354) | SYS___CSNAMETYPE = 0x663 constant SYS___TOCSNAME (line 2355) | SYS___TOCSNAME = 0x664 constant SYS___CCSIDTYPE (line 2356) | SYS___CCSIDTYPE = 0x665 constant SYS___AE_CORRESTBL_QUERY (line 2357) | SYS___AE_CORRESTBL_QUERY = 0x666 constant SYS___AE_AUTOCONVERT_STATE (line 2358) | SYS___AE_AUTOCONVERT_STATE = 0x667 constant SYS_DN_FIND (line 2359) | SYS_DN_FIND = 0x668 constant SYS___GETHOSTBYADDR_A (line 2360) | SYS___GETHOSTBYADDR_A = 0x669 constant SYS___MBLEN_SB_A (line 2361) | SYS___MBLEN_SB_A = 0x670 constant SYS___MBLEN_STD_A (line 2362) | SYS___MBLEN_STD_A = 0x671 constant SYS___MBLEN_UTF (line 2363) | SYS___MBLEN_UTF = 0x672 constant SYS___MBSTOWCS_A (line 2364) | SYS___MBSTOWCS_A = 0x673 constant SYS___MBSTOWCS_STD_A (line 2365) | SYS___MBSTOWCS_STD_A = 0x674 constant SYS___MBTOWC_A (line 2366) | SYS___MBTOWC_A = 0x675 constant SYS___MBTOWC_ISO1 (line 2367) | SYS___MBTOWC_ISO1 = 0x676 constant SYS___MBTOWC_SBCS (line 2368) | SYS___MBTOWC_SBCS = 0x677 constant SYS___MBTOWC_MBCS (line 2369) | SYS___MBTOWC_MBCS = 0x678 constant SYS___MBTOWC_UTF (line 2370) | SYS___MBTOWC_UTF = 0x679 constant SYS___CSID_A (line 2371) | SYS___CSID_A = 0x680 constant SYS___CSID_STD_A (line 2372) | SYS___CSID_STD_A = 0x681 constant SYS___WCSID_A (line 2373) | SYS___WCSID_A = 0x682 constant SYS___WCSID_STD_A (line 2374) | SYS___WCSID_STD_A = 0x683 constant SYS___WCTOMB_A (line 2375) | SYS___WCTOMB_A = 0x684 constant SYS___WCTOMB_ISO1 (line 2376) | SYS___WCTOMB_ISO1 = 0x685 constant SYS___WCTOMB_STD_A (line 2377) | SYS___WCTOMB_STD_A = 0x686 constant SYS___WCTOMB_UTF (line 2378) | SYS___WCTOMB_UTF = 0x687 constant SYS___WCWIDTH_A (line 2379) | SYS___WCWIDTH_A = 0x688 constant SYS___GETGRNAM_R_A (line 2380) | SYS___GETGRNAM_R_A = 0x689 constant SYS___READDIR_R_A (line 2381) | SYS___READDIR_R_A = 0x690 constant SYS___E2A_S (line 2382) | SYS___E2A_S = 0x691 constant SYS___FNMATCH_A (line 2383) | SYS___FNMATCH_A = 0x692 constant SYS___FNMATCH_C_A (line 2384) | SYS___FNMATCH_C_A = 0x693 constant SYS___EXECL_A (line 2385) | SYS___EXECL_A = 0x694 constant SYS___FNMATCH_STD_A (line 2386) | SYS___FNMATCH_STD_A = 0x695 constant SYS___REGCOMP_A (line 2387) | SYS___REGCOMP_A = 0x696 constant SYS___REGCOMP_STD_A (line 2388) | SYS___REGCOMP_STD_A = 0x697 constant SYS___REGERROR_A (line 2389) | SYS___REGERROR_A = 0x698 constant SYS___REGERROR_STD_A (line 2390) | SYS___REGERROR_STD_A = 0x699 constant SYS___SWPRINTF_A (line 2391) | SYS___SWPRINTF_A = 0x700 constant SYS___FSCANF_A (line 2392) | SYS___FSCANF_A = 0x701 constant SYS___SCANF_A (line 2393) | SYS___SCANF_A = 0x702 constant SYS___SSCANF_A (line 2394) | SYS___SSCANF_A = 0x703 constant SYS___SWSCANF_A (line 2395) | SYS___SWSCANF_A = 0x704 constant SYS___ATOF_A (line 2396) | SYS___ATOF_A = 0x705 constant SYS___ATOI_A (line 2397) | SYS___ATOI_A = 0x706 constant SYS___ATOL_A (line 2398) | SYS___ATOL_A = 0x707 constant SYS___STRTOD_A (line 2399) | SYS___STRTOD_A = 0x708 constant SYS___STRTOL_A (line 2400) | SYS___STRTOL_A = 0x709 constant SYS___L64A_A (line 2401) | SYS___L64A_A = 0x710 constant SYS___STRERROR_A (line 2402) | SYS___STRERROR_A = 0x711 constant SYS___PERROR_A (line 2403) | SYS___PERROR_A = 0x712 constant SYS___FETCH_A (line 2404) | SYS___FETCH_A = 0x713 constant SYS___GETENV_A (line 2405) | SYS___GETENV_A = 0x714 constant SYS___MKSTEMP_A (line 2406) | SYS___MKSTEMP_A = 0x717 constant SYS___PTSNAME_A (line 2407) | SYS___PTSNAME_A = 0x718 constant SYS___PUTENV_A (line 2408) | SYS___PUTENV_A = 0x719 constant SYS___CHDIR_A (line 2409) | SYS___CHDIR_A = 0x720 constant SYS___CHOWN_A (line 2410) | SYS___CHOWN_A = 0x721 constant SYS___CHROOT_A (line 2411) | SYS___CHROOT_A = 0x722 constant SYS___GETCWD_A (line 2412) | SYS___GETCWD_A = 0x723 constant SYS___GETWD_A (line 2413) | SYS___GETWD_A = 0x724 constant SYS___LCHOWN_A (line 2414) | SYS___LCHOWN_A = 0x725 constant SYS___LINK_A (line 2415) | SYS___LINK_A = 0x726 constant SYS___PATHCONF_A (line 2416) | SYS___PATHCONF_A = 0x727 constant SYS___IF_NAMEINDEX_A (line 2417) | SYS___IF_NAMEINDEX_A = 0x728 constant SYS___READLINK_A (line 2418) | SYS___READLINK_A = 0x729 constant SYS___EXTLINK_NP_A (line 2419) | SYS___EXTLINK_NP_A = 0x730 constant SYS___ISALNUM_A (line 2420) | SYS___ISALNUM_A = 0x731 constant SYS___ISALPHA_A (line 2421) | SYS___ISALPHA_A = 0x732 constant SYS___A2E_S (line 2422) | SYS___A2E_S = 0x733 constant SYS___ISCNTRL_A (line 2423) | SYS___ISCNTRL_A = 0x734 constant SYS___ISDIGIT_A (line 2424) | SYS___ISDIGIT_A = 0x735 constant SYS___ISGRAPH_A (line 2425) | SYS___ISGRAPH_A = 0x736 constant SYS___ISLOWER_A (line 2426) | SYS___ISLOWER_A = 0x737 constant SYS___ISPRINT_A (line 2427) | SYS___ISPRINT_A = 0x738 constant SYS___ISPUNCT_A (line 2428) | SYS___ISPUNCT_A = 0x739 constant SYS___ISWALPHA_A (line 2429) | SYS___ISWALPHA_A = 0x740 constant SYS___A2E_L (line 2430) | SYS___A2E_L = 0x741 constant SYS___ISWCNTRL_A (line 2431) | SYS___ISWCNTRL_A = 0x742 constant SYS___ISWDIGIT_A (line 2432) | SYS___ISWDIGIT_A = 0x743 constant SYS___ISWGRAPH_A (line 2433) | SYS___ISWGRAPH_A = 0x744 constant SYS___ISWLOWER_A (line 2434) | SYS___ISWLOWER_A = 0x745 constant SYS___ISWPRINT_A (line 2435) | SYS___ISWPRINT_A = 0x746 constant SYS___ISWPUNCT_A (line 2436) | SYS___ISWPUNCT_A = 0x747 constant SYS___ISWSPACE_A (line 2437) | SYS___ISWSPACE_A = 0x748 constant SYS___ISWUPPER_A (line 2438) | SYS___ISWUPPER_A = 0x749 constant SYS___REMOVE_A (line 2439) | SYS___REMOVE_A = 0x750 constant SYS___RENAME_A (line 2440) | SYS___RENAME_A = 0x751 constant SYS___TMPNAM_A (line 2441) | SYS___TMPNAM_A = 0x752 constant SYS___FOPEN_A (line 2442) | SYS___FOPEN_A = 0x753 constant SYS___FREOPEN_A (line 2443) | SYS___FREOPEN_A = 0x754 constant SYS___CUSERID_A (line 2444) | SYS___CUSERID_A = 0x755 constant SYS___POPEN_A (line 2445) | SYS___POPEN_A = 0x756 constant SYS___TEMPNAM_A (line 2446) | SYS___TEMPNAM_A = 0x757 constant SYS___FTW_A (line 2447) | SYS___FTW_A = 0x758 constant SYS___GETGRENT_A (line 2448) | SYS___GETGRENT_A = 0x759 constant SYS___INET_NTOP_A (line 2449) | SYS___INET_NTOP_A = 0x760 constant SYS___GETPASS_A (line 2450) | SYS___GETPASS_A = 0x761 constant SYS___GETPWENT_A (line 2451) | SYS___GETPWENT_A = 0x762 constant SYS___GETPWNAM_A (line 2452) | SYS___GETPWNAM_A = 0x763 constant SYS___GETPWUID_A (line 2453) | SYS___GETPWUID_A = 0x764 constant SYS_____CHECK_RESOURCE_AUTH_NP_A (line 2454) | SYS_____CHECK_RESOURCE_AUTH_NP_A = 0x765 constant SYS___CHECKSCHENV_A (line 2455) | SYS___CHECKSCHENV_A = 0x766 constant SYS___CONNECTSERVER_A (line 2456) | SYS___CONNECTSERVER_A = 0x767 constant SYS___CONNECTWORKMGR_A (line 2457) | SYS___CONNECTWORKMGR_A = 0x768 constant SYS_____CONSOLE_A (line 2458) | SYS_____CONSOLE_A = 0x769 constant SYS___MSGSND_A (line 2459) | SYS___MSGSND_A = 0x770 constant SYS___MSGXRCV_A (line 2460) | SYS___MSGXRCV_A = 0x771 constant SYS___NFTW_A (line 2461) | SYS___NFTW_A = 0x772 constant SYS_____PASSWD_A (line 2462) | SYS_____PASSWD_A = 0x773 constant SYS___PTHREAD_SECURITY_NP_A (line 2463) | SYS___PTHREAD_SECURITY_NP_A = 0x774 constant SYS___QUERYMETRICS_A (line 2464) | SYS___QUERYMETRICS_A = 0x775 constant SYS___QUERYSCHENV (line 2465) | SYS___QUERYSCHENV = 0x776 constant SYS___READV_A (line 2466) | SYS___READV_A = 0x777 constant SYS_____SERVER_CLASSIFY_A (line 2467) | SYS_____SERVER_CLASSIFY_A = 0x778 constant SYS_____SERVER_INIT_A (line 2468) | SYS_____SERVER_INIT_A = 0x779 constant SYS___W_GETPSENT_A (line 2469) | SYS___W_GETPSENT_A = 0x780 constant SYS___WRITEV_A (line 2470) | SYS___WRITEV_A = 0x781 constant SYS___W_STATFS_A (line 2471) | SYS___W_STATFS_A = 0x782 constant SYS___W_STATVFS_A (line 2472) | SYS___W_STATVFS_A = 0x783 constant SYS___FPUTC_A (line 2473) | SYS___FPUTC_A = 0x784 constant SYS___PUTCHAR_A (line 2474) | SYS___PUTCHAR_A = 0x785 constant SYS___PUTS_A (line 2475) | SYS___PUTS_A = 0x786 constant SYS___FGETS_A (line 2476) | SYS___FGETS_A = 0x787 constant SYS___GETS_A (line 2477) | SYS___GETS_A = 0x788 constant SYS___FPUTS_A (line 2478) | SYS___FPUTS_A = 0x789 constant SYS___PUTC_A (line 2479) | SYS___PUTC_A = 0x790 constant SYS___AE_THREAD_SETMODE (line 2480) | SYS___AE_THREAD_SETMODE = 0x791 constant SYS___AE_THREAD_SWAPMODE (line 2481) | SYS___AE_THREAD_SWAPMODE = 0x792 constant SYS___GETNETBYADDR_A (line 2482) | SYS___GETNETBYADDR_A = 0x793 constant SYS___GETNETBYNAME_A (line 2483) | SYS___GETNETBYNAME_A = 0x794 constant SYS___GETNETENT_A (line 2484) | SYS___GETNETENT_A = 0x795 constant SYS___GETPROTOBYNAME_A (line 2485) | SYS___GETPROTOBYNAME_A = 0x796 constant SYS___GETPROTOBYNUMBER_A (line 2486) | SYS___GETPROTOBYNUMBER_A = 0x797 constant SYS___GETPROTOENT_A (line 2487) | SYS___GETPROTOENT_A = 0x798 constant SYS___GETSERVBYNAME_A (line 2488) | SYS___GETSERVBYNAME_A = 0x799 constant SYS_ACL_FIRST_ENTRY (line 2489) | SYS_ACL_FIRST_ENTRY = 0x800 constant SYS_ACL_GET_ENTRY (line 2490) | SYS_ACL_GET_ENTRY = 0x801 constant SYS_ACL_VALID (line 2491) | SYS_ACL_VALID = 0x802 constant SYS_ACL_CREATE_ENTRY (line 2492) | SYS_ACL_CREATE_ENTRY = 0x803 constant SYS_ACL_DELETE_ENTRY (line 2493) | SYS_ACL_DELETE_ENTRY = 0x804 constant SYS_ACL_UPDATE_ENTRY (line 2494) | SYS_ACL_UPDATE_ENTRY = 0x805 constant SYS_ACL_DELETE_FD (line 2495) | SYS_ACL_DELETE_FD = 0x806 constant SYS_ACL_DELETE_FILE (line 2496) | SYS_ACL_DELETE_FILE = 0x807 constant SYS_ACL_GET_FD (line 2497) | SYS_ACL_GET_FD = 0x808 constant SYS_ACL_GET_FILE (line 2498) | SYS_ACL_GET_FILE = 0x809 constant SYS___ERFL_B (line 2499) | SYS___ERFL_B = 0x810 constant SYS___ERFCL_B (line 2500) | SYS___ERFCL_B = 0x811 constant SYS___LGAMMAL_B (line 2501) | SYS___LGAMMAL_B = 0x812 constant SYS___SETHOOKEVENTS (line 2502) | SYS___SETHOOKEVENTS = 0x813 constant SYS_IF_NAMETOINDEX (line 2503) | SYS_IF_NAMETOINDEX = 0x814 constant SYS_IF_INDEXTONAME (line 2504) | SYS_IF_INDEXTONAME = 0x815 constant SYS_IF_NAMEINDEX (line 2505) | SYS_IF_NAMEINDEX = 0x816 constant SYS_IF_FREENAMEINDEX (line 2506) | SYS_IF_FREENAMEINDEX = 0x817 constant SYS_GETADDRINFO (line 2507) | SYS_GETADDRINFO = 0x818 constant SYS_GETNAMEINFO (line 2508) | SYS_GETNAMEINFO = 0x819 constant SYS___DYNFREE_A (line 2509) | SYS___DYNFREE_A = 0x820 constant SYS___RES_QUERY_A (line 2510) | SYS___RES_QUERY_A = 0x821 constant SYS___RES_SEARCH_A (line 2511) | SYS___RES_SEARCH_A = 0x822 constant SYS___RES_QUERYDOMAIN_A (line 2512) | SYS___RES_QUERYDOMAIN_A = 0x823 constant SYS___RES_MKQUERY_A (line 2513) | SYS___RES_MKQUERY_A = 0x824 constant SYS___RES_SEND_A (line 2514) | SYS___RES_SEND_A = 0x825 constant SYS___DN_EXPAND_A (line 2515) | SYS___DN_EXPAND_A = 0x826 constant SYS___DN_SKIPNAME_A (line 2516) | SYS___DN_SKIPNAME_A = 0x827 constant SYS___DN_COMP_A (line 2517) | SYS___DN_COMP_A = 0x828 constant SYS___DN_FIND_A (line 2518) | SYS___DN_FIND_A = 0x829 constant SYS___INET_NTOA_A (line 2519) | SYS___INET_NTOA_A = 0x830 constant SYS___INET_NETWORK_A (line 2520) | SYS___INET_NETWORK_A = 0x831 constant SYS___ACCEPT_A (line 2521) | SYS___ACCEPT_A = 0x832 constant SYS___ACCEPT_AND_RECV_A (line 2522) | SYS___ACCEPT_AND_RECV_A = 0x833 constant SYS___BIND_A (line 2523) | SYS___BIND_A = 0x834 constant SYS___CONNECT_A (line 2524) | SYS___CONNECT_A = 0x835 constant SYS___GETPEERNAME_A (line 2525) | SYS___GETPEERNAME_A = 0x836 constant SYS___GETSOCKNAME_A (line 2526) | SYS___GETSOCKNAME_A = 0x837 constant SYS___RECVFROM_A (line 2527) | SYS___RECVFROM_A = 0x838 constant SYS___SENDTO_A (line 2528) | SYS___SENDTO_A = 0x839 constant SYS___LCHATTR (line 2529) | SYS___LCHATTR = 0x840 constant SYS___WRITEDOWN (line 2530) | SYS___WRITEDOWN = 0x841 constant SYS_PTHREAD_MUTEX_INIT2 (line 2531) | SYS_PTHREAD_MUTEX_INIT2 = 0x842 constant SYS___ACOSHF_B (line 2532) | SYS___ACOSHF_B = 0x843 constant SYS___ACOSHL_B (line 2533) | SYS___ACOSHL_B = 0x844 constant SYS___ASINHF_B (line 2534) | SYS___ASINHF_B = 0x845 constant SYS___ASINHL_B (line 2535) | SYS___ASINHL_B = 0x846 constant SYS___ATANHF_B (line 2536) | SYS___ATANHF_B = 0x847 constant SYS___ATANHL_B (line 2537) | SYS___ATANHL_B = 0x848 constant SYS___CBRTF_B (line 2538) | SYS___CBRTF_B = 0x849 constant SYS___EXP2F_B (line 2539) | SYS___EXP2F_B = 0x850 constant SYS___EXP2L_B (line 2540) | SYS___EXP2L_B = 0x851 constant SYS___EXPM1F_B (line 2541) | SYS___EXPM1F_B = 0x852 constant SYS___EXPM1L_B (line 2542) | SYS___EXPM1L_B = 0x853 constant SYS___FDIMF_B (line 2543) | SYS___FDIMF_B = 0x854 constant SYS___FDIM_B (line 2544) | SYS___FDIM_B = 0x855 constant SYS___FDIML_B (line 2545) | SYS___FDIML_B = 0x856 constant SYS___HYPOTF_B (line 2546) | SYS___HYPOTF_B = 0x857 constant SYS___HYPOTL_B (line 2547) | SYS___HYPOTL_B = 0x858 constant SYS___LOG1PF_B (line 2548) | SYS___LOG1PF_B = 0x859 constant SYS___REMQUOF_B (line 2549) | SYS___REMQUOF_B = 0x860 constant SYS___REMQUO_B (line 2550) | SYS___REMQUO_B = 0x861 constant SYS___REMQUOL_B (line 2551) | SYS___REMQUOL_B = 0x862 constant SYS___TGAMMAF_B (line 2552) | SYS___TGAMMAF_B = 0x863 constant SYS___TGAMMA_B (line 2553) | SYS___TGAMMA_B = 0x864 constant SYS___TGAMMAL_B (line 2554) | SYS___TGAMMAL_B = 0x865 constant SYS___TRUNCF_B (line 2555) | SYS___TRUNCF_B = 0x866 constant SYS___TRUNC_B (line 2556) | SYS___TRUNC_B = 0x867 constant SYS___TRUNCL_B (line 2557) | SYS___TRUNCL_B = 0x868 constant SYS___LGAMMAF_B (line 2558) | SYS___LGAMMAF_B = 0x869 constant SYS_ASINHF (line 2559) | SYS_ASINHF = 0x870 constant SYS_ASINHL (line 2560) | SYS_ASINHL = 0x871 constant SYS_ATANHF (line 2561) | SYS_ATANHF = 0x872 constant SYS_ATANHL (line 2562) | SYS_ATANHL = 0x873 constant SYS_CBRTF (line 2563) | SYS_CBRTF = 0x874 constant SYS_CBRTL (line 2564) | SYS_CBRTL = 0x875 constant SYS_COPYSIGNF (line 2565) | SYS_COPYSIGNF = 0x876 constant SYS_CPYSIGNF (line 2566) | SYS_CPYSIGNF = 0x876 constant SYS_COPYSIGNL (line 2567) | SYS_COPYSIGNL = 0x877 constant SYS_CPYSIGNL (line 2568) | SYS_CPYSIGNL = 0x877 constant SYS_COTANF (line 2569) | SYS_COTANF = 0x878 constant SYS___COTANF (line 2570) | SYS___COTANF = 0x878 constant SYS_COTAN (line 2571) | SYS_COTAN = 0x879 constant SYS___COTAN (line 2572) | SYS___COTAN = 0x879 constant SYS_FDIM (line 2573) | SYS_FDIM = 0x881 constant SYS_FDIML (line 2574) | SYS_FDIML = 0x882 constant SYS_HYPOTF (line 2575) | SYS_HYPOTF = 0x883 constant SYS_HYPOTL (line 2576) | SYS_HYPOTL = 0x884 constant SYS_LOG1PF (line 2577) | SYS_LOG1PF = 0x885 constant SYS_LOG1PL (line 2578) | SYS_LOG1PL = 0x886 constant SYS_LOG2F (line 2579) | SYS_LOG2F = 0x887 constant SYS_LOG2 (line 2580) | SYS_LOG2 = 0x888 constant SYS_LOG2L (line 2581) | SYS_LOG2L = 0x889 constant SYS_TGAMMA (line 2582) | SYS_TGAMMA = 0x890 constant SYS_TGAMMAL (line 2583) | SYS_TGAMMAL = 0x891 constant SYS_TRUNCF (line 2584) | SYS_TRUNCF = 0x892 constant SYS_TRUNC (line 2585) | SYS_TRUNC = 0x893 constant SYS_TRUNCL (line 2586) | SYS_TRUNCL = 0x894 constant SYS_LGAMMAF (line 2587) | SYS_LGAMMAF = 0x895 constant SYS_LGAMMAL (line 2588) | SYS_LGAMMAL = 0x896 constant SYS_LROUNDF (line 2589) | SYS_LROUNDF = 0x897 constant SYS_LROUND (line 2590) | SYS_LROUND = 0x898 constant SYS_ERFF (line 2591) | SYS_ERFF = 0x899 constant SYS___COSHF_H (line 2592) | SYS___COSHF_H = 0x900 constant SYS___COSHL_H (line 2593) | SYS___COSHL_H = 0x901 constant SYS___COTAN_H (line 2594) | SYS___COTAN_H = 0x902 constant SYS___COTANF_H (line 2595) | SYS___COTANF_H = 0x903 constant SYS___COTANL_H (line 2596) | SYS___COTANL_H = 0x904 constant SYS___ERF_H (line 2597) | SYS___ERF_H = 0x905 constant SYS___ERFF_H (line 2598) | SYS___ERFF_H = 0x906 constant SYS___ERFL_H (line 2599) | SYS___ERFL_H = 0x907 constant SYS___ERFC_H (line 2600) | SYS___ERFC_H = 0x908 constant SYS___ERFCF_H (line 2601) | SYS___ERFCF_H = 0x909 constant SYS___FDIMF_H (line 2602) | SYS___FDIMF_H = 0x910 constant SYS___FDIML_H (line 2603) | SYS___FDIML_H = 0x911 constant SYS___FMOD_H (line 2604) | SYS___FMOD_H = 0x912 constant SYS___FMODF_H (line 2605) | SYS___FMODF_H = 0x913 constant SYS___FMODL_H (line 2606) | SYS___FMODL_H = 0x914 constant SYS___GAMMA_H (line 2607) | SYS___GAMMA_H = 0x915 constant SYS___HYPOT_H (line 2608) | SYS___HYPOT_H = 0x916 constant SYS___ILOGB_H (line 2609) | SYS___ILOGB_H = 0x917 constant SYS___LGAMMA_H (line 2610) | SYS___LGAMMA_H = 0x918 constant SYS___LGAMMAF_H (line 2611) | SYS___LGAMMAF_H = 0x919 constant SYS___LOG2L_H (line 2612) | SYS___LOG2L_H = 0x920 constant SYS___LOG1P_H (line 2613) | SYS___LOG1P_H = 0x921 constant SYS___LOG10_H (line 2614) | SYS___LOG10_H = 0x922 constant SYS___LOG10F_H (line 2615) | SYS___LOG10F_H = 0x923 constant SYS___LOG10L_H (line 2616) | SYS___LOG10L_H = 0x924 constant SYS___LROUND_H (line 2617) | SYS___LROUND_H = 0x925 constant SYS___LROUNDF_H (line 2618) | SYS___LROUNDF_H = 0x926 constant SYS___NEXTAFTER_H (line 2619) | SYS___NEXTAFTER_H = 0x927 constant SYS___POW_H (line 2620) | SYS___POW_H = 0x928 constant SYS___POWF_H (line 2621) | SYS___POWF_H = 0x929 constant SYS___SINL_H (line 2622) | SYS___SINL_H = 0x930 constant SYS___SINH_H (line 2623) | SYS___SINH_H = 0x931 constant SYS___SINHF_H (line 2624) | SYS___SINHF_H = 0x932 constant SYS___SINHL_H (line 2625) | SYS___SINHL_H = 0x933 constant SYS___SQRT_H (line 2626) | SYS___SQRT_H = 0x934 constant SYS___SQRTF_H (line 2627) | SYS___SQRTF_H = 0x935 constant SYS___SQRTL_H (line 2628) | SYS___SQRTL_H = 0x936 constant SYS___TAN_H (line 2629) | SYS___TAN_H = 0x937 constant SYS___TANF_H (line 2630) | SYS___TANF_H = 0x938 constant SYS___TANL_H (line 2631) | SYS___TANL_H = 0x939 constant SYS___TRUNCF_H (line 2632) | SYS___TRUNCF_H = 0x940 constant SYS___TRUNCL_H (line 2633) | SYS___TRUNCL_H = 0x941 constant SYS___COSH_H (line 2634) | SYS___COSH_H = 0x942 constant SYS___LE_DEBUG_SET_RESUME_MCH (line 2635) | SYS___LE_DEBUG_SET_RESUME_MCH = 0x943 constant SYS_VFSCANF (line 2636) | SYS_VFSCANF = 0x944 constant SYS_VSCANF (line 2637) | SYS_VSCANF = 0x946 constant SYS_VSSCANF (line 2638) | SYS_VSSCANF = 0x948 constant SYS_IMAXABS (line 2639) | SYS_IMAXABS = 0x950 constant SYS_IMAXDIV (line 2640) | SYS_IMAXDIV = 0x951 constant SYS_STRTOIMAX (line 2641) | SYS_STRTOIMAX = 0x952 constant SYS_STRTOUMAX (line 2642) | SYS_STRTOUMAX = 0x953 constant SYS_WCSTOIMAX (line 2643) | SYS_WCSTOIMAX = 0x954 constant SYS_WCSTOUMAX (line 2644) | SYS_WCSTOUMAX = 0x955 constant SYS_ATOLL (line 2645) | SYS_ATOLL = 0x956 constant SYS_STRTOF (line 2646) | SYS_STRTOF = 0x957 constant SYS_STRTOLD (line 2647) | SYS_STRTOLD = 0x958 constant SYS_WCSTOF (line 2648) | SYS_WCSTOF = 0x959 constant SYS_INET6_RTH_GETADDR (line 2649) | SYS_INET6_RTH_GETADDR = 0x960 constant SYS_INET6_OPT_INIT (line 2650) | SYS_INET6_OPT_INIT = 0x961 constant SYS_INET6_OPT_APPEND (line 2651) | SYS_INET6_OPT_APPEND = 0x962 constant SYS_INET6_OPT_FINISH (line 2652) | SYS_INET6_OPT_FINISH = 0x963 constant SYS_INET6_OPT_SET_VAL (line 2653) | SYS_INET6_OPT_SET_VAL = 0x964 constant SYS_INET6_OPT_NEXT (line 2654) | SYS_INET6_OPT_NEXT = 0x965 constant SYS_INET6_OPT_FIND (line 2655) | SYS_INET6_OPT_FIND = 0x966 constant SYS_INET6_OPT_GET_VAL (line 2656) | SYS_INET6_OPT_GET_VAL = 0x967 constant SYS___POW_I (line 2657) | SYS___POW_I = 0x987 constant SYS___POW_I_B (line 2658) | SYS___POW_I_B = 0x988 constant SYS___POW_I_H (line 2659) | SYS___POW_I_H = 0x989 constant SYS___CABS_H (line 2660) | SYS___CABS_H = 0x990 constant SYS_CABSF (line 2661) | SYS_CABSF = 0x991 constant SYS___CABSF_B (line 2662) | SYS___CABSF_B = 0x992 constant SYS___CABSF_H (line 2663) | SYS___CABSF_H = 0x993 constant SYS_CABSL (line 2664) | SYS_CABSL = 0x994 constant SYS___CABSL_B (line 2665) | SYS___CABSL_B = 0x995 constant SYS___CABSL_H (line 2666) | SYS___CABSL_H = 0x996 constant SYS_CACOS (line 2667) | SYS_CACOS = 0x997 constant SYS___CACOS_B (line 2668) | SYS___CACOS_B = 0x998 constant SYS___CACOS_H (line 2669) | SYS___CACOS_H = 0x999 FILE: vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 constant PathMax (line 15) | PathMax = 0x3ff type _C_short (line 19) | type _C_short type _C_int (line 20) | type _C_int type _C_long (line 21) | type _C_long type _C_long_long (line 22) | type _C_long_long type off64 (line 25) | type off64 type off (line 26) | type off type Mode_t (line 27) | type Mode_t type Timespec (line 29) | type Timespec struct type Timeval (line 34) | type Timeval struct type Timeval32 (line 39) | type Timeval32 struct type Timex (line 44) | type Timex struct type Time_t (line 46) | type Time_t type Tms (line 48) | type Tms struct type Utimbuf (line 50) | type Utimbuf struct type Timezone (line 55) | type Timezone struct type Rusage (line 60) | type Rusage struct type Rlimit (line 79) | type Rlimit struct type Pid_t (line 84) | type Pid_t type _Gid_t (line 86) | type _Gid_t type dev_t (line 88) | type dev_t type Stat_t (line 90) | type Stat_t struct type StatxTimestamp (line 112) | type StatxTimestamp struct type Statx_t (line 114) | type Statx_t struct type Dirent (line 116) | type Dirent struct type RawSockaddrInet4 (line 124) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 132) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 141) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 147) | type RawSockaddrDatalink struct type RawSockaddr (line 158) | type RawSockaddr struct type RawSockaddrAny (line 164) | type RawSockaddrAny struct type _Socklen (line 169) | type _Socklen type Cmsghdr (line 171) | type Cmsghdr struct type ICMPv6Filter (line 177) | type ICMPv6Filter struct type Iovec (line 181) | type Iovec struct type IPMreq (line 186) | type IPMreq struct type IPv6Mreq (line 191) | type IPv6Mreq struct type IPv6MTUInfo (line 196) | type IPv6MTUInfo struct type Linger (line 201) | type Linger struct type Msghdr (line 206) | type Msghdr struct constant SizeofSockaddrInet4 (line 217) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 218) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 219) | SizeofSockaddrAny = 0x404 constant SizeofSockaddrUnix (line 220) | SizeofSockaddrUnix = 0x401 constant SizeofSockaddrDatalink (line 221) | SizeofSockaddrDatalink = 0x80 constant SizeofLinger (line 222) | SizeofLinger = 0x8 constant SizeofIovec (line 223) | SizeofIovec = 0x8 constant SizeofIPMreq (line 224) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 225) | SizeofIPv6Mreq = 0x14 constant SizeofIPv6MTUInfo (line 226) | SizeofIPv6MTUInfo = 0x20 constant SizeofMsghdr (line 227) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 228) | SizeofCmsghdr = 0xc constant SizeofICMPv6Filter (line 229) | SizeofICMPv6Filter = 0x20 constant SizeofIfMsghdr (line 233) | SizeofIfMsghdr = 0x10 type IfMsgHdr (line 236) | type IfMsgHdr struct type FdSet (line 247) | type FdSet struct type Utsname (line 251) | type Utsname struct type Ustat_t (line 259) | type Ustat_t struct type Sigset_t (line 261) | type Sigset_t struct constant AT_FDCWD (line 267) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 268) | AT_REMOVEDIR = 0x1 constant AT_SYMLINK_NOFOLLOW (line 269) | AT_SYMLINK_NOFOLLOW = 0x1 type Termios (line 272) | type Termios struct type Termio (line 280) | type Termio struct type Winsize (line 290) | type Winsize struct type PollFd (line 297) | type PollFd struct constant POLLERR (line 304) | POLLERR = 0x4000 constant POLLHUP (line 305) | POLLHUP = 0x2000 constant POLLIN (line 306) | POLLIN = 0x1 constant POLLNVAL (line 307) | POLLNVAL = 0x8000 constant POLLOUT (line 308) | POLLOUT = 0x2 constant POLLPRI (line 309) | POLLPRI = 0x4 constant POLLRDBAND (line 310) | POLLRDBAND = 0x20 constant POLLRDNORM (line 311) | POLLRDNORM = 0x10 constant POLLWRBAND (line 312) | POLLWRBAND = 0x40 constant POLLWRNORM (line 313) | POLLWRNORM = 0x2 type Flock_t (line 316) | type Flock_t struct type Fsid_t (line 326) | type Fsid_t struct type Fsid64_t (line 329) | type Fsid64_t struct type Statfs_t (line 333) | type Statfs_t struct constant RNDGETENTCNT (line 354) | RNDGETENTCNT = 0x80045200 FILE: vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 constant PathMax (line 15) | PathMax = 0x3ff type _C_short (line 19) | type _C_short type _C_int (line 20) | type _C_int type _C_long (line 21) | type _C_long type _C_long_long (line 22) | type _C_long_long type off64 (line 25) | type off64 type off (line 26) | type off type Mode_t (line 27) | type Mode_t type Timespec (line 29) | type Timespec struct type Timeval (line 34) | type Timeval struct type Timeval32 (line 40) | type Timeval32 struct type Timex (line 45) | type Timex struct type Time_t (line 47) | type Time_t type Tms (line 49) | type Tms struct type Utimbuf (line 51) | type Utimbuf struct type Timezone (line 56) | type Timezone struct type Rusage (line 61) | type Rusage struct type Rlimit (line 80) | type Rlimit struct type Pid_t (line 85) | type Pid_t type _Gid_t (line 87) | type _Gid_t type dev_t (line 89) | type dev_t type Stat_t (line 91) | type Stat_t struct type StatxTimestamp (line 115) | type StatxTimestamp struct type Statx_t (line 117) | type Statx_t struct type Dirent (line 119) | type Dirent struct type RawSockaddrInet4 (line 128) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 136) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 145) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 151) | type RawSockaddrDatalink struct type RawSockaddr (line 162) | type RawSockaddr struct type RawSockaddrAny (line 168) | type RawSockaddrAny struct type _Socklen (line 173) | type _Socklen type Cmsghdr (line 175) | type Cmsghdr struct type ICMPv6Filter (line 181) | type ICMPv6Filter struct type Iovec (line 185) | type Iovec struct type IPMreq (line 190) | type IPMreq struct type IPv6Mreq (line 195) | type IPv6Mreq struct type IPv6MTUInfo (line 200) | type IPv6MTUInfo struct type Linger (line 205) | type Linger struct type Msghdr (line 210) | type Msghdr struct constant SizeofSockaddrInet4 (line 221) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 222) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 223) | SizeofSockaddrAny = 0x404 constant SizeofSockaddrUnix (line 224) | SizeofSockaddrUnix = 0x401 constant SizeofSockaddrDatalink (line 225) | SizeofSockaddrDatalink = 0x80 constant SizeofLinger (line 226) | SizeofLinger = 0x8 constant SizeofIovec (line 227) | SizeofIovec = 0x10 constant SizeofIPMreq (line 228) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 229) | SizeofIPv6Mreq = 0x14 constant SizeofIPv6MTUInfo (line 230) | SizeofIPv6MTUInfo = 0x20 constant SizeofMsghdr (line 231) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 232) | SizeofCmsghdr = 0xc constant SizeofICMPv6Filter (line 233) | SizeofICMPv6Filter = 0x20 constant SizeofIfMsghdr (line 237) | SizeofIfMsghdr = 0x10 type IfMsgHdr (line 240) | type IfMsgHdr struct type FdSet (line 251) | type FdSet struct type Utsname (line 255) | type Utsname struct type Ustat_t (line 263) | type Ustat_t struct type Sigset_t (line 265) | type Sigset_t struct constant AT_FDCWD (line 270) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 271) | AT_REMOVEDIR = 0x1 constant AT_SYMLINK_NOFOLLOW (line 272) | AT_SYMLINK_NOFOLLOW = 0x1 type Termios (line 275) | type Termios struct type Termio (line 283) | type Termio struct type Winsize (line 293) | type Winsize struct type PollFd (line 300) | type PollFd struct constant POLLERR (line 307) | POLLERR = 0x4000 constant POLLHUP (line 308) | POLLHUP = 0x2000 constant POLLIN (line 309) | POLLIN = 0x1 constant POLLNVAL (line 310) | POLLNVAL = 0x8000 constant POLLOUT (line 311) | POLLOUT = 0x2 constant POLLPRI (line 312) | POLLPRI = 0x4 constant POLLRDBAND (line 313) | POLLRDBAND = 0x20 constant POLLRDNORM (line 314) | POLLRDNORM = 0x10 constant POLLWRBAND (line 315) | POLLWRBAND = 0x40 constant POLLWRNORM (line 316) | POLLWRNORM = 0x2 type Flock_t (line 319) | type Flock_t struct type Fsid_t (line 329) | type Fsid_t struct type Fsid64_t (line 332) | type Fsid64_t struct type Statfs_t (line 336) | type Statfs_t struct constant RNDGETENTCNT (line 358) | RNDGETENTCNT = 0x80045200 FILE: vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Timeval32 (line 35) | type Timeval32 struct type Rusage (line 40) | type Rusage struct type Rlimit (line 59) | type Rlimit struct type _Gid_t (line 64) | type _Gid_t type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 87) | type Statfs_t struct type Flock_t (line 107) | type Flock_t struct type Fstore_t (line 115) | type Fstore_t struct type Radvisory_t (line 123) | type Radvisory_t struct type Fbootstraptransfer_t (line 129) | type Fbootstraptransfer_t struct type Log2phys_t (line 135) | type Log2phys_t struct type Fsid (line 140) | type Fsid struct type Dirent (line 144) | type Dirent struct type Attrlist (line 154) | type Attrlist struct constant PathMax (line 165) | PathMax = 0x400 type RawSockaddrInet4 (line 168) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 176) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 185) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 191) | type RawSockaddrDatalink struct type RawSockaddr (line 202) | type RawSockaddr struct type RawSockaddrAny (line 208) | type RawSockaddrAny struct type RawSockaddrCtl (line 213) | type RawSockaddrCtl struct type RawSockaddrVM (line 222) | type RawSockaddrVM struct type XVSockPCB (line 230) | type XVSockPCB struct type XSocket (line 247) | type XSocket struct type XSocket64 (line 269) | type XSocket64 struct type XSockbuf (line 291) | type XSockbuf struct type XVSockPgen (line 301) | type XVSockPgen struct type _Socklen (line 308) | type _Socklen type Xucred (line 310) | type Xucred struct type Linger (line 317) | type Linger struct type Iovec (line 322) | type Iovec struct type IPMreq (line 327) | type IPMreq struct type IPMreqn (line 332) | type IPMreqn struct type IPv6Mreq (line 338) | type IPv6Mreq struct type Msghdr (line 343) | type Msghdr struct type Cmsghdr (line 353) | type Cmsghdr struct type Inet4Pktinfo (line 359) | type Inet4Pktinfo struct type Inet6Pktinfo (line 365) | type Inet6Pktinfo struct type IPv6MTUInfo (line 370) | type IPv6MTUInfo struct type ICMPv6Filter (line 375) | type ICMPv6Filter struct type TCPConnectionInfo (line 379) | type TCPConnectionInfo struct constant SizeofSockaddrInet4 (line 406) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 407) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 408) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 409) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 410) | SizeofSockaddrDatalink = 0x14 constant SizeofSockaddrCtl (line 411) | SizeofSockaddrCtl = 0x20 constant SizeofSockaddrVM (line 412) | SizeofSockaddrVM = 0xc constant SizeofXvsockpcb (line 413) | SizeofXvsockpcb = 0xa8 constant SizeofXSocket (line 414) | SizeofXSocket = 0x64 constant SizeofXSockbuf (line 415) | SizeofXSockbuf = 0x18 constant SizeofXVSockPgen (line 416) | SizeofXVSockPgen = 0x20 constant SizeofXucred (line 417) | SizeofXucred = 0x4c constant SizeofLinger (line 418) | SizeofLinger = 0x8 constant SizeofIovec (line 419) | SizeofIovec = 0x10 constant SizeofIPMreq (line 420) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 421) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 422) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 423) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 424) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 425) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 426) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 427) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 428) | SizeofICMPv6Filter = 0x20 constant SizeofTCPConnectionInfo (line 429) | SizeofTCPConnectionInfo = 0x70 constant PTRACE_TRACEME (line 433) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 434) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 435) | PTRACE_KILL = 0x8 type Kevent_t (line 438) | type Kevent_t struct type FdSet (line 447) | type FdSet struct constant SizeofIfMsghdr (line 452) | SizeofIfMsghdr = 0x70 constant SizeofIfData (line 453) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 454) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 455) | SizeofIfmaMsghdr = 0x10 constant SizeofIfmaMsghdr2 (line 456) | SizeofIfmaMsghdr2 = 0x14 constant SizeofRtMsghdr (line 457) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 458) | SizeofRtMetrics = 0x38 type IfMsghdr (line 461) | type IfMsghdr struct type IfData (line 471) | type IfData struct type IfaMsghdr (line 503) | type IfaMsghdr struct type IfmaMsghdr (line 513) | type IfmaMsghdr struct type IfmaMsghdr2 (line 523) | type IfmaMsghdr2 struct type RtMsghdr (line 533) | type RtMsghdr struct type RtMetrics (line 548) | type RtMetrics struct constant SizeofBpfVersion (line 564) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 565) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 566) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 567) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 568) | SizeofBpfHdr = 0x14 type BpfVersion (line 571) | type BpfVersion struct type BpfStat (line 576) | type BpfStat struct type BpfProgram (line 581) | type BpfProgram struct type BpfInsn (line 586) | type BpfInsn struct type BpfHdr (line 593) | type BpfHdr struct type Termios (line 601) | type Termios struct type Winsize (line 611) | type Winsize struct constant AT_FDCWD (line 619) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 620) | AT_REMOVEDIR = 0x80 constant AT_SYMLINK_FOLLOW (line 621) | AT_SYMLINK_FOLLOW = 0x40 constant AT_SYMLINK_NOFOLLOW (line 622) | AT_SYMLINK_NOFOLLOW = 0x20 constant AT_EACCESS (line 623) | AT_EACCESS = 0x10 type PollFd (line 626) | type PollFd struct constant POLLERR (line 633) | POLLERR = 0x8 constant POLLHUP (line 634) | POLLHUP = 0x10 constant POLLIN (line 635) | POLLIN = 0x1 constant POLLNVAL (line 636) | POLLNVAL = 0x20 constant POLLOUT (line 637) | POLLOUT = 0x4 constant POLLPRI (line 638) | POLLPRI = 0x2 constant POLLRDBAND (line 639) | POLLRDBAND = 0x80 constant POLLRDNORM (line 640) | POLLRDNORM = 0x40 constant POLLWRBAND (line 641) | POLLWRBAND = 0x100 constant POLLWRNORM (line 642) | POLLWRNORM = 0x4 type Utsname (line 645) | type Utsname struct constant SizeofClockinfo (line 653) | SizeofClockinfo = 0x14 type Clockinfo (line 655) | type Clockinfo struct type CtlInfo (line 663) | type CtlInfo struct constant SizeofKinfoProc (line 668) | SizeofKinfoProc = 0x288 type Eproc (line 670) | type Eproc struct type ExternProc (line 693) | type ExternProc struct type Itimerval (line 737) | type Itimerval struct type KinfoProc (line 742) | type KinfoProc struct type Vmspace (line 747) | type Vmspace struct type Pcred (line 754) | type Pcred struct type Ucred (line 765) | type Ucred struct type SysvIpcPerm (line 772) | type SysvIpcPerm struct type SysvShmDesc (line 781) | type SysvShmDesc struct constant IPC_CREAT (line 791) | IPC_CREAT = 0x200 constant IPC_EXCL (line 792) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 793) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 794) | IPC_PRIVATE = 0x0 constant IPC_RMID (line 798) | IPC_RMID = 0x0 constant IPC_SET (line 799) | IPC_SET = 0x1 constant IPC_STAT (line 800) | IPC_STAT = 0x2 constant SHM_RDONLY (line 804) | SHM_RDONLY = 0x1000 constant SHM_RND (line 805) | SHM_RND = 0x2000 FILE: vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Timeval32 (line 35) | type Timeval32 struct type Rusage (line 40) | type Rusage struct type Rlimit (line 59) | type Rlimit struct type _Gid_t (line 64) | type _Gid_t type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 87) | type Statfs_t struct type Flock_t (line 107) | type Flock_t struct type Fstore_t (line 115) | type Fstore_t struct type Radvisory_t (line 123) | type Radvisory_t struct type Fbootstraptransfer_t (line 129) | type Fbootstraptransfer_t struct type Log2phys_t (line 135) | type Log2phys_t struct type Fsid (line 140) | type Fsid struct type Dirent (line 144) | type Dirent struct type Attrlist (line 154) | type Attrlist struct constant PathMax (line 165) | PathMax = 0x400 type RawSockaddrInet4 (line 168) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 176) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 185) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 191) | type RawSockaddrDatalink struct type RawSockaddr (line 202) | type RawSockaddr struct type RawSockaddrAny (line 208) | type RawSockaddrAny struct type RawSockaddrCtl (line 213) | type RawSockaddrCtl struct type RawSockaddrVM (line 222) | type RawSockaddrVM struct type XVSockPCB (line 230) | type XVSockPCB struct type XSocket (line 247) | type XSocket struct type XSocket64 (line 269) | type XSocket64 struct type XSockbuf (line 291) | type XSockbuf struct type XVSockPgen (line 301) | type XVSockPgen struct type _Socklen (line 308) | type _Socklen type Xucred (line 310) | type Xucred struct type Linger (line 317) | type Linger struct type Iovec (line 322) | type Iovec struct type IPMreq (line 327) | type IPMreq struct type IPMreqn (line 332) | type IPMreqn struct type IPv6Mreq (line 338) | type IPv6Mreq struct type Msghdr (line 343) | type Msghdr struct type Cmsghdr (line 353) | type Cmsghdr struct type Inet4Pktinfo (line 359) | type Inet4Pktinfo struct type Inet6Pktinfo (line 365) | type Inet6Pktinfo struct type IPv6MTUInfo (line 370) | type IPv6MTUInfo struct type ICMPv6Filter (line 375) | type ICMPv6Filter struct type TCPConnectionInfo (line 379) | type TCPConnectionInfo struct constant SizeofSockaddrInet4 (line 406) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 407) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 408) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 409) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 410) | SizeofSockaddrDatalink = 0x14 constant SizeofSockaddrCtl (line 411) | SizeofSockaddrCtl = 0x20 constant SizeofSockaddrVM (line 412) | SizeofSockaddrVM = 0xc constant SizeofXvsockpcb (line 413) | SizeofXvsockpcb = 0xa8 constant SizeofXSocket (line 414) | SizeofXSocket = 0x64 constant SizeofXSockbuf (line 415) | SizeofXSockbuf = 0x18 constant SizeofXVSockPgen (line 416) | SizeofXVSockPgen = 0x20 constant SizeofXucred (line 417) | SizeofXucred = 0x4c constant SizeofLinger (line 418) | SizeofLinger = 0x8 constant SizeofIovec (line 419) | SizeofIovec = 0x10 constant SizeofIPMreq (line 420) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 421) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 422) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 423) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 424) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 425) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 426) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 427) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 428) | SizeofICMPv6Filter = 0x20 constant SizeofTCPConnectionInfo (line 429) | SizeofTCPConnectionInfo = 0x70 constant PTRACE_TRACEME (line 433) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 434) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 435) | PTRACE_KILL = 0x8 type Kevent_t (line 438) | type Kevent_t struct type FdSet (line 447) | type FdSet struct constant SizeofIfMsghdr (line 452) | SizeofIfMsghdr = 0x70 constant SizeofIfData (line 453) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 454) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 455) | SizeofIfmaMsghdr = 0x10 constant SizeofIfmaMsghdr2 (line 456) | SizeofIfmaMsghdr2 = 0x14 constant SizeofRtMsghdr (line 457) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 458) | SizeofRtMetrics = 0x38 type IfMsghdr (line 461) | type IfMsghdr struct type IfData (line 471) | type IfData struct type IfaMsghdr (line 503) | type IfaMsghdr struct type IfmaMsghdr (line 513) | type IfmaMsghdr struct type IfmaMsghdr2 (line 523) | type IfmaMsghdr2 struct type RtMsghdr (line 533) | type RtMsghdr struct type RtMetrics (line 548) | type RtMetrics struct constant SizeofBpfVersion (line 564) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 565) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 566) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 567) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 568) | SizeofBpfHdr = 0x14 type BpfVersion (line 571) | type BpfVersion struct type BpfStat (line 576) | type BpfStat struct type BpfProgram (line 581) | type BpfProgram struct type BpfInsn (line 586) | type BpfInsn struct type BpfHdr (line 593) | type BpfHdr struct type Termios (line 601) | type Termios struct type Winsize (line 611) | type Winsize struct constant AT_FDCWD (line 619) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 620) | AT_REMOVEDIR = 0x80 constant AT_SYMLINK_FOLLOW (line 621) | AT_SYMLINK_FOLLOW = 0x40 constant AT_SYMLINK_NOFOLLOW (line 622) | AT_SYMLINK_NOFOLLOW = 0x20 constant AT_EACCESS (line 623) | AT_EACCESS = 0x10 type PollFd (line 626) | type PollFd struct constant POLLERR (line 633) | POLLERR = 0x8 constant POLLHUP (line 634) | POLLHUP = 0x10 constant POLLIN (line 635) | POLLIN = 0x1 constant POLLNVAL (line 636) | POLLNVAL = 0x20 constant POLLOUT (line 637) | POLLOUT = 0x4 constant POLLPRI (line 638) | POLLPRI = 0x2 constant POLLRDBAND (line 639) | POLLRDBAND = 0x80 constant POLLRDNORM (line 640) | POLLRDNORM = 0x40 constant POLLWRBAND (line 641) | POLLWRBAND = 0x100 constant POLLWRNORM (line 642) | POLLWRNORM = 0x4 type Utsname (line 645) | type Utsname struct constant SizeofClockinfo (line 653) | SizeofClockinfo = 0x14 type Clockinfo (line 655) | type Clockinfo struct type CtlInfo (line 663) | type CtlInfo struct constant SizeofKinfoProc (line 668) | SizeofKinfoProc = 0x288 type Eproc (line 670) | type Eproc struct type ExternProc (line 693) | type ExternProc struct type Itimerval (line 737) | type Itimerval struct type KinfoProc (line 742) | type KinfoProc struct type Vmspace (line 747) | type Vmspace struct type Pcred (line 754) | type Pcred struct type Ucred (line 765) | type Ucred struct type SysvIpcPerm (line 772) | type SysvIpcPerm struct type SysvShmDesc (line 781) | type SysvShmDesc struct constant IPC_CREAT (line 791) | IPC_CREAT = 0x200 constant IPC_EXCL (line 792) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 793) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 794) | IPC_PRIVATE = 0x0 constant IPC_RMID (line 798) | IPC_RMID = 0x0 constant IPC_SET (line 799) | IPC_SET = 0x1 constant IPC_STAT (line 800) | IPC_STAT = 0x2 constant SHM_RDONLY (line 804) | SHM_RDONLY = 0x1000 constant SHM_RND (line 805) | SHM_RND = 0x2000 FILE: vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 82) | type Statfs_t struct type Flock_t (line 107) | type Flock_t struct type Dirent (line 115) | type Dirent struct type Fsid (line 124) | type Fsid struct constant PathMax (line 129) | PathMax = 0x400 type RawSockaddrInet4 (line 132) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 140) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 149) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 155) | type RawSockaddrDatalink struct type RawSockaddr (line 168) | type RawSockaddr struct type RawSockaddrAny (line 174) | type RawSockaddrAny struct type _Socklen (line 179) | type _Socklen type Linger (line 181) | type Linger struct type Iovec (line 186) | type Iovec struct type IPMreq (line 191) | type IPMreq struct type IPv6Mreq (line 196) | type IPv6Mreq struct type Msghdr (line 201) | type Msghdr struct type Cmsghdr (line 211) | type Cmsghdr struct type Inet6Pktinfo (line 217) | type Inet6Pktinfo struct type IPv6MTUInfo (line 222) | type IPv6MTUInfo struct type ICMPv6Filter (line 227) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 232) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 233) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 234) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 235) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 236) | SizeofSockaddrDatalink = 0x36 constant SizeofLinger (line 237) | SizeofLinger = 0x8 constant SizeofIovec (line 238) | SizeofIovec = 0x10 constant SizeofIPMreq (line 239) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 240) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 241) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 242) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 243) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 244) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 245) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 249) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 250) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 251) | PTRACE_KILL = 0x8 type Kevent_t (line 254) | type Kevent_t struct type FdSet (line 263) | type FdSet struct constant SizeofIfMsghdr (line 268) | SizeofIfMsghdr = 0xb0 constant SizeofIfData (line 269) | SizeofIfData = 0xa0 constant SizeofIfaMsghdr (line 270) | SizeofIfaMsghdr = 0x18 constant SizeofIfmaMsghdr (line 271) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 272) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 273) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 274) | SizeofRtMetrics = 0x70 type IfMsghdr (line 277) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 314) | type IfaMsghdr struct type IfmaMsghdr (line 325) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 334) | type IfAnnounceMsghdr struct type RtMsghdr (line 343) | type RtMsghdr struct type RtMetrics (line 358) | type RtMetrics struct constant SizeofBpfVersion (line 377) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 378) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 379) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 380) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 381) | SizeofBpfHdr = 0x20 type BpfVersion (line 384) | type BpfVersion struct type BpfStat (line 389) | type BpfStat struct type BpfProgram (line 394) | type BpfProgram struct type BpfInsn (line 399) | type BpfInsn struct type BpfHdr (line 406) | type BpfHdr struct type Termios (line 414) | type Termios struct type Winsize (line 424) | type Winsize struct constant AT_FDCWD (line 432) | AT_FDCWD = 0xfffafdcd constant AT_SYMLINK_NOFOLLOW (line 433) | AT_SYMLINK_NOFOLLOW = 0x1 constant AT_REMOVEDIR (line 434) | AT_REMOVEDIR = 0x2 constant AT_EACCESS (line 435) | AT_EACCESS = 0x4 constant AT_SYMLINK_FOLLOW (line 436) | AT_SYMLINK_FOLLOW = 0x8 type PollFd (line 439) | type PollFd struct constant POLLERR (line 446) | POLLERR = 0x8 constant POLLHUP (line 447) | POLLHUP = 0x10 constant POLLIN (line 448) | POLLIN = 0x1 constant POLLNVAL (line 449) | POLLNVAL = 0x20 constant POLLOUT (line 450) | POLLOUT = 0x4 constant POLLPRI (line 451) | POLLPRI = 0x2 constant POLLRDBAND (line 452) | POLLRDBAND = 0x80 constant POLLRDNORM (line 453) | POLLRDNORM = 0x40 constant POLLWRBAND (line 454) | POLLWRBAND = 0x100 constant POLLWRNORM (line 455) | POLLWRNORM = 0x4 type Utsname (line 458) | type Utsname struct constant SizeofClockinfo (line 466) | SizeofClockinfo = 0x14 type Clockinfo (line 468) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 93) | type Statfs_t struct type Flock_t (line 118) | type Flock_t struct type Dirent (line 127) | type Dirent struct type Fsid (line 138) | type Fsid struct constant PathMax (line 143) | PathMax = 0x400 constant FADV_NORMAL (line 147) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 148) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 149) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 150) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 151) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 152) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 155) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 163) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 172) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 178) | type RawSockaddrDatalink struct type RawSockaddr (line 189) | type RawSockaddr struct type RawSockaddrAny (line 195) | type RawSockaddrAny struct type _Socklen (line 200) | type _Socklen type Xucred (line 202) | type Xucred struct type Linger (line 210) | type Linger struct type Iovec (line 215) | type Iovec struct type IPMreq (line 220) | type IPMreq struct type IPMreqn (line 225) | type IPMreqn struct type IPv6Mreq (line 231) | type IPv6Mreq struct type Msghdr (line 236) | type Msghdr struct type Cmsghdr (line 246) | type Cmsghdr struct type Inet6Pktinfo (line 252) | type Inet6Pktinfo struct type IPv6MTUInfo (line 257) | type IPv6MTUInfo struct type ICMPv6Filter (line 262) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 267) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 268) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 269) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 270) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 271) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 272) | SizeofXucred = 0x50 constant SizeofLinger (line 273) | SizeofLinger = 0x8 constant SizeofIovec (line 274) | SizeofIovec = 0x8 constant SizeofIPMreq (line 275) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 276) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 277) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 278) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 279) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 280) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 281) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 282) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 286) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 287) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 288) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 291) | type PtraceLwpInfoStruct struct type __Siginfo (line 304) | type __Siginfo struct type __PtraceSiginfo (line 315) | type __PtraceSiginfo struct type Sigset_t (line 327) | type Sigset_t struct type Reg (line 331) | type Reg struct type FpReg (line 353) | type FpReg struct type FpExtendedPrecision (line 360) | type FpExtendedPrecision struct type PtraceIoDesc (line 362) | type PtraceIoDesc struct type Kevent_t (line 369) | type Kevent_t struct type FdSet (line 379) | type FdSet struct constant sizeofIfMsghdr (line 384) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 385) | SizeofIfMsghdr = 0x60 constant sizeofIfData (line 386) | sizeofIfData = 0x98 constant SizeofIfData (line 387) | SizeofIfData = 0x50 constant SizeofIfaMsghdr (line 388) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 389) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 390) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 391) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 392) | SizeofRtMetrics = 0x38 type ifMsghdr (line 395) | type ifMsghdr struct type IfMsghdr (line 406) | type IfMsghdr struct type ifData (line 416) | type ifData struct type IfData (line 444) | type IfData struct type IfaMsghdr (line 472) | type IfaMsghdr struct type IfmaMsghdr (line 483) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 493) | type IfAnnounceMsghdr struct type RtMsghdr (line 502) | type RtMsghdr struct type RtMetrics (line 518) | type RtMetrics struct constant SizeofBpfVersion (line 534) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 535) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 536) | SizeofBpfZbuf = 0xc constant SizeofBpfProgram (line 537) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 538) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 539) | SizeofBpfHdr = 0x14 constant SizeofBpfZbufHeader (line 540) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 543) | type BpfVersion struct type BpfStat (line 548) | type BpfStat struct type BpfZbuf (line 553) | type BpfZbuf struct type BpfProgram (line 559) | type BpfProgram struct type BpfInsn (line 564) | type BpfInsn struct type BpfHdr (line 571) | type BpfHdr struct type BpfZbufHeader (line 579) | type BpfZbufHeader struct type Termios (line 586) | type Termios struct type Winsize (line 596) | type Winsize struct constant AT_FDCWD (line 604) | AT_FDCWD = -0x64 constant AT_EACCESS (line 605) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 606) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 607) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 608) | AT_REMOVEDIR = 0x800 type PollFd (line 611) | type PollFd struct constant POLLERR (line 618) | POLLERR = 0x8 constant POLLHUP (line 619) | POLLHUP = 0x10 constant POLLIN (line 620) | POLLIN = 0x1 constant POLLINIGNEOF (line 621) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 622) | POLLNVAL = 0x20 constant POLLOUT (line 623) | POLLOUT = 0x4 constant POLLPRI (line 624) | POLLPRI = 0x2 constant POLLRDBAND (line 625) | POLLRDBAND = 0x80 constant POLLRDNORM (line 626) | POLLRDNORM = 0x40 constant POLLWRBAND (line 627) | POLLWRBAND = 0x100 constant POLLWRNORM (line 628) | POLLWRNORM = 0x4 type CapRights (line 631) | type CapRights struct type Utsname (line 635) | type Utsname struct constant SizeofClockinfo (line 643) | SizeofClockinfo = 0x14 type Clockinfo (line 645) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 89) | type Statfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 124) | type Dirent struct type Fsid (line 135) | type Fsid struct constant PathMax (line 140) | PathMax = 0x400 constant FADV_NORMAL (line 144) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 145) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 146) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 147) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 148) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 149) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 152) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 160) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 169) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 175) | type RawSockaddrDatalink struct type RawSockaddr (line 186) | type RawSockaddr struct type RawSockaddrAny (line 192) | type RawSockaddrAny struct type _Socklen (line 197) | type _Socklen type Xucred (line 199) | type Xucred struct type Linger (line 207) | type Linger struct type Iovec (line 212) | type Iovec struct type IPMreq (line 217) | type IPMreq struct type IPMreqn (line 222) | type IPMreqn struct type IPv6Mreq (line 228) | type IPv6Mreq struct type Msghdr (line 233) | type Msghdr struct type Cmsghdr (line 243) | type Cmsghdr struct type Inet6Pktinfo (line 249) | type Inet6Pktinfo struct type IPv6MTUInfo (line 254) | type IPv6MTUInfo struct type ICMPv6Filter (line 259) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 264) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 265) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 266) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 267) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 268) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 269) | SizeofXucred = 0x58 constant SizeofLinger (line 270) | SizeofLinger = 0x8 constant SizeofIovec (line 271) | SizeofIovec = 0x10 constant SizeofIPMreq (line 272) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 273) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 274) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 275) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 276) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 277) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 278) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 279) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 283) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 284) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 285) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 288) | type PtraceLwpInfoStruct struct type __Siginfo (line 301) | type __Siginfo struct type __PtraceSiginfo (line 313) | type __PtraceSiginfo struct type Sigset_t (line 325) | type Sigset_t struct type Reg (line 329) | type Reg struct type FpReg (line 358) | type FpReg struct type FpExtendedPrecision (line 365) | type FpExtendedPrecision struct type PtraceIoDesc (line 367) | type PtraceIoDesc struct type Kevent_t (line 374) | type Kevent_t struct type FdSet (line 384) | type FdSet struct constant sizeofIfMsghdr (line 389) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 390) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 391) | sizeofIfData = 0x98 constant SizeofIfData (line 392) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 393) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 394) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 395) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 396) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 397) | SizeofRtMetrics = 0x70 type ifMsghdr (line 400) | type ifMsghdr struct type IfMsghdr (line 411) | type IfMsghdr struct type ifData (line 421) | type ifData struct type IfData (line 449) | type IfData struct type IfaMsghdr (line 477) | type IfaMsghdr struct type IfmaMsghdr (line 488) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 498) | type IfAnnounceMsghdr struct type RtMsghdr (line 507) | type RtMsghdr struct type RtMetrics (line 523) | type RtMetrics struct constant SizeofBpfVersion (line 539) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 540) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 541) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 542) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 543) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 544) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 545) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 548) | type BpfVersion struct type BpfStat (line 553) | type BpfStat struct type BpfZbuf (line 558) | type BpfZbuf struct type BpfProgram (line 564) | type BpfProgram struct type BpfInsn (line 569) | type BpfInsn struct type BpfHdr (line 576) | type BpfHdr struct type BpfZbufHeader (line 584) | type BpfZbufHeader struct type Termios (line 591) | type Termios struct type Winsize (line 601) | type Winsize struct constant AT_FDCWD (line 609) | AT_FDCWD = -0x64 constant AT_EACCESS (line 610) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 611) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 612) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 613) | AT_REMOVEDIR = 0x800 type PollFd (line 616) | type PollFd struct constant POLLERR (line 623) | POLLERR = 0x8 constant POLLHUP (line 624) | POLLHUP = 0x10 constant POLLIN (line 625) | POLLIN = 0x1 constant POLLINIGNEOF (line 626) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 627) | POLLNVAL = 0x20 constant POLLOUT (line 628) | POLLOUT = 0x4 constant POLLPRI (line 629) | POLLPRI = 0x2 constant POLLRDBAND (line 630) | POLLRDBAND = 0x80 constant POLLRDNORM (line 631) | POLLRDNORM = 0x40 constant POLLWRBAND (line 632) | POLLWRBAND = 0x100 constant POLLWRNORM (line 633) | POLLWRNORM = 0x4 type CapRights (line 636) | type CapRights struct type Utsname (line 640) | type Utsname struct constant SizeofClockinfo (line 648) | SizeofClockinfo = 0x14 type Clockinfo (line 650) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 30) | type Timeval struct type Time_t (line 36) | type Time_t type Rusage (line 38) | type Rusage struct type Rlimit (line 57) | type Rlimit struct type _Gid_t (line 62) | type _Gid_t constant _statfsVersion (line 65) | _statfsVersion = 0x20140518 constant _dirblksiz (line 66) | _dirblksiz = 0x400 type Stat_t (line 69) | type Stat_t struct type Statfs_t (line 91) | type Statfs_t struct type Flock_t (line 116) | type Flock_t struct type Dirent (line 126) | type Dirent struct type Fsid (line 137) | type Fsid struct constant PathMax (line 142) | PathMax = 0x400 constant FADV_NORMAL (line 146) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 147) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 148) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 149) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 150) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 151) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 154) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 162) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 171) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 177) | type RawSockaddrDatalink struct type RawSockaddr (line 188) | type RawSockaddr struct type RawSockaddrAny (line 194) | type RawSockaddrAny struct type _Socklen (line 199) | type _Socklen type Xucred (line 201) | type Xucred struct type Linger (line 209) | type Linger struct type Iovec (line 214) | type Iovec struct type IPMreq (line 219) | type IPMreq struct type IPMreqn (line 224) | type IPMreqn struct type IPv6Mreq (line 230) | type IPv6Mreq struct type Msghdr (line 235) | type Msghdr struct type Cmsghdr (line 245) | type Cmsghdr struct type Inet6Pktinfo (line 251) | type Inet6Pktinfo struct type IPv6MTUInfo (line 256) | type IPv6MTUInfo struct type ICMPv6Filter (line 261) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 266) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 267) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 268) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 269) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 270) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 271) | SizeofXucred = 0x50 constant SizeofLinger (line 272) | SizeofLinger = 0x8 constant SizeofIovec (line 273) | SizeofIovec = 0x8 constant SizeofIPMreq (line 274) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 275) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 276) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 277) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 278) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 279) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 280) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 281) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 285) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 286) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 287) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 290) | type PtraceLwpInfoStruct struct type __Siginfo (line 303) | type __Siginfo struct type __PtraceSiginfo (line 315) | type __PtraceSiginfo struct type Sigset_t (line 327) | type Sigset_t struct type Reg (line 331) | type Reg struct type FpReg (line 339) | type FpReg struct type FpExtendedPrecision (line 344) | type FpExtendedPrecision struct type PtraceIoDesc (line 350) | type PtraceIoDesc struct type Kevent_t (line 357) | type Kevent_t struct type FdSet (line 369) | type FdSet struct constant sizeofIfMsghdr (line 374) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 375) | SizeofIfMsghdr = 0x70 constant sizeofIfData (line 376) | sizeofIfData = 0x98 constant SizeofIfData (line 377) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 378) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 379) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 380) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 381) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 382) | SizeofRtMetrics = 0x38 type ifMsghdr (line 385) | type ifMsghdr struct type IfMsghdr (line 396) | type IfMsghdr struct type ifData (line 406) | type ifData struct type IfData (line 434) | type IfData struct type IfaMsghdr (line 463) | type IfaMsghdr struct type IfmaMsghdr (line 474) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 484) | type IfAnnounceMsghdr struct type RtMsghdr (line 493) | type RtMsghdr struct type RtMetrics (line 509) | type RtMetrics struct constant SizeofBpfVersion (line 525) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 526) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 527) | SizeofBpfZbuf = 0xc constant SizeofBpfProgram (line 528) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 529) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 530) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 531) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 534) | type BpfVersion struct type BpfStat (line 539) | type BpfStat struct type BpfZbuf (line 544) | type BpfZbuf struct type BpfProgram (line 550) | type BpfProgram struct type BpfInsn (line 555) | type BpfInsn struct type BpfHdr (line 562) | type BpfHdr struct type BpfZbufHeader (line 570) | type BpfZbufHeader struct type Termios (line 577) | type Termios struct type Winsize (line 587) | type Winsize struct constant AT_FDCWD (line 595) | AT_FDCWD = -0x64 constant AT_EACCESS (line 596) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 597) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 598) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 599) | AT_REMOVEDIR = 0x800 type PollFd (line 602) | type PollFd struct constant POLLERR (line 609) | POLLERR = 0x8 constant POLLHUP (line 610) | POLLHUP = 0x10 constant POLLIN (line 611) | POLLIN = 0x1 constant POLLINIGNEOF (line 612) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 613) | POLLNVAL = 0x20 constant POLLOUT (line 614) | POLLOUT = 0x4 constant POLLPRI (line 615) | POLLPRI = 0x2 constant POLLRDBAND (line 616) | POLLRDBAND = 0x80 constant POLLRDNORM (line 617) | POLLRDNORM = 0x40 constant POLLWRBAND (line 618) | POLLWRBAND = 0x100 constant POLLWRNORM (line 619) | POLLWRNORM = 0x4 type CapRights (line 622) | type CapRights struct type Utsname (line 626) | type Utsname struct constant SizeofClockinfo (line 634) | SizeofClockinfo = 0x14 type Clockinfo (line 636) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 89) | type Statfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 124) | type Dirent struct type Fsid (line 135) | type Fsid struct constant PathMax (line 140) | PathMax = 0x400 constant FADV_NORMAL (line 144) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 145) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 146) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 147) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 148) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 149) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 152) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 160) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 169) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 175) | type RawSockaddrDatalink struct type RawSockaddr (line 186) | type RawSockaddr struct type RawSockaddrAny (line 192) | type RawSockaddrAny struct type _Socklen (line 197) | type _Socklen type Xucred (line 199) | type Xucred struct type Linger (line 207) | type Linger struct type Iovec (line 212) | type Iovec struct type IPMreq (line 217) | type IPMreq struct type IPMreqn (line 222) | type IPMreqn struct type IPv6Mreq (line 228) | type IPv6Mreq struct type Msghdr (line 233) | type Msghdr struct type Cmsghdr (line 243) | type Cmsghdr struct type Inet6Pktinfo (line 249) | type Inet6Pktinfo struct type IPv6MTUInfo (line 254) | type IPv6MTUInfo struct type ICMPv6Filter (line 259) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 264) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 265) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 266) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 267) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 268) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 269) | SizeofXucred = 0x58 constant SizeofLinger (line 270) | SizeofLinger = 0x8 constant SizeofIovec (line 271) | SizeofIovec = 0x10 constant SizeofIPMreq (line 272) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 273) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 274) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 275) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 276) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 277) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 278) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 279) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 283) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 284) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 285) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 288) | type PtraceLwpInfoStruct struct type __Siginfo (line 301) | type __Siginfo struct type __PtraceSiginfo (line 313) | type __PtraceSiginfo struct type Sigset_t (line 325) | type Sigset_t struct type Reg (line 329) | type Reg struct type FpReg (line 338) | type FpReg struct type FpExtendedPrecision (line 345) | type FpExtendedPrecision struct type PtraceIoDesc (line 347) | type PtraceIoDesc struct type Kevent_t (line 354) | type Kevent_t struct type FdSet (line 364) | type FdSet struct constant sizeofIfMsghdr (line 369) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 370) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 371) | sizeofIfData = 0x98 constant SizeofIfData (line 372) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 373) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 374) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 375) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 376) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 377) | SizeofRtMetrics = 0x70 type ifMsghdr (line 380) | type ifMsghdr struct type IfMsghdr (line 391) | type IfMsghdr struct type ifData (line 401) | type ifData struct type IfData (line 429) | type IfData struct type IfaMsghdr (line 457) | type IfaMsghdr struct type IfmaMsghdr (line 468) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 478) | type IfAnnounceMsghdr struct type RtMsghdr (line 487) | type RtMsghdr struct type RtMetrics (line 503) | type RtMetrics struct constant SizeofBpfVersion (line 519) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 520) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 521) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 522) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 523) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 524) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 525) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 528) | type BpfVersion struct type BpfStat (line 533) | type BpfStat struct type BpfZbuf (line 538) | type BpfZbuf struct type BpfProgram (line 544) | type BpfProgram struct type BpfInsn (line 549) | type BpfInsn struct type BpfHdr (line 556) | type BpfHdr struct type BpfZbufHeader (line 564) | type BpfZbufHeader struct type Termios (line 571) | type Termios struct type Winsize (line 581) | type Winsize struct constant AT_FDCWD (line 589) | AT_FDCWD = -0x64 constant AT_EACCESS (line 590) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 591) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 592) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 593) | AT_REMOVEDIR = 0x800 type PollFd (line 596) | type PollFd struct constant POLLERR (line 603) | POLLERR = 0x8 constant POLLHUP (line 604) | POLLHUP = 0x10 constant POLLIN (line 605) | POLLIN = 0x1 constant POLLINIGNEOF (line 606) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 607) | POLLNVAL = 0x20 constant POLLOUT (line 608) | POLLOUT = 0x4 constant POLLPRI (line 609) | POLLPRI = 0x2 constant POLLRDBAND (line 610) | POLLRDBAND = 0x80 constant POLLRDNORM (line 611) | POLLRDNORM = 0x40 constant POLLWRBAND (line 612) | POLLWRBAND = 0x100 constant POLLWRNORM (line 613) | POLLWRNORM = 0x4 type CapRights (line 616) | type CapRights struct type Utsname (line 620) | type Utsname struct constant SizeofClockinfo (line 628) | SizeofClockinfo = 0x14 type Clockinfo (line 630) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 34) | type Time_t type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t constant _statfsVersion (line 63) | _statfsVersion = 0x20140518 constant _dirblksiz (line 64) | _dirblksiz = 0x400 type Stat_t (line 67) | type Stat_t struct type Statfs_t (line 89) | type Statfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 124) | type Dirent struct type Fsid (line 135) | type Fsid struct constant PathMax (line 140) | PathMax = 0x400 constant FADV_NORMAL (line 144) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 145) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 146) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 147) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 148) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 149) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 152) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 160) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 169) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 175) | type RawSockaddrDatalink struct type RawSockaddr (line 186) | type RawSockaddr struct type RawSockaddrAny (line 192) | type RawSockaddrAny struct type _Socklen (line 197) | type _Socklen type Xucred (line 199) | type Xucred struct type Linger (line 207) | type Linger struct type Iovec (line 212) | type Iovec struct type IPMreq (line 217) | type IPMreq struct type IPMreqn (line 222) | type IPMreqn struct type IPv6Mreq (line 228) | type IPv6Mreq struct type Msghdr (line 233) | type Msghdr struct type Cmsghdr (line 243) | type Cmsghdr struct type Inet6Pktinfo (line 249) | type Inet6Pktinfo struct type IPv6MTUInfo (line 254) | type IPv6MTUInfo struct type ICMPv6Filter (line 259) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 264) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 265) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 266) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 267) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 268) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 269) | SizeofXucred = 0x58 constant SizeofLinger (line 270) | SizeofLinger = 0x8 constant SizeofIovec (line 271) | SizeofIovec = 0x10 constant SizeofIPMreq (line 272) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 273) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 274) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 275) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 276) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 277) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 278) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 279) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 283) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 284) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 285) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 288) | type PtraceLwpInfoStruct struct type __Siginfo (line 301) | type __Siginfo struct type __PtraceSiginfo (line 313) | type __PtraceSiginfo struct type Sigset_t (line 325) | type Sigset_t struct type Reg (line 329) | type Reg struct type FpReg (line 341) | type FpReg struct type FpExtendedPrecision (line 346) | type FpExtendedPrecision struct type PtraceIoDesc (line 348) | type PtraceIoDesc struct type Kevent_t (line 355) | type Kevent_t struct type FdSet (line 365) | type FdSet struct constant sizeofIfMsghdr (line 370) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 371) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 372) | sizeofIfData = 0x98 constant SizeofIfData (line 373) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 374) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 375) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 376) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 377) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 378) | SizeofRtMetrics = 0x70 type ifMsghdr (line 381) | type ifMsghdr struct type IfMsghdr (line 392) | type IfMsghdr struct type ifData (line 402) | type ifData struct type IfData (line 430) | type IfData struct type IfaMsghdr (line 458) | type IfaMsghdr struct type IfmaMsghdr (line 469) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 479) | type IfAnnounceMsghdr struct type RtMsghdr (line 488) | type RtMsghdr struct type RtMetrics (line 504) | type RtMetrics struct constant SizeofBpfVersion (line 521) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 522) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 523) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 524) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 525) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 526) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 527) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 530) | type BpfVersion struct type BpfStat (line 535) | type BpfStat struct type BpfZbuf (line 540) | type BpfZbuf struct type BpfProgram (line 546) | type BpfProgram struct type BpfInsn (line 551) | type BpfInsn struct type BpfHdr (line 558) | type BpfHdr struct type BpfZbufHeader (line 566) | type BpfZbufHeader struct type Termios (line 573) | type Termios struct type Winsize (line 583) | type Winsize struct constant AT_FDCWD (line 591) | AT_FDCWD = -0x64 constant AT_EACCESS (line 592) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 593) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 594) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 595) | AT_REMOVEDIR = 0x800 type PollFd (line 598) | type PollFd struct constant POLLERR (line 605) | POLLERR = 0x8 constant POLLHUP (line 606) | POLLHUP = 0x10 constant POLLIN (line 607) | POLLIN = 0x1 constant POLLINIGNEOF (line 608) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 609) | POLLNVAL = 0x20 constant POLLOUT (line 610) | POLLOUT = 0x4 constant POLLPRI (line 611) | POLLPRI = 0x2 constant POLLRDBAND (line 612) | POLLRDBAND = 0x80 constant POLLRDNORM (line 613) | POLLRDNORM = 0x40 constant POLLWRBAND (line 614) | POLLWRBAND = 0x100 constant POLLWRNORM (line 615) | POLLWRNORM = 0x4 type CapRights (line 618) | type CapRights struct type Utsname (line 622) | type Utsname struct constant SizeofClockinfo (line 630) | SizeofClockinfo = 0x14 type Clockinfo (line 632) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux.go constant SizeofShort (line 9) | SizeofShort = 0x2 constant SizeofInt (line 10) | SizeofInt = 0x4 constant SizeofLongLong (line 11) | SizeofLongLong = 0x8 constant PathMax (line 12) | PathMax = 0x1000 type _C_short (line 16) | type _C_short type _C_int (line 17) | type _C_int type _C_long_long (line 19) | type _C_long_long type ItimerSpec (line 22) | type ItimerSpec struct type Itimerval (line 27) | type Itimerval struct constant ADJ_OFFSET (line 33) | ADJ_OFFSET = 0x1 constant ADJ_FREQUENCY (line 34) | ADJ_FREQUENCY = 0x2 constant ADJ_MAXERROR (line 35) | ADJ_MAXERROR = 0x4 constant ADJ_ESTERROR (line 36) | ADJ_ESTERROR = 0x8 constant ADJ_STATUS (line 37) | ADJ_STATUS = 0x10 constant ADJ_TIMECONST (line 38) | ADJ_TIMECONST = 0x20 constant ADJ_TAI (line 39) | ADJ_TAI = 0x80 constant ADJ_SETOFFSET (line 40) | ADJ_SETOFFSET = 0x100 constant ADJ_MICRO (line 41) | ADJ_MICRO = 0x1000 constant ADJ_NANO (line 42) | ADJ_NANO = 0x2000 constant ADJ_TICK (line 43) | ADJ_TICK = 0x4000 constant ADJ_OFFSET_SINGLESHOT (line 44) | ADJ_OFFSET_SINGLESHOT = 0x8001 constant ADJ_OFFSET_SS_READ (line 45) | ADJ_OFFSET_SS_READ = 0xa001 constant STA_PLL (line 49) | STA_PLL = 0x1 constant STA_PPSFREQ (line 50) | STA_PPSFREQ = 0x2 constant STA_PPSTIME (line 51) | STA_PPSTIME = 0x4 constant STA_FLL (line 52) | STA_FLL = 0x8 constant STA_INS (line 53) | STA_INS = 0x10 constant STA_DEL (line 54) | STA_DEL = 0x20 constant STA_UNSYNC (line 55) | STA_UNSYNC = 0x40 constant STA_FREQHOLD (line 56) | STA_FREQHOLD = 0x80 constant STA_PPSSIGNAL (line 57) | STA_PPSSIGNAL = 0x100 constant STA_PPSJITTER (line 58) | STA_PPSJITTER = 0x200 constant STA_PPSWANDER (line 59) | STA_PPSWANDER = 0x400 constant STA_PPSERROR (line 60) | STA_PPSERROR = 0x800 constant STA_CLOCKERR (line 61) | STA_CLOCKERR = 0x1000 constant STA_NANO (line 62) | STA_NANO = 0x2000 constant STA_MODE (line 63) | STA_MODE = 0x4000 constant STA_CLK (line 64) | STA_CLK = 0x8000 constant TIME_OK (line 68) | TIME_OK = 0x0 constant TIME_INS (line 69) | TIME_INS = 0x1 constant TIME_DEL (line 70) | TIME_DEL = 0x2 constant TIME_OOP (line 71) | TIME_OOP = 0x3 constant TIME_WAIT (line 72) | TIME_WAIT = 0x4 constant TIME_ERROR (line 73) | TIME_ERROR = 0x5 constant TIME_BAD (line 74) | TIME_BAD = 0x5 type Rlimit (line 77) | type Rlimit struct type _Gid_t (line 82) | type _Gid_t type StatxTimestamp (line 84) | type StatxTimestamp struct type Statx_t (line 90) | type Statx_t struct type Fsid (line 117) | type Fsid struct type FileCloneRange (line 121) | type FileCloneRange struct type RawFileDedupeRange (line 128) | type RawFileDedupeRange struct type RawFileDedupeRangeInfo (line 136) | type RawFileDedupeRangeInfo struct constant SizeofRawFileDedupeRange (line 145) | SizeofRawFileDedupeRange = 0x18 constant SizeofRawFileDedupeRangeInfo (line 146) | SizeofRawFileDedupeRangeInfo = 0x20 constant FILE_DEDUPE_RANGE_SAME (line 147) | FILE_DEDUPE_RANGE_SAME = 0x0 constant FILE_DEDUPE_RANGE_DIFFERS (line 148) | FILE_DEDUPE_RANGE_DIFFERS = 0x1 type FscryptPolicy (line 151) | type FscryptPolicy struct type FscryptKey (line 159) | type FscryptKey struct type FscryptPolicyV1 (line 165) | type FscryptPolicyV1 struct type FscryptPolicyV2 (line 173) | type FscryptPolicyV2 struct type FscryptGetPolicyExArg (line 182) | type FscryptGetPolicyExArg struct type FscryptKeySpecifier (line 187) | type FscryptKeySpecifier struct type FscryptAddKeyArg (line 193) | type FscryptAddKeyArg struct type FscryptRemoveKeyArg (line 200) | type FscryptRemoveKeyArg struct type FscryptGetKeyStatusArg (line 206) | type FscryptGetKeyStatusArg struct type DmIoctl (line 215) | type DmIoctl struct type DmTargetSpec (line 230) | type DmTargetSpec struct type DmTargetDeps (line 238) | type DmTargetDeps struct type DmTargetVersions (line 243) | type DmTargetVersions struct type DmTargetMsg (line 248) | type DmTargetMsg struct constant SizeofDmIoctl (line 253) | SizeofDmIoctl = 0x138 constant SizeofDmTargetSpec (line 254) | SizeofDmTargetSpec = 0x28 type KeyctlDHParams (line 257) | type KeyctlDHParams struct constant FADV_NORMAL (line 264) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 265) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 266) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 267) | FADV_WILLNEED = 0x3 type RawSockaddrInet4 (line 270) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 277) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 285) | type RawSockaddrUnix struct type RawSockaddrLinklayer (line 290) | type RawSockaddrLinklayer struct type RawSockaddrNetlink (line 300) | type RawSockaddrNetlink struct type RawSockaddrHCI (line 307) | type RawSockaddrHCI struct type RawSockaddrL2 (line 313) | type RawSockaddrL2 struct type RawSockaddrRFCOMM (line 322) | type RawSockaddrRFCOMM struct type RawSockaddrCAN (line 329) | type RawSockaddrCAN struct type RawSockaddrALG (line 335) | type RawSockaddrALG struct type RawSockaddrVM (line 343) | type RawSockaddrVM struct type RawSockaddrXDP (line 352) | type RawSockaddrXDP struct type RawSockaddrPPPoX (line 360) | type RawSockaddrPPPoX type RawSockaddrTIPC (line 362) | type RawSockaddrTIPC struct type RawSockaddrL2TPIP (line 369) | type RawSockaddrL2TPIP struct type RawSockaddrL2TPIP6 (line 377) | type RawSockaddrL2TPIP6 struct type RawSockaddrIUCV (line 386) | type RawSockaddrIUCV struct type RawSockaddrNFC (line 395) | type RawSockaddrNFC struct type _Socklen (line 402) | type _Socklen type Linger (line 404) | type Linger struct type IPMreq (line 409) | type IPMreq struct type IPMreqn (line 414) | type IPMreqn struct type IPv6Mreq (line 420) | type IPv6Mreq struct type PacketMreq (line 425) | type PacketMreq struct type Inet4Pktinfo (line 432) | type Inet4Pktinfo struct type Inet6Pktinfo (line 438) | type Inet6Pktinfo struct type IPv6MTUInfo (line 443) | type IPv6MTUInfo struct type ICMPv6Filter (line 448) | type ICMPv6Filter struct type Ucred (line 452) | type Ucred struct type TCPInfo (line 458) | type TCPInfo struct type CanFilter (line 515) | type CanFilter struct type TCPRepairOpt (line 520) | type TCPRepairOpt struct constant SizeofSockaddrInet4 (line 526) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 527) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 528) | SizeofSockaddrAny = 0x70 constant SizeofSockaddrUnix (line 529) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrLinklayer (line 530) | SizeofSockaddrLinklayer = 0x14 constant SizeofSockaddrNetlink (line 531) | SizeofSockaddrNetlink = 0xc constant SizeofSockaddrHCI (line 532) | SizeofSockaddrHCI = 0x6 constant SizeofSockaddrL2 (line 533) | SizeofSockaddrL2 = 0xe constant SizeofSockaddrRFCOMM (line 534) | SizeofSockaddrRFCOMM = 0xa constant SizeofSockaddrCAN (line 535) | SizeofSockaddrCAN = 0x18 constant SizeofSockaddrALG (line 536) | SizeofSockaddrALG = 0x58 constant SizeofSockaddrVM (line 537) | SizeofSockaddrVM = 0x10 constant SizeofSockaddrXDP (line 538) | SizeofSockaddrXDP = 0x10 constant SizeofSockaddrPPPoX (line 539) | SizeofSockaddrPPPoX = 0x1e constant SizeofSockaddrTIPC (line 540) | SizeofSockaddrTIPC = 0x10 constant SizeofSockaddrL2TPIP (line 541) | SizeofSockaddrL2TPIP = 0x10 constant SizeofSockaddrL2TPIP6 (line 542) | SizeofSockaddrL2TPIP6 = 0x20 constant SizeofSockaddrIUCV (line 543) | SizeofSockaddrIUCV = 0x20 constant SizeofSockaddrNFC (line 544) | SizeofSockaddrNFC = 0x10 constant SizeofLinger (line 545) | SizeofLinger = 0x8 constant SizeofIPMreq (line 546) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 547) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 548) | SizeofIPv6Mreq = 0x14 constant SizeofPacketMreq (line 549) | SizeofPacketMreq = 0x10 constant SizeofInet4Pktinfo (line 550) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 551) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 552) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 553) | SizeofICMPv6Filter = 0x20 constant SizeofUcred (line 554) | SizeofUcred = 0xc constant SizeofTCPInfo (line 555) | SizeofTCPInfo = 0xf0 constant SizeofCanFilter (line 556) | SizeofCanFilter = 0x8 constant SizeofTCPRepairOpt (line 557) | SizeofTCPRepairOpt = 0x8 constant NDA_UNSPEC (line 561) | NDA_UNSPEC = 0x0 constant NDA_DST (line 562) | NDA_DST = 0x1 constant NDA_LLADDR (line 563) | NDA_LLADDR = 0x2 constant NDA_CACHEINFO (line 564) | NDA_CACHEINFO = 0x3 constant NDA_PROBES (line 565) | NDA_PROBES = 0x4 constant NDA_VLAN (line 566) | NDA_VLAN = 0x5 constant NDA_PORT (line 567) | NDA_PORT = 0x6 constant NDA_VNI (line 568) | NDA_VNI = 0x7 constant NDA_IFINDEX (line 569) | NDA_IFINDEX = 0x8 constant NDA_MASTER (line 570) | NDA_MASTER = 0x9 constant NDA_LINK_NETNSID (line 571) | NDA_LINK_NETNSID = 0xa constant NDA_SRC_VNI (line 572) | NDA_SRC_VNI = 0xb constant NTF_USE (line 573) | NTF_USE = 0x1 constant NTF_SELF (line 574) | NTF_SELF = 0x2 constant NTF_MASTER (line 575) | NTF_MASTER = 0x4 constant NTF_PROXY (line 576) | NTF_PROXY = 0x8 constant NTF_EXT_LEARNED (line 577) | NTF_EXT_LEARNED = 0x10 constant NTF_OFFLOADED (line 578) | NTF_OFFLOADED = 0x20 constant NTF_ROUTER (line 579) | NTF_ROUTER = 0x80 constant NUD_INCOMPLETE (line 580) | NUD_INCOMPLETE = 0x1 constant NUD_REACHABLE (line 581) | NUD_REACHABLE = 0x2 constant NUD_STALE (line 582) | NUD_STALE = 0x4 constant NUD_DELAY (line 583) | NUD_DELAY = 0x8 constant NUD_PROBE (line 584) | NUD_PROBE = 0x10 constant NUD_FAILED (line 585) | NUD_FAILED = 0x20 constant NUD_NOARP (line 586) | NUD_NOARP = 0x40 constant NUD_PERMANENT (line 587) | NUD_PERMANENT = 0x80 constant NUD_NONE (line 588) | NUD_NONE = 0x0 constant IFA_UNSPEC (line 589) | IFA_UNSPEC = 0x0 constant IFA_ADDRESS (line 590) | IFA_ADDRESS = 0x1 constant IFA_LOCAL (line 591) | IFA_LOCAL = 0x2 constant IFA_LABEL (line 592) | IFA_LABEL = 0x3 constant IFA_BROADCAST (line 593) | IFA_BROADCAST = 0x4 constant IFA_ANYCAST (line 594) | IFA_ANYCAST = 0x5 constant IFA_CACHEINFO (line 595) | IFA_CACHEINFO = 0x6 constant IFA_MULTICAST (line 596) | IFA_MULTICAST = 0x7 constant IFA_FLAGS (line 597) | IFA_FLAGS = 0x8 constant IFA_RT_PRIORITY (line 598) | IFA_RT_PRIORITY = 0x9 constant IFA_TARGET_NETNSID (line 599) | IFA_TARGET_NETNSID = 0xa constant RT_SCOPE_UNIVERSE (line 600) | RT_SCOPE_UNIVERSE = 0x0 constant RT_SCOPE_SITE (line 601) | RT_SCOPE_SITE = 0xc8 constant RT_SCOPE_LINK (line 602) | RT_SCOPE_LINK = 0xfd constant RT_SCOPE_HOST (line 603) | RT_SCOPE_HOST = 0xfe constant RT_SCOPE_NOWHERE (line 604) | RT_SCOPE_NOWHERE = 0xff constant RT_TABLE_UNSPEC (line 605) | RT_TABLE_UNSPEC = 0x0 constant RT_TABLE_COMPAT (line 606) | RT_TABLE_COMPAT = 0xfc constant RT_TABLE_DEFAULT (line 607) | RT_TABLE_DEFAULT = 0xfd constant RT_TABLE_MAIN (line 608) | RT_TABLE_MAIN = 0xfe constant RT_TABLE_LOCAL (line 609) | RT_TABLE_LOCAL = 0xff constant RT_TABLE_MAX (line 610) | RT_TABLE_MAX = 0xffffffff constant RTA_UNSPEC (line 611) | RTA_UNSPEC = 0x0 constant RTA_DST (line 612) | RTA_DST = 0x1 constant RTA_SRC (line 613) | RTA_SRC = 0x2 constant RTA_IIF (line 614) | RTA_IIF = 0x3 constant RTA_OIF (line 615) | RTA_OIF = 0x4 constant RTA_GATEWAY (line 616) | RTA_GATEWAY = 0x5 constant RTA_PRIORITY (line 617) | RTA_PRIORITY = 0x6 constant RTA_PREFSRC (line 618) | RTA_PREFSRC = 0x7 constant RTA_METRICS (line 619) | RTA_METRICS = 0x8 constant RTA_MULTIPATH (line 620) | RTA_MULTIPATH = 0x9 constant RTA_FLOW (line 621) | RTA_FLOW = 0xb constant RTA_CACHEINFO (line 622) | RTA_CACHEINFO = 0xc constant RTA_TABLE (line 623) | RTA_TABLE = 0xf constant RTA_MARK (line 624) | RTA_MARK = 0x10 constant RTA_MFC_STATS (line 625) | RTA_MFC_STATS = 0x11 constant RTA_VIA (line 626) | RTA_VIA = 0x12 constant RTA_NEWDST (line 627) | RTA_NEWDST = 0x13 constant RTA_PREF (line 628) | RTA_PREF = 0x14 constant RTA_ENCAP_TYPE (line 629) | RTA_ENCAP_TYPE = 0x15 constant RTA_ENCAP (line 630) | RTA_ENCAP = 0x16 constant RTA_EXPIRES (line 631) | RTA_EXPIRES = 0x17 constant RTA_PAD (line 632) | RTA_PAD = 0x18 constant RTA_UID (line 633) | RTA_UID = 0x19 constant RTA_TTL_PROPAGATE (line 634) | RTA_TTL_PROPAGATE = 0x1a constant RTA_IP_PROTO (line 635) | RTA_IP_PROTO = 0x1b constant RTA_SPORT (line 636) | RTA_SPORT = 0x1c constant RTA_DPORT (line 637) | RTA_DPORT = 0x1d constant RTN_UNSPEC (line 638) | RTN_UNSPEC = 0x0 constant RTN_UNICAST (line 639) | RTN_UNICAST = 0x1 constant RTN_LOCAL (line 640) | RTN_LOCAL = 0x2 constant RTN_BROADCAST (line 641) | RTN_BROADCAST = 0x3 constant RTN_ANYCAST (line 642) | RTN_ANYCAST = 0x4 constant RTN_MULTICAST (line 643) | RTN_MULTICAST = 0x5 constant RTN_BLACKHOLE (line 644) | RTN_BLACKHOLE = 0x6 constant RTN_UNREACHABLE (line 645) | RTN_UNREACHABLE = 0x7 constant RTN_PROHIBIT (line 646) | RTN_PROHIBIT = 0x8 constant RTN_THROW (line 647) | RTN_THROW = 0x9 constant RTN_NAT (line 648) | RTN_NAT = 0xa constant RTN_XRESOLVE (line 649) | RTN_XRESOLVE = 0xb constant SizeofNlMsghdr (line 650) | SizeofNlMsghdr = 0x10 constant SizeofNlMsgerr (line 651) | SizeofNlMsgerr = 0x14 constant SizeofRtGenmsg (line 652) | SizeofRtGenmsg = 0x1 constant SizeofNlAttr (line 653) | SizeofNlAttr = 0x4 constant SizeofRtAttr (line 654) | SizeofRtAttr = 0x4 constant SizeofIfInfomsg (line 655) | SizeofIfInfomsg = 0x10 constant SizeofIfAddrmsg (line 656) | SizeofIfAddrmsg = 0x8 constant SizeofIfaCacheinfo (line 657) | SizeofIfaCacheinfo = 0x10 constant SizeofRtMsg (line 658) | SizeofRtMsg = 0xc constant SizeofRtNexthop (line 659) | SizeofRtNexthop = 0x8 constant SizeofNdUseroptmsg (line 660) | SizeofNdUseroptmsg = 0x10 constant SizeofNdMsg (line 661) | SizeofNdMsg = 0xc type NlMsghdr (line 664) | type NlMsghdr struct type NlMsgerr (line 672) | type NlMsgerr struct type RtGenmsg (line 677) | type RtGenmsg struct type NlAttr (line 681) | type NlAttr struct type RtAttr (line 686) | type RtAttr struct type IfInfomsg (line 691) | type IfInfomsg struct type IfAddrmsg (line 700) | type IfAddrmsg struct type IfaCacheinfo (line 708) | type IfaCacheinfo struct type RtMsg (line 715) | type RtMsg struct type RtNexthop (line 727) | type RtNexthop struct type NdUseroptmsg (line 734) | type NdUseroptmsg struct type NdMsg (line 745) | type NdMsg struct constant ICMP_FILTER (line 756) | ICMP_FILTER = 0x1 constant ICMPV6_FILTER (line 758) | ICMPV6_FILTER = 0x1 constant ICMPV6_FILTER_BLOCK (line 759) | ICMPV6_FILTER_BLOCK = 0x1 constant ICMPV6_FILTER_BLOCKOTHERS (line 760) | ICMPV6_FILTER_BLOCKOTHERS = 0x3 constant ICMPV6_FILTER_PASS (line 761) | ICMPV6_FILTER_PASS = 0x2 constant ICMPV6_FILTER_PASSONLY (line 762) | ICMPV6_FILTER_PASSONLY = 0x4 constant SizeofSockFilter (line 766) | SizeofSockFilter = 0x8 type SockFilter (line 769) | type SockFilter struct type SockFprog (line 776) | type SockFprog struct type InotifyEvent (line 781) | type InotifyEvent struct constant SizeofInotifyEvent (line 788) | SizeofInotifyEvent = 0x10 constant SI_LOAD_SHIFT (line 790) | SI_LOAD_SHIFT = 0x10 type Utsname (line 792) | type Utsname struct constant AT_EMPTY_PATH (line 802) | AT_EMPTY_PATH = 0x1000 constant AT_FDCWD (line 803) | AT_FDCWD = -0x64 constant AT_NO_AUTOMOUNT (line 804) | AT_NO_AUTOMOUNT = 0x800 constant AT_REMOVEDIR (line 805) | AT_REMOVEDIR = 0x200 constant AT_STATX_SYNC_AS_STAT (line 807) | AT_STATX_SYNC_AS_STAT = 0x0 constant AT_STATX_FORCE_SYNC (line 808) | AT_STATX_FORCE_SYNC = 0x2000 constant AT_STATX_DONT_SYNC (line 809) | AT_STATX_DONT_SYNC = 0x4000 constant AT_RECURSIVE (line 811) | AT_RECURSIVE = 0x8000 constant AT_SYMLINK_FOLLOW (line 813) | AT_SYMLINK_FOLLOW = 0x400 constant AT_SYMLINK_NOFOLLOW (line 814) | AT_SYMLINK_NOFOLLOW = 0x100 constant AT_EACCESS (line 816) | AT_EACCESS = 0x200 constant OPEN_TREE_CLONE (line 818) | OPEN_TREE_CLONE = 0x1 constant MOVE_MOUNT_F_SYMLINKS (line 820) | MOVE_MOUNT_F_SYMLINKS = 0x1 constant MOVE_MOUNT_F_AUTOMOUNTS (line 821) | MOVE_MOUNT_F_AUTOMOUNTS = 0x2 constant MOVE_MOUNT_F_EMPTY_PATH (line 822) | MOVE_MOUNT_F_EMPTY_PATH = 0x4 constant MOVE_MOUNT_T_SYMLINKS (line 823) | MOVE_MOUNT_T_SYMLINKS = 0x10 constant MOVE_MOUNT_T_AUTOMOUNTS (line 824) | MOVE_MOUNT_T_AUTOMOUNTS = 0x20 constant MOVE_MOUNT_T_EMPTY_PATH (line 825) | MOVE_MOUNT_T_EMPTY_PATH = 0x40 constant MOVE_MOUNT_SET_GROUP (line 826) | MOVE_MOUNT_SET_GROUP = 0x100 constant FSOPEN_CLOEXEC (line 828) | FSOPEN_CLOEXEC = 0x1 constant FSPICK_CLOEXEC (line 830) | FSPICK_CLOEXEC = 0x1 constant FSPICK_SYMLINK_NOFOLLOW (line 831) | FSPICK_SYMLINK_NOFOLLOW = 0x2 constant FSPICK_NO_AUTOMOUNT (line 832) | FSPICK_NO_AUTOMOUNT = 0x4 constant FSPICK_EMPTY_PATH (line 833) | FSPICK_EMPTY_PATH = 0x8 constant FSMOUNT_CLOEXEC (line 835) | FSMOUNT_CLOEXEC = 0x1 type OpenHow (line 838) | type OpenHow struct constant SizeofOpenHow (line 844) | SizeofOpenHow = 0x18 constant RESOLVE_BENEATH (line 847) | RESOLVE_BENEATH = 0x8 constant RESOLVE_IN_ROOT (line 848) | RESOLVE_IN_ROOT = 0x10 constant RESOLVE_NO_MAGICLINKS (line 849) | RESOLVE_NO_MAGICLINKS = 0x2 constant RESOLVE_NO_SYMLINKS (line 850) | RESOLVE_NO_SYMLINKS = 0x4 constant RESOLVE_NO_XDEV (line 851) | RESOLVE_NO_XDEV = 0x1 type PollFd (line 854) | type PollFd struct constant POLLIN (line 861) | POLLIN = 0x1 constant POLLPRI (line 862) | POLLPRI = 0x2 constant POLLOUT (line 863) | POLLOUT = 0x4 constant POLLERR (line 864) | POLLERR = 0x8 constant POLLHUP (line 865) | POLLHUP = 0x10 constant POLLNVAL (line 866) | POLLNVAL = 0x20 type sigset_argpack (line 869) | type sigset_argpack struct type SignalfdSiginfo (line 874) | type SignalfdSiginfo struct type Winsize (line 899) | type Winsize struct constant TASKSTATS_CMD_UNSPEC (line 907) | TASKSTATS_CMD_UNSPEC = 0x0 constant TASKSTATS_CMD_GET (line 908) | TASKSTATS_CMD_GET = 0x1 constant TASKSTATS_CMD_NEW (line 909) | TASKSTATS_CMD_NEW = 0x2 constant TASKSTATS_TYPE_UNSPEC (line 910) | TASKSTATS_TYPE_UNSPEC = 0x0 constant TASKSTATS_TYPE_PID (line 911) | TASKSTATS_TYPE_PID = 0x1 constant TASKSTATS_TYPE_TGID (line 912) | TASKSTATS_TYPE_TGID = 0x2 constant TASKSTATS_TYPE_STATS (line 913) | TASKSTATS_TYPE_STATS = 0x3 constant TASKSTATS_TYPE_AGGR_PID (line 914) | TASKSTATS_TYPE_AGGR_PID = 0x4 constant TASKSTATS_TYPE_AGGR_TGID (line 915) | TASKSTATS_TYPE_AGGR_TGID = 0x5 constant TASKSTATS_TYPE_NULL (line 916) | TASKSTATS_TYPE_NULL = 0x6 constant TASKSTATS_CMD_ATTR_UNSPEC (line 917) | TASKSTATS_CMD_ATTR_UNSPEC = 0x0 constant TASKSTATS_CMD_ATTR_PID (line 918) | TASKSTATS_CMD_ATTR_PID = 0x1 constant TASKSTATS_CMD_ATTR_TGID (line 919) | TASKSTATS_CMD_ATTR_TGID = 0x2 constant TASKSTATS_CMD_ATTR_REGISTER_CPUMASK (line 920) | TASKSTATS_CMD_ATTR_REGISTER_CPUMASK = 0x3 constant TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK (line 921) | TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK = 0x4 type CGroupStats (line 924) | type CGroupStats struct constant CGROUPSTATS_CMD_UNSPEC (line 933) | CGROUPSTATS_CMD_UNSPEC = 0x3 constant CGROUPSTATS_CMD_GET (line 934) | CGROUPSTATS_CMD_GET = 0x4 constant CGROUPSTATS_CMD_NEW (line 935) | CGROUPSTATS_CMD_NEW = 0x5 constant CGROUPSTATS_TYPE_UNSPEC (line 936) | CGROUPSTATS_TYPE_UNSPEC = 0x0 constant CGROUPSTATS_TYPE_CGROUP_STATS (line 937) | CGROUPSTATS_TYPE_CGROUP_STATS = 0x1 constant CGROUPSTATS_CMD_ATTR_UNSPEC (line 938) | CGROUPSTATS_CMD_ATTR_UNSPEC = 0x0 constant CGROUPSTATS_CMD_ATTR_FD (line 939) | CGROUPSTATS_CMD_ATTR_FD = 0x1 type Genlmsghdr (line 942) | type Genlmsghdr struct constant CTRL_CMD_UNSPEC (line 949) | CTRL_CMD_UNSPEC = 0x0 constant CTRL_CMD_NEWFAMILY (line 950) | CTRL_CMD_NEWFAMILY = 0x1 constant CTRL_CMD_DELFAMILY (line 951) | CTRL_CMD_DELFAMILY = 0x2 constant CTRL_CMD_GETFAMILY (line 952) | CTRL_CMD_GETFAMILY = 0x3 constant CTRL_CMD_NEWOPS (line 953) | CTRL_CMD_NEWOPS = 0x4 constant CTRL_CMD_DELOPS (line 954) | CTRL_CMD_DELOPS = 0x5 constant CTRL_CMD_GETOPS (line 955) | CTRL_CMD_GETOPS = 0x6 constant CTRL_CMD_NEWMCAST_GRP (line 956) | CTRL_CMD_NEWMCAST_GRP = 0x7 constant CTRL_CMD_DELMCAST_GRP (line 957) | CTRL_CMD_DELMCAST_GRP = 0x8 constant CTRL_CMD_GETMCAST_GRP (line 958) | CTRL_CMD_GETMCAST_GRP = 0x9 constant CTRL_CMD_GETPOLICY (line 959) | CTRL_CMD_GETPOLICY = 0xa constant CTRL_ATTR_UNSPEC (line 960) | CTRL_ATTR_UNSPEC = 0x0 constant CTRL_ATTR_FAMILY_ID (line 961) | CTRL_ATTR_FAMILY_ID = 0x1 constant CTRL_ATTR_FAMILY_NAME (line 962) | CTRL_ATTR_FAMILY_NAME = 0x2 constant CTRL_ATTR_VERSION (line 963) | CTRL_ATTR_VERSION = 0x3 constant CTRL_ATTR_HDRSIZE (line 964) | CTRL_ATTR_HDRSIZE = 0x4 constant CTRL_ATTR_MAXATTR (line 965) | CTRL_ATTR_MAXATTR = 0x5 constant CTRL_ATTR_OPS (line 966) | CTRL_ATTR_OPS = 0x6 constant CTRL_ATTR_MCAST_GROUPS (line 967) | CTRL_ATTR_MCAST_GROUPS = 0x7 constant CTRL_ATTR_POLICY (line 968) | CTRL_ATTR_POLICY = 0x8 constant CTRL_ATTR_OP_POLICY (line 969) | CTRL_ATTR_OP_POLICY = 0x9 constant CTRL_ATTR_OP (line 970) | CTRL_ATTR_OP = 0xa constant CTRL_ATTR_OP_UNSPEC (line 971) | CTRL_ATTR_OP_UNSPEC = 0x0 constant CTRL_ATTR_OP_ID (line 972) | CTRL_ATTR_OP_ID = 0x1 constant CTRL_ATTR_OP_FLAGS (line 973) | CTRL_ATTR_OP_FLAGS = 0x2 constant CTRL_ATTR_MCAST_GRP_UNSPEC (line 974) | CTRL_ATTR_MCAST_GRP_UNSPEC = 0x0 constant CTRL_ATTR_MCAST_GRP_NAME (line 975) | CTRL_ATTR_MCAST_GRP_NAME = 0x1 constant CTRL_ATTR_MCAST_GRP_ID (line 976) | CTRL_ATTR_MCAST_GRP_ID = 0x2 constant CTRL_ATTR_POLICY_UNSPEC (line 977) | CTRL_ATTR_POLICY_UNSPEC = 0x0 constant CTRL_ATTR_POLICY_DO (line 978) | CTRL_ATTR_POLICY_DO = 0x1 constant CTRL_ATTR_POLICY_DUMP (line 979) | CTRL_ATTR_POLICY_DUMP = 0x2 constant CTRL_ATTR_POLICY_DUMP_MAX (line 980) | CTRL_ATTR_POLICY_DUMP_MAX = 0x2 constant _CPU_SETSIZE (line 984) | _CPU_SETSIZE = 0x400 constant BDADDR_BREDR (line 988) | BDADDR_BREDR = 0x0 constant BDADDR_LE_PUBLIC (line 989) | BDADDR_LE_PUBLIC = 0x1 constant BDADDR_LE_RANDOM (line 990) | BDADDR_LE_RANDOM = 0x2 type PerfEventAttr (line 993) | type PerfEventAttr struct type PerfEventMmapPage (line 1018) | type PerfEventMmapPage struct constant PerfBitDisabled (line 1048) | PerfBitDisabled uint64 = CBitFieldMaskBit0 constant PerfBitInherit (line 1049) | PerfBitInherit = CBitFieldMaskBit1 constant PerfBitPinned (line 1050) | PerfBitPinned = CBitFieldMaskBit2 constant PerfBitExclusive (line 1051) | PerfBitExclusive = CBitFieldMaskBit3 constant PerfBitExcludeUser (line 1052) | PerfBitExcludeUser = CBitFieldMaskBit4 constant PerfBitExcludeKernel (line 1053) | PerfBitExcludeKernel = CBitFieldMaskBit5 constant PerfBitExcludeHv (line 1054) | PerfBitExcludeHv = CBitFieldMaskBit6 constant PerfBitExcludeIdle (line 1055) | PerfBitExcludeIdle = CBitFieldMaskBit7 constant PerfBitMmap (line 1056) | PerfBitMmap = CBitFieldMaskBit8 constant PerfBitComm (line 1057) | PerfBitComm = CBitFieldMaskBit9 constant PerfBitFreq (line 1058) | PerfBitFreq = CBitFieldMaskBit10 constant PerfBitInheritStat (line 1059) | PerfBitInheritStat = CBitFieldMaskBit11 constant PerfBitEnableOnExec (line 1060) | PerfBitEnableOnExec = CBitFieldMaskBit12 constant PerfBitTask (line 1061) | PerfBitTask = CBitFieldMaskBit13 constant PerfBitWatermark (line 1062) | PerfBitWatermark = CBitFieldMaskBit14 constant PerfBitPreciseIPBit1 (line 1063) | PerfBitPreciseIPBit1 = CBitFieldMaskBit15 constant PerfBitPreciseIPBit2 (line 1064) | PerfBitPreciseIPBit2 = CBitFieldMaskBit16 constant PerfBitMmapData (line 1065) | PerfBitMmapData = CBitFieldMaskBit17 constant PerfBitSampleIDAll (line 1066) | PerfBitSampleIDAll = CBitFieldMaskBit18 constant PerfBitExcludeHost (line 1067) | PerfBitExcludeHost = CBitFieldMaskBit19 constant PerfBitExcludeGuest (line 1068) | PerfBitExcludeGuest = CBitFieldMaskBit20 constant PerfBitExcludeCallchainKernel (line 1069) | PerfBitExcludeCallchainKernel = CBitFieldMaskBit21 constant PerfBitExcludeCallchainUser (line 1070) | PerfBitExcludeCallchainUser = CBitFieldMaskBit22 constant PerfBitMmap2 (line 1071) | PerfBitMmap2 = CBitFieldMaskBit23 constant PerfBitCommExec (line 1072) | PerfBitCommExec = CBitFieldMaskBit24 constant PerfBitUseClockID (line 1073) | PerfBitUseClockID = CBitFieldMaskBit25 constant PerfBitContextSwitch (line 1074) | PerfBitContextSwitch = CBitFieldMaskBit26 constant PerfBitWriteBackward (line 1075) | PerfBitWriteBackward = CBitFieldMaskBit27 constant PERF_TYPE_HARDWARE (line 1079) | PERF_TYPE_HARDWARE = 0x0 constant PERF_TYPE_SOFTWARE (line 1080) | PERF_TYPE_SOFTWARE = 0x1 constant PERF_TYPE_TRACEPOINT (line 1081) | PERF_TYPE_TRACEPOINT = 0x2 constant PERF_TYPE_HW_CACHE (line 1082) | PERF_TYPE_HW_CACHE = 0x3 constant PERF_TYPE_RAW (line 1083) | PERF_TYPE_RAW = 0x4 constant PERF_TYPE_BREAKPOINT (line 1084) | PERF_TYPE_BREAKPOINT = 0x5 constant PERF_TYPE_MAX (line 1085) | PERF_TYPE_MAX = 0x6 constant PERF_COUNT_HW_CPU_CYCLES (line 1086) | PERF_COUNT_HW_CPU_CYCLES = 0x0 constant PERF_COUNT_HW_INSTRUCTIONS (line 1087) | PERF_COUNT_HW_INSTRUCTIONS = 0x1 constant PERF_COUNT_HW_CACHE_REFERENCES (line 1088) | PERF_COUNT_HW_CACHE_REFERENCES = 0x2 constant PERF_COUNT_HW_CACHE_MISSES (line 1089) | PERF_COUNT_HW_CACHE_MISSES = 0x3 constant PERF_COUNT_HW_BRANCH_INSTRUCTIONS (line 1090) | PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 0x4 constant PERF_COUNT_HW_BRANCH_MISSES (line 1091) | PERF_COUNT_HW_BRANCH_MISSES = 0x5 constant PERF_COUNT_HW_BUS_CYCLES (line 1092) | PERF_COUNT_HW_BUS_CYCLES = 0x6 constant PERF_COUNT_HW_STALLED_CYCLES_FRONTEND (line 1093) | PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 0x7 constant PERF_COUNT_HW_STALLED_CYCLES_BACKEND (line 1094) | PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 0x8 constant PERF_COUNT_HW_REF_CPU_CYCLES (line 1095) | PERF_COUNT_HW_REF_CPU_CYCLES = 0x9 constant PERF_COUNT_HW_MAX (line 1096) | PERF_COUNT_HW_MAX = 0xa constant PERF_COUNT_HW_CACHE_L1D (line 1097) | PERF_COUNT_HW_CACHE_L1D = 0x0 constant PERF_COUNT_HW_CACHE_L1I (line 1098) | PERF_COUNT_HW_CACHE_L1I = 0x1 constant PERF_COUNT_HW_CACHE_LL (line 1099) | PERF_COUNT_HW_CACHE_LL = 0x2 constant PERF_COUNT_HW_CACHE_DTLB (line 1100) | PERF_COUNT_HW_CACHE_DTLB = 0x3 constant PERF_COUNT_HW_CACHE_ITLB (line 1101) | PERF_COUNT_HW_CACHE_ITLB = 0x4 constant PERF_COUNT_HW_CACHE_BPU (line 1102) | PERF_COUNT_HW_CACHE_BPU = 0x5 constant PERF_COUNT_HW_CACHE_NODE (line 1103) | PERF_COUNT_HW_CACHE_NODE = 0x6 constant PERF_COUNT_HW_CACHE_MAX (line 1104) | PERF_COUNT_HW_CACHE_MAX = 0x7 constant PERF_COUNT_HW_CACHE_OP_READ (line 1105) | PERF_COUNT_HW_CACHE_OP_READ = 0x0 constant PERF_COUNT_HW_CACHE_OP_WRITE (line 1106) | PERF_COUNT_HW_CACHE_OP_WRITE = 0x1 constant PERF_COUNT_HW_CACHE_OP_PREFETCH (line 1107) | PERF_COUNT_HW_CACHE_OP_PREFETCH = 0x2 constant PERF_COUNT_HW_CACHE_OP_MAX (line 1108) | PERF_COUNT_HW_CACHE_OP_MAX = 0x3 constant PERF_COUNT_HW_CACHE_RESULT_ACCESS (line 1109) | PERF_COUNT_HW_CACHE_RESULT_ACCESS = 0x0 constant PERF_COUNT_HW_CACHE_RESULT_MISS (line 1110) | PERF_COUNT_HW_CACHE_RESULT_MISS = 0x1 constant PERF_COUNT_HW_CACHE_RESULT_MAX (line 1111) | PERF_COUNT_HW_CACHE_RESULT_MAX = 0x2 constant PERF_COUNT_SW_CPU_CLOCK (line 1112) | PERF_COUNT_SW_CPU_CLOCK = 0x0 constant PERF_COUNT_SW_TASK_CLOCK (line 1113) | PERF_COUNT_SW_TASK_CLOCK = 0x1 constant PERF_COUNT_SW_PAGE_FAULTS (line 1114) | PERF_COUNT_SW_PAGE_FAULTS = 0x2 constant PERF_COUNT_SW_CONTEXT_SWITCHES (line 1115) | PERF_COUNT_SW_CONTEXT_SWITCHES = 0x3 constant PERF_COUNT_SW_CPU_MIGRATIONS (line 1116) | PERF_COUNT_SW_CPU_MIGRATIONS = 0x4 constant PERF_COUNT_SW_PAGE_FAULTS_MIN (line 1117) | PERF_COUNT_SW_PAGE_FAULTS_MIN = 0x5 constant PERF_COUNT_SW_PAGE_FAULTS_MAJ (line 1118) | PERF_COUNT_SW_PAGE_FAULTS_MAJ = 0x6 constant PERF_COUNT_SW_ALIGNMENT_FAULTS (line 1119) | PERF_COUNT_SW_ALIGNMENT_FAULTS = 0x7 constant PERF_COUNT_SW_EMULATION_FAULTS (line 1120) | PERF_COUNT_SW_EMULATION_FAULTS = 0x8 constant PERF_COUNT_SW_DUMMY (line 1121) | PERF_COUNT_SW_DUMMY = 0x9 constant PERF_COUNT_SW_BPF_OUTPUT (line 1122) | PERF_COUNT_SW_BPF_OUTPUT = 0xa constant PERF_COUNT_SW_MAX (line 1123) | PERF_COUNT_SW_MAX = 0xc constant PERF_SAMPLE_IP (line 1124) | PERF_SAMPLE_IP = 0x1 constant PERF_SAMPLE_TID (line 1125) | PERF_SAMPLE_TID = 0x2 constant PERF_SAMPLE_TIME (line 1126) | PERF_SAMPLE_TIME = 0x4 constant PERF_SAMPLE_ADDR (line 1127) | PERF_SAMPLE_ADDR = 0x8 constant PERF_SAMPLE_READ (line 1128) | PERF_SAMPLE_READ = 0x10 constant PERF_SAMPLE_CALLCHAIN (line 1129) | PERF_SAMPLE_CALLCHAIN = 0x20 constant PERF_SAMPLE_ID (line 1130) | PERF_SAMPLE_ID = 0x40 constant PERF_SAMPLE_CPU (line 1131) | PERF_SAMPLE_CPU = 0x80 constant PERF_SAMPLE_PERIOD (line 1132) | PERF_SAMPLE_PERIOD = 0x100 constant PERF_SAMPLE_STREAM_ID (line 1133) | PERF_SAMPLE_STREAM_ID = 0x200 constant PERF_SAMPLE_RAW (line 1134) | PERF_SAMPLE_RAW = 0x400 constant PERF_SAMPLE_BRANCH_STACK (line 1135) | PERF_SAMPLE_BRANCH_STACK = 0x800 constant PERF_SAMPLE_REGS_USER (line 1136) | PERF_SAMPLE_REGS_USER = 0x1000 constant PERF_SAMPLE_STACK_USER (line 1137) | PERF_SAMPLE_STACK_USER = 0x2000 constant PERF_SAMPLE_WEIGHT (line 1138) | PERF_SAMPLE_WEIGHT = 0x4000 constant PERF_SAMPLE_DATA_SRC (line 1139) | PERF_SAMPLE_DATA_SRC = 0x8000 constant PERF_SAMPLE_IDENTIFIER (line 1140) | PERF_SAMPLE_IDENTIFIER = 0x10000 constant PERF_SAMPLE_TRANSACTION (line 1141) | PERF_SAMPLE_TRANSACTION = 0x20000 constant PERF_SAMPLE_REGS_INTR (line 1142) | PERF_SAMPLE_REGS_INTR = 0x40000 constant PERF_SAMPLE_PHYS_ADDR (line 1143) | PERF_SAMPLE_PHYS_ADDR = 0x80000 constant PERF_SAMPLE_AUX (line 1144) | PERF_SAMPLE_AUX = 0x100000 constant PERF_SAMPLE_CGROUP (line 1145) | PERF_SAMPLE_CGROUP = 0x200000 constant PERF_SAMPLE_DATA_PAGE_SIZE (line 1146) | PERF_SAMPLE_DATA_PAGE_SIZE = 0x400000 constant PERF_SAMPLE_CODE_PAGE_SIZE (line 1147) | PERF_SAMPLE_CODE_PAGE_SIZE = 0x800000 constant PERF_SAMPLE_WEIGHT_STRUCT (line 1148) | PERF_SAMPLE_WEIGHT_STRUCT = 0x1000000 constant PERF_SAMPLE_MAX (line 1149) | PERF_SAMPLE_MAX = 0x2000000 constant PERF_SAMPLE_BRANCH_USER_SHIFT (line 1150) | PERF_SAMPLE_BRANCH_USER_SHIFT = 0x0 constant PERF_SAMPLE_BRANCH_KERNEL_SHIFT (line 1151) | PERF_SAMPLE_BRANCH_KERNEL_SHIFT = 0x1 constant PERF_SAMPLE_BRANCH_HV_SHIFT (line 1152) | PERF_SAMPLE_BRANCH_HV_SHIFT = 0x2 constant PERF_SAMPLE_BRANCH_ANY_SHIFT (line 1153) | PERF_SAMPLE_BRANCH_ANY_SHIFT = 0x3 constant PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT (line 1154) | PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT = 0x4 constant PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT (line 1155) | PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT = 0x5 constant PERF_SAMPLE_BRANCH_IND_CALL_SHIFT (line 1156) | PERF_SAMPLE_BRANCH_IND_CALL_SHIFT = 0x6 constant PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT (line 1157) | PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT = 0x7 constant PERF_SAMPLE_BRANCH_IN_TX_SHIFT (line 1158) | PERF_SAMPLE_BRANCH_IN_TX_SHIFT = 0x8 constant PERF_SAMPLE_BRANCH_NO_TX_SHIFT (line 1159) | PERF_SAMPLE_BRANCH_NO_TX_SHIFT = 0x9 constant PERF_SAMPLE_BRANCH_COND_SHIFT (line 1160) | PERF_SAMPLE_BRANCH_COND_SHIFT = 0xa constant PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT (line 1161) | PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT = 0xb constant PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT (line 1162) | PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT = 0xc constant PERF_SAMPLE_BRANCH_CALL_SHIFT (line 1163) | PERF_SAMPLE_BRANCH_CALL_SHIFT = 0xd constant PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT (line 1164) | PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT = 0xe constant PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT (line 1165) | PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT = 0xf constant PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT (line 1166) | PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT = 0x10 constant PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT (line 1167) | PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 0x11 constant PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT (line 1168) | PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT = 0x12 constant PERF_SAMPLE_BRANCH_MAX_SHIFT (line 1169) | PERF_SAMPLE_BRANCH_MAX_SHIFT = 0x13 constant PERF_SAMPLE_BRANCH_USER (line 1170) | PERF_SAMPLE_BRANCH_USER = 0x1 constant PERF_SAMPLE_BRANCH_KERNEL (line 1171) | PERF_SAMPLE_BRANCH_KERNEL = 0x2 constant PERF_SAMPLE_BRANCH_HV (line 1172) | PERF_SAMPLE_BRANCH_HV = 0x4 constant PERF_SAMPLE_BRANCH_ANY (line 1173) | PERF_SAMPLE_BRANCH_ANY = 0x8 constant PERF_SAMPLE_BRANCH_ANY_CALL (line 1174) | PERF_SAMPLE_BRANCH_ANY_CALL = 0x10 constant PERF_SAMPLE_BRANCH_ANY_RETURN (line 1175) | PERF_SAMPLE_BRANCH_ANY_RETURN = 0x20 constant PERF_SAMPLE_BRANCH_IND_CALL (line 1176) | PERF_SAMPLE_BRANCH_IND_CALL = 0x40 constant PERF_SAMPLE_BRANCH_ABORT_TX (line 1177) | PERF_SAMPLE_BRANCH_ABORT_TX = 0x80 constant PERF_SAMPLE_BRANCH_IN_TX (line 1178) | PERF_SAMPLE_BRANCH_IN_TX = 0x100 constant PERF_SAMPLE_BRANCH_NO_TX (line 1179) | PERF_SAMPLE_BRANCH_NO_TX = 0x200 constant PERF_SAMPLE_BRANCH_COND (line 1180) | PERF_SAMPLE_BRANCH_COND = 0x400 constant PERF_SAMPLE_BRANCH_CALL_STACK (line 1181) | PERF_SAMPLE_BRANCH_CALL_STACK = 0x800 constant PERF_SAMPLE_BRANCH_IND_JUMP (line 1182) | PERF_SAMPLE_BRANCH_IND_JUMP = 0x1000 constant PERF_SAMPLE_BRANCH_CALL (line 1183) | PERF_SAMPLE_BRANCH_CALL = 0x2000 constant PERF_SAMPLE_BRANCH_NO_FLAGS (line 1184) | PERF_SAMPLE_BRANCH_NO_FLAGS = 0x4000 constant PERF_SAMPLE_BRANCH_NO_CYCLES (line 1185) | PERF_SAMPLE_BRANCH_NO_CYCLES = 0x8000 constant PERF_SAMPLE_BRANCH_TYPE_SAVE (line 1186) | PERF_SAMPLE_BRANCH_TYPE_SAVE = 0x10000 constant PERF_SAMPLE_BRANCH_HW_INDEX (line 1187) | PERF_SAMPLE_BRANCH_HW_INDEX = 0x20000 constant PERF_SAMPLE_BRANCH_PRIV_SAVE (line 1188) | PERF_SAMPLE_BRANCH_PRIV_SAVE = 0x40000 constant PERF_SAMPLE_BRANCH_MAX (line 1189) | PERF_SAMPLE_BRANCH_MAX = 0x80000 constant PERF_BR_UNKNOWN (line 1190) | PERF_BR_UNKNOWN = 0x0 constant PERF_BR_COND (line 1191) | PERF_BR_COND = 0x1 constant PERF_BR_UNCOND (line 1192) | PERF_BR_UNCOND = 0x2 constant PERF_BR_IND (line 1193) | PERF_BR_IND = 0x3 constant PERF_BR_CALL (line 1194) | PERF_BR_CALL = 0x4 constant PERF_BR_IND_CALL (line 1195) | PERF_BR_IND_CALL = 0x5 constant PERF_BR_RET (line 1196) | PERF_BR_RET = 0x6 constant PERF_BR_SYSCALL (line 1197) | PERF_BR_SYSCALL = 0x7 constant PERF_BR_SYSRET (line 1198) | PERF_BR_SYSRET = 0x8 constant PERF_BR_COND_CALL (line 1199) | PERF_BR_COND_CALL = 0x9 constant PERF_BR_COND_RET (line 1200) | PERF_BR_COND_RET = 0xa constant PERF_BR_ERET (line 1201) | PERF_BR_ERET = 0xb constant PERF_BR_IRQ (line 1202) | PERF_BR_IRQ = 0xc constant PERF_BR_SERROR (line 1203) | PERF_BR_SERROR = 0xd constant PERF_BR_NO_TX (line 1204) | PERF_BR_NO_TX = 0xe constant PERF_BR_EXTEND_ABI (line 1205) | PERF_BR_EXTEND_ABI = 0xf constant PERF_BR_MAX (line 1206) | PERF_BR_MAX = 0x10 constant PERF_SAMPLE_REGS_ABI_NONE (line 1207) | PERF_SAMPLE_REGS_ABI_NONE = 0x0 constant PERF_SAMPLE_REGS_ABI_32 (line 1208) | PERF_SAMPLE_REGS_ABI_32 = 0x1 constant PERF_SAMPLE_REGS_ABI_64 (line 1209) | PERF_SAMPLE_REGS_ABI_64 = 0x2 constant PERF_TXN_ELISION (line 1210) | PERF_TXN_ELISION = 0x1 constant PERF_TXN_TRANSACTION (line 1211) | PERF_TXN_TRANSACTION = 0x2 constant PERF_TXN_SYNC (line 1212) | PERF_TXN_SYNC = 0x4 constant PERF_TXN_ASYNC (line 1213) | PERF_TXN_ASYNC = 0x8 constant PERF_TXN_RETRY (line 1214) | PERF_TXN_RETRY = 0x10 constant PERF_TXN_CONFLICT (line 1215) | PERF_TXN_CONFLICT = 0x20 constant PERF_TXN_CAPACITY_WRITE (line 1216) | PERF_TXN_CAPACITY_WRITE = 0x40 constant PERF_TXN_CAPACITY_READ (line 1217) | PERF_TXN_CAPACITY_READ = 0x80 constant PERF_TXN_MAX (line 1218) | PERF_TXN_MAX = 0x100 constant PERF_TXN_ABORT_MASK (line 1219) | PERF_TXN_ABORT_MASK = -0x100000000 constant PERF_TXN_ABORT_SHIFT (line 1220) | PERF_TXN_ABORT_SHIFT = 0x20 constant PERF_FORMAT_TOTAL_TIME_ENABLED (line 1221) | PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1 constant PERF_FORMAT_TOTAL_TIME_RUNNING (line 1222) | PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2 constant PERF_FORMAT_ID (line 1223) | PERF_FORMAT_ID = 0x4 constant PERF_FORMAT_GROUP (line 1224) | PERF_FORMAT_GROUP = 0x8 constant PERF_FORMAT_LOST (line 1225) | PERF_FORMAT_LOST = 0x10 constant PERF_FORMAT_MAX (line 1226) | PERF_FORMAT_MAX = 0x20 constant PERF_IOC_FLAG_GROUP (line 1227) | PERF_IOC_FLAG_GROUP = 0x1 constant PERF_RECORD_MMAP (line 1228) | PERF_RECORD_MMAP = 0x1 constant PERF_RECORD_LOST (line 1229) | PERF_RECORD_LOST = 0x2 constant PERF_RECORD_COMM (line 1230) | PERF_RECORD_COMM = 0x3 constant PERF_RECORD_EXIT (line 1231) | PERF_RECORD_EXIT = 0x4 constant PERF_RECORD_THROTTLE (line 1232) | PERF_RECORD_THROTTLE = 0x5 constant PERF_RECORD_UNTHROTTLE (line 1233) | PERF_RECORD_UNTHROTTLE = 0x6 constant PERF_RECORD_FORK (line 1234) | PERF_RECORD_FORK = 0x7 constant PERF_RECORD_READ (line 1235) | PERF_RECORD_READ = 0x8 constant PERF_RECORD_SAMPLE (line 1236) | PERF_RECORD_SAMPLE = 0x9 constant PERF_RECORD_MMAP2 (line 1237) | PERF_RECORD_MMAP2 = 0xa constant PERF_RECORD_AUX (line 1238) | PERF_RECORD_AUX = 0xb constant PERF_RECORD_ITRACE_START (line 1239) | PERF_RECORD_ITRACE_START = 0xc constant PERF_RECORD_LOST_SAMPLES (line 1240) | PERF_RECORD_LOST_SAMPLES = 0xd constant PERF_RECORD_SWITCH (line 1241) | PERF_RECORD_SWITCH = 0xe constant PERF_RECORD_SWITCH_CPU_WIDE (line 1242) | PERF_RECORD_SWITCH_CPU_WIDE = 0xf constant PERF_RECORD_NAMESPACES (line 1243) | PERF_RECORD_NAMESPACES = 0x10 constant PERF_RECORD_KSYMBOL (line 1244) | PERF_RECORD_KSYMBOL = 0x11 constant PERF_RECORD_BPF_EVENT (line 1245) | PERF_RECORD_BPF_EVENT = 0x12 constant PERF_RECORD_CGROUP (line 1246) | PERF_RECORD_CGROUP = 0x13 constant PERF_RECORD_TEXT_POKE (line 1247) | PERF_RECORD_TEXT_POKE = 0x14 constant PERF_RECORD_AUX_OUTPUT_HW_ID (line 1248) | PERF_RECORD_AUX_OUTPUT_HW_ID = 0x15 constant PERF_RECORD_MAX (line 1249) | PERF_RECORD_MAX = 0x16 constant PERF_RECORD_KSYMBOL_TYPE_UNKNOWN (line 1250) | PERF_RECORD_KSYMBOL_TYPE_UNKNOWN = 0x0 constant PERF_RECORD_KSYMBOL_TYPE_BPF (line 1251) | PERF_RECORD_KSYMBOL_TYPE_BPF = 0x1 constant PERF_RECORD_KSYMBOL_TYPE_OOL (line 1252) | PERF_RECORD_KSYMBOL_TYPE_OOL = 0x2 constant PERF_RECORD_KSYMBOL_TYPE_MAX (line 1253) | PERF_RECORD_KSYMBOL_TYPE_MAX = 0x3 constant PERF_BPF_EVENT_UNKNOWN (line 1254) | PERF_BPF_EVENT_UNKNOWN = 0x0 constant PERF_BPF_EVENT_PROG_LOAD (line 1255) | PERF_BPF_EVENT_PROG_LOAD = 0x1 constant PERF_BPF_EVENT_PROG_UNLOAD (line 1256) | PERF_BPF_EVENT_PROG_UNLOAD = 0x2 constant PERF_BPF_EVENT_MAX (line 1257) | PERF_BPF_EVENT_MAX = 0x3 constant PERF_CONTEXT_HV (line 1258) | PERF_CONTEXT_HV = -0x20 constant PERF_CONTEXT_KERNEL (line 1259) | PERF_CONTEXT_KERNEL = -0x80 constant PERF_CONTEXT_USER (line 1260) | PERF_CONTEXT_USER = -0x200 constant PERF_CONTEXT_GUEST (line 1261) | PERF_CONTEXT_GUEST = -0x800 constant PERF_CONTEXT_GUEST_KERNEL (line 1262) | PERF_CONTEXT_GUEST_KERNEL = -0x880 constant PERF_CONTEXT_GUEST_USER (line 1263) | PERF_CONTEXT_GUEST_USER = -0xa00 constant PERF_CONTEXT_MAX (line 1264) | PERF_CONTEXT_MAX = -0xfff type TCPMD5Sig (line 1267) | type TCPMD5Sig struct type HDDriveCmdHdr (line 1276) | type HDDriveCmdHdr struct type HDDriveID (line 1283) | type HDDriveID struct constant ST_MANDLOCK (line 1366) | ST_MANDLOCK = 0x40 constant ST_NOATIME (line 1367) | ST_NOATIME = 0x400 constant ST_NODEV (line 1368) | ST_NODEV = 0x4 constant ST_NODIRATIME (line 1369) | ST_NODIRATIME = 0x800 constant ST_NOEXEC (line 1370) | ST_NOEXEC = 0x8 constant ST_NOSUID (line 1371) | ST_NOSUID = 0x2 constant ST_RDONLY (line 1372) | ST_RDONLY = 0x1 constant ST_RELATIME (line 1373) | ST_RELATIME = 0x1000 constant ST_SYNCHRONOUS (line 1374) | ST_SYNCHRONOUS = 0x10 type Tpacket2Hdr (line 1377) | type Tpacket2Hdr struct type Tpacket3Hdr (line 1390) | type Tpacket3Hdr struct type TpacketHdrVariant1 (line 1403) | type TpacketHdrVariant1 struct type TpacketBlockDesc (line 1410) | type TpacketBlockDesc struct type TpacketBDTS (line 1416) | type TpacketBDTS struct type TpacketHdrV1 (line 1421) | type TpacketHdrV1 struct type TpacketReq (line 1431) | type TpacketReq struct type TpacketReq3 (line 1438) | type TpacketReq3 struct type TpacketStats (line 1448) | type TpacketStats struct type TpacketStatsV3 (line 1453) | type TpacketStatsV3 struct type TpacketAuxdata (line 1459) | type TpacketAuxdata struct constant TPACKET_V1 (line 1470) | TPACKET_V1 = 0x0 constant TPACKET_V2 (line 1471) | TPACKET_V2 = 0x1 constant TPACKET_V3 (line 1472) | TPACKET_V3 = 0x2 constant SizeofTpacket2Hdr (line 1476) | SizeofTpacket2Hdr = 0x20 constant SizeofTpacket3Hdr (line 1477) | SizeofTpacket3Hdr = 0x30 constant SizeofTpacketStats (line 1479) | SizeofTpacketStats = 0x8 constant SizeofTpacketStatsV3 (line 1480) | SizeofTpacketStatsV3 = 0xc constant IFLA_UNSPEC (line 1484) | IFLA_UNSPEC = 0x0 constant IFLA_ADDRESS (line 1485) | IFLA_ADDRESS = 0x1 constant IFLA_BROADCAST (line 1486) | IFLA_BROADCAST = 0x2 constant IFLA_IFNAME (line 1487) | IFLA_IFNAME = 0x3 constant IFLA_MTU (line 1488) | IFLA_MTU = 0x4 constant IFLA_LINK (line 1489) | IFLA_LINK = 0x5 constant IFLA_QDISC (line 1490) | IFLA_QDISC = 0x6 constant IFLA_STATS (line 1491) | IFLA_STATS = 0x7 constant IFLA_COST (line 1492) | IFLA_COST = 0x8 constant IFLA_PRIORITY (line 1493) | IFLA_PRIORITY = 0x9 constant IFLA_MASTER (line 1494) | IFLA_MASTER = 0xa constant IFLA_WIRELESS (line 1495) | IFLA_WIRELESS = 0xb constant IFLA_PROTINFO (line 1496) | IFLA_PROTINFO = 0xc constant IFLA_TXQLEN (line 1497) | IFLA_TXQLEN = 0xd constant IFLA_MAP (line 1498) | IFLA_MAP = 0xe constant IFLA_WEIGHT (line 1499) | IFLA_WEIGHT = 0xf constant IFLA_OPERSTATE (line 1500) | IFLA_OPERSTATE = 0x10 constant IFLA_LINKMODE (line 1501) | IFLA_LINKMODE = 0x11 constant IFLA_LINKINFO (line 1502) | IFLA_LINKINFO = 0x12 constant IFLA_NET_NS_PID (line 1503) | IFLA_NET_NS_PID = 0x13 constant IFLA_IFALIAS (line 1504) | IFLA_IFALIAS = 0x14 constant IFLA_NUM_VF (line 1505) | IFLA_NUM_VF = 0x15 constant IFLA_VFINFO_LIST (line 1506) | IFLA_VFINFO_LIST = 0x16 constant IFLA_STATS64 (line 1507) | IFLA_STATS64 = 0x17 constant IFLA_VF_PORTS (line 1508) | IFLA_VF_PORTS = 0x18 constant IFLA_PORT_SELF (line 1509) | IFLA_PORT_SELF = 0x19 constant IFLA_AF_SPEC (line 1510) | IFLA_AF_SPEC = 0x1a constant IFLA_GROUP (line 1511) | IFLA_GROUP = 0x1b constant IFLA_NET_NS_FD (line 1512) | IFLA_NET_NS_FD = 0x1c constant IFLA_EXT_MASK (line 1513) | IFLA_EXT_MASK = 0x1d constant IFLA_PROMISCUITY (line 1514) | IFLA_PROMISCUITY = 0x1e constant IFLA_NUM_TX_QUEUES (line 1515) | IFLA_NUM_TX_QUEUES = 0x1f constant IFLA_NUM_RX_QUEUES (line 1516) | IFLA_NUM_RX_QUEUES = 0x20 constant IFLA_CARRIER (line 1517) | IFLA_CARRIER = 0x21 constant IFLA_PHYS_PORT_ID (line 1518) | IFLA_PHYS_PORT_ID = 0x22 constant IFLA_CARRIER_CHANGES (line 1519) | IFLA_CARRIER_CHANGES = 0x23 constant IFLA_PHYS_SWITCH_ID (line 1520) | IFLA_PHYS_SWITCH_ID = 0x24 constant IFLA_LINK_NETNSID (line 1521) | IFLA_LINK_NETNSID = 0x25 constant IFLA_PHYS_PORT_NAME (line 1522) | IFLA_PHYS_PORT_NAME = 0x26 constant IFLA_PROTO_DOWN (line 1523) | IFLA_PROTO_DOWN = 0x27 constant IFLA_GSO_MAX_SEGS (line 1524) | IFLA_GSO_MAX_SEGS = 0x28 constant IFLA_GSO_MAX_SIZE (line 1525) | IFLA_GSO_MAX_SIZE = 0x29 constant IFLA_PAD (line 1526) | IFLA_PAD = 0x2a constant IFLA_XDP (line 1527) | IFLA_XDP = 0x2b constant IFLA_EVENT (line 1528) | IFLA_EVENT = 0x2c constant IFLA_NEW_NETNSID (line 1529) | IFLA_NEW_NETNSID = 0x2d constant IFLA_IF_NETNSID (line 1530) | IFLA_IF_NETNSID = 0x2e constant IFLA_TARGET_NETNSID (line 1531) | IFLA_TARGET_NETNSID = 0x2e constant IFLA_CARRIER_UP_COUNT (line 1532) | IFLA_CARRIER_UP_COUNT = 0x2f constant IFLA_CARRIER_DOWN_COUNT (line 1533) | IFLA_CARRIER_DOWN_COUNT = 0x30 constant IFLA_NEW_IFINDEX (line 1534) | IFLA_NEW_IFINDEX = 0x31 constant IFLA_MIN_MTU (line 1535) | IFLA_MIN_MTU = 0x32 constant IFLA_MAX_MTU (line 1536) | IFLA_MAX_MTU = 0x33 constant IFLA_PROP_LIST (line 1537) | IFLA_PROP_LIST = 0x34 constant IFLA_ALT_IFNAME (line 1538) | IFLA_ALT_IFNAME = 0x35 constant IFLA_PERM_ADDRESS (line 1539) | IFLA_PERM_ADDRESS = 0x36 constant IFLA_PROTO_DOWN_REASON (line 1540) | IFLA_PROTO_DOWN_REASON = 0x37 constant IFLA_PARENT_DEV_NAME (line 1541) | IFLA_PARENT_DEV_NAME = 0x38 constant IFLA_PARENT_DEV_BUS_NAME (line 1542) | IFLA_PARENT_DEV_BUS_NAME = 0x39 constant IFLA_GRO_MAX_SIZE (line 1543) | IFLA_GRO_MAX_SIZE = 0x3a constant IFLA_TSO_MAX_SIZE (line 1544) | IFLA_TSO_MAX_SIZE = 0x3b constant IFLA_TSO_MAX_SEGS (line 1545) | IFLA_TSO_MAX_SEGS = 0x3c constant IFLA_ALLMULTI (line 1546) | IFLA_ALLMULTI = 0x3d constant IFLA_DEVLINK_PORT (line 1547) | IFLA_DEVLINK_PORT = 0x3e constant IFLA_GSO_IPV4_MAX_SIZE (line 1548) | IFLA_GSO_IPV4_MAX_SIZE = 0x3f constant IFLA_GRO_IPV4_MAX_SIZE (line 1549) | IFLA_GRO_IPV4_MAX_SIZE = 0x40 constant IFLA_PROTO_DOWN_REASON_UNSPEC (line 1550) | IFLA_PROTO_DOWN_REASON_UNSPEC = 0x0 constant IFLA_PROTO_DOWN_REASON_MASK (line 1551) | IFLA_PROTO_DOWN_REASON_MASK = 0x1 constant IFLA_PROTO_DOWN_REASON_VALUE (line 1552) | IFLA_PROTO_DOWN_REASON_VALUE = 0x2 constant IFLA_PROTO_DOWN_REASON_MAX (line 1553) | IFLA_PROTO_DOWN_REASON_MAX = 0x2 constant IFLA_INET_UNSPEC (line 1554) | IFLA_INET_UNSPEC = 0x0 constant IFLA_INET_CONF (line 1555) | IFLA_INET_CONF = 0x1 constant IFLA_INET6_UNSPEC (line 1556) | IFLA_INET6_UNSPEC = 0x0 constant IFLA_INET6_FLAGS (line 1557) | IFLA_INET6_FLAGS = 0x1 constant IFLA_INET6_CONF (line 1558) | IFLA_INET6_CONF = 0x2 constant IFLA_INET6_STATS (line 1559) | IFLA_INET6_STATS = 0x3 constant IFLA_INET6_MCAST (line 1560) | IFLA_INET6_MCAST = 0x4 constant IFLA_INET6_CACHEINFO (line 1561) | IFLA_INET6_CACHEINFO = 0x5 constant IFLA_INET6_ICMP6STATS (line 1562) | IFLA_INET6_ICMP6STATS = 0x6 constant IFLA_INET6_TOKEN (line 1563) | IFLA_INET6_TOKEN = 0x7 constant IFLA_INET6_ADDR_GEN_MODE (line 1564) | IFLA_INET6_ADDR_GEN_MODE = 0x8 constant IFLA_BR_UNSPEC (line 1565) | IFLA_BR_UNSPEC = 0x0 constant IFLA_BR_FORWARD_DELAY (line 1566) | IFLA_BR_FORWARD_DELAY = 0x1 constant IFLA_BR_HELLO_TIME (line 1567) | IFLA_BR_HELLO_TIME = 0x2 constant IFLA_BR_MAX_AGE (line 1568) | IFLA_BR_MAX_AGE = 0x3 constant IFLA_BR_AGEING_TIME (line 1569) | IFLA_BR_AGEING_TIME = 0x4 constant IFLA_BR_STP_STATE (line 1570) | IFLA_BR_STP_STATE = 0x5 constant IFLA_BR_PRIORITY (line 1571) | IFLA_BR_PRIORITY = 0x6 constant IFLA_BR_VLAN_FILTERING (line 1572) | IFLA_BR_VLAN_FILTERING = 0x7 constant IFLA_BR_VLAN_PROTOCOL (line 1573) | IFLA_BR_VLAN_PROTOCOL = 0x8 constant IFLA_BR_GROUP_FWD_MASK (line 1574) | IFLA_BR_GROUP_FWD_MASK = 0x9 constant IFLA_BR_ROOT_ID (line 1575) | IFLA_BR_ROOT_ID = 0xa constant IFLA_BR_BRIDGE_ID (line 1576) | IFLA_BR_BRIDGE_ID = 0xb constant IFLA_BR_ROOT_PORT (line 1577) | IFLA_BR_ROOT_PORT = 0xc constant IFLA_BR_ROOT_PATH_COST (line 1578) | IFLA_BR_ROOT_PATH_COST = 0xd constant IFLA_BR_TOPOLOGY_CHANGE (line 1579) | IFLA_BR_TOPOLOGY_CHANGE = 0xe constant IFLA_BR_TOPOLOGY_CHANGE_DETECTED (line 1580) | IFLA_BR_TOPOLOGY_CHANGE_DETECTED = 0xf constant IFLA_BR_HELLO_TIMER (line 1581) | IFLA_BR_HELLO_TIMER = 0x10 constant IFLA_BR_TCN_TIMER (line 1582) | IFLA_BR_TCN_TIMER = 0x11 constant IFLA_BR_TOPOLOGY_CHANGE_TIMER (line 1583) | IFLA_BR_TOPOLOGY_CHANGE_TIMER = 0x12 constant IFLA_BR_GC_TIMER (line 1584) | IFLA_BR_GC_TIMER = 0x13 constant IFLA_BR_GROUP_ADDR (line 1585) | IFLA_BR_GROUP_ADDR = 0x14 constant IFLA_BR_FDB_FLUSH (line 1586) | IFLA_BR_FDB_FLUSH = 0x15 constant IFLA_BR_MCAST_ROUTER (line 1587) | IFLA_BR_MCAST_ROUTER = 0x16 constant IFLA_BR_MCAST_SNOOPING (line 1588) | IFLA_BR_MCAST_SNOOPING = 0x17 constant IFLA_BR_MCAST_QUERY_USE_IFADDR (line 1589) | IFLA_BR_MCAST_QUERY_USE_IFADDR = 0x18 constant IFLA_BR_MCAST_QUERIER (line 1590) | IFLA_BR_MCAST_QUERIER = 0x19 constant IFLA_BR_MCAST_HASH_ELASTICITY (line 1591) | IFLA_BR_MCAST_HASH_ELASTICITY = 0x1a constant IFLA_BR_MCAST_HASH_MAX (line 1592) | IFLA_BR_MCAST_HASH_MAX = 0x1b constant IFLA_BR_MCAST_LAST_MEMBER_CNT (line 1593) | IFLA_BR_MCAST_LAST_MEMBER_CNT = 0x1c constant IFLA_BR_MCAST_STARTUP_QUERY_CNT (line 1594) | IFLA_BR_MCAST_STARTUP_QUERY_CNT = 0x1d constant IFLA_BR_MCAST_LAST_MEMBER_INTVL (line 1595) | IFLA_BR_MCAST_LAST_MEMBER_INTVL = 0x1e constant IFLA_BR_MCAST_MEMBERSHIP_INTVL (line 1596) | IFLA_BR_MCAST_MEMBERSHIP_INTVL = 0x1f constant IFLA_BR_MCAST_QUERIER_INTVL (line 1597) | IFLA_BR_MCAST_QUERIER_INTVL = 0x20 constant IFLA_BR_MCAST_QUERY_INTVL (line 1598) | IFLA_BR_MCAST_QUERY_INTVL = 0x21 constant IFLA_BR_MCAST_QUERY_RESPONSE_INTVL (line 1599) | IFLA_BR_MCAST_QUERY_RESPONSE_INTVL = 0x22 constant IFLA_BR_MCAST_STARTUP_QUERY_INTVL (line 1600) | IFLA_BR_MCAST_STARTUP_QUERY_INTVL = 0x23 constant IFLA_BR_NF_CALL_IPTABLES (line 1601) | IFLA_BR_NF_CALL_IPTABLES = 0x24 constant IFLA_BR_NF_CALL_IP6TABLES (line 1602) | IFLA_BR_NF_CALL_IP6TABLES = 0x25 constant IFLA_BR_NF_CALL_ARPTABLES (line 1603) | IFLA_BR_NF_CALL_ARPTABLES = 0x26 constant IFLA_BR_VLAN_DEFAULT_PVID (line 1604) | IFLA_BR_VLAN_DEFAULT_PVID = 0x27 constant IFLA_BR_PAD (line 1605) | IFLA_BR_PAD = 0x28 constant IFLA_BR_VLAN_STATS_ENABLED (line 1606) | IFLA_BR_VLAN_STATS_ENABLED = 0x29 constant IFLA_BR_MCAST_STATS_ENABLED (line 1607) | IFLA_BR_MCAST_STATS_ENABLED = 0x2a constant IFLA_BR_MCAST_IGMP_VERSION (line 1608) | IFLA_BR_MCAST_IGMP_VERSION = 0x2b constant IFLA_BR_MCAST_MLD_VERSION (line 1609) | IFLA_BR_MCAST_MLD_VERSION = 0x2c constant IFLA_BR_VLAN_STATS_PER_PORT (line 1610) | IFLA_BR_VLAN_STATS_PER_PORT = 0x2d constant IFLA_BR_MULTI_BOOLOPT (line 1611) | IFLA_BR_MULTI_BOOLOPT = 0x2e constant IFLA_BRPORT_UNSPEC (line 1612) | IFLA_BRPORT_UNSPEC = 0x0 constant IFLA_BRPORT_STATE (line 1613) | IFLA_BRPORT_STATE = 0x1 constant IFLA_BRPORT_PRIORITY (line 1614) | IFLA_BRPORT_PRIORITY = 0x2 constant IFLA_BRPORT_COST (line 1615) | IFLA_BRPORT_COST = 0x3 constant IFLA_BRPORT_MODE (line 1616) | IFLA_BRPORT_MODE = 0x4 constant IFLA_BRPORT_GUARD (line 1617) | IFLA_BRPORT_GUARD = 0x5 constant IFLA_BRPORT_PROTECT (line 1618) | IFLA_BRPORT_PROTECT = 0x6 constant IFLA_BRPORT_FAST_LEAVE (line 1619) | IFLA_BRPORT_FAST_LEAVE = 0x7 constant IFLA_BRPORT_LEARNING (line 1620) | IFLA_BRPORT_LEARNING = 0x8 constant IFLA_BRPORT_UNICAST_FLOOD (line 1621) | IFLA_BRPORT_UNICAST_FLOOD = 0x9 constant IFLA_BRPORT_PROXYARP (line 1622) | IFLA_BRPORT_PROXYARP = 0xa constant IFLA_BRPORT_LEARNING_SYNC (line 1623) | IFLA_BRPORT_LEARNING_SYNC = 0xb constant IFLA_BRPORT_PROXYARP_WIFI (line 1624) | IFLA_BRPORT_PROXYARP_WIFI = 0xc constant IFLA_BRPORT_ROOT_ID (line 1625) | IFLA_BRPORT_ROOT_ID = 0xd constant IFLA_BRPORT_BRIDGE_ID (line 1626) | IFLA_BRPORT_BRIDGE_ID = 0xe constant IFLA_BRPORT_DESIGNATED_PORT (line 1627) | IFLA_BRPORT_DESIGNATED_PORT = 0xf constant IFLA_BRPORT_DESIGNATED_COST (line 1628) | IFLA_BRPORT_DESIGNATED_COST = 0x10 constant IFLA_BRPORT_ID (line 1629) | IFLA_BRPORT_ID = 0x11 constant IFLA_BRPORT_NO (line 1630) | IFLA_BRPORT_NO = 0x12 constant IFLA_BRPORT_TOPOLOGY_CHANGE_ACK (line 1631) | IFLA_BRPORT_TOPOLOGY_CHANGE_ACK = 0x13 constant IFLA_BRPORT_CONFIG_PENDING (line 1632) | IFLA_BRPORT_CONFIG_PENDING = 0x14 constant IFLA_BRPORT_MESSAGE_AGE_TIMER (line 1633) | IFLA_BRPORT_MESSAGE_AGE_TIMER = 0x15 constant IFLA_BRPORT_FORWARD_DELAY_TIMER (line 1634) | IFLA_BRPORT_FORWARD_DELAY_TIMER = 0x16 constant IFLA_BRPORT_HOLD_TIMER (line 1635) | IFLA_BRPORT_HOLD_TIMER = 0x17 constant IFLA_BRPORT_FLUSH (line 1636) | IFLA_BRPORT_FLUSH = 0x18 constant IFLA_BRPORT_MULTICAST_ROUTER (line 1637) | IFLA_BRPORT_MULTICAST_ROUTER = 0x19 constant IFLA_BRPORT_PAD (line 1638) | IFLA_BRPORT_PAD = 0x1a constant IFLA_BRPORT_MCAST_FLOOD (line 1639) | IFLA_BRPORT_MCAST_FLOOD = 0x1b constant IFLA_BRPORT_MCAST_TO_UCAST (line 1640) | IFLA_BRPORT_MCAST_TO_UCAST = 0x1c constant IFLA_BRPORT_VLAN_TUNNEL (line 1641) | IFLA_BRPORT_VLAN_TUNNEL = 0x1d constant IFLA_BRPORT_BCAST_FLOOD (line 1642) | IFLA_BRPORT_BCAST_FLOOD = 0x1e constant IFLA_BRPORT_GROUP_FWD_MASK (line 1643) | IFLA_BRPORT_GROUP_FWD_MASK = 0x1f constant IFLA_BRPORT_NEIGH_SUPPRESS (line 1644) | IFLA_BRPORT_NEIGH_SUPPRESS = 0x20 constant IFLA_BRPORT_ISOLATED (line 1645) | IFLA_BRPORT_ISOLATED = 0x21 constant IFLA_BRPORT_BACKUP_PORT (line 1646) | IFLA_BRPORT_BACKUP_PORT = 0x22 constant IFLA_BRPORT_MRP_RING_OPEN (line 1647) | IFLA_BRPORT_MRP_RING_OPEN = 0x23 constant IFLA_BRPORT_MRP_IN_OPEN (line 1648) | IFLA_BRPORT_MRP_IN_OPEN = 0x24 constant IFLA_INFO_UNSPEC (line 1649) | IFLA_INFO_UNSPEC = 0x0 constant IFLA_INFO_KIND (line 1650) | IFLA_INFO_KIND = 0x1 constant IFLA_INFO_DATA (line 1651) | IFLA_INFO_DATA = 0x2 constant IFLA_INFO_XSTATS (line 1652) | IFLA_INFO_XSTATS = 0x3 constant IFLA_INFO_SLAVE_KIND (line 1653) | IFLA_INFO_SLAVE_KIND = 0x4 constant IFLA_INFO_SLAVE_DATA (line 1654) | IFLA_INFO_SLAVE_DATA = 0x5 constant IFLA_VLAN_UNSPEC (line 1655) | IFLA_VLAN_UNSPEC = 0x0 constant IFLA_VLAN_ID (line 1656) | IFLA_VLAN_ID = 0x1 constant IFLA_VLAN_FLAGS (line 1657) | IFLA_VLAN_FLAGS = 0x2 constant IFLA_VLAN_EGRESS_QOS (line 1658) | IFLA_VLAN_EGRESS_QOS = 0x3 constant IFLA_VLAN_INGRESS_QOS (line 1659) | IFLA_VLAN_INGRESS_QOS = 0x4 constant IFLA_VLAN_PROTOCOL (line 1660) | IFLA_VLAN_PROTOCOL = 0x5 constant IFLA_VLAN_QOS_UNSPEC (line 1661) | IFLA_VLAN_QOS_UNSPEC = 0x0 constant IFLA_VLAN_QOS_MAPPING (line 1662) | IFLA_VLAN_QOS_MAPPING = 0x1 constant IFLA_MACVLAN_UNSPEC (line 1663) | IFLA_MACVLAN_UNSPEC = 0x0 constant IFLA_MACVLAN_MODE (line 1664) | IFLA_MACVLAN_MODE = 0x1 constant IFLA_MACVLAN_FLAGS (line 1665) | IFLA_MACVLAN_FLAGS = 0x2 constant IFLA_MACVLAN_MACADDR_MODE (line 1666) | IFLA_MACVLAN_MACADDR_MODE = 0x3 constant IFLA_MACVLAN_MACADDR (line 1667) | IFLA_MACVLAN_MACADDR = 0x4 constant IFLA_MACVLAN_MACADDR_DATA (line 1668) | IFLA_MACVLAN_MACADDR_DATA = 0x5 constant IFLA_MACVLAN_MACADDR_COUNT (line 1669) | IFLA_MACVLAN_MACADDR_COUNT = 0x6 constant IFLA_VRF_UNSPEC (line 1670) | IFLA_VRF_UNSPEC = 0x0 constant IFLA_VRF_TABLE (line 1671) | IFLA_VRF_TABLE = 0x1 constant IFLA_VRF_PORT_UNSPEC (line 1672) | IFLA_VRF_PORT_UNSPEC = 0x0 constant IFLA_VRF_PORT_TABLE (line 1673) | IFLA_VRF_PORT_TABLE = 0x1 constant IFLA_MACSEC_UNSPEC (line 1674) | IFLA_MACSEC_UNSPEC = 0x0 constant IFLA_MACSEC_SCI (line 1675) | IFLA_MACSEC_SCI = 0x1 constant IFLA_MACSEC_PORT (line 1676) | IFLA_MACSEC_PORT = 0x2 constant IFLA_MACSEC_ICV_LEN (line 1677) | IFLA_MACSEC_ICV_LEN = 0x3 constant IFLA_MACSEC_CIPHER_SUITE (line 1678) | IFLA_MACSEC_CIPHER_SUITE = 0x4 constant IFLA_MACSEC_WINDOW (line 1679) | IFLA_MACSEC_WINDOW = 0x5 constant IFLA_MACSEC_ENCODING_SA (line 1680) | IFLA_MACSEC_ENCODING_SA = 0x6 constant IFLA_MACSEC_ENCRYPT (line 1681) | IFLA_MACSEC_ENCRYPT = 0x7 constant IFLA_MACSEC_PROTECT (line 1682) | IFLA_MACSEC_PROTECT = 0x8 constant IFLA_MACSEC_INC_SCI (line 1683) | IFLA_MACSEC_INC_SCI = 0x9 constant IFLA_MACSEC_ES (line 1684) | IFLA_MACSEC_ES = 0xa constant IFLA_MACSEC_SCB (line 1685) | IFLA_MACSEC_SCB = 0xb constant IFLA_MACSEC_REPLAY_PROTECT (line 1686) | IFLA_MACSEC_REPLAY_PROTECT = 0xc constant IFLA_MACSEC_VALIDATION (line 1687) | IFLA_MACSEC_VALIDATION = 0xd constant IFLA_MACSEC_PAD (line 1688) | IFLA_MACSEC_PAD = 0xe constant IFLA_MACSEC_OFFLOAD (line 1689) | IFLA_MACSEC_OFFLOAD = 0xf constant IFLA_XFRM_UNSPEC (line 1690) | IFLA_XFRM_UNSPEC = 0x0 constant IFLA_XFRM_LINK (line 1691) | IFLA_XFRM_LINK = 0x1 constant IFLA_XFRM_IF_ID (line 1692) | IFLA_XFRM_IF_ID = 0x2 constant IFLA_IPVLAN_UNSPEC (line 1693) | IFLA_IPVLAN_UNSPEC = 0x0 constant IFLA_IPVLAN_MODE (line 1694) | IFLA_IPVLAN_MODE = 0x1 constant IFLA_IPVLAN_FLAGS (line 1695) | IFLA_IPVLAN_FLAGS = 0x2 constant IFLA_VXLAN_UNSPEC (line 1696) | IFLA_VXLAN_UNSPEC = 0x0 constant IFLA_VXLAN_ID (line 1697) | IFLA_VXLAN_ID = 0x1 constant IFLA_VXLAN_GROUP (line 1698) | IFLA_VXLAN_GROUP = 0x2 constant IFLA_VXLAN_LINK (line 1699) | IFLA_VXLAN_LINK = 0x3 constant IFLA_VXLAN_LOCAL (line 1700) | IFLA_VXLAN_LOCAL = 0x4 constant IFLA_VXLAN_TTL (line 1701) | IFLA_VXLAN_TTL = 0x5 constant IFLA_VXLAN_TOS (line 1702) | IFLA_VXLAN_TOS = 0x6 constant IFLA_VXLAN_LEARNING (line 1703) | IFLA_VXLAN_LEARNING = 0x7 constant IFLA_VXLAN_AGEING (line 1704) | IFLA_VXLAN_AGEING = 0x8 constant IFLA_VXLAN_LIMIT (line 1705) | IFLA_VXLAN_LIMIT = 0x9 constant IFLA_VXLAN_PORT_RANGE (line 1706) | IFLA_VXLAN_PORT_RANGE = 0xa constant IFLA_VXLAN_PROXY (line 1707) | IFLA_VXLAN_PROXY = 0xb constant IFLA_VXLAN_RSC (line 1708) | IFLA_VXLAN_RSC = 0xc constant IFLA_VXLAN_L2MISS (line 1709) | IFLA_VXLAN_L2MISS = 0xd constant IFLA_VXLAN_L3MISS (line 1710) | IFLA_VXLAN_L3MISS = 0xe constant IFLA_VXLAN_PORT (line 1711) | IFLA_VXLAN_PORT = 0xf constant IFLA_VXLAN_GROUP6 (line 1712) | IFLA_VXLAN_GROUP6 = 0x10 constant IFLA_VXLAN_LOCAL6 (line 1713) | IFLA_VXLAN_LOCAL6 = 0x11 constant IFLA_VXLAN_UDP_CSUM (line 1714) | IFLA_VXLAN_UDP_CSUM = 0x12 constant IFLA_VXLAN_UDP_ZERO_CSUM6_TX (line 1715) | IFLA_VXLAN_UDP_ZERO_CSUM6_TX = 0x13 constant IFLA_VXLAN_UDP_ZERO_CSUM6_RX (line 1716) | IFLA_VXLAN_UDP_ZERO_CSUM6_RX = 0x14 constant IFLA_VXLAN_REMCSUM_TX (line 1717) | IFLA_VXLAN_REMCSUM_TX = 0x15 constant IFLA_VXLAN_REMCSUM_RX (line 1718) | IFLA_VXLAN_REMCSUM_RX = 0x16 constant IFLA_VXLAN_GBP (line 1719) | IFLA_VXLAN_GBP = 0x17 constant IFLA_VXLAN_REMCSUM_NOPARTIAL (line 1720) | IFLA_VXLAN_REMCSUM_NOPARTIAL = 0x18 constant IFLA_VXLAN_COLLECT_METADATA (line 1721) | IFLA_VXLAN_COLLECT_METADATA = 0x19 constant IFLA_VXLAN_LABEL (line 1722) | IFLA_VXLAN_LABEL = 0x1a constant IFLA_VXLAN_GPE (line 1723) | IFLA_VXLAN_GPE = 0x1b constant IFLA_VXLAN_TTL_INHERIT (line 1724) | IFLA_VXLAN_TTL_INHERIT = 0x1c constant IFLA_VXLAN_DF (line 1725) | IFLA_VXLAN_DF = 0x1d constant IFLA_GENEVE_UNSPEC (line 1726) | IFLA_GENEVE_UNSPEC = 0x0 constant IFLA_GENEVE_ID (line 1727) | IFLA_GENEVE_ID = 0x1 constant IFLA_GENEVE_REMOTE (line 1728) | IFLA_GENEVE_REMOTE = 0x2 constant IFLA_GENEVE_TTL (line 1729) | IFLA_GENEVE_TTL = 0x3 constant IFLA_GENEVE_TOS (line 1730) | IFLA_GENEVE_TOS = 0x4 constant IFLA_GENEVE_PORT (line 1731) | IFLA_GENEVE_PORT = 0x5 constant IFLA_GENEVE_COLLECT_METADATA (line 1732) | IFLA_GENEVE_COLLECT_METADATA = 0x6 constant IFLA_GENEVE_REMOTE6 (line 1733) | IFLA_GENEVE_REMOTE6 = 0x7 constant IFLA_GENEVE_UDP_CSUM (line 1734) | IFLA_GENEVE_UDP_CSUM = 0x8 constant IFLA_GENEVE_UDP_ZERO_CSUM6_TX (line 1735) | IFLA_GENEVE_UDP_ZERO_CSUM6_TX = 0x9 constant IFLA_GENEVE_UDP_ZERO_CSUM6_RX (line 1736) | IFLA_GENEVE_UDP_ZERO_CSUM6_RX = 0xa constant IFLA_GENEVE_LABEL (line 1737) | IFLA_GENEVE_LABEL = 0xb constant IFLA_GENEVE_TTL_INHERIT (line 1738) | IFLA_GENEVE_TTL_INHERIT = 0xc constant IFLA_GENEVE_DF (line 1739) | IFLA_GENEVE_DF = 0xd constant IFLA_BAREUDP_UNSPEC (line 1740) | IFLA_BAREUDP_UNSPEC = 0x0 constant IFLA_BAREUDP_PORT (line 1741) | IFLA_BAREUDP_PORT = 0x1 constant IFLA_BAREUDP_ETHERTYPE (line 1742) | IFLA_BAREUDP_ETHERTYPE = 0x2 constant IFLA_BAREUDP_SRCPORT_MIN (line 1743) | IFLA_BAREUDP_SRCPORT_MIN = 0x3 constant IFLA_BAREUDP_MULTIPROTO_MODE (line 1744) | IFLA_BAREUDP_MULTIPROTO_MODE = 0x4 constant IFLA_PPP_UNSPEC (line 1745) | IFLA_PPP_UNSPEC = 0x0 constant IFLA_PPP_DEV_FD (line 1746) | IFLA_PPP_DEV_FD = 0x1 constant IFLA_GTP_UNSPEC (line 1747) | IFLA_GTP_UNSPEC = 0x0 constant IFLA_GTP_FD0 (line 1748) | IFLA_GTP_FD0 = 0x1 constant IFLA_GTP_FD1 (line 1749) | IFLA_GTP_FD1 = 0x2 constant IFLA_GTP_PDP_HASHSIZE (line 1750) | IFLA_GTP_PDP_HASHSIZE = 0x3 constant IFLA_GTP_ROLE (line 1751) | IFLA_GTP_ROLE = 0x4 constant IFLA_BOND_UNSPEC (line 1752) | IFLA_BOND_UNSPEC = 0x0 constant IFLA_BOND_MODE (line 1753) | IFLA_BOND_MODE = 0x1 constant IFLA_BOND_ACTIVE_SLAVE (line 1754) | IFLA_BOND_ACTIVE_SLAVE = 0x2 constant IFLA_BOND_MIIMON (line 1755) | IFLA_BOND_MIIMON = 0x3 constant IFLA_BOND_UPDELAY (line 1756) | IFLA_BOND_UPDELAY = 0x4 constant IFLA_BOND_DOWNDELAY (line 1757) | IFLA_BOND_DOWNDELAY = 0x5 constant IFLA_BOND_USE_CARRIER (line 1758) | IFLA_BOND_USE_CARRIER = 0x6 constant IFLA_BOND_ARP_INTERVAL (line 1759) | IFLA_BOND_ARP_INTERVAL = 0x7 constant IFLA_BOND_ARP_IP_TARGET (line 1760) | IFLA_BOND_ARP_IP_TARGET = 0x8 constant IFLA_BOND_ARP_VALIDATE (line 1761) | IFLA_BOND_ARP_VALIDATE = 0x9 constant IFLA_BOND_ARP_ALL_TARGETS (line 1762) | IFLA_BOND_ARP_ALL_TARGETS = 0xa constant IFLA_BOND_PRIMARY (line 1763) | IFLA_BOND_PRIMARY = 0xb constant IFLA_BOND_PRIMARY_RESELECT (line 1764) | IFLA_BOND_PRIMARY_RESELECT = 0xc constant IFLA_BOND_FAIL_OVER_MAC (line 1765) | IFLA_BOND_FAIL_OVER_MAC = 0xd constant IFLA_BOND_XMIT_HASH_POLICY (line 1766) | IFLA_BOND_XMIT_HASH_POLICY = 0xe constant IFLA_BOND_RESEND_IGMP (line 1767) | IFLA_BOND_RESEND_IGMP = 0xf constant IFLA_BOND_NUM_PEER_NOTIF (line 1768) | IFLA_BOND_NUM_PEER_NOTIF = 0x10 constant IFLA_BOND_ALL_SLAVES_ACTIVE (line 1769) | IFLA_BOND_ALL_SLAVES_ACTIVE = 0x11 constant IFLA_BOND_MIN_LINKS (line 1770) | IFLA_BOND_MIN_LINKS = 0x12 constant IFLA_BOND_LP_INTERVAL (line 1771) | IFLA_BOND_LP_INTERVAL = 0x13 constant IFLA_BOND_PACKETS_PER_SLAVE (line 1772) | IFLA_BOND_PACKETS_PER_SLAVE = 0x14 constant IFLA_BOND_AD_LACP_RATE (line 1773) | IFLA_BOND_AD_LACP_RATE = 0x15 constant IFLA_BOND_AD_SELECT (line 1774) | IFLA_BOND_AD_SELECT = 0x16 constant IFLA_BOND_AD_INFO (line 1775) | IFLA_BOND_AD_INFO = 0x17 constant IFLA_BOND_AD_ACTOR_SYS_PRIO (line 1776) | IFLA_BOND_AD_ACTOR_SYS_PRIO = 0x18 constant IFLA_BOND_AD_USER_PORT_KEY (line 1777) | IFLA_BOND_AD_USER_PORT_KEY = 0x19 constant IFLA_BOND_AD_ACTOR_SYSTEM (line 1778) | IFLA_BOND_AD_ACTOR_SYSTEM = 0x1a constant IFLA_BOND_TLB_DYNAMIC_LB (line 1779) | IFLA_BOND_TLB_DYNAMIC_LB = 0x1b constant IFLA_BOND_PEER_NOTIF_DELAY (line 1780) | IFLA_BOND_PEER_NOTIF_DELAY = 0x1c constant IFLA_BOND_AD_INFO_UNSPEC (line 1781) | IFLA_BOND_AD_INFO_UNSPEC = 0x0 constant IFLA_BOND_AD_INFO_AGGREGATOR (line 1782) | IFLA_BOND_AD_INFO_AGGREGATOR = 0x1 constant IFLA_BOND_AD_INFO_NUM_PORTS (line 1783) | IFLA_BOND_AD_INFO_NUM_PORTS = 0x2 constant IFLA_BOND_AD_INFO_ACTOR_KEY (line 1784) | IFLA_BOND_AD_INFO_ACTOR_KEY = 0x3 constant IFLA_BOND_AD_INFO_PARTNER_KEY (line 1785) | IFLA_BOND_AD_INFO_PARTNER_KEY = 0x4 constant IFLA_BOND_AD_INFO_PARTNER_MAC (line 1786) | IFLA_BOND_AD_INFO_PARTNER_MAC = 0x5 constant IFLA_BOND_SLAVE_UNSPEC (line 1787) | IFLA_BOND_SLAVE_UNSPEC = 0x0 constant IFLA_BOND_SLAVE_STATE (line 1788) | IFLA_BOND_SLAVE_STATE = 0x1 constant IFLA_BOND_SLAVE_MII_STATUS (line 1789) | IFLA_BOND_SLAVE_MII_STATUS = 0x2 constant IFLA_BOND_SLAVE_LINK_FAILURE_COUNT (line 1790) | IFLA_BOND_SLAVE_LINK_FAILURE_COUNT = 0x3 constant IFLA_BOND_SLAVE_PERM_HWADDR (line 1791) | IFLA_BOND_SLAVE_PERM_HWADDR = 0x4 constant IFLA_BOND_SLAVE_QUEUE_ID (line 1792) | IFLA_BOND_SLAVE_QUEUE_ID = 0x5 constant IFLA_BOND_SLAVE_AD_AGGREGATOR_ID (line 1793) | IFLA_BOND_SLAVE_AD_AGGREGATOR_ID = 0x6 constant IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE (line 1794) | IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE = 0x7 constant IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE (line 1795) | IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE = 0x8 constant IFLA_VF_INFO_UNSPEC (line 1796) | IFLA_VF_INFO_UNSPEC = 0x0 constant IFLA_VF_INFO (line 1797) | IFLA_VF_INFO = 0x1 constant IFLA_VF_UNSPEC (line 1798) | IFLA_VF_UNSPEC = 0x0 constant IFLA_VF_MAC (line 1799) | IFLA_VF_MAC = 0x1 constant IFLA_VF_VLAN (line 1800) | IFLA_VF_VLAN = 0x2 constant IFLA_VF_TX_RATE (line 1801) | IFLA_VF_TX_RATE = 0x3 constant IFLA_VF_SPOOFCHK (line 1802) | IFLA_VF_SPOOFCHK = 0x4 constant IFLA_VF_LINK_STATE (line 1803) | IFLA_VF_LINK_STATE = 0x5 constant IFLA_VF_RATE (line 1804) | IFLA_VF_RATE = 0x6 constant IFLA_VF_RSS_QUERY_EN (line 1805) | IFLA_VF_RSS_QUERY_EN = 0x7 constant IFLA_VF_STATS (line 1806) | IFLA_VF_STATS = 0x8 constant IFLA_VF_TRUST (line 1807) | IFLA_VF_TRUST = 0x9 constant IFLA_VF_IB_NODE_GUID (line 1808) | IFLA_VF_IB_NODE_GUID = 0xa constant IFLA_VF_IB_PORT_GUID (line 1809) | IFLA_VF_IB_PORT_GUID = 0xb constant IFLA_VF_VLAN_LIST (line 1810) | IFLA_VF_VLAN_LIST = 0xc constant IFLA_VF_BROADCAST (line 1811) | IFLA_VF_BROADCAST = 0xd constant IFLA_VF_VLAN_INFO_UNSPEC (line 1812) | IFLA_VF_VLAN_INFO_UNSPEC = 0x0 constant IFLA_VF_VLAN_INFO (line 1813) | IFLA_VF_VLAN_INFO = 0x1 constant IFLA_VF_LINK_STATE_AUTO (line 1814) | IFLA_VF_LINK_STATE_AUTO = 0x0 constant IFLA_VF_LINK_STATE_ENABLE (line 1815) | IFLA_VF_LINK_STATE_ENABLE = 0x1 constant IFLA_VF_LINK_STATE_DISABLE (line 1816) | IFLA_VF_LINK_STATE_DISABLE = 0x2 constant IFLA_VF_STATS_RX_PACKETS (line 1817) | IFLA_VF_STATS_RX_PACKETS = 0x0 constant IFLA_VF_STATS_TX_PACKETS (line 1818) | IFLA_VF_STATS_TX_PACKETS = 0x1 constant IFLA_VF_STATS_RX_BYTES (line 1819) | IFLA_VF_STATS_RX_BYTES = 0x2 constant IFLA_VF_STATS_TX_BYTES (line 1820) | IFLA_VF_STATS_TX_BYTES = 0x3 constant IFLA_VF_STATS_BROADCAST (line 1821) | IFLA_VF_STATS_BROADCAST = 0x4 constant IFLA_VF_STATS_MULTICAST (line 1822) | IFLA_VF_STATS_MULTICAST = 0x5 constant IFLA_VF_STATS_PAD (line 1823) | IFLA_VF_STATS_PAD = 0x6 constant IFLA_VF_STATS_RX_DROPPED (line 1824) | IFLA_VF_STATS_RX_DROPPED = 0x7 constant IFLA_VF_STATS_TX_DROPPED (line 1825) | IFLA_VF_STATS_TX_DROPPED = 0x8 constant IFLA_VF_PORT_UNSPEC (line 1826) | IFLA_VF_PORT_UNSPEC = 0x0 constant IFLA_VF_PORT (line 1827) | IFLA_VF_PORT = 0x1 constant IFLA_PORT_UNSPEC (line 1828) | IFLA_PORT_UNSPEC = 0x0 constant IFLA_PORT_VF (line 1829) | IFLA_PORT_VF = 0x1 constant IFLA_PORT_PROFILE (line 1830) | IFLA_PORT_PROFILE = 0x2 constant IFLA_PORT_VSI_TYPE (line 1831) | IFLA_PORT_VSI_TYPE = 0x3 constant IFLA_PORT_INSTANCE_UUID (line 1832) | IFLA_PORT_INSTANCE_UUID = 0x4 constant IFLA_PORT_HOST_UUID (line 1833) | IFLA_PORT_HOST_UUID = 0x5 constant IFLA_PORT_REQUEST (line 1834) | IFLA_PORT_REQUEST = 0x6 constant IFLA_PORT_RESPONSE (line 1835) | IFLA_PORT_RESPONSE = 0x7 constant IFLA_IPOIB_UNSPEC (line 1836) | IFLA_IPOIB_UNSPEC = 0x0 constant IFLA_IPOIB_PKEY (line 1837) | IFLA_IPOIB_PKEY = 0x1 constant IFLA_IPOIB_MODE (line 1838) | IFLA_IPOIB_MODE = 0x2 constant IFLA_IPOIB_UMCAST (line 1839) | IFLA_IPOIB_UMCAST = 0x3 constant IFLA_HSR_UNSPEC (line 1840) | IFLA_HSR_UNSPEC = 0x0 constant IFLA_HSR_SLAVE1 (line 1841) | IFLA_HSR_SLAVE1 = 0x1 constant IFLA_HSR_SLAVE2 (line 1842) | IFLA_HSR_SLAVE2 = 0x2 constant IFLA_HSR_MULTICAST_SPEC (line 1843) | IFLA_HSR_MULTICAST_SPEC = 0x3 constant IFLA_HSR_SUPERVISION_ADDR (line 1844) | IFLA_HSR_SUPERVISION_ADDR = 0x4 constant IFLA_HSR_SEQ_NR (line 1845) | IFLA_HSR_SEQ_NR = 0x5 constant IFLA_HSR_VERSION (line 1846) | IFLA_HSR_VERSION = 0x6 constant IFLA_HSR_PROTOCOL (line 1847) | IFLA_HSR_PROTOCOL = 0x7 constant IFLA_STATS_UNSPEC (line 1848) | IFLA_STATS_UNSPEC = 0x0 constant IFLA_STATS_LINK_64 (line 1849) | IFLA_STATS_LINK_64 = 0x1 constant IFLA_STATS_LINK_XSTATS (line 1850) | IFLA_STATS_LINK_XSTATS = 0x2 constant IFLA_STATS_LINK_XSTATS_SLAVE (line 1851) | IFLA_STATS_LINK_XSTATS_SLAVE = 0x3 constant IFLA_STATS_LINK_OFFLOAD_XSTATS (line 1852) | IFLA_STATS_LINK_OFFLOAD_XSTATS = 0x4 constant IFLA_STATS_AF_SPEC (line 1853) | IFLA_STATS_AF_SPEC = 0x5 constant IFLA_OFFLOAD_XSTATS_UNSPEC (line 1854) | IFLA_OFFLOAD_XSTATS_UNSPEC = 0x0 constant IFLA_OFFLOAD_XSTATS_CPU_HIT (line 1855) | IFLA_OFFLOAD_XSTATS_CPU_HIT = 0x1 constant IFLA_XDP_UNSPEC (line 1856) | IFLA_XDP_UNSPEC = 0x0 constant IFLA_XDP_FD (line 1857) | IFLA_XDP_FD = 0x1 constant IFLA_XDP_ATTACHED (line 1858) | IFLA_XDP_ATTACHED = 0x2 constant IFLA_XDP_FLAGS (line 1859) | IFLA_XDP_FLAGS = 0x3 constant IFLA_XDP_PROG_ID (line 1860) | IFLA_XDP_PROG_ID = 0x4 constant IFLA_XDP_DRV_PROG_ID (line 1861) | IFLA_XDP_DRV_PROG_ID = 0x5 constant IFLA_XDP_SKB_PROG_ID (line 1862) | IFLA_XDP_SKB_PROG_ID = 0x6 constant IFLA_XDP_HW_PROG_ID (line 1863) | IFLA_XDP_HW_PROG_ID = 0x7 constant IFLA_XDP_EXPECTED_FD (line 1864) | IFLA_XDP_EXPECTED_FD = 0x8 constant IFLA_EVENT_NONE (line 1865) | IFLA_EVENT_NONE = 0x0 constant IFLA_EVENT_REBOOT (line 1866) | IFLA_EVENT_REBOOT = 0x1 constant IFLA_EVENT_FEATURES (line 1867) | IFLA_EVENT_FEATURES = 0x2 constant IFLA_EVENT_BONDING_FAILOVER (line 1868) | IFLA_EVENT_BONDING_FAILOVER = 0x3 constant IFLA_EVENT_NOTIFY_PEERS (line 1869) | IFLA_EVENT_NOTIFY_PEERS = 0x4 constant IFLA_EVENT_IGMP_RESEND (line 1870) | IFLA_EVENT_IGMP_RESEND = 0x5 constant IFLA_EVENT_BONDING_OPTIONS (line 1871) | IFLA_EVENT_BONDING_OPTIONS = 0x6 constant IFLA_TUN_UNSPEC (line 1872) | IFLA_TUN_UNSPEC = 0x0 constant IFLA_TUN_OWNER (line 1873) | IFLA_TUN_OWNER = 0x1 constant IFLA_TUN_GROUP (line 1874) | IFLA_TUN_GROUP = 0x2 constant IFLA_TUN_TYPE (line 1875) | IFLA_TUN_TYPE = 0x3 constant IFLA_TUN_PI (line 1876) | IFLA_TUN_PI = 0x4 constant IFLA_TUN_VNET_HDR (line 1877) | IFLA_TUN_VNET_HDR = 0x5 constant IFLA_TUN_PERSIST (line 1878) | IFLA_TUN_PERSIST = 0x6 constant IFLA_TUN_MULTI_QUEUE (line 1879) | IFLA_TUN_MULTI_QUEUE = 0x7 constant IFLA_TUN_NUM_QUEUES (line 1880) | IFLA_TUN_NUM_QUEUES = 0x8 constant IFLA_TUN_NUM_DISABLED_QUEUES (line 1881) | IFLA_TUN_NUM_DISABLED_QUEUES = 0x9 constant IFLA_RMNET_UNSPEC (line 1882) | IFLA_RMNET_UNSPEC = 0x0 constant IFLA_RMNET_MUX_ID (line 1883) | IFLA_RMNET_MUX_ID = 0x1 constant IFLA_RMNET_FLAGS (line 1884) | IFLA_RMNET_FLAGS = 0x2 constant NF_INET_PRE_ROUTING (line 1888) | NF_INET_PRE_ROUTING = 0x0 constant NF_INET_LOCAL_IN (line 1889) | NF_INET_LOCAL_IN = 0x1 constant NF_INET_FORWARD (line 1890) | NF_INET_FORWARD = 0x2 constant NF_INET_LOCAL_OUT (line 1891) | NF_INET_LOCAL_OUT = 0x3 constant NF_INET_POST_ROUTING (line 1892) | NF_INET_POST_ROUTING = 0x4 constant NF_INET_NUMHOOKS (line 1893) | NF_INET_NUMHOOKS = 0x5 constant NF_NETDEV_INGRESS (line 1897) | NF_NETDEV_INGRESS = 0x0 constant NF_NETDEV_EGRESS (line 1898) | NF_NETDEV_EGRESS = 0x1 constant NF_NETDEV_NUMHOOKS (line 1899) | NF_NETDEV_NUMHOOKS = 0x2 constant NFPROTO_UNSPEC (line 1903) | NFPROTO_UNSPEC = 0x0 constant NFPROTO_INET (line 1904) | NFPROTO_INET = 0x1 constant NFPROTO_IPV4 (line 1905) | NFPROTO_IPV4 = 0x2 constant NFPROTO_ARP (line 1906) | NFPROTO_ARP = 0x3 constant NFPROTO_NETDEV (line 1907) | NFPROTO_NETDEV = 0x5 constant NFPROTO_BRIDGE (line 1908) | NFPROTO_BRIDGE = 0x7 constant NFPROTO_IPV6 (line 1909) | NFPROTO_IPV6 = 0xa constant NFPROTO_DECNET (line 1910) | NFPROTO_DECNET = 0xc constant NFPROTO_NUMPROTO (line 1911) | NFPROTO_NUMPROTO = 0xd constant SO_ORIGINAL_DST (line 1914) | SO_ORIGINAL_DST = 0x50 type Nfgenmsg (line 1916) | type Nfgenmsg struct constant NFNL_BATCH_UNSPEC (line 1923) | NFNL_BATCH_UNSPEC = 0x0 constant NFNL_BATCH_GENID (line 1924) | NFNL_BATCH_GENID = 0x1 constant NFT_REG_VERDICT (line 1928) | NFT_REG_VERDICT = 0x0 constant NFT_REG_1 (line 1929) | NFT_REG_1 = 0x1 constant NFT_REG_2 (line 1930) | NFT_REG_2 = 0x2 constant NFT_REG_3 (line 1931) | NFT_REG_3 = 0x3 constant NFT_REG_4 (line 1932) | NFT_REG_4 = 0x4 constant NFT_REG32_00 (line 1933) | NFT_REG32_00 = 0x8 constant NFT_REG32_01 (line 1934) | NFT_REG32_01 = 0x9 constant NFT_REG32_02 (line 1935) | NFT_REG32_02 = 0xa constant NFT_REG32_03 (line 1936) | NFT_REG32_03 = 0xb constant NFT_REG32_04 (line 1937) | NFT_REG32_04 = 0xc constant NFT_REG32_05 (line 1938) | NFT_REG32_05 = 0xd constant NFT_REG32_06 (line 1939) | NFT_REG32_06 = 0xe constant NFT_REG32_07 (line 1940) | NFT_REG32_07 = 0xf constant NFT_REG32_08 (line 1941) | NFT_REG32_08 = 0x10 constant NFT_REG32_09 (line 1942) | NFT_REG32_09 = 0x11 constant NFT_REG32_10 (line 1943) | NFT_REG32_10 = 0x12 constant NFT_REG32_11 (line 1944) | NFT_REG32_11 = 0x13 constant NFT_REG32_12 (line 1945) | NFT_REG32_12 = 0x14 constant NFT_REG32_13 (line 1946) | NFT_REG32_13 = 0x15 constant NFT_REG32_14 (line 1947) | NFT_REG32_14 = 0x16 constant NFT_REG32_15 (line 1948) | NFT_REG32_15 = 0x17 constant NFT_CONTINUE (line 1949) | NFT_CONTINUE = -0x1 constant NFT_BREAK (line 1950) | NFT_BREAK = -0x2 constant NFT_JUMP (line 1951) | NFT_JUMP = -0x3 constant NFT_GOTO (line 1952) | NFT_GOTO = -0x4 constant NFT_RETURN (line 1953) | NFT_RETURN = -0x5 constant NFT_MSG_NEWTABLE (line 1954) | NFT_MSG_NEWTABLE = 0x0 constant NFT_MSG_GETTABLE (line 1955) | NFT_MSG_GETTABLE = 0x1 constant NFT_MSG_DELTABLE (line 1956) | NFT_MSG_DELTABLE = 0x2 constant NFT_MSG_NEWCHAIN (line 1957) | NFT_MSG_NEWCHAIN = 0x3 constant NFT_MSG_GETCHAIN (line 1958) | NFT_MSG_GETCHAIN = 0x4 constant NFT_MSG_DELCHAIN (line 1959) | NFT_MSG_DELCHAIN = 0x5 constant NFT_MSG_NEWRULE (line 1960) | NFT_MSG_NEWRULE = 0x6 constant NFT_MSG_GETRULE (line 1961) | NFT_MSG_GETRULE = 0x7 constant NFT_MSG_DELRULE (line 1962) | NFT_MSG_DELRULE = 0x8 constant NFT_MSG_NEWSET (line 1963) | NFT_MSG_NEWSET = 0x9 constant NFT_MSG_GETSET (line 1964) | NFT_MSG_GETSET = 0xa constant NFT_MSG_DELSET (line 1965) | NFT_MSG_DELSET = 0xb constant NFT_MSG_NEWSETELEM (line 1966) | NFT_MSG_NEWSETELEM = 0xc constant NFT_MSG_GETSETELEM (line 1967) | NFT_MSG_GETSETELEM = 0xd constant NFT_MSG_DELSETELEM (line 1968) | NFT_MSG_DELSETELEM = 0xe constant NFT_MSG_NEWGEN (line 1969) | NFT_MSG_NEWGEN = 0xf constant NFT_MSG_GETGEN (line 1970) | NFT_MSG_GETGEN = 0x10 constant NFT_MSG_TRACE (line 1971) | NFT_MSG_TRACE = 0x11 constant NFT_MSG_NEWOBJ (line 1972) | NFT_MSG_NEWOBJ = 0x12 constant NFT_MSG_GETOBJ (line 1973) | NFT_MSG_GETOBJ = 0x13 constant NFT_MSG_DELOBJ (line 1974) | NFT_MSG_DELOBJ = 0x14 constant NFT_MSG_GETOBJ_RESET (line 1975) | NFT_MSG_GETOBJ_RESET = 0x15 constant NFT_MSG_NEWFLOWTABLE (line 1976) | NFT_MSG_NEWFLOWTABLE = 0x16 constant NFT_MSG_GETFLOWTABLE (line 1977) | NFT_MSG_GETFLOWTABLE = 0x17 constant NFT_MSG_DELFLOWTABLE (line 1978) | NFT_MSG_DELFLOWTABLE = 0x18 constant NFT_MSG_GETRULE_RESET (line 1979) | NFT_MSG_GETRULE_RESET = 0x19 constant NFT_MSG_MAX (line 1980) | NFT_MSG_MAX = 0x22 constant NFTA_LIST_UNSPEC (line 1981) | NFTA_LIST_UNSPEC = 0x0 constant NFTA_LIST_ELEM (line 1982) | NFTA_LIST_ELEM = 0x1 constant NFTA_HOOK_UNSPEC (line 1983) | NFTA_HOOK_UNSPEC = 0x0 constant NFTA_HOOK_HOOKNUM (line 1984) | NFTA_HOOK_HOOKNUM = 0x1 constant NFTA_HOOK_PRIORITY (line 1985) | NFTA_HOOK_PRIORITY = 0x2 constant NFTA_HOOK_DEV (line 1986) | NFTA_HOOK_DEV = 0x3 constant NFT_TABLE_F_DORMANT (line 1987) | NFT_TABLE_F_DORMANT = 0x1 constant NFTA_TABLE_UNSPEC (line 1988) | NFTA_TABLE_UNSPEC = 0x0 constant NFTA_TABLE_NAME (line 1989) | NFTA_TABLE_NAME = 0x1 constant NFTA_TABLE_FLAGS (line 1990) | NFTA_TABLE_FLAGS = 0x2 constant NFTA_TABLE_USE (line 1991) | NFTA_TABLE_USE = 0x3 constant NFTA_CHAIN_UNSPEC (line 1992) | NFTA_CHAIN_UNSPEC = 0x0 constant NFTA_CHAIN_TABLE (line 1993) | NFTA_CHAIN_TABLE = 0x1 constant NFTA_CHAIN_HANDLE (line 1994) | NFTA_CHAIN_HANDLE = 0x2 constant NFTA_CHAIN_NAME (line 1995) | NFTA_CHAIN_NAME = 0x3 constant NFTA_CHAIN_HOOK (line 1996) | NFTA_CHAIN_HOOK = 0x4 constant NFTA_CHAIN_POLICY (line 1997) | NFTA_CHAIN_POLICY = 0x5 constant NFTA_CHAIN_USE (line 1998) | NFTA_CHAIN_USE = 0x6 constant NFTA_CHAIN_TYPE (line 1999) | NFTA_CHAIN_TYPE = 0x7 constant NFTA_CHAIN_COUNTERS (line 2000) | NFTA_CHAIN_COUNTERS = 0x8 constant NFTA_CHAIN_PAD (line 2001) | NFTA_CHAIN_PAD = 0x9 constant NFTA_RULE_UNSPEC (line 2002) | NFTA_RULE_UNSPEC = 0x0 constant NFTA_RULE_TABLE (line 2003) | NFTA_RULE_TABLE = 0x1 constant NFTA_RULE_CHAIN (line 2004) | NFTA_RULE_CHAIN = 0x2 constant NFTA_RULE_HANDLE (line 2005) | NFTA_RULE_HANDLE = 0x3 constant NFTA_RULE_EXPRESSIONS (line 2006) | NFTA_RULE_EXPRESSIONS = 0x4 constant NFTA_RULE_COMPAT (line 2007) | NFTA_RULE_COMPAT = 0x5 constant NFTA_RULE_POSITION (line 2008) | NFTA_RULE_POSITION = 0x6 constant NFTA_RULE_USERDATA (line 2009) | NFTA_RULE_USERDATA = 0x7 constant NFTA_RULE_PAD (line 2010) | NFTA_RULE_PAD = 0x8 constant NFTA_RULE_ID (line 2011) | NFTA_RULE_ID = 0x9 constant NFT_RULE_COMPAT_F_INV (line 2012) | NFT_RULE_COMPAT_F_INV = 0x2 constant NFT_RULE_COMPAT_F_MASK (line 2013) | NFT_RULE_COMPAT_F_MASK = 0x2 constant NFTA_RULE_COMPAT_UNSPEC (line 2014) | NFTA_RULE_COMPAT_UNSPEC = 0x0 constant NFTA_RULE_COMPAT_PROTO (line 2015) | NFTA_RULE_COMPAT_PROTO = 0x1 constant NFTA_RULE_COMPAT_FLAGS (line 2016) | NFTA_RULE_COMPAT_FLAGS = 0x2 constant NFT_SET_ANONYMOUS (line 2017) | NFT_SET_ANONYMOUS = 0x1 constant NFT_SET_CONSTANT (line 2018) | NFT_SET_CONSTANT = 0x2 constant NFT_SET_INTERVAL (line 2019) | NFT_SET_INTERVAL = 0x4 constant NFT_SET_MAP (line 2020) | NFT_SET_MAP = 0x8 constant NFT_SET_TIMEOUT (line 2021) | NFT_SET_TIMEOUT = 0x10 constant NFT_SET_EVAL (line 2022) | NFT_SET_EVAL = 0x20 constant NFT_SET_OBJECT (line 2023) | NFT_SET_OBJECT = 0x40 constant NFT_SET_POL_PERFORMANCE (line 2024) | NFT_SET_POL_PERFORMANCE = 0x0 constant NFT_SET_POL_MEMORY (line 2025) | NFT_SET_POL_MEMORY = 0x1 constant NFTA_SET_DESC_UNSPEC (line 2026) | NFTA_SET_DESC_UNSPEC = 0x0 constant NFTA_SET_DESC_SIZE (line 2027) | NFTA_SET_DESC_SIZE = 0x1 constant NFTA_SET_UNSPEC (line 2028) | NFTA_SET_UNSPEC = 0x0 constant NFTA_SET_TABLE (line 2029) | NFTA_SET_TABLE = 0x1 constant NFTA_SET_NAME (line 2030) | NFTA_SET_NAME = 0x2 constant NFTA_SET_FLAGS (line 2031) | NFTA_SET_FLAGS = 0x3 constant NFTA_SET_KEY_TYPE (line 2032) | NFTA_SET_KEY_TYPE = 0x4 constant NFTA_SET_KEY_LEN (line 2033) | NFTA_SET_KEY_LEN = 0x5 constant NFTA_SET_DATA_TYPE (line 2034) | NFTA_SET_DATA_TYPE = 0x6 constant NFTA_SET_DATA_LEN (line 2035) | NFTA_SET_DATA_LEN = 0x7 constant NFTA_SET_POLICY (line 2036) | NFTA_SET_POLICY = 0x8 constant NFTA_SET_DESC (line 2037) | NFTA_SET_DESC = 0x9 constant NFTA_SET_ID (line 2038) | NFTA_SET_ID = 0xa constant NFTA_SET_TIMEOUT (line 2039) | NFTA_SET_TIMEOUT = 0xb constant NFTA_SET_GC_INTERVAL (line 2040) | NFTA_SET_GC_INTERVAL = 0xc constant NFTA_SET_USERDATA (line 2041) | NFTA_SET_USERDATA = 0xd constant NFTA_SET_PAD (line 2042) | NFTA_SET_PAD = 0xe constant NFTA_SET_OBJ_TYPE (line 2043) | NFTA_SET_OBJ_TYPE = 0xf constant NFT_SET_ELEM_INTERVAL_END (line 2044) | NFT_SET_ELEM_INTERVAL_END = 0x1 constant NFTA_SET_ELEM_UNSPEC (line 2045) | NFTA_SET_ELEM_UNSPEC = 0x0 constant NFTA_SET_ELEM_KEY (line 2046) | NFTA_SET_ELEM_KEY = 0x1 constant NFTA_SET_ELEM_DATA (line 2047) | NFTA_SET_ELEM_DATA = 0x2 constant NFTA_SET_ELEM_FLAGS (line 2048) | NFTA_SET_ELEM_FLAGS = 0x3 constant NFTA_SET_ELEM_TIMEOUT (line 2049) | NFTA_SET_ELEM_TIMEOUT = 0x4 constant NFTA_SET_ELEM_EXPIRATION (line 2050) | NFTA_SET_ELEM_EXPIRATION = 0x5 constant NFTA_SET_ELEM_USERDATA (line 2051) | NFTA_SET_ELEM_USERDATA = 0x6 constant NFTA_SET_ELEM_EXPR (line 2052) | NFTA_SET_ELEM_EXPR = 0x7 constant NFTA_SET_ELEM_PAD (line 2053) | NFTA_SET_ELEM_PAD = 0x8 constant NFTA_SET_ELEM_OBJREF (line 2054) | NFTA_SET_ELEM_OBJREF = 0x9 constant NFTA_SET_ELEM_LIST_UNSPEC (line 2055) | NFTA_SET_ELEM_LIST_UNSPEC = 0x0 constant NFTA_SET_ELEM_LIST_TABLE (line 2056) | NFTA_SET_ELEM_LIST_TABLE = 0x1 constant NFTA_SET_ELEM_LIST_SET (line 2057) | NFTA_SET_ELEM_LIST_SET = 0x2 constant NFTA_SET_ELEM_LIST_ELEMENTS (line 2058) | NFTA_SET_ELEM_LIST_ELEMENTS = 0x3 constant NFTA_SET_ELEM_LIST_SET_ID (line 2059) | NFTA_SET_ELEM_LIST_SET_ID = 0x4 constant NFT_DATA_VALUE (line 2060) | NFT_DATA_VALUE = 0x0 constant NFT_DATA_VERDICT (line 2061) | NFT_DATA_VERDICT = 0xffffff00 constant NFTA_DATA_UNSPEC (line 2062) | NFTA_DATA_UNSPEC = 0x0 constant NFTA_DATA_VALUE (line 2063) | NFTA_DATA_VALUE = 0x1 constant NFTA_DATA_VERDICT (line 2064) | NFTA_DATA_VERDICT = 0x2 constant NFTA_VERDICT_UNSPEC (line 2065) | NFTA_VERDICT_UNSPEC = 0x0 constant NFTA_VERDICT_CODE (line 2066) | NFTA_VERDICT_CODE = 0x1 constant NFTA_VERDICT_CHAIN (line 2067) | NFTA_VERDICT_CHAIN = 0x2 constant NFTA_EXPR_UNSPEC (line 2068) | NFTA_EXPR_UNSPEC = 0x0 constant NFTA_EXPR_NAME (line 2069) | NFTA_EXPR_NAME = 0x1 constant NFTA_EXPR_DATA (line 2070) | NFTA_EXPR_DATA = 0x2 constant NFTA_IMMEDIATE_UNSPEC (line 2071) | NFTA_IMMEDIATE_UNSPEC = 0x0 constant NFTA_IMMEDIATE_DREG (line 2072) | NFTA_IMMEDIATE_DREG = 0x1 constant NFTA_IMMEDIATE_DATA (line 2073) | NFTA_IMMEDIATE_DATA = 0x2 constant NFTA_BITWISE_UNSPEC (line 2074) | NFTA_BITWISE_UNSPEC = 0x0 constant NFTA_BITWISE_SREG (line 2075) | NFTA_BITWISE_SREG = 0x1 constant NFTA_BITWISE_DREG (line 2076) | NFTA_BITWISE_DREG = 0x2 constant NFTA_BITWISE_LEN (line 2077) | NFTA_BITWISE_LEN = 0x3 constant NFTA_BITWISE_MASK (line 2078) | NFTA_BITWISE_MASK = 0x4 constant NFTA_BITWISE_XOR (line 2079) | NFTA_BITWISE_XOR = 0x5 constant NFT_BYTEORDER_NTOH (line 2080) | NFT_BYTEORDER_NTOH = 0x0 constant NFT_BYTEORDER_HTON (line 2081) | NFT_BYTEORDER_HTON = 0x1 constant NFTA_BYTEORDER_UNSPEC (line 2082) | NFTA_BYTEORDER_UNSPEC = 0x0 constant NFTA_BYTEORDER_SREG (line 2083) | NFTA_BYTEORDER_SREG = 0x1 constant NFTA_BYTEORDER_DREG (line 2084) | NFTA_BYTEORDER_DREG = 0x2 constant NFTA_BYTEORDER_OP (line 2085) | NFTA_BYTEORDER_OP = 0x3 constant NFTA_BYTEORDER_LEN (line 2086) | NFTA_BYTEORDER_LEN = 0x4 constant NFTA_BYTEORDER_SIZE (line 2087) | NFTA_BYTEORDER_SIZE = 0x5 constant NFT_CMP_EQ (line 2088) | NFT_CMP_EQ = 0x0 constant NFT_CMP_NEQ (line 2089) | NFT_CMP_NEQ = 0x1 constant NFT_CMP_LT (line 2090) | NFT_CMP_LT = 0x2 constant NFT_CMP_LTE (line 2091) | NFT_CMP_LTE = 0x3 constant NFT_CMP_GT (line 2092) | NFT_CMP_GT = 0x4 constant NFT_CMP_GTE (line 2093) | NFT_CMP_GTE = 0x5 constant NFTA_CMP_UNSPEC (line 2094) | NFTA_CMP_UNSPEC = 0x0 constant NFTA_CMP_SREG (line 2095) | NFTA_CMP_SREG = 0x1 constant NFTA_CMP_OP (line 2096) | NFTA_CMP_OP = 0x2 constant NFTA_CMP_DATA (line 2097) | NFTA_CMP_DATA = 0x3 constant NFT_RANGE_EQ (line 2098) | NFT_RANGE_EQ = 0x0 constant NFT_RANGE_NEQ (line 2099) | NFT_RANGE_NEQ = 0x1 constant NFTA_RANGE_UNSPEC (line 2100) | NFTA_RANGE_UNSPEC = 0x0 constant NFTA_RANGE_SREG (line 2101) | NFTA_RANGE_SREG = 0x1 constant NFTA_RANGE_OP (line 2102) | NFTA_RANGE_OP = 0x2 constant NFTA_RANGE_FROM_DATA (line 2103) | NFTA_RANGE_FROM_DATA = 0x3 constant NFTA_RANGE_TO_DATA (line 2104) | NFTA_RANGE_TO_DATA = 0x4 constant NFT_LOOKUP_F_INV (line 2105) | NFT_LOOKUP_F_INV = 0x1 constant NFTA_LOOKUP_UNSPEC (line 2106) | NFTA_LOOKUP_UNSPEC = 0x0 constant NFTA_LOOKUP_SET (line 2107) | NFTA_LOOKUP_SET = 0x1 constant NFTA_LOOKUP_SREG (line 2108) | NFTA_LOOKUP_SREG = 0x2 constant NFTA_LOOKUP_DREG (line 2109) | NFTA_LOOKUP_DREG = 0x3 constant NFTA_LOOKUP_SET_ID (line 2110) | NFTA_LOOKUP_SET_ID = 0x4 constant NFTA_LOOKUP_FLAGS (line 2111) | NFTA_LOOKUP_FLAGS = 0x5 constant NFT_DYNSET_OP_ADD (line 2112) | NFT_DYNSET_OP_ADD = 0x0 constant NFT_DYNSET_OP_UPDATE (line 2113) | NFT_DYNSET_OP_UPDATE = 0x1 constant NFT_DYNSET_F_INV (line 2114) | NFT_DYNSET_F_INV = 0x1 constant NFTA_DYNSET_UNSPEC (line 2115) | NFTA_DYNSET_UNSPEC = 0x0 constant NFTA_DYNSET_SET_NAME (line 2116) | NFTA_DYNSET_SET_NAME = 0x1 constant NFTA_DYNSET_SET_ID (line 2117) | NFTA_DYNSET_SET_ID = 0x2 constant NFTA_DYNSET_OP (line 2118) | NFTA_DYNSET_OP = 0x3 constant NFTA_DYNSET_SREG_KEY (line 2119) | NFTA_DYNSET_SREG_KEY = 0x4 constant NFTA_DYNSET_SREG_DATA (line 2120) | NFTA_DYNSET_SREG_DATA = 0x5 constant NFTA_DYNSET_TIMEOUT (line 2121) | NFTA_DYNSET_TIMEOUT = 0x6 constant NFTA_DYNSET_EXPR (line 2122) | NFTA_DYNSET_EXPR = 0x7 constant NFTA_DYNSET_PAD (line 2123) | NFTA_DYNSET_PAD = 0x8 constant NFTA_DYNSET_FLAGS (line 2124) | NFTA_DYNSET_FLAGS = 0x9 constant NFT_PAYLOAD_LL_HEADER (line 2125) | NFT_PAYLOAD_LL_HEADER = 0x0 constant NFT_PAYLOAD_NETWORK_HEADER (line 2126) | NFT_PAYLOAD_NETWORK_HEADER = 0x1 constant NFT_PAYLOAD_TRANSPORT_HEADER (line 2127) | NFT_PAYLOAD_TRANSPORT_HEADER = 0x2 constant NFT_PAYLOAD_CSUM_NONE (line 2128) | NFT_PAYLOAD_CSUM_NONE = 0x0 constant NFT_PAYLOAD_CSUM_INET (line 2129) | NFT_PAYLOAD_CSUM_INET = 0x1 constant NFT_PAYLOAD_L4CSUM_PSEUDOHDR (line 2130) | NFT_PAYLOAD_L4CSUM_PSEUDOHDR = 0x1 constant NFTA_PAYLOAD_UNSPEC (line 2131) | NFTA_PAYLOAD_UNSPEC = 0x0 constant NFTA_PAYLOAD_DREG (line 2132) | NFTA_PAYLOAD_DREG = 0x1 constant NFTA_PAYLOAD_BASE (line 2133) | NFTA_PAYLOAD_BASE = 0x2 constant NFTA_PAYLOAD_OFFSET (line 2134) | NFTA_PAYLOAD_OFFSET = 0x3 constant NFTA_PAYLOAD_LEN (line 2135) | NFTA_PAYLOAD_LEN = 0x4 constant NFTA_PAYLOAD_SREG (line 2136) | NFTA_PAYLOAD_SREG = 0x5 constant NFTA_PAYLOAD_CSUM_TYPE (line 2137) | NFTA_PAYLOAD_CSUM_TYPE = 0x6 constant NFTA_PAYLOAD_CSUM_OFFSET (line 2138) | NFTA_PAYLOAD_CSUM_OFFSET = 0x7 constant NFTA_PAYLOAD_CSUM_FLAGS (line 2139) | NFTA_PAYLOAD_CSUM_FLAGS = 0x8 constant NFT_EXTHDR_F_PRESENT (line 2140) | NFT_EXTHDR_F_PRESENT = 0x1 constant NFT_EXTHDR_OP_IPV6 (line 2141) | NFT_EXTHDR_OP_IPV6 = 0x0 constant NFT_EXTHDR_OP_TCPOPT (line 2142) | NFT_EXTHDR_OP_TCPOPT = 0x1 constant NFTA_EXTHDR_UNSPEC (line 2143) | NFTA_EXTHDR_UNSPEC = 0x0 constant NFTA_EXTHDR_DREG (line 2144) | NFTA_EXTHDR_DREG = 0x1 constant NFTA_EXTHDR_TYPE (line 2145) | NFTA_EXTHDR_TYPE = 0x2 constant NFTA_EXTHDR_OFFSET (line 2146) | NFTA_EXTHDR_OFFSET = 0x3 constant NFTA_EXTHDR_LEN (line 2147) | NFTA_EXTHDR_LEN = 0x4 constant NFTA_EXTHDR_FLAGS (line 2148) | NFTA_EXTHDR_FLAGS = 0x5 constant NFTA_EXTHDR_OP (line 2149) | NFTA_EXTHDR_OP = 0x6 constant NFTA_EXTHDR_SREG (line 2150) | NFTA_EXTHDR_SREG = 0x7 constant NFT_META_LEN (line 2151) | NFT_META_LEN = 0x0 constant NFT_META_PROTOCOL (line 2152) | NFT_META_PROTOCOL = 0x1 constant NFT_META_PRIORITY (line 2153) | NFT_META_PRIORITY = 0x2 constant NFT_META_MARK (line 2154) | NFT_META_MARK = 0x3 constant NFT_META_IIF (line 2155) | NFT_META_IIF = 0x4 constant NFT_META_OIF (line 2156) | NFT_META_OIF = 0x5 constant NFT_META_IIFNAME (line 2157) | NFT_META_IIFNAME = 0x6 constant NFT_META_OIFNAME (line 2158) | NFT_META_OIFNAME = 0x7 constant NFT_META_IIFTYPE (line 2159) | NFT_META_IIFTYPE = 0x8 constant NFT_META_OIFTYPE (line 2160) | NFT_META_OIFTYPE = 0x9 constant NFT_META_SKUID (line 2161) | NFT_META_SKUID = 0xa constant NFT_META_SKGID (line 2162) | NFT_META_SKGID = 0xb constant NFT_META_NFTRACE (line 2163) | NFT_META_NFTRACE = 0xc constant NFT_META_RTCLASSID (line 2164) | NFT_META_RTCLASSID = 0xd constant NFT_META_SECMARK (line 2165) | NFT_META_SECMARK = 0xe constant NFT_META_NFPROTO (line 2166) | NFT_META_NFPROTO = 0xf constant NFT_META_L4PROTO (line 2167) | NFT_META_L4PROTO = 0x10 constant NFT_META_BRI_IIFNAME (line 2168) | NFT_META_BRI_IIFNAME = 0x11 constant NFT_META_BRI_OIFNAME (line 2169) | NFT_META_BRI_OIFNAME = 0x12 constant NFT_META_PKTTYPE (line 2170) | NFT_META_PKTTYPE = 0x13 constant NFT_META_CPU (line 2171) | NFT_META_CPU = 0x14 constant NFT_META_IIFGROUP (line 2172) | NFT_META_IIFGROUP = 0x15 constant NFT_META_OIFGROUP (line 2173) | NFT_META_OIFGROUP = 0x16 constant NFT_META_CGROUP (line 2174) | NFT_META_CGROUP = 0x17 constant NFT_META_PRANDOM (line 2175) | NFT_META_PRANDOM = 0x18 constant NFT_RT_CLASSID (line 2176) | NFT_RT_CLASSID = 0x0 constant NFT_RT_NEXTHOP4 (line 2177) | NFT_RT_NEXTHOP4 = 0x1 constant NFT_RT_NEXTHOP6 (line 2178) | NFT_RT_NEXTHOP6 = 0x2 constant NFT_RT_TCPMSS (line 2179) | NFT_RT_TCPMSS = 0x3 constant NFT_HASH_JENKINS (line 2180) | NFT_HASH_JENKINS = 0x0 constant NFT_HASH_SYM (line 2181) | NFT_HASH_SYM = 0x1 constant NFTA_HASH_UNSPEC (line 2182) | NFTA_HASH_UNSPEC = 0x0 constant NFTA_HASH_SREG (line 2183) | NFTA_HASH_SREG = 0x1 constant NFTA_HASH_DREG (line 2184) | NFTA_HASH_DREG = 0x2 constant NFTA_HASH_LEN (line 2185) | NFTA_HASH_LEN = 0x3 constant NFTA_HASH_MODULUS (line 2186) | NFTA_HASH_MODULUS = 0x4 constant NFTA_HASH_SEED (line 2187) | NFTA_HASH_SEED = 0x5 constant NFTA_HASH_OFFSET (line 2188) | NFTA_HASH_OFFSET = 0x6 constant NFTA_HASH_TYPE (line 2189) | NFTA_HASH_TYPE = 0x7 constant NFTA_META_UNSPEC (line 2190) | NFTA_META_UNSPEC = 0x0 constant NFTA_META_DREG (line 2191) | NFTA_META_DREG = 0x1 constant NFTA_META_KEY (line 2192) | NFTA_META_KEY = 0x2 constant NFTA_META_SREG (line 2193) | NFTA_META_SREG = 0x3 constant NFTA_RT_UNSPEC (line 2194) | NFTA_RT_UNSPEC = 0x0 constant NFTA_RT_DREG (line 2195) | NFTA_RT_DREG = 0x1 constant NFTA_RT_KEY (line 2196) | NFTA_RT_KEY = 0x2 constant NFT_CT_STATE (line 2197) | NFT_CT_STATE = 0x0 constant NFT_CT_DIRECTION (line 2198) | NFT_CT_DIRECTION = 0x1 constant NFT_CT_STATUS (line 2199) | NFT_CT_STATUS = 0x2 constant NFT_CT_MARK (line 2200) | NFT_CT_MARK = 0x3 constant NFT_CT_SECMARK (line 2201) | NFT_CT_SECMARK = 0x4 constant NFT_CT_EXPIRATION (line 2202) | NFT_CT_EXPIRATION = 0x5 constant NFT_CT_HELPER (line 2203) | NFT_CT_HELPER = 0x6 constant NFT_CT_L3PROTOCOL (line 2204) | NFT_CT_L3PROTOCOL = 0x7 constant NFT_CT_SRC (line 2205) | NFT_CT_SRC = 0x8 constant NFT_CT_DST (line 2206) | NFT_CT_DST = 0x9 constant NFT_CT_PROTOCOL (line 2207) | NFT_CT_PROTOCOL = 0xa constant NFT_CT_PROTO_SRC (line 2208) | NFT_CT_PROTO_SRC = 0xb constant NFT_CT_PROTO_DST (line 2209) | NFT_CT_PROTO_DST = 0xc constant NFT_CT_LABELS (line 2210) | NFT_CT_LABELS = 0xd constant NFT_CT_PKTS (line 2211) | NFT_CT_PKTS = 0xe constant NFT_CT_BYTES (line 2212) | NFT_CT_BYTES = 0xf constant NFT_CT_AVGPKT (line 2213) | NFT_CT_AVGPKT = 0x10 constant NFT_CT_ZONE (line 2214) | NFT_CT_ZONE = 0x11 constant NFT_CT_EVENTMASK (line 2215) | NFT_CT_EVENTMASK = 0x12 constant NFTA_CT_UNSPEC (line 2216) | NFTA_CT_UNSPEC = 0x0 constant NFTA_CT_DREG (line 2217) | NFTA_CT_DREG = 0x1 constant NFTA_CT_KEY (line 2218) | NFTA_CT_KEY = 0x2 constant NFTA_CT_DIRECTION (line 2219) | NFTA_CT_DIRECTION = 0x3 constant NFTA_CT_SREG (line 2220) | NFTA_CT_SREG = 0x4 constant NFT_LIMIT_PKTS (line 2221) | NFT_LIMIT_PKTS = 0x0 constant NFT_LIMIT_PKT_BYTES (line 2222) | NFT_LIMIT_PKT_BYTES = 0x1 constant NFT_LIMIT_F_INV (line 2223) | NFT_LIMIT_F_INV = 0x1 constant NFTA_LIMIT_UNSPEC (line 2224) | NFTA_LIMIT_UNSPEC = 0x0 constant NFTA_LIMIT_RATE (line 2225) | NFTA_LIMIT_RATE = 0x1 constant NFTA_LIMIT_UNIT (line 2226) | NFTA_LIMIT_UNIT = 0x2 constant NFTA_LIMIT_BURST (line 2227) | NFTA_LIMIT_BURST = 0x3 constant NFTA_LIMIT_TYPE (line 2228) | NFTA_LIMIT_TYPE = 0x4 constant NFTA_LIMIT_FLAGS (line 2229) | NFTA_LIMIT_FLAGS = 0x5 constant NFTA_LIMIT_PAD (line 2230) | NFTA_LIMIT_PAD = 0x6 constant NFTA_COUNTER_UNSPEC (line 2231) | NFTA_COUNTER_UNSPEC = 0x0 constant NFTA_COUNTER_BYTES (line 2232) | NFTA_COUNTER_BYTES = 0x1 constant NFTA_COUNTER_PACKETS (line 2233) | NFTA_COUNTER_PACKETS = 0x2 constant NFTA_COUNTER_PAD (line 2234) | NFTA_COUNTER_PAD = 0x3 constant NFTA_LOG_UNSPEC (line 2235) | NFTA_LOG_UNSPEC = 0x0 constant NFTA_LOG_GROUP (line 2236) | NFTA_LOG_GROUP = 0x1 constant NFTA_LOG_PREFIX (line 2237) | NFTA_LOG_PREFIX = 0x2 constant NFTA_LOG_SNAPLEN (line 2238) | NFTA_LOG_SNAPLEN = 0x3 constant NFTA_LOG_QTHRESHOLD (line 2239) | NFTA_LOG_QTHRESHOLD = 0x4 constant NFTA_LOG_LEVEL (line 2240) | NFTA_LOG_LEVEL = 0x5 constant NFTA_LOG_FLAGS (line 2241) | NFTA_LOG_FLAGS = 0x6 constant NFTA_QUEUE_UNSPEC (line 2242) | NFTA_QUEUE_UNSPEC = 0x0 constant NFTA_QUEUE_NUM (line 2243) | NFTA_QUEUE_NUM = 0x1 constant NFTA_QUEUE_TOTAL (line 2244) | NFTA_QUEUE_TOTAL = 0x2 constant NFTA_QUEUE_FLAGS (line 2245) | NFTA_QUEUE_FLAGS = 0x3 constant NFTA_QUEUE_SREG_QNUM (line 2246) | NFTA_QUEUE_SREG_QNUM = 0x4 constant NFT_QUOTA_F_INV (line 2247) | NFT_QUOTA_F_INV = 0x1 constant NFT_QUOTA_F_DEPLETED (line 2248) | NFT_QUOTA_F_DEPLETED = 0x2 constant NFTA_QUOTA_UNSPEC (line 2249) | NFTA_QUOTA_UNSPEC = 0x0 constant NFTA_QUOTA_BYTES (line 2250) | NFTA_QUOTA_BYTES = 0x1 constant NFTA_QUOTA_FLAGS (line 2251) | NFTA_QUOTA_FLAGS = 0x2 constant NFTA_QUOTA_PAD (line 2252) | NFTA_QUOTA_PAD = 0x3 constant NFTA_QUOTA_CONSUMED (line 2253) | NFTA_QUOTA_CONSUMED = 0x4 constant NFT_REJECT_ICMP_UNREACH (line 2254) | NFT_REJECT_ICMP_UNREACH = 0x0 constant NFT_REJECT_TCP_RST (line 2255) | NFT_REJECT_TCP_RST = 0x1 constant NFT_REJECT_ICMPX_UNREACH (line 2256) | NFT_REJECT_ICMPX_UNREACH = 0x2 constant NFT_REJECT_ICMPX_NO_ROUTE (line 2257) | NFT_REJECT_ICMPX_NO_ROUTE = 0x0 constant NFT_REJECT_ICMPX_PORT_UNREACH (line 2258) | NFT_REJECT_ICMPX_PORT_UNREACH = 0x1 constant NFT_REJECT_ICMPX_HOST_UNREACH (line 2259) | NFT_REJECT_ICMPX_HOST_UNREACH = 0x2 constant NFT_REJECT_ICMPX_ADMIN_PROHIBITED (line 2260) | NFT_REJECT_ICMPX_ADMIN_PROHIBITED = 0x3 constant NFTA_REJECT_UNSPEC (line 2261) | NFTA_REJECT_UNSPEC = 0x0 constant NFTA_REJECT_TYPE (line 2262) | NFTA_REJECT_TYPE = 0x1 constant NFTA_REJECT_ICMP_CODE (line 2263) | NFTA_REJECT_ICMP_CODE = 0x2 constant NFT_NAT_SNAT (line 2264) | NFT_NAT_SNAT = 0x0 constant NFT_NAT_DNAT (line 2265) | NFT_NAT_DNAT = 0x1 constant NFTA_NAT_UNSPEC (line 2266) | NFTA_NAT_UNSPEC = 0x0 constant NFTA_NAT_TYPE (line 2267) | NFTA_NAT_TYPE = 0x1 constant NFTA_NAT_FAMILY (line 2268) | NFTA_NAT_FAMILY = 0x2 constant NFTA_NAT_REG_ADDR_MIN (line 2269) | NFTA_NAT_REG_ADDR_MIN = 0x3 constant NFTA_NAT_REG_ADDR_MAX (line 2270) | NFTA_NAT_REG_ADDR_MAX = 0x4 constant NFTA_NAT_REG_PROTO_MIN (line 2271) | NFTA_NAT_REG_PROTO_MIN = 0x5 constant NFTA_NAT_REG_PROTO_MAX (line 2272) | NFTA_NAT_REG_PROTO_MAX = 0x6 constant NFTA_NAT_FLAGS (line 2273) | NFTA_NAT_FLAGS = 0x7 constant NFTA_MASQ_UNSPEC (line 2274) | NFTA_MASQ_UNSPEC = 0x0 constant NFTA_MASQ_FLAGS (line 2275) | NFTA_MASQ_FLAGS = 0x1 constant NFTA_MASQ_REG_PROTO_MIN (line 2276) | NFTA_MASQ_REG_PROTO_MIN = 0x2 constant NFTA_MASQ_REG_PROTO_MAX (line 2277) | NFTA_MASQ_REG_PROTO_MAX = 0x3 constant NFTA_REDIR_UNSPEC (line 2278) | NFTA_REDIR_UNSPEC = 0x0 constant NFTA_REDIR_REG_PROTO_MIN (line 2279) | NFTA_REDIR_REG_PROTO_MIN = 0x1 constant NFTA_REDIR_REG_PROTO_MAX (line 2280) | NFTA_REDIR_REG_PROTO_MAX = 0x2 constant NFTA_REDIR_FLAGS (line 2281) | NFTA_REDIR_FLAGS = 0x3 constant NFTA_DUP_UNSPEC (line 2282) | NFTA_DUP_UNSPEC = 0x0 constant NFTA_DUP_SREG_ADDR (line 2283) | NFTA_DUP_SREG_ADDR = 0x1 constant NFTA_DUP_SREG_DEV (line 2284) | NFTA_DUP_SREG_DEV = 0x2 constant NFTA_FWD_UNSPEC (line 2285) | NFTA_FWD_UNSPEC = 0x0 constant NFTA_FWD_SREG_DEV (line 2286) | NFTA_FWD_SREG_DEV = 0x1 constant NFTA_OBJREF_UNSPEC (line 2287) | NFTA_OBJREF_UNSPEC = 0x0 constant NFTA_OBJREF_IMM_TYPE (line 2288) | NFTA_OBJREF_IMM_TYPE = 0x1 constant NFTA_OBJREF_IMM_NAME (line 2289) | NFTA_OBJREF_IMM_NAME = 0x2 constant NFTA_OBJREF_SET_SREG (line 2290) | NFTA_OBJREF_SET_SREG = 0x3 constant NFTA_OBJREF_SET_NAME (line 2291) | NFTA_OBJREF_SET_NAME = 0x4 constant NFTA_OBJREF_SET_ID (line 2292) | NFTA_OBJREF_SET_ID = 0x5 constant NFTA_GEN_UNSPEC (line 2293) | NFTA_GEN_UNSPEC = 0x0 constant NFTA_GEN_ID (line 2294) | NFTA_GEN_ID = 0x1 constant NFTA_GEN_PROC_PID (line 2295) | NFTA_GEN_PROC_PID = 0x2 constant NFTA_GEN_PROC_NAME (line 2296) | NFTA_GEN_PROC_NAME = 0x3 constant NFTA_FIB_UNSPEC (line 2297) | NFTA_FIB_UNSPEC = 0x0 constant NFTA_FIB_DREG (line 2298) | NFTA_FIB_DREG = 0x1 constant NFTA_FIB_RESULT (line 2299) | NFTA_FIB_RESULT = 0x2 constant NFTA_FIB_FLAGS (line 2300) | NFTA_FIB_FLAGS = 0x3 constant NFT_FIB_RESULT_UNSPEC (line 2301) | NFT_FIB_RESULT_UNSPEC = 0x0 constant NFT_FIB_RESULT_OIF (line 2302) | NFT_FIB_RESULT_OIF = 0x1 constant NFT_FIB_RESULT_OIFNAME (line 2303) | NFT_FIB_RESULT_OIFNAME = 0x2 constant NFT_FIB_RESULT_ADDRTYPE (line 2304) | NFT_FIB_RESULT_ADDRTYPE = 0x3 constant NFTA_FIB_F_SADDR (line 2305) | NFTA_FIB_F_SADDR = 0x1 constant NFTA_FIB_F_DADDR (line 2306) | NFTA_FIB_F_DADDR = 0x2 constant NFTA_FIB_F_MARK (line 2307) | NFTA_FIB_F_MARK = 0x4 constant NFTA_FIB_F_IIF (line 2308) | NFTA_FIB_F_IIF = 0x8 constant NFTA_FIB_F_OIF (line 2309) | NFTA_FIB_F_OIF = 0x10 constant NFTA_FIB_F_PRESENT (line 2310) | NFTA_FIB_F_PRESENT = 0x20 constant NFTA_CT_HELPER_UNSPEC (line 2311) | NFTA_CT_HELPER_UNSPEC = 0x0 constant NFTA_CT_HELPER_NAME (line 2312) | NFTA_CT_HELPER_NAME = 0x1 constant NFTA_CT_HELPER_L3PROTO (line 2313) | NFTA_CT_HELPER_L3PROTO = 0x2 constant NFTA_CT_HELPER_L4PROTO (line 2314) | NFTA_CT_HELPER_L4PROTO = 0x3 constant NFTA_OBJ_UNSPEC (line 2315) | NFTA_OBJ_UNSPEC = 0x0 constant NFTA_OBJ_TABLE (line 2316) | NFTA_OBJ_TABLE = 0x1 constant NFTA_OBJ_NAME (line 2317) | NFTA_OBJ_NAME = 0x2 constant NFTA_OBJ_TYPE (line 2318) | NFTA_OBJ_TYPE = 0x3 constant NFTA_OBJ_DATA (line 2319) | NFTA_OBJ_DATA = 0x4 constant NFTA_OBJ_USE (line 2320) | NFTA_OBJ_USE = 0x5 constant NFTA_TRACE_UNSPEC (line 2321) | NFTA_TRACE_UNSPEC = 0x0 constant NFTA_TRACE_TABLE (line 2322) | NFTA_TRACE_TABLE = 0x1 constant NFTA_TRACE_CHAIN (line 2323) | NFTA_TRACE_CHAIN = 0x2 constant NFTA_TRACE_RULE_HANDLE (line 2324) | NFTA_TRACE_RULE_HANDLE = 0x3 constant NFTA_TRACE_TYPE (line 2325) | NFTA_TRACE_TYPE = 0x4 constant NFTA_TRACE_VERDICT (line 2326) | NFTA_TRACE_VERDICT = 0x5 constant NFTA_TRACE_ID (line 2327) | NFTA_TRACE_ID = 0x6 constant NFTA_TRACE_LL_HEADER (line 2328) | NFTA_TRACE_LL_HEADER = 0x7 constant NFTA_TRACE_NETWORK_HEADER (line 2329) | NFTA_TRACE_NETWORK_HEADER = 0x8 constant NFTA_TRACE_TRANSPORT_HEADER (line 2330) | NFTA_TRACE_TRANSPORT_HEADER = 0x9 constant NFTA_TRACE_IIF (line 2331) | NFTA_TRACE_IIF = 0xa constant NFTA_TRACE_IIFTYPE (line 2332) | NFTA_TRACE_IIFTYPE = 0xb constant NFTA_TRACE_OIF (line 2333) | NFTA_TRACE_OIF = 0xc constant NFTA_TRACE_OIFTYPE (line 2334) | NFTA_TRACE_OIFTYPE = 0xd constant NFTA_TRACE_MARK (line 2335) | NFTA_TRACE_MARK = 0xe constant NFTA_TRACE_NFPROTO (line 2336) | NFTA_TRACE_NFPROTO = 0xf constant NFTA_TRACE_POLICY (line 2337) | NFTA_TRACE_POLICY = 0x10 constant NFTA_TRACE_PAD (line 2338) | NFTA_TRACE_PAD = 0x11 constant NFT_TRACETYPE_UNSPEC (line 2339) | NFT_TRACETYPE_UNSPEC = 0x0 constant NFT_TRACETYPE_POLICY (line 2340) | NFT_TRACETYPE_POLICY = 0x1 constant NFT_TRACETYPE_RETURN (line 2341) | NFT_TRACETYPE_RETURN = 0x2 constant NFT_TRACETYPE_RULE (line 2342) | NFT_TRACETYPE_RULE = 0x3 constant NFTA_NG_UNSPEC (line 2343) | NFTA_NG_UNSPEC = 0x0 constant NFTA_NG_DREG (line 2344) | NFTA_NG_DREG = 0x1 constant NFTA_NG_MODULUS (line 2345) | NFTA_NG_MODULUS = 0x2 constant NFTA_NG_TYPE (line 2346) | NFTA_NG_TYPE = 0x3 constant NFTA_NG_OFFSET (line 2347) | NFTA_NG_OFFSET = 0x4 constant NFT_NG_INCREMENTAL (line 2348) | NFT_NG_INCREMENTAL = 0x0 constant NFT_NG_RANDOM (line 2349) | NFT_NG_RANDOM = 0x1 constant NFTA_TARGET_UNSPEC (line 2353) | NFTA_TARGET_UNSPEC = 0x0 constant NFTA_TARGET_NAME (line 2354) | NFTA_TARGET_NAME = 0x1 constant NFTA_TARGET_REV (line 2355) | NFTA_TARGET_REV = 0x2 constant NFTA_TARGET_INFO (line 2356) | NFTA_TARGET_INFO = 0x3 constant NFTA_MATCH_UNSPEC (line 2357) | NFTA_MATCH_UNSPEC = 0x0 constant NFTA_MATCH_NAME (line 2358) | NFTA_MATCH_NAME = 0x1 constant NFTA_MATCH_REV (line 2359) | NFTA_MATCH_REV = 0x2 constant NFTA_MATCH_INFO (line 2360) | NFTA_MATCH_INFO = 0x3 constant NFTA_COMPAT_UNSPEC (line 2361) | NFTA_COMPAT_UNSPEC = 0x0 constant NFTA_COMPAT_NAME (line 2362) | NFTA_COMPAT_NAME = 0x1 constant NFTA_COMPAT_REV (line 2363) | NFTA_COMPAT_REV = 0x2 constant NFTA_COMPAT_TYPE (line 2364) | NFTA_COMPAT_TYPE = 0x3 type RTCTime (line 2367) | type RTCTime struct type RTCWkAlrm (line 2379) | type RTCWkAlrm struct type BlkpgIoctlArg (line 2385) | type BlkpgIoctlArg struct constant BLKPG_ADD_PARTITION (line 2393) | BLKPG_ADD_PARTITION = 0x1 constant BLKPG_DEL_PARTITION (line 2394) | BLKPG_DEL_PARTITION = 0x2 constant BLKPG_RESIZE_PARTITION (line 2395) | BLKPG_RESIZE_PARTITION = 0x3 constant NETNSA_NONE (line 2399) | NETNSA_NONE = 0x0 constant NETNSA_NSID (line 2400) | NETNSA_NSID = 0x1 constant NETNSA_PID (line 2401) | NETNSA_PID = 0x2 constant NETNSA_FD (line 2402) | NETNSA_FD = 0x3 constant NETNSA_TARGET_NSID (line 2403) | NETNSA_TARGET_NSID = 0x4 constant NETNSA_CURRENT_NSID (line 2404) | NETNSA_CURRENT_NSID = 0x5 type XDPRingOffset (line 2407) | type XDPRingOffset struct type XDPMmapOffsets (line 2414) | type XDPMmapOffsets struct type XDPStatistics (line 2421) | type XDPStatistics struct type XDPDesc (line 2430) | type XDPDesc struct constant NCSI_CMD_UNSPEC (line 2437) | NCSI_CMD_UNSPEC = 0x0 constant NCSI_CMD_PKG_INFO (line 2438) | NCSI_CMD_PKG_INFO = 0x1 constant NCSI_CMD_SET_INTERFACE (line 2439) | NCSI_CMD_SET_INTERFACE = 0x2 constant NCSI_CMD_CLEAR_INTERFACE (line 2440) | NCSI_CMD_CLEAR_INTERFACE = 0x3 constant NCSI_ATTR_UNSPEC (line 2441) | NCSI_ATTR_UNSPEC = 0x0 constant NCSI_ATTR_IFINDEX (line 2442) | NCSI_ATTR_IFINDEX = 0x1 constant NCSI_ATTR_PACKAGE_LIST (line 2443) | NCSI_ATTR_PACKAGE_LIST = 0x2 constant NCSI_ATTR_PACKAGE_ID (line 2444) | NCSI_ATTR_PACKAGE_ID = 0x3 constant NCSI_ATTR_CHANNEL_ID (line 2445) | NCSI_ATTR_CHANNEL_ID = 0x4 constant NCSI_PKG_ATTR_UNSPEC (line 2446) | NCSI_PKG_ATTR_UNSPEC = 0x0 constant NCSI_PKG_ATTR (line 2447) | NCSI_PKG_ATTR = 0x1 constant NCSI_PKG_ATTR_ID (line 2448) | NCSI_PKG_ATTR_ID = 0x2 constant NCSI_PKG_ATTR_FORCED (line 2449) | NCSI_PKG_ATTR_FORCED = 0x3 constant NCSI_PKG_ATTR_CHANNEL_LIST (line 2450) | NCSI_PKG_ATTR_CHANNEL_LIST = 0x4 constant NCSI_CHANNEL_ATTR_UNSPEC (line 2451) | NCSI_CHANNEL_ATTR_UNSPEC = 0x0 constant NCSI_CHANNEL_ATTR (line 2452) | NCSI_CHANNEL_ATTR = 0x1 constant NCSI_CHANNEL_ATTR_ID (line 2453) | NCSI_CHANNEL_ATTR_ID = 0x2 constant NCSI_CHANNEL_ATTR_VERSION_MAJOR (line 2454) | NCSI_CHANNEL_ATTR_VERSION_MAJOR = 0x3 constant NCSI_CHANNEL_ATTR_VERSION_MINOR (line 2455) | NCSI_CHANNEL_ATTR_VERSION_MINOR = 0x4 constant NCSI_CHANNEL_ATTR_VERSION_STR (line 2456) | NCSI_CHANNEL_ATTR_VERSION_STR = 0x5 constant NCSI_CHANNEL_ATTR_LINK_STATE (line 2457) | NCSI_CHANNEL_ATTR_LINK_STATE = 0x6 constant NCSI_CHANNEL_ATTR_ACTIVE (line 2458) | NCSI_CHANNEL_ATTR_ACTIVE = 0x7 constant NCSI_CHANNEL_ATTR_FORCED (line 2459) | NCSI_CHANNEL_ATTR_FORCED = 0x8 constant NCSI_CHANNEL_ATTR_VLAN_LIST (line 2460) | NCSI_CHANNEL_ATTR_VLAN_LIST = 0x9 constant NCSI_CHANNEL_ATTR_VLAN_ID (line 2461) | NCSI_CHANNEL_ATTR_VLAN_ID = 0xa type ScmTimestamping (line 2464) | type ScmTimestamping struct constant SOF_TIMESTAMPING_TX_HARDWARE (line 2469) | SOF_TIMESTAMPING_TX_HARDWARE = 0x1 constant SOF_TIMESTAMPING_TX_SOFTWARE (line 2470) | SOF_TIMESTAMPING_TX_SOFTWARE = 0x2 constant SOF_TIMESTAMPING_RX_HARDWARE (line 2471) | SOF_TIMESTAMPING_RX_HARDWARE = 0x4 constant SOF_TIMESTAMPING_RX_SOFTWARE (line 2472) | SOF_TIMESTAMPING_RX_SOFTWARE = 0x8 constant SOF_TIMESTAMPING_SOFTWARE (line 2473) | SOF_TIMESTAMPING_SOFTWARE = 0x10 constant SOF_TIMESTAMPING_SYS_HARDWARE (line 2474) | SOF_TIMESTAMPING_SYS_HARDWARE = 0x20 constant SOF_TIMESTAMPING_RAW_HARDWARE (line 2475) | SOF_TIMESTAMPING_RAW_HARDWARE = 0x40 constant SOF_TIMESTAMPING_OPT_ID (line 2476) | SOF_TIMESTAMPING_OPT_ID = 0x80 constant SOF_TIMESTAMPING_TX_SCHED (line 2477) | SOF_TIMESTAMPING_TX_SCHED = 0x100 constant SOF_TIMESTAMPING_TX_ACK (line 2478) | SOF_TIMESTAMPING_TX_ACK = 0x200 constant SOF_TIMESTAMPING_OPT_CMSG (line 2479) | SOF_TIMESTAMPING_OPT_CMSG = 0x400 constant SOF_TIMESTAMPING_OPT_TSONLY (line 2480) | SOF_TIMESTAMPING_OPT_TSONLY = 0x800 constant SOF_TIMESTAMPING_OPT_STATS (line 2481) | SOF_TIMESTAMPING_OPT_STATS = 0x1000 constant SOF_TIMESTAMPING_OPT_PKTINFO (line 2482) | SOF_TIMESTAMPING_OPT_PKTINFO = 0x2000 constant SOF_TIMESTAMPING_OPT_TX_SWHW (line 2483) | SOF_TIMESTAMPING_OPT_TX_SWHW = 0x4000 constant SOF_TIMESTAMPING_BIND_PHC (line 2484) | SOF_TIMESTAMPING_BIND_PHC = 0x8000 constant SOF_TIMESTAMPING_OPT_ID_TCP (line 2485) | SOF_TIMESTAMPING_OPT_ID_TCP = 0x10000 constant SOF_TIMESTAMPING_LAST (line 2487) | SOF_TIMESTAMPING_LAST = 0x10000 constant SOF_TIMESTAMPING_MASK (line 2488) | SOF_TIMESTAMPING_MASK = 0x1ffff constant SCM_TSTAMP_SND (line 2490) | SCM_TSTAMP_SND = 0x0 constant SCM_TSTAMP_SCHED (line 2491) | SCM_TSTAMP_SCHED = 0x1 constant SCM_TSTAMP_ACK (line 2492) | SCM_TSTAMP_ACK = 0x2 type SockExtendedErr (line 2495) | type SockExtendedErr struct type FanotifyEventMetadata (line 2505) | type FanotifyEventMetadata struct type FanotifyResponse (line 2515) | type FanotifyResponse struct constant CRYPTO_MSG_BASE (line 2521) | CRYPTO_MSG_BASE = 0x10 constant CRYPTO_MSG_NEWALG (line 2522) | CRYPTO_MSG_NEWALG = 0x10 constant CRYPTO_MSG_DELALG (line 2523) | CRYPTO_MSG_DELALG = 0x11 constant CRYPTO_MSG_UPDATEALG (line 2524) | CRYPTO_MSG_UPDATEALG = 0x12 constant CRYPTO_MSG_GETALG (line 2525) | CRYPTO_MSG_GETALG = 0x13 constant CRYPTO_MSG_DELRNG (line 2526) | CRYPTO_MSG_DELRNG = 0x14 constant CRYPTO_MSG_GETSTAT (line 2527) | CRYPTO_MSG_GETSTAT = 0x15 constant CRYPTOCFGA_UNSPEC (line 2531) | CRYPTOCFGA_UNSPEC = 0x0 constant CRYPTOCFGA_PRIORITY_VAL (line 2532) | CRYPTOCFGA_PRIORITY_VAL = 0x1 constant CRYPTOCFGA_REPORT_LARVAL (line 2533) | CRYPTOCFGA_REPORT_LARVAL = 0x2 constant CRYPTOCFGA_REPORT_HASH (line 2534) | CRYPTOCFGA_REPORT_HASH = 0x3 constant CRYPTOCFGA_REPORT_BLKCIPHER (line 2535) | CRYPTOCFGA_REPORT_BLKCIPHER = 0x4 constant CRYPTOCFGA_REPORT_AEAD (line 2536) | CRYPTOCFGA_REPORT_AEAD = 0x5 constant CRYPTOCFGA_REPORT_COMPRESS (line 2537) | CRYPTOCFGA_REPORT_COMPRESS = 0x6 constant CRYPTOCFGA_REPORT_RNG (line 2538) | CRYPTOCFGA_REPORT_RNG = 0x7 constant CRYPTOCFGA_REPORT_CIPHER (line 2539) | CRYPTOCFGA_REPORT_CIPHER = 0x8 constant CRYPTOCFGA_REPORT_AKCIPHER (line 2540) | CRYPTOCFGA_REPORT_AKCIPHER = 0x9 constant CRYPTOCFGA_REPORT_KPP (line 2541) | CRYPTOCFGA_REPORT_KPP = 0xa constant CRYPTOCFGA_REPORT_ACOMP (line 2542) | CRYPTOCFGA_REPORT_ACOMP = 0xb constant CRYPTOCFGA_STAT_LARVAL (line 2543) | CRYPTOCFGA_STAT_LARVAL = 0xc constant CRYPTOCFGA_STAT_HASH (line 2544) | CRYPTOCFGA_STAT_HASH = 0xd constant CRYPTOCFGA_STAT_BLKCIPHER (line 2545) | CRYPTOCFGA_STAT_BLKCIPHER = 0xe constant CRYPTOCFGA_STAT_AEAD (line 2546) | CRYPTOCFGA_STAT_AEAD = 0xf constant CRYPTOCFGA_STAT_COMPRESS (line 2547) | CRYPTOCFGA_STAT_COMPRESS = 0x10 constant CRYPTOCFGA_STAT_RNG (line 2548) | CRYPTOCFGA_STAT_RNG = 0x11 constant CRYPTOCFGA_STAT_CIPHER (line 2549) | CRYPTOCFGA_STAT_CIPHER = 0x12 constant CRYPTOCFGA_STAT_AKCIPHER (line 2550) | CRYPTOCFGA_STAT_AKCIPHER = 0x13 constant CRYPTOCFGA_STAT_KPP (line 2551) | CRYPTOCFGA_STAT_KPP = 0x14 constant CRYPTOCFGA_STAT_ACOMP (line 2552) | CRYPTOCFGA_STAT_ACOMP = 0x15 constant BPF_REG_0 (line 2556) | BPF_REG_0 = 0x0 constant BPF_REG_1 (line 2557) | BPF_REG_1 = 0x1 constant BPF_REG_2 (line 2558) | BPF_REG_2 = 0x2 constant BPF_REG_3 (line 2559) | BPF_REG_3 = 0x3 constant BPF_REG_4 (line 2560) | BPF_REG_4 = 0x4 constant BPF_REG_5 (line 2561) | BPF_REG_5 = 0x5 constant BPF_REG_6 (line 2562) | BPF_REG_6 = 0x6 constant BPF_REG_7 (line 2563) | BPF_REG_7 = 0x7 constant BPF_REG_8 (line 2564) | BPF_REG_8 = 0x8 constant BPF_REG_9 (line 2565) | BPF_REG_9 = 0x9 constant BPF_REG_10 (line 2566) | BPF_REG_10 = 0xa constant BPF_CGROUP_ITER_ORDER_UNSPEC (line 2567) | BPF_CGROUP_ITER_ORDER_UNSPEC = 0x0 constant BPF_CGROUP_ITER_SELF_ONLY (line 2568) | BPF_CGROUP_ITER_SELF_ONLY = 0x1 constant BPF_CGROUP_ITER_DESCENDANTS_PRE (line 2569) | BPF_CGROUP_ITER_DESCENDANTS_PRE = 0x2 constant BPF_CGROUP_ITER_DESCENDANTS_POST (line 2570) | BPF_CGROUP_ITER_DESCENDANTS_POST = 0x3 constant BPF_CGROUP_ITER_ANCESTORS_UP (line 2571) | BPF_CGROUP_ITER_ANCESTORS_UP = 0x4 constant BPF_MAP_CREATE (line 2572) | BPF_MAP_CREATE = 0x0 constant BPF_MAP_LOOKUP_ELEM (line 2573) | BPF_MAP_LOOKUP_ELEM = 0x1 constant BPF_MAP_UPDATE_ELEM (line 2574) | BPF_MAP_UPDATE_ELEM = 0x2 constant BPF_MAP_DELETE_ELEM (line 2575) | BPF_MAP_DELETE_ELEM = 0x3 constant BPF_MAP_GET_NEXT_KEY (line 2576) | BPF_MAP_GET_NEXT_KEY = 0x4 constant BPF_PROG_LOAD (line 2577) | BPF_PROG_LOAD = 0x5 constant BPF_OBJ_PIN (line 2578) | BPF_OBJ_PIN = 0x6 constant BPF_OBJ_GET (line 2579) | BPF_OBJ_GET = 0x7 constant BPF_PROG_ATTACH (line 2580) | BPF_PROG_ATTACH = 0x8 constant BPF_PROG_DETACH (line 2581) | BPF_PROG_DETACH = 0x9 constant BPF_PROG_TEST_RUN (line 2582) | BPF_PROG_TEST_RUN = 0xa constant BPF_PROG_RUN (line 2583) | BPF_PROG_RUN = 0xa constant BPF_PROG_GET_NEXT_ID (line 2584) | BPF_PROG_GET_NEXT_ID = 0xb constant BPF_MAP_GET_NEXT_ID (line 2585) | BPF_MAP_GET_NEXT_ID = 0xc constant BPF_PROG_GET_FD_BY_ID (line 2586) | BPF_PROG_GET_FD_BY_ID = 0xd constant BPF_MAP_GET_FD_BY_ID (line 2587) | BPF_MAP_GET_FD_BY_ID = 0xe constant BPF_OBJ_GET_INFO_BY_FD (line 2588) | BPF_OBJ_GET_INFO_BY_FD = 0xf constant BPF_PROG_QUERY (line 2589) | BPF_PROG_QUERY = 0x10 constant BPF_RAW_TRACEPOINT_OPEN (line 2590) | BPF_RAW_TRACEPOINT_OPEN = 0x11 constant BPF_BTF_LOAD (line 2591) | BPF_BTF_LOAD = 0x12 constant BPF_BTF_GET_FD_BY_ID (line 2592) | BPF_BTF_GET_FD_BY_ID = 0x13 constant BPF_TASK_FD_QUERY (line 2593) | BPF_TASK_FD_QUERY = 0x14 constant BPF_MAP_LOOKUP_AND_DELETE_ELEM (line 2594) | BPF_MAP_LOOKUP_AND_DELETE_ELEM = 0x15 constant BPF_MAP_FREEZE (line 2595) | BPF_MAP_FREEZE = 0x16 constant BPF_BTF_GET_NEXT_ID (line 2596) | BPF_BTF_GET_NEXT_ID = 0x17 constant BPF_MAP_LOOKUP_BATCH (line 2597) | BPF_MAP_LOOKUP_BATCH = 0x18 constant BPF_MAP_LOOKUP_AND_DELETE_BATCH (line 2598) | BPF_MAP_LOOKUP_AND_DELETE_BATCH = 0x19 constant BPF_MAP_UPDATE_BATCH (line 2599) | BPF_MAP_UPDATE_BATCH = 0x1a constant BPF_MAP_DELETE_BATCH (line 2600) | BPF_MAP_DELETE_BATCH = 0x1b constant BPF_LINK_CREATE (line 2601) | BPF_LINK_CREATE = 0x1c constant BPF_LINK_UPDATE (line 2602) | BPF_LINK_UPDATE = 0x1d constant BPF_LINK_GET_FD_BY_ID (line 2603) | BPF_LINK_GET_FD_BY_ID = 0x1e constant BPF_LINK_GET_NEXT_ID (line 2604) | BPF_LINK_GET_NEXT_ID = 0x1f constant BPF_ENABLE_STATS (line 2605) | BPF_ENABLE_STATS = 0x20 constant BPF_ITER_CREATE (line 2606) | BPF_ITER_CREATE = 0x21 constant BPF_LINK_DETACH (line 2607) | BPF_LINK_DETACH = 0x22 constant BPF_PROG_BIND_MAP (line 2608) | BPF_PROG_BIND_MAP = 0x23 constant BPF_MAP_TYPE_UNSPEC (line 2609) | BPF_MAP_TYPE_UNSPEC = 0x0 constant BPF_MAP_TYPE_HASH (line 2610) | BPF_MAP_TYPE_HASH = 0x1 constant BPF_MAP_TYPE_ARRAY (line 2611) | BPF_MAP_TYPE_ARRAY = 0x2 constant BPF_MAP_TYPE_PROG_ARRAY (line 2612) | BPF_MAP_TYPE_PROG_ARRAY = 0x3 constant BPF_MAP_TYPE_PERF_EVENT_ARRAY (line 2613) | BPF_MAP_TYPE_PERF_EVENT_ARRAY = 0x4 constant BPF_MAP_TYPE_PERCPU_HASH (line 2614) | BPF_MAP_TYPE_PERCPU_HASH = 0x5 constant BPF_MAP_TYPE_PERCPU_ARRAY (line 2615) | BPF_MAP_TYPE_PERCPU_ARRAY = 0x6 constant BPF_MAP_TYPE_STACK_TRACE (line 2616) | BPF_MAP_TYPE_STACK_TRACE = 0x7 constant BPF_MAP_TYPE_CGROUP_ARRAY (line 2617) | BPF_MAP_TYPE_CGROUP_ARRAY = 0x8 constant BPF_MAP_TYPE_LRU_HASH (line 2618) | BPF_MAP_TYPE_LRU_HASH = 0x9 constant BPF_MAP_TYPE_LRU_PERCPU_HASH (line 2619) | BPF_MAP_TYPE_LRU_PERCPU_HASH = 0xa constant BPF_MAP_TYPE_LPM_TRIE (line 2620) | BPF_MAP_TYPE_LPM_TRIE = 0xb constant BPF_MAP_TYPE_ARRAY_OF_MAPS (line 2621) | BPF_MAP_TYPE_ARRAY_OF_MAPS = 0xc constant BPF_MAP_TYPE_HASH_OF_MAPS (line 2622) | BPF_MAP_TYPE_HASH_OF_MAPS = 0xd constant BPF_MAP_TYPE_DEVMAP (line 2623) | BPF_MAP_TYPE_DEVMAP = 0xe constant BPF_MAP_TYPE_SOCKMAP (line 2624) | BPF_MAP_TYPE_SOCKMAP = 0xf constant BPF_MAP_TYPE_CPUMAP (line 2625) | BPF_MAP_TYPE_CPUMAP = 0x10 constant BPF_MAP_TYPE_XSKMAP (line 2626) | BPF_MAP_TYPE_XSKMAP = 0x11 constant BPF_MAP_TYPE_SOCKHASH (line 2627) | BPF_MAP_TYPE_SOCKHASH = 0x12 constant BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED (line 2628) | BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED = 0x13 constant BPF_MAP_TYPE_CGROUP_STORAGE (line 2629) | BPF_MAP_TYPE_CGROUP_STORAGE = 0x13 constant BPF_MAP_TYPE_REUSEPORT_SOCKARRAY (line 2630) | BPF_MAP_TYPE_REUSEPORT_SOCKARRAY = 0x14 constant BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE (line 2631) | BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE = 0x15 constant BPF_MAP_TYPE_QUEUE (line 2632) | BPF_MAP_TYPE_QUEUE = 0x16 constant BPF_MAP_TYPE_STACK (line 2633) | BPF_MAP_TYPE_STACK = 0x17 constant BPF_MAP_TYPE_SK_STORAGE (line 2634) | BPF_MAP_TYPE_SK_STORAGE = 0x18 constant BPF_MAP_TYPE_DEVMAP_HASH (line 2635) | BPF_MAP_TYPE_DEVMAP_HASH = 0x19 constant BPF_MAP_TYPE_STRUCT_OPS (line 2636) | BPF_MAP_TYPE_STRUCT_OPS = 0x1a constant BPF_MAP_TYPE_RINGBUF (line 2637) | BPF_MAP_TYPE_RINGBUF = 0x1b constant BPF_MAP_TYPE_INODE_STORAGE (line 2638) | BPF_MAP_TYPE_INODE_STORAGE = 0x1c constant BPF_MAP_TYPE_TASK_STORAGE (line 2639) | BPF_MAP_TYPE_TASK_STORAGE = 0x1d constant BPF_MAP_TYPE_BLOOM_FILTER (line 2640) | BPF_MAP_TYPE_BLOOM_FILTER = 0x1e constant BPF_MAP_TYPE_USER_RINGBUF (line 2641) | BPF_MAP_TYPE_USER_RINGBUF = 0x1f constant BPF_MAP_TYPE_CGRP_STORAGE (line 2642) | BPF_MAP_TYPE_CGRP_STORAGE = 0x20 constant BPF_PROG_TYPE_UNSPEC (line 2643) | BPF_PROG_TYPE_UNSPEC = 0x0 constant BPF_PROG_TYPE_SOCKET_FILTER (line 2644) | BPF_PROG_TYPE_SOCKET_FILTER = 0x1 constant BPF_PROG_TYPE_KPROBE (line 2645) | BPF_PROG_TYPE_KPROBE = 0x2 constant BPF_PROG_TYPE_SCHED_CLS (line 2646) | BPF_PROG_TYPE_SCHED_CLS = 0x3 constant BPF_PROG_TYPE_SCHED_ACT (line 2647) | BPF_PROG_TYPE_SCHED_ACT = 0x4 constant BPF_PROG_TYPE_TRACEPOINT (line 2648) | BPF_PROG_TYPE_TRACEPOINT = 0x5 constant BPF_PROG_TYPE_XDP (line 2649) | BPF_PROG_TYPE_XDP = 0x6 constant BPF_PROG_TYPE_PERF_EVENT (line 2650) | BPF_PROG_TYPE_PERF_EVENT = 0x7 constant BPF_PROG_TYPE_CGROUP_SKB (line 2651) | BPF_PROG_TYPE_CGROUP_SKB = 0x8 constant BPF_PROG_TYPE_CGROUP_SOCK (line 2652) | BPF_PROG_TYPE_CGROUP_SOCK = 0x9 constant BPF_PROG_TYPE_LWT_IN (line 2653) | BPF_PROG_TYPE_LWT_IN = 0xa constant BPF_PROG_TYPE_LWT_OUT (line 2654) | BPF_PROG_TYPE_LWT_OUT = 0xb constant BPF_PROG_TYPE_LWT_XMIT (line 2655) | BPF_PROG_TYPE_LWT_XMIT = 0xc constant BPF_PROG_TYPE_SOCK_OPS (line 2656) | BPF_PROG_TYPE_SOCK_OPS = 0xd constant BPF_PROG_TYPE_SK_SKB (line 2657) | BPF_PROG_TYPE_SK_SKB = 0xe constant BPF_PROG_TYPE_CGROUP_DEVICE (line 2658) | BPF_PROG_TYPE_CGROUP_DEVICE = 0xf constant BPF_PROG_TYPE_SK_MSG (line 2659) | BPF_PROG_TYPE_SK_MSG = 0x10 constant BPF_PROG_TYPE_RAW_TRACEPOINT (line 2660) | BPF_PROG_TYPE_RAW_TRACEPOINT = 0x11 constant BPF_PROG_TYPE_CGROUP_SOCK_ADDR (line 2661) | BPF_PROG_TYPE_CGROUP_SOCK_ADDR = 0x12 constant BPF_PROG_TYPE_LWT_SEG6LOCAL (line 2662) | BPF_PROG_TYPE_LWT_SEG6LOCAL = 0x13 constant BPF_PROG_TYPE_LIRC_MODE2 (line 2663) | BPF_PROG_TYPE_LIRC_MODE2 = 0x14 constant BPF_PROG_TYPE_SK_REUSEPORT (line 2664) | BPF_PROG_TYPE_SK_REUSEPORT = 0x15 constant BPF_PROG_TYPE_FLOW_DISSECTOR (line 2665) | BPF_PROG_TYPE_FLOW_DISSECTOR = 0x16 constant BPF_PROG_TYPE_CGROUP_SYSCTL (line 2666) | BPF_PROG_TYPE_CGROUP_SYSCTL = 0x17 constant BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE (line 2667) | BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE = 0x18 constant BPF_PROG_TYPE_CGROUP_SOCKOPT (line 2668) | BPF_PROG_TYPE_CGROUP_SOCKOPT = 0x19 constant BPF_PROG_TYPE_TRACING (line 2669) | BPF_PROG_TYPE_TRACING = 0x1a constant BPF_PROG_TYPE_STRUCT_OPS (line 2670) | BPF_PROG_TYPE_STRUCT_OPS = 0x1b constant BPF_PROG_TYPE_EXT (line 2671) | BPF_PROG_TYPE_EXT = 0x1c constant BPF_PROG_TYPE_LSM (line 2672) | BPF_PROG_TYPE_LSM = 0x1d constant BPF_PROG_TYPE_SK_LOOKUP (line 2673) | BPF_PROG_TYPE_SK_LOOKUP = 0x1e constant BPF_PROG_TYPE_SYSCALL (line 2674) | BPF_PROG_TYPE_SYSCALL = 0x1f constant BPF_CGROUP_INET_INGRESS (line 2675) | BPF_CGROUP_INET_INGRESS = 0x0 constant BPF_CGROUP_INET_EGRESS (line 2676) | BPF_CGROUP_INET_EGRESS = 0x1 constant BPF_CGROUP_INET_SOCK_CREATE (line 2677) | BPF_CGROUP_INET_SOCK_CREATE = 0x2 constant BPF_CGROUP_SOCK_OPS (line 2678) | BPF_CGROUP_SOCK_OPS = 0x3 constant BPF_SK_SKB_STREAM_PARSER (line 2679) | BPF_SK_SKB_STREAM_PARSER = 0x4 constant BPF_SK_SKB_STREAM_VERDICT (line 2680) | BPF_SK_SKB_STREAM_VERDICT = 0x5 constant BPF_CGROUP_DEVICE (line 2681) | BPF_CGROUP_DEVICE = 0x6 constant BPF_SK_MSG_VERDICT (line 2682) | BPF_SK_MSG_VERDICT = 0x7 constant BPF_CGROUP_INET4_BIND (line 2683) | BPF_CGROUP_INET4_BIND = 0x8 constant BPF_CGROUP_INET6_BIND (line 2684) | BPF_CGROUP_INET6_BIND = 0x9 constant BPF_CGROUP_INET4_CONNECT (line 2685) | BPF_CGROUP_INET4_CONNECT = 0xa constant BPF_CGROUP_INET6_CONNECT (line 2686) | BPF_CGROUP_INET6_CONNECT = 0xb constant BPF_CGROUP_INET4_POST_BIND (line 2687) | BPF_CGROUP_INET4_POST_BIND = 0xc constant BPF_CGROUP_INET6_POST_BIND (line 2688) | BPF_CGROUP_INET6_POST_BIND = 0xd constant BPF_CGROUP_UDP4_SENDMSG (line 2689) | BPF_CGROUP_UDP4_SENDMSG = 0xe constant BPF_CGROUP_UDP6_SENDMSG (line 2690) | BPF_CGROUP_UDP6_SENDMSG = 0xf constant BPF_LIRC_MODE2 (line 2691) | BPF_LIRC_MODE2 = 0x10 constant BPF_FLOW_DISSECTOR (line 2692) | BPF_FLOW_DISSECTOR = 0x11 constant BPF_CGROUP_SYSCTL (line 2693) | BPF_CGROUP_SYSCTL = 0x12 constant BPF_CGROUP_UDP4_RECVMSG (line 2694) | BPF_CGROUP_UDP4_RECVMSG = 0x13 constant BPF_CGROUP_UDP6_RECVMSG (line 2695) | BPF_CGROUP_UDP6_RECVMSG = 0x14 constant BPF_CGROUP_GETSOCKOPT (line 2696) | BPF_CGROUP_GETSOCKOPT = 0x15 constant BPF_CGROUP_SETSOCKOPT (line 2697) | BPF_CGROUP_SETSOCKOPT = 0x16 constant BPF_TRACE_RAW_TP (line 2698) | BPF_TRACE_RAW_TP = 0x17 constant BPF_TRACE_FENTRY (line 2699) | BPF_TRACE_FENTRY = 0x18 constant BPF_TRACE_FEXIT (line 2700) | BPF_TRACE_FEXIT = 0x19 constant BPF_MODIFY_RETURN (line 2701) | BPF_MODIFY_RETURN = 0x1a constant BPF_LSM_MAC (line 2702) | BPF_LSM_MAC = 0x1b constant BPF_TRACE_ITER (line 2703) | BPF_TRACE_ITER = 0x1c constant BPF_CGROUP_INET4_GETPEERNAME (line 2704) | BPF_CGROUP_INET4_GETPEERNAME = 0x1d constant BPF_CGROUP_INET6_GETPEERNAME (line 2705) | BPF_CGROUP_INET6_GETPEERNAME = 0x1e constant BPF_CGROUP_INET4_GETSOCKNAME (line 2706) | BPF_CGROUP_INET4_GETSOCKNAME = 0x1f constant BPF_CGROUP_INET6_GETSOCKNAME (line 2707) | BPF_CGROUP_INET6_GETSOCKNAME = 0x20 constant BPF_XDP_DEVMAP (line 2708) | BPF_XDP_DEVMAP = 0x21 constant BPF_CGROUP_INET_SOCK_RELEASE (line 2709) | BPF_CGROUP_INET_SOCK_RELEASE = 0x22 constant BPF_XDP_CPUMAP (line 2710) | BPF_XDP_CPUMAP = 0x23 constant BPF_SK_LOOKUP (line 2711) | BPF_SK_LOOKUP = 0x24 constant BPF_XDP (line 2712) | BPF_XDP = 0x25 constant BPF_SK_SKB_VERDICT (line 2713) | BPF_SK_SKB_VERDICT = 0x26 constant BPF_SK_REUSEPORT_SELECT (line 2714) | BPF_SK_REUSEPORT_SELECT = 0x27 constant BPF_SK_REUSEPORT_SELECT_OR_MIGRATE (line 2715) | BPF_SK_REUSEPORT_SELECT_OR_MIGRATE = 0x28 constant BPF_PERF_EVENT (line 2716) | BPF_PERF_EVENT = 0x29 constant BPF_TRACE_KPROBE_MULTI (line 2717) | BPF_TRACE_KPROBE_MULTI = 0x2a constant BPF_LSM_CGROUP (line 2718) | BPF_LSM_CGROUP = 0x2b constant BPF_LINK_TYPE_UNSPEC (line 2719) | BPF_LINK_TYPE_UNSPEC = 0x0 constant BPF_LINK_TYPE_RAW_TRACEPOINT (line 2720) | BPF_LINK_TYPE_RAW_TRACEPOINT = 0x1 constant BPF_LINK_TYPE_TRACING (line 2721) | BPF_LINK_TYPE_TRACING = 0x2 constant BPF_LINK_TYPE_CGROUP (line 2722) | BPF_LINK_TYPE_CGROUP = 0x3 constant BPF_LINK_TYPE_ITER (line 2723) | BPF_LINK_TYPE_ITER = 0x4 constant BPF_LINK_TYPE_NETNS (line 2724) | BPF_LINK_TYPE_NETNS = 0x5 constant BPF_LINK_TYPE_XDP (line 2725) | BPF_LINK_TYPE_XDP = 0x6 constant BPF_LINK_TYPE_PERF_EVENT (line 2726) | BPF_LINK_TYPE_PERF_EVENT = 0x7 constant BPF_LINK_TYPE_KPROBE_MULTI (line 2727) | BPF_LINK_TYPE_KPROBE_MULTI = 0x8 constant BPF_LINK_TYPE_STRUCT_OPS (line 2728) | BPF_LINK_TYPE_STRUCT_OPS = 0x9 constant BPF_ANY (line 2729) | BPF_ANY = 0x0 constant BPF_NOEXIST (line 2730) | BPF_NOEXIST = 0x1 constant BPF_EXIST (line 2731) | BPF_EXIST = 0x2 constant BPF_F_LOCK (line 2732) | BPF_F_LOCK = 0x4 constant BPF_F_NO_PREALLOC (line 2733) | BPF_F_NO_PREALLOC = 0x1 constant BPF_F_NO_COMMON_LRU (line 2734) | BPF_F_NO_COMMON_LRU = 0x2 constant BPF_F_NUMA_NODE (line 2735) | BPF_F_NUMA_NODE = 0x4 constant BPF_F_RDONLY (line 2736) | BPF_F_RDONLY = 0x8 constant BPF_F_WRONLY (line 2737) | BPF_F_WRONLY = 0x10 constant BPF_F_STACK_BUILD_ID (line 2738) | BPF_F_STACK_BUILD_ID = 0x20 constant BPF_F_ZERO_SEED (line 2739) | BPF_F_ZERO_SEED = 0x40 constant BPF_F_RDONLY_PROG (line 2740) | BPF_F_RDONLY_PROG = 0x80 constant BPF_F_WRONLY_PROG (line 2741) | BPF_F_WRONLY_PROG = 0x100 constant BPF_F_CLONE (line 2742) | BPF_F_CLONE = 0x200 constant BPF_F_MMAPABLE (line 2743) | BPF_F_MMAPABLE = 0x400 constant BPF_F_PRESERVE_ELEMS (line 2744) | BPF_F_PRESERVE_ELEMS = 0x800 constant BPF_F_INNER_MAP (line 2745) | BPF_F_INNER_MAP = 0x1000 constant BPF_STATS_RUN_TIME (line 2746) | BPF_STATS_RUN_TIME = 0x0 constant BPF_STACK_BUILD_ID_EMPTY (line 2747) | BPF_STACK_BUILD_ID_EMPTY = 0x0 constant BPF_STACK_BUILD_ID_VALID (line 2748) | BPF_STACK_BUILD_ID_VALID = 0x1 constant BPF_STACK_BUILD_ID_IP (line 2749) | BPF_STACK_BUILD_ID_IP = 0x2 constant BPF_F_RECOMPUTE_CSUM (line 2750) | BPF_F_RECOMPUTE_CSUM = 0x1 constant BPF_F_INVALIDATE_HASH (line 2751) | BPF_F_INVALIDATE_HASH = 0x2 constant BPF_F_HDR_FIELD_MASK (line 2752) | BPF_F_HDR_FIELD_MASK = 0xf constant BPF_F_PSEUDO_HDR (line 2753) | BPF_F_PSEUDO_HDR = 0x10 constant BPF_F_MARK_MANGLED_0 (line 2754) | BPF_F_MARK_MANGLED_0 = 0x20 constant BPF_F_MARK_ENFORCE (line 2755) | BPF_F_MARK_ENFORCE = 0x40 constant BPF_F_INGRESS (line 2756) | BPF_F_INGRESS = 0x1 constant BPF_F_TUNINFO_IPV6 (line 2757) | BPF_F_TUNINFO_IPV6 = 0x1 constant BPF_F_SKIP_FIELD_MASK (line 2758) | BPF_F_SKIP_FIELD_MASK = 0xff constant BPF_F_USER_STACK (line 2759) | BPF_F_USER_STACK = 0x100 constant BPF_F_FAST_STACK_CMP (line 2760) | BPF_F_FAST_STACK_CMP = 0x200 constant BPF_F_REUSE_STACKID (line 2761) | BPF_F_REUSE_STACKID = 0x400 constant BPF_F_USER_BUILD_ID (line 2762) | BPF_F_USER_BUILD_ID = 0x800 constant BPF_F_ZERO_CSUM_TX (line 2763) | BPF_F_ZERO_CSUM_TX = 0x2 constant BPF_F_DONT_FRAGMENT (line 2764) | BPF_F_DONT_FRAGMENT = 0x4 constant BPF_F_SEQ_NUMBER (line 2765) | BPF_F_SEQ_NUMBER = 0x8 constant BPF_F_TUNINFO_FLAGS (line 2766) | BPF_F_TUNINFO_FLAGS = 0x10 constant BPF_F_INDEX_MASK (line 2767) | BPF_F_INDEX_MASK = 0xffffffff constant BPF_F_CURRENT_CPU (line 2768) | BPF_F_CURRENT_CPU = 0xffffffff constant BPF_F_CTXLEN_MASK (line 2769) | BPF_F_CTXLEN_MASK = 0xfffff00000000 constant BPF_F_CURRENT_NETNS (line 2770) | BPF_F_CURRENT_NETNS = -0x1 constant BPF_CSUM_LEVEL_QUERY (line 2771) | BPF_CSUM_LEVEL_QUERY = 0x0 constant BPF_CSUM_LEVEL_INC (line 2772) | BPF_CSUM_LEVEL_INC = 0x1 constant BPF_CSUM_LEVEL_DEC (line 2773) | BPF_CSUM_LEVEL_DEC = 0x2 constant BPF_CSUM_LEVEL_RESET (line 2774) | BPF_CSUM_LEVEL_RESET = 0x3 constant BPF_F_ADJ_ROOM_FIXED_GSO (line 2775) | BPF_F_ADJ_ROOM_FIXED_GSO = 0x1 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 (line 2776) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 = 0x2 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 (line 2777) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 = 0x4 constant BPF_F_ADJ_ROOM_ENCAP_L4_GRE (line 2778) | BPF_F_ADJ_ROOM_ENCAP_L4_GRE = 0x8 constant BPF_F_ADJ_ROOM_ENCAP_L4_UDP (line 2779) | BPF_F_ADJ_ROOM_ENCAP_L4_UDP = 0x10 constant BPF_F_ADJ_ROOM_NO_CSUM_RESET (line 2780) | BPF_F_ADJ_ROOM_NO_CSUM_RESET = 0x20 constant BPF_F_ADJ_ROOM_ENCAP_L2_ETH (line 2781) | BPF_F_ADJ_ROOM_ENCAP_L2_ETH = 0x40 constant BPF_ADJ_ROOM_ENCAP_L2_MASK (line 2782) | BPF_ADJ_ROOM_ENCAP_L2_MASK = 0xff constant BPF_ADJ_ROOM_ENCAP_L2_SHIFT (line 2783) | BPF_ADJ_ROOM_ENCAP_L2_SHIFT = 0x38 constant BPF_F_SYSCTL_BASE_NAME (line 2784) | BPF_F_SYSCTL_BASE_NAME = 0x1 constant BPF_LOCAL_STORAGE_GET_F_CREATE (line 2785) | BPF_LOCAL_STORAGE_GET_F_CREATE = 0x1 constant BPF_SK_STORAGE_GET_F_CREATE (line 2786) | BPF_SK_STORAGE_GET_F_CREATE = 0x1 constant BPF_F_GET_BRANCH_RECORDS_SIZE (line 2787) | BPF_F_GET_BRANCH_RECORDS_SIZE = 0x1 constant BPF_RB_NO_WAKEUP (line 2788) | BPF_RB_NO_WAKEUP = 0x1 constant BPF_RB_FORCE_WAKEUP (line 2789) | BPF_RB_FORCE_WAKEUP = 0x2 constant BPF_RB_AVAIL_DATA (line 2790) | BPF_RB_AVAIL_DATA = 0x0 constant BPF_RB_RING_SIZE (line 2791) | BPF_RB_RING_SIZE = 0x1 constant BPF_RB_CONS_POS (line 2792) | BPF_RB_CONS_POS = 0x2 constant BPF_RB_PROD_POS (line 2793) | BPF_RB_PROD_POS = 0x3 constant BPF_RINGBUF_BUSY_BIT (line 2794) | BPF_RINGBUF_BUSY_BIT = 0x80000000 constant BPF_RINGBUF_DISCARD_BIT (line 2795) | BPF_RINGBUF_DISCARD_BIT = 0x40000000 constant BPF_RINGBUF_HDR_SZ (line 2796) | BPF_RINGBUF_HDR_SZ = 0x8 constant BPF_SK_LOOKUP_F_REPLACE (line 2797) | BPF_SK_LOOKUP_F_REPLACE = 0x1 constant BPF_SK_LOOKUP_F_NO_REUSEPORT (line 2798) | BPF_SK_LOOKUP_F_NO_REUSEPORT = 0x2 constant BPF_ADJ_ROOM_NET (line 2799) | BPF_ADJ_ROOM_NET = 0x0 constant BPF_ADJ_ROOM_MAC (line 2800) | BPF_ADJ_ROOM_MAC = 0x1 constant BPF_HDR_START_MAC (line 2801) | BPF_HDR_START_MAC = 0x0 constant BPF_HDR_START_NET (line 2802) | BPF_HDR_START_NET = 0x1 constant BPF_LWT_ENCAP_SEG6 (line 2803) | BPF_LWT_ENCAP_SEG6 = 0x0 constant BPF_LWT_ENCAP_SEG6_INLINE (line 2804) | BPF_LWT_ENCAP_SEG6_INLINE = 0x1 constant BPF_LWT_ENCAP_IP (line 2805) | BPF_LWT_ENCAP_IP = 0x2 constant BPF_F_BPRM_SECUREEXEC (line 2806) | BPF_F_BPRM_SECUREEXEC = 0x1 constant BPF_F_BROADCAST (line 2807) | BPF_F_BROADCAST = 0x8 constant BPF_F_EXCLUDE_INGRESS (line 2808) | BPF_F_EXCLUDE_INGRESS = 0x10 constant BPF_SKB_TSTAMP_UNSPEC (line 2809) | BPF_SKB_TSTAMP_UNSPEC = 0x0 constant BPF_SKB_TSTAMP_DELIVERY_MONO (line 2810) | BPF_SKB_TSTAMP_DELIVERY_MONO = 0x1 constant BPF_OK (line 2811) | BPF_OK = 0x0 constant BPF_DROP (line 2812) | BPF_DROP = 0x2 constant BPF_REDIRECT (line 2813) | BPF_REDIRECT = 0x7 constant BPF_LWT_REROUTE (line 2814) | BPF_LWT_REROUTE = 0x80 constant BPF_FLOW_DISSECTOR_CONTINUE (line 2815) | BPF_FLOW_DISSECTOR_CONTINUE = 0x81 constant BPF_SOCK_OPS_RTO_CB_FLAG (line 2816) | BPF_SOCK_OPS_RTO_CB_FLAG = 0x1 constant BPF_SOCK_OPS_RETRANS_CB_FLAG (line 2817) | BPF_SOCK_OPS_RETRANS_CB_FLAG = 0x2 constant BPF_SOCK_OPS_STATE_CB_FLAG (line 2818) | BPF_SOCK_OPS_STATE_CB_FLAG = 0x4 constant BPF_SOCK_OPS_RTT_CB_FLAG (line 2819) | BPF_SOCK_OPS_RTT_CB_FLAG = 0x8 constant BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG (line 2820) | BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG = 0x10 constant BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG (line 2821) | BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG = 0x20 constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG (line 2822) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG = 0x40 constant BPF_SOCK_OPS_ALL_CB_FLAGS (line 2823) | BPF_SOCK_OPS_ALL_CB_FLAGS = 0x7f constant BPF_SOCK_OPS_VOID (line 2824) | BPF_SOCK_OPS_VOID = 0x0 constant BPF_SOCK_OPS_TIMEOUT_INIT (line 2825) | BPF_SOCK_OPS_TIMEOUT_INIT = 0x1 constant BPF_SOCK_OPS_RWND_INIT (line 2826) | BPF_SOCK_OPS_RWND_INIT = 0x2 constant BPF_SOCK_OPS_TCP_CONNECT_CB (line 2827) | BPF_SOCK_OPS_TCP_CONNECT_CB = 0x3 constant BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB (line 2828) | BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB = 0x4 constant BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB (line 2829) | BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB = 0x5 constant BPF_SOCK_OPS_NEEDS_ECN (line 2830) | BPF_SOCK_OPS_NEEDS_ECN = 0x6 constant BPF_SOCK_OPS_BASE_RTT (line 2831) | BPF_SOCK_OPS_BASE_RTT = 0x7 constant BPF_SOCK_OPS_RTO_CB (line 2832) | BPF_SOCK_OPS_RTO_CB = 0x8 constant BPF_SOCK_OPS_RETRANS_CB (line 2833) | BPF_SOCK_OPS_RETRANS_CB = 0x9 constant BPF_SOCK_OPS_STATE_CB (line 2834) | BPF_SOCK_OPS_STATE_CB = 0xa constant BPF_SOCK_OPS_TCP_LISTEN_CB (line 2835) | BPF_SOCK_OPS_TCP_LISTEN_CB = 0xb constant BPF_SOCK_OPS_RTT_CB (line 2836) | BPF_SOCK_OPS_RTT_CB = 0xc constant BPF_SOCK_OPS_PARSE_HDR_OPT_CB (line 2837) | BPF_SOCK_OPS_PARSE_HDR_OPT_CB = 0xd constant BPF_SOCK_OPS_HDR_OPT_LEN_CB (line 2838) | BPF_SOCK_OPS_HDR_OPT_LEN_CB = 0xe constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB (line 2839) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB = 0xf constant BPF_TCP_ESTABLISHED (line 2840) | BPF_TCP_ESTABLISHED = 0x1 constant BPF_TCP_SYN_SENT (line 2841) | BPF_TCP_SYN_SENT = 0x2 constant BPF_TCP_SYN_RECV (line 2842) | BPF_TCP_SYN_RECV = 0x3 constant BPF_TCP_FIN_WAIT1 (line 2843) | BPF_TCP_FIN_WAIT1 = 0x4 constant BPF_TCP_FIN_WAIT2 (line 2844) | BPF_TCP_FIN_WAIT2 = 0x5 constant BPF_TCP_TIME_WAIT (line 2845) | BPF_TCP_TIME_WAIT = 0x6 constant BPF_TCP_CLOSE (line 2846) | BPF_TCP_CLOSE = 0x7 constant BPF_TCP_CLOSE_WAIT (line 2847) | BPF_TCP_CLOSE_WAIT = 0x8 constant BPF_TCP_LAST_ACK (line 2848) | BPF_TCP_LAST_ACK = 0x9 constant BPF_TCP_LISTEN (line 2849) | BPF_TCP_LISTEN = 0xa constant BPF_TCP_CLOSING (line 2850) | BPF_TCP_CLOSING = 0xb constant BPF_TCP_NEW_SYN_RECV (line 2851) | BPF_TCP_NEW_SYN_RECV = 0xc constant BPF_TCP_MAX_STATES (line 2852) | BPF_TCP_MAX_STATES = 0xd constant TCP_BPF_IW (line 2853) | TCP_BPF_IW = 0x3e9 constant TCP_BPF_SNDCWND_CLAMP (line 2854) | TCP_BPF_SNDCWND_CLAMP = 0x3ea constant TCP_BPF_DELACK_MAX (line 2855) | TCP_BPF_DELACK_MAX = 0x3eb constant TCP_BPF_RTO_MIN (line 2856) | TCP_BPF_RTO_MIN = 0x3ec constant TCP_BPF_SYN (line 2857) | TCP_BPF_SYN = 0x3ed constant TCP_BPF_SYN_IP (line 2858) | TCP_BPF_SYN_IP = 0x3ee constant TCP_BPF_SYN_MAC (line 2859) | TCP_BPF_SYN_MAC = 0x3ef constant BPF_LOAD_HDR_OPT_TCP_SYN (line 2860) | BPF_LOAD_HDR_OPT_TCP_SYN = 0x1 constant BPF_WRITE_HDR_TCP_CURRENT_MSS (line 2861) | BPF_WRITE_HDR_TCP_CURRENT_MSS = 0x1 constant BPF_WRITE_HDR_TCP_SYNACK_COOKIE (line 2862) | BPF_WRITE_HDR_TCP_SYNACK_COOKIE = 0x2 constant BPF_DEVCG_ACC_MKNOD (line 2863) | BPF_DEVCG_ACC_MKNOD = 0x1 constant BPF_DEVCG_ACC_READ (line 2864) | BPF_DEVCG_ACC_READ = 0x2 constant BPF_DEVCG_ACC_WRITE (line 2865) | BPF_DEVCG_ACC_WRITE = 0x4 constant BPF_DEVCG_DEV_BLOCK (line 2866) | BPF_DEVCG_DEV_BLOCK = 0x1 constant BPF_DEVCG_DEV_CHAR (line 2867) | BPF_DEVCG_DEV_CHAR = 0x2 constant BPF_FIB_LOOKUP_DIRECT (line 2868) | BPF_FIB_LOOKUP_DIRECT = 0x1 constant BPF_FIB_LOOKUP_OUTPUT (line 2869) | BPF_FIB_LOOKUP_OUTPUT = 0x2 constant BPF_FIB_LKUP_RET_SUCCESS (line 2870) | BPF_FIB_LKUP_RET_SUCCESS = 0x0 constant BPF_FIB_LKUP_RET_BLACKHOLE (line 2871) | BPF_FIB_LKUP_RET_BLACKHOLE = 0x1 constant BPF_FIB_LKUP_RET_UNREACHABLE (line 2872) | BPF_FIB_LKUP_RET_UNREACHABLE = 0x2 constant BPF_FIB_LKUP_RET_PROHIBIT (line 2873) | BPF_FIB_LKUP_RET_PROHIBIT = 0x3 constant BPF_FIB_LKUP_RET_NOT_FWDED (line 2874) | BPF_FIB_LKUP_RET_NOT_FWDED = 0x4 constant BPF_FIB_LKUP_RET_FWD_DISABLED (line 2875) | BPF_FIB_LKUP_RET_FWD_DISABLED = 0x5 constant BPF_FIB_LKUP_RET_UNSUPP_LWT (line 2876) | BPF_FIB_LKUP_RET_UNSUPP_LWT = 0x6 constant BPF_FIB_LKUP_RET_NO_NEIGH (line 2877) | BPF_FIB_LKUP_RET_NO_NEIGH = 0x7 constant BPF_FIB_LKUP_RET_FRAG_NEEDED (line 2878) | BPF_FIB_LKUP_RET_FRAG_NEEDED = 0x8 constant BPF_MTU_CHK_SEGS (line 2879) | BPF_MTU_CHK_SEGS = 0x1 constant BPF_MTU_CHK_RET_SUCCESS (line 2880) | BPF_MTU_CHK_RET_SUCCESS = 0x0 constant BPF_MTU_CHK_RET_FRAG_NEEDED (line 2881) | BPF_MTU_CHK_RET_FRAG_NEEDED = 0x1 constant BPF_MTU_CHK_RET_SEGS_TOOBIG (line 2882) | BPF_MTU_CHK_RET_SEGS_TOOBIG = 0x2 constant BPF_FD_TYPE_RAW_TRACEPOINT (line 2883) | BPF_FD_TYPE_RAW_TRACEPOINT = 0x0 constant BPF_FD_TYPE_TRACEPOINT (line 2884) | BPF_FD_TYPE_TRACEPOINT = 0x1 constant BPF_FD_TYPE_KPROBE (line 2885) | BPF_FD_TYPE_KPROBE = 0x2 constant BPF_FD_TYPE_KRETPROBE (line 2886) | BPF_FD_TYPE_KRETPROBE = 0x3 constant BPF_FD_TYPE_UPROBE (line 2887) | BPF_FD_TYPE_UPROBE = 0x4 constant BPF_FD_TYPE_URETPROBE (line 2888) | BPF_FD_TYPE_URETPROBE = 0x5 constant BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG (line 2889) | BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG = 0x1 constant BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL (line 2890) | BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL = 0x2 constant BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP (line 2891) | BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP = 0x4 constant BPF_CORE_FIELD_BYTE_OFFSET (line 2892) | BPF_CORE_FIELD_BYTE_OFFSET = 0x0 constant BPF_CORE_FIELD_BYTE_SIZE (line 2893) | BPF_CORE_FIELD_BYTE_SIZE = 0x1 constant BPF_CORE_FIELD_EXISTS (line 2894) | BPF_CORE_FIELD_EXISTS = 0x2 constant BPF_CORE_FIELD_SIGNED (line 2895) | BPF_CORE_FIELD_SIGNED = 0x3 constant BPF_CORE_FIELD_LSHIFT_U64 (line 2896) | BPF_CORE_FIELD_LSHIFT_U64 = 0x4 constant BPF_CORE_FIELD_RSHIFT_U64 (line 2897) | BPF_CORE_FIELD_RSHIFT_U64 = 0x5 constant BPF_CORE_TYPE_ID_LOCAL (line 2898) | BPF_CORE_TYPE_ID_LOCAL = 0x6 constant BPF_CORE_TYPE_ID_TARGET (line 2899) | BPF_CORE_TYPE_ID_TARGET = 0x7 constant BPF_CORE_TYPE_EXISTS (line 2900) | BPF_CORE_TYPE_EXISTS = 0x8 constant BPF_CORE_TYPE_SIZE (line 2901) | BPF_CORE_TYPE_SIZE = 0x9 constant BPF_CORE_ENUMVAL_EXISTS (line 2902) | BPF_CORE_ENUMVAL_EXISTS = 0xa constant BPF_CORE_ENUMVAL_VALUE (line 2903) | BPF_CORE_ENUMVAL_VALUE = 0xb constant BPF_CORE_TYPE_MATCHES (line 2904) | BPF_CORE_TYPE_MATCHES = 0xc constant RTNLGRP_NONE (line 2908) | RTNLGRP_NONE = 0x0 constant RTNLGRP_LINK (line 2909) | RTNLGRP_LINK = 0x1 constant RTNLGRP_NOTIFY (line 2910) | RTNLGRP_NOTIFY = 0x2 constant RTNLGRP_NEIGH (line 2911) | RTNLGRP_NEIGH = 0x3 constant RTNLGRP_TC (line 2912) | RTNLGRP_TC = 0x4 constant RTNLGRP_IPV4_IFADDR (line 2913) | RTNLGRP_IPV4_IFADDR = 0x5 constant RTNLGRP_IPV4_MROUTE (line 2914) | RTNLGRP_IPV4_MROUTE = 0x6 constant RTNLGRP_IPV4_ROUTE (line 2915) | RTNLGRP_IPV4_ROUTE = 0x7 constant RTNLGRP_IPV4_RULE (line 2916) | RTNLGRP_IPV4_RULE = 0x8 constant RTNLGRP_IPV6_IFADDR (line 2917) | RTNLGRP_IPV6_IFADDR = 0x9 constant RTNLGRP_IPV6_MROUTE (line 2918) | RTNLGRP_IPV6_MROUTE = 0xa constant RTNLGRP_IPV6_ROUTE (line 2919) | RTNLGRP_IPV6_ROUTE = 0xb constant RTNLGRP_IPV6_IFINFO (line 2920) | RTNLGRP_IPV6_IFINFO = 0xc constant RTNLGRP_DECnet_IFADDR (line 2921) | RTNLGRP_DECnet_IFADDR = 0xd constant RTNLGRP_NOP2 (line 2922) | RTNLGRP_NOP2 = 0xe constant RTNLGRP_DECnet_ROUTE (line 2923) | RTNLGRP_DECnet_ROUTE = 0xf constant RTNLGRP_DECnet_RULE (line 2924) | RTNLGRP_DECnet_RULE = 0x10 constant RTNLGRP_NOP4 (line 2925) | RTNLGRP_NOP4 = 0x11 constant RTNLGRP_IPV6_PREFIX (line 2926) | RTNLGRP_IPV6_PREFIX = 0x12 constant RTNLGRP_IPV6_RULE (line 2927) | RTNLGRP_IPV6_RULE = 0x13 constant RTNLGRP_ND_USEROPT (line 2928) | RTNLGRP_ND_USEROPT = 0x14 constant RTNLGRP_PHONET_IFADDR (line 2929) | RTNLGRP_PHONET_IFADDR = 0x15 constant RTNLGRP_PHONET_ROUTE (line 2930) | RTNLGRP_PHONET_ROUTE = 0x16 constant RTNLGRP_DCB (line 2931) | RTNLGRP_DCB = 0x17 constant RTNLGRP_IPV4_NETCONF (line 2932) | RTNLGRP_IPV4_NETCONF = 0x18 constant RTNLGRP_IPV6_NETCONF (line 2933) | RTNLGRP_IPV6_NETCONF = 0x19 constant RTNLGRP_MDB (line 2934) | RTNLGRP_MDB = 0x1a constant RTNLGRP_MPLS_ROUTE (line 2935) | RTNLGRP_MPLS_ROUTE = 0x1b constant RTNLGRP_NSID (line 2936) | RTNLGRP_NSID = 0x1c constant RTNLGRP_MPLS_NETCONF (line 2937) | RTNLGRP_MPLS_NETCONF = 0x1d constant RTNLGRP_IPV4_MROUTE_R (line 2938) | RTNLGRP_IPV4_MROUTE_R = 0x1e constant RTNLGRP_IPV6_MROUTE_R (line 2939) | RTNLGRP_IPV6_MROUTE_R = 0x1f constant RTNLGRP_NEXTHOP (line 2940) | RTNLGRP_NEXTHOP = 0x20 constant RTNLGRP_BRVLAN (line 2941) | RTNLGRP_BRVLAN = 0x21 type CapUserHeader (line 2944) | type CapUserHeader struct type CapUserData (line 2949) | type CapUserData struct constant LINUX_CAPABILITY_VERSION_1 (line 2956) | LINUX_CAPABILITY_VERSION_1 = 0x19980330 constant LINUX_CAPABILITY_VERSION_2 (line 2957) | LINUX_CAPABILITY_VERSION_2 = 0x20071026 constant LINUX_CAPABILITY_VERSION_3 (line 2958) | LINUX_CAPABILITY_VERSION_3 = 0x20080522 constant LO_FLAGS_READ_ONLY (line 2962) | LO_FLAGS_READ_ONLY = 0x1 constant LO_FLAGS_AUTOCLEAR (line 2963) | LO_FLAGS_AUTOCLEAR = 0x4 constant LO_FLAGS_PARTSCAN (line 2964) | LO_FLAGS_PARTSCAN = 0x8 constant LO_FLAGS_DIRECT_IO (line 2965) | LO_FLAGS_DIRECT_IO = 0x10 type LoopInfo64 (line 2968) | type LoopInfo64 struct type TIPCSocketAddr (line 2984) | type TIPCSocketAddr struct type TIPCServiceRange (line 2989) | type TIPCServiceRange struct type TIPCServiceName (line 2995) | type TIPCServiceName struct type TIPCEvent (line 3001) | type TIPCEvent struct type TIPCGroupReq (line 3009) | type TIPCGroupReq struct constant TIPC_CLUSTER_SCOPE (line 3017) | TIPC_CLUSTER_SCOPE = 0x2 constant TIPC_NODE_SCOPE (line 3018) | TIPC_NODE_SCOPE = 0x3 constant SYSLOG_ACTION_CLOSE (line 3022) | SYSLOG_ACTION_CLOSE = 0 constant SYSLOG_ACTION_OPEN (line 3023) | SYSLOG_ACTION_OPEN = 1 constant SYSLOG_ACTION_READ (line 3024) | SYSLOG_ACTION_READ = 2 constant SYSLOG_ACTION_READ_ALL (line 3025) | SYSLOG_ACTION_READ_ALL = 3 constant SYSLOG_ACTION_READ_CLEAR (line 3026) | SYSLOG_ACTION_READ_CLEAR = 4 constant SYSLOG_ACTION_CLEAR (line 3027) | SYSLOG_ACTION_CLEAR = 5 constant SYSLOG_ACTION_CONSOLE_OFF (line 3028) | SYSLOG_ACTION_CONSOLE_OFF = 6 constant SYSLOG_ACTION_CONSOLE_ON (line 3029) | SYSLOG_ACTION_CONSOLE_ON = 7 constant SYSLOG_ACTION_CONSOLE_LEVEL (line 3030) | SYSLOG_ACTION_CONSOLE_LEVEL = 8 constant SYSLOG_ACTION_SIZE_UNREAD (line 3031) | SYSLOG_ACTION_SIZE_UNREAD = 9 constant SYSLOG_ACTION_SIZE_BUFFER (line 3032) | SYSLOG_ACTION_SIZE_BUFFER = 10 constant DEVLINK_CMD_UNSPEC (line 3036) | DEVLINK_CMD_UNSPEC = 0x0 constant DEVLINK_CMD_GET (line 3037) | DEVLINK_CMD_GET = 0x1 constant DEVLINK_CMD_SET (line 3038) | DEVLINK_CMD_SET = 0x2 constant DEVLINK_CMD_NEW (line 3039) | DEVLINK_CMD_NEW = 0x3 constant DEVLINK_CMD_DEL (line 3040) | DEVLINK_CMD_DEL = 0x4 constant DEVLINK_CMD_PORT_GET (line 3041) | DEVLINK_CMD_PORT_GET = 0x5 constant DEVLINK_CMD_PORT_SET (line 3042) | DEVLINK_CMD_PORT_SET = 0x6 constant DEVLINK_CMD_PORT_NEW (line 3043) | DEVLINK_CMD_PORT_NEW = 0x7 constant DEVLINK_CMD_PORT_DEL (line 3044) | DEVLINK_CMD_PORT_DEL = 0x8 constant DEVLINK_CMD_PORT_SPLIT (line 3045) | DEVLINK_CMD_PORT_SPLIT = 0x9 constant DEVLINK_CMD_PORT_UNSPLIT (line 3046) | DEVLINK_CMD_PORT_UNSPLIT = 0xa constant DEVLINK_CMD_SB_GET (line 3047) | DEVLINK_CMD_SB_GET = 0xb constant DEVLINK_CMD_SB_SET (line 3048) | DEVLINK_CMD_SB_SET = 0xc constant DEVLINK_CMD_SB_NEW (line 3049) | DEVLINK_CMD_SB_NEW = 0xd constant DEVLINK_CMD_SB_DEL (line 3050) | DEVLINK_CMD_SB_DEL = 0xe constant DEVLINK_CMD_SB_POOL_GET (line 3051) | DEVLINK_CMD_SB_POOL_GET = 0xf constant DEVLINK_CMD_SB_POOL_SET (line 3052) | DEVLINK_CMD_SB_POOL_SET = 0x10 constant DEVLINK_CMD_SB_POOL_NEW (line 3053) | DEVLINK_CMD_SB_POOL_NEW = 0x11 constant DEVLINK_CMD_SB_POOL_DEL (line 3054) | DEVLINK_CMD_SB_POOL_DEL = 0x12 constant DEVLINK_CMD_SB_PORT_POOL_GET (line 3055) | DEVLINK_CMD_SB_PORT_POOL_GET = 0x13 constant DEVLINK_CMD_SB_PORT_POOL_SET (line 3056) | DEVLINK_CMD_SB_PORT_POOL_SET = 0x14 constant DEVLINK_CMD_SB_PORT_POOL_NEW (line 3057) | DEVLINK_CMD_SB_PORT_POOL_NEW = 0x15 constant DEVLINK_CMD_SB_PORT_POOL_DEL (line 3058) | DEVLINK_CMD_SB_PORT_POOL_DEL = 0x16 constant DEVLINK_CMD_SB_TC_POOL_BIND_GET (line 3059) | DEVLINK_CMD_SB_TC_POOL_BIND_GET = 0x17 constant DEVLINK_CMD_SB_TC_POOL_BIND_SET (line 3060) | DEVLINK_CMD_SB_TC_POOL_BIND_SET = 0x18 constant DEVLINK_CMD_SB_TC_POOL_BIND_NEW (line 3061) | DEVLINK_CMD_SB_TC_POOL_BIND_NEW = 0x19 constant DEVLINK_CMD_SB_TC_POOL_BIND_DEL (line 3062) | DEVLINK_CMD_SB_TC_POOL_BIND_DEL = 0x1a constant DEVLINK_CMD_SB_OCC_SNAPSHOT (line 3063) | DEVLINK_CMD_SB_OCC_SNAPSHOT = 0x1b constant DEVLINK_CMD_SB_OCC_MAX_CLEAR (line 3064) | DEVLINK_CMD_SB_OCC_MAX_CLEAR = 0x1c constant DEVLINK_CMD_ESWITCH_GET (line 3065) | DEVLINK_CMD_ESWITCH_GET = 0x1d constant DEVLINK_CMD_ESWITCH_SET (line 3066) | DEVLINK_CMD_ESWITCH_SET = 0x1e constant DEVLINK_CMD_DPIPE_TABLE_GET (line 3067) | DEVLINK_CMD_DPIPE_TABLE_GET = 0x1f constant DEVLINK_CMD_DPIPE_ENTRIES_GET (line 3068) | DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20 constant DEVLINK_CMD_DPIPE_HEADERS_GET (line 3069) | DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21 constant DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET (line 3070) | DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22 constant DEVLINK_CMD_RESOURCE_SET (line 3071) | DEVLINK_CMD_RESOURCE_SET = 0x23 constant DEVLINK_CMD_RESOURCE_DUMP (line 3072) | DEVLINK_CMD_RESOURCE_DUMP = 0x24 constant DEVLINK_CMD_RELOAD (line 3073) | DEVLINK_CMD_RELOAD = 0x25 constant DEVLINK_CMD_PARAM_GET (line 3074) | DEVLINK_CMD_PARAM_GET = 0x26 constant DEVLINK_CMD_PARAM_SET (line 3075) | DEVLINK_CMD_PARAM_SET = 0x27 constant DEVLINK_CMD_PARAM_NEW (line 3076) | DEVLINK_CMD_PARAM_NEW = 0x28 constant DEVLINK_CMD_PARAM_DEL (line 3077) | DEVLINK_CMD_PARAM_DEL = 0x29 constant DEVLINK_CMD_REGION_GET (line 3078) | DEVLINK_CMD_REGION_GET = 0x2a constant DEVLINK_CMD_REGION_SET (line 3079) | DEVLINK_CMD_REGION_SET = 0x2b constant DEVLINK_CMD_REGION_NEW (line 3080) | DEVLINK_CMD_REGION_NEW = 0x2c constant DEVLINK_CMD_REGION_DEL (line 3081) | DEVLINK_CMD_REGION_DEL = 0x2d constant DEVLINK_CMD_REGION_READ (line 3082) | DEVLINK_CMD_REGION_READ = 0x2e constant DEVLINK_CMD_PORT_PARAM_GET (line 3083) | DEVLINK_CMD_PORT_PARAM_GET = 0x2f constant DEVLINK_CMD_PORT_PARAM_SET (line 3084) | DEVLINK_CMD_PORT_PARAM_SET = 0x30 constant DEVLINK_CMD_PORT_PARAM_NEW (line 3085) | DEVLINK_CMD_PORT_PARAM_NEW = 0x31 constant DEVLINK_CMD_PORT_PARAM_DEL (line 3086) | DEVLINK_CMD_PORT_PARAM_DEL = 0x32 constant DEVLINK_CMD_INFO_GET (line 3087) | DEVLINK_CMD_INFO_GET = 0x33 constant DEVLINK_CMD_HEALTH_REPORTER_GET (line 3088) | DEVLINK_CMD_HEALTH_REPORTER_GET = 0x34 constant DEVLINK_CMD_HEALTH_REPORTER_SET (line 3089) | DEVLINK_CMD_HEALTH_REPORTER_SET = 0x35 constant DEVLINK_CMD_HEALTH_REPORTER_RECOVER (line 3090) | DEVLINK_CMD_HEALTH_REPORTER_RECOVER = 0x36 constant DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE (line 3091) | DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE = 0x37 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET (line 3092) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET = 0x38 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR (line 3093) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR = 0x39 constant DEVLINK_CMD_FLASH_UPDATE (line 3094) | DEVLINK_CMD_FLASH_UPDATE = 0x3a constant DEVLINK_CMD_FLASH_UPDATE_END (line 3095) | DEVLINK_CMD_FLASH_UPDATE_END = 0x3b constant DEVLINK_CMD_FLASH_UPDATE_STATUS (line 3096) | DEVLINK_CMD_FLASH_UPDATE_STATUS = 0x3c constant DEVLINK_CMD_TRAP_GET (line 3097) | DEVLINK_CMD_TRAP_GET = 0x3d constant DEVLINK_CMD_TRAP_SET (line 3098) | DEVLINK_CMD_TRAP_SET = 0x3e constant DEVLINK_CMD_TRAP_NEW (line 3099) | DEVLINK_CMD_TRAP_NEW = 0x3f constant DEVLINK_CMD_TRAP_DEL (line 3100) | DEVLINK_CMD_TRAP_DEL = 0x40 constant DEVLINK_CMD_TRAP_GROUP_GET (line 3101) | DEVLINK_CMD_TRAP_GROUP_GET = 0x41 constant DEVLINK_CMD_TRAP_GROUP_SET (line 3102) | DEVLINK_CMD_TRAP_GROUP_SET = 0x42 constant DEVLINK_CMD_TRAP_GROUP_NEW (line 3103) | DEVLINK_CMD_TRAP_GROUP_NEW = 0x43 constant DEVLINK_CMD_TRAP_GROUP_DEL (line 3104) | DEVLINK_CMD_TRAP_GROUP_DEL = 0x44 constant DEVLINK_CMD_TRAP_POLICER_GET (line 3105) | DEVLINK_CMD_TRAP_POLICER_GET = 0x45 constant DEVLINK_CMD_TRAP_POLICER_SET (line 3106) | DEVLINK_CMD_TRAP_POLICER_SET = 0x46 constant DEVLINK_CMD_TRAP_POLICER_NEW (line 3107) | DEVLINK_CMD_TRAP_POLICER_NEW = 0x47 constant DEVLINK_CMD_TRAP_POLICER_DEL (line 3108) | DEVLINK_CMD_TRAP_POLICER_DEL = 0x48 constant DEVLINK_CMD_HEALTH_REPORTER_TEST (line 3109) | DEVLINK_CMD_HEALTH_REPORTER_TEST = 0x49 constant DEVLINK_CMD_RATE_GET (line 3110) | DEVLINK_CMD_RATE_GET = 0x4a constant DEVLINK_CMD_RATE_SET (line 3111) | DEVLINK_CMD_RATE_SET = 0x4b constant DEVLINK_CMD_RATE_NEW (line 3112) | DEVLINK_CMD_RATE_NEW = 0x4c constant DEVLINK_CMD_RATE_DEL (line 3113) | DEVLINK_CMD_RATE_DEL = 0x4d constant DEVLINK_CMD_LINECARD_GET (line 3114) | DEVLINK_CMD_LINECARD_GET = 0x4e constant DEVLINK_CMD_LINECARD_SET (line 3115) | DEVLINK_CMD_LINECARD_SET = 0x4f constant DEVLINK_CMD_LINECARD_NEW (line 3116) | DEVLINK_CMD_LINECARD_NEW = 0x50 constant DEVLINK_CMD_LINECARD_DEL (line 3117) | DEVLINK_CMD_LINECARD_DEL = 0x51 constant DEVLINK_CMD_SELFTESTS_GET (line 3118) | DEVLINK_CMD_SELFTESTS_GET = 0x52 constant DEVLINK_CMD_MAX (line 3119) | DEVLINK_CMD_MAX = 0x53 constant DEVLINK_PORT_TYPE_NOTSET (line 3120) | DEVLINK_PORT_TYPE_NOTSET = 0x0 constant DEVLINK_PORT_TYPE_AUTO (line 3121) | DEVLINK_PORT_TYPE_AUTO = 0x1 constant DEVLINK_PORT_TYPE_ETH (line 3122) | DEVLINK_PORT_TYPE_ETH = 0x2 constant DEVLINK_PORT_TYPE_IB (line 3123) | DEVLINK_PORT_TYPE_IB = 0x3 constant DEVLINK_SB_POOL_TYPE_INGRESS (line 3124) | DEVLINK_SB_POOL_TYPE_INGRESS = 0x0 constant DEVLINK_SB_POOL_TYPE_EGRESS (line 3125) | DEVLINK_SB_POOL_TYPE_EGRESS = 0x1 constant DEVLINK_SB_THRESHOLD_TYPE_STATIC (line 3126) | DEVLINK_SB_THRESHOLD_TYPE_STATIC = 0x0 constant DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC (line 3127) | DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC = 0x1 constant DEVLINK_ESWITCH_MODE_LEGACY (line 3128) | DEVLINK_ESWITCH_MODE_LEGACY = 0x0 constant DEVLINK_ESWITCH_MODE_SWITCHDEV (line 3129) | DEVLINK_ESWITCH_MODE_SWITCHDEV = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NONE (line 3130) | DEVLINK_ESWITCH_INLINE_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_INLINE_MODE_LINK (line 3131) | DEVLINK_ESWITCH_INLINE_MODE_LINK = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NETWORK (line 3132) | DEVLINK_ESWITCH_INLINE_MODE_NETWORK = 0x2 constant DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT (line 3133) | DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT = 0x3 constant DEVLINK_ESWITCH_ENCAP_MODE_NONE (line 3134) | DEVLINK_ESWITCH_ENCAP_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_ENCAP_MODE_BASIC (line 3135) | DEVLINK_ESWITCH_ENCAP_MODE_BASIC = 0x1 constant DEVLINK_PORT_FLAVOUR_PHYSICAL (line 3136) | DEVLINK_PORT_FLAVOUR_PHYSICAL = 0x0 constant DEVLINK_PORT_FLAVOUR_CPU (line 3137) | DEVLINK_PORT_FLAVOUR_CPU = 0x1 constant DEVLINK_PORT_FLAVOUR_DSA (line 3138) | DEVLINK_PORT_FLAVOUR_DSA = 0x2 constant DEVLINK_PORT_FLAVOUR_PCI_PF (line 3139) | DEVLINK_PORT_FLAVOUR_PCI_PF = 0x3 constant DEVLINK_PORT_FLAVOUR_PCI_VF (line 3140) | DEVLINK_PORT_FLAVOUR_PCI_VF = 0x4 constant DEVLINK_PORT_FLAVOUR_VIRTUAL (line 3141) | DEVLINK_PORT_FLAVOUR_VIRTUAL = 0x5 constant DEVLINK_PORT_FLAVOUR_UNUSED (line 3142) | DEVLINK_PORT_FLAVOUR_UNUSED = 0x6 constant DEVLINK_PARAM_CMODE_RUNTIME (line 3143) | DEVLINK_PARAM_CMODE_RUNTIME = 0x0 constant DEVLINK_PARAM_CMODE_DRIVERINIT (line 3144) | DEVLINK_PARAM_CMODE_DRIVERINIT = 0x1 constant DEVLINK_PARAM_CMODE_PERMANENT (line 3145) | DEVLINK_PARAM_CMODE_PERMANENT = 0x2 constant DEVLINK_PARAM_CMODE_MAX (line 3146) | DEVLINK_PARAM_CMODE_MAX = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER (line 3147) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER = 0x0 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH (line 3148) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH = 0x1 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK (line 3149) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN (line 3150) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN = 0x3 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN (line 3151) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN = 0x0 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS (line 3152) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS = 0x1 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER (line 3153) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER = 0x2 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK (line 3154) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK = 0x3 constant DEVLINK_ATTR_STATS_RX_PACKETS (line 3155) | DEVLINK_ATTR_STATS_RX_PACKETS = 0x0 constant DEVLINK_ATTR_STATS_RX_BYTES (line 3156) | DEVLINK_ATTR_STATS_RX_BYTES = 0x1 constant DEVLINK_ATTR_STATS_RX_DROPPED (line 3157) | DEVLINK_ATTR_STATS_RX_DROPPED = 0x2 constant DEVLINK_ATTR_STATS_MAX (line 3158) | DEVLINK_ATTR_STATS_MAX = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT (line 3159) | DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT = 0x0 constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT (line 3160) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT = 0x1 constant DEVLINK_FLASH_OVERWRITE_MAX_BIT (line 3161) | DEVLINK_FLASH_OVERWRITE_MAX_BIT = 0x1 constant DEVLINK_TRAP_ACTION_DROP (line 3162) | DEVLINK_TRAP_ACTION_DROP = 0x0 constant DEVLINK_TRAP_ACTION_TRAP (line 3163) | DEVLINK_TRAP_ACTION_TRAP = 0x1 constant DEVLINK_TRAP_ACTION_MIRROR (line 3164) | DEVLINK_TRAP_ACTION_MIRROR = 0x2 constant DEVLINK_TRAP_TYPE_DROP (line 3165) | DEVLINK_TRAP_TYPE_DROP = 0x0 constant DEVLINK_TRAP_TYPE_EXCEPTION (line 3166) | DEVLINK_TRAP_TYPE_EXCEPTION = 0x1 constant DEVLINK_TRAP_TYPE_CONTROL (line 3167) | DEVLINK_TRAP_TYPE_CONTROL = 0x2 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT (line 3168) | DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT = 0x0 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE (line 3169) | DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE = 0x1 constant DEVLINK_RELOAD_ACTION_UNSPEC (line 3170) | DEVLINK_RELOAD_ACTION_UNSPEC = 0x0 constant DEVLINK_RELOAD_ACTION_DRIVER_REINIT (line 3171) | DEVLINK_RELOAD_ACTION_DRIVER_REINIT = 0x1 constant DEVLINK_RELOAD_ACTION_FW_ACTIVATE (line 3172) | DEVLINK_RELOAD_ACTION_FW_ACTIVATE = 0x2 constant DEVLINK_RELOAD_ACTION_MAX (line 3173) | DEVLINK_RELOAD_ACTION_MAX = 0x2 constant DEVLINK_RELOAD_LIMIT_UNSPEC (line 3174) | DEVLINK_RELOAD_LIMIT_UNSPEC = 0x0 constant DEVLINK_RELOAD_LIMIT_NO_RESET (line 3175) | DEVLINK_RELOAD_LIMIT_NO_RESET = 0x1 constant DEVLINK_RELOAD_LIMIT_MAX (line 3176) | DEVLINK_RELOAD_LIMIT_MAX = 0x1 constant DEVLINK_ATTR_UNSPEC (line 3177) | DEVLINK_ATTR_UNSPEC = 0x0 constant DEVLINK_ATTR_BUS_NAME (line 3178) | DEVLINK_ATTR_BUS_NAME = 0x1 constant DEVLINK_ATTR_DEV_NAME (line 3179) | DEVLINK_ATTR_DEV_NAME = 0x2 constant DEVLINK_ATTR_PORT_INDEX (line 3180) | DEVLINK_ATTR_PORT_INDEX = 0x3 constant DEVLINK_ATTR_PORT_TYPE (line 3181) | DEVLINK_ATTR_PORT_TYPE = 0x4 constant DEVLINK_ATTR_PORT_DESIRED_TYPE (line 3182) | DEVLINK_ATTR_PORT_DESIRED_TYPE = 0x5 constant DEVLINK_ATTR_PORT_NETDEV_IFINDEX (line 3183) | DEVLINK_ATTR_PORT_NETDEV_IFINDEX = 0x6 constant DEVLINK_ATTR_PORT_NETDEV_NAME (line 3184) | DEVLINK_ATTR_PORT_NETDEV_NAME = 0x7 constant DEVLINK_ATTR_PORT_IBDEV_NAME (line 3185) | DEVLINK_ATTR_PORT_IBDEV_NAME = 0x8 constant DEVLINK_ATTR_PORT_SPLIT_COUNT (line 3186) | DEVLINK_ATTR_PORT_SPLIT_COUNT = 0x9 constant DEVLINK_ATTR_PORT_SPLIT_GROUP (line 3187) | DEVLINK_ATTR_PORT_SPLIT_GROUP = 0xa constant DEVLINK_ATTR_SB_INDEX (line 3188) | DEVLINK_ATTR_SB_INDEX = 0xb constant DEVLINK_ATTR_SB_SIZE (line 3189) | DEVLINK_ATTR_SB_SIZE = 0xc constant DEVLINK_ATTR_SB_INGRESS_POOL_COUNT (line 3190) | DEVLINK_ATTR_SB_INGRESS_POOL_COUNT = 0xd constant DEVLINK_ATTR_SB_EGRESS_POOL_COUNT (line 3191) | DEVLINK_ATTR_SB_EGRESS_POOL_COUNT = 0xe constant DEVLINK_ATTR_SB_INGRESS_TC_COUNT (line 3192) | DEVLINK_ATTR_SB_INGRESS_TC_COUNT = 0xf constant DEVLINK_ATTR_SB_EGRESS_TC_COUNT (line 3193) | DEVLINK_ATTR_SB_EGRESS_TC_COUNT = 0x10 constant DEVLINK_ATTR_SB_POOL_INDEX (line 3194) | DEVLINK_ATTR_SB_POOL_INDEX = 0x11 constant DEVLINK_ATTR_SB_POOL_TYPE (line 3195) | DEVLINK_ATTR_SB_POOL_TYPE = 0x12 constant DEVLINK_ATTR_SB_POOL_SIZE (line 3196) | DEVLINK_ATTR_SB_POOL_SIZE = 0x13 constant DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE (line 3197) | DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE = 0x14 constant DEVLINK_ATTR_SB_THRESHOLD (line 3198) | DEVLINK_ATTR_SB_THRESHOLD = 0x15 constant DEVLINK_ATTR_SB_TC_INDEX (line 3199) | DEVLINK_ATTR_SB_TC_INDEX = 0x16 constant DEVLINK_ATTR_SB_OCC_CUR (line 3200) | DEVLINK_ATTR_SB_OCC_CUR = 0x17 constant DEVLINK_ATTR_SB_OCC_MAX (line 3201) | DEVLINK_ATTR_SB_OCC_MAX = 0x18 constant DEVLINK_ATTR_ESWITCH_MODE (line 3202) | DEVLINK_ATTR_ESWITCH_MODE = 0x19 constant DEVLINK_ATTR_ESWITCH_INLINE_MODE (line 3203) | DEVLINK_ATTR_ESWITCH_INLINE_MODE = 0x1a constant DEVLINK_ATTR_DPIPE_TABLES (line 3204) | DEVLINK_ATTR_DPIPE_TABLES = 0x1b constant DEVLINK_ATTR_DPIPE_TABLE (line 3205) | DEVLINK_ATTR_DPIPE_TABLE = 0x1c constant DEVLINK_ATTR_DPIPE_TABLE_NAME (line 3206) | DEVLINK_ATTR_DPIPE_TABLE_NAME = 0x1d constant DEVLINK_ATTR_DPIPE_TABLE_SIZE (line 3207) | DEVLINK_ATTR_DPIPE_TABLE_SIZE = 0x1e constant DEVLINK_ATTR_DPIPE_TABLE_MATCHES (line 3208) | DEVLINK_ATTR_DPIPE_TABLE_MATCHES = 0x1f constant DEVLINK_ATTR_DPIPE_TABLE_ACTIONS (line 3209) | DEVLINK_ATTR_DPIPE_TABLE_ACTIONS = 0x20 constant DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED (line 3210) | DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED = 0x21 constant DEVLINK_ATTR_DPIPE_ENTRIES (line 3211) | DEVLINK_ATTR_DPIPE_ENTRIES = 0x22 constant DEVLINK_ATTR_DPIPE_ENTRY (line 3212) | DEVLINK_ATTR_DPIPE_ENTRY = 0x23 constant DEVLINK_ATTR_DPIPE_ENTRY_INDEX (line 3213) | DEVLINK_ATTR_DPIPE_ENTRY_INDEX = 0x24 constant DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES (line 3214) | DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES = 0x25 constant DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES (line 3215) | DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES = 0x26 constant DEVLINK_ATTR_DPIPE_ENTRY_COUNTER (line 3216) | DEVLINK_ATTR_DPIPE_ENTRY_COUNTER = 0x27 constant DEVLINK_ATTR_DPIPE_MATCH (line 3217) | DEVLINK_ATTR_DPIPE_MATCH = 0x28 constant DEVLINK_ATTR_DPIPE_MATCH_VALUE (line 3218) | DEVLINK_ATTR_DPIPE_MATCH_VALUE = 0x29 constant DEVLINK_ATTR_DPIPE_MATCH_TYPE (line 3219) | DEVLINK_ATTR_DPIPE_MATCH_TYPE = 0x2a constant DEVLINK_ATTR_DPIPE_ACTION (line 3220) | DEVLINK_ATTR_DPIPE_ACTION = 0x2b constant DEVLINK_ATTR_DPIPE_ACTION_VALUE (line 3221) | DEVLINK_ATTR_DPIPE_ACTION_VALUE = 0x2c constant DEVLINK_ATTR_DPIPE_ACTION_TYPE (line 3222) | DEVLINK_ATTR_DPIPE_ACTION_TYPE = 0x2d constant DEVLINK_ATTR_DPIPE_VALUE (line 3223) | DEVLINK_ATTR_DPIPE_VALUE = 0x2e constant DEVLINK_ATTR_DPIPE_VALUE_MASK (line 3224) | DEVLINK_ATTR_DPIPE_VALUE_MASK = 0x2f constant DEVLINK_ATTR_DPIPE_VALUE_MAPPING (line 3225) | DEVLINK_ATTR_DPIPE_VALUE_MAPPING = 0x30 constant DEVLINK_ATTR_DPIPE_HEADERS (line 3226) | DEVLINK_ATTR_DPIPE_HEADERS = 0x31 constant DEVLINK_ATTR_DPIPE_HEADER (line 3227) | DEVLINK_ATTR_DPIPE_HEADER = 0x32 constant DEVLINK_ATTR_DPIPE_HEADER_NAME (line 3228) | DEVLINK_ATTR_DPIPE_HEADER_NAME = 0x33 constant DEVLINK_ATTR_DPIPE_HEADER_ID (line 3229) | DEVLINK_ATTR_DPIPE_HEADER_ID = 0x34 constant DEVLINK_ATTR_DPIPE_HEADER_FIELDS (line 3230) | DEVLINK_ATTR_DPIPE_HEADER_FIELDS = 0x35 constant DEVLINK_ATTR_DPIPE_HEADER_GLOBAL (line 3231) | DEVLINK_ATTR_DPIPE_HEADER_GLOBAL = 0x36 constant DEVLINK_ATTR_DPIPE_HEADER_INDEX (line 3232) | DEVLINK_ATTR_DPIPE_HEADER_INDEX = 0x37 constant DEVLINK_ATTR_DPIPE_FIELD (line 3233) | DEVLINK_ATTR_DPIPE_FIELD = 0x38 constant DEVLINK_ATTR_DPIPE_FIELD_NAME (line 3234) | DEVLINK_ATTR_DPIPE_FIELD_NAME = 0x39 constant DEVLINK_ATTR_DPIPE_FIELD_ID (line 3235) | DEVLINK_ATTR_DPIPE_FIELD_ID = 0x3a constant DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH (line 3236) | DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH = 0x3b constant DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE (line 3237) | DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c constant DEVLINK_ATTR_PAD (line 3238) | DEVLINK_ATTR_PAD = 0x3d constant DEVLINK_ATTR_ESWITCH_ENCAP_MODE (line 3239) | DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e constant DEVLINK_ATTR_RESOURCE_LIST (line 3240) | DEVLINK_ATTR_RESOURCE_LIST = 0x3f constant DEVLINK_ATTR_RESOURCE (line 3241) | DEVLINK_ATTR_RESOURCE = 0x40 constant DEVLINK_ATTR_RESOURCE_NAME (line 3242) | DEVLINK_ATTR_RESOURCE_NAME = 0x41 constant DEVLINK_ATTR_RESOURCE_ID (line 3243) | DEVLINK_ATTR_RESOURCE_ID = 0x42 constant DEVLINK_ATTR_RESOURCE_SIZE (line 3244) | DEVLINK_ATTR_RESOURCE_SIZE = 0x43 constant DEVLINK_ATTR_RESOURCE_SIZE_NEW (line 3245) | DEVLINK_ATTR_RESOURCE_SIZE_NEW = 0x44 constant DEVLINK_ATTR_RESOURCE_SIZE_VALID (line 3246) | DEVLINK_ATTR_RESOURCE_SIZE_VALID = 0x45 constant DEVLINK_ATTR_RESOURCE_SIZE_MIN (line 3247) | DEVLINK_ATTR_RESOURCE_SIZE_MIN = 0x46 constant DEVLINK_ATTR_RESOURCE_SIZE_MAX (line 3248) | DEVLINK_ATTR_RESOURCE_SIZE_MAX = 0x47 constant DEVLINK_ATTR_RESOURCE_SIZE_GRAN (line 3249) | DEVLINK_ATTR_RESOURCE_SIZE_GRAN = 0x48 constant DEVLINK_ATTR_RESOURCE_UNIT (line 3250) | DEVLINK_ATTR_RESOURCE_UNIT = 0x49 constant DEVLINK_ATTR_RESOURCE_OCC (line 3251) | DEVLINK_ATTR_RESOURCE_OCC = 0x4a constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID (line 3252) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID = 0x4b constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS (line 3253) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS = 0x4c constant DEVLINK_ATTR_PORT_FLAVOUR (line 3254) | DEVLINK_ATTR_PORT_FLAVOUR = 0x4d constant DEVLINK_ATTR_PORT_NUMBER (line 3255) | DEVLINK_ATTR_PORT_NUMBER = 0x4e constant DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER (line 3256) | DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER = 0x4f constant DEVLINK_ATTR_PARAM (line 3257) | DEVLINK_ATTR_PARAM = 0x50 constant DEVLINK_ATTR_PARAM_NAME (line 3258) | DEVLINK_ATTR_PARAM_NAME = 0x51 constant DEVLINK_ATTR_PARAM_GENERIC (line 3259) | DEVLINK_ATTR_PARAM_GENERIC = 0x52 constant DEVLINK_ATTR_PARAM_TYPE (line 3260) | DEVLINK_ATTR_PARAM_TYPE = 0x53 constant DEVLINK_ATTR_PARAM_VALUES_LIST (line 3261) | DEVLINK_ATTR_PARAM_VALUES_LIST = 0x54 constant DEVLINK_ATTR_PARAM_VALUE (line 3262) | DEVLINK_ATTR_PARAM_VALUE = 0x55 constant DEVLINK_ATTR_PARAM_VALUE_DATA (line 3263) | DEVLINK_ATTR_PARAM_VALUE_DATA = 0x56 constant DEVLINK_ATTR_PARAM_VALUE_CMODE (line 3264) | DEVLINK_ATTR_PARAM_VALUE_CMODE = 0x57 constant DEVLINK_ATTR_REGION_NAME (line 3265) | DEVLINK_ATTR_REGION_NAME = 0x58 constant DEVLINK_ATTR_REGION_SIZE (line 3266) | DEVLINK_ATTR_REGION_SIZE = 0x59 constant DEVLINK_ATTR_REGION_SNAPSHOTS (line 3267) | DEVLINK_ATTR_REGION_SNAPSHOTS = 0x5a constant DEVLINK_ATTR_REGION_SNAPSHOT (line 3268) | DEVLINK_ATTR_REGION_SNAPSHOT = 0x5b constant DEVLINK_ATTR_REGION_SNAPSHOT_ID (line 3269) | DEVLINK_ATTR_REGION_SNAPSHOT_ID = 0x5c constant DEVLINK_ATTR_REGION_CHUNKS (line 3270) | DEVLINK_ATTR_REGION_CHUNKS = 0x5d constant DEVLINK_ATTR_REGION_CHUNK (line 3271) | DEVLINK_ATTR_REGION_CHUNK = 0x5e constant DEVLINK_ATTR_REGION_CHUNK_DATA (line 3272) | DEVLINK_ATTR_REGION_CHUNK_DATA = 0x5f constant DEVLINK_ATTR_REGION_CHUNK_ADDR (line 3273) | DEVLINK_ATTR_REGION_CHUNK_ADDR = 0x60 constant DEVLINK_ATTR_REGION_CHUNK_LEN (line 3274) | DEVLINK_ATTR_REGION_CHUNK_LEN = 0x61 constant DEVLINK_ATTR_INFO_DRIVER_NAME (line 3275) | DEVLINK_ATTR_INFO_DRIVER_NAME = 0x62 constant DEVLINK_ATTR_INFO_SERIAL_NUMBER (line 3276) | DEVLINK_ATTR_INFO_SERIAL_NUMBER = 0x63 constant DEVLINK_ATTR_INFO_VERSION_FIXED (line 3277) | DEVLINK_ATTR_INFO_VERSION_FIXED = 0x64 constant DEVLINK_ATTR_INFO_VERSION_RUNNING (line 3278) | DEVLINK_ATTR_INFO_VERSION_RUNNING = 0x65 constant DEVLINK_ATTR_INFO_VERSION_STORED (line 3279) | DEVLINK_ATTR_INFO_VERSION_STORED = 0x66 constant DEVLINK_ATTR_INFO_VERSION_NAME (line 3280) | DEVLINK_ATTR_INFO_VERSION_NAME = 0x67 constant DEVLINK_ATTR_INFO_VERSION_VALUE (line 3281) | DEVLINK_ATTR_INFO_VERSION_VALUE = 0x68 constant DEVLINK_ATTR_SB_POOL_CELL_SIZE (line 3282) | DEVLINK_ATTR_SB_POOL_CELL_SIZE = 0x69 constant DEVLINK_ATTR_FMSG (line 3283) | DEVLINK_ATTR_FMSG = 0x6a constant DEVLINK_ATTR_FMSG_OBJ_NEST_START (line 3284) | DEVLINK_ATTR_FMSG_OBJ_NEST_START = 0x6b constant DEVLINK_ATTR_FMSG_PAIR_NEST_START (line 3285) | DEVLINK_ATTR_FMSG_PAIR_NEST_START = 0x6c constant DEVLINK_ATTR_FMSG_ARR_NEST_START (line 3286) | DEVLINK_ATTR_FMSG_ARR_NEST_START = 0x6d constant DEVLINK_ATTR_FMSG_NEST_END (line 3287) | DEVLINK_ATTR_FMSG_NEST_END = 0x6e constant DEVLINK_ATTR_FMSG_OBJ_NAME (line 3288) | DEVLINK_ATTR_FMSG_OBJ_NAME = 0x6f constant DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE (line 3289) | DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE = 0x70 constant DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA (line 3290) | DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA = 0x71 constant DEVLINK_ATTR_HEALTH_REPORTER (line 3291) | DEVLINK_ATTR_HEALTH_REPORTER = 0x72 constant DEVLINK_ATTR_HEALTH_REPORTER_NAME (line 3292) | DEVLINK_ATTR_HEALTH_REPORTER_NAME = 0x73 constant DEVLINK_ATTR_HEALTH_REPORTER_STATE (line 3293) | DEVLINK_ATTR_HEALTH_REPORTER_STATE = 0x74 constant DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT (line 3294) | DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT = 0x75 constant DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT (line 3295) | DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT = 0x76 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS (line 3296) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS = 0x77 constant DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD (line 3297) | DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD = 0x78 constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER (line 3298) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER = 0x79 constant DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME (line 3299) | DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME = 0x7a constant DEVLINK_ATTR_FLASH_UPDATE_COMPONENT (line 3300) | DEVLINK_ATTR_FLASH_UPDATE_COMPONENT = 0x7b constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG (line 3301) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG = 0x7c constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE (line 3302) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE = 0x7d constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL (line 3303) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL = 0x7e constant DEVLINK_ATTR_PORT_PCI_PF_NUMBER (line 3304) | DEVLINK_ATTR_PORT_PCI_PF_NUMBER = 0x7f constant DEVLINK_ATTR_PORT_PCI_VF_NUMBER (line 3305) | DEVLINK_ATTR_PORT_PCI_VF_NUMBER = 0x80 constant DEVLINK_ATTR_STATS (line 3306) | DEVLINK_ATTR_STATS = 0x81 constant DEVLINK_ATTR_TRAP_NAME (line 3307) | DEVLINK_ATTR_TRAP_NAME = 0x82 constant DEVLINK_ATTR_TRAP_ACTION (line 3308) | DEVLINK_ATTR_TRAP_ACTION = 0x83 constant DEVLINK_ATTR_TRAP_TYPE (line 3309) | DEVLINK_ATTR_TRAP_TYPE = 0x84 constant DEVLINK_ATTR_TRAP_GENERIC (line 3310) | DEVLINK_ATTR_TRAP_GENERIC = 0x85 constant DEVLINK_ATTR_TRAP_METADATA (line 3311) | DEVLINK_ATTR_TRAP_METADATA = 0x86 constant DEVLINK_ATTR_TRAP_GROUP_NAME (line 3312) | DEVLINK_ATTR_TRAP_GROUP_NAME = 0x87 constant DEVLINK_ATTR_RELOAD_FAILED (line 3313) | DEVLINK_ATTR_RELOAD_FAILED = 0x88 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS (line 3314) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS = 0x89 constant DEVLINK_ATTR_NETNS_FD (line 3315) | DEVLINK_ATTR_NETNS_FD = 0x8a constant DEVLINK_ATTR_NETNS_PID (line 3316) | DEVLINK_ATTR_NETNS_PID = 0x8b constant DEVLINK_ATTR_NETNS_ID (line 3317) | DEVLINK_ATTR_NETNS_ID = 0x8c constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP (line 3318) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP = 0x8d constant DEVLINK_ATTR_TRAP_POLICER_ID (line 3319) | DEVLINK_ATTR_TRAP_POLICER_ID = 0x8e constant DEVLINK_ATTR_TRAP_POLICER_RATE (line 3320) | DEVLINK_ATTR_TRAP_POLICER_RATE = 0x8f constant DEVLINK_ATTR_TRAP_POLICER_BURST (line 3321) | DEVLINK_ATTR_TRAP_POLICER_BURST = 0x90 constant DEVLINK_ATTR_PORT_FUNCTION (line 3322) | DEVLINK_ATTR_PORT_FUNCTION = 0x91 constant DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER (line 3323) | DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER = 0x92 constant DEVLINK_ATTR_PORT_LANES (line 3324) | DEVLINK_ATTR_PORT_LANES = 0x93 constant DEVLINK_ATTR_PORT_SPLITTABLE (line 3325) | DEVLINK_ATTR_PORT_SPLITTABLE = 0x94 constant DEVLINK_ATTR_PORT_EXTERNAL (line 3326) | DEVLINK_ATTR_PORT_EXTERNAL = 0x95 constant DEVLINK_ATTR_PORT_CONTROLLER_NUMBER (line 3327) | DEVLINK_ATTR_PORT_CONTROLLER_NUMBER = 0x96 constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT (line 3328) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT = 0x97 constant DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK (line 3329) | DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK = 0x98 constant DEVLINK_ATTR_RELOAD_ACTION (line 3330) | DEVLINK_ATTR_RELOAD_ACTION = 0x99 constant DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED (line 3331) | DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED = 0x9a constant DEVLINK_ATTR_RELOAD_LIMITS (line 3332) | DEVLINK_ATTR_RELOAD_LIMITS = 0x9b constant DEVLINK_ATTR_DEV_STATS (line 3333) | DEVLINK_ATTR_DEV_STATS = 0x9c constant DEVLINK_ATTR_RELOAD_STATS (line 3334) | DEVLINK_ATTR_RELOAD_STATS = 0x9d constant DEVLINK_ATTR_RELOAD_STATS_ENTRY (line 3335) | DEVLINK_ATTR_RELOAD_STATS_ENTRY = 0x9e constant DEVLINK_ATTR_RELOAD_STATS_LIMIT (line 3336) | DEVLINK_ATTR_RELOAD_STATS_LIMIT = 0x9f constant DEVLINK_ATTR_RELOAD_STATS_VALUE (line 3337) | DEVLINK_ATTR_RELOAD_STATS_VALUE = 0xa0 constant DEVLINK_ATTR_REMOTE_RELOAD_STATS (line 3338) | DEVLINK_ATTR_REMOTE_RELOAD_STATS = 0xa1 constant DEVLINK_ATTR_RELOAD_ACTION_INFO (line 3339) | DEVLINK_ATTR_RELOAD_ACTION_INFO = 0xa2 constant DEVLINK_ATTR_RELOAD_ACTION_STATS (line 3340) | DEVLINK_ATTR_RELOAD_ACTION_STATS = 0xa3 constant DEVLINK_ATTR_PORT_PCI_SF_NUMBER (line 3341) | DEVLINK_ATTR_PORT_PCI_SF_NUMBER = 0xa4 constant DEVLINK_ATTR_RATE_TYPE (line 3342) | DEVLINK_ATTR_RATE_TYPE = 0xa5 constant DEVLINK_ATTR_RATE_TX_SHARE (line 3343) | DEVLINK_ATTR_RATE_TX_SHARE = 0xa6 constant DEVLINK_ATTR_RATE_TX_MAX (line 3344) | DEVLINK_ATTR_RATE_TX_MAX = 0xa7 constant DEVLINK_ATTR_RATE_NODE_NAME (line 3345) | DEVLINK_ATTR_RATE_NODE_NAME = 0xa8 constant DEVLINK_ATTR_RATE_PARENT_NODE_NAME (line 3346) | DEVLINK_ATTR_RATE_PARENT_NODE_NAME = 0xa9 constant DEVLINK_ATTR_REGION_MAX_SNAPSHOTS (line 3347) | DEVLINK_ATTR_REGION_MAX_SNAPSHOTS = 0xaa constant DEVLINK_ATTR_LINECARD_INDEX (line 3348) | DEVLINK_ATTR_LINECARD_INDEX = 0xab constant DEVLINK_ATTR_LINECARD_STATE (line 3349) | DEVLINK_ATTR_LINECARD_STATE = 0xac constant DEVLINK_ATTR_LINECARD_TYPE (line 3350) | DEVLINK_ATTR_LINECARD_TYPE = 0xad constant DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES (line 3351) | DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES = 0xae constant DEVLINK_ATTR_NESTED_DEVLINK (line 3352) | DEVLINK_ATTR_NESTED_DEVLINK = 0xaf constant DEVLINK_ATTR_SELFTESTS (line 3353) | DEVLINK_ATTR_SELFTESTS = 0xb0 constant DEVLINK_ATTR_MAX (line 3354) | DEVLINK_ATTR_MAX = 0xb3 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE (line 3355) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX (line 3356) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1 constant DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT (line 3357) | DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0 constant DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY (line 3358) | DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY = 0x0 constant DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC (line 3359) | DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC = 0x0 constant DEVLINK_DPIPE_FIELD_IPV4_DST_IP (line 3360) | DEVLINK_DPIPE_FIELD_IPV4_DST_IP = 0x0 constant DEVLINK_DPIPE_FIELD_IPV6_DST_IP (line 3361) | DEVLINK_DPIPE_FIELD_IPV6_DST_IP = 0x0 constant DEVLINK_DPIPE_HEADER_ETHERNET (line 3362) | DEVLINK_DPIPE_HEADER_ETHERNET = 0x0 constant DEVLINK_DPIPE_HEADER_IPV4 (line 3363) | DEVLINK_DPIPE_HEADER_IPV4 = 0x1 constant DEVLINK_DPIPE_HEADER_IPV6 (line 3364) | DEVLINK_DPIPE_HEADER_IPV6 = 0x2 constant DEVLINK_RESOURCE_UNIT_ENTRY (line 3365) | DEVLINK_RESOURCE_UNIT_ENTRY = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_UNSPEC (line 3366) | DEVLINK_PORT_FUNCTION_ATTR_UNSPEC = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR (line 3367) | DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR = 0x1 constant DEVLINK_PORT_FN_ATTR_STATE (line 3368) | DEVLINK_PORT_FN_ATTR_STATE = 0x2 constant DEVLINK_PORT_FN_ATTR_OPSTATE (line 3369) | DEVLINK_PORT_FN_ATTR_OPSTATE = 0x3 constant DEVLINK_PORT_FN_ATTR_CAPS (line 3370) | DEVLINK_PORT_FN_ATTR_CAPS = 0x4 constant DEVLINK_PORT_FUNCTION_ATTR_MAX (line 3371) | DEVLINK_PORT_FUNCTION_ATTR_MAX = 0x4 type FsverityDigest (line 3374) | type FsverityDigest struct type FsverityEnableArg (line 3379) | type FsverityEnableArg struct type Nhmsg (line 3391) | type Nhmsg struct type NexthopGrp (line 3399) | type NexthopGrp struct constant NHA_UNSPEC (line 3407) | NHA_UNSPEC = 0x0 constant NHA_ID (line 3408) | NHA_ID = 0x1 constant NHA_GROUP (line 3409) | NHA_GROUP = 0x2 constant NHA_GROUP_TYPE (line 3410) | NHA_GROUP_TYPE = 0x3 constant NHA_BLACKHOLE (line 3411) | NHA_BLACKHOLE = 0x4 constant NHA_OIF (line 3412) | NHA_OIF = 0x5 constant NHA_GATEWAY (line 3413) | NHA_GATEWAY = 0x6 constant NHA_ENCAP_TYPE (line 3414) | NHA_ENCAP_TYPE = 0x7 constant NHA_ENCAP (line 3415) | NHA_ENCAP = 0x8 constant NHA_GROUPS (line 3416) | NHA_GROUPS = 0x9 constant NHA_MASTER (line 3417) | NHA_MASTER = 0xa constant CAN_RAW_FILTER (line 3421) | CAN_RAW_FILTER = 0x1 constant CAN_RAW_ERR_FILTER (line 3422) | CAN_RAW_ERR_FILTER = 0x2 constant CAN_RAW_LOOPBACK (line 3423) | CAN_RAW_LOOPBACK = 0x3 constant CAN_RAW_RECV_OWN_MSGS (line 3424) | CAN_RAW_RECV_OWN_MSGS = 0x4 constant CAN_RAW_FD_FRAMES (line 3425) | CAN_RAW_FD_FRAMES = 0x5 constant CAN_RAW_JOIN_FILTERS (line 3426) | CAN_RAW_JOIN_FILTERS = 0x6 type WatchdogInfo (line 3429) | type WatchdogInfo struct type PPSFData (line 3435) | type PPSFData struct type PPSKParams (line 3440) | type PPSKParams struct type PPSKTime (line 3447) | type PPSKTime struct constant LWTUNNEL_ENCAP_NONE (line 3454) | LWTUNNEL_ENCAP_NONE = 0x0 constant LWTUNNEL_ENCAP_MPLS (line 3455) | LWTUNNEL_ENCAP_MPLS = 0x1 constant LWTUNNEL_ENCAP_IP (line 3456) | LWTUNNEL_ENCAP_IP = 0x2 constant LWTUNNEL_ENCAP_ILA (line 3457) | LWTUNNEL_ENCAP_ILA = 0x3 constant LWTUNNEL_ENCAP_IP6 (line 3458) | LWTUNNEL_ENCAP_IP6 = 0x4 constant LWTUNNEL_ENCAP_SEG6 (line 3459) | LWTUNNEL_ENCAP_SEG6 = 0x5 constant LWTUNNEL_ENCAP_BPF (line 3460) | LWTUNNEL_ENCAP_BPF = 0x6 constant LWTUNNEL_ENCAP_SEG6_LOCAL (line 3461) | LWTUNNEL_ENCAP_SEG6_LOCAL = 0x7 constant LWTUNNEL_ENCAP_RPL (line 3462) | LWTUNNEL_ENCAP_RPL = 0x8 constant LWTUNNEL_ENCAP_IOAM6 (line 3463) | LWTUNNEL_ENCAP_IOAM6 = 0x9 constant LWTUNNEL_ENCAP_XFRM (line 3464) | LWTUNNEL_ENCAP_XFRM = 0xa constant LWTUNNEL_ENCAP_MAX (line 3465) | LWTUNNEL_ENCAP_MAX = 0xa constant MPLS_IPTUNNEL_UNSPEC (line 3467) | MPLS_IPTUNNEL_UNSPEC = 0x0 constant MPLS_IPTUNNEL_DST (line 3468) | MPLS_IPTUNNEL_DST = 0x1 constant MPLS_IPTUNNEL_TTL (line 3469) | MPLS_IPTUNNEL_TTL = 0x2 constant MPLS_IPTUNNEL_MAX (line 3470) | MPLS_IPTUNNEL_MAX = 0x2 constant ETHTOOL_ID_UNSPEC (line 3474) | ETHTOOL_ID_UNSPEC ... constant ETHTOOL_RX_COPYBREAK (line 3475) | ETHTOOL_RX_COPYBREAK ... constant ETHTOOL_TX_COPYBREAK (line 3476) | ETHTOOL_TX_COPYBREAK ... constant ETHTOOL_PFC_PREVENTION_TOUT (line 3477) | ETHTOOL_PFC_PREVENTION_TOUT ... constant ETHTOOL_TUNABLE_UNSPEC (line 3478) | ETHTOOL_TUNABLE_UNSPEC ... constant ETHTOOL_TUNABLE_U8 (line 3479) | ETHTOOL_TUNABLE_U8 ... constant ETHTOOL_TUNABLE_U16 (line 3480) | ETHTOOL_TUNABLE_U16 ... constant ETHTOOL_TUNABLE_U32 (line 3481) | ETHTOOL_TUNABLE_U32 ... constant ETHTOOL_TUNABLE_U64 (line 3482) | ETHTOOL_TUNABLE_U64 ... constant ETHTOOL_TUNABLE_STRING (line 3483) | ETHTOOL_TUNABLE_STRING ... constant ETHTOOL_TUNABLE_S8 (line 3484) | ETHTOOL_TUNABLE_S8 ... constant ETHTOOL_TUNABLE_S16 (line 3485) | ETHTOOL_TUNABLE_S16 ... constant ETHTOOL_TUNABLE_S32 (line 3486) | ETHTOOL_TUNABLE_S32 ... constant ETHTOOL_TUNABLE_S64 (line 3487) | ETHTOOL_TUNABLE_S64 ... constant ETHTOOL_PHY_ID_UNSPEC (line 3488) | ETHTOOL_PHY_ID_UNSPEC ... constant ETHTOOL_PHY_DOWNSHIFT (line 3489) | ETHTOOL_PHY_DOWNSHIFT ... constant ETHTOOL_PHY_FAST_LINK_DOWN (line 3490) | ETHTOOL_PHY_FAST_LINK_DOWN ... constant ETHTOOL_PHY_EDPD (line 3491) | ETHTOOL_PHY_EDPD ... constant ETHTOOL_LINK_EXT_STATE_AUTONEG (line 3492) | ETHTOOL_LINK_EXT_STATE_AUTONEG ... constant ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE (line 3493) | ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH (line 3494) | ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH ... constant ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY (line 3495) | ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY ... constant ETHTOOL_LINK_EXT_STATE_NO_CABLE (line 3496) | ETHTOOL_LINK_EXT_STATE_NO_CABLE ... constant ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE (line 3497) | ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE (line 3498) | ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE (line 3499) | ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED (line 3500) | ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED ... constant ETHTOOL_LINK_EXT_STATE_OVERHEAT (line 3501) | ETHTOOL_LINK_EXT_STATE_OVERHEAT ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED (line 3502) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED (line 3503) | ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED (line 3504) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE (line 3505) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE (line 3506) | ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD (line 3507) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED (line 3508) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT (line 3509) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY (line 3510) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT (line 3511) | ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK (line 3512) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK (line 3513) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS (line 3514) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED (line 3515) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED (line 3516) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS (line 3517) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE (line 3518) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE (line 3519) | ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE (line 3520) | ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE ... constant ETHTOOL_FLASH_ALL_REGIONS (line 3521) | ETHTOOL_FLASH_ALL_REGIONS ... constant ETHTOOL_F_UNSUPPORTED__BIT (line 3522) | ETHTOOL_F_UNSUPPORTED__BIT ... constant ETHTOOL_F_WISH__BIT (line 3523) | ETHTOOL_F_WISH__BIT ... constant ETHTOOL_F_COMPAT__BIT (line 3524) | ETHTOOL_F_COMPAT__BIT ... constant ETHTOOL_FEC_NONE_BIT (line 3525) | ETHTOOL_FEC_NONE_BIT ... constant ETHTOOL_FEC_AUTO_BIT (line 3526) | ETHTOOL_FEC_AUTO_BIT ... constant ETHTOOL_FEC_OFF_BIT (line 3527) | ETHTOOL_FEC_OFF_BIT ... constant ETHTOOL_FEC_RS_BIT (line 3528) | ETHTOOL_FEC_RS_BIT ... constant ETHTOOL_FEC_BASER_BIT (line 3529) | ETHTOOL_FEC_BASER_BIT ... constant ETHTOOL_FEC_LLRS_BIT (line 3530) | ETHTOOL_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Half_BIT (line 3531) | ETHTOOL_LINK_MODE_10baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Full_BIT (line 3532) | ETHTOOL_LINK_MODE_10baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Half_BIT (line 3533) | ETHTOOL_LINK_MODE_100baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Full_BIT (line 3534) | ETHTOOL_LINK_MODE_100baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Half_BIT (line 3535) | ETHTOOL_LINK_MODE_1000baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Full_BIT (line 3536) | ETHTOOL_LINK_MODE_1000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Autoneg_BIT (line 3537) | ETHTOOL_LINK_MODE_Autoneg_BIT ... constant ETHTOOL_LINK_MODE_TP_BIT (line 3538) | ETHTOOL_LINK_MODE_TP_BIT ... constant ETHTOOL_LINK_MODE_AUI_BIT (line 3539) | ETHTOOL_LINK_MODE_AUI_BIT ... constant ETHTOOL_LINK_MODE_MII_BIT (line 3540) | ETHTOOL_LINK_MODE_MII_BIT ... constant ETHTOOL_LINK_MODE_FIBRE_BIT (line 3541) | ETHTOOL_LINK_MODE_FIBRE_BIT ... constant ETHTOOL_LINK_MODE_BNC_BIT (line 3542) | ETHTOOL_LINK_MODE_BNC_BIT ... constant ETHTOOL_LINK_MODE_10000baseT_Full_BIT (line 3543) | ETHTOOL_LINK_MODE_10000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Pause_BIT (line 3544) | ETHTOOL_LINK_MODE_Pause_BIT ... constant ETHTOOL_LINK_MODE_Asym_Pause_BIT (line 3545) | ETHTOOL_LINK_MODE_Asym_Pause_BIT ... constant ETHTOOL_LINK_MODE_2500baseX_Full_BIT (line 3546) | ETHTOOL_LINK_MODE_2500baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_Backplane_BIT (line 3547) | ETHTOOL_LINK_MODE_Backplane_BIT ... constant ETHTOOL_LINK_MODE_1000baseKX_Full_BIT (line 3548) | ETHTOOL_LINK_MODE_1000baseKX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT (line 3549) | ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKR_Full_BIT (line 3550) | ETHTOOL_LINK_MODE_10000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseR_FEC_BIT (line 3551) | ETHTOOL_LINK_MODE_10000baseR_FEC_BIT ... constant ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT (line 3552) | ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT ... constant ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT (line 3553) | ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT (line 3554) | ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT (line 3555) | ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT (line 3556) | ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT (line 3557) | ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT (line 3558) | ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT (line 3559) | ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT (line 3560) | ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT (line 3561) | ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseCR_Full_BIT (line 3562) | ETHTOOL_LINK_MODE_25000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseKR_Full_BIT (line 3563) | ETHTOOL_LINK_MODE_25000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseSR_Full_BIT (line 3564) | ETHTOOL_LINK_MODE_25000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT (line 3565) | ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT (line 3566) | ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT (line 3567) | ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT (line 3568) | ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT (line 3569) | ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT (line 3570) | ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT (line 3571) | ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseX_Full_BIT (line 3572) | ETHTOOL_LINK_MODE_1000baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseCR_Full_BIT (line 3573) | ETHTOOL_LINK_MODE_10000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseSR_Full_BIT (line 3574) | ETHTOOL_LINK_MODE_10000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLR_Full_BIT (line 3575) | ETHTOOL_LINK_MODE_10000baseLR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT (line 3576) | ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseER_Full_BIT (line 3577) | ETHTOOL_LINK_MODE_10000baseER_Full_BIT ... constant ETHTOOL_LINK_MODE_2500baseT_Full_BIT (line 3578) | ETHTOOL_LINK_MODE_2500baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_5000baseT_Full_BIT (line 3579) | ETHTOOL_LINK_MODE_5000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_NONE_BIT (line 3580) | ETHTOOL_LINK_MODE_FEC_NONE_BIT ... constant ETHTOOL_LINK_MODE_FEC_RS_BIT (line 3581) | ETHTOOL_LINK_MODE_FEC_RS_BIT ... constant ETHTOOL_LINK_MODE_FEC_BASER_BIT (line 3582) | ETHTOOL_LINK_MODE_FEC_BASER_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR_Full_BIT (line 3583) | ETHTOOL_LINK_MODE_50000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR_Full_BIT (line 3584) | ETHTOOL_LINK_MODE_50000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR_Full_BIT (line 3585) | ETHTOOL_LINK_MODE_50000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT (line 3586) | ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseDR_Full_BIT (line 3587) | ETHTOOL_LINK_MODE_50000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT (line 3588) | ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT (line 3589) | ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT (line 3590) | ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT (line 3591) | ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT (line 3592) | ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT (line 3593) | ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT (line 3594) | ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT (line 3595) | ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT (line 3596) | ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT (line 3597) | ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT1_Full_BIT (line 3598) | ETHTOOL_LINK_MODE_100baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT1_Full_BIT (line 3599) | ETHTOOL_LINK_MODE_1000baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT (line 3600) | ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT (line 3601) | ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT (line 3602) | ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT (line 3603) | ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT (line 3604) | ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_LLRS_BIT (line 3605) | ETHTOOL_LINK_MODE_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR_Full_BIT (line 3606) | ETHTOOL_LINK_MODE_100000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR_Full_BIT (line 3607) | ETHTOOL_LINK_MODE_100000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT (line 3608) | ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR_Full_BIT (line 3609) | ETHTOOL_LINK_MODE_100000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR_Full_BIT (line 3610) | ETHTOOL_LINK_MODE_100000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT (line 3611) | ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT (line 3612) | ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT (line 3613) | ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT (line 3614) | ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT (line 3615) | ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT (line 3616) | ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT (line 3617) | ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT (line 3618) | ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT (line 3619) | ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT (line 3620) | ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Half_BIT (line 3621) | ETHTOOL_LINK_MODE_100baseFX_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Full_BIT (line 3622) | ETHTOOL_LINK_MODE_100baseFX_Full_BIT ... constant ETHTOOL_MSG_USER_NONE (line 3624) | ETHTOOL_MSG_USER_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET (line 3625) | ETHTOOL_MSG_STRSET_GET = 0x1 constant ETHTOOL_MSG_LINKINFO_GET (line 3626) | ETHTOOL_MSG_LINKINFO_GET = 0x2 constant ETHTOOL_MSG_LINKINFO_SET (line 3627) | ETHTOOL_MSG_LINKINFO_SET = 0x3 constant ETHTOOL_MSG_LINKMODES_GET (line 3628) | ETHTOOL_MSG_LINKMODES_GET = 0x4 constant ETHTOOL_MSG_LINKMODES_SET (line 3629) | ETHTOOL_MSG_LINKMODES_SET = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET (line 3630) | ETHTOOL_MSG_LINKSTATE_GET = 0x6 constant ETHTOOL_MSG_DEBUG_GET (line 3631) | ETHTOOL_MSG_DEBUG_GET = 0x7 constant ETHTOOL_MSG_DEBUG_SET (line 3632) | ETHTOOL_MSG_DEBUG_SET = 0x8 constant ETHTOOL_MSG_WOL_GET (line 3633) | ETHTOOL_MSG_WOL_GET = 0x9 constant ETHTOOL_MSG_WOL_SET (line 3634) | ETHTOOL_MSG_WOL_SET = 0xa constant ETHTOOL_MSG_FEATURES_GET (line 3635) | ETHTOOL_MSG_FEATURES_GET = 0xb constant ETHTOOL_MSG_FEATURES_SET (line 3636) | ETHTOOL_MSG_FEATURES_SET = 0xc constant ETHTOOL_MSG_PRIVFLAGS_GET (line 3637) | ETHTOOL_MSG_PRIVFLAGS_GET = 0xd constant ETHTOOL_MSG_PRIVFLAGS_SET (line 3638) | ETHTOOL_MSG_PRIVFLAGS_SET = 0xe constant ETHTOOL_MSG_RINGS_GET (line 3639) | ETHTOOL_MSG_RINGS_GET = 0xf constant ETHTOOL_MSG_RINGS_SET (line 3640) | ETHTOOL_MSG_RINGS_SET = 0x10 constant ETHTOOL_MSG_CHANNELS_GET (line 3641) | ETHTOOL_MSG_CHANNELS_GET = 0x11 constant ETHTOOL_MSG_CHANNELS_SET (line 3642) | ETHTOOL_MSG_CHANNELS_SET = 0x12 constant ETHTOOL_MSG_COALESCE_GET (line 3643) | ETHTOOL_MSG_COALESCE_GET = 0x13 constant ETHTOOL_MSG_COALESCE_SET (line 3644) | ETHTOOL_MSG_COALESCE_SET = 0x14 constant ETHTOOL_MSG_PAUSE_GET (line 3645) | ETHTOOL_MSG_PAUSE_GET = 0x15 constant ETHTOOL_MSG_PAUSE_SET (line 3646) | ETHTOOL_MSG_PAUSE_SET = 0x16 constant ETHTOOL_MSG_EEE_GET (line 3647) | ETHTOOL_MSG_EEE_GET = 0x17 constant ETHTOOL_MSG_EEE_SET (line 3648) | ETHTOOL_MSG_EEE_SET = 0x18 constant ETHTOOL_MSG_TSINFO_GET (line 3649) | ETHTOOL_MSG_TSINFO_GET = 0x19 constant ETHTOOL_MSG_CABLE_TEST_ACT (line 3650) | ETHTOOL_MSG_CABLE_TEST_ACT = 0x1a constant ETHTOOL_MSG_CABLE_TEST_TDR_ACT (line 3651) | ETHTOOL_MSG_CABLE_TEST_TDR_ACT = 0x1b constant ETHTOOL_MSG_TUNNEL_INFO_GET (line 3652) | ETHTOOL_MSG_TUNNEL_INFO_GET = 0x1c constant ETHTOOL_MSG_FEC_GET (line 3653) | ETHTOOL_MSG_FEC_GET = 0x1d constant ETHTOOL_MSG_FEC_SET (line 3654) | ETHTOOL_MSG_FEC_SET = 0x1e constant ETHTOOL_MSG_MODULE_EEPROM_GET (line 3655) | ETHTOOL_MSG_MODULE_EEPROM_GET = 0x1f constant ETHTOOL_MSG_STATS_GET (line 3656) | ETHTOOL_MSG_STATS_GET = 0x20 constant ETHTOOL_MSG_PHC_VCLOCKS_GET (line 3657) | ETHTOOL_MSG_PHC_VCLOCKS_GET = 0x21 constant ETHTOOL_MSG_MODULE_GET (line 3658) | ETHTOOL_MSG_MODULE_GET = 0x22 constant ETHTOOL_MSG_MODULE_SET (line 3659) | ETHTOOL_MSG_MODULE_SET = 0x23 constant ETHTOOL_MSG_PSE_GET (line 3660) | ETHTOOL_MSG_PSE_GET = 0x24 constant ETHTOOL_MSG_PSE_SET (line 3661) | ETHTOOL_MSG_PSE_SET = 0x25 constant ETHTOOL_MSG_RSS_GET (line 3662) | ETHTOOL_MSG_RSS_GET = 0x26 constant ETHTOOL_MSG_USER_MAX (line 3663) | ETHTOOL_MSG_USER_MAX = 0x2b constant ETHTOOL_MSG_KERNEL_NONE (line 3664) | ETHTOOL_MSG_KERNEL_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET_REPLY (line 3665) | ETHTOOL_MSG_STRSET_GET_REPLY = 0x1 constant ETHTOOL_MSG_LINKINFO_GET_REPLY (line 3666) | ETHTOOL_MSG_LINKINFO_GET_REPLY = 0x2 constant ETHTOOL_MSG_LINKINFO_NTF (line 3667) | ETHTOOL_MSG_LINKINFO_NTF = 0x3 constant ETHTOOL_MSG_LINKMODES_GET_REPLY (line 3668) | ETHTOOL_MSG_LINKMODES_GET_REPLY = 0x4 constant ETHTOOL_MSG_LINKMODES_NTF (line 3669) | ETHTOOL_MSG_LINKMODES_NTF = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET_REPLY (line 3670) | ETHTOOL_MSG_LINKSTATE_GET_REPLY = 0x6 constant ETHTOOL_MSG_DEBUG_GET_REPLY (line 3671) | ETHTOOL_MSG_DEBUG_GET_REPLY = 0x7 constant ETHTOOL_MSG_DEBUG_NTF (line 3672) | ETHTOOL_MSG_DEBUG_NTF = 0x8 constant ETHTOOL_MSG_WOL_GET_REPLY (line 3673) | ETHTOOL_MSG_WOL_GET_REPLY = 0x9 constant ETHTOOL_MSG_WOL_NTF (line 3674) | ETHTOOL_MSG_WOL_NTF = 0xa constant ETHTOOL_MSG_FEATURES_GET_REPLY (line 3675) | ETHTOOL_MSG_FEATURES_GET_REPLY = 0xb constant ETHTOOL_MSG_FEATURES_SET_REPLY (line 3676) | ETHTOOL_MSG_FEATURES_SET_REPLY = 0xc constant ETHTOOL_MSG_FEATURES_NTF (line 3677) | ETHTOOL_MSG_FEATURES_NTF = 0xd constant ETHTOOL_MSG_PRIVFLAGS_GET_REPLY (line 3678) | ETHTOOL_MSG_PRIVFLAGS_GET_REPLY = 0xe constant ETHTOOL_MSG_PRIVFLAGS_NTF (line 3679) | ETHTOOL_MSG_PRIVFLAGS_NTF = 0xf constant ETHTOOL_MSG_RINGS_GET_REPLY (line 3680) | ETHTOOL_MSG_RINGS_GET_REPLY = 0x10 constant ETHTOOL_MSG_RINGS_NTF (line 3681) | ETHTOOL_MSG_RINGS_NTF = 0x11 constant ETHTOOL_MSG_CHANNELS_GET_REPLY (line 3682) | ETHTOOL_MSG_CHANNELS_GET_REPLY = 0x12 constant ETHTOOL_MSG_CHANNELS_NTF (line 3683) | ETHTOOL_MSG_CHANNELS_NTF = 0x13 constant ETHTOOL_MSG_COALESCE_GET_REPLY (line 3684) | ETHTOOL_MSG_COALESCE_GET_REPLY = 0x14 constant ETHTOOL_MSG_COALESCE_NTF (line 3685) | ETHTOOL_MSG_COALESCE_NTF = 0x15 constant ETHTOOL_MSG_PAUSE_GET_REPLY (line 3686) | ETHTOOL_MSG_PAUSE_GET_REPLY = 0x16 constant ETHTOOL_MSG_PAUSE_NTF (line 3687) | ETHTOOL_MSG_PAUSE_NTF = 0x17 constant ETHTOOL_MSG_EEE_GET_REPLY (line 3688) | ETHTOOL_MSG_EEE_GET_REPLY = 0x18 constant ETHTOOL_MSG_EEE_NTF (line 3689) | ETHTOOL_MSG_EEE_NTF = 0x19 constant ETHTOOL_MSG_TSINFO_GET_REPLY (line 3690) | ETHTOOL_MSG_TSINFO_GET_REPLY = 0x1a constant ETHTOOL_MSG_CABLE_TEST_NTF (line 3691) | ETHTOOL_MSG_CABLE_TEST_NTF = 0x1b constant ETHTOOL_MSG_CABLE_TEST_TDR_NTF (line 3692) | ETHTOOL_MSG_CABLE_TEST_TDR_NTF = 0x1c constant ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY (line 3693) | ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY = 0x1d constant ETHTOOL_MSG_FEC_GET_REPLY (line 3694) | ETHTOOL_MSG_FEC_GET_REPLY = 0x1e constant ETHTOOL_MSG_FEC_NTF (line 3695) | ETHTOOL_MSG_FEC_NTF = 0x1f constant ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY (line 3696) | ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY = 0x20 constant ETHTOOL_MSG_STATS_GET_REPLY (line 3697) | ETHTOOL_MSG_STATS_GET_REPLY = 0x21 constant ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY (line 3698) | ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY = 0x22 constant ETHTOOL_MSG_MODULE_GET_REPLY (line 3699) | ETHTOOL_MSG_MODULE_GET_REPLY = 0x23 constant ETHTOOL_MSG_MODULE_NTF (line 3700) | ETHTOOL_MSG_MODULE_NTF = 0x24 constant ETHTOOL_MSG_PSE_GET_REPLY (line 3701) | ETHTOOL_MSG_PSE_GET_REPLY = 0x25 constant ETHTOOL_MSG_RSS_GET_REPLY (line 3702) | ETHTOOL_MSG_RSS_GET_REPLY = 0x26 constant ETHTOOL_MSG_KERNEL_MAX (line 3703) | ETHTOOL_MSG_KERNEL_MAX = 0x2b constant ETHTOOL_A_HEADER_UNSPEC (line 3704) | ETHTOOL_A_HEADER_UNSPEC = 0x0 constant ETHTOOL_A_HEADER_DEV_INDEX (line 3705) | ETHTOOL_A_HEADER_DEV_INDEX = 0x1 constant ETHTOOL_A_HEADER_DEV_NAME (line 3706) | ETHTOOL_A_HEADER_DEV_NAME = 0x2 constant ETHTOOL_A_HEADER_FLAGS (line 3707) | ETHTOOL_A_HEADER_FLAGS = 0x3 constant ETHTOOL_A_HEADER_MAX (line 3708) | ETHTOOL_A_HEADER_MAX = 0x3 constant ETHTOOL_A_BITSET_BIT_UNSPEC (line 3709) | ETHTOOL_A_BITSET_BIT_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BIT_INDEX (line 3710) | ETHTOOL_A_BITSET_BIT_INDEX = 0x1 constant ETHTOOL_A_BITSET_BIT_NAME (line 3711) | ETHTOOL_A_BITSET_BIT_NAME = 0x2 constant ETHTOOL_A_BITSET_BIT_VALUE (line 3712) | ETHTOOL_A_BITSET_BIT_VALUE = 0x3 constant ETHTOOL_A_BITSET_BIT_MAX (line 3713) | ETHTOOL_A_BITSET_BIT_MAX = 0x3 constant ETHTOOL_A_BITSET_BITS_UNSPEC (line 3714) | ETHTOOL_A_BITSET_BITS_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BITS_BIT (line 3715) | ETHTOOL_A_BITSET_BITS_BIT = 0x1 constant ETHTOOL_A_BITSET_BITS_MAX (line 3716) | ETHTOOL_A_BITSET_BITS_MAX = 0x1 constant ETHTOOL_A_BITSET_UNSPEC (line 3717) | ETHTOOL_A_BITSET_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_NOMASK (line 3718) | ETHTOOL_A_BITSET_NOMASK = 0x1 constant ETHTOOL_A_BITSET_SIZE (line 3719) | ETHTOOL_A_BITSET_SIZE = 0x2 constant ETHTOOL_A_BITSET_BITS (line 3720) | ETHTOOL_A_BITSET_BITS = 0x3 constant ETHTOOL_A_BITSET_VALUE (line 3721) | ETHTOOL_A_BITSET_VALUE = 0x4 constant ETHTOOL_A_BITSET_MASK (line 3722) | ETHTOOL_A_BITSET_MASK = 0x5 constant ETHTOOL_A_BITSET_MAX (line 3723) | ETHTOOL_A_BITSET_MAX = 0x5 constant ETHTOOL_A_STRING_UNSPEC (line 3724) | ETHTOOL_A_STRING_UNSPEC = 0x0 constant ETHTOOL_A_STRING_INDEX (line 3725) | ETHTOOL_A_STRING_INDEX = 0x1 constant ETHTOOL_A_STRING_VALUE (line 3726) | ETHTOOL_A_STRING_VALUE = 0x2 constant ETHTOOL_A_STRING_MAX (line 3727) | ETHTOOL_A_STRING_MAX = 0x2 constant ETHTOOL_A_STRINGS_UNSPEC (line 3728) | ETHTOOL_A_STRINGS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGS_STRING (line 3729) | ETHTOOL_A_STRINGS_STRING = 0x1 constant ETHTOOL_A_STRINGS_MAX (line 3730) | ETHTOOL_A_STRINGS_MAX = 0x1 constant ETHTOOL_A_STRINGSET_UNSPEC (line 3731) | ETHTOOL_A_STRINGSET_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSET_ID (line 3732) | ETHTOOL_A_STRINGSET_ID = 0x1 constant ETHTOOL_A_STRINGSET_COUNT (line 3733) | ETHTOOL_A_STRINGSET_COUNT = 0x2 constant ETHTOOL_A_STRINGSET_STRINGS (line 3734) | ETHTOOL_A_STRINGSET_STRINGS = 0x3 constant ETHTOOL_A_STRINGSET_MAX (line 3735) | ETHTOOL_A_STRINGSET_MAX = 0x3 constant ETHTOOL_A_STRINGSETS_UNSPEC (line 3736) | ETHTOOL_A_STRINGSETS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSETS_STRINGSET (line 3737) | ETHTOOL_A_STRINGSETS_STRINGSET = 0x1 constant ETHTOOL_A_STRINGSETS_MAX (line 3738) | ETHTOOL_A_STRINGSETS_MAX = 0x1 constant ETHTOOL_A_STRSET_UNSPEC (line 3739) | ETHTOOL_A_STRSET_UNSPEC = 0x0 constant ETHTOOL_A_STRSET_HEADER (line 3740) | ETHTOOL_A_STRSET_HEADER = 0x1 constant ETHTOOL_A_STRSET_STRINGSETS (line 3741) | ETHTOOL_A_STRSET_STRINGSETS = 0x2 constant ETHTOOL_A_STRSET_COUNTS_ONLY (line 3742) | ETHTOOL_A_STRSET_COUNTS_ONLY = 0x3 constant ETHTOOL_A_STRSET_MAX (line 3743) | ETHTOOL_A_STRSET_MAX = 0x3 constant ETHTOOL_A_LINKINFO_UNSPEC (line 3744) | ETHTOOL_A_LINKINFO_UNSPEC = 0x0 constant ETHTOOL_A_LINKINFO_HEADER (line 3745) | ETHTOOL_A_LINKINFO_HEADER = 0x1 constant ETHTOOL_A_LINKINFO_PORT (line 3746) | ETHTOOL_A_LINKINFO_PORT = 0x2 constant ETHTOOL_A_LINKINFO_PHYADDR (line 3747) | ETHTOOL_A_LINKINFO_PHYADDR = 0x3 constant ETHTOOL_A_LINKINFO_TP_MDIX (line 3748) | ETHTOOL_A_LINKINFO_TP_MDIX = 0x4 constant ETHTOOL_A_LINKINFO_TP_MDIX_CTRL (line 3749) | ETHTOOL_A_LINKINFO_TP_MDIX_CTRL = 0x5 constant ETHTOOL_A_LINKINFO_TRANSCEIVER (line 3750) | ETHTOOL_A_LINKINFO_TRANSCEIVER = 0x6 constant ETHTOOL_A_LINKINFO_MAX (line 3751) | ETHTOOL_A_LINKINFO_MAX = 0x6 constant ETHTOOL_A_LINKMODES_UNSPEC (line 3752) | ETHTOOL_A_LINKMODES_UNSPEC = 0x0 constant ETHTOOL_A_LINKMODES_HEADER (line 3753) | ETHTOOL_A_LINKMODES_HEADER = 0x1 constant ETHTOOL_A_LINKMODES_AUTONEG (line 3754) | ETHTOOL_A_LINKMODES_AUTONEG = 0x2 constant ETHTOOL_A_LINKMODES_OURS (line 3755) | ETHTOOL_A_LINKMODES_OURS = 0x3 constant ETHTOOL_A_LINKMODES_PEER (line 3756) | ETHTOOL_A_LINKMODES_PEER = 0x4 constant ETHTOOL_A_LINKMODES_SPEED (line 3757) | ETHTOOL_A_LINKMODES_SPEED = 0x5 constant ETHTOOL_A_LINKMODES_DUPLEX (line 3758) | ETHTOOL_A_LINKMODES_DUPLEX = 0x6 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG (line 3759) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG = 0x7 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE (line 3760) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE = 0x8 constant ETHTOOL_A_LINKMODES_LANES (line 3761) | ETHTOOL_A_LINKMODES_LANES = 0x9 constant ETHTOOL_A_LINKMODES_RATE_MATCHING (line 3762) | ETHTOOL_A_LINKMODES_RATE_MATCHING = 0xa constant ETHTOOL_A_LINKMODES_MAX (line 3763) | ETHTOOL_A_LINKMODES_MAX = 0xa constant ETHTOOL_A_LINKSTATE_UNSPEC (line 3764) | ETHTOOL_A_LINKSTATE_UNSPEC = 0x0 constant ETHTOOL_A_LINKSTATE_HEADER (line 3765) | ETHTOOL_A_LINKSTATE_HEADER = 0x1 constant ETHTOOL_A_LINKSTATE_LINK (line 3766) | ETHTOOL_A_LINKSTATE_LINK = 0x2 constant ETHTOOL_A_LINKSTATE_SQI (line 3767) | ETHTOOL_A_LINKSTATE_SQI = 0x3 constant ETHTOOL_A_LINKSTATE_SQI_MAX (line 3768) | ETHTOOL_A_LINKSTATE_SQI_MAX = 0x4 constant ETHTOOL_A_LINKSTATE_EXT_STATE (line 3769) | ETHTOOL_A_LINKSTATE_EXT_STATE = 0x5 constant ETHTOOL_A_LINKSTATE_EXT_SUBSTATE (line 3770) | ETHTOOL_A_LINKSTATE_EXT_SUBSTATE = 0x6 constant ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT (line 3771) | ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT = 0x7 constant ETHTOOL_A_LINKSTATE_MAX (line 3772) | ETHTOOL_A_LINKSTATE_MAX = 0x7 constant ETHTOOL_A_DEBUG_UNSPEC (line 3773) | ETHTOOL_A_DEBUG_UNSPEC = 0x0 constant ETHTOOL_A_DEBUG_HEADER (line 3774) | ETHTOOL_A_DEBUG_HEADER = 0x1 constant ETHTOOL_A_DEBUG_MSGMASK (line 3775) | ETHTOOL_A_DEBUG_MSGMASK = 0x2 constant ETHTOOL_A_DEBUG_MAX (line 3776) | ETHTOOL_A_DEBUG_MAX = 0x2 constant ETHTOOL_A_WOL_UNSPEC (line 3777) | ETHTOOL_A_WOL_UNSPEC = 0x0 constant ETHTOOL_A_WOL_HEADER (line 3778) | ETHTOOL_A_WOL_HEADER = 0x1 constant ETHTOOL_A_WOL_MODES (line 3779) | ETHTOOL_A_WOL_MODES = 0x2 constant ETHTOOL_A_WOL_SOPASS (line 3780) | ETHTOOL_A_WOL_SOPASS = 0x3 constant ETHTOOL_A_WOL_MAX (line 3781) | ETHTOOL_A_WOL_MAX = 0x3 constant ETHTOOL_A_FEATURES_UNSPEC (line 3782) | ETHTOOL_A_FEATURES_UNSPEC = 0x0 constant ETHTOOL_A_FEATURES_HEADER (line 3783) | ETHTOOL_A_FEATURES_HEADER = 0x1 constant ETHTOOL_A_FEATURES_HW (line 3784) | ETHTOOL_A_FEATURES_HW = 0x2 constant ETHTOOL_A_FEATURES_WANTED (line 3785) | ETHTOOL_A_FEATURES_WANTED = 0x3 constant ETHTOOL_A_FEATURES_ACTIVE (line 3786) | ETHTOOL_A_FEATURES_ACTIVE = 0x4 constant ETHTOOL_A_FEATURES_NOCHANGE (line 3787) | ETHTOOL_A_FEATURES_NOCHANGE = 0x5 constant ETHTOOL_A_FEATURES_MAX (line 3788) | ETHTOOL_A_FEATURES_MAX = 0x5 constant ETHTOOL_A_PRIVFLAGS_UNSPEC (line 3789) | ETHTOOL_A_PRIVFLAGS_UNSPEC = 0x0 constant ETHTOOL_A_PRIVFLAGS_HEADER (line 3790) | ETHTOOL_A_PRIVFLAGS_HEADER = 0x1 constant ETHTOOL_A_PRIVFLAGS_FLAGS (line 3791) | ETHTOOL_A_PRIVFLAGS_FLAGS = 0x2 constant ETHTOOL_A_PRIVFLAGS_MAX (line 3792) | ETHTOOL_A_PRIVFLAGS_MAX = 0x2 constant ETHTOOL_A_RINGS_UNSPEC (line 3793) | ETHTOOL_A_RINGS_UNSPEC = 0x0 constant ETHTOOL_A_RINGS_HEADER (line 3794) | ETHTOOL_A_RINGS_HEADER = 0x1 constant ETHTOOL_A_RINGS_RX_MAX (line 3795) | ETHTOOL_A_RINGS_RX_MAX = 0x2 constant ETHTOOL_A_RINGS_RX_MINI_MAX (line 3796) | ETHTOOL_A_RINGS_RX_MINI_MAX = 0x3 constant ETHTOOL_A_RINGS_RX_JUMBO_MAX (line 3797) | ETHTOOL_A_RINGS_RX_JUMBO_MAX = 0x4 constant ETHTOOL_A_RINGS_TX_MAX (line 3798) | ETHTOOL_A_RINGS_TX_MAX = 0x5 constant ETHTOOL_A_RINGS_RX (line 3799) | ETHTOOL_A_RINGS_RX = 0x6 constant ETHTOOL_A_RINGS_RX_MINI (line 3800) | ETHTOOL_A_RINGS_RX_MINI = 0x7 constant ETHTOOL_A_RINGS_RX_JUMBO (line 3801) | ETHTOOL_A_RINGS_RX_JUMBO = 0x8 constant ETHTOOL_A_RINGS_TX (line 3802) | ETHTOOL_A_RINGS_TX = 0x9 constant ETHTOOL_A_RINGS_RX_BUF_LEN (line 3803) | ETHTOOL_A_RINGS_RX_BUF_LEN = 0xa constant ETHTOOL_A_RINGS_TCP_DATA_SPLIT (line 3804) | ETHTOOL_A_RINGS_TCP_DATA_SPLIT = 0xb constant ETHTOOL_A_RINGS_CQE_SIZE (line 3805) | ETHTOOL_A_RINGS_CQE_SIZE = 0xc constant ETHTOOL_A_RINGS_TX_PUSH (line 3806) | ETHTOOL_A_RINGS_TX_PUSH = 0xd constant ETHTOOL_A_RINGS_MAX (line 3807) | ETHTOOL_A_RINGS_MAX = 0x10 constant ETHTOOL_A_CHANNELS_UNSPEC (line 3808) | ETHTOOL_A_CHANNELS_UNSPEC = 0x0 constant ETHTOOL_A_CHANNELS_HEADER (line 3809) | ETHTOOL_A_CHANNELS_HEADER = 0x1 constant ETHTOOL_A_CHANNELS_RX_MAX (line 3810) | ETHTOOL_A_CHANNELS_RX_MAX = 0x2 constant ETHTOOL_A_CHANNELS_TX_MAX (line 3811) | ETHTOOL_A_CHANNELS_TX_MAX = 0x3 constant ETHTOOL_A_CHANNELS_OTHER_MAX (line 3812) | ETHTOOL_A_CHANNELS_OTHER_MAX = 0x4 constant ETHTOOL_A_CHANNELS_COMBINED_MAX (line 3813) | ETHTOOL_A_CHANNELS_COMBINED_MAX = 0x5 constant ETHTOOL_A_CHANNELS_RX_COUNT (line 3814) | ETHTOOL_A_CHANNELS_RX_COUNT = 0x6 constant ETHTOOL_A_CHANNELS_TX_COUNT (line 3815) | ETHTOOL_A_CHANNELS_TX_COUNT = 0x7 constant ETHTOOL_A_CHANNELS_OTHER_COUNT (line 3816) | ETHTOOL_A_CHANNELS_OTHER_COUNT = 0x8 constant ETHTOOL_A_CHANNELS_COMBINED_COUNT (line 3817) | ETHTOOL_A_CHANNELS_COMBINED_COUNT = 0x9 constant ETHTOOL_A_CHANNELS_MAX (line 3818) | ETHTOOL_A_CHANNELS_MAX = 0x9 constant ETHTOOL_A_COALESCE_UNSPEC (line 3819) | ETHTOOL_A_COALESCE_UNSPEC = 0x0 constant ETHTOOL_A_COALESCE_HEADER (line 3820) | ETHTOOL_A_COALESCE_HEADER = 0x1 constant ETHTOOL_A_COALESCE_RX_USECS (line 3821) | ETHTOOL_A_COALESCE_RX_USECS = 0x2 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES (line 3822) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES = 0x3 constant ETHTOOL_A_COALESCE_RX_USECS_IRQ (line 3823) | ETHTOOL_A_COALESCE_RX_USECS_IRQ = 0x4 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ (line 3824) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ = 0x5 constant ETHTOOL_A_COALESCE_TX_USECS (line 3825) | ETHTOOL_A_COALESCE_TX_USECS = 0x6 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES (line 3826) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES = 0x7 constant ETHTOOL_A_COALESCE_TX_USECS_IRQ (line 3827) | ETHTOOL_A_COALESCE_TX_USECS_IRQ = 0x8 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ (line 3828) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ = 0x9 constant ETHTOOL_A_COALESCE_STATS_BLOCK_USECS (line 3829) | ETHTOOL_A_COALESCE_STATS_BLOCK_USECS = 0xa constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX (line 3830) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX = 0xb constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX (line 3831) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX = 0xc constant ETHTOOL_A_COALESCE_PKT_RATE_LOW (line 3832) | ETHTOOL_A_COALESCE_PKT_RATE_LOW = 0xd constant ETHTOOL_A_COALESCE_RX_USECS_LOW (line 3833) | ETHTOOL_A_COALESCE_RX_USECS_LOW = 0xe constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW (line 3834) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW = 0xf constant ETHTOOL_A_COALESCE_TX_USECS_LOW (line 3835) | ETHTOOL_A_COALESCE_TX_USECS_LOW = 0x10 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW (line 3836) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW = 0x11 constant ETHTOOL_A_COALESCE_PKT_RATE_HIGH (line 3837) | ETHTOOL_A_COALESCE_PKT_RATE_HIGH = 0x12 constant ETHTOOL_A_COALESCE_RX_USECS_HIGH (line 3838) | ETHTOOL_A_COALESCE_RX_USECS_HIGH = 0x13 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH (line 3839) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH = 0x14 constant ETHTOOL_A_COALESCE_TX_USECS_HIGH (line 3840) | ETHTOOL_A_COALESCE_TX_USECS_HIGH = 0x15 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH (line 3841) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH = 0x16 constant ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL (line 3842) | ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL = 0x17 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_TX (line 3843) | ETHTOOL_A_COALESCE_USE_CQE_MODE_TX = 0x18 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_RX (line 3844) | ETHTOOL_A_COALESCE_USE_CQE_MODE_RX = 0x19 constant ETHTOOL_A_COALESCE_MAX (line 3845) | ETHTOOL_A_COALESCE_MAX = 0x1c constant ETHTOOL_A_PAUSE_UNSPEC (line 3846) | ETHTOOL_A_PAUSE_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_HEADER (line 3847) | ETHTOOL_A_PAUSE_HEADER = 0x1 constant ETHTOOL_A_PAUSE_AUTONEG (line 3848) | ETHTOOL_A_PAUSE_AUTONEG = 0x2 constant ETHTOOL_A_PAUSE_RX (line 3849) | ETHTOOL_A_PAUSE_RX = 0x3 constant ETHTOOL_A_PAUSE_TX (line 3850) | ETHTOOL_A_PAUSE_TX = 0x4 constant ETHTOOL_A_PAUSE_STATS (line 3851) | ETHTOOL_A_PAUSE_STATS = 0x5 constant ETHTOOL_A_PAUSE_MAX (line 3852) | ETHTOOL_A_PAUSE_MAX = 0x6 constant ETHTOOL_A_PAUSE_STAT_UNSPEC (line 3853) | ETHTOOL_A_PAUSE_STAT_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_STAT_PAD (line 3854) | ETHTOOL_A_PAUSE_STAT_PAD = 0x1 constant ETHTOOL_A_PAUSE_STAT_TX_FRAMES (line 3855) | ETHTOOL_A_PAUSE_STAT_TX_FRAMES = 0x2 constant ETHTOOL_A_PAUSE_STAT_RX_FRAMES (line 3856) | ETHTOOL_A_PAUSE_STAT_RX_FRAMES = 0x3 constant ETHTOOL_A_PAUSE_STAT_MAX (line 3857) | ETHTOOL_A_PAUSE_STAT_MAX = 0x3 constant ETHTOOL_A_EEE_UNSPEC (line 3858) | ETHTOOL_A_EEE_UNSPEC = 0x0 constant ETHTOOL_A_EEE_HEADER (line 3859) | ETHTOOL_A_EEE_HEADER = 0x1 constant ETHTOOL_A_EEE_MODES_OURS (line 3860) | ETHTOOL_A_EEE_MODES_OURS = 0x2 constant ETHTOOL_A_EEE_MODES_PEER (line 3861) | ETHTOOL_A_EEE_MODES_PEER = 0x3 constant ETHTOOL_A_EEE_ACTIVE (line 3862) | ETHTOOL_A_EEE_ACTIVE = 0x4 constant ETHTOOL_A_EEE_ENABLED (line 3863) | ETHTOOL_A_EEE_ENABLED = 0x5 constant ETHTOOL_A_EEE_TX_LPI_ENABLED (line 3864) | ETHTOOL_A_EEE_TX_LPI_ENABLED = 0x6 constant ETHTOOL_A_EEE_TX_LPI_TIMER (line 3865) | ETHTOOL_A_EEE_TX_LPI_TIMER = 0x7 constant ETHTOOL_A_EEE_MAX (line 3866) | ETHTOOL_A_EEE_MAX = 0x7 constant ETHTOOL_A_TSINFO_UNSPEC (line 3867) | ETHTOOL_A_TSINFO_UNSPEC = 0x0 constant ETHTOOL_A_TSINFO_HEADER (line 3868) | ETHTOOL_A_TSINFO_HEADER = 0x1 constant ETHTOOL_A_TSINFO_TIMESTAMPING (line 3869) | ETHTOOL_A_TSINFO_TIMESTAMPING = 0x2 constant ETHTOOL_A_TSINFO_TX_TYPES (line 3870) | ETHTOOL_A_TSINFO_TX_TYPES = 0x3 constant ETHTOOL_A_TSINFO_RX_FILTERS (line 3871) | ETHTOOL_A_TSINFO_RX_FILTERS = 0x4 constant ETHTOOL_A_TSINFO_PHC_INDEX (line 3872) | ETHTOOL_A_TSINFO_PHC_INDEX = 0x5 constant ETHTOOL_A_TSINFO_MAX (line 3873) | ETHTOOL_A_TSINFO_MAX = 0x5 constant ETHTOOL_A_CABLE_TEST_UNSPEC (line 3874) | ETHTOOL_A_CABLE_TEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_HEADER (line 3875) | ETHTOOL_A_CABLE_TEST_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_MAX (line 3876) | ETHTOOL_A_CABLE_TEST_MAX = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC (line 3877) | ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_CODE_OK (line 3878) | ETHTOOL_A_CABLE_RESULT_CODE_OK = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_OPEN (line 3879) | ETHTOOL_A_CABLE_RESULT_CODE_OPEN = 0x2 constant ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT (line 3880) | ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT = 0x3 constant ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT (line 3881) | ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT = 0x4 constant ETHTOOL_A_CABLE_PAIR_A (line 3882) | ETHTOOL_A_CABLE_PAIR_A = 0x0 constant ETHTOOL_A_CABLE_PAIR_B (line 3883) | ETHTOOL_A_CABLE_PAIR_B = 0x1 constant ETHTOOL_A_CABLE_PAIR_C (line 3884) | ETHTOOL_A_CABLE_PAIR_C = 0x2 constant ETHTOOL_A_CABLE_PAIR_D (line 3885) | ETHTOOL_A_CABLE_PAIR_D = 0x3 constant ETHTOOL_A_CABLE_RESULT_UNSPEC (line 3886) | ETHTOOL_A_CABLE_RESULT_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_PAIR (line 3887) | ETHTOOL_A_CABLE_RESULT_PAIR = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE (line 3888) | ETHTOOL_A_CABLE_RESULT_CODE = 0x2 constant ETHTOOL_A_CABLE_RESULT_MAX (line 3889) | ETHTOOL_A_CABLE_RESULT_MAX = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC (line 3890) | ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR (line 3891) | ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR = 0x1 constant ETHTOOL_A_CABLE_FAULT_LENGTH_CM (line 3892) | ETHTOOL_A_CABLE_FAULT_LENGTH_CM = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_MAX (line 3893) | ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC (line 3894) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED (line 3895) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED (line 3896) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED = 0x2 constant ETHTOOL_A_CABLE_NEST_UNSPEC (line 3897) | ETHTOOL_A_CABLE_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_NEST_RESULT (line 3898) | ETHTOOL_A_CABLE_NEST_RESULT = 0x1 constant ETHTOOL_A_CABLE_NEST_FAULT_LENGTH (line 3899) | ETHTOOL_A_CABLE_NEST_FAULT_LENGTH = 0x2 constant ETHTOOL_A_CABLE_NEST_MAX (line 3900) | ETHTOOL_A_CABLE_NEST_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_UNSPEC (line 3901) | ETHTOOL_A_CABLE_TEST_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_HEADER (line 3902) | ETHTOOL_A_CABLE_TEST_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS (line 3903) | ETHTOOL_A_CABLE_TEST_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_NEST (line 3904) | ETHTOOL_A_CABLE_TEST_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_NTF_MAX (line 3905) | ETHTOOL_A_CABLE_TEST_NTF_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC (line 3906) | ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST (line 3907) | ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST (line 3908) | ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP (line 3909) | ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR (line 3910) | ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX (line 3911) | ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_UNSPEC (line 3912) | ETHTOOL_A_CABLE_TEST_TDR_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_HEADER (line 3913) | ETHTOOL_A_CABLE_TEST_TDR_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG (line 3914) | ETHTOOL_A_CABLE_TEST_TDR_CFG = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_MAX (line 3915) | ETHTOOL_A_CABLE_TEST_TDR_MAX = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC (line 3916) | ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_AMPLITUDE_PAIR (line 3917) | ETHTOOL_A_CABLE_AMPLITUDE_PAIR = 0x1 constant ETHTOOL_A_CABLE_AMPLITUDE_mV (line 3918) | ETHTOOL_A_CABLE_AMPLITUDE_mV = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_MAX (line 3919) | ETHTOOL_A_CABLE_AMPLITUDE_MAX = 0x2 constant ETHTOOL_A_CABLE_PULSE_UNSPEC (line 3920) | ETHTOOL_A_CABLE_PULSE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_PULSE_mV (line 3921) | ETHTOOL_A_CABLE_PULSE_mV = 0x1 constant ETHTOOL_A_CABLE_PULSE_MAX (line 3922) | ETHTOOL_A_CABLE_PULSE_MAX = 0x1 constant ETHTOOL_A_CABLE_STEP_UNSPEC (line 3923) | ETHTOOL_A_CABLE_STEP_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE (line 3924) | ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE = 0x1 constant ETHTOOL_A_CABLE_STEP_LAST_DISTANCE (line 3925) | ETHTOOL_A_CABLE_STEP_LAST_DISTANCE = 0x2 constant ETHTOOL_A_CABLE_STEP_STEP_DISTANCE (line 3926) | ETHTOOL_A_CABLE_STEP_STEP_DISTANCE = 0x3 constant ETHTOOL_A_CABLE_STEP_MAX (line 3927) | ETHTOOL_A_CABLE_STEP_MAX = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_UNSPEC (line 3928) | ETHTOOL_A_CABLE_TDR_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TDR_NEST_STEP (line 3929) | ETHTOOL_A_CABLE_TDR_NEST_STEP = 0x1 constant ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE (line 3930) | ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE = 0x2 constant ETHTOOL_A_CABLE_TDR_NEST_PULSE (line 3931) | ETHTOOL_A_CABLE_TDR_NEST_PULSE = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_MAX (line 3932) | ETHTOOL_A_CABLE_TDR_NEST_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC (line 3933) | ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER (line 3934) | ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS (line 3935) | ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST (line 3936) | ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX (line 3937) | ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX = 0x3 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN (line 3938) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN = 0x0 constant ETHTOOL_UDP_TUNNEL_TYPE_GENEVE (line 3939) | ETHTOOL_UDP_TUNNEL_TYPE_GENEVE = 0x1 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE (line 3940) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC (line 3941) | ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT (line 3942) | ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT = 0x1 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE (line 3943) | ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX (line 3944) | ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC (line 3945) | ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE (line 3946) | ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES (line 3947) | ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY (line 3948) | ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY = 0x3 constant ETHTOOL_A_TUNNEL_UDP_TABLE_MAX (line 3949) | ETHTOOL_A_TUNNEL_UDP_TABLE_MAX = 0x3 constant ETHTOOL_A_TUNNEL_UDP_UNSPEC (line 3950) | ETHTOOL_A_TUNNEL_UDP_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE (line 3951) | ETHTOOL_A_TUNNEL_UDP_TABLE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_MAX (line 3952) | ETHTOOL_A_TUNNEL_UDP_MAX = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UNSPEC (line 3953) | ETHTOOL_A_TUNNEL_INFO_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_INFO_HEADER (line 3954) | ETHTOOL_A_TUNNEL_INFO_HEADER = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UDP_PORTS (line 3955) | ETHTOOL_A_TUNNEL_INFO_UDP_PORTS = 0x2 constant ETHTOOL_A_TUNNEL_INFO_MAX (line 3956) | ETHTOOL_A_TUNNEL_INFO_MAX = 0x2 constant SPEED_UNKNOWN (line 3959) | SPEED_UNKNOWN = -0x1 type EthtoolDrvinfo (line 3961) | type EthtoolDrvinfo struct type HIDRawReportDescriptor (line 3977) | type HIDRawReportDescriptor struct type HIDRawDevInfo (line 3981) | type HIDRawDevInfo struct constant CLOSE_RANGE_UNSHARE (line 3989) | CLOSE_RANGE_UNSHARE = 0x2 constant CLOSE_RANGE_CLOEXEC (line 3990) | CLOSE_RANGE_CLOEXEC = 0x4 constant NLMSGERR_ATTR_MSG (line 3994) | NLMSGERR_ATTR_MSG = 0x1 constant NLMSGERR_ATTR_OFFS (line 3995) | NLMSGERR_ATTR_OFFS = 0x2 constant NLMSGERR_ATTR_COOKIE (line 3996) | NLMSGERR_ATTR_COOKIE = 0x3 type EraseInfo (line 4000) | type EraseInfo struct type EraseInfo64 (line 4004) | type EraseInfo64 struct type MtdOobBuf (line 4008) | type MtdOobBuf struct type MtdOobBuf64 (line 4013) | type MtdOobBuf64 struct type MtdWriteReq (line 4019) | type MtdWriteReq struct type MtdInfo (line 4028) | type MtdInfo struct type RegionInfo (line 4037) | type RegionInfo struct type OtpInfo (line 4043) | type OtpInfo struct type NandOobinfo (line 4048) | type NandOobinfo struct type NandOobfree (line 4054) | type NandOobfree struct type NandEcclayout (line 4058) | type NandEcclayout struct type MtdEccStats (line 4064) | type MtdEccStats struct constant MTD_OPS_PLACE_OOB (line 4073) | MTD_OPS_PLACE_OOB = 0x0 constant MTD_OPS_AUTO_OOB (line 4074) | MTD_OPS_AUTO_OOB = 0x1 constant MTD_OPS_RAW (line 4075) | MTD_OPS_RAW = 0x2 constant MTD_FILE_MODE_NORMAL (line 4079) | MTD_FILE_MODE_NORMAL = 0x0 constant MTD_FILE_MODE_OTP_FACTORY (line 4080) | MTD_FILE_MODE_OTP_FACTORY = 0x1 constant MTD_FILE_MODE_OTP_USER (line 4081) | MTD_FILE_MODE_OTP_USER = 0x2 constant MTD_FILE_MODE_RAW (line 4082) | MTD_FILE_MODE_RAW = 0x3 constant NFC_CMD_UNSPEC (line 4086) | NFC_CMD_UNSPEC = 0x0 constant NFC_CMD_GET_DEVICE (line 4087) | NFC_CMD_GET_DEVICE = 0x1 constant NFC_CMD_DEV_UP (line 4088) | NFC_CMD_DEV_UP = 0x2 constant NFC_CMD_DEV_DOWN (line 4089) | NFC_CMD_DEV_DOWN = 0x3 constant NFC_CMD_DEP_LINK_UP (line 4090) | NFC_CMD_DEP_LINK_UP = 0x4 constant NFC_CMD_DEP_LINK_DOWN (line 4091) | NFC_CMD_DEP_LINK_DOWN = 0x5 constant NFC_CMD_START_POLL (line 4092) | NFC_CMD_START_POLL = 0x6 constant NFC_CMD_STOP_POLL (line 4093) | NFC_CMD_STOP_POLL = 0x7 constant NFC_CMD_GET_TARGET (line 4094) | NFC_CMD_GET_TARGET = 0x8 constant NFC_EVENT_TARGETS_FOUND (line 4095) | NFC_EVENT_TARGETS_FOUND = 0x9 constant NFC_EVENT_DEVICE_ADDED (line 4096) | NFC_EVENT_DEVICE_ADDED = 0xa constant NFC_EVENT_DEVICE_REMOVED (line 4097) | NFC_EVENT_DEVICE_REMOVED = 0xb constant NFC_EVENT_TARGET_LOST (line 4098) | NFC_EVENT_TARGET_LOST = 0xc constant NFC_EVENT_TM_ACTIVATED (line 4099) | NFC_EVENT_TM_ACTIVATED = 0xd constant NFC_EVENT_TM_DEACTIVATED (line 4100) | NFC_EVENT_TM_DEACTIVATED = 0xe constant NFC_CMD_LLC_GET_PARAMS (line 4101) | NFC_CMD_LLC_GET_PARAMS = 0xf constant NFC_CMD_LLC_SET_PARAMS (line 4102) | NFC_CMD_LLC_SET_PARAMS = 0x10 constant NFC_CMD_ENABLE_SE (line 4103) | NFC_CMD_ENABLE_SE = 0x11 constant NFC_CMD_DISABLE_SE (line 4104) | NFC_CMD_DISABLE_SE = 0x12 constant NFC_CMD_LLC_SDREQ (line 4105) | NFC_CMD_LLC_SDREQ = 0x13 constant NFC_EVENT_LLC_SDRES (line 4106) | NFC_EVENT_LLC_SDRES = 0x14 constant NFC_CMD_FW_DOWNLOAD (line 4107) | NFC_CMD_FW_DOWNLOAD = 0x15 constant NFC_EVENT_SE_ADDED (line 4108) | NFC_EVENT_SE_ADDED = 0x16 constant NFC_EVENT_SE_REMOVED (line 4109) | NFC_EVENT_SE_REMOVED = 0x17 constant NFC_EVENT_SE_CONNECTIVITY (line 4110) | NFC_EVENT_SE_CONNECTIVITY = 0x18 constant NFC_EVENT_SE_TRANSACTION (line 4111) | NFC_EVENT_SE_TRANSACTION = 0x19 constant NFC_CMD_GET_SE (line 4112) | NFC_CMD_GET_SE = 0x1a constant NFC_CMD_SE_IO (line 4113) | NFC_CMD_SE_IO = 0x1b constant NFC_CMD_ACTIVATE_TARGET (line 4114) | NFC_CMD_ACTIVATE_TARGET = 0x1c constant NFC_CMD_VENDOR (line 4115) | NFC_CMD_VENDOR = 0x1d constant NFC_CMD_DEACTIVATE_TARGET (line 4116) | NFC_CMD_DEACTIVATE_TARGET = 0x1e constant NFC_ATTR_UNSPEC (line 4117) | NFC_ATTR_UNSPEC = 0x0 constant NFC_ATTR_DEVICE_INDEX (line 4118) | NFC_ATTR_DEVICE_INDEX = 0x1 constant NFC_ATTR_DEVICE_NAME (line 4119) | NFC_ATTR_DEVICE_NAME = 0x2 constant NFC_ATTR_PROTOCOLS (line 4120) | NFC_ATTR_PROTOCOLS = 0x3 constant NFC_ATTR_TARGET_INDEX (line 4121) | NFC_ATTR_TARGET_INDEX = 0x4 constant NFC_ATTR_TARGET_SENS_RES (line 4122) | NFC_ATTR_TARGET_SENS_RES = 0x5 constant NFC_ATTR_TARGET_SEL_RES (line 4123) | NFC_ATTR_TARGET_SEL_RES = 0x6 constant NFC_ATTR_TARGET_NFCID1 (line 4124) | NFC_ATTR_TARGET_NFCID1 = 0x7 constant NFC_ATTR_TARGET_SENSB_RES (line 4125) | NFC_ATTR_TARGET_SENSB_RES = 0x8 constant NFC_ATTR_TARGET_SENSF_RES (line 4126) | NFC_ATTR_TARGET_SENSF_RES = 0x9 constant NFC_ATTR_COMM_MODE (line 4127) | NFC_ATTR_COMM_MODE = 0xa constant NFC_ATTR_RF_MODE (line 4128) | NFC_ATTR_RF_MODE = 0xb constant NFC_ATTR_DEVICE_POWERED (line 4129) | NFC_ATTR_DEVICE_POWERED = 0xc constant NFC_ATTR_IM_PROTOCOLS (line 4130) | NFC_ATTR_IM_PROTOCOLS = 0xd constant NFC_ATTR_TM_PROTOCOLS (line 4131) | NFC_ATTR_TM_PROTOCOLS = 0xe constant NFC_ATTR_LLC_PARAM_LTO (line 4132) | NFC_ATTR_LLC_PARAM_LTO = 0xf constant NFC_ATTR_LLC_PARAM_RW (line 4133) | NFC_ATTR_LLC_PARAM_RW = 0x10 constant NFC_ATTR_LLC_PARAM_MIUX (line 4134) | NFC_ATTR_LLC_PARAM_MIUX = 0x11 constant NFC_ATTR_SE (line 4135) | NFC_ATTR_SE = 0x12 constant NFC_ATTR_LLC_SDP (line 4136) | NFC_ATTR_LLC_SDP = 0x13 constant NFC_ATTR_FIRMWARE_NAME (line 4137) | NFC_ATTR_FIRMWARE_NAME = 0x14 constant NFC_ATTR_SE_INDEX (line 4138) | NFC_ATTR_SE_INDEX = 0x15 constant NFC_ATTR_SE_TYPE (line 4139) | NFC_ATTR_SE_TYPE = 0x16 constant NFC_ATTR_SE_AID (line 4140) | NFC_ATTR_SE_AID = 0x17 constant NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS (line 4141) | NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS = 0x18 constant NFC_ATTR_SE_APDU (line 4142) | NFC_ATTR_SE_APDU = 0x19 constant NFC_ATTR_TARGET_ISO15693_DSFID (line 4143) | NFC_ATTR_TARGET_ISO15693_DSFID = 0x1a constant NFC_ATTR_TARGET_ISO15693_UID (line 4144) | NFC_ATTR_TARGET_ISO15693_UID = 0x1b constant NFC_ATTR_SE_PARAMS (line 4145) | NFC_ATTR_SE_PARAMS = 0x1c constant NFC_ATTR_VENDOR_ID (line 4146) | NFC_ATTR_VENDOR_ID = 0x1d constant NFC_ATTR_VENDOR_SUBCMD (line 4147) | NFC_ATTR_VENDOR_SUBCMD = 0x1e constant NFC_ATTR_VENDOR_DATA (line 4148) | NFC_ATTR_VENDOR_DATA = 0x1f constant NFC_SDP_ATTR_UNSPEC (line 4149) | NFC_SDP_ATTR_UNSPEC = 0x0 constant NFC_SDP_ATTR_URI (line 4150) | NFC_SDP_ATTR_URI = 0x1 constant NFC_SDP_ATTR_SAP (line 4151) | NFC_SDP_ATTR_SAP = 0x2 type LandlockRulesetAttr (line 4154) | type LandlockRulesetAttr struct type LandlockPathBeneathAttr (line 4158) | type LandlockPathBeneathAttr struct constant LANDLOCK_RULE_PATH_BENEATH (line 4164) | LANDLOCK_RULE_PATH_BENEATH = 0x1 constant IPC_CREAT (line 4168) | IPC_CREAT = 0x200 constant IPC_EXCL (line 4169) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 4170) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 4171) | IPC_PRIVATE = 0x0 constant ipc_64 (line 4173) | ipc_64 = 0x100 constant IPC_RMID (line 4177) | IPC_RMID = 0x0 constant IPC_SET (line 4178) | IPC_SET = 0x1 constant IPC_STAT (line 4179) | IPC_STAT = 0x2 constant SHM_RDONLY (line 4183) | SHM_RDONLY = 0x1000 constant SHM_RND (line 4184) | SHM_RND = 0x2000 type MountAttr (line 4187) | type MountAttr struct constant WG_CMD_GET_DEVICE (line 4195) | WG_CMD_GET_DEVICE = 0x0 constant WG_CMD_SET_DEVICE (line 4196) | WG_CMD_SET_DEVICE = 0x1 constant WGDEVICE_F_REPLACE_PEERS (line 4197) | WGDEVICE_F_REPLACE_PEERS = 0x1 constant WGDEVICE_A_UNSPEC (line 4198) | WGDEVICE_A_UNSPEC = 0x0 constant WGDEVICE_A_IFINDEX (line 4199) | WGDEVICE_A_IFINDEX = 0x1 constant WGDEVICE_A_IFNAME (line 4200) | WGDEVICE_A_IFNAME = 0x2 constant WGDEVICE_A_PRIVATE_KEY (line 4201) | WGDEVICE_A_PRIVATE_KEY = 0x3 constant WGDEVICE_A_PUBLIC_KEY (line 4202) | WGDEVICE_A_PUBLIC_KEY = 0x4 constant WGDEVICE_A_FLAGS (line 4203) | WGDEVICE_A_FLAGS = 0x5 constant WGDEVICE_A_LISTEN_PORT (line 4204) | WGDEVICE_A_LISTEN_PORT = 0x6 constant WGDEVICE_A_FWMARK (line 4205) | WGDEVICE_A_FWMARK = 0x7 constant WGDEVICE_A_PEERS (line 4206) | WGDEVICE_A_PEERS = 0x8 constant WGPEER_F_REMOVE_ME (line 4207) | WGPEER_F_REMOVE_ME = 0x1 constant WGPEER_F_REPLACE_ALLOWEDIPS (line 4208) | WGPEER_F_REPLACE_ALLOWEDIPS = 0x2 constant WGPEER_F_UPDATE_ONLY (line 4209) | WGPEER_F_UPDATE_ONLY = 0x4 constant WGPEER_A_UNSPEC (line 4210) | WGPEER_A_UNSPEC = 0x0 constant WGPEER_A_PUBLIC_KEY (line 4211) | WGPEER_A_PUBLIC_KEY = 0x1 constant WGPEER_A_PRESHARED_KEY (line 4212) | WGPEER_A_PRESHARED_KEY = 0x2 constant WGPEER_A_FLAGS (line 4213) | WGPEER_A_FLAGS = 0x3 constant WGPEER_A_ENDPOINT (line 4214) | WGPEER_A_ENDPOINT = 0x4 constant WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL (line 4215) | WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL = 0x5 constant WGPEER_A_LAST_HANDSHAKE_TIME (line 4216) | WGPEER_A_LAST_HANDSHAKE_TIME = 0x6 constant WGPEER_A_RX_BYTES (line 4217) | WGPEER_A_RX_BYTES = 0x7 constant WGPEER_A_TX_BYTES (line 4218) | WGPEER_A_TX_BYTES = 0x8 constant WGPEER_A_ALLOWEDIPS (line 4219) | WGPEER_A_ALLOWEDIPS = 0x9 constant WGPEER_A_PROTOCOL_VERSION (line 4220) | WGPEER_A_PROTOCOL_VERSION = 0xa constant WGALLOWEDIP_A_UNSPEC (line 4221) | WGALLOWEDIP_A_UNSPEC = 0x0 constant WGALLOWEDIP_A_FAMILY (line 4222) | WGALLOWEDIP_A_FAMILY = 0x1 constant WGALLOWEDIP_A_IPADDR (line 4223) | WGALLOWEDIP_A_IPADDR = 0x2 constant WGALLOWEDIP_A_CIDR_MASK (line 4224) | WGALLOWEDIP_A_CIDR_MASK = 0x3 constant NL_ATTR_TYPE_INVALID (line 4228) | NL_ATTR_TYPE_INVALID = 0x0 constant NL_ATTR_TYPE_FLAG (line 4229) | NL_ATTR_TYPE_FLAG = 0x1 constant NL_ATTR_TYPE_U8 (line 4230) | NL_ATTR_TYPE_U8 = 0x2 constant NL_ATTR_TYPE_U16 (line 4231) | NL_ATTR_TYPE_U16 = 0x3 constant NL_ATTR_TYPE_U32 (line 4232) | NL_ATTR_TYPE_U32 = 0x4 constant NL_ATTR_TYPE_U64 (line 4233) | NL_ATTR_TYPE_U64 = 0x5 constant NL_ATTR_TYPE_S8 (line 4234) | NL_ATTR_TYPE_S8 = 0x6 constant NL_ATTR_TYPE_S16 (line 4235) | NL_ATTR_TYPE_S16 = 0x7 constant NL_ATTR_TYPE_S32 (line 4236) | NL_ATTR_TYPE_S32 = 0x8 constant NL_ATTR_TYPE_S64 (line 4237) | NL_ATTR_TYPE_S64 = 0x9 constant NL_ATTR_TYPE_BINARY (line 4238) | NL_ATTR_TYPE_BINARY = 0xa constant NL_ATTR_TYPE_STRING (line 4239) | NL_ATTR_TYPE_STRING = 0xb constant NL_ATTR_TYPE_NUL_STRING (line 4240) | NL_ATTR_TYPE_NUL_STRING = 0xc constant NL_ATTR_TYPE_NESTED (line 4241) | NL_ATTR_TYPE_NESTED = 0xd constant NL_ATTR_TYPE_NESTED_ARRAY (line 4242) | NL_ATTR_TYPE_NESTED_ARRAY = 0xe constant NL_ATTR_TYPE_BITFIELD32 (line 4243) | NL_ATTR_TYPE_BITFIELD32 = 0xf constant NL_POLICY_TYPE_ATTR_UNSPEC (line 4245) | NL_POLICY_TYPE_ATTR_UNSPEC = 0x0 constant NL_POLICY_TYPE_ATTR_TYPE (line 4246) | NL_POLICY_TYPE_ATTR_TYPE = 0x1 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_S (line 4247) | NL_POLICY_TYPE_ATTR_MIN_VALUE_S = 0x2 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_S (line 4248) | NL_POLICY_TYPE_ATTR_MAX_VALUE_S = 0x3 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_U (line 4249) | NL_POLICY_TYPE_ATTR_MIN_VALUE_U = 0x4 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_U (line 4250) | NL_POLICY_TYPE_ATTR_MAX_VALUE_U = 0x5 constant NL_POLICY_TYPE_ATTR_MIN_LENGTH (line 4251) | NL_POLICY_TYPE_ATTR_MIN_LENGTH = 0x6 constant NL_POLICY_TYPE_ATTR_MAX_LENGTH (line 4252) | NL_POLICY_TYPE_ATTR_MAX_LENGTH = 0x7 constant NL_POLICY_TYPE_ATTR_POLICY_IDX (line 4253) | NL_POLICY_TYPE_ATTR_POLICY_IDX = 0x8 constant NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE (line 4254) | NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE = 0x9 constant NL_POLICY_TYPE_ATTR_BITFIELD32_MASK (line 4255) | NL_POLICY_TYPE_ATTR_BITFIELD32_MASK = 0xa constant NL_POLICY_TYPE_ATTR_PAD (line 4256) | NL_POLICY_TYPE_ATTR_PAD = 0xb constant NL_POLICY_TYPE_ATTR_MASK (line 4257) | NL_POLICY_TYPE_ATTR_MASK = 0xc constant NL_POLICY_TYPE_ATTR_MAX (line 4258) | NL_POLICY_TYPE_ATTR_MAX = 0xc type CANBitTiming (line 4261) | type CANBitTiming struct type CANBitTimingConst (line 4272) | type CANBitTimingConst struct type CANClock (line 4284) | type CANClock struct type CANBusErrorCounters (line 4288) | type CANBusErrorCounters struct type CANCtrlMode (line 4293) | type CANCtrlMode struct type CANDeviceStats (line 4298) | type CANDeviceStats struct constant CAN_STATE_ERROR_ACTIVE (line 4308) | CAN_STATE_ERROR_ACTIVE = 0x0 constant CAN_STATE_ERROR_WARNING (line 4309) | CAN_STATE_ERROR_WARNING = 0x1 constant CAN_STATE_ERROR_PASSIVE (line 4310) | CAN_STATE_ERROR_PASSIVE = 0x2 constant CAN_STATE_BUS_OFF (line 4311) | CAN_STATE_BUS_OFF = 0x3 constant CAN_STATE_STOPPED (line 4312) | CAN_STATE_STOPPED = 0x4 constant CAN_STATE_SLEEPING (line 4313) | CAN_STATE_SLEEPING = 0x5 constant CAN_STATE_MAX (line 4314) | CAN_STATE_MAX = 0x6 constant IFLA_CAN_UNSPEC (line 4318) | IFLA_CAN_UNSPEC = 0x0 constant IFLA_CAN_BITTIMING (line 4319) | IFLA_CAN_BITTIMING = 0x1 constant IFLA_CAN_BITTIMING_CONST (line 4320) | IFLA_CAN_BITTIMING_CONST = 0x2 constant IFLA_CAN_CLOCK (line 4321) | IFLA_CAN_CLOCK = 0x3 constant IFLA_CAN_STATE (line 4322) | IFLA_CAN_STATE = 0x4 constant IFLA_CAN_CTRLMODE (line 4323) | IFLA_CAN_CTRLMODE = 0x5 constant IFLA_CAN_RESTART_MS (line 4324) | IFLA_CAN_RESTART_MS = 0x6 constant IFLA_CAN_RESTART (line 4325) | IFLA_CAN_RESTART = 0x7 constant IFLA_CAN_BERR_COUNTER (line 4326) | IFLA_CAN_BERR_COUNTER = 0x8 constant IFLA_CAN_DATA_BITTIMING (line 4327) | IFLA_CAN_DATA_BITTIMING = 0x9 constant IFLA_CAN_DATA_BITTIMING_CONST (line 4328) | IFLA_CAN_DATA_BITTIMING_CONST = 0xa constant IFLA_CAN_TERMINATION (line 4329) | IFLA_CAN_TERMINATION = 0xb constant IFLA_CAN_TERMINATION_CONST (line 4330) | IFLA_CAN_TERMINATION_CONST = 0xc constant IFLA_CAN_BITRATE_CONST (line 4331) | IFLA_CAN_BITRATE_CONST = 0xd constant IFLA_CAN_DATA_BITRATE_CONST (line 4332) | IFLA_CAN_DATA_BITRATE_CONST = 0xe constant IFLA_CAN_BITRATE_MAX (line 4333) | IFLA_CAN_BITRATE_MAX = 0xf type KCMAttach (line 4336) | type KCMAttach struct type KCMUnattach (line 4341) | type KCMUnattach struct type KCMClone (line 4345) | type KCMClone struct constant NL80211_AC_BE (line 4350) | NL80211_AC_BE = 0x2 constant NL80211_AC_BK (line 4351) | NL80211_AC_BK = 0x3 constant NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED (line 4352) | NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED = 0x0 constant NL80211_ACL_POLICY_DENY_UNLESS_LISTED (line 4353) | NL80211_ACL_POLICY_DENY_UNLESS_LISTED = 0x1 constant NL80211_AC_VI (line 4354) | NL80211_AC_VI = 0x1 constant NL80211_AC_VO (line 4355) | NL80211_AC_VO = 0x0 constant NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT (line 4356) | NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT = 0x1 constant NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT (line 4357) | NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT = 0x2 constant NL80211_AP_SME_SA_QUERY_OFFLOAD (line 4358) | NL80211_AP_SME_SA_QUERY_OFFLOAD = 0x1 constant NL80211_ATTR_4ADDR (line 4359) | NL80211_ATTR_4ADDR = 0x53 constant NL80211_ATTR_ACK (line 4360) | NL80211_ATTR_ACK = 0x5c constant NL80211_ATTR_ACK_SIGNAL (line 4361) | NL80211_ATTR_ACK_SIGNAL = 0x107 constant NL80211_ATTR_ACL_POLICY (line 4362) | NL80211_ATTR_ACL_POLICY = 0xa5 constant NL80211_ATTR_ADMITTED_TIME (line 4363) | NL80211_ATTR_ADMITTED_TIME = 0xd4 constant NL80211_ATTR_AIRTIME_WEIGHT (line 4364) | NL80211_ATTR_AIRTIME_WEIGHT = 0x112 constant NL80211_ATTR_AKM_SUITES (line 4365) | NL80211_ATTR_AKM_SUITES = 0x4c constant NL80211_ATTR_AP_ISOLATE (line 4366) | NL80211_ATTR_AP_ISOLATE = 0x60 constant NL80211_ATTR_AP_SETTINGS_FLAGS (line 4367) | NL80211_ATTR_AP_SETTINGS_FLAGS = 0x135 constant NL80211_ATTR_AUTH_DATA (line 4368) | NL80211_ATTR_AUTH_DATA = 0x9c constant NL80211_ATTR_AUTH_TYPE (line 4369) | NL80211_ATTR_AUTH_TYPE = 0x35 constant NL80211_ATTR_BANDS (line 4370) | NL80211_ATTR_BANDS = 0xef constant NL80211_ATTR_BEACON_HEAD (line 4371) | NL80211_ATTR_BEACON_HEAD = 0xe constant NL80211_ATTR_BEACON_INTERVAL (line 4372) | NL80211_ATTR_BEACON_INTERVAL = 0xc constant NL80211_ATTR_BEACON_TAIL (line 4373) | NL80211_ATTR_BEACON_TAIL = 0xf constant NL80211_ATTR_BG_SCAN_PERIOD (line 4374) | NL80211_ATTR_BG_SCAN_PERIOD = 0x98 constant NL80211_ATTR_BSS_BASIC_RATES (line 4375) | NL80211_ATTR_BSS_BASIC_RATES = 0x24 constant NL80211_ATTR_BSS (line 4376) | NL80211_ATTR_BSS = 0x2f constant NL80211_ATTR_BSS_CTS_PROT (line 4377) | NL80211_ATTR_BSS_CTS_PROT = 0x1c constant NL80211_ATTR_BSS_HT_OPMODE (line 4378) | NL80211_ATTR_BSS_HT_OPMODE = 0x6d constant NL80211_ATTR_BSSID (line 4379) | NL80211_ATTR_BSSID = 0xf5 constant NL80211_ATTR_BSS_SELECT (line 4380) | NL80211_ATTR_BSS_SELECT = 0xe3 constant NL80211_ATTR_BSS_SHORT_PREAMBLE (line 4381) | NL80211_ATTR_BSS_SHORT_PREAMBLE = 0x1d constant NL80211_ATTR_BSS_SHORT_SLOT_TIME (line 4382) | NL80211_ATTR_BSS_SHORT_SLOT_TIME = 0x1e constant NL80211_ATTR_CENTER_FREQ1 (line 4383) | NL80211_ATTR_CENTER_FREQ1 = 0xa0 constant NL80211_ATTR_CENTER_FREQ1_OFFSET (line 4384) | NL80211_ATTR_CENTER_FREQ1_OFFSET = 0x123 constant NL80211_ATTR_CENTER_FREQ2 (line 4385) | NL80211_ATTR_CENTER_FREQ2 = 0xa1 constant NL80211_ATTR_CHANNEL_WIDTH (line 4386) | NL80211_ATTR_CHANNEL_WIDTH = 0x9f constant NL80211_ATTR_CH_SWITCH_BLOCK_TX (line 4387) | NL80211_ATTR_CH_SWITCH_BLOCK_TX = 0xb8 constant NL80211_ATTR_CH_SWITCH_COUNT (line 4388) | NL80211_ATTR_CH_SWITCH_COUNT = 0xb7 constant NL80211_ATTR_CIPHER_SUITE_GROUP (line 4389) | NL80211_ATTR_CIPHER_SUITE_GROUP = 0x4a constant NL80211_ATTR_CIPHER_SUITES (line 4390) | NL80211_ATTR_CIPHER_SUITES = 0x39 constant NL80211_ATTR_CIPHER_SUITES_PAIRWISE (line 4391) | NL80211_ATTR_CIPHER_SUITES_PAIRWISE = 0x49 constant NL80211_ATTR_CNTDWN_OFFS_BEACON (line 4392) | NL80211_ATTR_CNTDWN_OFFS_BEACON = 0xba constant NL80211_ATTR_CNTDWN_OFFS_PRESP (line 4393) | NL80211_ATTR_CNTDWN_OFFS_PRESP = 0xbb constant NL80211_ATTR_COALESCE_RULE (line 4394) | NL80211_ATTR_COALESCE_RULE = 0xb6 constant NL80211_ATTR_COALESCE_RULE_CONDITION (line 4395) | NL80211_ATTR_COALESCE_RULE_CONDITION = 0x2 constant NL80211_ATTR_COALESCE_RULE_DELAY (line 4396) | NL80211_ATTR_COALESCE_RULE_DELAY = 0x1 constant NL80211_ATTR_COALESCE_RULE_MAX (line 4397) | NL80211_ATTR_COALESCE_RULE_MAX = 0x3 constant NL80211_ATTR_COALESCE_RULE_PKT_PATTERN (line 4398) | NL80211_ATTR_COALESCE_RULE_PKT_PATTERN = 0x3 constant NL80211_ATTR_COLOR_CHANGE_COLOR (line 4399) | NL80211_ATTR_COLOR_CHANGE_COLOR = 0x130 constant NL80211_ATTR_COLOR_CHANGE_COUNT (line 4400) | NL80211_ATTR_COLOR_CHANGE_COUNT = 0x12f constant NL80211_ATTR_COLOR_CHANGE_ELEMS (line 4401) | NL80211_ATTR_COLOR_CHANGE_ELEMS = 0x131 constant NL80211_ATTR_CONN_FAILED_REASON (line 4402) | NL80211_ATTR_CONN_FAILED_REASON = 0x9b constant NL80211_ATTR_CONTROL_PORT (line 4403) | NL80211_ATTR_CONTROL_PORT = 0x44 constant NL80211_ATTR_CONTROL_PORT_ETHERTYPE (line 4404) | NL80211_ATTR_CONTROL_PORT_ETHERTYPE = 0x66 constant NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT (line 4405) | NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT = 0x67 constant NL80211_ATTR_CONTROL_PORT_NO_PREAUTH (line 4406) | NL80211_ATTR_CONTROL_PORT_NO_PREAUTH = 0x11e constant NL80211_ATTR_CONTROL_PORT_OVER_NL80211 (line 4407) | NL80211_ATTR_CONTROL_PORT_OVER_NL80211 = 0x108 constant NL80211_ATTR_COOKIE (line 4408) | NL80211_ATTR_COOKIE = 0x58 constant NL80211_ATTR_CQM_BEACON_LOSS_EVENT (line 4409) | NL80211_ATTR_CQM_BEACON_LOSS_EVENT = 0x8 constant NL80211_ATTR_CQM (line 4410) | NL80211_ATTR_CQM = 0x5e constant NL80211_ATTR_CQM_MAX (line 4411) | NL80211_ATTR_CQM_MAX = 0x9 constant NL80211_ATTR_CQM_PKT_LOSS_EVENT (line 4412) | NL80211_ATTR_CQM_PKT_LOSS_EVENT = 0x4 constant NL80211_ATTR_CQM_RSSI_HYST (line 4413) | NL80211_ATTR_CQM_RSSI_HYST = 0x2 constant NL80211_ATTR_CQM_RSSI_LEVEL (line 4414) | NL80211_ATTR_CQM_RSSI_LEVEL = 0x9 constant NL80211_ATTR_CQM_RSSI_THOLD (line 4415) | NL80211_ATTR_CQM_RSSI_THOLD = 0x1 constant NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT (line 4416) | NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT = 0x3 constant NL80211_ATTR_CQM_TXE_INTVL (line 4417) | NL80211_ATTR_CQM_TXE_INTVL = 0x7 constant NL80211_ATTR_CQM_TXE_PKTS (line 4418) | NL80211_ATTR_CQM_TXE_PKTS = 0x6 constant NL80211_ATTR_CQM_TXE_RATE (line 4419) | NL80211_ATTR_CQM_TXE_RATE = 0x5 constant NL80211_ATTR_CRIT_PROT_ID (line 4420) | NL80211_ATTR_CRIT_PROT_ID = 0xb3 constant NL80211_ATTR_CSA_C_OFF_BEACON (line 4421) | NL80211_ATTR_CSA_C_OFF_BEACON = 0xba constant NL80211_ATTR_CSA_C_OFF_PRESP (line 4422) | NL80211_ATTR_CSA_C_OFF_PRESP = 0xbb constant NL80211_ATTR_CSA_C_OFFSETS_TX (line 4423) | NL80211_ATTR_CSA_C_OFFSETS_TX = 0xcd constant NL80211_ATTR_CSA_IES (line 4424) | NL80211_ATTR_CSA_IES = 0xb9 constant NL80211_ATTR_DEVICE_AP_SME (line 4425) | NL80211_ATTR_DEVICE_AP_SME = 0x8d constant NL80211_ATTR_DFS_CAC_TIME (line 4426) | NL80211_ATTR_DFS_CAC_TIME = 0x7 constant NL80211_ATTR_DFS_REGION (line 4427) | NL80211_ATTR_DFS_REGION = 0x92 constant NL80211_ATTR_DISABLE_EHT (line 4428) | NL80211_ATTR_DISABLE_EHT = 0x137 constant NL80211_ATTR_DISABLE_HE (line 4429) | NL80211_ATTR_DISABLE_HE = 0x12d constant NL80211_ATTR_DISABLE_HT (line 4430) | NL80211_ATTR_DISABLE_HT = 0x93 constant NL80211_ATTR_DISABLE_VHT (line 4431) | NL80211_ATTR_DISABLE_VHT = 0xaf constant NL80211_ATTR_DISCONNECTED_BY_AP (line 4432) | NL80211_ATTR_DISCONNECTED_BY_AP = 0x47 constant NL80211_ATTR_DONT_WAIT_FOR_ACK (line 4433) | NL80211_ATTR_DONT_WAIT_FOR_ACK = 0x8e constant NL80211_ATTR_DTIM_PERIOD (line 4434) | NL80211_ATTR_DTIM_PERIOD = 0xd constant NL80211_ATTR_DURATION (line 4435) | NL80211_ATTR_DURATION = 0x57 constant NL80211_ATTR_EHT_CAPABILITY (line 4436) | NL80211_ATTR_EHT_CAPABILITY = 0x136 constant NL80211_ATTR_EML_CAPABILITY (line 4437) | NL80211_ATTR_EML_CAPABILITY = 0x13d constant NL80211_ATTR_EXT_CAPA (line 4438) | NL80211_ATTR_EXT_CAPA = 0xa9 constant NL80211_ATTR_EXT_CAPA_MASK (line 4439) | NL80211_ATTR_EXT_CAPA_MASK = 0xaa constant NL80211_ATTR_EXTERNAL_AUTH_ACTION (line 4440) | NL80211_ATTR_EXTERNAL_AUTH_ACTION = 0x104 constant NL80211_ATTR_EXTERNAL_AUTH_SUPPORT (line 4441) | NL80211_ATTR_EXTERNAL_AUTH_SUPPORT = 0x105 constant NL80211_ATTR_EXT_FEATURES (line 4442) | NL80211_ATTR_EXT_FEATURES = 0xd9 constant NL80211_ATTR_FEATURE_FLAGS (line 4443) | NL80211_ATTR_FEATURE_FLAGS = 0x8f constant NL80211_ATTR_FILS_CACHE_ID (line 4444) | NL80211_ATTR_FILS_CACHE_ID = 0xfd constant NL80211_ATTR_FILS_DISCOVERY (line 4445) | NL80211_ATTR_FILS_DISCOVERY = 0x126 constant NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM (line 4446) | NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM = 0xfb constant NL80211_ATTR_FILS_ERP_REALM (line 4447) | NL80211_ATTR_FILS_ERP_REALM = 0xfa constant NL80211_ATTR_FILS_ERP_RRK (line 4448) | NL80211_ATTR_FILS_ERP_RRK = 0xfc constant NL80211_ATTR_FILS_ERP_USERNAME (line 4449) | NL80211_ATTR_FILS_ERP_USERNAME = 0xf9 constant NL80211_ATTR_FILS_KEK (line 4450) | NL80211_ATTR_FILS_KEK = 0xf2 constant NL80211_ATTR_FILS_NONCES (line 4451) | NL80211_ATTR_FILS_NONCES = 0xf3 constant NL80211_ATTR_FRAME (line 4452) | NL80211_ATTR_FRAME = 0x33 constant NL80211_ATTR_FRAME_MATCH (line 4453) | NL80211_ATTR_FRAME_MATCH = 0x5b constant NL80211_ATTR_FRAME_TYPE (line 4454) | NL80211_ATTR_FRAME_TYPE = 0x65 constant NL80211_ATTR_FREQ_AFTER (line 4455) | NL80211_ATTR_FREQ_AFTER = 0x3b constant NL80211_ATTR_FREQ_BEFORE (line 4456) | NL80211_ATTR_FREQ_BEFORE = 0x3a constant NL80211_ATTR_FREQ_FIXED (line 4457) | NL80211_ATTR_FREQ_FIXED = 0x3c constant NL80211_ATTR_FREQ_RANGE_END (line 4458) | NL80211_ATTR_FREQ_RANGE_END = 0x3 constant NL80211_ATTR_FREQ_RANGE_MAX_BW (line 4459) | NL80211_ATTR_FREQ_RANGE_MAX_BW = 0x4 constant NL80211_ATTR_FREQ_RANGE_START (line 4460) | NL80211_ATTR_FREQ_RANGE_START = 0x2 constant NL80211_ATTR_FTM_RESPONDER (line 4461) | NL80211_ATTR_FTM_RESPONDER = 0x10e constant NL80211_ATTR_FTM_RESPONDER_STATS (line 4462) | NL80211_ATTR_FTM_RESPONDER_STATS = 0x10f constant NL80211_ATTR_GENERATION (line 4463) | NL80211_ATTR_GENERATION = 0x2e constant NL80211_ATTR_HANDLE_DFS (line 4464) | NL80211_ATTR_HANDLE_DFS = 0xbf constant NL80211_ATTR_HE_6GHZ_CAPABILITY (line 4465) | NL80211_ATTR_HE_6GHZ_CAPABILITY = 0x125 constant NL80211_ATTR_HE_BSS_COLOR (line 4466) | NL80211_ATTR_HE_BSS_COLOR = 0x11b constant NL80211_ATTR_HE_CAPABILITY (line 4467) | NL80211_ATTR_HE_CAPABILITY = 0x10d constant NL80211_ATTR_HE_OBSS_PD (line 4468) | NL80211_ATTR_HE_OBSS_PD = 0x117 constant NL80211_ATTR_HIDDEN_SSID (line 4469) | NL80211_ATTR_HIDDEN_SSID = 0x7e constant NL80211_ATTR_HT_CAPABILITY (line 4470) | NL80211_ATTR_HT_CAPABILITY = 0x1f constant NL80211_ATTR_HT_CAPABILITY_MASK (line 4471) | NL80211_ATTR_HT_CAPABILITY_MASK = 0x94 constant NL80211_ATTR_IE_ASSOC_RESP (line 4472) | NL80211_ATTR_IE_ASSOC_RESP = 0x80 constant NL80211_ATTR_IE (line 4473) | NL80211_ATTR_IE = 0x2a constant NL80211_ATTR_IE_PROBE_RESP (line 4474) | NL80211_ATTR_IE_PROBE_RESP = 0x7f constant NL80211_ATTR_IE_RIC (line 4475) | NL80211_ATTR_IE_RIC = 0xb2 constant NL80211_ATTR_IFACE_SOCKET_OWNER (line 4476) | NL80211_ATTR_IFACE_SOCKET_OWNER = 0xcc constant NL80211_ATTR_IFINDEX (line 4477) | NL80211_ATTR_IFINDEX = 0x3 constant NL80211_ATTR_IFNAME (line 4478) | NL80211_ATTR_IFNAME = 0x4 constant NL80211_ATTR_IFTYPE_AKM_SUITES (line 4479) | NL80211_ATTR_IFTYPE_AKM_SUITES = 0x11c constant NL80211_ATTR_IFTYPE (line 4480) | NL80211_ATTR_IFTYPE = 0x5 constant NL80211_ATTR_IFTYPE_EXT_CAPA (line 4481) | NL80211_ATTR_IFTYPE_EXT_CAPA = 0xe6 constant NL80211_ATTR_INACTIVITY_TIMEOUT (line 4482) | NL80211_ATTR_INACTIVITY_TIMEOUT = 0x96 constant NL80211_ATTR_INTERFACE_COMBINATIONS (line 4483) | NL80211_ATTR_INTERFACE_COMBINATIONS = 0x78 constant NL80211_ATTR_KEY_CIPHER (line 4484) | NL80211_ATTR_KEY_CIPHER = 0x9 constant NL80211_ATTR_KEY (line 4485) | NL80211_ATTR_KEY = 0x50 constant NL80211_ATTR_KEY_DATA (line 4486) | NL80211_ATTR_KEY_DATA = 0x7 constant NL80211_ATTR_KEY_DEFAULT (line 4487) | NL80211_ATTR_KEY_DEFAULT = 0xb constant NL80211_ATTR_KEY_DEFAULT_MGMT (line 4488) | NL80211_ATTR_KEY_DEFAULT_MGMT = 0x28 constant NL80211_ATTR_KEY_DEFAULT_TYPES (line 4489) | NL80211_ATTR_KEY_DEFAULT_TYPES = 0x6e constant NL80211_ATTR_KEY_IDX (line 4490) | NL80211_ATTR_KEY_IDX = 0x8 constant NL80211_ATTR_KEYS (line 4491) | NL80211_ATTR_KEYS = 0x51 constant NL80211_ATTR_KEY_SEQ (line 4492) | NL80211_ATTR_KEY_SEQ = 0xa constant NL80211_ATTR_KEY_TYPE (line 4493) | NL80211_ATTR_KEY_TYPE = 0x37 constant NL80211_ATTR_LOCAL_MESH_POWER_MODE (line 4494) | NL80211_ATTR_LOCAL_MESH_POWER_MODE = 0xa4 constant NL80211_ATTR_LOCAL_STATE_CHANGE (line 4495) | NL80211_ATTR_LOCAL_STATE_CHANGE = 0x5f constant NL80211_ATTR_MAC_ACL_MAX (line 4496) | NL80211_ATTR_MAC_ACL_MAX = 0xa7 constant NL80211_ATTR_MAC_ADDRS (line 4497) | NL80211_ATTR_MAC_ADDRS = 0xa6 constant NL80211_ATTR_MAC (line 4498) | NL80211_ATTR_MAC = 0x6 constant NL80211_ATTR_MAC_HINT (line 4499) | NL80211_ATTR_MAC_HINT = 0xc8 constant NL80211_ATTR_MAC_MASK (line 4500) | NL80211_ATTR_MAC_MASK = 0xd7 constant NL80211_ATTR_MAX_AP_ASSOC_STA (line 4501) | NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca constant NL80211_ATTR_MAX (line 4502) | NL80211_ATTR_MAX = 0x146 constant NL80211_ATTR_MAX_CRIT_PROT_DURATION (line 4503) | NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4 constant NL80211_ATTR_MAX_CSA_COUNTERS (line 4504) | NL80211_ATTR_MAX_CSA_COUNTERS = 0xce constant NL80211_ATTR_MAX_MATCH_SETS (line 4505) | NL80211_ATTR_MAX_MATCH_SETS = 0x85 constant NL80211_ATTR_MAX_NUM_AKM_SUITES (line 4506) | NL80211_ATTR_MAX_NUM_AKM_SUITES = 0x13c constant NL80211_ATTR_MAX_NUM_PMKIDS (line 4507) | NL80211_ATTR_MAX_NUM_PMKIDS = 0x56 constant NL80211_ATTR_MAX_NUM_SCAN_SSIDS (line 4508) | NL80211_ATTR_MAX_NUM_SCAN_SSIDS = 0x2b constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS (line 4509) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS = 0xde constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS (line 4510) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS = 0x7b constant NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION (line 4511) | NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION = 0x6f constant NL80211_ATTR_MAX_SCAN_IE_LEN (line 4512) | NL80211_ATTR_MAX_SCAN_IE_LEN = 0x38 constant NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL (line 4513) | NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL = 0xdf constant NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS (line 4514) | NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS = 0xe0 constant NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN (line 4515) | NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN = 0x7c constant NL80211_ATTR_MBSSID_CONFIG (line 4516) | NL80211_ATTR_MBSSID_CONFIG = 0x132 constant NL80211_ATTR_MBSSID_ELEMS (line 4517) | NL80211_ATTR_MBSSID_ELEMS = 0x133 constant NL80211_ATTR_MCAST_RATE (line 4518) | NL80211_ATTR_MCAST_RATE = 0x6b constant NL80211_ATTR_MDID (line 4519) | NL80211_ATTR_MDID = 0xb1 constant NL80211_ATTR_MEASUREMENT_DURATION (line 4520) | NL80211_ATTR_MEASUREMENT_DURATION = 0xeb constant NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY (line 4521) | NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY = 0xec constant NL80211_ATTR_MESH_CONFIG (line 4522) | NL80211_ATTR_MESH_CONFIG = 0x23 constant NL80211_ATTR_MESH_ID (line 4523) | NL80211_ATTR_MESH_ID = 0x18 constant NL80211_ATTR_MESH_PEER_AID (line 4524) | NL80211_ATTR_MESH_PEER_AID = 0xed constant NL80211_ATTR_MESH_SETUP (line 4525) | NL80211_ATTR_MESH_SETUP = 0x70 constant NL80211_ATTR_MGMT_SUBTYPE (line 4526) | NL80211_ATTR_MGMT_SUBTYPE = 0x29 constant NL80211_ATTR_MLD_ADDR (line 4527) | NL80211_ATTR_MLD_ADDR = 0x13a constant NL80211_ATTR_MLD_CAPA_AND_OPS (line 4528) | NL80211_ATTR_MLD_CAPA_AND_OPS = 0x13e constant NL80211_ATTR_MLO_LINK_ID (line 4529) | NL80211_ATTR_MLO_LINK_ID = 0x139 constant NL80211_ATTR_MLO_LINKS (line 4530) | NL80211_ATTR_MLO_LINKS = 0x138 constant NL80211_ATTR_MLO_SUPPORT (line 4531) | NL80211_ATTR_MLO_SUPPORT = 0x13b constant NL80211_ATTR_MNTR_FLAGS (line 4532) | NL80211_ATTR_MNTR_FLAGS = 0x17 constant NL80211_ATTR_MPATH_INFO (line 4533) | NL80211_ATTR_MPATH_INFO = 0x1b constant NL80211_ATTR_MPATH_NEXT_HOP (line 4534) | NL80211_ATTR_MPATH_NEXT_HOP = 0x1a constant NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED (line 4535) | NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED = 0xf4 constant NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR (line 4536) | NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR = 0xe8 constant NL80211_ATTR_MU_MIMO_GROUP_DATA (line 4537) | NL80211_ATTR_MU_MIMO_GROUP_DATA = 0xe7 constant NL80211_ATTR_NAN_FUNC (line 4538) | NL80211_ATTR_NAN_FUNC = 0xf0 constant NL80211_ATTR_NAN_MASTER_PREF (line 4539) | NL80211_ATTR_NAN_MASTER_PREF = 0xee constant NL80211_ATTR_NAN_MATCH (line 4540) | NL80211_ATTR_NAN_MATCH = 0xf1 constant NL80211_ATTR_NETNS_FD (line 4541) | NL80211_ATTR_NETNS_FD = 0xdb constant NL80211_ATTR_NOACK_MAP (line 4542) | NL80211_ATTR_NOACK_MAP = 0x95 constant NL80211_ATTR_NSS (line 4543) | NL80211_ATTR_NSS = 0x106 constant NL80211_ATTR_OBSS_COLOR_BITMAP (line 4544) | NL80211_ATTR_OBSS_COLOR_BITMAP = 0x12e constant NL80211_ATTR_OFFCHANNEL_TX_OK (line 4545) | NL80211_ATTR_OFFCHANNEL_TX_OK = 0x6c constant NL80211_ATTR_OPER_CLASS (line 4546) | NL80211_ATTR_OPER_CLASS = 0xd6 constant NL80211_ATTR_OPMODE_NOTIF (line 4547) | NL80211_ATTR_OPMODE_NOTIF = 0xc2 constant NL80211_ATTR_P2P_CTWINDOW (line 4548) | NL80211_ATTR_P2P_CTWINDOW = 0xa2 constant NL80211_ATTR_P2P_OPPPS (line 4549) | NL80211_ATTR_P2P_OPPPS = 0xa3 constant NL80211_ATTR_PAD (line 4550) | NL80211_ATTR_PAD = 0xe5 constant NL80211_ATTR_PBSS (line 4551) | NL80211_ATTR_PBSS = 0xe2 constant NL80211_ATTR_PEER_AID (line 4552) | NL80211_ATTR_PEER_AID = 0xb5 constant NL80211_ATTR_PEER_MEASUREMENTS (line 4553) | NL80211_ATTR_PEER_MEASUREMENTS = 0x111 constant NL80211_ATTR_PID (line 4554) | NL80211_ATTR_PID = 0x52 constant NL80211_ATTR_PMK (line 4555) | NL80211_ATTR_PMK = 0xfe constant NL80211_ATTR_PMKID (line 4556) | NL80211_ATTR_PMKID = 0x55 constant NL80211_ATTR_PMK_LIFETIME (line 4557) | NL80211_ATTR_PMK_LIFETIME = 0x11f constant NL80211_ATTR_PMKR0_NAME (line 4558) | NL80211_ATTR_PMKR0_NAME = 0x102 constant NL80211_ATTR_PMK_REAUTH_THRESHOLD (line 4559) | NL80211_ATTR_PMK_REAUTH_THRESHOLD = 0x120 constant NL80211_ATTR_PMKSA_CANDIDATE (line 4560) | NL80211_ATTR_PMKSA_CANDIDATE = 0x86 constant NL80211_ATTR_PORT_AUTHORIZED (line 4561) | NL80211_ATTR_PORT_AUTHORIZED = 0x103 constant NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN (line 4562) | NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN = 0x5 constant NL80211_ATTR_POWER_RULE_MAX_EIRP (line 4563) | NL80211_ATTR_POWER_RULE_MAX_EIRP = 0x6 constant NL80211_ATTR_PREV_BSSID (line 4564) | NL80211_ATTR_PREV_BSSID = 0x4f constant NL80211_ATTR_PRIVACY (line 4565) | NL80211_ATTR_PRIVACY = 0x46 constant NL80211_ATTR_PROBE_RESP (line 4566) | NL80211_ATTR_PROBE_RESP = 0x91 constant NL80211_ATTR_PROBE_RESP_OFFLOAD (line 4567) | NL80211_ATTR_PROBE_RESP_OFFLOAD = 0x90 constant NL80211_ATTR_PROTOCOL_FEATURES (line 4568) | NL80211_ATTR_PROTOCOL_FEATURES = 0xad constant NL80211_ATTR_PS_STATE (line 4569) | NL80211_ATTR_PS_STATE = 0x5d constant NL80211_ATTR_QOS_MAP (line 4570) | NL80211_ATTR_QOS_MAP = 0xc7 constant NL80211_ATTR_RADAR_BACKGROUND (line 4571) | NL80211_ATTR_RADAR_BACKGROUND = 0x134 constant NL80211_ATTR_RADAR_EVENT (line 4572) | NL80211_ATTR_RADAR_EVENT = 0xa8 constant NL80211_ATTR_REASON_CODE (line 4573) | NL80211_ATTR_REASON_CODE = 0x36 constant NL80211_ATTR_RECEIVE_MULTICAST (line 4574) | NL80211_ATTR_RECEIVE_MULTICAST = 0x121 constant NL80211_ATTR_RECONNECT_REQUESTED (line 4575) | NL80211_ATTR_RECONNECT_REQUESTED = 0x12b constant NL80211_ATTR_REG_ALPHA2 (line 4576) | NL80211_ATTR_REG_ALPHA2 = 0x21 constant NL80211_ATTR_REG_INDOOR (line 4577) | NL80211_ATTR_REG_INDOOR = 0xdd constant NL80211_ATTR_REG_INITIATOR (line 4578) | NL80211_ATTR_REG_INITIATOR = 0x30 constant NL80211_ATTR_REG_RULE_FLAGS (line 4579) | NL80211_ATTR_REG_RULE_FLAGS = 0x1 constant NL80211_ATTR_REG_RULES (line 4580) | NL80211_ATTR_REG_RULES = 0x22 constant NL80211_ATTR_REG_TYPE (line 4581) | NL80211_ATTR_REG_TYPE = 0x31 constant NL80211_ATTR_REKEY_DATA (line 4582) | NL80211_ATTR_REKEY_DATA = 0x7a constant NL80211_ATTR_REQ_IE (line 4583) | NL80211_ATTR_REQ_IE = 0x4d constant NL80211_ATTR_RESP_IE (line 4584) | NL80211_ATTR_RESP_IE = 0x4e constant NL80211_ATTR_ROAM_SUPPORT (line 4585) | NL80211_ATTR_ROAM_SUPPORT = 0x83 constant NL80211_ATTR_RX_FRAME_TYPES (line 4586) | NL80211_ATTR_RX_FRAME_TYPES = 0x64 constant NL80211_ATTR_RX_HW_TIMESTAMP (line 4587) | NL80211_ATTR_RX_HW_TIMESTAMP = 0x140 constant NL80211_ATTR_RXMGMT_FLAGS (line 4588) | NL80211_ATTR_RXMGMT_FLAGS = 0xbc constant NL80211_ATTR_RX_SIGNAL_DBM (line 4589) | NL80211_ATTR_RX_SIGNAL_DBM = 0x97 constant NL80211_ATTR_S1G_CAPABILITY (line 4590) | NL80211_ATTR_S1G_CAPABILITY = 0x128 constant NL80211_ATTR_S1G_CAPABILITY_MASK (line 4591) | NL80211_ATTR_S1G_CAPABILITY_MASK = 0x129 constant NL80211_ATTR_SAE_DATA (line 4592) | NL80211_ATTR_SAE_DATA = 0x9c constant NL80211_ATTR_SAE_PASSWORD (line 4593) | NL80211_ATTR_SAE_PASSWORD = 0x115 constant NL80211_ATTR_SAE_PWE (line 4594) | NL80211_ATTR_SAE_PWE = 0x12a constant NL80211_ATTR_SAR_SPEC (line 4595) | NL80211_ATTR_SAR_SPEC = 0x12c constant NL80211_ATTR_SCAN_FLAGS (line 4596) | NL80211_ATTR_SCAN_FLAGS = 0x9e constant NL80211_ATTR_SCAN_FREQ_KHZ (line 4597) | NL80211_ATTR_SCAN_FREQ_KHZ = 0x124 constant NL80211_ATTR_SCAN_FREQUENCIES (line 4598) | NL80211_ATTR_SCAN_FREQUENCIES = 0x2c constant NL80211_ATTR_SCAN_GENERATION (line 4599) | NL80211_ATTR_SCAN_GENERATION = 0x2e constant NL80211_ATTR_SCAN_SSIDS (line 4600) | NL80211_ATTR_SCAN_SSIDS = 0x2d constant NL80211_ATTR_SCAN_START_TIME_TSF_BSSID (line 4601) | NL80211_ATTR_SCAN_START_TIME_TSF_BSSID = 0xea constant NL80211_ATTR_SCAN_START_TIME_TSF (line 4602) | NL80211_ATTR_SCAN_START_TIME_TSF = 0xe9 constant NL80211_ATTR_SCAN_SUPP_RATES (line 4603) | NL80211_ATTR_SCAN_SUPP_RATES = 0x7d constant NL80211_ATTR_SCHED_SCAN_DELAY (line 4604) | NL80211_ATTR_SCHED_SCAN_DELAY = 0xdc constant NL80211_ATTR_SCHED_SCAN_INTERVAL (line 4605) | NL80211_ATTR_SCHED_SCAN_INTERVAL = 0x77 constant NL80211_ATTR_SCHED_SCAN_MATCH (line 4606) | NL80211_ATTR_SCHED_SCAN_MATCH = 0x84 constant NL80211_ATTR_SCHED_SCAN_MATCH_SSID (line 4607) | NL80211_ATTR_SCHED_SCAN_MATCH_SSID = 0x1 constant NL80211_ATTR_SCHED_SCAN_MAX_REQS (line 4608) | NL80211_ATTR_SCHED_SCAN_MAX_REQS = 0x100 constant NL80211_ATTR_SCHED_SCAN_MULTI (line 4609) | NL80211_ATTR_SCHED_SCAN_MULTI = 0xff constant NL80211_ATTR_SCHED_SCAN_PLANS (line 4610) | NL80211_ATTR_SCHED_SCAN_PLANS = 0xe1 constant NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI (line 4611) | NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI = 0xf6 constant NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST (line 4612) | NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST = 0xf7 constant NL80211_ATTR_SMPS_MODE (line 4613) | NL80211_ATTR_SMPS_MODE = 0xd5 constant NL80211_ATTR_SOCKET_OWNER (line 4614) | NL80211_ATTR_SOCKET_OWNER = 0xcc constant NL80211_ATTR_SOFTWARE_IFTYPES (line 4615) | NL80211_ATTR_SOFTWARE_IFTYPES = 0x79 constant NL80211_ATTR_SPLIT_WIPHY_DUMP (line 4616) | NL80211_ATTR_SPLIT_WIPHY_DUMP = 0xae constant NL80211_ATTR_SSID (line 4617) | NL80211_ATTR_SSID = 0x34 constant NL80211_ATTR_STA_AID (line 4618) | NL80211_ATTR_STA_AID = 0x10 constant NL80211_ATTR_STA_CAPABILITY (line 4619) | NL80211_ATTR_STA_CAPABILITY = 0xab constant NL80211_ATTR_STA_EXT_CAPABILITY (line 4620) | NL80211_ATTR_STA_EXT_CAPABILITY = 0xac constant NL80211_ATTR_STA_FLAGS2 (line 4621) | NL80211_ATTR_STA_FLAGS2 = 0x43 constant NL80211_ATTR_STA_FLAGS (line 4622) | NL80211_ATTR_STA_FLAGS = 0x11 constant NL80211_ATTR_STA_INFO (line 4623) | NL80211_ATTR_STA_INFO = 0x15 constant NL80211_ATTR_STA_LISTEN_INTERVAL (line 4624) | NL80211_ATTR_STA_LISTEN_INTERVAL = 0x12 constant NL80211_ATTR_STA_PLINK_ACTION (line 4625) | NL80211_ATTR_STA_PLINK_ACTION = 0x19 constant NL80211_ATTR_STA_PLINK_STATE (line 4626) | NL80211_ATTR_STA_PLINK_STATE = 0x74 constant NL80211_ATTR_STA_SUPPORTED_CHANNELS (line 4627) | NL80211_ATTR_STA_SUPPORTED_CHANNELS = 0xbd constant NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES (line 4628) | NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES = 0xbe constant NL80211_ATTR_STA_SUPPORTED_RATES (line 4629) | NL80211_ATTR_STA_SUPPORTED_RATES = 0x13 constant NL80211_ATTR_STA_SUPPORT_P2P_PS (line 4630) | NL80211_ATTR_STA_SUPPORT_P2P_PS = 0xe4 constant NL80211_ATTR_STATUS_CODE (line 4631) | NL80211_ATTR_STATUS_CODE = 0x48 constant NL80211_ATTR_STA_TX_POWER (line 4632) | NL80211_ATTR_STA_TX_POWER = 0x114 constant NL80211_ATTR_STA_TX_POWER_SETTING (line 4633) | NL80211_ATTR_STA_TX_POWER_SETTING = 0x113 constant NL80211_ATTR_STA_VLAN (line 4634) | NL80211_ATTR_STA_VLAN = 0x14 constant NL80211_ATTR_STA_WME (line 4635) | NL80211_ATTR_STA_WME = 0x81 constant NL80211_ATTR_SUPPORT_10_MHZ (line 4636) | NL80211_ATTR_SUPPORT_10_MHZ = 0xc1 constant NL80211_ATTR_SUPPORT_5_MHZ (line 4637) | NL80211_ATTR_SUPPORT_5_MHZ = 0xc0 constant NL80211_ATTR_SUPPORT_AP_UAPSD (line 4638) | NL80211_ATTR_SUPPORT_AP_UAPSD = 0x82 constant NL80211_ATTR_SUPPORTED_COMMANDS (line 4639) | NL80211_ATTR_SUPPORTED_COMMANDS = 0x32 constant NL80211_ATTR_SUPPORTED_IFTYPES (line 4640) | NL80211_ATTR_SUPPORTED_IFTYPES = 0x20 constant NL80211_ATTR_SUPPORT_IBSS_RSN (line 4641) | NL80211_ATTR_SUPPORT_IBSS_RSN = 0x68 constant NL80211_ATTR_SUPPORT_MESH_AUTH (line 4642) | NL80211_ATTR_SUPPORT_MESH_AUTH = 0x73 constant NL80211_ATTR_SURVEY_INFO (line 4643) | NL80211_ATTR_SURVEY_INFO = 0x54 constant NL80211_ATTR_SURVEY_RADIO_STATS (line 4644) | NL80211_ATTR_SURVEY_RADIO_STATS = 0xda constant NL80211_ATTR_TD_BITMAP (line 4645) | NL80211_ATTR_TD_BITMAP = 0x141 constant NL80211_ATTR_TDLS_ACTION (line 4646) | NL80211_ATTR_TDLS_ACTION = 0x88 constant NL80211_ATTR_TDLS_DIALOG_TOKEN (line 4647) | NL80211_ATTR_TDLS_DIALOG_TOKEN = 0x89 constant NL80211_ATTR_TDLS_EXTERNAL_SETUP (line 4648) | NL80211_ATTR_TDLS_EXTERNAL_SETUP = 0x8c constant NL80211_ATTR_TDLS_INITIATOR (line 4649) | NL80211_ATTR_TDLS_INITIATOR = 0xcf constant NL80211_ATTR_TDLS_OPERATION (line 4650) | NL80211_ATTR_TDLS_OPERATION = 0x8a constant NL80211_ATTR_TDLS_PEER_CAPABILITY (line 4651) | NL80211_ATTR_TDLS_PEER_CAPABILITY = 0xcb constant NL80211_ATTR_TDLS_SUPPORT (line 4652) | NL80211_ATTR_TDLS_SUPPORT = 0x8b constant NL80211_ATTR_TESTDATA (line 4653) | NL80211_ATTR_TESTDATA = 0x45 constant NL80211_ATTR_TID_CONFIG (line 4654) | NL80211_ATTR_TID_CONFIG = 0x11d constant NL80211_ATTR_TIMED_OUT (line 4655) | NL80211_ATTR_TIMED_OUT = 0x41 constant NL80211_ATTR_TIMEOUT (line 4656) | NL80211_ATTR_TIMEOUT = 0x110 constant NL80211_ATTR_TIMEOUT_REASON (line 4657) | NL80211_ATTR_TIMEOUT_REASON = 0xf8 constant NL80211_ATTR_TSID (line 4658) | NL80211_ATTR_TSID = 0xd2 constant NL80211_ATTR_TWT_RESPONDER (line 4659) | NL80211_ATTR_TWT_RESPONDER = 0x116 constant NL80211_ATTR_TX_FRAME_TYPES (line 4660) | NL80211_ATTR_TX_FRAME_TYPES = 0x63 constant NL80211_ATTR_TX_HW_TIMESTAMP (line 4661) | NL80211_ATTR_TX_HW_TIMESTAMP = 0x13f constant NL80211_ATTR_TX_NO_CCK_RATE (line 4662) | NL80211_ATTR_TX_NO_CCK_RATE = 0x87 constant NL80211_ATTR_TXQ_LIMIT (line 4663) | NL80211_ATTR_TXQ_LIMIT = 0x10a constant NL80211_ATTR_TXQ_MEMORY_LIMIT (line 4664) | NL80211_ATTR_TXQ_MEMORY_LIMIT = 0x10b constant NL80211_ATTR_TXQ_QUANTUM (line 4665) | NL80211_ATTR_TXQ_QUANTUM = 0x10c constant NL80211_ATTR_TXQ_STATS (line 4666) | NL80211_ATTR_TXQ_STATS = 0x109 constant NL80211_ATTR_TX_RATES (line 4667) | NL80211_ATTR_TX_RATES = 0x5a constant NL80211_ATTR_UNSOL_BCAST_PROBE_RESP (line 4668) | NL80211_ATTR_UNSOL_BCAST_PROBE_RESP = 0x127 constant NL80211_ATTR_UNSPEC (line 4669) | NL80211_ATTR_UNSPEC = 0x0 constant NL80211_ATTR_USE_MFP (line 4670) | NL80211_ATTR_USE_MFP = 0x42 constant NL80211_ATTR_USER_PRIO (line 4671) | NL80211_ATTR_USER_PRIO = 0xd3 constant NL80211_ATTR_USER_REG_HINT_TYPE (line 4672) | NL80211_ATTR_USER_REG_HINT_TYPE = 0x9a constant NL80211_ATTR_USE_RRM (line 4673) | NL80211_ATTR_USE_RRM = 0xd0 constant NL80211_ATTR_VENDOR_DATA (line 4674) | NL80211_ATTR_VENDOR_DATA = 0xc5 constant NL80211_ATTR_VENDOR_EVENTS (line 4675) | NL80211_ATTR_VENDOR_EVENTS = 0xc6 constant NL80211_ATTR_VENDOR_ID (line 4676) | NL80211_ATTR_VENDOR_ID = 0xc3 constant NL80211_ATTR_VENDOR_SUBCMD (line 4677) | NL80211_ATTR_VENDOR_SUBCMD = 0xc4 constant NL80211_ATTR_VHT_CAPABILITY (line 4678) | NL80211_ATTR_VHT_CAPABILITY = 0x9d constant NL80211_ATTR_VHT_CAPABILITY_MASK (line 4679) | NL80211_ATTR_VHT_CAPABILITY_MASK = 0xb0 constant NL80211_ATTR_VLAN_ID (line 4680) | NL80211_ATTR_VLAN_ID = 0x11a constant NL80211_ATTR_WANT_1X_4WAY_HS (line 4681) | NL80211_ATTR_WANT_1X_4WAY_HS = 0x101 constant NL80211_ATTR_WDEV (line 4682) | NL80211_ATTR_WDEV = 0x99 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX (line 4683) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX = 0x72 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX (line 4684) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX = 0x71 constant NL80211_ATTR_WIPHY_ANTENNA_RX (line 4685) | NL80211_ATTR_WIPHY_ANTENNA_RX = 0x6a constant NL80211_ATTR_WIPHY_ANTENNA_TX (line 4686) | NL80211_ATTR_WIPHY_ANTENNA_TX = 0x69 constant NL80211_ATTR_WIPHY_BANDS (line 4687) | NL80211_ATTR_WIPHY_BANDS = 0x16 constant NL80211_ATTR_WIPHY_CHANNEL_TYPE (line 4688) | NL80211_ATTR_WIPHY_CHANNEL_TYPE = 0x27 constant NL80211_ATTR_WIPHY (line 4689) | NL80211_ATTR_WIPHY = 0x1 constant NL80211_ATTR_WIPHY_COVERAGE_CLASS (line 4690) | NL80211_ATTR_WIPHY_COVERAGE_CLASS = 0x59 constant NL80211_ATTR_WIPHY_DYN_ACK (line 4691) | NL80211_ATTR_WIPHY_DYN_ACK = 0xd1 constant NL80211_ATTR_WIPHY_EDMG_BW_CONFIG (line 4692) | NL80211_ATTR_WIPHY_EDMG_BW_CONFIG = 0x119 constant NL80211_ATTR_WIPHY_EDMG_CHANNELS (line 4693) | NL80211_ATTR_WIPHY_EDMG_CHANNELS = 0x118 constant NL80211_ATTR_WIPHY_FRAG_THRESHOLD (line 4694) | NL80211_ATTR_WIPHY_FRAG_THRESHOLD = 0x3f constant NL80211_ATTR_WIPHY_FREQ (line 4695) | NL80211_ATTR_WIPHY_FREQ = 0x26 constant NL80211_ATTR_WIPHY_FREQ_HINT (line 4696) | NL80211_ATTR_WIPHY_FREQ_HINT = 0xc9 constant NL80211_ATTR_WIPHY_FREQ_OFFSET (line 4697) | NL80211_ATTR_WIPHY_FREQ_OFFSET = 0x122 constant NL80211_ATTR_WIPHY_NAME (line 4698) | NL80211_ATTR_WIPHY_NAME = 0x2 constant NL80211_ATTR_WIPHY_RETRY_LONG (line 4699) | NL80211_ATTR_WIPHY_RETRY_LONG = 0x3e constant NL80211_ATTR_WIPHY_RETRY_SHORT (line 4700) | NL80211_ATTR_WIPHY_RETRY_SHORT = 0x3d constant NL80211_ATTR_WIPHY_RTS_THRESHOLD (line 4701) | NL80211_ATTR_WIPHY_RTS_THRESHOLD = 0x40 constant NL80211_ATTR_WIPHY_SELF_MANAGED_REG (line 4702) | NL80211_ATTR_WIPHY_SELF_MANAGED_REG = 0xd8 constant NL80211_ATTR_WIPHY_TX_POWER_LEVEL (line 4703) | NL80211_ATTR_WIPHY_TX_POWER_LEVEL = 0x62 constant NL80211_ATTR_WIPHY_TX_POWER_SETTING (line 4704) | NL80211_ATTR_WIPHY_TX_POWER_SETTING = 0x61 constant NL80211_ATTR_WIPHY_TXQ_PARAMS (line 4705) | NL80211_ATTR_WIPHY_TXQ_PARAMS = 0x25 constant NL80211_ATTR_WOWLAN_TRIGGERS (line 4706) | NL80211_ATTR_WOWLAN_TRIGGERS = 0x75 constant NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED (line 4707) | NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED = 0x76 constant NL80211_ATTR_WPA_VERSIONS (line 4708) | NL80211_ATTR_WPA_VERSIONS = 0x4b constant NL80211_AUTHTYPE_AUTOMATIC (line 4709) | NL80211_AUTHTYPE_AUTOMATIC = 0x8 constant NL80211_AUTHTYPE_FILS_PK (line 4710) | NL80211_AUTHTYPE_FILS_PK = 0x7 constant NL80211_AUTHTYPE_FILS_SK (line 4711) | NL80211_AUTHTYPE_FILS_SK = 0x5 constant NL80211_AUTHTYPE_FILS_SK_PFS (line 4712) | NL80211_AUTHTYPE_FILS_SK_PFS = 0x6 constant NL80211_AUTHTYPE_FT (line 4713) | NL80211_AUTHTYPE_FT = 0x2 constant NL80211_AUTHTYPE_MAX (line 4714) | NL80211_AUTHTYPE_MAX = 0x7 constant NL80211_AUTHTYPE_NETWORK_EAP (line 4715) | NL80211_AUTHTYPE_NETWORK_EAP = 0x3 constant NL80211_AUTHTYPE_OPEN_SYSTEM (line 4716) | NL80211_AUTHTYPE_OPEN_SYSTEM = 0x0 constant NL80211_AUTHTYPE_SAE (line 4717) | NL80211_AUTHTYPE_SAE = 0x4 constant NL80211_AUTHTYPE_SHARED_KEY (line 4718) | NL80211_AUTHTYPE_SHARED_KEY = 0x1 constant NL80211_BAND_2GHZ (line 4719) | NL80211_BAND_2GHZ = 0x0 constant NL80211_BAND_5GHZ (line 4720) | NL80211_BAND_5GHZ = 0x1 constant NL80211_BAND_60GHZ (line 4721) | NL80211_BAND_60GHZ = 0x2 constant NL80211_BAND_6GHZ (line 4722) | NL80211_BAND_6GHZ = 0x3 constant NL80211_BAND_ATTR_EDMG_BW_CONFIG (line 4723) | NL80211_BAND_ATTR_EDMG_BW_CONFIG = 0xb constant NL80211_BAND_ATTR_EDMG_CHANNELS (line 4724) | NL80211_BAND_ATTR_EDMG_CHANNELS = 0xa constant NL80211_BAND_ATTR_FREQS (line 4725) | NL80211_BAND_ATTR_FREQS = 0x1 constant NL80211_BAND_ATTR_HT_AMPDU_DENSITY (line 4726) | NL80211_BAND_ATTR_HT_AMPDU_DENSITY = 0x6 constant NL80211_BAND_ATTR_HT_AMPDU_FACTOR (line 4727) | NL80211_BAND_ATTR_HT_AMPDU_FACTOR = 0x5 constant NL80211_BAND_ATTR_HT_CAPA (line 4728) | NL80211_BAND_ATTR_HT_CAPA = 0x4 constant NL80211_BAND_ATTR_HT_MCS_SET (line 4729) | NL80211_BAND_ATTR_HT_MCS_SET = 0x3 constant NL80211_BAND_ATTR_IFTYPE_DATA (line 4730) | NL80211_BAND_ATTR_IFTYPE_DATA = 0x9 constant NL80211_BAND_ATTR_MAX (line 4731) | NL80211_BAND_ATTR_MAX = 0xd constant NL80211_BAND_ATTR_RATES (line 4732) | NL80211_BAND_ATTR_RATES = 0x2 constant NL80211_BAND_ATTR_VHT_CAPA (line 4733) | NL80211_BAND_ATTR_VHT_CAPA = 0x8 constant NL80211_BAND_ATTR_VHT_MCS_SET (line 4734) | NL80211_BAND_ATTR_VHT_MCS_SET = 0x7 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC (line 4735) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC = 0x8 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET (line 4736) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET = 0xa constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY (line 4737) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY = 0x9 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE (line 4738) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE = 0xb constant NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA (line 4739) | NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA = 0x6 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC (line 4740) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC = 0x2 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET (line 4741) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET = 0x4 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY (line 4742) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY = 0x3 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE (line 4743) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE = 0x5 constant NL80211_BAND_IFTYPE_ATTR_IFTYPES (line 4744) | NL80211_BAND_IFTYPE_ATTR_IFTYPES = 0x1 constant NL80211_BAND_IFTYPE_ATTR_MAX (line 4745) | NL80211_BAND_IFTYPE_ATTR_MAX = 0xb constant NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS (line 4746) | NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS = 0x7 constant NL80211_BAND_LC (line 4747) | NL80211_BAND_LC = 0x5 constant NL80211_BAND_S1GHZ (line 4748) | NL80211_BAND_S1GHZ = 0x4 constant NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE (line 4749) | NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE = 0x2 constant NL80211_BITRATE_ATTR_MAX (line 4750) | NL80211_BITRATE_ATTR_MAX = 0x2 constant NL80211_BITRATE_ATTR_RATE (line 4751) | NL80211_BITRATE_ATTR_RATE = 0x1 constant NL80211_BSS_BEACON_IES (line 4752) | NL80211_BSS_BEACON_IES = 0xb constant NL80211_BSS_BEACON_INTERVAL (line 4753) | NL80211_BSS_BEACON_INTERVAL = 0x4 constant NL80211_BSS_BEACON_TSF (line 4754) | NL80211_BSS_BEACON_TSF = 0xd constant NL80211_BSS_BSSID (line 4755) | NL80211_BSS_BSSID = 0x1 constant NL80211_BSS_CAPABILITY (line 4756) | NL80211_BSS_CAPABILITY = 0x5 constant NL80211_BSS_CHAIN_SIGNAL (line 4757) | NL80211_BSS_CHAIN_SIGNAL = 0x13 constant NL80211_BSS_CHAN_WIDTH_10 (line 4758) | NL80211_BSS_CHAN_WIDTH_10 = 0x1 constant NL80211_BSS_CHAN_WIDTH_1 (line 4759) | NL80211_BSS_CHAN_WIDTH_1 = 0x3 constant NL80211_BSS_CHAN_WIDTH_20 (line 4760) | NL80211_BSS_CHAN_WIDTH_20 = 0x0 constant NL80211_BSS_CHAN_WIDTH_2 (line 4761) | NL80211_BSS_CHAN_WIDTH_2 = 0x4 constant NL80211_BSS_CHAN_WIDTH_5 (line 4762) | NL80211_BSS_CHAN_WIDTH_5 = 0x2 constant NL80211_BSS_CHAN_WIDTH (line 4763) | NL80211_BSS_CHAN_WIDTH = 0xc constant NL80211_BSS_FREQUENCY (line 4764) | NL80211_BSS_FREQUENCY = 0x2 constant NL80211_BSS_FREQUENCY_OFFSET (line 4765) | NL80211_BSS_FREQUENCY_OFFSET = 0x14 constant NL80211_BSS_INFORMATION_ELEMENTS (line 4766) | NL80211_BSS_INFORMATION_ELEMENTS = 0x6 constant NL80211_BSS_LAST_SEEN_BOOTTIME (line 4767) | NL80211_BSS_LAST_SEEN_BOOTTIME = 0xf constant NL80211_BSS_MAX (line 4768) | NL80211_BSS_MAX = 0x16 constant NL80211_BSS_MLD_ADDR (line 4769) | NL80211_BSS_MLD_ADDR = 0x16 constant NL80211_BSS_MLO_LINK_ID (line 4770) | NL80211_BSS_MLO_LINK_ID = 0x15 constant NL80211_BSS_PAD (line 4771) | NL80211_BSS_PAD = 0x10 constant NL80211_BSS_PARENT_BSSID (line 4772) | NL80211_BSS_PARENT_BSSID = 0x12 constant NL80211_BSS_PARENT_TSF (line 4773) | NL80211_BSS_PARENT_TSF = 0x11 constant NL80211_BSS_PRESP_DATA (line 4774) | NL80211_BSS_PRESP_DATA = 0xe constant NL80211_BSS_SEEN_MS_AGO (line 4775) | NL80211_BSS_SEEN_MS_AGO = 0xa constant NL80211_BSS_SELECT_ATTR_BAND_PREF (line 4776) | NL80211_BSS_SELECT_ATTR_BAND_PREF = 0x2 constant NL80211_BSS_SELECT_ATTR_MAX (line 4777) | NL80211_BSS_SELECT_ATTR_MAX = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI_ADJUST (line 4778) | NL80211_BSS_SELECT_ATTR_RSSI_ADJUST = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI (line 4779) | NL80211_BSS_SELECT_ATTR_RSSI = 0x1 constant NL80211_BSS_SIGNAL_MBM (line 4780) | NL80211_BSS_SIGNAL_MBM = 0x7 constant NL80211_BSS_SIGNAL_UNSPEC (line 4781) | NL80211_BSS_SIGNAL_UNSPEC = 0x8 constant NL80211_BSS_STATUS_ASSOCIATED (line 4782) | NL80211_BSS_STATUS_ASSOCIATED = 0x1 constant NL80211_BSS_STATUS_AUTHENTICATED (line 4783) | NL80211_BSS_STATUS_AUTHENTICATED = 0x0 constant NL80211_BSS_STATUS (line 4784) | NL80211_BSS_STATUS = 0x9 constant NL80211_BSS_STATUS_IBSS_JOINED (line 4785) | NL80211_BSS_STATUS_IBSS_JOINED = 0x2 constant NL80211_BSS_TSF (line 4786) | NL80211_BSS_TSF = 0x3 constant NL80211_CHAN_HT20 (line 4787) | NL80211_CHAN_HT20 = 0x1 constant NL80211_CHAN_HT40MINUS (line 4788) | NL80211_CHAN_HT40MINUS = 0x2 constant NL80211_CHAN_HT40PLUS (line 4789) | NL80211_CHAN_HT40PLUS = 0x3 constant NL80211_CHAN_NO_HT (line 4790) | NL80211_CHAN_NO_HT = 0x0 constant NL80211_CHAN_WIDTH_10 (line 4791) | NL80211_CHAN_WIDTH_10 = 0x7 constant NL80211_CHAN_WIDTH_160 (line 4792) | NL80211_CHAN_WIDTH_160 = 0x5 constant NL80211_CHAN_WIDTH_16 (line 4793) | NL80211_CHAN_WIDTH_16 = 0xc constant NL80211_CHAN_WIDTH_1 (line 4794) | NL80211_CHAN_WIDTH_1 = 0x8 constant NL80211_CHAN_WIDTH_20 (line 4795) | NL80211_CHAN_WIDTH_20 = 0x1 constant NL80211_CHAN_WIDTH_20_NOHT (line 4796) | NL80211_CHAN_WIDTH_20_NOHT = 0x0 constant NL80211_CHAN_WIDTH_2 (line 4797) | NL80211_CHAN_WIDTH_2 = 0x9 constant NL80211_CHAN_WIDTH_320 (line 4798) | NL80211_CHAN_WIDTH_320 = 0xd constant NL80211_CHAN_WIDTH_40 (line 4799) | NL80211_CHAN_WIDTH_40 = 0x2 constant NL80211_CHAN_WIDTH_4 (line 4800) | NL80211_CHAN_WIDTH_4 = 0xa constant NL80211_CHAN_WIDTH_5 (line 4801) | NL80211_CHAN_WIDTH_5 = 0x6 constant NL80211_CHAN_WIDTH_80 (line 4802) | NL80211_CHAN_WIDTH_80 = 0x3 constant NL80211_CHAN_WIDTH_80P80 (line 4803) | NL80211_CHAN_WIDTH_80P80 = 0x4 constant NL80211_CHAN_WIDTH_8 (line 4804) | NL80211_CHAN_WIDTH_8 = 0xb constant NL80211_CMD_ABORT_SCAN (line 4805) | NL80211_CMD_ABORT_SCAN = 0x72 constant NL80211_CMD_ACTION (line 4806) | NL80211_CMD_ACTION = 0x3b constant NL80211_CMD_ACTION_TX_STATUS (line 4807) | NL80211_CMD_ACTION_TX_STATUS = 0x3c constant NL80211_CMD_ADD_LINK (line 4808) | NL80211_CMD_ADD_LINK = 0x94 constant NL80211_CMD_ADD_LINK_STA (line 4809) | NL80211_CMD_ADD_LINK_STA = 0x96 constant NL80211_CMD_ADD_NAN_FUNCTION (line 4810) | NL80211_CMD_ADD_NAN_FUNCTION = 0x75 constant NL80211_CMD_ADD_TX_TS (line 4811) | NL80211_CMD_ADD_TX_TS = 0x69 constant NL80211_CMD_ASSOC_COMEBACK (line 4812) | NL80211_CMD_ASSOC_COMEBACK = 0x93 constant NL80211_CMD_ASSOCIATE (line 4813) | NL80211_CMD_ASSOCIATE = 0x26 constant NL80211_CMD_AUTHENTICATE (line 4814) | NL80211_CMD_AUTHENTICATE = 0x25 constant NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL (line 4815) | NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL = 0x38 constant NL80211_CMD_CHANGE_NAN_CONFIG (line 4816) | NL80211_CMD_CHANGE_NAN_CONFIG = 0x77 constant NL80211_CMD_CHANNEL_SWITCH (line 4817) | NL80211_CMD_CHANNEL_SWITCH = 0x66 constant NL80211_CMD_CH_SWITCH_NOTIFY (line 4818) | NL80211_CMD_CH_SWITCH_NOTIFY = 0x58 constant NL80211_CMD_CH_SWITCH_STARTED_NOTIFY (line 4819) | NL80211_CMD_CH_SWITCH_STARTED_NOTIFY = 0x6e constant NL80211_CMD_COLOR_CHANGE_ABORTED (line 4820) | NL80211_CMD_COLOR_CHANGE_ABORTED = 0x90 constant NL80211_CMD_COLOR_CHANGE_COMPLETED (line 4821) | NL80211_CMD_COLOR_CHANGE_COMPLETED = 0x91 constant NL80211_CMD_COLOR_CHANGE_REQUEST (line 4822) | NL80211_CMD_COLOR_CHANGE_REQUEST = 0x8e constant NL80211_CMD_COLOR_CHANGE_STARTED (line 4823) | NL80211_CMD_COLOR_CHANGE_STARTED = 0x8f constant NL80211_CMD_CONNECT (line 4824) | NL80211_CMD_CONNECT = 0x2e constant NL80211_CMD_CONN_FAILED (line 4825) | NL80211_CMD_CONN_FAILED = 0x5b constant NL80211_CMD_CONTROL_PORT_FRAME (line 4826) | NL80211_CMD_CONTROL_PORT_FRAME = 0x81 constant NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS (line 4827) | NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS = 0x8b constant NL80211_CMD_CRIT_PROTOCOL_START (line 4828) | NL80211_CMD_CRIT_PROTOCOL_START = 0x62 constant NL80211_CMD_CRIT_PROTOCOL_STOP (line 4829) | NL80211_CMD_CRIT_PROTOCOL_STOP = 0x63 constant NL80211_CMD_DEAUTHENTICATE (line 4830) | NL80211_CMD_DEAUTHENTICATE = 0x27 constant NL80211_CMD_DEL_BEACON (line 4831) | NL80211_CMD_DEL_BEACON = 0x10 constant NL80211_CMD_DEL_INTERFACE (line 4832) | NL80211_CMD_DEL_INTERFACE = 0x8 constant NL80211_CMD_DEL_KEY (line 4833) | NL80211_CMD_DEL_KEY = 0xc constant NL80211_CMD_DEL_MPATH (line 4834) | NL80211_CMD_DEL_MPATH = 0x18 constant NL80211_CMD_DEL_NAN_FUNCTION (line 4835) | NL80211_CMD_DEL_NAN_FUNCTION = 0x76 constant NL80211_CMD_DEL_PMK (line 4836) | NL80211_CMD_DEL_PMK = 0x7c constant NL80211_CMD_DEL_PMKSA (line 4837) | NL80211_CMD_DEL_PMKSA = 0x35 constant NL80211_CMD_DEL_STATION (line 4838) | NL80211_CMD_DEL_STATION = 0x14 constant NL80211_CMD_DEL_TX_TS (line 4839) | NL80211_CMD_DEL_TX_TS = 0x6a constant NL80211_CMD_DEL_WIPHY (line 4840) | NL80211_CMD_DEL_WIPHY = 0x4 constant NL80211_CMD_DISASSOCIATE (line 4841) | NL80211_CMD_DISASSOCIATE = 0x28 constant NL80211_CMD_DISCONNECT (line 4842) | NL80211_CMD_DISCONNECT = 0x30 constant NL80211_CMD_EXTERNAL_AUTH (line 4843) | NL80211_CMD_EXTERNAL_AUTH = 0x7f constant NL80211_CMD_FLUSH_PMKSA (line 4844) | NL80211_CMD_FLUSH_PMKSA = 0x36 constant NL80211_CMD_FRAME (line 4845) | NL80211_CMD_FRAME = 0x3b constant NL80211_CMD_FRAME_TX_STATUS (line 4846) | NL80211_CMD_FRAME_TX_STATUS = 0x3c constant NL80211_CMD_FRAME_WAIT_CANCEL (line 4847) | NL80211_CMD_FRAME_WAIT_CANCEL = 0x43 constant NL80211_CMD_FT_EVENT (line 4848) | NL80211_CMD_FT_EVENT = 0x61 constant NL80211_CMD_GET_BEACON (line 4849) | NL80211_CMD_GET_BEACON = 0xd constant NL80211_CMD_GET_COALESCE (line 4850) | NL80211_CMD_GET_COALESCE = 0x64 constant NL80211_CMD_GET_FTM_RESPONDER_STATS (line 4851) | NL80211_CMD_GET_FTM_RESPONDER_STATS = 0x82 constant NL80211_CMD_GET_INTERFACE (line 4852) | NL80211_CMD_GET_INTERFACE = 0x5 constant NL80211_CMD_GET_KEY (line 4853) | NL80211_CMD_GET_KEY = 0x9 constant NL80211_CMD_GET_MESH_CONFIG (line 4854) | NL80211_CMD_GET_MESH_CONFIG = 0x1c constant NL80211_CMD_GET_MESH_PARAMS (line 4855) | NL80211_CMD_GET_MESH_PARAMS = 0x1c constant NL80211_CMD_GET_MPATH (line 4856) | NL80211_CMD_GET_MPATH = 0x15 constant NL80211_CMD_GET_MPP (line 4857) | NL80211_CMD_GET_MPP = 0x6b constant NL80211_CMD_GET_POWER_SAVE (line 4858) | NL80211_CMD_GET_POWER_SAVE = 0x3e constant NL80211_CMD_GET_PROTOCOL_FEATURES (line 4859) | NL80211_CMD_GET_PROTOCOL_FEATURES = 0x5f constant NL80211_CMD_GET_REG (line 4860) | NL80211_CMD_GET_REG = 0x1f constant NL80211_CMD_GET_SCAN (line 4861) | NL80211_CMD_GET_SCAN = 0x20 constant NL80211_CMD_GET_STATION (line 4862) | NL80211_CMD_GET_STATION = 0x11 constant NL80211_CMD_GET_SURVEY (line 4863) | NL80211_CMD_GET_SURVEY = 0x32 constant NL80211_CMD_GET_WIPHY (line 4864) | NL80211_CMD_GET_WIPHY = 0x1 constant NL80211_CMD_GET_WOWLAN (line 4865) | NL80211_CMD_GET_WOWLAN = 0x49 constant NL80211_CMD_JOIN_IBSS (line 4866) | NL80211_CMD_JOIN_IBSS = 0x2b constant NL80211_CMD_JOIN_MESH (line 4867) | NL80211_CMD_JOIN_MESH = 0x44 constant NL80211_CMD_JOIN_OCB (line 4868) | NL80211_CMD_JOIN_OCB = 0x6c constant NL80211_CMD_LEAVE_IBSS (line 4869) | NL80211_CMD_LEAVE_IBSS = 0x2c constant NL80211_CMD_LEAVE_MESH (line 4870) | NL80211_CMD_LEAVE_MESH = 0x45 constant NL80211_CMD_LEAVE_OCB (line 4871) | NL80211_CMD_LEAVE_OCB = 0x6d constant NL80211_CMD_MAX (line 4872) | NL80211_CMD_MAX = 0x9a constant NL80211_CMD_MICHAEL_MIC_FAILURE (line 4873) | NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29 constant NL80211_CMD_MODIFY_LINK_STA (line 4874) | NL80211_CMD_MODIFY_LINK_STA = 0x97 constant NL80211_CMD_NAN_MATCH (line 4875) | NL80211_CMD_NAN_MATCH = 0x78 constant NL80211_CMD_NEW_BEACON (line 4876) | NL80211_CMD_NEW_BEACON = 0xf constant NL80211_CMD_NEW_INTERFACE (line 4877) | NL80211_CMD_NEW_INTERFACE = 0x7 constant NL80211_CMD_NEW_KEY (line 4878) | NL80211_CMD_NEW_KEY = 0xb constant NL80211_CMD_NEW_MPATH (line 4879) | NL80211_CMD_NEW_MPATH = 0x17 constant NL80211_CMD_NEW_PEER_CANDIDATE (line 4880) | NL80211_CMD_NEW_PEER_CANDIDATE = 0x48 constant NL80211_CMD_NEW_SCAN_RESULTS (line 4881) | NL80211_CMD_NEW_SCAN_RESULTS = 0x22 constant NL80211_CMD_NEW_STATION (line 4882) | NL80211_CMD_NEW_STATION = 0x13 constant NL80211_CMD_NEW_SURVEY_RESULTS (line 4883) | NL80211_CMD_NEW_SURVEY_RESULTS = 0x33 constant NL80211_CMD_NEW_WIPHY (line 4884) | NL80211_CMD_NEW_WIPHY = 0x3 constant NL80211_CMD_NOTIFY_CQM (line 4885) | NL80211_CMD_NOTIFY_CQM = 0x40 constant NL80211_CMD_NOTIFY_RADAR (line 4886) | NL80211_CMD_NOTIFY_RADAR = 0x86 constant NL80211_CMD_OBSS_COLOR_COLLISION (line 4887) | NL80211_CMD_OBSS_COLOR_COLLISION = 0x8d constant NL80211_CMD_PEER_MEASUREMENT_COMPLETE (line 4888) | NL80211_CMD_PEER_MEASUREMENT_COMPLETE = 0x85 constant NL80211_CMD_PEER_MEASUREMENT_RESULT (line 4889) | NL80211_CMD_PEER_MEASUREMENT_RESULT = 0x84 constant NL80211_CMD_PEER_MEASUREMENT_START (line 4890) | NL80211_CMD_PEER_MEASUREMENT_START = 0x83 constant NL80211_CMD_PMKSA_CANDIDATE (line 4891) | NL80211_CMD_PMKSA_CANDIDATE = 0x50 constant NL80211_CMD_PORT_AUTHORIZED (line 4892) | NL80211_CMD_PORT_AUTHORIZED = 0x7d constant NL80211_CMD_PROBE_CLIENT (line 4893) | NL80211_CMD_PROBE_CLIENT = 0x54 constant NL80211_CMD_PROBE_MESH_LINK (line 4894) | NL80211_CMD_PROBE_MESH_LINK = 0x88 constant NL80211_CMD_RADAR_DETECT (line 4895) | NL80211_CMD_RADAR_DETECT = 0x5e constant NL80211_CMD_REG_BEACON_HINT (line 4896) | NL80211_CMD_REG_BEACON_HINT = 0x2a constant NL80211_CMD_REG_CHANGE (line 4897) | NL80211_CMD_REG_CHANGE = 0x24 constant NL80211_CMD_REGISTER_ACTION (line 4898) | NL80211_CMD_REGISTER_ACTION = 0x3a constant NL80211_CMD_REGISTER_BEACONS (line 4899) | NL80211_CMD_REGISTER_BEACONS = 0x55 constant NL80211_CMD_REGISTER_FRAME (line 4900) | NL80211_CMD_REGISTER_FRAME = 0x3a constant NL80211_CMD_RELOAD_REGDB (line 4901) | NL80211_CMD_RELOAD_REGDB = 0x7e constant NL80211_CMD_REMAIN_ON_CHANNEL (line 4902) | NL80211_CMD_REMAIN_ON_CHANNEL = 0x37 constant NL80211_CMD_REMOVE_LINK (line 4903) | NL80211_CMD_REMOVE_LINK = 0x95 constant NL80211_CMD_REMOVE_LINK_STA (line 4904) | NL80211_CMD_REMOVE_LINK_STA = 0x98 constant NL80211_CMD_REQ_SET_REG (line 4905) | NL80211_CMD_REQ_SET_REG = 0x1b constant NL80211_CMD_ROAM (line 4906) | NL80211_CMD_ROAM = 0x2f constant NL80211_CMD_SCAN_ABORTED (line 4907) | NL80211_CMD_SCAN_ABORTED = 0x23 constant NL80211_CMD_SCHED_SCAN_RESULTS (line 4908) | NL80211_CMD_SCHED_SCAN_RESULTS = 0x4d constant NL80211_CMD_SCHED_SCAN_STOPPED (line 4909) | NL80211_CMD_SCHED_SCAN_STOPPED = 0x4e constant NL80211_CMD_SET_BEACON (line 4910) | NL80211_CMD_SET_BEACON = 0xe constant NL80211_CMD_SET_BSS (line 4911) | NL80211_CMD_SET_BSS = 0x19 constant NL80211_CMD_SET_CHANNEL (line 4912) | NL80211_CMD_SET_CHANNEL = 0x41 constant NL80211_CMD_SET_COALESCE (line 4913) | NL80211_CMD_SET_COALESCE = 0x65 constant NL80211_CMD_SET_CQM (line 4914) | NL80211_CMD_SET_CQM = 0x3f constant NL80211_CMD_SET_FILS_AAD (line 4915) | NL80211_CMD_SET_FILS_AAD = 0x92 constant NL80211_CMD_SET_INTERFACE (line 4916) | NL80211_CMD_SET_INTERFACE = 0x6 constant NL80211_CMD_SET_KEY (line 4917) | NL80211_CMD_SET_KEY = 0xa constant NL80211_CMD_SET_MAC_ACL (line 4918) | NL80211_CMD_SET_MAC_ACL = 0x5d constant NL80211_CMD_SET_MCAST_RATE (line 4919) | NL80211_CMD_SET_MCAST_RATE = 0x5c constant NL80211_CMD_SET_MESH_CONFIG (line 4920) | NL80211_CMD_SET_MESH_CONFIG = 0x1d constant NL80211_CMD_SET_MESH_PARAMS (line 4921) | NL80211_CMD_SET_MESH_PARAMS = 0x1d constant NL80211_CMD_SET_MGMT_EXTRA_IE (line 4922) | NL80211_CMD_SET_MGMT_EXTRA_IE = 0x1e constant NL80211_CMD_SET_MPATH (line 4923) | NL80211_CMD_SET_MPATH = 0x16 constant NL80211_CMD_SET_MULTICAST_TO_UNICAST (line 4924) | NL80211_CMD_SET_MULTICAST_TO_UNICAST = 0x79 constant NL80211_CMD_SET_NOACK_MAP (line 4925) | NL80211_CMD_SET_NOACK_MAP = 0x57 constant NL80211_CMD_SET_PMK (line 4926) | NL80211_CMD_SET_PMK = 0x7b constant NL80211_CMD_SET_PMKSA (line 4927) | NL80211_CMD_SET_PMKSA = 0x34 constant NL80211_CMD_SET_POWER_SAVE (line 4928) | NL80211_CMD_SET_POWER_SAVE = 0x3d constant NL80211_CMD_SET_QOS_MAP (line 4929) | NL80211_CMD_SET_QOS_MAP = 0x68 constant NL80211_CMD_SET_REG (line 4930) | NL80211_CMD_SET_REG = 0x1a constant NL80211_CMD_SET_REKEY_OFFLOAD (line 4931) | NL80211_CMD_SET_REKEY_OFFLOAD = 0x4f constant NL80211_CMD_SET_SAR_SPECS (line 4932) | NL80211_CMD_SET_SAR_SPECS = 0x8c constant NL80211_CMD_SET_STATION (line 4933) | NL80211_CMD_SET_STATION = 0x12 constant NL80211_CMD_SET_TID_CONFIG (line 4934) | NL80211_CMD_SET_TID_CONFIG = 0x89 constant NL80211_CMD_SET_TX_BITRATE_MASK (line 4935) | NL80211_CMD_SET_TX_BITRATE_MASK = 0x39 constant NL80211_CMD_SET_WDS_PEER (line 4936) | NL80211_CMD_SET_WDS_PEER = 0x42 constant NL80211_CMD_SET_WIPHY (line 4937) | NL80211_CMD_SET_WIPHY = 0x2 constant NL80211_CMD_SET_WIPHY_NETNS (line 4938) | NL80211_CMD_SET_WIPHY_NETNS = 0x31 constant NL80211_CMD_SET_WOWLAN (line 4939) | NL80211_CMD_SET_WOWLAN = 0x4a constant NL80211_CMD_STA_OPMODE_CHANGED (line 4940) | NL80211_CMD_STA_OPMODE_CHANGED = 0x80 constant NL80211_CMD_START_AP (line 4941) | NL80211_CMD_START_AP = 0xf constant NL80211_CMD_START_NAN (line 4942) | NL80211_CMD_START_NAN = 0x73 constant NL80211_CMD_START_P2P_DEVICE (line 4943) | NL80211_CMD_START_P2P_DEVICE = 0x59 constant NL80211_CMD_START_SCHED_SCAN (line 4944) | NL80211_CMD_START_SCHED_SCAN = 0x4b constant NL80211_CMD_STOP_AP (line 4945) | NL80211_CMD_STOP_AP = 0x10 constant NL80211_CMD_STOP_NAN (line 4946) | NL80211_CMD_STOP_NAN = 0x74 constant NL80211_CMD_STOP_P2P_DEVICE (line 4947) | NL80211_CMD_STOP_P2P_DEVICE = 0x5a constant NL80211_CMD_STOP_SCHED_SCAN (line 4948) | NL80211_CMD_STOP_SCHED_SCAN = 0x4c constant NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH (line 4949) | NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH = 0x70 constant NL80211_CMD_TDLS_CHANNEL_SWITCH (line 4950) | NL80211_CMD_TDLS_CHANNEL_SWITCH = 0x6f constant NL80211_CMD_TDLS_MGMT (line 4951) | NL80211_CMD_TDLS_MGMT = 0x52 constant NL80211_CMD_TDLS_OPER (line 4952) | NL80211_CMD_TDLS_OPER = 0x51 constant NL80211_CMD_TESTMODE (line 4953) | NL80211_CMD_TESTMODE = 0x2d constant NL80211_CMD_TRIGGER_SCAN (line 4954) | NL80211_CMD_TRIGGER_SCAN = 0x21 constant NL80211_CMD_UNEXPECTED_4ADDR_FRAME (line 4955) | NL80211_CMD_UNEXPECTED_4ADDR_FRAME = 0x56 constant NL80211_CMD_UNEXPECTED_FRAME (line 4956) | NL80211_CMD_UNEXPECTED_FRAME = 0x53 constant NL80211_CMD_UNPROT_BEACON (line 4957) | NL80211_CMD_UNPROT_BEACON = 0x8a constant NL80211_CMD_UNPROT_DEAUTHENTICATE (line 4958) | NL80211_CMD_UNPROT_DEAUTHENTICATE = 0x46 constant NL80211_CMD_UNPROT_DISASSOCIATE (line 4959) | NL80211_CMD_UNPROT_DISASSOCIATE = 0x47 constant NL80211_CMD_UNSPEC (line 4960) | NL80211_CMD_UNSPEC = 0x0 constant NL80211_CMD_UPDATE_CONNECT_PARAMS (line 4961) | NL80211_CMD_UPDATE_CONNECT_PARAMS = 0x7a constant NL80211_CMD_UPDATE_FT_IES (line 4962) | NL80211_CMD_UPDATE_FT_IES = 0x60 constant NL80211_CMD_UPDATE_OWE_INFO (line 4963) | NL80211_CMD_UPDATE_OWE_INFO = 0x87 constant NL80211_CMD_VENDOR (line 4964) | NL80211_CMD_VENDOR = 0x67 constant NL80211_CMD_WIPHY_REG_CHANGE (line 4965) | NL80211_CMD_WIPHY_REG_CHANGE = 0x71 constant NL80211_COALESCE_CONDITION_MATCH (line 4966) | NL80211_COALESCE_CONDITION_MATCH = 0x0 constant NL80211_COALESCE_CONDITION_NO_MATCH (line 4967) | NL80211_COALESCE_CONDITION_NO_MATCH = 0x1 constant NL80211_CONN_FAIL_BLOCKED_CLIENT (line 4968) | NL80211_CONN_FAIL_BLOCKED_CLIENT = 0x1 constant NL80211_CONN_FAIL_MAX_CLIENTS (line 4969) | NL80211_CONN_FAIL_MAX_CLIENTS = 0x0 constant NL80211_CQM_RSSI_BEACON_LOSS_EVENT (line 4970) | NL80211_CQM_RSSI_BEACON_LOSS_EVENT = 0x2 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH (line 4971) | NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH = 0x1 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW (line 4972) | NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW = 0x0 constant NL80211_CQM_TXE_MAX_INTVL (line 4973) | NL80211_CQM_TXE_MAX_INTVL = 0x708 constant NL80211_CRIT_PROTO_APIPA (line 4974) | NL80211_CRIT_PROTO_APIPA = 0x3 constant NL80211_CRIT_PROTO_DHCP (line 4975) | NL80211_CRIT_PROTO_DHCP = 0x1 constant NL80211_CRIT_PROTO_EAPOL (line 4976) | NL80211_CRIT_PROTO_EAPOL = 0x2 constant NL80211_CRIT_PROTO_MAX_DURATION (line 4977) | NL80211_CRIT_PROTO_MAX_DURATION = 0x1388 constant NL80211_CRIT_PROTO_UNSPEC (line 4978) | NL80211_CRIT_PROTO_UNSPEC = 0x0 constant NL80211_DFS_AVAILABLE (line 4979) | NL80211_DFS_AVAILABLE = 0x2 constant NL80211_DFS_ETSI (line 4980) | NL80211_DFS_ETSI = 0x2 constant NL80211_DFS_FCC (line 4981) | NL80211_DFS_FCC = 0x1 constant NL80211_DFS_JP (line 4982) | NL80211_DFS_JP = 0x3 constant NL80211_DFS_UNAVAILABLE (line 4983) | NL80211_DFS_UNAVAILABLE = 0x1 constant NL80211_DFS_UNSET (line 4984) | NL80211_DFS_UNSET = 0x0 constant NL80211_DFS_USABLE (line 4985) | NL80211_DFS_USABLE = 0x0 constant NL80211_EDMG_BW_CONFIG_MAX (line 4986) | NL80211_EDMG_BW_CONFIG_MAX = 0xf constant NL80211_EDMG_BW_CONFIG_MIN (line 4987) | NL80211_EDMG_BW_CONFIG_MIN = 0x4 constant NL80211_EDMG_CHANNELS_MAX (line 4988) | NL80211_EDMG_CHANNELS_MAX = 0x3c constant NL80211_EDMG_CHANNELS_MIN (line 4989) | NL80211_EDMG_CHANNELS_MIN = 0x1 constant NL80211_EHT_MAX_CAPABILITY_LEN (line 4990) | NL80211_EHT_MAX_CAPABILITY_LEN = 0x33 constant NL80211_EHT_MIN_CAPABILITY_LEN (line 4991) | NL80211_EHT_MIN_CAPABILITY_LEN = 0xd constant NL80211_EXTERNAL_AUTH_ABORT (line 4992) | NL80211_EXTERNAL_AUTH_ABORT = 0x1 constant NL80211_EXTERNAL_AUTH_START (line 4993) | NL80211_EXTERNAL_AUTH_START = 0x0 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK (line 4994) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK = 0x32 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X (line 4995) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X = 0x10 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK (line 4996) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK = 0xf constant NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP (line 4997) | NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP = 0x12 constant NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT (line 4998) | NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_AIRTIME_FAIRNESS (line 4999) | NL80211_EXT_FEATURE_AIRTIME_FAIRNESS = 0x21 constant NL80211_EXT_FEATURE_AP_PMKSA_CACHING (line 5000) | NL80211_EXT_FEATURE_AP_PMKSA_CACHING = 0x22 constant NL80211_EXT_FEATURE_AQL (line 5001) | NL80211_EXT_FEATURE_AQL = 0x28 constant NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT (line 5002) | NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT = 0x2e constant NL80211_EXT_FEATURE_BEACON_PROTECTION (line 5003) | NL80211_EXT_FEATURE_BEACON_PROTECTION = 0x29 constant NL80211_EXT_FEATURE_BEACON_RATE_HE (line 5004) | NL80211_EXT_FEATURE_BEACON_RATE_HE = 0x36 constant NL80211_EXT_FEATURE_BEACON_RATE_HT (line 5005) | NL80211_EXT_FEATURE_BEACON_RATE_HT = 0x7 constant NL80211_EXT_FEATURE_BEACON_RATE_LEGACY (line 5006) | NL80211_EXT_FEATURE_BEACON_RATE_LEGACY = 0x6 constant NL80211_EXT_FEATURE_BEACON_RATE_VHT (line 5007) | NL80211_EXT_FEATURE_BEACON_RATE_VHT = 0x8 constant NL80211_EXT_FEATURE_BSS_COLOR (line 5008) | NL80211_EXT_FEATURE_BSS_COLOR = 0x3a constant NL80211_EXT_FEATURE_BSS_PARENT_TSF (line 5009) | NL80211_EXT_FEATURE_BSS_PARENT_TSF = 0x4 constant NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 (line 5010) | NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 = 0x1f constant NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH (line 5011) | NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH = 0x2a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 (line 5012) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 = 0x1a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS (line 5013) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS = 0x30 constant NL80211_EXT_FEATURE_CQM_RSSI_LIST (line 5014) | NL80211_EXT_FEATURE_CQM_RSSI_LIST = 0xd constant NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT (line 5015) | NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_DEL_IBSS_STA (line 5016) | NL80211_EXT_FEATURE_DEL_IBSS_STA = 0x2c constant NL80211_EXT_FEATURE_DFS_OFFLOAD (line 5017) | NL80211_EXT_FEATURE_DFS_OFFLOAD = 0x19 constant NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER (line 5018) | NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER = 0x20 constant NL80211_EXT_FEATURE_EXT_KEY_ID (line 5019) | NL80211_EXT_FEATURE_EXT_KEY_ID = 0x24 constant NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD (line 5020) | NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD = 0x3b constant NL80211_EXT_FEATURE_FILS_DISCOVERY (line 5021) | NL80211_EXT_FEATURE_FILS_DISCOVERY = 0x34 constant NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME (line 5022) | NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME = 0x11 constant NL80211_EXT_FEATURE_FILS_SK_OFFLOAD (line 5023) | NL80211_EXT_FEATURE_FILS_SK_OFFLOAD = 0xe constant NL80211_EXT_FEATURE_FILS_STA (line 5024) | NL80211_EXT_FEATURE_FILS_STA = 0x9 constant NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN (line 5025) | NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN = 0x18 constant NL80211_EXT_FEATURE_LOW_POWER_SCAN (line 5026) | NL80211_EXT_FEATURE_LOW_POWER_SCAN = 0x17 constant NL80211_EXT_FEATURE_LOW_SPAN_SCAN (line 5027) | NL80211_EXT_FEATURE_LOW_SPAN_SCAN = 0x16 constant NL80211_EXT_FEATURE_MFP_OPTIONAL (line 5028) | NL80211_EXT_FEATURE_MFP_OPTIONAL = 0x15 constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA (line 5029) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA = 0xa constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED (line 5030) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED = 0xb constant NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS (line 5031) | NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS = 0x2d constant NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER (line 5032) | NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER = 0x2 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5033) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x14 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE (line 5034) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE = 0x13 constant NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION (line 5035) | NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION = 0x31 constant NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE (line 5036) | NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE = 0x3d constant NL80211_EXT_FEATURE_PROTECTED_TWT (line 5037) | NL80211_EXT_FEATURE_PROTECTED_TWT = 0x2b constant NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE (line 5038) | NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE = 0x39 constant NL80211_EXT_FEATURE_RADAR_BACKGROUND (line 5039) | NL80211_EXT_FEATURE_RADAR_BACKGROUND = 0x3c constant NL80211_EXT_FEATURE_RRM (line 5040) | NL80211_EXT_FEATURE_RRM = 0x1 constant NL80211_EXT_FEATURE_SAE_OFFLOAD_AP (line 5041) | NL80211_EXT_FEATURE_SAE_OFFLOAD_AP = 0x33 constant NL80211_EXT_FEATURE_SAE_OFFLOAD (line 5042) | NL80211_EXT_FEATURE_SAE_OFFLOAD = 0x26 constant NL80211_EXT_FEATURE_SCAN_FREQ_KHZ (line 5043) | NL80211_EXT_FEATURE_SCAN_FREQ_KHZ = 0x2f constant NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT (line 5044) | NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT = 0x1e constant NL80211_EXT_FEATURE_SCAN_RANDOM_SN (line 5045) | NL80211_EXT_FEATURE_SCAN_RANDOM_SN = 0x1d constant NL80211_EXT_FEATURE_SCAN_START_TIME (line 5046) | NL80211_EXT_FEATURE_SCAN_START_TIME = 0x3 constant NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD (line 5047) | NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD = 0x23 constant NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI (line 5048) | NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI = 0xc constant NL80211_EXT_FEATURE_SECURE_LTF (line 5049) | NL80211_EXT_FEATURE_SECURE_LTF = 0x37 constant NL80211_EXT_FEATURE_SECURE_RTT (line 5050) | NL80211_EXT_FEATURE_SECURE_RTT = 0x38 constant NL80211_EXT_FEATURE_SET_SCAN_DWELL (line 5051) | NL80211_EXT_FEATURE_SET_SCAN_DWELL = 0x5 constant NL80211_EXT_FEATURE_STA_TX_PWR (line 5052) | NL80211_EXT_FEATURE_STA_TX_PWR = 0x25 constant NL80211_EXT_FEATURE_TXQS (line 5053) | NL80211_EXT_FEATURE_TXQS = 0x1c constant NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP (line 5054) | NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP = 0x35 constant NL80211_EXT_FEATURE_VHT_IBSS (line 5055) | NL80211_EXT_FEATURE_VHT_IBSS = 0x0 constant NL80211_EXT_FEATURE_VLAN_OFFLOAD (line 5056) | NL80211_EXT_FEATURE_VLAN_OFFLOAD = 0x27 constant NL80211_FEATURE_ACKTO_ESTIMATION (line 5057) | NL80211_FEATURE_ACKTO_ESTIMATION = 0x800000 constant NL80211_FEATURE_ACTIVE_MONITOR (line 5058) | NL80211_FEATURE_ACTIVE_MONITOR = 0x20000 constant NL80211_FEATURE_ADVERTISE_CHAN_LIMITS (line 5059) | NL80211_FEATURE_ADVERTISE_CHAN_LIMITS = 0x4000 constant NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE (line 5060) | NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE = 0x40000 constant NL80211_FEATURE_AP_SCAN (line 5061) | NL80211_FEATURE_AP_SCAN = 0x100 constant NL80211_FEATURE_CELL_BASE_REG_HINTS (line 5062) | NL80211_FEATURE_CELL_BASE_REG_HINTS = 0x8 constant NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES (line 5063) | NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES = 0x80000 constant NL80211_FEATURE_DYNAMIC_SMPS (line 5064) | NL80211_FEATURE_DYNAMIC_SMPS = 0x2000000 constant NL80211_FEATURE_FULL_AP_CLIENT_STATE (line 5065) | NL80211_FEATURE_FULL_AP_CLIENT_STATE = 0x8000 constant NL80211_FEATURE_HT_IBSS (line 5066) | NL80211_FEATURE_HT_IBSS = 0x2 constant NL80211_FEATURE_INACTIVITY_TIMER (line 5067) | NL80211_FEATURE_INACTIVITY_TIMER = 0x4 constant NL80211_FEATURE_LOW_PRIORITY_SCAN (line 5068) | NL80211_FEATURE_LOW_PRIORITY_SCAN = 0x40 constant NL80211_FEATURE_MAC_ON_CREATE (line 5069) | NL80211_FEATURE_MAC_ON_CREATE = 0x8000000 constant NL80211_FEATURE_ND_RANDOM_MAC_ADDR (line 5070) | NL80211_FEATURE_ND_RANDOM_MAC_ADDR = 0x80000000 constant NL80211_FEATURE_NEED_OBSS_SCAN (line 5071) | NL80211_FEATURE_NEED_OBSS_SCAN = 0x400 constant NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL (line 5072) | NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL = 0x10 constant NL80211_FEATURE_P2P_GO_CTWIN (line 5073) | NL80211_FEATURE_P2P_GO_CTWIN = 0x800 constant NL80211_FEATURE_P2P_GO_OPPPS (line 5074) | NL80211_FEATURE_P2P_GO_OPPPS = 0x1000 constant NL80211_FEATURE_QUIET (line 5075) | NL80211_FEATURE_QUIET = 0x200000 constant NL80211_FEATURE_SAE (line 5076) | NL80211_FEATURE_SAE = 0x20 constant NL80211_FEATURE_SCAN_FLUSH (line 5077) | NL80211_FEATURE_SCAN_FLUSH = 0x80 constant NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR (line 5078) | NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR = 0x20000000 constant NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR (line 5079) | NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR = 0x40000000 constant NL80211_FEATURE_SK_TX_STATUS (line 5080) | NL80211_FEATURE_SK_TX_STATUS = 0x1 constant NL80211_FEATURE_STATIC_SMPS (line 5081) | NL80211_FEATURE_STATIC_SMPS = 0x1000000 constant NL80211_FEATURE_SUPPORTS_WMM_ADMISSION (line 5082) | NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 0x4000000 constant NL80211_FEATURE_TDLS_CHANNEL_SWITCH (line 5083) | NL80211_FEATURE_TDLS_CHANNEL_SWITCH = 0x10000000 constant NL80211_FEATURE_TX_POWER_INSERTION (line 5084) | NL80211_FEATURE_TX_POWER_INSERTION = 0x400000 constant NL80211_FEATURE_USERSPACE_MPM (line 5085) | NL80211_FEATURE_USERSPACE_MPM = 0x10000 constant NL80211_FEATURE_VIF_TXPOWER (line 5086) | NL80211_FEATURE_VIF_TXPOWER = 0x200 constant NL80211_FEATURE_WFA_TPC_IE_IN_PROBES (line 5087) | NL80211_FEATURE_WFA_TPC_IE_IN_PROBES = 0x100000 constant NL80211_FILS_DISCOVERY_ATTR_INT_MAX (line 5088) | NL80211_FILS_DISCOVERY_ATTR_INT_MAX = 0x2 constant NL80211_FILS_DISCOVERY_ATTR_INT_MIN (line 5089) | NL80211_FILS_DISCOVERY_ATTR_INT_MIN = 0x1 constant NL80211_FILS_DISCOVERY_ATTR_MAX (line 5090) | NL80211_FILS_DISCOVERY_ATTR_MAX = 0x3 constant NL80211_FILS_DISCOVERY_ATTR_TMPL (line 5091) | NL80211_FILS_DISCOVERY_ATTR_TMPL = 0x3 constant NL80211_FILS_DISCOVERY_TMPL_MIN_LEN (line 5092) | NL80211_FILS_DISCOVERY_TMPL_MIN_LEN = 0x2a constant NL80211_FREQUENCY_ATTR_16MHZ (line 5093) | NL80211_FREQUENCY_ATTR_16MHZ = 0x19 constant NL80211_FREQUENCY_ATTR_1MHZ (line 5094) | NL80211_FREQUENCY_ATTR_1MHZ = 0x15 constant NL80211_FREQUENCY_ATTR_2MHZ (line 5095) | NL80211_FREQUENCY_ATTR_2MHZ = 0x16 constant NL80211_FREQUENCY_ATTR_4MHZ (line 5096) | NL80211_FREQUENCY_ATTR_4MHZ = 0x17 constant NL80211_FREQUENCY_ATTR_8MHZ (line 5097) | NL80211_FREQUENCY_ATTR_8MHZ = 0x18 constant NL80211_FREQUENCY_ATTR_DFS_CAC_TIME (line 5098) | NL80211_FREQUENCY_ATTR_DFS_CAC_TIME = 0xd constant NL80211_FREQUENCY_ATTR_DFS_STATE (line 5099) | NL80211_FREQUENCY_ATTR_DFS_STATE = 0x7 constant NL80211_FREQUENCY_ATTR_DFS_TIME (line 5100) | NL80211_FREQUENCY_ATTR_DFS_TIME = 0x8 constant NL80211_FREQUENCY_ATTR_DISABLED (line 5101) | NL80211_FREQUENCY_ATTR_DISABLED = 0x2 constant NL80211_FREQUENCY_ATTR_FREQ (line 5102) | NL80211_FREQUENCY_ATTR_FREQ = 0x1 constant NL80211_FREQUENCY_ATTR_GO_CONCURRENT (line 5103) | NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_INDOOR_ONLY (line 5104) | NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe constant NL80211_FREQUENCY_ATTR_IR_CONCURRENT (line 5105) | NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_MAX (line 5106) | NL80211_FREQUENCY_ATTR_MAX = 0x1b constant NL80211_FREQUENCY_ATTR_MAX_TX_POWER (line 5107) | NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6 constant NL80211_FREQUENCY_ATTR_NO_10MHZ (line 5108) | NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11 constant NL80211_FREQUENCY_ATTR_NO_160MHZ (line 5109) | NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc constant NL80211_FREQUENCY_ATTR_NO_20MHZ (line 5110) | NL80211_FREQUENCY_ATTR_NO_20MHZ = 0x10 constant NL80211_FREQUENCY_ATTR_NO_320MHZ (line 5111) | NL80211_FREQUENCY_ATTR_NO_320MHZ = 0x1a constant NL80211_FREQUENCY_ATTR_NO_80MHZ (line 5112) | NL80211_FREQUENCY_ATTR_NO_80MHZ = 0xb constant NL80211_FREQUENCY_ATTR_NO_EHT (line 5113) | NL80211_FREQUENCY_ATTR_NO_EHT = 0x1b constant NL80211_FREQUENCY_ATTR_NO_HE (line 5114) | NL80211_FREQUENCY_ATTR_NO_HE = 0x13 constant NL80211_FREQUENCY_ATTR_NO_HT40_MINUS (line 5115) | NL80211_FREQUENCY_ATTR_NO_HT40_MINUS = 0x9 constant NL80211_FREQUENCY_ATTR_NO_HT40_PLUS (line 5116) | NL80211_FREQUENCY_ATTR_NO_HT40_PLUS = 0xa constant NL80211_FREQUENCY_ATTR_NO_IBSS (line 5117) | NL80211_FREQUENCY_ATTR_NO_IBSS = 0x3 constant NL80211_FREQUENCY_ATTR_NO_IR (line 5118) | NL80211_FREQUENCY_ATTR_NO_IR = 0x3 constant NL80211_FREQUENCY_ATTR_OFFSET (line 5119) | NL80211_FREQUENCY_ATTR_OFFSET = 0x14 constant NL80211_FREQUENCY_ATTR_PASSIVE_SCAN (line 5120) | NL80211_FREQUENCY_ATTR_PASSIVE_SCAN = 0x3 constant NL80211_FREQUENCY_ATTR_RADAR (line 5121) | NL80211_FREQUENCY_ATTR_RADAR = 0x5 constant NL80211_FREQUENCY_ATTR_WMM (line 5122) | NL80211_FREQUENCY_ATTR_WMM = 0x12 constant NL80211_FTM_RESP_ATTR_CIVICLOC (line 5123) | NL80211_FTM_RESP_ATTR_CIVICLOC = 0x3 constant NL80211_FTM_RESP_ATTR_ENABLED (line 5124) | NL80211_FTM_RESP_ATTR_ENABLED = 0x1 constant NL80211_FTM_RESP_ATTR_LCI (line 5125) | NL80211_FTM_RESP_ATTR_LCI = 0x2 constant NL80211_FTM_RESP_ATTR_MAX (line 5126) | NL80211_FTM_RESP_ATTR_MAX = 0x3 constant NL80211_FTM_STATS_ASAP_NUM (line 5127) | NL80211_FTM_STATS_ASAP_NUM = 0x4 constant NL80211_FTM_STATS_FAILED_NUM (line 5128) | NL80211_FTM_STATS_FAILED_NUM = 0x3 constant NL80211_FTM_STATS_MAX (line 5129) | NL80211_FTM_STATS_MAX = 0xa constant NL80211_FTM_STATS_NON_ASAP_NUM (line 5130) | NL80211_FTM_STATS_NON_ASAP_NUM = 0x5 constant NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM (line 5131) | NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM = 0x9 constant NL80211_FTM_STATS_PAD (line 5132) | NL80211_FTM_STATS_PAD = 0xa constant NL80211_FTM_STATS_PARTIAL_NUM (line 5133) | NL80211_FTM_STATS_PARTIAL_NUM = 0x2 constant NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM (line 5134) | NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM = 0x8 constant NL80211_FTM_STATS_SUCCESS_NUM (line 5135) | NL80211_FTM_STATS_SUCCESS_NUM = 0x1 constant NL80211_FTM_STATS_TOTAL_DURATION_MSEC (line 5136) | NL80211_FTM_STATS_TOTAL_DURATION_MSEC = 0x6 constant NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM (line 5137) | NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM = 0x7 constant NL80211_GENL_NAME (line 5138) | NL80211_GENL_NAME = "nl80211" constant NL80211_HE_BSS_COLOR_ATTR_COLOR (line 5139) | NL80211_HE_BSS_COLOR_ATTR_COLOR = 0x1 constant NL80211_HE_BSS_COLOR_ATTR_DISABLED (line 5140) | NL80211_HE_BSS_COLOR_ATTR_DISABLED = 0x2 constant NL80211_HE_BSS_COLOR_ATTR_MAX (line 5141) | NL80211_HE_BSS_COLOR_ATTR_MAX = 0x3 constant NL80211_HE_BSS_COLOR_ATTR_PARTIAL (line 5142) | NL80211_HE_BSS_COLOR_ATTR_PARTIAL = 0x3 constant NL80211_HE_MAX_CAPABILITY_LEN (line 5143) | NL80211_HE_MAX_CAPABILITY_LEN = 0x36 constant NL80211_HE_MIN_CAPABILITY_LEN (line 5144) | NL80211_HE_MIN_CAPABILITY_LEN = 0x10 constant NL80211_HE_NSS_MAX (line 5145) | NL80211_HE_NSS_MAX = 0x8 constant NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP (line 5146) | NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP = 0x4 constant NL80211_HE_OBSS_PD_ATTR_MAX (line 5147) | NL80211_HE_OBSS_PD_ATTR_MAX = 0x6 constant NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET (line 5148) | NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET = 0x2 constant NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET (line 5149) | NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET = 0x1 constant NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET (line 5150) | NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET = 0x3 constant NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP (line 5151) | NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP = 0x5 constant NL80211_HE_OBSS_PD_ATTR_SR_CTRL (line 5152) | NL80211_HE_OBSS_PD_ATTR_SR_CTRL = 0x6 constant NL80211_HIDDEN_SSID_NOT_IN_USE (line 5153) | NL80211_HIDDEN_SSID_NOT_IN_USE = 0x0 constant NL80211_HIDDEN_SSID_ZERO_CONTENTS (line 5154) | NL80211_HIDDEN_SSID_ZERO_CONTENTS = 0x2 constant NL80211_HIDDEN_SSID_ZERO_LEN (line 5155) | NL80211_HIDDEN_SSID_ZERO_LEN = 0x1 constant NL80211_HT_CAPABILITY_LEN (line 5156) | NL80211_HT_CAPABILITY_LEN = 0x1a constant NL80211_IFACE_COMB_BI_MIN_GCD (line 5157) | NL80211_IFACE_COMB_BI_MIN_GCD = 0x7 constant NL80211_IFACE_COMB_LIMITS (line 5158) | NL80211_IFACE_COMB_LIMITS = 0x1 constant NL80211_IFACE_COMB_MAXNUM (line 5159) | NL80211_IFACE_COMB_MAXNUM = 0x2 constant NL80211_IFACE_COMB_NUM_CHANNELS (line 5160) | NL80211_IFACE_COMB_NUM_CHANNELS = 0x4 constant NL80211_IFACE_COMB_RADAR_DETECT_REGIONS (line 5161) | NL80211_IFACE_COMB_RADAR_DETECT_REGIONS = 0x6 constant NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS (line 5162) | NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS = 0x5 constant NL80211_IFACE_COMB_STA_AP_BI_MATCH (line 5163) | NL80211_IFACE_COMB_STA_AP_BI_MATCH = 0x3 constant NL80211_IFACE_COMB_UNSPEC (line 5164) | NL80211_IFACE_COMB_UNSPEC = 0x0 constant NL80211_IFACE_LIMIT_MAX (line 5165) | NL80211_IFACE_LIMIT_MAX = 0x1 constant NL80211_IFACE_LIMIT_TYPES (line 5166) | NL80211_IFACE_LIMIT_TYPES = 0x2 constant NL80211_IFACE_LIMIT_UNSPEC (line 5167) | NL80211_IFACE_LIMIT_UNSPEC = 0x0 constant NL80211_IFTYPE_ADHOC (line 5168) | NL80211_IFTYPE_ADHOC = 0x1 constant NL80211_IFTYPE_AKM_ATTR_IFTYPES (line 5169) | NL80211_IFTYPE_AKM_ATTR_IFTYPES = 0x1 constant NL80211_IFTYPE_AKM_ATTR_MAX (line 5170) | NL80211_IFTYPE_AKM_ATTR_MAX = 0x2 constant NL80211_IFTYPE_AKM_ATTR_SUITES (line 5171) | NL80211_IFTYPE_AKM_ATTR_SUITES = 0x2 constant NL80211_IFTYPE_AP (line 5172) | NL80211_IFTYPE_AP = 0x3 constant NL80211_IFTYPE_AP_VLAN (line 5173) | NL80211_IFTYPE_AP_VLAN = 0x4 constant NL80211_IFTYPE_MAX (line 5174) | NL80211_IFTYPE_MAX = 0xc constant NL80211_IFTYPE_MESH_POINT (line 5175) | NL80211_IFTYPE_MESH_POINT = 0x7 constant NL80211_IFTYPE_MONITOR (line 5176) | NL80211_IFTYPE_MONITOR = 0x6 constant NL80211_IFTYPE_NAN (line 5177) | NL80211_IFTYPE_NAN = 0xc constant NL80211_IFTYPE_OCB (line 5178) | NL80211_IFTYPE_OCB = 0xb constant NL80211_IFTYPE_P2P_CLIENT (line 5179) | NL80211_IFTYPE_P2P_CLIENT = 0x8 constant NL80211_IFTYPE_P2P_DEVICE (line 5180) | NL80211_IFTYPE_P2P_DEVICE = 0xa constant NL80211_IFTYPE_P2P_GO (line 5181) | NL80211_IFTYPE_P2P_GO = 0x9 constant NL80211_IFTYPE_STATION (line 5182) | NL80211_IFTYPE_STATION = 0x2 constant NL80211_IFTYPE_UNSPECIFIED (line 5183) | NL80211_IFTYPE_UNSPECIFIED = 0x0 constant NL80211_IFTYPE_WDS (line 5184) | NL80211_IFTYPE_WDS = 0x5 constant NL80211_KCK_EXT_LEN (line 5185) | NL80211_KCK_EXT_LEN = 0x18 constant NL80211_KCK_LEN (line 5186) | NL80211_KCK_LEN = 0x10 constant NL80211_KEK_EXT_LEN (line 5187) | NL80211_KEK_EXT_LEN = 0x20 constant NL80211_KEK_LEN (line 5188) | NL80211_KEK_LEN = 0x10 constant NL80211_KEY_CIPHER (line 5189) | NL80211_KEY_CIPHER = 0x3 constant NL80211_KEY_DATA (line 5190) | NL80211_KEY_DATA = 0x1 constant NL80211_KEY_DEFAULT_BEACON (line 5191) | NL80211_KEY_DEFAULT_BEACON = 0xa constant NL80211_KEY_DEFAULT (line 5192) | NL80211_KEY_DEFAULT = 0x5 constant NL80211_KEY_DEFAULT_MGMT (line 5193) | NL80211_KEY_DEFAULT_MGMT = 0x6 constant NL80211_KEY_DEFAULT_TYPE_MULTICAST (line 5194) | NL80211_KEY_DEFAULT_TYPE_MULTICAST = 0x2 constant NL80211_KEY_DEFAULT_TYPES (line 5195) | NL80211_KEY_DEFAULT_TYPES = 0x8 constant NL80211_KEY_DEFAULT_TYPE_UNICAST (line 5196) | NL80211_KEY_DEFAULT_TYPE_UNICAST = 0x1 constant NL80211_KEY_IDX (line 5197) | NL80211_KEY_IDX = 0x2 constant NL80211_KEY_MAX (line 5198) | NL80211_KEY_MAX = 0xa constant NL80211_KEY_MODE (line 5199) | NL80211_KEY_MODE = 0x9 constant NL80211_KEY_NO_TX (line 5200) | NL80211_KEY_NO_TX = 0x1 constant NL80211_KEY_RX_TX (line 5201) | NL80211_KEY_RX_TX = 0x0 constant NL80211_KEY_SEQ (line 5202) | NL80211_KEY_SEQ = 0x4 constant NL80211_KEY_SET_TX (line 5203) | NL80211_KEY_SET_TX = 0x2 constant NL80211_KEY_TYPE (line 5204) | NL80211_KEY_TYPE = 0x7 constant NL80211_KEYTYPE_GROUP (line 5205) | NL80211_KEYTYPE_GROUP = 0x0 constant NL80211_KEYTYPE_PAIRWISE (line 5206) | NL80211_KEYTYPE_PAIRWISE = 0x1 constant NL80211_KEYTYPE_PEERKEY (line 5207) | NL80211_KEYTYPE_PEERKEY = 0x2 constant NL80211_MAX_NR_AKM_SUITES (line 5208) | NL80211_MAX_NR_AKM_SUITES = 0x2 constant NL80211_MAX_NR_CIPHER_SUITES (line 5209) | NL80211_MAX_NR_CIPHER_SUITES = 0x5 constant NL80211_MAX_SUPP_HT_RATES (line 5210) | NL80211_MAX_SUPP_HT_RATES = 0x4d constant NL80211_MAX_SUPP_RATES (line 5211) | NL80211_MAX_SUPP_RATES = 0x20 constant NL80211_MAX_SUPP_REG_RULES (line 5212) | NL80211_MAX_SUPP_REG_RULES = 0x80 constant NL80211_MBSSID_CONFIG_ATTR_EMA (line 5213) | NL80211_MBSSID_CONFIG_ATTR_EMA = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_INDEX (line 5214) | NL80211_MBSSID_CONFIG_ATTR_INDEX = 0x3 constant NL80211_MBSSID_CONFIG_ATTR_MAX (line 5215) | NL80211_MBSSID_CONFIG_ATTR_MAX = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY (line 5216) | NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY = 0x2 constant NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES (line 5217) | NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES = 0x1 constant NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX (line 5218) | NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX = 0x4 constant NL80211_MESHCONF_ATTR_MAX (line 5219) | NL80211_MESHCONF_ATTR_MAX = 0x1f constant NL80211_MESHCONF_AUTO_OPEN_PLINKS (line 5220) | NL80211_MESHCONF_AUTO_OPEN_PLINKS = 0x7 constant NL80211_MESHCONF_AWAKE_WINDOW (line 5221) | NL80211_MESHCONF_AWAKE_WINDOW = 0x1b constant NL80211_MESHCONF_CONFIRM_TIMEOUT (line 5222) | NL80211_MESHCONF_CONFIRM_TIMEOUT = 0x2 constant NL80211_MESHCONF_CONNECTED_TO_AS (line 5223) | NL80211_MESHCONF_CONNECTED_TO_AS = 0x1f constant NL80211_MESHCONF_CONNECTED_TO_GATE (line 5224) | NL80211_MESHCONF_CONNECTED_TO_GATE = 0x1d constant NL80211_MESHCONF_ELEMENT_TTL (line 5225) | NL80211_MESHCONF_ELEMENT_TTL = 0xf constant NL80211_MESHCONF_FORWARDING (line 5226) | NL80211_MESHCONF_FORWARDING = 0x13 constant NL80211_MESHCONF_GATE_ANNOUNCEMENTS (line 5227) | NL80211_MESHCONF_GATE_ANNOUNCEMENTS = 0x11 constant NL80211_MESHCONF_HOLDING_TIMEOUT (line 5228) | NL80211_MESHCONF_HOLDING_TIMEOUT = 0x3 constant NL80211_MESHCONF_HT_OPMODE (line 5229) | NL80211_MESHCONF_HT_OPMODE = 0x16 constant NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT (line 5230) | NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT = 0xb constant NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL (line 5231) | NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL = 0x19 constant NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES (line 5232) | NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES = 0x8 constant NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME (line 5233) | NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME = 0xd constant NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT (line 5234) | NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT = 0x17 constant NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL (line 5235) | NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL = 0x12 constant NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL (line 5236) | NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL = 0xc constant NL80211_MESHCONF_HWMP_RANN_INTERVAL (line 5237) | NL80211_MESHCONF_HWMP_RANN_INTERVAL = 0x10 constant NL80211_MESHCONF_HWMP_ROOT_INTERVAL (line 5238) | NL80211_MESHCONF_HWMP_ROOT_INTERVAL = 0x18 constant NL80211_MESHCONF_HWMP_ROOTMODE (line 5239) | NL80211_MESHCONF_HWMP_ROOTMODE = 0xe constant NL80211_MESHCONF_MAX_PEER_LINKS (line 5240) | NL80211_MESHCONF_MAX_PEER_LINKS = 0x4 constant NL80211_MESHCONF_MAX_RETRIES (line 5241) | NL80211_MESHCONF_MAX_RETRIES = 0x5 constant NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT (line 5242) | NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT = 0xa constant NL80211_MESHCONF_NOLEARN (line 5243) | NL80211_MESHCONF_NOLEARN = 0x1e constant NL80211_MESHCONF_PATH_REFRESH_TIME (line 5244) | NL80211_MESHCONF_PATH_REFRESH_TIME = 0x9 constant NL80211_MESHCONF_PLINK_TIMEOUT (line 5245) | NL80211_MESHCONF_PLINK_TIMEOUT = 0x1c constant NL80211_MESHCONF_POWER_MODE (line 5246) | NL80211_MESHCONF_POWER_MODE = 0x1a constant NL80211_MESHCONF_RETRY_TIMEOUT (line 5247) | NL80211_MESHCONF_RETRY_TIMEOUT = 0x1 constant NL80211_MESHCONF_RSSI_THRESHOLD (line 5248) | NL80211_MESHCONF_RSSI_THRESHOLD = 0x14 constant NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR (line 5249) | NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR = 0x15 constant NL80211_MESHCONF_TTL (line 5250) | NL80211_MESHCONF_TTL = 0x6 constant NL80211_MESH_POWER_ACTIVE (line 5251) | NL80211_MESH_POWER_ACTIVE = 0x1 constant NL80211_MESH_POWER_DEEP_SLEEP (line 5252) | NL80211_MESH_POWER_DEEP_SLEEP = 0x3 constant NL80211_MESH_POWER_LIGHT_SLEEP (line 5253) | NL80211_MESH_POWER_LIGHT_SLEEP = 0x2 constant NL80211_MESH_POWER_MAX (line 5254) | NL80211_MESH_POWER_MAX = 0x3 constant NL80211_MESH_POWER_UNKNOWN (line 5255) | NL80211_MESH_POWER_UNKNOWN = 0x0 constant NL80211_MESH_SETUP_ATTR_MAX (line 5256) | NL80211_MESH_SETUP_ATTR_MAX = 0x8 constant NL80211_MESH_SETUP_AUTH_PROTOCOL (line 5257) | NL80211_MESH_SETUP_AUTH_PROTOCOL = 0x8 constant NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC (line 5258) | NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC = 0x2 constant NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL (line 5259) | NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL = 0x1 constant NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC (line 5260) | NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC = 0x6 constant NL80211_MESH_SETUP_IE (line 5261) | NL80211_MESH_SETUP_IE = 0x3 constant NL80211_MESH_SETUP_USERSPACE_AMPE (line 5262) | NL80211_MESH_SETUP_USERSPACE_AMPE = 0x5 constant NL80211_MESH_SETUP_USERSPACE_AUTH (line 5263) | NL80211_MESH_SETUP_USERSPACE_AUTH = 0x4 constant NL80211_MESH_SETUP_USERSPACE_MPM (line 5264) | NL80211_MESH_SETUP_USERSPACE_MPM = 0x7 constant NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE (line 5265) | NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE = 0x3 constant NL80211_MFP_NO (line 5266) | NL80211_MFP_NO = 0x0 constant NL80211_MFP_OPTIONAL (line 5267) | NL80211_MFP_OPTIONAL = 0x2 constant NL80211_MFP_REQUIRED (line 5268) | NL80211_MFP_REQUIRED = 0x1 constant NL80211_MIN_REMAIN_ON_CHANNEL_TIME (line 5269) | NL80211_MIN_REMAIN_ON_CHANNEL_TIME = 0xa constant NL80211_MNTR_FLAG_ACTIVE (line 5270) | NL80211_MNTR_FLAG_ACTIVE = 0x6 constant NL80211_MNTR_FLAG_CONTROL (line 5271) | NL80211_MNTR_FLAG_CONTROL = 0x3 constant NL80211_MNTR_FLAG_COOK_FRAMES (line 5272) | NL80211_MNTR_FLAG_COOK_FRAMES = 0x5 constant NL80211_MNTR_FLAG_FCSFAIL (line 5273) | NL80211_MNTR_FLAG_FCSFAIL = 0x1 constant NL80211_MNTR_FLAG_MAX (line 5274) | NL80211_MNTR_FLAG_MAX = 0x6 constant NL80211_MNTR_FLAG_OTHER_BSS (line 5275) | NL80211_MNTR_FLAG_OTHER_BSS = 0x4 constant NL80211_MNTR_FLAG_PLCPFAIL (line 5276) | NL80211_MNTR_FLAG_PLCPFAIL = 0x2 constant NL80211_MPATH_FLAG_ACTIVE (line 5277) | NL80211_MPATH_FLAG_ACTIVE = 0x1 constant NL80211_MPATH_FLAG_FIXED (line 5278) | NL80211_MPATH_FLAG_FIXED = 0x8 constant NL80211_MPATH_FLAG_RESOLVED (line 5279) | NL80211_MPATH_FLAG_RESOLVED = 0x10 constant NL80211_MPATH_FLAG_RESOLVING (line 5280) | NL80211_MPATH_FLAG_RESOLVING = 0x2 constant NL80211_MPATH_FLAG_SN_VALID (line 5281) | NL80211_MPATH_FLAG_SN_VALID = 0x4 constant NL80211_MPATH_INFO_DISCOVERY_RETRIES (line 5282) | NL80211_MPATH_INFO_DISCOVERY_RETRIES = 0x7 constant NL80211_MPATH_INFO_DISCOVERY_TIMEOUT (line 5283) | NL80211_MPATH_INFO_DISCOVERY_TIMEOUT = 0x6 constant NL80211_MPATH_INFO_EXPTIME (line 5284) | NL80211_MPATH_INFO_EXPTIME = 0x4 constant NL80211_MPATH_INFO_FLAGS (line 5285) | NL80211_MPATH_INFO_FLAGS = 0x5 constant NL80211_MPATH_INFO_FRAME_QLEN (line 5286) | NL80211_MPATH_INFO_FRAME_QLEN = 0x1 constant NL80211_MPATH_INFO_HOP_COUNT (line 5287) | NL80211_MPATH_INFO_HOP_COUNT = 0x8 constant NL80211_MPATH_INFO_MAX (line 5288) | NL80211_MPATH_INFO_MAX = 0x9 constant NL80211_MPATH_INFO_METRIC (line 5289) | NL80211_MPATH_INFO_METRIC = 0x3 constant NL80211_MPATH_INFO_PATH_CHANGE (line 5290) | NL80211_MPATH_INFO_PATH_CHANGE = 0x9 constant NL80211_MPATH_INFO_SN (line 5291) | NL80211_MPATH_INFO_SN = 0x2 constant NL80211_MULTICAST_GROUP_CONFIG (line 5292) | NL80211_MULTICAST_GROUP_CONFIG = "config" constant NL80211_MULTICAST_GROUP_MLME (line 5293) | NL80211_MULTICAST_GROUP_MLME = "mlme" constant NL80211_MULTICAST_GROUP_NAN (line 5294) | NL80211_MULTICAST_GROUP_NAN = "nan" constant NL80211_MULTICAST_GROUP_REG (line 5295) | NL80211_MULTICAST_GROUP_REG = "regulatory" constant NL80211_MULTICAST_GROUP_SCAN (line 5296) | NL80211_MULTICAST_GROUP_SCAN = "scan" constant NL80211_MULTICAST_GROUP_TESTMODE (line 5297) | NL80211_MULTICAST_GROUP_TESTMODE = "testmode" constant NL80211_MULTICAST_GROUP_VENDOR (line 5298) | NL80211_MULTICAST_GROUP_VENDOR = "vendor" constant NL80211_NAN_FUNC_ATTR_MAX (line 5299) | NL80211_NAN_FUNC_ATTR_MAX = 0x10 constant NL80211_NAN_FUNC_CLOSE_RANGE (line 5300) | NL80211_NAN_FUNC_CLOSE_RANGE = 0x9 constant NL80211_NAN_FUNC_FOLLOW_UP (line 5301) | NL80211_NAN_FUNC_FOLLOW_UP = 0x2 constant NL80211_NAN_FUNC_FOLLOW_UP_DEST (line 5302) | NL80211_NAN_FUNC_FOLLOW_UP_DEST = 0x8 constant NL80211_NAN_FUNC_FOLLOW_UP_ID (line 5303) | NL80211_NAN_FUNC_FOLLOW_UP_ID = 0x6 constant NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID (line 5304) | NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID = 0x7 constant NL80211_NAN_FUNC_INSTANCE_ID (line 5305) | NL80211_NAN_FUNC_INSTANCE_ID = 0xf constant NL80211_NAN_FUNC_MAX_TYPE (line 5306) | NL80211_NAN_FUNC_MAX_TYPE = 0x2 constant NL80211_NAN_FUNC_PUBLISH_BCAST (line 5307) | NL80211_NAN_FUNC_PUBLISH_BCAST = 0x4 constant NL80211_NAN_FUNC_PUBLISH (line 5308) | NL80211_NAN_FUNC_PUBLISH = 0x0 constant NL80211_NAN_FUNC_PUBLISH_TYPE (line 5309) | NL80211_NAN_FUNC_PUBLISH_TYPE = 0x3 constant NL80211_NAN_FUNC_RX_MATCH_FILTER (line 5310) | NL80211_NAN_FUNC_RX_MATCH_FILTER = 0xd constant NL80211_NAN_FUNC_SERVICE_ID (line 5311) | NL80211_NAN_FUNC_SERVICE_ID = 0x2 constant NL80211_NAN_FUNC_SERVICE_ID_LEN (line 5312) | NL80211_NAN_FUNC_SERVICE_ID_LEN = 0x6 constant NL80211_NAN_FUNC_SERVICE_INFO (line 5313) | NL80211_NAN_FUNC_SERVICE_INFO = 0xb constant NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN (line 5314) | NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SRF (line 5315) | NL80211_NAN_FUNC_SRF = 0xc constant NL80211_NAN_FUNC_SRF_MAX_LEN (line 5316) | NL80211_NAN_FUNC_SRF_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE (line 5317) | NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE = 0x5 constant NL80211_NAN_FUNC_SUBSCRIBE (line 5318) | NL80211_NAN_FUNC_SUBSCRIBE = 0x1 constant NL80211_NAN_FUNC_TERM_REASON (line 5319) | NL80211_NAN_FUNC_TERM_REASON = 0x10 constant NL80211_NAN_FUNC_TERM_REASON_ERROR (line 5320) | NL80211_NAN_FUNC_TERM_REASON_ERROR = 0x2 constant NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED (line 5321) | NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED = 0x1 constant NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST (line 5322) | NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST = 0x0 constant NL80211_NAN_FUNC_TTL (line 5323) | NL80211_NAN_FUNC_TTL = 0xa constant NL80211_NAN_FUNC_TX_MATCH_FILTER (line 5324) | NL80211_NAN_FUNC_TX_MATCH_FILTER = 0xe constant NL80211_NAN_FUNC_TYPE (line 5325) | NL80211_NAN_FUNC_TYPE = 0x1 constant NL80211_NAN_MATCH_ATTR_MAX (line 5326) | NL80211_NAN_MATCH_ATTR_MAX = 0x2 constant NL80211_NAN_MATCH_FUNC_LOCAL (line 5327) | NL80211_NAN_MATCH_FUNC_LOCAL = 0x1 constant NL80211_NAN_MATCH_FUNC_PEER (line 5328) | NL80211_NAN_MATCH_FUNC_PEER = 0x2 constant NL80211_NAN_SOLICITED_PUBLISH (line 5329) | NL80211_NAN_SOLICITED_PUBLISH = 0x1 constant NL80211_NAN_SRF_ATTR_MAX (line 5330) | NL80211_NAN_SRF_ATTR_MAX = 0x4 constant NL80211_NAN_SRF_BF (line 5331) | NL80211_NAN_SRF_BF = 0x2 constant NL80211_NAN_SRF_BF_IDX (line 5332) | NL80211_NAN_SRF_BF_IDX = 0x3 constant NL80211_NAN_SRF_INCLUDE (line 5333) | NL80211_NAN_SRF_INCLUDE = 0x1 constant NL80211_NAN_SRF_MAC_ADDRS (line 5334) | NL80211_NAN_SRF_MAC_ADDRS = 0x4 constant NL80211_NAN_UNSOLICITED_PUBLISH (line 5335) | NL80211_NAN_UNSOLICITED_PUBLISH = 0x2 constant NL80211_NUM_ACS (line 5336) | NL80211_NUM_ACS = 0x4 constant NL80211_P2P_PS_SUPPORTED (line 5337) | NL80211_P2P_PS_SUPPORTED = 0x1 constant NL80211_P2P_PS_UNSUPPORTED (line 5338) | NL80211_P2P_PS_UNSUPPORTED = 0x0 constant NL80211_PKTPAT_MASK (line 5339) | NL80211_PKTPAT_MASK = 0x1 constant NL80211_PKTPAT_OFFSET (line 5340) | NL80211_PKTPAT_OFFSET = 0x3 constant NL80211_PKTPAT_PATTERN (line 5341) | NL80211_PKTPAT_PATTERN = 0x2 constant NL80211_PLINK_ACTION_BLOCK (line 5342) | NL80211_PLINK_ACTION_BLOCK = 0x2 constant NL80211_PLINK_ACTION_NO_ACTION (line 5343) | NL80211_PLINK_ACTION_NO_ACTION = 0x0 constant NL80211_PLINK_ACTION_OPEN (line 5344) | NL80211_PLINK_ACTION_OPEN = 0x1 constant NL80211_PLINK_BLOCKED (line 5345) | NL80211_PLINK_BLOCKED = 0x6 constant NL80211_PLINK_CNF_RCVD (line 5346) | NL80211_PLINK_CNF_RCVD = 0x3 constant NL80211_PLINK_ESTAB (line 5347) | NL80211_PLINK_ESTAB = 0x4 constant NL80211_PLINK_HOLDING (line 5348) | NL80211_PLINK_HOLDING = 0x5 constant NL80211_PLINK_LISTEN (line 5349) | NL80211_PLINK_LISTEN = 0x0 constant NL80211_PLINK_OPN_RCVD (line 5350) | NL80211_PLINK_OPN_RCVD = 0x2 constant NL80211_PLINK_OPN_SNT (line 5351) | NL80211_PLINK_OPN_SNT = 0x1 constant NL80211_PMKSA_CANDIDATE_BSSID (line 5352) | NL80211_PMKSA_CANDIDATE_BSSID = 0x2 constant NL80211_PMKSA_CANDIDATE_INDEX (line 5353) | NL80211_PMKSA_CANDIDATE_INDEX = 0x1 constant NL80211_PMKSA_CANDIDATE_PREAUTH (line 5354) | NL80211_PMKSA_CANDIDATE_PREAUTH = 0x3 constant NL80211_PMSR_ATTR_MAX (line 5355) | NL80211_PMSR_ATTR_MAX = 0x5 constant NL80211_PMSR_ATTR_MAX_PEERS (line 5356) | NL80211_PMSR_ATTR_MAX_PEERS = 0x1 constant NL80211_PMSR_ATTR_PEERS (line 5357) | NL80211_PMSR_ATTR_PEERS = 0x5 constant NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR (line 5358) | NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR = 0x3 constant NL80211_PMSR_ATTR_REPORT_AP_TSF (line 5359) | NL80211_PMSR_ATTR_REPORT_AP_TSF = 0x2 constant NL80211_PMSR_ATTR_TYPE_CAPA (line 5360) | NL80211_PMSR_ATTR_TYPE_CAPA = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_ASAP (line 5361) | NL80211_PMSR_FTM_CAPA_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS (line 5362) | NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS = 0x6 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT (line 5363) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT = 0x7 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX (line 5364) | NL80211_PMSR_FTM_CAPA_ATTR_MAX = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST (line 5365) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP (line 5366) | NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP = 0x2 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED (line 5367) | NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES (line 5368) | NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES = 0x5 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC (line 5369) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI (line 5370) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI = 0x3 constant NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED (line 5371) | NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED = 0x9 constant NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS (line 5372) | NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS = 0x7 constant NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP (line 5373) | NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP = 0x5 constant NL80211_PMSR_FTM_FAILURE_NO_RESPONSE (line 5374) | NL80211_PMSR_FTM_FAILURE_NO_RESPONSE = 0x1 constant NL80211_PMSR_FTM_FAILURE_PEER_BUSY (line 5375) | NL80211_PMSR_FTM_FAILURE_PEER_BUSY = 0x6 constant NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE (line 5376) | NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE = 0x4 constant NL80211_PMSR_FTM_FAILURE_REJECTED (line 5377) | NL80211_PMSR_FTM_FAILURE_REJECTED = 0x2 constant NL80211_PMSR_FTM_FAILURE_UNSPECIFIED (line 5378) | NL80211_PMSR_FTM_FAILURE_UNSPECIFIED = 0x0 constant NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL (line 5379) | NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_ASAP (line 5380) | NL80211_PMSR_FTM_REQ_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR (line 5381) | NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION (line 5382) | NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION = 0x5 constant NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD (line 5383) | NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD = 0x4 constant NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST (line 5384) | NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST = 0x6 constant NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK (line 5385) | NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK = 0xc constant NL80211_PMSR_FTM_REQ_ATTR_MAX (line 5386) | NL80211_PMSR_FTM_REQ_ATTR_MAX = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED (line 5387) | NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED = 0xb constant NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP (line 5388) | NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES (line 5389) | NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES = 0x7 constant NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE (line 5390) | NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE = 0x2 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC (line 5391) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC = 0x9 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI (line 5392) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI = 0x8 constant NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED (line 5393) | NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION (line 5394) | NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION = 0x7 constant NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX (line 5395) | NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX = 0x2 constant NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME (line 5396) | NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME = 0x5 constant NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC (line 5397) | NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC = 0x14 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG (line 5398) | NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG = 0x10 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD (line 5399) | NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD = 0x12 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE (line 5400) | NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE = 0x11 constant NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON (line 5401) | NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON = 0x1 constant NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST (line 5402) | NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_RESP_ATTR_LCI (line 5403) | NL80211_PMSR_FTM_RESP_ATTR_LCI = 0x13 constant NL80211_PMSR_FTM_RESP_ATTR_MAX (line 5404) | NL80211_PMSR_FTM_RESP_ATTR_MAX = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP (line 5405) | NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP = 0x6 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS (line 5406) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS = 0x3 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES (line 5407) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES = 0x4 constant NL80211_PMSR_FTM_RESP_ATTR_PAD (line 5408) | NL80211_PMSR_FTM_RESP_ATTR_PAD = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG (line 5409) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG = 0x9 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD (line 5410) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG (line 5411) | NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG = 0xd constant NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD (line 5412) | NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD = 0xf constant NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE (line 5413) | NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE = 0xe constant NL80211_PMSR_FTM_RESP_ATTR_RX_RATE (line 5414) | NL80211_PMSR_FTM_RESP_ATTR_RX_RATE = 0xc constant NL80211_PMSR_FTM_RESP_ATTR_TX_RATE (line 5415) | NL80211_PMSR_FTM_RESP_ATTR_TX_RATE = 0xb constant NL80211_PMSR_PEER_ATTR_ADDR (line 5416) | NL80211_PMSR_PEER_ATTR_ADDR = 0x1 constant NL80211_PMSR_PEER_ATTR_CHAN (line 5417) | NL80211_PMSR_PEER_ATTR_CHAN = 0x2 constant NL80211_PMSR_PEER_ATTR_MAX (line 5418) | NL80211_PMSR_PEER_ATTR_MAX = 0x4 constant NL80211_PMSR_PEER_ATTR_REQ (line 5419) | NL80211_PMSR_PEER_ATTR_REQ = 0x3 constant NL80211_PMSR_PEER_ATTR_RESP (line 5420) | NL80211_PMSR_PEER_ATTR_RESP = 0x4 constant NL80211_PMSR_REQ_ATTR_DATA (line 5421) | NL80211_PMSR_REQ_ATTR_DATA = 0x1 constant NL80211_PMSR_REQ_ATTR_GET_AP_TSF (line 5422) | NL80211_PMSR_REQ_ATTR_GET_AP_TSF = 0x2 constant NL80211_PMSR_REQ_ATTR_MAX (line 5423) | NL80211_PMSR_REQ_ATTR_MAX = 0x2 constant NL80211_PMSR_RESP_ATTR_AP_TSF (line 5424) | NL80211_PMSR_RESP_ATTR_AP_TSF = 0x4 constant NL80211_PMSR_RESP_ATTR_DATA (line 5425) | NL80211_PMSR_RESP_ATTR_DATA = 0x1 constant NL80211_PMSR_RESP_ATTR_FINAL (line 5426) | NL80211_PMSR_RESP_ATTR_FINAL = 0x5 constant NL80211_PMSR_RESP_ATTR_HOST_TIME (line 5427) | NL80211_PMSR_RESP_ATTR_HOST_TIME = 0x3 constant NL80211_PMSR_RESP_ATTR_MAX (line 5428) | NL80211_PMSR_RESP_ATTR_MAX = 0x6 constant NL80211_PMSR_RESP_ATTR_PAD (line 5429) | NL80211_PMSR_RESP_ATTR_PAD = 0x6 constant NL80211_PMSR_RESP_ATTR_STATUS (line 5430) | NL80211_PMSR_RESP_ATTR_STATUS = 0x2 constant NL80211_PMSR_STATUS_FAILURE (line 5431) | NL80211_PMSR_STATUS_FAILURE = 0x3 constant NL80211_PMSR_STATUS_REFUSED (line 5432) | NL80211_PMSR_STATUS_REFUSED = 0x1 constant NL80211_PMSR_STATUS_SUCCESS (line 5433) | NL80211_PMSR_STATUS_SUCCESS = 0x0 constant NL80211_PMSR_STATUS_TIMEOUT (line 5434) | NL80211_PMSR_STATUS_TIMEOUT = 0x2 constant NL80211_PMSR_TYPE_FTM (line 5435) | NL80211_PMSR_TYPE_FTM = 0x1 constant NL80211_PMSR_TYPE_INVALID (line 5436) | NL80211_PMSR_TYPE_INVALID = 0x0 constant NL80211_PMSR_TYPE_MAX (line 5437) | NL80211_PMSR_TYPE_MAX = 0x1 constant NL80211_PREAMBLE_DMG (line 5438) | NL80211_PREAMBLE_DMG = 0x3 constant NL80211_PREAMBLE_HE (line 5439) | NL80211_PREAMBLE_HE = 0x4 constant NL80211_PREAMBLE_HT (line 5440) | NL80211_PREAMBLE_HT = 0x1 constant NL80211_PREAMBLE_LEGACY (line 5441) | NL80211_PREAMBLE_LEGACY = 0x0 constant NL80211_PREAMBLE_VHT (line 5442) | NL80211_PREAMBLE_VHT = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U (line 5443) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U = 0x8 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P (line 5444) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P = 0x4 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 (line 5445) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS (line 5446) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS = 0x1 constant NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP (line 5447) | NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP = 0x1 constant NL80211_PS_DISABLED (line 5448) | NL80211_PS_DISABLED = 0x0 constant NL80211_PS_ENABLED (line 5449) | NL80211_PS_ENABLED = 0x1 constant NL80211_RADAR_CAC_ABORTED (line 5450) | NL80211_RADAR_CAC_ABORTED = 0x2 constant NL80211_RADAR_CAC_FINISHED (line 5451) | NL80211_RADAR_CAC_FINISHED = 0x1 constant NL80211_RADAR_CAC_STARTED (line 5452) | NL80211_RADAR_CAC_STARTED = 0x5 constant NL80211_RADAR_DETECTED (line 5453) | NL80211_RADAR_DETECTED = 0x0 constant NL80211_RADAR_NOP_FINISHED (line 5454) | NL80211_RADAR_NOP_FINISHED = 0x3 constant NL80211_RADAR_PRE_CAC_EXPIRED (line 5455) | NL80211_RADAR_PRE_CAC_EXPIRED = 0x4 constant NL80211_RATE_INFO_10_MHZ_WIDTH (line 5456) | NL80211_RATE_INFO_10_MHZ_WIDTH = 0xb constant NL80211_RATE_INFO_160_MHZ_WIDTH (line 5457) | NL80211_RATE_INFO_160_MHZ_WIDTH = 0xa constant NL80211_RATE_INFO_320_MHZ_WIDTH (line 5458) | NL80211_RATE_INFO_320_MHZ_WIDTH = 0x12 constant NL80211_RATE_INFO_40_MHZ_WIDTH (line 5459) | NL80211_RATE_INFO_40_MHZ_WIDTH = 0x3 constant NL80211_RATE_INFO_5_MHZ_WIDTH (line 5460) | NL80211_RATE_INFO_5_MHZ_WIDTH = 0xc constant NL80211_RATE_INFO_80_MHZ_WIDTH (line 5461) | NL80211_RATE_INFO_80_MHZ_WIDTH = 0x8 constant NL80211_RATE_INFO_80P80_MHZ_WIDTH (line 5462) | NL80211_RATE_INFO_80P80_MHZ_WIDTH = 0x9 constant NL80211_RATE_INFO_BITRATE32 (line 5463) | NL80211_RATE_INFO_BITRATE32 = 0x5 constant NL80211_RATE_INFO_BITRATE (line 5464) | NL80211_RATE_INFO_BITRATE = 0x1 constant NL80211_RATE_INFO_EHT_GI_0_8 (line 5465) | NL80211_RATE_INFO_EHT_GI_0_8 = 0x0 constant NL80211_RATE_INFO_EHT_GI_1_6 (line 5466) | NL80211_RATE_INFO_EHT_GI_1_6 = 0x1 constant NL80211_RATE_INFO_EHT_GI_3_2 (line 5467) | NL80211_RATE_INFO_EHT_GI_3_2 = 0x2 constant NL80211_RATE_INFO_EHT_GI (line 5468) | NL80211_RATE_INFO_EHT_GI = 0x15 constant NL80211_RATE_INFO_EHT_MCS (line 5469) | NL80211_RATE_INFO_EHT_MCS = 0x13 constant NL80211_RATE_INFO_EHT_NSS (line 5470) | NL80211_RATE_INFO_EHT_NSS = 0x14 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106 (line 5471) | NL80211_RATE_INFO_EHT_RU_ALLOC_106 = 0x3 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 (line 5472) | NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 = 0x4 constant NL80211_RATE_INFO_EHT_RU_ALLOC_242 (line 5473) | NL80211_RATE_INFO_EHT_RU_ALLOC_242 = 0x5 constant NL80211_RATE_INFO_EHT_RU_ALLOC_26 (line 5474) | NL80211_RATE_INFO_EHT_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 (line 5475) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 = 0xb constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 (line 5476) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 = 0xc constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 (line 5477) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 = 0xd constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 (line 5478) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 = 0xe constant NL80211_RATE_INFO_EHT_RU_ALLOC_484 (line 5479) | NL80211_RATE_INFO_EHT_RU_ALLOC_484 = 0x6 constant NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 (line 5480) | NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 = 0x7 constant NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 (line 5481) | NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 = 0xf constant NL80211_RATE_INFO_EHT_RU_ALLOC_52 (line 5482) | NL80211_RATE_INFO_EHT_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 (line 5483) | NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 = 0x2 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996 (line 5484) | NL80211_RATE_INFO_EHT_RU_ALLOC_996 = 0x8 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 (line 5485) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 = 0x9 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 (line 5486) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 = 0xa constant NL80211_RATE_INFO_EHT_RU_ALLOC (line 5487) | NL80211_RATE_INFO_EHT_RU_ALLOC = 0x16 constant NL80211_RATE_INFO_HE_1XLTF (line 5488) | NL80211_RATE_INFO_HE_1XLTF = 0x0 constant NL80211_RATE_INFO_HE_2XLTF (line 5489) | NL80211_RATE_INFO_HE_2XLTF = 0x1 constant NL80211_RATE_INFO_HE_4XLTF (line 5490) | NL80211_RATE_INFO_HE_4XLTF = 0x2 constant NL80211_RATE_INFO_HE_DCM (line 5491) | NL80211_RATE_INFO_HE_DCM = 0x10 constant NL80211_RATE_INFO_HE_GI_0_8 (line 5492) | NL80211_RATE_INFO_HE_GI_0_8 = 0x0 constant NL80211_RATE_INFO_HE_GI_1_6 (line 5493) | NL80211_RATE_INFO_HE_GI_1_6 = 0x1 constant NL80211_RATE_INFO_HE_GI_3_2 (line 5494) | NL80211_RATE_INFO_HE_GI_3_2 = 0x2 constant NL80211_RATE_INFO_HE_GI (line 5495) | NL80211_RATE_INFO_HE_GI = 0xf constant NL80211_RATE_INFO_HE_MCS (line 5496) | NL80211_RATE_INFO_HE_MCS = 0xd constant NL80211_RATE_INFO_HE_NSS (line 5497) | NL80211_RATE_INFO_HE_NSS = 0xe constant NL80211_RATE_INFO_HE_RU_ALLOC_106 (line 5498) | NL80211_RATE_INFO_HE_RU_ALLOC_106 = 0x2 constant NL80211_RATE_INFO_HE_RU_ALLOC_242 (line 5499) | NL80211_RATE_INFO_HE_RU_ALLOC_242 = 0x3 constant NL80211_RATE_INFO_HE_RU_ALLOC_26 (line 5500) | NL80211_RATE_INFO_HE_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_HE_RU_ALLOC_2x996 (line 5501) | NL80211_RATE_INFO_HE_RU_ALLOC_2x996 = 0x6 constant NL80211_RATE_INFO_HE_RU_ALLOC_484 (line 5502) | NL80211_RATE_INFO_HE_RU_ALLOC_484 = 0x4 constant NL80211_RATE_INFO_HE_RU_ALLOC_52 (line 5503) | NL80211_RATE_INFO_HE_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_HE_RU_ALLOC_996 (line 5504) | NL80211_RATE_INFO_HE_RU_ALLOC_996 = 0x5 constant NL80211_RATE_INFO_HE_RU_ALLOC (line 5505) | NL80211_RATE_INFO_HE_RU_ALLOC = 0x11 constant NL80211_RATE_INFO_MAX (line 5506) | NL80211_RATE_INFO_MAX = 0x1d constant NL80211_RATE_INFO_MCS (line 5507) | NL80211_RATE_INFO_MCS = 0x2 constant NL80211_RATE_INFO_SHORT_GI (line 5508) | NL80211_RATE_INFO_SHORT_GI = 0x4 constant NL80211_RATE_INFO_VHT_MCS (line 5509) | NL80211_RATE_INFO_VHT_MCS = 0x6 constant NL80211_RATE_INFO_VHT_NSS (line 5510) | NL80211_RATE_INFO_VHT_NSS = 0x7 constant NL80211_REGDOM_SET_BY_CORE (line 5511) | NL80211_REGDOM_SET_BY_CORE = 0x0 constant NL80211_REGDOM_SET_BY_COUNTRY_IE (line 5512) | NL80211_REGDOM_SET_BY_COUNTRY_IE = 0x3 constant NL80211_REGDOM_SET_BY_DRIVER (line 5513) | NL80211_REGDOM_SET_BY_DRIVER = 0x2 constant NL80211_REGDOM_SET_BY_USER (line 5514) | NL80211_REGDOM_SET_BY_USER = 0x1 constant NL80211_REGDOM_TYPE_COUNTRY (line 5515) | NL80211_REGDOM_TYPE_COUNTRY = 0x0 constant NL80211_REGDOM_TYPE_CUSTOM_WORLD (line 5516) | NL80211_REGDOM_TYPE_CUSTOM_WORLD = 0x2 constant NL80211_REGDOM_TYPE_INTERSECTION (line 5517) | NL80211_REGDOM_TYPE_INTERSECTION = 0x3 constant NL80211_REGDOM_TYPE_WORLD (line 5518) | NL80211_REGDOM_TYPE_WORLD = 0x1 constant NL80211_REG_RULE_ATTR_MAX (line 5519) | NL80211_REG_RULE_ATTR_MAX = 0x7 constant NL80211_REKEY_DATA_AKM (line 5520) | NL80211_REKEY_DATA_AKM = 0x4 constant NL80211_REKEY_DATA_KCK (line 5521) | NL80211_REKEY_DATA_KCK = 0x2 constant NL80211_REKEY_DATA_KEK (line 5522) | NL80211_REKEY_DATA_KEK = 0x1 constant NL80211_REKEY_DATA_REPLAY_CTR (line 5523) | NL80211_REKEY_DATA_REPLAY_CTR = 0x3 constant NL80211_REPLAY_CTR_LEN (line 5524) | NL80211_REPLAY_CTR_LEN = 0x8 constant NL80211_RRF_AUTO_BW (line 5525) | NL80211_RRF_AUTO_BW = 0x800 constant NL80211_RRF_DFS (line 5526) | NL80211_RRF_DFS = 0x10 constant NL80211_RRF_GO_CONCURRENT (line 5527) | NL80211_RRF_GO_CONCURRENT = 0x1000 constant NL80211_RRF_IR_CONCURRENT (line 5528) | NL80211_RRF_IR_CONCURRENT = 0x1000 constant NL80211_RRF_NO_160MHZ (line 5529) | NL80211_RRF_NO_160MHZ = 0x10000 constant NL80211_RRF_NO_320MHZ (line 5530) | NL80211_RRF_NO_320MHZ = 0x40000 constant NL80211_RRF_NO_80MHZ (line 5531) | NL80211_RRF_NO_80MHZ = 0x8000 constant NL80211_RRF_NO_CCK (line 5532) | NL80211_RRF_NO_CCK = 0x2 constant NL80211_RRF_NO_HE (line 5533) | NL80211_RRF_NO_HE = 0x20000 constant NL80211_RRF_NO_HT40 (line 5534) | NL80211_RRF_NO_HT40 = 0x6000 constant NL80211_RRF_NO_HT40MINUS (line 5535) | NL80211_RRF_NO_HT40MINUS = 0x2000 constant NL80211_RRF_NO_HT40PLUS (line 5536) | NL80211_RRF_NO_HT40PLUS = 0x4000 constant NL80211_RRF_NO_IBSS (line 5537) | NL80211_RRF_NO_IBSS = 0x80 constant NL80211_RRF_NO_INDOOR (line 5538) | NL80211_RRF_NO_INDOOR = 0x4 constant NL80211_RRF_NO_IR_ALL (line 5539) | NL80211_RRF_NO_IR_ALL = 0x180 constant NL80211_RRF_NO_IR (line 5540) | NL80211_RRF_NO_IR = 0x80 constant NL80211_RRF_NO_OFDM (line 5541) | NL80211_RRF_NO_OFDM = 0x1 constant NL80211_RRF_NO_OUTDOOR (line 5542) | NL80211_RRF_NO_OUTDOOR = 0x8 constant NL80211_RRF_PASSIVE_SCAN (line 5543) | NL80211_RRF_PASSIVE_SCAN = 0x80 constant NL80211_RRF_PTMP_ONLY (line 5544) | NL80211_RRF_PTMP_ONLY = 0x40 constant NL80211_RRF_PTP_ONLY (line 5545) | NL80211_RRF_PTP_ONLY = 0x20 constant NL80211_RXMGMT_FLAG_ANSWERED (line 5546) | NL80211_RXMGMT_FLAG_ANSWERED = 0x1 constant NL80211_RXMGMT_FLAG_EXTERNAL_AUTH (line 5547) | NL80211_RXMGMT_FLAG_EXTERNAL_AUTH = 0x2 constant NL80211_SAE_PWE_BOTH (line 5548) | NL80211_SAE_PWE_BOTH = 0x3 constant NL80211_SAE_PWE_HASH_TO_ELEMENT (line 5549) | NL80211_SAE_PWE_HASH_TO_ELEMENT = 0x2 constant NL80211_SAE_PWE_HUNT_AND_PECK (line 5550) | NL80211_SAE_PWE_HUNT_AND_PECK = 0x1 constant NL80211_SAE_PWE_UNSPECIFIED (line 5551) | NL80211_SAE_PWE_UNSPECIFIED = 0x0 constant NL80211_SAR_ATTR_MAX (line 5552) | NL80211_SAR_ATTR_MAX = 0x2 constant NL80211_SAR_ATTR_SPECS (line 5553) | NL80211_SAR_ATTR_SPECS = 0x2 constant NL80211_SAR_ATTR_SPECS_END_FREQ (line 5554) | NL80211_SAR_ATTR_SPECS_END_FREQ = 0x4 constant NL80211_SAR_ATTR_SPECS_MAX (line 5555) | NL80211_SAR_ATTR_SPECS_MAX = 0x4 constant NL80211_SAR_ATTR_SPECS_POWER (line 5556) | NL80211_SAR_ATTR_SPECS_POWER = 0x1 constant NL80211_SAR_ATTR_SPECS_RANGE_INDEX (line 5557) | NL80211_SAR_ATTR_SPECS_RANGE_INDEX = 0x2 constant NL80211_SAR_ATTR_SPECS_START_FREQ (line 5558) | NL80211_SAR_ATTR_SPECS_START_FREQ = 0x3 constant NL80211_SAR_ATTR_TYPE (line 5559) | NL80211_SAR_ATTR_TYPE = 0x1 constant NL80211_SAR_TYPE_POWER (line 5560) | NL80211_SAR_TYPE_POWER = 0x0 constant NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP (line 5561) | NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP = 0x20 constant NL80211_SCAN_FLAG_AP (line 5562) | NL80211_SCAN_FLAG_AP = 0x4 constant NL80211_SCAN_FLAG_COLOCATED_6GHZ (line 5563) | NL80211_SCAN_FLAG_COLOCATED_6GHZ = 0x4000 constant NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME (line 5564) | NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME = 0x10 constant NL80211_SCAN_FLAG_FLUSH (line 5565) | NL80211_SCAN_FLAG_FLUSH = 0x2 constant NL80211_SCAN_FLAG_FREQ_KHZ (line 5566) | NL80211_SCAN_FLAG_FREQ_KHZ = 0x2000 constant NL80211_SCAN_FLAG_HIGH_ACCURACY (line 5567) | NL80211_SCAN_FLAG_HIGH_ACCURACY = 0x400 constant NL80211_SCAN_FLAG_LOW_POWER (line 5568) | NL80211_SCAN_FLAG_LOW_POWER = 0x200 constant NL80211_SCAN_FLAG_LOW_PRIORITY (line 5569) | NL80211_SCAN_FLAG_LOW_PRIORITY = 0x1 constant NL80211_SCAN_FLAG_LOW_SPAN (line 5570) | NL80211_SCAN_FLAG_LOW_SPAN = 0x100 constant NL80211_SCAN_FLAG_MIN_PREQ_CONTENT (line 5571) | NL80211_SCAN_FLAG_MIN_PREQ_CONTENT = 0x1000 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5572) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x80 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE (line 5573) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE = 0x40 constant NL80211_SCAN_FLAG_RANDOM_ADDR (line 5574) | NL80211_SCAN_FLAG_RANDOM_ADDR = 0x8 constant NL80211_SCAN_FLAG_RANDOM_SN (line 5575) | NL80211_SCAN_FLAG_RANDOM_SN = 0x800 constant NL80211_SCAN_RSSI_THOLD_OFF (line 5576) | NL80211_SCAN_RSSI_THOLD_OFF = -0x12c constant NL80211_SCHED_SCAN_MATCH_ATTR_BSSID (line 5577) | NL80211_SCHED_SCAN_MATCH_ATTR_BSSID = 0x5 constant NL80211_SCHED_SCAN_MATCH_ATTR_MAX (line 5578) | NL80211_SCHED_SCAN_MATCH_ATTR_MAX = 0x6 constant NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI (line 5579) | NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI = 0x3 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST (line 5580) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST = 0x4 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI (line 5581) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI = 0x2 constant NL80211_SCHED_SCAN_MATCH_ATTR_SSID (line 5582) | NL80211_SCHED_SCAN_MATCH_ATTR_SSID = 0x1 constant NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI (line 5583) | NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI = 0x6 constant NL80211_SCHED_SCAN_PLAN_INTERVAL (line 5584) | NL80211_SCHED_SCAN_PLAN_INTERVAL = 0x1 constant NL80211_SCHED_SCAN_PLAN_ITERATIONS (line 5585) | NL80211_SCHED_SCAN_PLAN_ITERATIONS = 0x2 constant NL80211_SCHED_SCAN_PLAN_MAX (line 5586) | NL80211_SCHED_SCAN_PLAN_MAX = 0x2 constant NL80211_SMPS_DYNAMIC (line 5587) | NL80211_SMPS_DYNAMIC = 0x2 constant NL80211_SMPS_MAX (line 5588) | NL80211_SMPS_MAX = 0x2 constant NL80211_SMPS_OFF (line 5589) | NL80211_SMPS_OFF = 0x0 constant NL80211_SMPS_STATIC (line 5590) | NL80211_SMPS_STATIC = 0x1 constant NL80211_STA_BSS_PARAM_BEACON_INTERVAL (line 5591) | NL80211_STA_BSS_PARAM_BEACON_INTERVAL = 0x5 constant NL80211_STA_BSS_PARAM_CTS_PROT (line 5592) | NL80211_STA_BSS_PARAM_CTS_PROT = 0x1 constant NL80211_STA_BSS_PARAM_DTIM_PERIOD (line 5593) | NL80211_STA_BSS_PARAM_DTIM_PERIOD = 0x4 constant NL80211_STA_BSS_PARAM_MAX (line 5594) | NL80211_STA_BSS_PARAM_MAX = 0x5 constant NL80211_STA_BSS_PARAM_SHORT_PREAMBLE (line 5595) | NL80211_STA_BSS_PARAM_SHORT_PREAMBLE = 0x2 constant NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME (line 5596) | NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME = 0x3 constant NL80211_STA_FLAG_ASSOCIATED (line 5597) | NL80211_STA_FLAG_ASSOCIATED = 0x7 constant NL80211_STA_FLAG_AUTHENTICATED (line 5598) | NL80211_STA_FLAG_AUTHENTICATED = 0x5 constant NL80211_STA_FLAG_AUTHORIZED (line 5599) | NL80211_STA_FLAG_AUTHORIZED = 0x1 constant NL80211_STA_FLAG_MAX (line 5600) | NL80211_STA_FLAG_MAX = 0x7 constant NL80211_STA_FLAG_MAX_OLD_API (line 5601) | NL80211_STA_FLAG_MAX_OLD_API = 0x6 constant NL80211_STA_FLAG_MFP (line 5602) | NL80211_STA_FLAG_MFP = 0x4 constant NL80211_STA_FLAG_SHORT_PREAMBLE (line 5603) | NL80211_STA_FLAG_SHORT_PREAMBLE = 0x2 constant NL80211_STA_FLAG_TDLS_PEER (line 5604) | NL80211_STA_FLAG_TDLS_PEER = 0x6 constant NL80211_STA_FLAG_WME (line 5605) | NL80211_STA_FLAG_WME = 0x3 constant NL80211_STA_INFO_ACK_SIGNAL_AVG (line 5606) | NL80211_STA_INFO_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_ACK_SIGNAL (line 5607) | NL80211_STA_INFO_ACK_SIGNAL = 0x22 constant NL80211_STA_INFO_AIRTIME_LINK_METRIC (line 5608) | NL80211_STA_INFO_AIRTIME_LINK_METRIC = 0x29 constant NL80211_STA_INFO_AIRTIME_WEIGHT (line 5609) | NL80211_STA_INFO_AIRTIME_WEIGHT = 0x28 constant NL80211_STA_INFO_ASSOC_AT_BOOTTIME (line 5610) | NL80211_STA_INFO_ASSOC_AT_BOOTTIME = 0x2a constant NL80211_STA_INFO_BEACON_LOSS (line 5611) | NL80211_STA_INFO_BEACON_LOSS = 0x12 constant NL80211_STA_INFO_BEACON_RX (line 5612) | NL80211_STA_INFO_BEACON_RX = 0x1d constant NL80211_STA_INFO_BEACON_SIGNAL_AVG (line 5613) | NL80211_STA_INFO_BEACON_SIGNAL_AVG = 0x1e constant NL80211_STA_INFO_BSS_PARAM (line 5614) | NL80211_STA_INFO_BSS_PARAM = 0xf constant NL80211_STA_INFO_CHAIN_SIGNAL_AVG (line 5615) | NL80211_STA_INFO_CHAIN_SIGNAL_AVG = 0x1a constant NL80211_STA_INFO_CHAIN_SIGNAL (line 5616) | NL80211_STA_INFO_CHAIN_SIGNAL = 0x19 constant NL80211_STA_INFO_CONNECTED_TIME (line 5617) | NL80211_STA_INFO_CONNECTED_TIME = 0x10 constant NL80211_STA_INFO_CONNECTED_TO_AS (line 5618) | NL80211_STA_INFO_CONNECTED_TO_AS = 0x2b constant NL80211_STA_INFO_CONNECTED_TO_GATE (line 5619) | NL80211_STA_INFO_CONNECTED_TO_GATE = 0x26 constant NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG (line 5620) | NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_EXPECTED_THROUGHPUT (line 5621) | NL80211_STA_INFO_EXPECTED_THROUGHPUT = 0x1b constant NL80211_STA_INFO_FCS_ERROR_COUNT (line 5622) | NL80211_STA_INFO_FCS_ERROR_COUNT = 0x25 constant NL80211_STA_INFO_INACTIVE_TIME (line 5623) | NL80211_STA_INFO_INACTIVE_TIME = 0x1 constant NL80211_STA_INFO_LLID (line 5624) | NL80211_STA_INFO_LLID = 0x4 constant NL80211_STA_INFO_LOCAL_PM (line 5625) | NL80211_STA_INFO_LOCAL_PM = 0x14 constant NL80211_STA_INFO_MAX (line 5626) | NL80211_STA_INFO_MAX = 0x2b constant NL80211_STA_INFO_NONPEER_PM (line 5627) | NL80211_STA_INFO_NONPEER_PM = 0x16 constant NL80211_STA_INFO_PAD (line 5628) | NL80211_STA_INFO_PAD = 0x21 constant NL80211_STA_INFO_PEER_PM (line 5629) | NL80211_STA_INFO_PEER_PM = 0x15 constant NL80211_STA_INFO_PLID (line 5630) | NL80211_STA_INFO_PLID = 0x5 constant NL80211_STA_INFO_PLINK_STATE (line 5631) | NL80211_STA_INFO_PLINK_STATE = 0x6 constant NL80211_STA_INFO_RX_BITRATE (line 5632) | NL80211_STA_INFO_RX_BITRATE = 0xe constant NL80211_STA_INFO_RX_BYTES64 (line 5633) | NL80211_STA_INFO_RX_BYTES64 = 0x17 constant NL80211_STA_INFO_RX_BYTES (line 5634) | NL80211_STA_INFO_RX_BYTES = 0x2 constant NL80211_STA_INFO_RX_DROP_MISC (line 5635) | NL80211_STA_INFO_RX_DROP_MISC = 0x1c constant NL80211_STA_INFO_RX_DURATION (line 5636) | NL80211_STA_INFO_RX_DURATION = 0x20 constant NL80211_STA_INFO_RX_MPDUS (line 5637) | NL80211_STA_INFO_RX_MPDUS = 0x24 constant NL80211_STA_INFO_RX_PACKETS (line 5638) | NL80211_STA_INFO_RX_PACKETS = 0x9 constant NL80211_STA_INFO_SIGNAL_AVG (line 5639) | NL80211_STA_INFO_SIGNAL_AVG = 0xd constant NL80211_STA_INFO_SIGNAL (line 5640) | NL80211_STA_INFO_SIGNAL = 0x7 constant NL80211_STA_INFO_STA_FLAGS (line 5641) | NL80211_STA_INFO_STA_FLAGS = 0x11 constant NL80211_STA_INFO_TID_STATS (line 5642) | NL80211_STA_INFO_TID_STATS = 0x1f constant NL80211_STA_INFO_T_OFFSET (line 5643) | NL80211_STA_INFO_T_OFFSET = 0x13 constant NL80211_STA_INFO_TX_BITRATE (line 5644) | NL80211_STA_INFO_TX_BITRATE = 0x8 constant NL80211_STA_INFO_TX_BYTES64 (line 5645) | NL80211_STA_INFO_TX_BYTES64 = 0x18 constant NL80211_STA_INFO_TX_BYTES (line 5646) | NL80211_STA_INFO_TX_BYTES = 0x3 constant NL80211_STA_INFO_TX_DURATION (line 5647) | NL80211_STA_INFO_TX_DURATION = 0x27 constant NL80211_STA_INFO_TX_FAILED (line 5648) | NL80211_STA_INFO_TX_FAILED = 0xc constant NL80211_STA_INFO_TX_PACKETS (line 5649) | NL80211_STA_INFO_TX_PACKETS = 0xa constant NL80211_STA_INFO_TX_RETRIES (line 5650) | NL80211_STA_INFO_TX_RETRIES = 0xb constant NL80211_STA_WME_MAX (line 5651) | NL80211_STA_WME_MAX = 0x2 constant NL80211_STA_WME_MAX_SP (line 5652) | NL80211_STA_WME_MAX_SP = 0x2 constant NL80211_STA_WME_UAPSD_QUEUES (line 5653) | NL80211_STA_WME_UAPSD_QUEUES = 0x1 constant NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY (line 5654) | NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_CHANNEL_TIME (line 5655) | NL80211_SURVEY_INFO_CHANNEL_TIME = 0x4 constant NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY (line 5656) | NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_CHANNEL_TIME_RX (line 5657) | NL80211_SURVEY_INFO_CHANNEL_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_CHANNEL_TIME_TX (line 5658) | NL80211_SURVEY_INFO_CHANNEL_TIME_TX = 0x8 constant NL80211_SURVEY_INFO_FREQUENCY (line 5659) | NL80211_SURVEY_INFO_FREQUENCY = 0x1 constant NL80211_SURVEY_INFO_FREQUENCY_OFFSET (line 5660) | NL80211_SURVEY_INFO_FREQUENCY_OFFSET = 0xc constant NL80211_SURVEY_INFO_IN_USE (line 5661) | NL80211_SURVEY_INFO_IN_USE = 0x3 constant NL80211_SURVEY_INFO_MAX (line 5662) | NL80211_SURVEY_INFO_MAX = 0xc constant NL80211_SURVEY_INFO_NOISE (line 5663) | NL80211_SURVEY_INFO_NOISE = 0x2 constant NL80211_SURVEY_INFO_PAD (line 5664) | NL80211_SURVEY_INFO_PAD = 0xa constant NL80211_SURVEY_INFO_TIME_BSS_RX (line 5665) | NL80211_SURVEY_INFO_TIME_BSS_RX = 0xb constant NL80211_SURVEY_INFO_TIME_BUSY (line 5666) | NL80211_SURVEY_INFO_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_TIME (line 5667) | NL80211_SURVEY_INFO_TIME = 0x4 constant NL80211_SURVEY_INFO_TIME_EXT_BUSY (line 5668) | NL80211_SURVEY_INFO_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_TIME_RX (line 5669) | NL80211_SURVEY_INFO_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_TIME_SCAN (line 5670) | NL80211_SURVEY_INFO_TIME_SCAN = 0x9 constant NL80211_SURVEY_INFO_TIME_TX (line 5671) | NL80211_SURVEY_INFO_TIME_TX = 0x8 constant NL80211_TDLS_DISABLE_LINK (line 5672) | NL80211_TDLS_DISABLE_LINK = 0x4 constant NL80211_TDLS_DISCOVERY_REQ (line 5673) | NL80211_TDLS_DISCOVERY_REQ = 0x0 constant NL80211_TDLS_ENABLE_LINK (line 5674) | NL80211_TDLS_ENABLE_LINK = 0x3 constant NL80211_TDLS_PEER_HE (line 5675) | NL80211_TDLS_PEER_HE = 0x8 constant NL80211_TDLS_PEER_HT (line 5676) | NL80211_TDLS_PEER_HT = 0x1 constant NL80211_TDLS_PEER_VHT (line 5677) | NL80211_TDLS_PEER_VHT = 0x2 constant NL80211_TDLS_PEER_WMM (line 5678) | NL80211_TDLS_PEER_WMM = 0x4 constant NL80211_TDLS_SETUP (line 5679) | NL80211_TDLS_SETUP = 0x1 constant NL80211_TDLS_TEARDOWN (line 5680) | NL80211_TDLS_TEARDOWN = 0x2 constant NL80211_TID_CONFIG_ATTR_AMPDU_CTRL (line 5681) | NL80211_TID_CONFIG_ATTR_AMPDU_CTRL = 0x9 constant NL80211_TID_CONFIG_ATTR_AMSDU_CTRL (line 5682) | NL80211_TID_CONFIG_ATTR_AMSDU_CTRL = 0xb constant NL80211_TID_CONFIG_ATTR_MAX (line 5683) | NL80211_TID_CONFIG_ATTR_MAX = 0xd constant NL80211_TID_CONFIG_ATTR_NOACK (line 5684) | NL80211_TID_CONFIG_ATTR_NOACK = 0x6 constant NL80211_TID_CONFIG_ATTR_OVERRIDE (line 5685) | NL80211_TID_CONFIG_ATTR_OVERRIDE = 0x4 constant NL80211_TID_CONFIG_ATTR_PAD (line 5686) | NL80211_TID_CONFIG_ATTR_PAD = 0x1 constant NL80211_TID_CONFIG_ATTR_PEER_SUPP (line 5687) | NL80211_TID_CONFIG_ATTR_PEER_SUPP = 0x3 constant NL80211_TID_CONFIG_ATTR_RETRY_LONG (line 5688) | NL80211_TID_CONFIG_ATTR_RETRY_LONG = 0x8 constant NL80211_TID_CONFIG_ATTR_RETRY_SHORT (line 5689) | NL80211_TID_CONFIG_ATTR_RETRY_SHORT = 0x7 constant NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL (line 5690) | NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL = 0xa constant NL80211_TID_CONFIG_ATTR_TIDS (line 5691) | NL80211_TID_CONFIG_ATTR_TIDS = 0x5 constant NL80211_TID_CONFIG_ATTR_TX_RATE (line 5692) | NL80211_TID_CONFIG_ATTR_TX_RATE = 0xd constant NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE (line 5693) | NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE = 0xc constant NL80211_TID_CONFIG_ATTR_VIF_SUPP (line 5694) | NL80211_TID_CONFIG_ATTR_VIF_SUPP = 0x2 constant NL80211_TID_CONFIG_DISABLE (line 5695) | NL80211_TID_CONFIG_DISABLE = 0x1 constant NL80211_TID_CONFIG_ENABLE (line 5696) | NL80211_TID_CONFIG_ENABLE = 0x0 constant NL80211_TID_STATS_MAX (line 5697) | NL80211_TID_STATS_MAX = 0x6 constant NL80211_TID_STATS_PAD (line 5698) | NL80211_TID_STATS_PAD = 0x5 constant NL80211_TID_STATS_RX_MSDU (line 5699) | NL80211_TID_STATS_RX_MSDU = 0x1 constant NL80211_TID_STATS_TX_MSDU (line 5700) | NL80211_TID_STATS_TX_MSDU = 0x2 constant NL80211_TID_STATS_TX_MSDU_FAILED (line 5701) | NL80211_TID_STATS_TX_MSDU_FAILED = 0x4 constant NL80211_TID_STATS_TX_MSDU_RETRIES (line 5702) | NL80211_TID_STATS_TX_MSDU_RETRIES = 0x3 constant NL80211_TID_STATS_TXQ_STATS (line 5703) | NL80211_TID_STATS_TXQ_STATS = 0x6 constant NL80211_TIMEOUT_ASSOC (line 5704) | NL80211_TIMEOUT_ASSOC = 0x3 constant NL80211_TIMEOUT_AUTH (line 5705) | NL80211_TIMEOUT_AUTH = 0x2 constant NL80211_TIMEOUT_SCAN (line 5706) | NL80211_TIMEOUT_SCAN = 0x1 constant NL80211_TIMEOUT_UNSPECIFIED (line 5707) | NL80211_TIMEOUT_UNSPECIFIED = 0x0 constant NL80211_TKIP_DATA_OFFSET_ENCR_KEY (line 5708) | NL80211_TKIP_DATA_OFFSET_ENCR_KEY = 0x0 constant NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY (line 5709) | NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY = 0x18 constant NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY (line 5710) | NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY = 0x10 constant NL80211_TX_POWER_AUTOMATIC (line 5711) | NL80211_TX_POWER_AUTOMATIC = 0x0 constant NL80211_TX_POWER_FIXED (line 5712) | NL80211_TX_POWER_FIXED = 0x2 constant NL80211_TX_POWER_LIMITED (line 5713) | NL80211_TX_POWER_LIMITED = 0x1 constant NL80211_TXQ_ATTR_AC (line 5714) | NL80211_TXQ_ATTR_AC = 0x1 constant NL80211_TXQ_ATTR_AIFS (line 5715) | NL80211_TXQ_ATTR_AIFS = 0x5 constant NL80211_TXQ_ATTR_CWMAX (line 5716) | NL80211_TXQ_ATTR_CWMAX = 0x4 constant NL80211_TXQ_ATTR_CWMIN (line 5717) | NL80211_TXQ_ATTR_CWMIN = 0x3 constant NL80211_TXQ_ATTR_MAX (line 5718) | NL80211_TXQ_ATTR_MAX = 0x5 constant NL80211_TXQ_ATTR_QUEUE (line 5719) | NL80211_TXQ_ATTR_QUEUE = 0x1 constant NL80211_TXQ_ATTR_TXOP (line 5720) | NL80211_TXQ_ATTR_TXOP = 0x2 constant NL80211_TXQ_Q_BE (line 5721) | NL80211_TXQ_Q_BE = 0x2 constant NL80211_TXQ_Q_BK (line 5722) | NL80211_TXQ_Q_BK = 0x3 constant NL80211_TXQ_Q_VI (line 5723) | NL80211_TXQ_Q_VI = 0x1 constant NL80211_TXQ_Q_VO (line 5724) | NL80211_TXQ_Q_VO = 0x0 constant NL80211_TXQ_STATS_BACKLOG_BYTES (line 5725) | NL80211_TXQ_STATS_BACKLOG_BYTES = 0x1 constant NL80211_TXQ_STATS_BACKLOG_PACKETS (line 5726) | NL80211_TXQ_STATS_BACKLOG_PACKETS = 0x2 constant NL80211_TXQ_STATS_COLLISIONS (line 5727) | NL80211_TXQ_STATS_COLLISIONS = 0x8 constant NL80211_TXQ_STATS_DROPS (line 5728) | NL80211_TXQ_STATS_DROPS = 0x4 constant NL80211_TXQ_STATS_ECN_MARKS (line 5729) | NL80211_TXQ_STATS_ECN_MARKS = 0x5 constant NL80211_TXQ_STATS_FLOWS (line 5730) | NL80211_TXQ_STATS_FLOWS = 0x3 constant NL80211_TXQ_STATS_MAX (line 5731) | NL80211_TXQ_STATS_MAX = 0xb constant NL80211_TXQ_STATS_MAX_FLOWS (line 5732) | NL80211_TXQ_STATS_MAX_FLOWS = 0xb constant NL80211_TXQ_STATS_OVERLIMIT (line 5733) | NL80211_TXQ_STATS_OVERLIMIT = 0x6 constant NL80211_TXQ_STATS_OVERMEMORY (line 5734) | NL80211_TXQ_STATS_OVERMEMORY = 0x7 constant NL80211_TXQ_STATS_TX_BYTES (line 5735) | NL80211_TXQ_STATS_TX_BYTES = 0x9 constant NL80211_TXQ_STATS_TX_PACKETS (line 5736) | NL80211_TXQ_STATS_TX_PACKETS = 0xa constant NL80211_TX_RATE_AUTOMATIC (line 5737) | NL80211_TX_RATE_AUTOMATIC = 0x0 constant NL80211_TXRATE_DEFAULT_GI (line 5738) | NL80211_TXRATE_DEFAULT_GI = 0x0 constant NL80211_TX_RATE_FIXED (line 5739) | NL80211_TX_RATE_FIXED = 0x2 constant NL80211_TXRATE_FORCE_LGI (line 5740) | NL80211_TXRATE_FORCE_LGI = 0x2 constant NL80211_TXRATE_FORCE_SGI (line 5741) | NL80211_TXRATE_FORCE_SGI = 0x1 constant NL80211_TXRATE_GI (line 5742) | NL80211_TXRATE_GI = 0x4 constant NL80211_TXRATE_HE (line 5743) | NL80211_TXRATE_HE = 0x5 constant NL80211_TXRATE_HE_GI (line 5744) | NL80211_TXRATE_HE_GI = 0x6 constant NL80211_TXRATE_HE_LTF (line 5745) | NL80211_TXRATE_HE_LTF = 0x7 constant NL80211_TXRATE_HT (line 5746) | NL80211_TXRATE_HT = 0x2 constant NL80211_TXRATE_LEGACY (line 5747) | NL80211_TXRATE_LEGACY = 0x1 constant NL80211_TX_RATE_LIMITED (line 5748) | NL80211_TX_RATE_LIMITED = 0x1 constant NL80211_TXRATE_MAX (line 5749) | NL80211_TXRATE_MAX = 0x7 constant NL80211_TXRATE_MCS (line 5750) | NL80211_TXRATE_MCS = 0x2 constant NL80211_TXRATE_VHT (line 5751) | NL80211_TXRATE_VHT = 0x3 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT (line 5752) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT = 0x1 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX (line 5753) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX = 0x2 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL (line 5754) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL = 0x2 constant NL80211_USER_REG_HINT_CELL_BASE (line 5755) | NL80211_USER_REG_HINT_CELL_BASE = 0x1 constant NL80211_USER_REG_HINT_INDOOR (line 5756) | NL80211_USER_REG_HINT_INDOOR = 0x2 constant NL80211_USER_REG_HINT_USER (line 5757) | NL80211_USER_REG_HINT_USER = 0x0 constant NL80211_VENDOR_ID_IS_LINUX (line 5758) | NL80211_VENDOR_ID_IS_LINUX = 0x80000000 constant NL80211_VHT_CAPABILITY_LEN (line 5759) | NL80211_VHT_CAPABILITY_LEN = 0xc constant NL80211_VHT_NSS_MAX (line 5760) | NL80211_VHT_NSS_MAX = 0x8 constant NL80211_WIPHY_NAME_MAXLEN (line 5761) | NL80211_WIPHY_NAME_MAXLEN = 0x40 constant NL80211_WMMR_AIFSN (line 5762) | NL80211_WMMR_AIFSN = 0x3 constant NL80211_WMMR_CW_MAX (line 5763) | NL80211_WMMR_CW_MAX = 0x2 constant NL80211_WMMR_CW_MIN (line 5764) | NL80211_WMMR_CW_MIN = 0x1 constant NL80211_WMMR_MAX (line 5765) | NL80211_WMMR_MAX = 0x4 constant NL80211_WMMR_TXOP (line 5766) | NL80211_WMMR_TXOP = 0x4 constant NL80211_WOWLAN_PKTPAT_MASK (line 5767) | NL80211_WOWLAN_PKTPAT_MASK = 0x1 constant NL80211_WOWLAN_PKTPAT_OFFSET (line 5768) | NL80211_WOWLAN_PKTPAT_OFFSET = 0x3 constant NL80211_WOWLAN_PKTPAT_PATTERN (line 5769) | NL80211_WOWLAN_PKTPAT_PATTERN = 0x2 constant NL80211_WOWLAN_TCP_DATA_INTERVAL (line 5770) | NL80211_WOWLAN_TCP_DATA_INTERVAL = 0x9 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD (line 5771) | NL80211_WOWLAN_TCP_DATA_PAYLOAD = 0x6 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ (line 5772) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ = 0x7 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN (line 5773) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN = 0x8 constant NL80211_WOWLAN_TCP_DST_IPV4 (line 5774) | NL80211_WOWLAN_TCP_DST_IPV4 = 0x2 constant NL80211_WOWLAN_TCP_DST_MAC (line 5775) | NL80211_WOWLAN_TCP_DST_MAC = 0x3 constant NL80211_WOWLAN_TCP_DST_PORT (line 5776) | NL80211_WOWLAN_TCP_DST_PORT = 0x5 constant NL80211_WOWLAN_TCP_SRC_IPV4 (line 5777) | NL80211_WOWLAN_TCP_SRC_IPV4 = 0x1 constant NL80211_WOWLAN_TCP_SRC_PORT (line 5778) | NL80211_WOWLAN_TCP_SRC_PORT = 0x4 constant NL80211_WOWLAN_TCP_WAKE_MASK (line 5779) | NL80211_WOWLAN_TCP_WAKE_MASK = 0xb constant NL80211_WOWLAN_TCP_WAKE_PAYLOAD (line 5780) | NL80211_WOWLAN_TCP_WAKE_PAYLOAD = 0xa constant NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE (line 5781) | NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE = 0x8 constant NL80211_WOWLAN_TRIG_ANY (line 5782) | NL80211_WOWLAN_TRIG_ANY = 0x1 constant NL80211_WOWLAN_TRIG_DISCONNECT (line 5783) | NL80211_WOWLAN_TRIG_DISCONNECT = 0x2 constant NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST (line 5784) | NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST = 0x7 constant NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE (line 5785) | NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE = 0x6 constant NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED (line 5786) | NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED = 0x5 constant NL80211_WOWLAN_TRIG_MAGIC_PKT (line 5787) | NL80211_WOWLAN_TRIG_MAGIC_PKT = 0x3 constant NL80211_WOWLAN_TRIG_NET_DETECT (line 5788) | NL80211_WOWLAN_TRIG_NET_DETECT = 0x12 constant NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS (line 5789) | NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS = 0x13 constant NL80211_WOWLAN_TRIG_PKT_PATTERN (line 5790) | NL80211_WOWLAN_TRIG_PKT_PATTERN = 0x4 constant NL80211_WOWLAN_TRIG_RFKILL_RELEASE (line 5791) | NL80211_WOWLAN_TRIG_RFKILL_RELEASE = 0x9 constant NL80211_WOWLAN_TRIG_TCP_CONNECTION (line 5792) | NL80211_WOWLAN_TRIG_TCP_CONNECTION = 0xe constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 (line 5793) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 = 0xa constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN (line 5794) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN = 0xb constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 (line 5795) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 = 0xc constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN (line 5796) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN = 0xd constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST (line 5797) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST = 0x10 constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH (line 5798) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH = 0xf constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS (line 5799) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS = 0x11 constant NL80211_WPA_VERSION_1 (line 5800) | NL80211_WPA_VERSION_1 = 0x1 constant NL80211_WPA_VERSION_2 (line 5801) | NL80211_WPA_VERSION_2 = 0x2 constant NL80211_WPA_VERSION_3 (line 5802) | NL80211_WPA_VERSION_3 = 0x4 constant FRA_UNSPEC (line 5806) | FRA_UNSPEC = 0x0 constant FRA_DST (line 5807) | FRA_DST = 0x1 constant FRA_SRC (line 5808) | FRA_SRC = 0x2 constant FRA_IIFNAME (line 5809) | FRA_IIFNAME = 0x3 constant FRA_GOTO (line 5810) | FRA_GOTO = 0x4 constant FRA_UNUSED2 (line 5811) | FRA_UNUSED2 = 0x5 constant FRA_PRIORITY (line 5812) | FRA_PRIORITY = 0x6 constant FRA_UNUSED3 (line 5813) | FRA_UNUSED3 = 0x7 constant FRA_UNUSED4 (line 5814) | FRA_UNUSED4 = 0x8 constant FRA_UNUSED5 (line 5815) | FRA_UNUSED5 = 0x9 constant FRA_FWMARK (line 5816) | FRA_FWMARK = 0xa constant FRA_FLOW (line 5817) | FRA_FLOW = 0xb constant FRA_TUN_ID (line 5818) | FRA_TUN_ID = 0xc constant FRA_SUPPRESS_IFGROUP (line 5819) | FRA_SUPPRESS_IFGROUP = 0xd constant FRA_SUPPRESS_PREFIXLEN (line 5820) | FRA_SUPPRESS_PREFIXLEN = 0xe constant FRA_TABLE (line 5821) | FRA_TABLE = 0xf constant FRA_FWMASK (line 5822) | FRA_FWMASK = 0x10 constant FRA_OIFNAME (line 5823) | FRA_OIFNAME = 0x11 constant FRA_PAD (line 5824) | FRA_PAD = 0x12 constant FRA_L3MDEV (line 5825) | FRA_L3MDEV = 0x13 constant FRA_UID_RANGE (line 5826) | FRA_UID_RANGE = 0x14 constant FRA_PROTOCOL (line 5827) | FRA_PROTOCOL = 0x15 constant FRA_IP_PROTO (line 5828) | FRA_IP_PROTO = 0x16 constant FRA_SPORT_RANGE (line 5829) | FRA_SPORT_RANGE = 0x17 constant FRA_DPORT_RANGE (line 5830) | FRA_DPORT_RANGE = 0x18 constant FR_ACT_UNSPEC (line 5831) | FR_ACT_UNSPEC = 0x0 constant FR_ACT_TO_TBL (line 5832) | FR_ACT_TO_TBL = 0x1 constant FR_ACT_GOTO (line 5833) | FR_ACT_GOTO = 0x2 constant FR_ACT_NOP (line 5834) | FR_ACT_NOP = 0x3 constant FR_ACT_RES3 (line 5835) | FR_ACT_RES3 = 0x4 constant FR_ACT_RES4 (line 5836) | FR_ACT_RES4 = 0x5 constant FR_ACT_BLACKHOLE (line 5837) | FR_ACT_BLACKHOLE = 0x6 constant FR_ACT_UNREACHABLE (line 5838) | FR_ACT_UNREACHABLE = 0x7 constant FR_ACT_PROHIBIT (line 5839) | FR_ACT_PROHIBIT = 0x8 constant AUDIT_NLGRP_NONE (line 5843) | AUDIT_NLGRP_NONE = 0x0 constant AUDIT_NLGRP_READLOG (line 5844) | AUDIT_NLGRP_READLOG = 0x1 constant TUN_F_CSUM (line 5848) | TUN_F_CSUM = 0x1 constant TUN_F_TSO4 (line 5849) | TUN_F_TSO4 = 0x2 constant TUN_F_TSO6 (line 5850) | TUN_F_TSO6 = 0x4 constant TUN_F_TSO_ECN (line 5851) | TUN_F_TSO_ECN = 0x8 constant TUN_F_UFO (line 5852) | TUN_F_UFO = 0x10 constant TUN_F_USO4 (line 5853) | TUN_F_USO4 = 0x20 constant TUN_F_USO6 (line 5854) | TUN_F_USO6 = 0x40 constant VIRTIO_NET_HDR_F_NEEDS_CSUM (line 5858) | VIRTIO_NET_HDR_F_NEEDS_CSUM = 0x1 constant VIRTIO_NET_HDR_F_DATA_VALID (line 5859) | VIRTIO_NET_HDR_F_DATA_VALID = 0x2 constant VIRTIO_NET_HDR_F_RSC_INFO (line 5860) | VIRTIO_NET_HDR_F_RSC_INFO = 0x4 constant VIRTIO_NET_HDR_GSO_NONE (line 5864) | VIRTIO_NET_HDR_GSO_NONE = 0x0 constant VIRTIO_NET_HDR_GSO_TCPV4 (line 5865) | VIRTIO_NET_HDR_GSO_TCPV4 = 0x1 constant VIRTIO_NET_HDR_GSO_UDP (line 5866) | VIRTIO_NET_HDR_GSO_UDP = 0x3 constant VIRTIO_NET_HDR_GSO_TCPV6 (line 5867) | VIRTIO_NET_HDR_GSO_TCPV6 = 0x4 constant VIRTIO_NET_HDR_GSO_UDP_L4 (line 5868) | VIRTIO_NET_HDR_GSO_UDP_L4 = 0x5 constant VIRTIO_NET_HDR_GSO_ECN (line 5869) | VIRTIO_NET_HDR_GSO_ECN = 0x80 type SchedAttr (line 5872) | type SchedAttr struct constant SizeofSchedAttr (line 5885) | SizeofSchedAttr = 0x38 FILE: vendor/golang.org/x/sys/unix/ztypes_linux_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 121) | type DmNameList struct constant FADV_DONTNEED (line 127) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 128) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 131) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 142) | type RawSockaddr struct type RawSockaddrAny (line 147) | type RawSockaddrAny struct type Iovec (line 152) | type Iovec struct type Msghdr (line 157) | type Msghdr struct type Cmsghdr (line 167) | type Cmsghdr struct type ifreq (line 173) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 179) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 180) | SizeofIovec = 0x8 constant SizeofMsghdr (line 181) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 182) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 186) | SizeofSockFprog = 0x8 type PtraceRegs (line 189) | type PtraceRegs struct type FdSet (line 209) | type FdSet struct type Sysinfo_t (line 213) | type Sysinfo_t struct type Ustat_t (line 230) | type Ustat_t struct type EpollEvent (line 237) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 244) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 248) | POLLRDHUP = 0x2000 type Sigset_t (line 251) | type Sigset_t struct constant _C__NSIG (line 255) | _C__NSIG = 0x41 constant SIG_BLOCK (line 258) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 259) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 260) | SIG_SETMASK = 0x2 type Siginfo (line 263) | type Siginfo struct type Termios (line 270) | type Termios struct type Taskstats (line 281) | type Taskstats struct type cpuMask (line 344) | type cpuMask constant _NCPUBITS (line 347) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 351) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 352) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 353) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 354) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 355) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 356) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 357) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 358) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 359) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 360) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 361) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 362) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 363) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 364) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 365) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 366) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 367) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 368) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 369) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 370) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 371) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 372) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 373) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 374) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 375) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 376) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 377) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 378) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 379) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 380) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 381) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 382) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 383) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 384) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 385) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 386) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 387) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 388) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 389) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 390) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 391) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 392) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 393) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 394) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 395) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 396) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 397) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 398) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 399) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 400) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 401) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 402) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 403) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 404) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 405) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 406) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 407) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 408) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 409) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 410) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 411) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 412) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 413) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 414) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 417) | type SockaddrStorage struct type HDGeometry (line 423) | type HDGeometry struct type Statfs_t (line 430) | type Statfs_t struct type TpacketHdr (line 445) | type TpacketHdr struct constant SizeofTpacketHdr (line 456) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 459) | type RTCPLLInfo struct type BlkpgPartition (line 469) | type BlkpgPartition struct constant BLKPG (line 478) | BLKPG = 0x1269 type XDPUmemReg (line 481) | type XDPUmemReg struct type CryptoUserAlg (line 489) | type CryptoUserAlg struct type CryptoStatAEAD (line 499) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 508) | type CryptoStatAKCipher struct type CryptoStatCipher (line 519) | type CryptoStatCipher struct type CryptoStatCompress (line 528) | type CryptoStatCompress struct type CryptoStatHash (line 537) | type CryptoStatHash struct type CryptoStatKPP (line 544) | type CryptoStatKPP struct type CryptoStatRNG (line 552) | type CryptoStatRNG struct type CryptoStatLarval (line 560) | type CryptoStatLarval struct type CryptoReportLarval (line 564) | type CryptoReportLarval struct type CryptoReportHash (line 568) | type CryptoReportHash struct type CryptoReportCipher (line 574) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 581) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 590) | type CryptoReportAEAD struct type CryptoReportComp (line 598) | type CryptoReportComp struct type CryptoReportRNG (line 602) | type CryptoReportRNG struct type CryptoReportAKCipher (line 607) | type CryptoReportAKCipher struct type CryptoReportKPP (line 611) | type CryptoReportKPP struct type CryptoReportAcomp (line 615) | type CryptoReportAcomp struct type LoopInfo (line 619) | type LoopInfo struct type TIPCSubscr (line 634) | type TIPCSubscr struct type TIPCSIOCLNReq (line 641) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 647) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 652) | type PPSKInfo struct constant PPS_GETPARAMS (line 661) | PPS_GETPARAMS = 0x800470a1 constant PPS_SETPARAMS (line 662) | PPS_SETPARAMS = 0x400470a2 constant PPS_GETCAP (line 663) | PPS_GETCAP = 0x800470a3 constant PPS_FETCH (line 664) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 668) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 671) | type SysvIpcPerm struct type SysvShmDesc (line 684) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 103) | type Dirent struct type Flock_t (line 112) | type Flock_t struct type DmNameList (line 121) | type DmNameList struct constant FADV_DONTNEED (line 129) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 130) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 133) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 144) | type RawSockaddr struct type RawSockaddrAny (line 149) | type RawSockaddrAny struct type Iovec (line 154) | type Iovec struct type Msghdr (line 159) | type Msghdr struct type Cmsghdr (line 170) | type Cmsghdr struct type ifreq (line 176) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 182) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 183) | SizeofIovec = 0x10 constant SizeofMsghdr (line 184) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 185) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 189) | SizeofSockFprog = 0x10 type PtraceRegs (line 192) | type PtraceRegs struct type FdSet (line 222) | type FdSet struct type Sysinfo_t (line 226) | type Sysinfo_t struct type Ustat_t (line 244) | type Ustat_t struct type EpollEvent (line 252) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 259) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 263) | POLLRDHUP = 0x2000 type Sigset_t (line 266) | type Sigset_t struct constant _C__NSIG (line 270) | _C__NSIG = 0x41 constant SIG_BLOCK (line 273) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 274) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 275) | SIG_SETMASK = 0x2 type Siginfo (line 278) | type Siginfo struct type Termios (line 286) | type Termios struct type Taskstats (line 297) | type Taskstats struct type cpuMask (line 357) | type cpuMask constant _NCPUBITS (line 360) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 364) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 365) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 366) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 367) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 368) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 369) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 370) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 371) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 372) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 373) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 374) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 375) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 376) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 377) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 378) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 379) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 380) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 381) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 382) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 383) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 384) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 385) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 386) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 387) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 388) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 389) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 390) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 391) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 392) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 393) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 394) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 395) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 396) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 397) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 398) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 399) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 400) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 401) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 402) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 403) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 404) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 405) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 406) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 407) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 408) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 409) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 410) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 411) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 412) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 413) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 414) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 415) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 416) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 417) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 418) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 419) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 420) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 421) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 422) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 423) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 424) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 425) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 426) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 427) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 430) | type SockaddrStorage struct type HDGeometry (line 436) | type HDGeometry struct type Statfs_t (line 443) | type Statfs_t struct type TpacketHdr (line 458) | type TpacketHdr struct constant SizeofTpacketHdr (line 470) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 473) | type RTCPLLInfo struct type BlkpgPartition (line 483) | type BlkpgPartition struct constant BLKPG (line 493) | BLKPG = 0x1269 type XDPUmemReg (line 496) | type XDPUmemReg struct type CryptoUserAlg (line 505) | type CryptoUserAlg struct type CryptoStatAEAD (line 515) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 524) | type CryptoStatAKCipher struct type CryptoStatCipher (line 535) | type CryptoStatCipher struct type CryptoStatCompress (line 544) | type CryptoStatCompress struct type CryptoStatHash (line 553) | type CryptoStatHash struct type CryptoStatKPP (line 560) | type CryptoStatKPP struct type CryptoStatRNG (line 568) | type CryptoStatRNG struct type CryptoStatLarval (line 576) | type CryptoStatLarval struct type CryptoReportLarval (line 580) | type CryptoReportLarval struct type CryptoReportHash (line 584) | type CryptoReportHash struct type CryptoReportCipher (line 590) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 597) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 606) | type CryptoReportAEAD struct type CryptoReportComp (line 614) | type CryptoReportComp struct type CryptoReportRNG (line 618) | type CryptoReportRNG struct type CryptoReportAKCipher (line 623) | type CryptoReportAKCipher struct type CryptoReportKPP (line 627) | type CryptoReportKPP struct type CryptoReportAcomp (line 631) | type CryptoReportAcomp struct type LoopInfo (line 635) | type LoopInfo struct type TIPCSubscr (line 651) | type TIPCSubscr struct type TIPCSIOCLNReq (line 658) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 664) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 669) | type PPSKInfo struct constant PPS_GETPARAMS (line 679) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 680) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 681) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 682) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 686) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 689) | type SysvIpcPerm struct type SysvShmDesc (line 702) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 106) | type Dirent struct type Flock_t (line 115) | type Flock_t struct type DmNameList (line 125) | type DmNameList struct constant FADV_DONTNEED (line 133) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 134) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 137) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 148) | type RawSockaddr struct type RawSockaddrAny (line 153) | type RawSockaddrAny struct type Iovec (line 158) | type Iovec struct type Msghdr (line 163) | type Msghdr struct type Cmsghdr (line 173) | type Cmsghdr struct type ifreq (line 179) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 185) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 186) | SizeofIovec = 0x8 constant SizeofMsghdr (line 187) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 188) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 192) | SizeofSockFprog = 0x8 type PtraceRegs (line 195) | type PtraceRegs struct type FdSet (line 199) | type FdSet struct type Sysinfo_t (line 203) | type Sysinfo_t struct type Ustat_t (line 220) | type Ustat_t struct type EpollEvent (line 227) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 235) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 239) | POLLRDHUP = 0x2000 type Sigset_t (line 242) | type Sigset_t struct constant _C__NSIG (line 246) | _C__NSIG = 0x41 constant SIG_BLOCK (line 249) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 250) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 251) | SIG_SETMASK = 0x2 type Siginfo (line 254) | type Siginfo struct type Termios (line 261) | type Termios struct type Taskstats (line 272) | type Taskstats struct type cpuMask (line 335) | type cpuMask constant _NCPUBITS (line 338) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 342) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 343) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 344) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 345) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 346) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 347) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 348) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 349) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 350) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 351) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 352) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 353) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 354) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 355) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 356) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 357) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 358) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 359) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 360) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 361) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 362) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 363) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 364) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 365) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 366) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 367) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 368) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 369) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 370) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 371) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 372) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 373) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 374) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 375) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 376) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 377) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 378) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 379) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 380) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 381) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 382) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 383) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 384) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 385) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 386) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 387) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 388) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 389) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 390) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 391) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 392) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 393) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 394) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 395) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 396) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 397) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 398) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 399) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 400) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 401) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 402) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 403) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 404) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 405) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 408) | type SockaddrStorage struct type HDGeometry (line 414) | type HDGeometry struct type Statfs_t (line 421) | type Statfs_t struct type TpacketHdr (line 437) | type TpacketHdr struct constant SizeofTpacketHdr (line 448) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 451) | type RTCPLLInfo struct type BlkpgPartition (line 461) | type BlkpgPartition struct constant BLKPG (line 471) | BLKPG = 0x1269 type XDPUmemReg (line 474) | type XDPUmemReg struct type CryptoUserAlg (line 483) | type CryptoUserAlg struct type CryptoStatAEAD (line 493) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 502) | type CryptoStatAKCipher struct type CryptoStatCipher (line 513) | type CryptoStatCipher struct type CryptoStatCompress (line 522) | type CryptoStatCompress struct type CryptoStatHash (line 531) | type CryptoStatHash struct type CryptoStatKPP (line 538) | type CryptoStatKPP struct type CryptoStatRNG (line 546) | type CryptoStatRNG struct type CryptoStatLarval (line 554) | type CryptoStatLarval struct type CryptoReportLarval (line 558) | type CryptoReportLarval struct type CryptoReportHash (line 562) | type CryptoReportHash struct type CryptoReportCipher (line 568) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 575) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 584) | type CryptoReportAEAD struct type CryptoReportComp (line 592) | type CryptoReportComp struct type CryptoReportRNG (line 596) | type CryptoReportRNG struct type CryptoReportAKCipher (line 601) | type CryptoReportAKCipher struct type CryptoReportKPP (line 605) | type CryptoReportKPP struct type CryptoReportAcomp (line 609) | type CryptoReportAcomp struct type LoopInfo (line 613) | type LoopInfo struct type TIPCSubscr (line 628) | type TIPCSubscr struct type TIPCSIOCLNReq (line 635) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 641) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 646) | type PPSKInfo struct constant PPS_GETPARAMS (line 656) | PPS_GETPARAMS = 0x800470a1 constant PPS_SETPARAMS (line 657) | PPS_SETPARAMS = 0x400470a2 constant PPS_GETCAP (line 658) | PPS_GETCAP = 0x800470a3 constant PPS_FETCH (line 659) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 663) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 666) | type SysvIpcPerm struct type SysvShmDesc (line 679) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 200) | type FdSet struct type Sysinfo_t (line 204) | type Sysinfo_t struct type Ustat_t (line 222) | type Ustat_t struct type EpollEvent (line 230) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 238) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 242) | POLLRDHUP = 0x2000 type Sigset_t (line 245) | type Sigset_t struct constant _C__NSIG (line 249) | _C__NSIG = 0x41 constant SIG_BLOCK (line 252) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 253) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 254) | SIG_SETMASK = 0x2 type Siginfo (line 257) | type Siginfo struct type Termios (line 265) | type Termios struct type Taskstats (line 276) | type Taskstats struct type cpuMask (line 336) | type cpuMask constant _NCPUBITS (line 339) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 343) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 344) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 345) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 346) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 347) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 348) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 349) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 350) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 351) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 352) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 353) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 354) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 355) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 356) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 357) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 358) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 359) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 360) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 361) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 362) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 363) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 364) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 365) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 366) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 367) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 368) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 369) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 370) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 371) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 372) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 373) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 374) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 375) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 376) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 377) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 378) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 379) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 380) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 381) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 382) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 383) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 384) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 385) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 386) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 387) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 388) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 389) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 390) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 391) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 392) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 393) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 394) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 395) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 396) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 397) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 398) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 399) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 400) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 401) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 402) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 403) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 404) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 405) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 406) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 409) | type SockaddrStorage struct type HDGeometry (line 415) | type HDGeometry struct type Statfs_t (line 422) | type Statfs_t struct type TpacketHdr (line 437) | type TpacketHdr struct constant SizeofTpacketHdr (line 449) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 452) | type RTCPLLInfo struct type BlkpgPartition (line 462) | type BlkpgPartition struct constant BLKPG (line 472) | BLKPG = 0x1269 type XDPUmemReg (line 475) | type XDPUmemReg struct type CryptoUserAlg (line 484) | type CryptoUserAlg struct type CryptoStatAEAD (line 494) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 503) | type CryptoStatAKCipher struct type CryptoStatCipher (line 514) | type CryptoStatCipher struct type CryptoStatCompress (line 523) | type CryptoStatCompress struct type CryptoStatHash (line 532) | type CryptoStatHash struct type CryptoStatKPP (line 539) | type CryptoStatKPP struct type CryptoStatRNG (line 547) | type CryptoStatRNG struct type CryptoStatLarval (line 555) | type CryptoStatLarval struct type CryptoReportLarval (line 559) | type CryptoReportLarval struct type CryptoReportHash (line 563) | type CryptoReportHash struct type CryptoReportCipher (line 569) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 576) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 585) | type CryptoReportAEAD struct type CryptoReportComp (line 593) | type CryptoReportComp struct type CryptoReportRNG (line 597) | type CryptoReportRNG struct type CryptoReportAKCipher (line 602) | type CryptoReportAKCipher struct type CryptoReportKPP (line 606) | type CryptoReportKPP struct type CryptoReportAcomp (line 610) | type CryptoReportAcomp struct type LoopInfo (line 614) | type LoopInfo struct type TIPCSubscr (line 630) | type TIPCSubscr struct type TIPCSIOCLNReq (line 637) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 643) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 648) | type PPSKInfo struct constant PPS_GETPARAMS (line 658) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 659) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 660) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 661) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 665) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 668) | type SysvIpcPerm struct type SysvShmDesc (line 681) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 201) | type FdSet struct type Sysinfo_t (line 205) | type Sysinfo_t struct type Ustat_t (line 223) | type Ustat_t struct type EpollEvent (line 231) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 239) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 243) | POLLRDHUP = 0x2000 type Sigset_t (line 246) | type Sigset_t struct constant _C__NSIG (line 250) | _C__NSIG = 0x41 constant SIG_BLOCK (line 253) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 254) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 255) | SIG_SETMASK = 0x2 type Siginfo (line 258) | type Siginfo struct type Termios (line 266) | type Termios struct type Taskstats (line 277) | type Taskstats struct type cpuMask (line 337) | type cpuMask constant _NCPUBITS (line 340) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 344) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 345) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 346) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 347) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 348) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 349) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 350) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 351) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 352) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 353) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 354) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 355) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 356) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 357) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 358) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 359) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 360) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 361) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 362) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 363) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 364) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 365) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 366) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 367) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 368) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 369) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 370) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 371) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 372) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 373) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 374) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 375) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 376) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 377) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 378) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 379) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 380) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 381) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 382) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 383) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 384) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 385) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 386) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 387) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 388) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 389) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 390) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 391) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 392) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 393) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 394) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 395) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 396) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 397) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 398) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 399) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 400) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 401) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 402) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 403) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 404) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 405) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 406) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 407) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 410) | type SockaddrStorage struct type HDGeometry (line 416) | type HDGeometry struct type Statfs_t (line 423) | type Statfs_t struct type TpacketHdr (line 438) | type TpacketHdr struct constant SizeofTpacketHdr (line 450) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 453) | type RTCPLLInfo struct type BlkpgPartition (line 463) | type BlkpgPartition struct constant BLKPG (line 473) | BLKPG = 0x1269 type XDPUmemReg (line 476) | type XDPUmemReg struct type CryptoUserAlg (line 485) | type CryptoUserAlg struct type CryptoStatAEAD (line 495) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 504) | type CryptoStatAKCipher struct type CryptoStatCipher (line 515) | type CryptoStatCipher struct type CryptoStatCompress (line 524) | type CryptoStatCompress struct type CryptoStatHash (line 533) | type CryptoStatHash struct type CryptoStatKPP (line 540) | type CryptoStatKPP struct type CryptoStatRNG (line 548) | type CryptoStatRNG struct type CryptoStatLarval (line 556) | type CryptoStatLarval struct type CryptoReportLarval (line 560) | type CryptoReportLarval struct type CryptoReportHash (line 564) | type CryptoReportHash struct type CryptoReportCipher (line 570) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 577) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 586) | type CryptoReportAEAD struct type CryptoReportComp (line 594) | type CryptoReportComp struct type CryptoReportRNG (line 598) | type CryptoReportRNG struct type CryptoReportAKCipher (line 603) | type CryptoReportAKCipher struct type CryptoReportKPP (line 607) | type CryptoReportKPP struct type CryptoReportAcomp (line 611) | type CryptoReportAcomp struct type LoopInfo (line 615) | type LoopInfo struct type TIPCSubscr (line 631) | type TIPCSubscr struct type TIPCSIOCLNReq (line 638) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 644) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 649) | type PPSKInfo struct constant PPS_GETPARAMS (line 659) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 660) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 661) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 662) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 666) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 669) | type SysvIpcPerm struct type SysvShmDesc (line 682) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mips.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 124) | type DmNameList struct constant FADV_DONTNEED (line 132) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 133) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 136) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 147) | type RawSockaddr struct type RawSockaddrAny (line 152) | type RawSockaddrAny struct type Iovec (line 157) | type Iovec struct type Msghdr (line 162) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 185) | SizeofIovec = 0x8 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x8 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 204) | type FdSet struct type Sysinfo_t (line 208) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 232) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 240) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 244) | POLLRDHUP = 0x2000 type Sigset_t (line 247) | type Sigset_t struct constant _C__NSIG (line 251) | _C__NSIG = 0x80 constant SIG_BLOCK (line 254) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 255) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 256) | SIG_SETMASK = 0x3 type Siginfo (line 259) | type Siginfo struct type Termios (line 266) | type Termios struct type Taskstats (line 277) | type Taskstats struct type cpuMask (line 340) | type cpuMask constant _NCPUBITS (line 343) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 347) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 348) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 349) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 350) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 351) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 352) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 353) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 354) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 355) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 356) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 357) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 358) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 359) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 360) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 361) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 362) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 363) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 364) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 365) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 366) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 367) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 368) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 369) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 370) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 371) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 372) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 373) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 374) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 375) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 376) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 377) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 378) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 379) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 380) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 381) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 382) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 383) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 384) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 385) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 386) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 387) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 388) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 389) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 390) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 391) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 392) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 393) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 394) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 395) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 396) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 397) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 398) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 399) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 400) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 401) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 402) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 403) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 404) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 405) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 406) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 407) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 408) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 409) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 410) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 413) | type SockaddrStorage struct type HDGeometry (line 419) | type HDGeometry struct type Statfs_t (line 426) | type Statfs_t struct type TpacketHdr (line 443) | type TpacketHdr struct constant SizeofTpacketHdr (line 454) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 457) | type RTCPLLInfo struct type BlkpgPartition (line 467) | type BlkpgPartition struct constant BLKPG (line 477) | BLKPG = 0x20001269 type XDPUmemReg (line 480) | type XDPUmemReg struct type CryptoUserAlg (line 489) | type CryptoUserAlg struct type CryptoStatAEAD (line 499) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 508) | type CryptoStatAKCipher struct type CryptoStatCipher (line 519) | type CryptoStatCipher struct type CryptoStatCompress (line 528) | type CryptoStatCompress struct type CryptoStatHash (line 537) | type CryptoStatHash struct type CryptoStatKPP (line 544) | type CryptoStatKPP struct type CryptoStatRNG (line 552) | type CryptoStatRNG struct type CryptoStatLarval (line 560) | type CryptoStatLarval struct type CryptoReportLarval (line 564) | type CryptoReportLarval struct type CryptoReportHash (line 568) | type CryptoReportHash struct type CryptoReportCipher (line 574) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 581) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 590) | type CryptoReportAEAD struct type CryptoReportComp (line 598) | type CryptoReportComp struct type CryptoReportRNG (line 602) | type CryptoReportRNG struct type CryptoReportAKCipher (line 607) | type CryptoReportAKCipher struct type CryptoReportKPP (line 611) | type CryptoReportKPP struct type CryptoReportAcomp (line 615) | type CryptoReportAcomp struct type LoopInfo (line 619) | type LoopInfo struct type TIPCSubscr (line 634) | type TIPCSubscr struct type TIPCSIOCLNReq (line 641) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 647) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 652) | type PPSKInfo struct constant PPS_GETPARAMS (line 662) | PPS_GETPARAMS = 0x400470a1 constant PPS_SETPARAMS (line 663) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 664) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 665) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 669) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 672) | type SysvIpcPerm struct type SysvShmDesc (line 685) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 203) | type FdSet struct type Sysinfo_t (line 207) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 233) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 241) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 245) | POLLRDHUP = 0x2000 type Sigset_t (line 248) | type Sigset_t struct constant _C__NSIG (line 252) | _C__NSIG = 0x80 constant SIG_BLOCK (line 255) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 256) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 257) | SIG_SETMASK = 0x3 type Siginfo (line 260) | type Siginfo struct type Termios (line 268) | type Termios struct type Taskstats (line 279) | type Taskstats struct type cpuMask (line 339) | type cpuMask constant _NCPUBITS (line 342) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 346) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 347) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 348) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 349) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 350) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 351) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 352) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 353) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 354) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 355) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 356) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 357) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 358) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 359) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 360) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 361) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 362) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 363) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 364) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 365) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 366) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 367) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 368) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 369) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 370) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 371) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 372) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 373) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 374) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 375) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 376) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 377) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 378) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 379) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 380) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 381) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 382) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 383) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 384) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 385) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 386) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 387) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 388) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 389) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 390) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 391) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 392) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 393) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 394) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 395) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 396) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 397) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 398) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 399) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 400) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 401) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 402) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 403) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 404) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 405) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 406) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 407) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 408) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 409) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 412) | type SockaddrStorage struct type HDGeometry (line 418) | type HDGeometry struct type Statfs_t (line 425) | type Statfs_t struct type TpacketHdr (line 440) | type TpacketHdr struct constant SizeofTpacketHdr (line 452) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 455) | type RTCPLLInfo struct type BlkpgPartition (line 465) | type BlkpgPartition struct constant BLKPG (line 475) | BLKPG = 0x20001269 type XDPUmemReg (line 478) | type XDPUmemReg struct type CryptoUserAlg (line 487) | type CryptoUserAlg struct type CryptoStatAEAD (line 497) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 506) | type CryptoStatAKCipher struct type CryptoStatCipher (line 517) | type CryptoStatCipher struct type CryptoStatCompress (line 526) | type CryptoStatCompress struct type CryptoStatHash (line 535) | type CryptoStatHash struct type CryptoStatKPP (line 542) | type CryptoStatKPP struct type CryptoStatRNG (line 550) | type CryptoStatRNG struct type CryptoStatLarval (line 558) | type CryptoStatLarval struct type CryptoReportLarval (line 562) | type CryptoReportLarval struct type CryptoReportHash (line 566) | type CryptoReportHash struct type CryptoReportCipher (line 572) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 579) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 588) | type CryptoReportAEAD struct type CryptoReportComp (line 596) | type CryptoReportComp struct type CryptoReportRNG (line 600) | type CryptoReportRNG struct type CryptoReportAKCipher (line 605) | type CryptoReportAKCipher struct type CryptoReportKPP (line 609) | type CryptoReportKPP struct type CryptoReportAcomp (line 613) | type CryptoReportAcomp struct type LoopInfo (line 617) | type LoopInfo struct type TIPCSubscr (line 633) | type TIPCSubscr struct type TIPCSIOCLNReq (line 640) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 646) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 651) | type PPSKInfo struct constant PPS_GETPARAMS (line 661) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 662) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 663) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 664) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 668) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 671) | type SysvIpcPerm struct type SysvShmDesc (line 684) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 203) | type FdSet struct type Sysinfo_t (line 207) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 233) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 241) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 245) | POLLRDHUP = 0x2000 type Sigset_t (line 248) | type Sigset_t struct constant _C__NSIG (line 252) | _C__NSIG = 0x80 constant SIG_BLOCK (line 255) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 256) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 257) | SIG_SETMASK = 0x3 type Siginfo (line 260) | type Siginfo struct type Termios (line 268) | type Termios struct type Taskstats (line 279) | type Taskstats struct type cpuMask (line 339) | type cpuMask constant _NCPUBITS (line 342) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 346) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 347) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 348) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 349) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 350) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 351) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 352) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 353) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 354) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 355) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 356) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 357) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 358) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 359) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 360) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 361) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 362) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 363) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 364) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 365) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 366) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 367) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 368) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 369) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 370) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 371) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 372) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 373) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 374) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 375) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 376) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 377) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 378) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 379) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 380) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 381) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 382) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 383) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 384) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 385) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 386) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 387) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 388) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 389) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 390) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 391) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 392) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 393) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 394) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 395) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 396) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 397) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 398) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 399) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 400) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 401) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 402) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 403) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 404) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 405) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 406) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 407) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 408) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 409) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 412) | type SockaddrStorage struct type HDGeometry (line 418) | type HDGeometry struct type Statfs_t (line 425) | type Statfs_t struct type TpacketHdr (line 440) | type TpacketHdr struct constant SizeofTpacketHdr (line 452) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 455) | type RTCPLLInfo struct type BlkpgPartition (line 465) | type BlkpgPartition struct constant BLKPG (line 475) | BLKPG = 0x20001269 type XDPUmemReg (line 478) | type XDPUmemReg struct type CryptoUserAlg (line 487) | type CryptoUserAlg struct type CryptoStatAEAD (line 497) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 506) | type CryptoStatAKCipher struct type CryptoStatCipher (line 517) | type CryptoStatCipher struct type CryptoStatCompress (line 526) | type CryptoStatCompress struct type CryptoStatHash (line 535) | type CryptoStatHash struct type CryptoStatKPP (line 542) | type CryptoStatKPP struct type CryptoStatRNG (line 550) | type CryptoStatRNG struct type CryptoStatLarval (line 558) | type CryptoStatLarval struct type CryptoReportLarval (line 562) | type CryptoReportLarval struct type CryptoReportHash (line 566) | type CryptoReportHash struct type CryptoReportCipher (line 572) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 579) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 588) | type CryptoReportAEAD struct type CryptoReportComp (line 596) | type CryptoReportComp struct type CryptoReportRNG (line 600) | type CryptoReportRNG struct type CryptoReportAKCipher (line 605) | type CryptoReportAKCipher struct type CryptoReportKPP (line 609) | type CryptoReportKPP struct type CryptoReportAcomp (line 613) | type CryptoReportAcomp struct type LoopInfo (line 617) | type LoopInfo struct type TIPCSubscr (line 633) | type TIPCSubscr struct type TIPCSIOCLNReq (line 640) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 646) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 651) | type PPSKInfo struct constant PPS_GETPARAMS (line 661) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 662) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 663) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 664) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 668) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 671) | type SysvIpcPerm struct type SysvShmDesc (line 684) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 124) | type DmNameList struct constant FADV_DONTNEED (line 132) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 133) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 136) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 147) | type RawSockaddr struct type RawSockaddrAny (line 152) | type RawSockaddrAny struct type Iovec (line 157) | type Iovec struct type Msghdr (line 162) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 185) | SizeofIovec = 0x8 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x8 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 204) | type FdSet struct type Sysinfo_t (line 208) | type Sysinfo_t struct type Ustat_t (line 225) | type Ustat_t struct type EpollEvent (line 232) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 240) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 244) | POLLRDHUP = 0x2000 type Sigset_t (line 247) | type Sigset_t struct constant _C__NSIG (line 251) | _C__NSIG = 0x80 constant SIG_BLOCK (line 254) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 255) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 256) | SIG_SETMASK = 0x3 type Siginfo (line 259) | type Siginfo struct type Termios (line 266) | type Termios struct type Taskstats (line 277) | type Taskstats struct type cpuMask (line 340) | type cpuMask constant _NCPUBITS (line 343) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 347) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 348) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 349) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 350) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 351) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 352) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 353) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 354) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 355) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 356) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 357) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 358) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 359) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 360) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 361) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 362) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 363) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 364) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 365) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 366) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 367) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 368) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 369) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 370) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 371) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 372) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 373) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 374) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 375) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 376) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 377) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 378) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 379) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 380) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 381) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 382) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 383) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 384) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 385) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 386) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 387) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 388) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 389) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 390) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 391) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 392) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 393) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 394) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 395) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 396) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 397) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 398) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 399) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 400) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 401) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 402) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 403) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 404) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 405) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 406) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 407) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 408) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 409) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 410) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 413) | type SockaddrStorage struct type HDGeometry (line 419) | type HDGeometry struct type Statfs_t (line 426) | type Statfs_t struct type TpacketHdr (line 443) | type TpacketHdr struct constant SizeofTpacketHdr (line 454) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 457) | type RTCPLLInfo struct type BlkpgPartition (line 467) | type BlkpgPartition struct constant BLKPG (line 477) | BLKPG = 0x20001269 type XDPUmemReg (line 480) | type XDPUmemReg struct type CryptoUserAlg (line 489) | type CryptoUserAlg struct type CryptoStatAEAD (line 499) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 508) | type CryptoStatAKCipher struct type CryptoStatCipher (line 519) | type CryptoStatCipher struct type CryptoStatCompress (line 528) | type CryptoStatCompress struct type CryptoStatHash (line 537) | type CryptoStatHash struct type CryptoStatKPP (line 544) | type CryptoStatKPP struct type CryptoStatRNG (line 552) | type CryptoStatRNG struct type CryptoStatLarval (line 560) | type CryptoStatLarval struct type CryptoReportLarval (line 564) | type CryptoReportLarval struct type CryptoReportHash (line 568) | type CryptoReportHash struct type CryptoReportCipher (line 574) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 581) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 590) | type CryptoReportAEAD struct type CryptoReportComp (line 598) | type CryptoReportComp struct type CryptoReportRNG (line 602) | type CryptoReportRNG struct type CryptoReportAKCipher (line 607) | type CryptoReportAKCipher struct type CryptoReportKPP (line 611) | type CryptoReportKPP struct type CryptoReportAcomp (line 615) | type CryptoReportAcomp struct type LoopInfo (line 619) | type LoopInfo struct type TIPCSubscr (line 634) | type TIPCSubscr struct type TIPCSIOCLNReq (line 641) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 647) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 652) | type PPSKInfo struct constant PPS_GETPARAMS (line 662) | PPS_GETPARAMS = 0x400470a1 constant PPS_SETPARAMS (line 663) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 664) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 665) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 669) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 672) | type SysvIpcPerm struct type SysvShmDesc (line 685) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofLong (line 11) | SizeofLong = 0x4 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 106) | type Dirent struct type Flock_t (line 115) | type Flock_t struct type DmNameList (line 125) | type DmNameList struct constant FADV_DONTNEED (line 133) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 134) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 137) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 148) | type RawSockaddr struct type RawSockaddrAny (line 153) | type RawSockaddrAny struct type Iovec (line 158) | type Iovec struct type Msghdr (line 163) | type Msghdr struct type Cmsghdr (line 173) | type Cmsghdr struct type ifreq (line 179) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 185) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 186) | SizeofIovec = 0x8 constant SizeofMsghdr (line 187) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 188) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 192) | SizeofSockFprog = 0x8 type PtraceRegs (line 195) | type PtraceRegs struct type FdSet (line 211) | type FdSet struct type Sysinfo_t (line 215) | type Sysinfo_t struct type Ustat_t (line 232) | type Ustat_t struct type EpollEvent (line 239) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 247) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 251) | POLLRDHUP = 0x2000 type Sigset_t (line 254) | type Sigset_t struct constant _C__NSIG (line 258) | _C__NSIG = 0x41 constant SIG_BLOCK (line 261) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 262) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 263) | SIG_SETMASK = 0x2 type Siginfo (line 266) | type Siginfo struct type Termios (line 273) | type Termios struct type Taskstats (line 284) | type Taskstats struct type cpuMask (line 347) | type cpuMask constant _NCPUBITS (line 350) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 354) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 355) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 356) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 357) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 358) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 359) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 360) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 361) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 362) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 363) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 364) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 365) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 366) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 367) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 368) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 369) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 370) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 371) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 372) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 373) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 374) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 375) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 376) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 377) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 378) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 379) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 380) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 381) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 382) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 383) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 384) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 385) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 386) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 387) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 388) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 389) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 390) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 391) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 392) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 393) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 394) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 395) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 396) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 397) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 398) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 399) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 400) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 401) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 402) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 403) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 404) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 405) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 406) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 407) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 408) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 409) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 410) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 411) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 412) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 413) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 414) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 415) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 416) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 417) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 420) | type SockaddrStorage struct type HDGeometry (line 426) | type HDGeometry struct type Statfs_t (line 433) | type Statfs_t struct type TpacketHdr (line 449) | type TpacketHdr struct constant SizeofTpacketHdr (line 460) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 463) | type RTCPLLInfo struct type BlkpgPartition (line 473) | type BlkpgPartition struct constant BLKPG (line 483) | BLKPG = 0x20001269 type XDPUmemReg (line 486) | type XDPUmemReg struct type CryptoUserAlg (line 495) | type CryptoUserAlg struct type CryptoStatAEAD (line 505) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 514) | type CryptoStatAKCipher struct type CryptoStatCipher (line 525) | type CryptoStatCipher struct type CryptoStatCompress (line 534) | type CryptoStatCompress struct type CryptoStatHash (line 543) | type CryptoStatHash struct type CryptoStatKPP (line 550) | type CryptoStatKPP struct type CryptoStatRNG (line 558) | type CryptoStatRNG struct type CryptoStatLarval (line 566) | type CryptoStatLarval struct type CryptoReportLarval (line 570) | type CryptoReportLarval struct type CryptoReportHash (line 574) | type CryptoReportHash struct type CryptoReportCipher (line 580) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 587) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 596) | type CryptoReportAEAD struct type CryptoReportComp (line 604) | type CryptoReportComp struct type CryptoReportRNG (line 608) | type CryptoReportRNG struct type CryptoReportAKCipher (line 613) | type CryptoReportAKCipher struct type CryptoReportKPP (line 617) | type CryptoReportKPP struct type CryptoReportAcomp (line 621) | type CryptoReportAcomp struct type LoopInfo (line 625) | type LoopInfo struct type TIPCSubscr (line 640) | type TIPCSubscr struct type TIPCSIOCLNReq (line 647) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 653) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 658) | type PPSKInfo struct constant PPS_GETPARAMS (line 668) | PPS_GETPARAMS = 0x400470a1 constant PPS_SETPARAMS (line 669) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 670) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 671) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 675) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 678) | type SysvIpcPerm struct type SysvShmDesc (line 690) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 123) | type DmNameList struct constant FADV_DONTNEED (line 131) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 132) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 135) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 146) | type RawSockaddr struct type RawSockaddrAny (line 151) | type RawSockaddrAny struct type Iovec (line 156) | type Iovec struct type Msghdr (line 161) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 185) | SizeofIovec = 0x10 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x10 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 210) | type FdSet struct type Sysinfo_t (line 214) | type Sysinfo_t struct type Ustat_t (line 232) | type Ustat_t struct type EpollEvent (line 240) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 248) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 252) | POLLRDHUP = 0x2000 type Sigset_t (line 255) | type Sigset_t struct constant _C__NSIG (line 259) | _C__NSIG = 0x41 constant SIG_BLOCK (line 262) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 263) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 264) | SIG_SETMASK = 0x2 type Siginfo (line 267) | type Siginfo struct type Termios (line 275) | type Termios struct type Taskstats (line 286) | type Taskstats struct type cpuMask (line 346) | type cpuMask constant _NCPUBITS (line 349) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 353) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 354) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 355) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 356) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 357) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 358) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 359) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 360) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 361) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 362) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 363) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 364) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 365) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 366) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 367) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 368) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 369) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 370) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 371) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 372) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 373) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 374) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 375) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 376) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 377) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 378) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 379) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 380) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 381) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 382) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 383) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 384) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 385) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 386) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 387) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 388) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 389) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 390) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 391) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 392) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 393) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 394) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 395) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 396) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 397) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 398) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 399) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 400) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 401) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 402) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 403) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 404) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 405) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 406) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 407) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 408) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 409) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 410) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 411) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 412) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 413) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 414) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 415) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 416) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 419) | type SockaddrStorage struct type HDGeometry (line 425) | type HDGeometry struct type Statfs_t (line 432) | type Statfs_t struct type TpacketHdr (line 447) | type TpacketHdr struct constant SizeofTpacketHdr (line 459) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 462) | type RTCPLLInfo struct type BlkpgPartition (line 472) | type BlkpgPartition struct constant BLKPG (line 482) | BLKPG = 0x20001269 type XDPUmemReg (line 485) | type XDPUmemReg struct type CryptoUserAlg (line 494) | type CryptoUserAlg struct type CryptoStatAEAD (line 504) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 513) | type CryptoStatAKCipher struct type CryptoStatCipher (line 524) | type CryptoStatCipher struct type CryptoStatCompress (line 533) | type CryptoStatCompress struct type CryptoStatHash (line 542) | type CryptoStatHash struct type CryptoStatKPP (line 549) | type CryptoStatKPP struct type CryptoStatRNG (line 557) | type CryptoStatRNG struct type CryptoStatLarval (line 565) | type CryptoStatLarval struct type CryptoReportLarval (line 569) | type CryptoReportLarval struct type CryptoReportHash (line 573) | type CryptoReportHash struct type CryptoReportCipher (line 579) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 586) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 595) | type CryptoReportAEAD struct type CryptoReportComp (line 603) | type CryptoReportComp struct type CryptoReportRNG (line 607) | type CryptoReportRNG struct type CryptoReportAKCipher (line 612) | type CryptoReportAKCipher struct type CryptoReportKPP (line 616) | type CryptoReportKPP struct type CryptoReportAcomp (line 620) | type CryptoReportAcomp struct type LoopInfo (line 624) | type LoopInfo struct type TIPCSubscr (line 640) | type TIPCSubscr struct type TIPCSIOCLNReq (line 647) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 653) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 658) | type PPSKInfo struct constant PPS_GETPARAMS (line 668) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 669) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 670) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 671) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 675) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 678) | type SysvIpcPerm struct type SysvShmDesc (line 690) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 105) | type Dirent struct type Flock_t (line 114) | type Flock_t struct type DmNameList (line 123) | type DmNameList struct constant FADV_DONTNEED (line 131) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 132) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 135) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 146) | type RawSockaddr struct type RawSockaddrAny (line 151) | type RawSockaddrAny struct type Iovec (line 156) | type Iovec struct type Msghdr (line 161) | type Msghdr struct type Cmsghdr (line 172) | type Cmsghdr struct type ifreq (line 178) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 184) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 185) | SizeofIovec = 0x10 constant SizeofMsghdr (line 186) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 187) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 191) | SizeofSockFprog = 0x10 type PtraceRegs (line 194) | type PtraceRegs struct type FdSet (line 210) | type FdSet struct type Sysinfo_t (line 214) | type Sysinfo_t struct type Ustat_t (line 232) | type Ustat_t struct type EpollEvent (line 240) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 248) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 252) | POLLRDHUP = 0x2000 type Sigset_t (line 255) | type Sigset_t struct constant _C__NSIG (line 259) | _C__NSIG = 0x41 constant SIG_BLOCK (line 262) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 263) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 264) | SIG_SETMASK = 0x2 type Siginfo (line 267) | type Siginfo struct type Termios (line 275) | type Termios struct type Taskstats (line 286) | type Taskstats struct type cpuMask (line 346) | type cpuMask constant _NCPUBITS (line 349) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 353) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 354) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 355) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 356) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 357) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 358) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 359) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 360) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 361) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 362) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 363) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 364) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 365) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 366) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 367) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 368) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 369) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 370) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 371) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 372) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 373) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 374) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 375) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 376) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 377) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 378) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 379) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 380) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 381) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 382) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 383) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 384) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 385) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 386) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 387) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 388) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 389) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 390) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 391) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 392) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 393) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 394) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 395) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 396) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 397) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 398) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 399) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 400) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 401) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 402) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 403) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 404) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 405) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 406) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 407) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 408) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 409) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 410) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 411) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 412) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 413) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 414) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 415) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 416) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 419) | type SockaddrStorage struct type HDGeometry (line 425) | type HDGeometry struct type Statfs_t (line 432) | type Statfs_t struct type TpacketHdr (line 447) | type TpacketHdr struct constant SizeofTpacketHdr (line 459) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 462) | type RTCPLLInfo struct type BlkpgPartition (line 472) | type BlkpgPartition struct constant BLKPG (line 482) | BLKPG = 0x20001269 type XDPUmemReg (line 485) | type XDPUmemReg struct type CryptoUserAlg (line 494) | type CryptoUserAlg struct type CryptoStatAEAD (line 504) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 513) | type CryptoStatAKCipher struct type CryptoStatCipher (line 524) | type CryptoStatCipher struct type CryptoStatCompress (line 533) | type CryptoStatCompress struct type CryptoStatHash (line 542) | type CryptoStatHash struct type CryptoStatKPP (line 549) | type CryptoStatKPP struct type CryptoStatRNG (line 557) | type CryptoStatRNG struct type CryptoStatLarval (line 565) | type CryptoStatLarval struct type CryptoReportLarval (line 569) | type CryptoReportLarval struct type CryptoReportHash (line 573) | type CryptoReportHash struct type CryptoReportCipher (line 579) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 586) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 595) | type CryptoReportAEAD struct type CryptoReportComp (line 603) | type CryptoReportComp struct type CryptoReportRNG (line 607) | type CryptoReportRNG struct type CryptoReportAKCipher (line 612) | type CryptoReportAKCipher struct type CryptoReportKPP (line 616) | type CryptoReportKPP struct type CryptoReportAcomp (line 620) | type CryptoReportAcomp struct type LoopInfo (line 624) | type LoopInfo struct type TIPCSubscr (line 640) | type TIPCSubscr struct type TIPCSIOCLNReq (line 647) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 653) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 658) | type PPSKInfo struct constant PPS_GETPARAMS (line 668) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 669) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 670) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 671) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 675) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 678) | type SysvIpcPerm struct type SysvShmDesc (line 690) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | type Flock_t struct type DmNameList (line 122) | type DmNameList struct constant FADV_DONTNEED (line 130) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 131) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 134) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 145) | type RawSockaddr struct type RawSockaddrAny (line 150) | type RawSockaddrAny struct type Iovec (line 155) | type Iovec struct type Msghdr (line 160) | type Msghdr struct type Cmsghdr (line 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 184) | SizeofIovec = 0x10 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x10 type PtraceRegs (line 193) | type PtraceRegs struct type FdSet (line 228) | type FdSet struct type Sysinfo_t (line 232) | type Sysinfo_t struct type Ustat_t (line 250) | type Ustat_t struct type EpollEvent (line 258) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 266) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 270) | POLLRDHUP = 0x2000 type Sigset_t (line 273) | type Sigset_t struct constant _C__NSIG (line 277) | _C__NSIG = 0x41 constant SIG_BLOCK (line 280) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 281) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 282) | SIG_SETMASK = 0x2 type Siginfo (line 285) | type Siginfo struct type Termios (line 293) | type Termios struct type Taskstats (line 304) | type Taskstats struct type cpuMask (line 364) | type cpuMask constant _NCPUBITS (line 367) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 371) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 372) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 373) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 374) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 375) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 376) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 377) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 378) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 379) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 380) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 381) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 382) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 383) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 384) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 385) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 386) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 387) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 388) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 389) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 390) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 391) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 392) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 393) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 394) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 395) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 396) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 397) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 398) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 399) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 400) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 401) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 402) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 403) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 404) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 405) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 406) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 407) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 408) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 409) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 410) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 411) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 412) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 413) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 414) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 415) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 416) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 417) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 418) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 419) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 420) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 421) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 422) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 423) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 424) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 425) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 426) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 427) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 428) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 429) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 430) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 431) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 432) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 433) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 434) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 437) | type SockaddrStorage struct type HDGeometry (line 443) | type HDGeometry struct type Statfs_t (line 450) | type Statfs_t struct type TpacketHdr (line 465) | type TpacketHdr struct constant SizeofTpacketHdr (line 477) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 480) | type RTCPLLInfo struct type BlkpgPartition (line 490) | type BlkpgPartition struct constant BLKPG (line 500) | BLKPG = 0x1269 type XDPUmemReg (line 503) | type XDPUmemReg struct type CryptoUserAlg (line 512) | type CryptoUserAlg struct type CryptoStatAEAD (line 522) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 531) | type CryptoStatAKCipher struct type CryptoStatCipher (line 542) | type CryptoStatCipher struct type CryptoStatCompress (line 551) | type CryptoStatCompress struct type CryptoStatHash (line 560) | type CryptoStatHash struct type CryptoStatKPP (line 567) | type CryptoStatKPP struct type CryptoStatRNG (line 575) | type CryptoStatRNG struct type CryptoStatLarval (line 583) | type CryptoStatLarval struct type CryptoReportLarval (line 587) | type CryptoReportLarval struct type CryptoReportHash (line 591) | type CryptoReportHash struct type CryptoReportCipher (line 597) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 604) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 613) | type CryptoReportAEAD struct type CryptoReportComp (line 621) | type CryptoReportComp struct type CryptoReportRNG (line 625) | type CryptoReportRNG struct type CryptoReportAKCipher (line 630) | type CryptoReportAKCipher struct type CryptoReportKPP (line 634) | type CryptoReportKPP struct type CryptoReportAcomp (line 638) | type CryptoReportAcomp struct type LoopInfo (line 642) | type LoopInfo struct type TIPCSubscr (line 658) | type TIPCSubscr struct type TIPCSIOCLNReq (line 665) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 671) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 676) | type PPSKInfo struct constant PPS_GETPARAMS (line 686) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 687) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 688) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 689) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 693) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 696) | type SysvIpcPerm struct type SysvShmDesc (line 709) | type SysvShmDesc struct type RISCVHWProbePairs (line 722) | type RISCVHWProbePairs struct constant RISCV_HWPROBE_KEY_MVENDORID (line 728) | RISCV_HWPROBE_KEY_MVENDORID = 0x0 constant RISCV_HWPROBE_KEY_MARCHID (line 729) | RISCV_HWPROBE_KEY_MARCHID = 0x1 constant RISCV_HWPROBE_KEY_MIMPID (line 730) | RISCV_HWPROBE_KEY_MIMPID = 0x2 constant RISCV_HWPROBE_KEY_BASE_BEHAVIOR (line 731) | RISCV_HWPROBE_KEY_BASE_BEHAVIOR = 0x3 constant RISCV_HWPROBE_BASE_BEHAVIOR_IMA (line 732) | RISCV_HWPROBE_BASE_BEHAVIOR_IMA = 0x1 constant RISCV_HWPROBE_KEY_IMA_EXT_0 (line 733) | RISCV_HWPROBE_KEY_IMA_EXT_0 = 0x4 constant RISCV_HWPROBE_IMA_FD (line 734) | RISCV_HWPROBE_IMA_FD = 0x1 constant RISCV_HWPROBE_IMA_C (line 735) | RISCV_HWPROBE_IMA_C = 0x2 constant RISCV_HWPROBE_IMA_V (line 736) | RISCV_HWPROBE_IMA_V = 0x4 constant RISCV_HWPROBE_EXT_ZBA (line 737) | RISCV_HWPROBE_EXT_ZBA = 0x8 constant RISCV_HWPROBE_EXT_ZBB (line 738) | RISCV_HWPROBE_EXT_ZBB = 0x10 constant RISCV_HWPROBE_EXT_ZBS (line 739) | RISCV_HWPROBE_EXT_ZBS = 0x20 constant RISCV_HWPROBE_KEY_CPUPERF_0 (line 740) | RISCV_HWPROBE_KEY_CPUPERF_0 = 0x5 constant RISCV_HWPROBE_MISALIGNED_UNKNOWN (line 741) | RISCV_HWPROBE_MISALIGNED_UNKNOWN = 0x0 constant RISCV_HWPROBE_MISALIGNED_EMULATED (line 742) | RISCV_HWPROBE_MISALIGNED_EMULATED = 0x1 constant RISCV_HWPROBE_MISALIGNED_SLOW (line 743) | RISCV_HWPROBE_MISALIGNED_SLOW = 0x2 constant RISCV_HWPROBE_MISALIGNED_FAST (line 744) | RISCV_HWPROBE_MISALIGNED_FAST = 0x3 constant RISCV_HWPROBE_MISALIGNED_UNSUPPORTED (line 745) | RISCV_HWPROBE_MISALIGNED_UNSUPPORTED = 0x4 constant RISCV_HWPROBE_MISALIGNED_MASK (line 746) | RISCV_HWPROBE_MISALIGNED_MASK = 0x7 FILE: vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 28) | type Timex struct type Time_t (line 52) | type Time_t type Tms (line 54) | type Tms struct type Utimbuf (line 61) | type Utimbuf struct type Rusage (line 66) | type Rusage struct type Stat_t (line 85) | type Stat_t struct type Dirent (line 103) | type Dirent struct type Flock_t (line 112) | type Flock_t struct type DmNameList (line 121) | type DmNameList struct constant FADV_DONTNEED (line 129) | FADV_DONTNEED = 0x6 constant FADV_NOREUSE (line 130) | FADV_NOREUSE = 0x7 type RawSockaddrNFCLLCP (line 133) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 144) | type RawSockaddr struct type RawSockaddrAny (line 149) | type RawSockaddrAny struct type Iovec (line 154) | type Iovec struct type Msghdr (line 159) | type Msghdr struct type Cmsghdr (line 170) | type Cmsghdr struct type ifreq (line 176) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 182) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 183) | SizeofIovec = 0x10 constant SizeofMsghdr (line 184) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 185) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 189) | SizeofSockFprog = 0x10 type PtraceRegs (line 192) | type PtraceRegs struct type PtracePsw (line 202) | type PtracePsw struct type PtraceFpregs (line 207) | type PtraceFpregs struct type PtracePer (line 212) | type PtracePer struct type FdSet (line 223) | type FdSet struct type Sysinfo_t (line 227) | type Sysinfo_t struct type Ustat_t (line 245) | type Ustat_t struct type EpollEvent (line 253) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 261) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 265) | POLLRDHUP = 0x2000 type Sigset_t (line 268) | type Sigset_t struct constant _C__NSIG (line 272) | _C__NSIG = 0x41 constant SIG_BLOCK (line 275) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 276) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 277) | SIG_SETMASK = 0x2 type Siginfo (line 280) | type Siginfo struct type Termios (line 288) | type Termios struct type Taskstats (line 299) | type Taskstats struct type cpuMask (line 359) | type cpuMask constant _NCPUBITS (line 362) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 366) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 367) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 368) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 369) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 370) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 371) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 372) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 373) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 374) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 375) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 376) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 377) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 378) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 379) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 380) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 381) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 382) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 383) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 384) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 385) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 386) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 387) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 388) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 389) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 390) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 391) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 392) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 393) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 394) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 395) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 396) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 397) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 398) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 399) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 400) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 401) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 402) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 403) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 404) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 405) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 406) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 407) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 408) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 409) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 410) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 411) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 412) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 413) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 414) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 415) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 416) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 417) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 418) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 419) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 420) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 421) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 422) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 423) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 424) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 425) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 426) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 427) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 428) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 429) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 432) | type SockaddrStorage struct type HDGeometry (line 438) | type HDGeometry struct type Statfs_t (line 445) | type Statfs_t struct type TpacketHdr (line 461) | type TpacketHdr struct constant SizeofTpacketHdr (line 473) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 476) | type RTCPLLInfo struct type BlkpgPartition (line 486) | type BlkpgPartition struct constant BLKPG (line 496) | BLKPG = 0x1269 type XDPUmemReg (line 499) | type XDPUmemReg struct type CryptoUserAlg (line 508) | type CryptoUserAlg struct type CryptoStatAEAD (line 518) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 527) | type CryptoStatAKCipher struct type CryptoStatCipher (line 538) | type CryptoStatCipher struct type CryptoStatCompress (line 547) | type CryptoStatCompress struct type CryptoStatHash (line 556) | type CryptoStatHash struct type CryptoStatKPP (line 563) | type CryptoStatKPP struct type CryptoStatRNG (line 571) | type CryptoStatRNG struct type CryptoStatLarval (line 579) | type CryptoStatLarval struct type CryptoReportLarval (line 583) | type CryptoReportLarval struct type CryptoReportHash (line 587) | type CryptoReportHash struct type CryptoReportCipher (line 593) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 600) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 609) | type CryptoReportAEAD struct type CryptoReportComp (line 617) | type CryptoReportComp struct type CryptoReportRNG (line 621) | type CryptoReportRNG struct type CryptoReportAKCipher (line 626) | type CryptoReportAKCipher struct type CryptoReportKPP (line 630) | type CryptoReportKPP struct type CryptoReportAcomp (line 634) | type CryptoReportAcomp struct type LoopInfo (line 638) | type LoopInfo struct type TIPCSubscr (line 654) | type TIPCSubscr struct type TIPCSIOCLNReq (line 661) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 667) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 672) | type PPSKInfo struct constant PPS_GETPARAMS (line 682) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 683) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 684) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 685) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 689) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 692) | type SysvIpcPerm struct type SysvShmDesc (line 704) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofLong (line 11) | SizeofLong = 0x8 type _C_long (line 15) | type _C_long type Timespec (line 18) | type Timespec struct type Timeval (line 23) | type Timeval struct type Timex (line 29) | type Timex struct type Time_t (line 53) | type Time_t type Tms (line 55) | type Tms struct type Utimbuf (line 62) | type Utimbuf struct type Rusage (line 67) | type Rusage struct type Stat_t (line 86) | type Stat_t struct type Dirent (line 106) | type Dirent struct type Flock_t (line 115) | type Flock_t struct type DmNameList (line 125) | type DmNameList struct constant FADV_DONTNEED (line 133) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 134) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 137) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 148) | type RawSockaddr struct type RawSockaddrAny (line 153) | type RawSockaddrAny struct type Iovec (line 158) | type Iovec struct type Msghdr (line 163) | type Msghdr struct type Cmsghdr (line 174) | type Cmsghdr struct type ifreq (line 180) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 186) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 187) | SizeofIovec = 0x10 constant SizeofMsghdr (line 188) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 189) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 193) | SizeofSockFprog = 0x10 type PtraceRegs (line 196) | type PtraceRegs struct type FdSet (line 205) | type FdSet struct type Sysinfo_t (line 209) | type Sysinfo_t struct type Ustat_t (line 227) | type Ustat_t struct type EpollEvent (line 235) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 243) | OPEN_TREE_CLOEXEC = 0x400000 constant POLLRDHUP (line 247) | POLLRDHUP = 0x800 type Sigset_t (line 250) | type Sigset_t struct constant _C__NSIG (line 254) | _C__NSIG = 0x41 constant SIG_BLOCK (line 257) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 258) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 259) | SIG_SETMASK = 0x4 type Siginfo (line 262) | type Siginfo struct type Termios (line 270) | type Termios struct type Taskstats (line 281) | type Taskstats struct type cpuMask (line 341) | type cpuMask constant _NCPUBITS (line 344) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 348) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 349) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 350) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 351) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 352) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 353) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 354) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 355) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 356) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 357) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 358) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 359) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 360) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 361) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 362) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 363) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 364) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 365) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 366) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 367) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 368) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 369) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 370) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 371) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 372) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 373) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 374) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 375) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 376) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 377) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 378) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 379) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 380) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 381) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 382) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 383) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 384) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 385) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 386) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 387) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 388) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 389) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 390) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 391) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 392) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 393) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 394) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 395) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 396) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 397) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 398) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 399) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 400) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 401) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 402) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 403) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 404) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 405) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 406) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 407) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 408) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 409) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 410) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 411) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 414) | type SockaddrStorage struct type HDGeometry (line 420) | type HDGeometry struct type Statfs_t (line 427) | type Statfs_t struct type TpacketHdr (line 442) | type TpacketHdr struct constant SizeofTpacketHdr (line 454) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 457) | type RTCPLLInfo struct type BlkpgPartition (line 467) | type BlkpgPartition struct constant BLKPG (line 477) | BLKPG = 0x20001269 type XDPUmemReg (line 480) | type XDPUmemReg struct type CryptoUserAlg (line 489) | type CryptoUserAlg struct type CryptoStatAEAD (line 499) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 508) | type CryptoStatAKCipher struct type CryptoStatCipher (line 519) | type CryptoStatCipher struct type CryptoStatCompress (line 528) | type CryptoStatCompress struct type CryptoStatHash (line 537) | type CryptoStatHash struct type CryptoStatKPP (line 544) | type CryptoStatKPP struct type CryptoStatRNG (line 552) | type CryptoStatRNG struct type CryptoStatLarval (line 560) | type CryptoStatLarval struct type CryptoReportLarval (line 564) | type CryptoReportLarval struct type CryptoReportHash (line 568) | type CryptoReportHash struct type CryptoReportCipher (line 574) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 581) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 590) | type CryptoReportAEAD struct type CryptoReportComp (line 598) | type CryptoReportComp struct type CryptoReportRNG (line 602) | type CryptoReportRNG struct type CryptoReportAKCipher (line 607) | type CryptoReportAKCipher struct type CryptoReportKPP (line 611) | type CryptoReportKPP struct type CryptoReportAcomp (line 615) | type CryptoReportAcomp struct type LoopInfo (line 619) | type LoopInfo struct type TIPCSubscr (line 635) | type TIPCSubscr struct type TIPCSIOCLNReq (line 642) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 648) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 653) | type PPSKInfo struct constant PPS_GETPARAMS (line 663) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 664) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 665) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 666) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 670) | PIDFD_NONBLOCK = 0x4000 type SysvIpcPerm (line 673) | type SysvIpcPerm struct type SysvShmDesc (line 685) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 80) | type Statfs_t type Statvfs_t (line 82) | type Statvfs_t struct type Flock_t (line 109) | type Flock_t struct type Dirent (line 117) | type Dirent struct type Fsid (line 126) | type Fsid struct constant PathMax (line 131) | PathMax = 0x400 constant ST_WAIT (line 135) | ST_WAIT = 0x1 constant ST_NOWAIT (line 136) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 140) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 141) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 142) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 143) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 144) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 145) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 148) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 156) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 165) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 171) | type RawSockaddrDatalink struct type RawSockaddr (line 182) | type RawSockaddr struct type RawSockaddrAny (line 188) | type RawSockaddrAny struct type _Socklen (line 193) | type _Socklen type Linger (line 195) | type Linger struct type Iovec (line 200) | type Iovec struct type IPMreq (line 205) | type IPMreq struct type IPv6Mreq (line 210) | type IPv6Mreq struct type Msghdr (line 215) | type Msghdr struct type Cmsghdr (line 225) | type Cmsghdr struct type Inet6Pktinfo (line 231) | type Inet6Pktinfo struct type IPv6MTUInfo (line 236) | type IPv6MTUInfo struct type ICMPv6Filter (line 241) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 246) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 247) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 248) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 249) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 250) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 251) | SizeofLinger = 0x8 constant SizeofIovec (line 252) | SizeofIovec = 0x8 constant SizeofIPMreq (line 253) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 254) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 255) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 256) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 257) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 258) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 259) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 263) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 264) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 265) | PTRACE_KILL = 0x8 type Kevent_t (line 268) | type Kevent_t struct type FdSet (line 277) | type FdSet struct constant SizeofIfMsghdr (line 282) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 283) | SizeofIfData = 0x84 constant SizeofIfaMsghdr (line 284) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 285) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 286) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 287) | SizeofRtMetrics = 0x50 type IfMsghdr (line 290) | type IfMsghdr struct type IfData (line 302) | type IfData struct type IfaMsghdr (line 325) | type IfaMsghdr struct type IfAnnounceMsghdr (line 336) | type IfAnnounceMsghdr struct type RtMsghdr (line 345) | type RtMsghdr struct type RtMetrics (line 362) | type RtMetrics struct type Mclpool (line 375) | type Mclpool constant SizeofBpfVersion (line 378) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 379) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 380) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 381) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 382) | SizeofBpfHdr = 0x14 type BpfVersion (line 385) | type BpfVersion struct type BpfStat (line 390) | type BpfStat struct type BpfProgram (line 397) | type BpfProgram struct type BpfInsn (line 402) | type BpfInsn struct type BpfHdr (line 409) | type BpfHdr struct type BpfTimeval (line 417) | type BpfTimeval struct type Termios (line 422) | type Termios struct type Winsize (line 432) | type Winsize struct type Ptmget (line 439) | type Ptmget struct constant AT_FDCWD (line 447) | AT_FDCWD = -0x64 constant AT_EACCESS (line 448) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 449) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 450) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 451) | AT_REMOVEDIR = 0x800 type PollFd (line 454) | type PollFd struct constant POLLERR (line 461) | POLLERR = 0x8 constant POLLHUP (line 462) | POLLHUP = 0x10 constant POLLIN (line 463) | POLLIN = 0x1 constant POLLNVAL (line 464) | POLLNVAL = 0x20 constant POLLOUT (line 465) | POLLOUT = 0x4 constant POLLPRI (line 466) | POLLPRI = 0x2 constant POLLRDBAND (line 467) | POLLRDBAND = 0x80 constant POLLRDNORM (line 468) | POLLRDNORM = 0x40 constant POLLWRBAND (line 469) | POLLWRBAND = 0x100 constant POLLWRNORM (line 470) | POLLWRNORM = 0x4 type Sysctlnode (line 473) | type Sysctlnode struct type Utsname (line 486) | type Utsname struct constant SizeofUvmexp (line 494) | SizeofUvmexp = 0x278 type Uvmexp (line 496) | type Uvmexp struct constant SizeofClockinfo (line 578) | SizeofClockinfo = 0x14 type Clockinfo (line 580) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t type Stat_t (line 61) | type Stat_t struct type Statfs_t (line 84) | type Statfs_t type Statvfs_t (line 86) | type Statvfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 122) | type Dirent struct type Fsid (line 131) | type Fsid struct constant PathMax (line 136) | PathMax = 0x400 constant ST_WAIT (line 140) | ST_WAIT = 0x1 constant ST_NOWAIT (line 141) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 145) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 146) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 147) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 148) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 149) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 150) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 153) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 161) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 170) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 176) | type RawSockaddrDatalink struct type RawSockaddr (line 187) | type RawSockaddr struct type RawSockaddrAny (line 193) | type RawSockaddrAny struct type _Socklen (line 198) | type _Socklen type Linger (line 200) | type Linger struct type Iovec (line 205) | type Iovec struct type IPMreq (line 210) | type IPMreq struct type IPv6Mreq (line 215) | type IPv6Mreq struct type Msghdr (line 220) | type Msghdr struct type Cmsghdr (line 232) | type Cmsghdr struct type Inet6Pktinfo (line 238) | type Inet6Pktinfo struct type IPv6MTUInfo (line 243) | type IPv6MTUInfo struct type ICMPv6Filter (line 248) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 253) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 254) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 255) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 256) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 257) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 258) | SizeofLinger = 0x8 constant SizeofIovec (line 259) | SizeofIovec = 0x10 constant SizeofIPMreq (line 260) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 261) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 262) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 263) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 264) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 265) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 266) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 270) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 271) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 272) | PTRACE_KILL = 0x8 type Kevent_t (line 275) | type Kevent_t struct type FdSet (line 285) | type FdSet struct constant SizeofIfMsghdr (line 290) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 291) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 292) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 293) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 294) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 295) | SizeofRtMetrics = 0x50 type IfMsghdr (line 298) | type IfMsghdr struct type IfData (line 309) | type IfData struct type IfaMsghdr (line 332) | type IfaMsghdr struct type IfAnnounceMsghdr (line 343) | type IfAnnounceMsghdr struct type RtMsghdr (line 352) | type RtMsghdr struct type RtMetrics (line 369) | type RtMetrics struct type Mclpool (line 382) | type Mclpool constant SizeofBpfVersion (line 385) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 386) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 387) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 388) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 389) | SizeofBpfHdr = 0x20 type BpfVersion (line 392) | type BpfVersion struct type BpfStat (line 397) | type BpfStat struct type BpfProgram (line 404) | type BpfProgram struct type BpfInsn (line 410) | type BpfInsn struct type BpfHdr (line 417) | type BpfHdr struct type BpfTimeval (line 425) | type BpfTimeval struct type Termios (line 430) | type Termios struct type Winsize (line 440) | type Winsize struct type Ptmget (line 447) | type Ptmget struct constant AT_FDCWD (line 455) | AT_FDCWD = -0x64 constant AT_EACCESS (line 456) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 457) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 458) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 459) | AT_REMOVEDIR = 0x800 type PollFd (line 462) | type PollFd struct constant POLLERR (line 469) | POLLERR = 0x8 constant POLLHUP (line 470) | POLLHUP = 0x10 constant POLLIN (line 471) | POLLIN = 0x1 constant POLLNVAL (line 472) | POLLNVAL = 0x20 constant POLLOUT (line 473) | POLLOUT = 0x4 constant POLLPRI (line 474) | POLLPRI = 0x2 constant POLLRDBAND (line 475) | POLLRDBAND = 0x80 constant POLLRDNORM (line 476) | POLLRDNORM = 0x40 constant POLLWRBAND (line 477) | POLLWRBAND = 0x100 constant POLLWRNORM (line 478) | POLLWRNORM = 0x4 type Sysctlnode (line 481) | type Sysctlnode struct type Utsname (line 494) | type Utsname struct constant SizeofUvmexp (line 502) | SizeofUvmexp = 0x278 type Uvmexp (line 504) | type Uvmexp struct constant SizeofClockinfo (line 586) | SizeofClockinfo = 0x14 type Clockinfo (line 588) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 30) | type Timeval struct type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t type Stat_t (line 62) | type Stat_t struct type Statfs_t (line 85) | type Statfs_t type Statvfs_t (line 87) | type Statvfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 122) | type Dirent struct type Fsid (line 131) | type Fsid struct constant PathMax (line 136) | PathMax = 0x400 constant ST_WAIT (line 140) | ST_WAIT = 0x1 constant ST_NOWAIT (line 141) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 145) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 146) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 147) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 148) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 149) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 150) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 153) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 161) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 170) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 176) | type RawSockaddrDatalink struct type RawSockaddr (line 187) | type RawSockaddr struct type RawSockaddrAny (line 193) | type RawSockaddrAny struct type _Socklen (line 198) | type _Socklen type Linger (line 200) | type Linger struct type Iovec (line 205) | type Iovec struct type IPMreq (line 210) | type IPMreq struct type IPv6Mreq (line 215) | type IPv6Mreq struct type Msghdr (line 220) | type Msghdr struct type Cmsghdr (line 230) | type Cmsghdr struct type Inet6Pktinfo (line 236) | type Inet6Pktinfo struct type IPv6MTUInfo (line 241) | type IPv6MTUInfo struct type ICMPv6Filter (line 246) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 251) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 252) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 253) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 254) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 255) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 256) | SizeofLinger = 0x8 constant SizeofIovec (line 257) | SizeofIovec = 0x8 constant SizeofIPMreq (line 258) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 259) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 260) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 261) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 262) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 263) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 264) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 268) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 269) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 270) | PTRACE_KILL = 0x8 type Kevent_t (line 273) | type Kevent_t struct type FdSet (line 283) | type FdSet struct constant SizeofIfMsghdr (line 288) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 289) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 290) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 291) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 292) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 293) | SizeofRtMetrics = 0x50 type IfMsghdr (line 296) | type IfMsghdr struct type IfData (line 307) | type IfData struct type IfaMsghdr (line 330) | type IfaMsghdr struct type IfAnnounceMsghdr (line 341) | type IfAnnounceMsghdr struct type RtMsghdr (line 350) | type RtMsghdr struct type RtMetrics (line 367) | type RtMetrics struct type Mclpool (line 380) | type Mclpool constant SizeofBpfVersion (line 383) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 384) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 385) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 386) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 387) | SizeofBpfHdr = 0x14 type BpfVersion (line 390) | type BpfVersion struct type BpfStat (line 395) | type BpfStat struct type BpfProgram (line 402) | type BpfProgram struct type BpfInsn (line 407) | type BpfInsn struct type BpfHdr (line 414) | type BpfHdr struct type BpfTimeval (line 422) | type BpfTimeval struct type Termios (line 427) | type Termios struct type Winsize (line 437) | type Winsize struct type Ptmget (line 444) | type Ptmget struct constant AT_FDCWD (line 452) | AT_FDCWD = -0x64 constant AT_EACCESS (line 453) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 454) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 455) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 456) | AT_REMOVEDIR = 0x800 type PollFd (line 459) | type PollFd struct constant POLLERR (line 466) | POLLERR = 0x8 constant POLLHUP (line 467) | POLLHUP = 0x10 constant POLLIN (line 468) | POLLIN = 0x1 constant POLLNVAL (line 469) | POLLNVAL = 0x20 constant POLLOUT (line 470) | POLLOUT = 0x4 constant POLLPRI (line 471) | POLLPRI = 0x2 constant POLLRDBAND (line 472) | POLLRDBAND = 0x80 constant POLLRDNORM (line 473) | POLLRDNORM = 0x40 constant POLLWRBAND (line 474) | POLLWRBAND = 0x100 constant POLLWRNORM (line 475) | POLLWRNORM = 0x4 type Sysctlnode (line 478) | type Sysctlnode struct type Utsname (line 491) | type Utsname struct constant SizeofUvmexp (line 499) | SizeofUvmexp = 0x278 type Uvmexp (line 501) | type Uvmexp struct constant SizeofClockinfo (line 583) | SizeofClockinfo = 0x14 type Clockinfo (line 585) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t type Stat_t (line 61) | type Stat_t struct type Statfs_t (line 84) | type Statfs_t type Statvfs_t (line 86) | type Statvfs_t struct type Flock_t (line 114) | type Flock_t struct type Dirent (line 122) | type Dirent struct type Fsid (line 131) | type Fsid struct constant PathMax (line 136) | PathMax = 0x400 constant ST_WAIT (line 140) | ST_WAIT = 0x1 constant ST_NOWAIT (line 141) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 145) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 146) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 147) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 148) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 149) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 150) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 153) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 161) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 170) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 176) | type RawSockaddrDatalink struct type RawSockaddr (line 187) | type RawSockaddr struct type RawSockaddrAny (line 193) | type RawSockaddrAny struct type _Socklen (line 198) | type _Socklen type Linger (line 200) | type Linger struct type Iovec (line 205) | type Iovec struct type IPMreq (line 210) | type IPMreq struct type IPv6Mreq (line 215) | type IPv6Mreq struct type Msghdr (line 220) | type Msghdr struct type Cmsghdr (line 232) | type Cmsghdr struct type Inet6Pktinfo (line 238) | type Inet6Pktinfo struct type IPv6MTUInfo (line 243) | type IPv6MTUInfo struct type ICMPv6Filter (line 248) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 253) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 254) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 255) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 256) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 257) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 258) | SizeofLinger = 0x8 constant SizeofIovec (line 259) | SizeofIovec = 0x10 constant SizeofIPMreq (line 260) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 261) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 262) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 263) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 264) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 265) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 266) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 270) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 271) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 272) | PTRACE_KILL = 0x8 type Kevent_t (line 275) | type Kevent_t struct type FdSet (line 285) | type FdSet struct constant SizeofIfMsghdr (line 290) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 291) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 292) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 293) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 294) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 295) | SizeofRtMetrics = 0x50 type IfMsghdr (line 298) | type IfMsghdr struct type IfData (line 309) | type IfData struct type IfaMsghdr (line 332) | type IfaMsghdr struct type IfAnnounceMsghdr (line 343) | type IfAnnounceMsghdr struct type RtMsghdr (line 352) | type RtMsghdr struct type RtMetrics (line 369) | type RtMetrics struct type Mclpool (line 382) | type Mclpool constant SizeofBpfVersion (line 385) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 386) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 387) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 388) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 389) | SizeofBpfHdr = 0x20 type BpfVersion (line 392) | type BpfVersion struct type BpfStat (line 397) | type BpfStat struct type BpfProgram (line 404) | type BpfProgram struct type BpfInsn (line 410) | type BpfInsn struct type BpfHdr (line 417) | type BpfHdr struct type BpfTimeval (line 425) | type BpfTimeval struct type Termios (line 430) | type Termios struct type Winsize (line 440) | type Winsize struct type Ptmget (line 447) | type Ptmget struct constant AT_FDCWD (line 455) | AT_FDCWD = -0x64 constant AT_EACCESS (line 456) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 457) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 458) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 459) | AT_REMOVEDIR = 0x800 type PollFd (line 462) | type PollFd struct constant POLLERR (line 469) | POLLERR = 0x8 constant POLLHUP (line 470) | POLLHUP = 0x10 constant POLLIN (line 471) | POLLIN = 0x1 constant POLLNVAL (line 472) | POLLNVAL = 0x20 constant POLLOUT (line 473) | POLLOUT = 0x4 constant POLLPRI (line 474) | POLLPRI = 0x2 constant POLLRDBAND (line 475) | POLLRDBAND = 0x80 constant POLLRDNORM (line 476) | POLLRDNORM = 0x40 constant POLLWRBAND (line 477) | POLLWRBAND = 0x100 constant POLLWRNORM (line 478) | POLLWRNORM = 0x4 type Sysctlnode (line 481) | type Sysctlnode struct type Utsname (line 494) | type Utsname struct constant SizeofUvmexp (line 502) | SizeofUvmexp = 0x278 type Uvmexp (line 504) | type Uvmexp struct constant SizeofClockinfo (line 586) | SizeofClockinfo = 0x14 type Clockinfo (line 588) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x8 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa0 constant SizeofIfData (line 266) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go constant SizeofPtr (line 10) | SizeofPtr = 0x4 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x4 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 30) | type Timeval struct type Rusage (line 36) | type Rusage struct type Rlimit (line 55) | type Rlimit struct type _Gid_t (line 60) | type _Gid_t type Stat_t (line 62) | type Stat_t struct type Statfs_t (line 82) | type Statfs_t struct type Flock_t (line 109) | type Flock_t struct type Dirent (line 117) | type Dirent struct type Fsid (line 127) | type Fsid struct constant PathMax (line 132) | PathMax = 0x400 type RawSockaddrInet4 (line 135) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 143) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 152) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 158) | type RawSockaddrDatalink struct type RawSockaddr (line 169) | type RawSockaddr struct type RawSockaddrAny (line 175) | type RawSockaddrAny struct type _Socklen (line 180) | type _Socklen type Linger (line 182) | type Linger struct type Iovec (line 187) | type Iovec struct type IPMreq (line 192) | type IPMreq struct type IPv6Mreq (line 197) | type IPv6Mreq struct type Msghdr (line 202) | type Msghdr struct type Cmsghdr (line 212) | type Cmsghdr struct type Inet6Pktinfo (line 218) | type Inet6Pktinfo struct type IPv6MTUInfo (line 223) | type IPv6MTUInfo struct type ICMPv6Filter (line 228) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 233) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 234) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 235) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 236) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 237) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 238) | SizeofLinger = 0x8 constant SizeofIovec (line 239) | SizeofIovec = 0x8 constant SizeofIPMreq (line 240) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 241) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 242) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 243) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 244) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 245) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 246) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 250) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 251) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 252) | PTRACE_KILL = 0x8 type Kevent_t (line 255) | type Kevent_t struct type FdSet (line 266) | type FdSet struct constant SizeofIfMsghdr (line 271) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 272) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 273) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 274) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 275) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 276) | SizeofRtMetrics = 0x38 type IfMsghdr (line 279) | type IfMsghdr struct type IfData (line 294) | type IfData struct type IfaMsghdr (line 320) | type IfaMsghdr struct type IfAnnounceMsghdr (line 334) | type IfAnnounceMsghdr struct type RtMsghdr (line 344) | type RtMsghdr struct type RtMetrics (line 363) | type RtMetrics struct constant SizeofBpfVersion (line 379) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 380) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 381) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 382) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 383) | SizeofBpfHdr = 0x18 type BpfVersion (line 386) | type BpfVersion struct type BpfStat (line 391) | type BpfStat struct type BpfProgram (line 396) | type BpfProgram struct type BpfInsn (line 401) | type BpfInsn struct type BpfHdr (line 408) | type BpfHdr struct type BpfTimeval (line 419) | type BpfTimeval struct type Termios (line 424) | type Termios struct type Winsize (line 434) | type Winsize struct constant AT_FDCWD (line 442) | AT_FDCWD = -0x64 constant AT_EACCESS (line 443) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 444) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 445) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 446) | AT_REMOVEDIR = 0x8 type PollFd (line 449) | type PollFd struct constant POLLERR (line 456) | POLLERR = 0x8 constant POLLHUP (line 457) | POLLHUP = 0x10 constant POLLIN (line 458) | POLLIN = 0x1 constant POLLNVAL (line 459) | POLLNVAL = 0x20 constant POLLOUT (line 460) | POLLOUT = 0x4 constant POLLPRI (line 461) | POLLPRI = 0x2 constant POLLRDBAND (line 462) | POLLRDBAND = 0x80 constant POLLRDNORM (line 463) | POLLRDNORM = 0x40 constant POLLWRBAND (line 464) | POLLWRBAND = 0x100 constant POLLWRNORM (line 465) | POLLWRNORM = 0x4 type Sigset_t (line 468) | type Sigset_t type Utsname (line 470) | type Utsname struct constant SizeofUvmexp (line 478) | SizeofUvmexp = 0x158 type Uvmexp (line 480) | type Uvmexp struct constant SizeofClockinfo (line 569) | SizeofClockinfo = 0x10 type Clockinfo (line 571) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct constant SizeofBpfVersion (line 372) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 373) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 374) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 375) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 376) | SizeofBpfHdr = 0x18 type BpfVersion (line 379) | type BpfVersion struct type BpfStat (line 384) | type BpfStat struct type BpfProgram (line 389) | type BpfProgram struct type BpfInsn (line 394) | type BpfInsn struct type BpfHdr (line 401) | type BpfHdr struct type BpfTimeval (line 412) | type BpfTimeval struct type Termios (line 417) | type Termios struct type Winsize (line 427) | type Winsize struct constant AT_FDCWD (line 435) | AT_FDCWD = -0x64 constant AT_EACCESS (line 436) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 437) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 438) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 439) | AT_REMOVEDIR = 0x8 type PollFd (line 442) | type PollFd struct constant POLLERR (line 449) | POLLERR = 0x8 constant POLLHUP (line 450) | POLLHUP = 0x10 constant POLLIN (line 451) | POLLIN = 0x1 constant POLLNVAL (line 452) | POLLNVAL = 0x20 constant POLLOUT (line 453) | POLLOUT = 0x4 constant POLLPRI (line 454) | POLLPRI = 0x2 constant POLLRDBAND (line 455) | POLLRDBAND = 0x80 constant POLLRDNORM (line 456) | POLLRDNORM = 0x40 constant POLLWRBAND (line 457) | POLLWRBAND = 0x100 constant POLLWRNORM (line 458) | POLLWRNORM = 0x4 type Sigset_t (line 461) | type Sigset_t type Utsname (line 463) | type Utsname struct constant SizeofUvmexp (line 471) | SizeofUvmexp = 0x158 type Uvmexp (line 473) | type Uvmexp struct constant SizeofClockinfo (line 562) | SizeofClockinfo = 0x10 type Clockinfo (line 564) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct type Mclpool (line 371) | type Mclpool struct constant SizeofBpfVersion (line 374) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 375) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 376) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 377) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 378) | SizeofBpfHdr = 0x18 type BpfVersion (line 381) | type BpfVersion struct type BpfStat (line 386) | type BpfStat struct type BpfProgram (line 391) | type BpfProgram struct type BpfInsn (line 396) | type BpfInsn struct type BpfHdr (line 403) | type BpfHdr struct type BpfTimeval (line 414) | type BpfTimeval struct type Termios (line 419) | type Termios struct type Winsize (line 429) | type Winsize struct constant AT_FDCWD (line 437) | AT_FDCWD = -0x64 constant AT_EACCESS (line 438) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 439) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 440) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 441) | AT_REMOVEDIR = 0x8 type PollFd (line 444) | type PollFd struct constant POLLERR (line 451) | POLLERR = 0x8 constant POLLHUP (line 452) | POLLHUP = 0x10 constant POLLIN (line 453) | POLLIN = 0x1 constant POLLNVAL (line 454) | POLLNVAL = 0x20 constant POLLOUT (line 455) | POLLOUT = 0x4 constant POLLPRI (line 456) | POLLPRI = 0x2 constant POLLRDBAND (line 457) | POLLRDBAND = 0x80 constant POLLRDNORM (line 458) | POLLRDNORM = 0x40 constant POLLWRBAND (line 459) | POLLWRBAND = 0x100 constant POLLWRNORM (line 460) | POLLWRNORM = 0x4 type Sigset_t (line 463) | type Sigset_t type Utsname (line 465) | type Utsname struct constant SizeofUvmexp (line 473) | SizeofUvmexp = 0x158 type Uvmexp (line 475) | type Uvmexp struct constant SizeofClockinfo (line 564) | SizeofClockinfo = 0x10 type Clockinfo (line 566) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 type _C_short (line 18) | type _C_short type _C_int (line 19) | type _C_int type _C_long (line 20) | type _C_long type _C_long_long (line 21) | type _C_long_long type Timespec (line 24) | type Timespec struct type Timeval (line 29) | type Timeval struct type Rusage (line 34) | type Rusage struct type Rlimit (line 53) | type Rlimit struct type _Gid_t (line 58) | type _Gid_t type Stat_t (line 60) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t struct type Flock_t (line 105) | type Flock_t struct type Dirent (line 113) | type Dirent struct type Fsid (line 123) | type Fsid struct constant PathMax (line 128) | PathMax = 0x400 type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 154) | type RawSockaddrDatalink struct type RawSockaddr (line 165) | type RawSockaddr struct type RawSockaddrAny (line 171) | type RawSockaddrAny struct type _Socklen (line 176) | type _Socklen type Linger (line 178) | type Linger struct type Iovec (line 183) | type Iovec struct type IPMreq (line 188) | type IPMreq struct type IPv6Mreq (line 193) | type IPv6Mreq struct type Msghdr (line 198) | type Msghdr struct type Cmsghdr (line 208) | type Cmsghdr struct type Inet6Pktinfo (line 214) | type Inet6Pktinfo struct type IPv6MTUInfo (line 219) | type IPv6MTUInfo struct type ICMPv6Filter (line 224) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 229) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 230) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 231) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 232) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 233) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 234) | SizeofLinger = 0x8 constant SizeofIovec (line 235) | SizeofIovec = 0x10 constant SizeofIPMreq (line 236) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 237) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 238) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 239) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 240) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 241) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 242) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 246) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 247) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 248) | PTRACE_KILL = 0x8 type Kevent_t (line 251) | type Kevent_t struct type FdSet (line 260) | type FdSet struct constant SizeofIfMsghdr (line 265) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 266) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 267) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 268) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 269) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 270) | SizeofRtMetrics = 0x38 type IfMsghdr (line 273) | type IfMsghdr struct type IfData (line 288) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfAnnounceMsghdr (line 327) | type IfAnnounceMsghdr struct type RtMsghdr (line 337) | type RtMsghdr struct type RtMetrics (line 356) | type RtMetrics struct type Mclpool (line 371) | type Mclpool struct constant SizeofBpfVersion (line 374) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 375) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 376) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 377) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 378) | SizeofBpfHdr = 0x18 type BpfVersion (line 381) | type BpfVersion struct type BpfStat (line 386) | type BpfStat struct type BpfProgram (line 391) | type BpfProgram struct type BpfInsn (line 396) | type BpfInsn struct type BpfHdr (line 403) | type BpfHdr struct type BpfTimeval (line 414) | type BpfTimeval struct type Termios (line 419) | type Termios struct type Winsize (line 429) | type Winsize struct constant AT_FDCWD (line 437) | AT_FDCWD = -0x64 constant AT_EACCESS (line 438) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 439) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 440) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 441) | AT_REMOVEDIR = 0x8 type PollFd (line 444) | type PollFd struct constant POLLERR (line 451) | POLLERR = 0x8 constant POLLHUP (line 452) | POLLHUP = 0x10 constant POLLIN (line 453) | POLLIN = 0x1 constant POLLNVAL (line 454) | POLLNVAL = 0x20 constant POLLOUT (line 455) | POLLOUT = 0x4 constant POLLPRI (line 456) | POLLPRI = 0x2 constant POLLRDBAND (line 457) | POLLRDBAND = 0x80 constant POLLRDNORM (line 458) | POLLRDNORM = 0x40 constant POLLWRBAND (line 459) | POLLWRBAND = 0x100 constant POLLWRNORM (line 460) | POLLWRNORM = 0x4 type Sigset_t (line 463) | type Sigset_t type Utsname (line 465) | type Utsname struct constant SizeofUvmexp (line 473) | SizeofUvmexp = 0x158 type Uvmexp (line 475) | type Uvmexp struct constant SizeofClockinfo (line 564) | SizeofClockinfo = 0x10 type Clockinfo (line 566) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go constant SizeofPtr (line 10) | SizeofPtr = 0x8 constant SizeofShort (line 11) | SizeofShort = 0x2 constant SizeofInt (line 12) | SizeofInt = 0x4 constant SizeofLong (line 13) | SizeofLong = 0x8 constant SizeofLongLong (line 14) | SizeofLongLong = 0x8 constant PathMax (line 15) | PathMax = 0x400 constant MaxHostNameLen (line 16) | MaxHostNameLen = 0x100 type _C_short (line 20) | type _C_short type _C_int (line 21) | type _C_int type _C_long (line 22) | type _C_long type _C_long_long (line 23) | type _C_long_long type Timespec (line 26) | type Timespec struct type Timeval (line 31) | type Timeval struct type Timeval32 (line 36) | type Timeval32 struct type Tms (line 41) | type Tms struct type Utimbuf (line 48) | type Utimbuf struct type Rusage (line 53) | type Rusage struct type Rlimit (line 72) | type Rlimit struct type _Gid_t (line 77) | type _Gid_t type Stat_t (line 79) | type Stat_t struct type Flock_t (line 96) | type Flock_t struct type Dirent (line 106) | type Dirent struct type _Fsblkcnt_t (line 114) | type _Fsblkcnt_t type Statvfs_t (line 116) | type Statvfs_t struct type RawSockaddrInet4 (line 132) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 139) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 148) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 163) | type RawSockaddr struct type RawSockaddrAny (line 168) | type RawSockaddrAny struct type _Socklen (line 173) | type _Socklen type Linger (line 175) | type Linger struct type Iovec (line 180) | type Iovec struct type IPMreq (line 185) | type IPMreq struct type IPv6Mreq (line 190) | type IPv6Mreq struct type Msghdr (line 195) | type Msghdr struct type Cmsghdr (line 205) | type Cmsghdr struct type Inet4Pktinfo (line 211) | type Inet4Pktinfo struct type Inet6Pktinfo (line 217) | type Inet6Pktinfo struct type IPv6MTUInfo (line 222) | type IPv6MTUInfo struct type ICMPv6Filter (line 227) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 232) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 233) | SizeofSockaddrInet6 = 0x20 constant SizeofSockaddrAny (line 234) | SizeofSockaddrAny = 0xfc constant SizeofSockaddrUnix (line 235) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrDatalink (line 236) | SizeofSockaddrDatalink = 0xfc constant SizeofLinger (line 237) | SizeofLinger = 0x8 constant SizeofIovec (line 238) | SizeofIovec = 0x10 constant SizeofIPMreq (line 239) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 240) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 241) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 242) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 243) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 244) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 245) | SizeofIPv6MTUInfo = 0x24 constant SizeofICMPv6Filter (line 246) | SizeofICMPv6Filter = 0x20 type FdSet (line 249) | type FdSet struct type Utsname (line 253) | type Utsname struct type Ustat_t (line 261) | type Ustat_t struct constant AT_FDCWD (line 270) | AT_FDCWD = 0xffd19553 constant AT_SYMLINK_NOFOLLOW (line 271) | AT_SYMLINK_NOFOLLOW = 0x1000 constant AT_SYMLINK_FOLLOW (line 272) | AT_SYMLINK_FOLLOW = 0x2000 constant AT_REMOVEDIR (line 273) | AT_REMOVEDIR = 0x1 constant AT_EACCESS (line 274) | AT_EACCESS = 0x4 constant SizeofIfMsghdr (line 278) | SizeofIfMsghdr = 0x54 constant SizeofIfData (line 279) | SizeofIfData = 0x44 constant SizeofIfaMsghdr (line 280) | SizeofIfaMsghdr = 0x14 constant SizeofRtMsghdr (line 281) | SizeofRtMsghdr = 0x4c constant SizeofRtMetrics (line 282) | SizeofRtMetrics = 0x28 type IfMsghdr (line 285) | type IfMsghdr struct type IfData (line 295) | type IfData struct type IfaMsghdr (line 316) | type IfaMsghdr struct type RtMsghdr (line 326) | type RtMsghdr struct type RtMetrics (line 341) | type RtMetrics struct constant SizeofBpfVersion (line 355) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 356) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 357) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 358) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 359) | SizeofBpfHdr = 0x14 type BpfVersion (line 362) | type BpfVersion struct type BpfStat (line 367) | type BpfStat struct type BpfProgram (line 374) | type BpfProgram struct type BpfInsn (line 379) | type BpfInsn struct type BpfTimeval (line 386) | type BpfTimeval struct type BpfHdr (line 391) | type BpfHdr struct type Termios (line 399) | type Termios struct type Termio (line 408) | type Termio struct type Winsize (line 418) | type Winsize struct type PollFd (line 425) | type PollFd struct constant POLLERR (line 432) | POLLERR = 0x8 constant POLLHUP (line 433) | POLLHUP = 0x10 constant POLLIN (line 434) | POLLIN = 0x1 constant POLLNVAL (line 435) | POLLNVAL = 0x20 constant POLLOUT (line 436) | POLLOUT = 0x4 constant POLLPRI (line 437) | POLLPRI = 0x2 constant POLLRDBAND (line 438) | POLLRDBAND = 0x80 constant POLLRDNORM (line 439) | POLLRDNORM = 0x40 constant POLLWRBAND (line 440) | POLLWRBAND = 0x100 constant POLLWRNORM (line 441) | POLLWRNORM = 0x4 type fileObj (line 444) | type fileObj struct type portEvent (line 452) | type portEvent struct constant PORT_SOURCE_AIO (line 461) | PORT_SOURCE_AIO = 0x1 constant PORT_SOURCE_TIMER (line 462) | PORT_SOURCE_TIMER = 0x2 constant PORT_SOURCE_USER (line 463) | PORT_SOURCE_USER = 0x3 constant PORT_SOURCE_FD (line 464) | PORT_SOURCE_FD = 0x4 constant PORT_SOURCE_ALERT (line 465) | PORT_SOURCE_ALERT = 0x5 constant PORT_SOURCE_MQ (line 466) | PORT_SOURCE_MQ = 0x6 constant PORT_SOURCE_FILE (line 467) | PORT_SOURCE_FILE = 0x7 constant PORT_ALERT_SET (line 468) | PORT_ALERT_SET = 0x1 constant PORT_ALERT_UPDATE (line 469) | PORT_ALERT_UPDATE = 0x2 constant PORT_ALERT_INVALID (line 470) | PORT_ALERT_INVALID = 0x3 constant FILE_ACCESS (line 471) | FILE_ACCESS = 0x1 constant FILE_MODIFIED (line 472) | FILE_MODIFIED = 0x2 constant FILE_ATTRIB (line 473) | FILE_ATTRIB = 0x4 constant FILE_TRUNC (line 474) | FILE_TRUNC = 0x100000 constant FILE_NOFOLLOW (line 475) | FILE_NOFOLLOW = 0x10000000 constant FILE_DELETE (line 476) | FILE_DELETE = 0x10 constant FILE_RENAME_TO (line 477) | FILE_RENAME_TO = 0x20 constant FILE_RENAME_FROM (line 478) | FILE_RENAME_FROM = 0x40 constant UNMOUNTED (line 479) | UNMOUNTED = 0x20000000 constant MOUNTEDOVER (line 480) | MOUNTEDOVER = 0x40000000 constant FILE_EXCEPTION (line 481) | FILE_EXCEPTION = 0x60000070 constant TUNNEWPPA (line 485) | TUNNEWPPA = 0x540001 constant TUNSETPPA (line 486) | TUNSETPPA = 0x540002 constant I_STR (line 488) | I_STR = 0x5308 constant I_POP (line 489) | I_POP = 0x5303 constant I_PUSH (line 490) | I_PUSH = 0x5302 constant I_LINK (line 491) | I_LINK = 0x530c constant I_UNLINK (line 492) | I_UNLINK = 0x530d constant I_PLINK (line 493) | I_PLINK = 0x5316 constant I_PUNLINK (line 494) | I_PUNLINK = 0x5317 constant IF_UNITSEL (line 496) | IF_UNITSEL = -0x7ffb8cca type strbuf (line 499) | type strbuf struct type Strioctl (line 505) | type Strioctl struct type Lifreq (line 512) | type Lifreq struct FILE: vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go constant SizeofPtr (line 14) | SizeofPtr = 0x8 constant SizeofShort (line 15) | SizeofShort = 0x2 constant SizeofInt (line 16) | SizeofInt = 0x4 constant SizeofLong (line 17) | SizeofLong = 0x8 constant SizeofLongLong (line 18) | SizeofLongLong = 0x8 constant PathMax (line 19) | PathMax = 0x1000 constant SizeofSockaddrAny (line 23) | SizeofSockaddrAny = 128 constant SizeofCmsghdr (line 24) | SizeofCmsghdr = 12 constant SizeofIPMreq (line 25) | SizeofIPMreq = 8 constant SizeofIPv6Mreq (line 26) | SizeofIPv6Mreq = 20 constant SizeofICMPv6Filter (line 27) | SizeofICMPv6Filter = 32 constant SizeofIPv6MTUInfo (line 28) | SizeofIPv6MTUInfo = 32 constant SizeofLinger (line 29) | SizeofLinger = 8 constant SizeofSockaddrInet4 (line 30) | SizeofSockaddrInet4 = 16 constant SizeofSockaddrInet6 (line 31) | SizeofSockaddrInet6 = 28 constant SizeofTCPInfo (line 32) | SizeofTCPInfo = 0x68 type _C_short (line 36) | type _C_short type _C_int (line 37) | type _C_int type _C_long (line 38) | type _C_long type _C_long_long (line 39) | type _C_long_long type Timespec (line 42) | type Timespec struct type Timeval (line 47) | type Timeval struct type timeval_zos (line 52) | type timeval_zos struct type Tms (line 58) | type Tms struct type Time_t (line 65) | type Time_t type Utimbuf (line 67) | type Utimbuf struct type Utsname (line 72) | type Utsname struct type RawSockaddrInet4 (line 81) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 89) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 98) | type RawSockaddrUnix struct type RawSockaddr (line 104) | type RawSockaddr struct type RawSockaddrAny (line 110) | type RawSockaddrAny struct type _Socklen (line 115) | type _Socklen type Linger (line 117) | type Linger struct type Iovec (line 122) | type Iovec struct type IPMreq (line 127) | type IPMreq struct type IPv6Mreq (line 132) | type IPv6Mreq struct type Msghdr (line 137) | type Msghdr struct type Cmsghdr (line 147) | type Cmsghdr struct type Inet4Pktinfo (line 153) | type Inet4Pktinfo struct type Inet6Pktinfo (line 158) | type Inet6Pktinfo struct type IPv6MTUInfo (line 163) | type IPv6MTUInfo struct type ICMPv6Filter (line 168) | type ICMPv6Filter struct type TCPInfo (line 172) | type TCPInfo struct type _Gid_t (line 205) | type _Gid_t type rusage_zos (line 207) | type rusage_zos struct type Rusage (line 212) | type Rusage struct type Rlimit (line 231) | type Rlimit struct type PollFd (line 237) | type PollFd struct type Stat_t (line 243) | type Stat_t struct type Stat_LE_t (line 261) | type Stat_LE_t struct type Statvfs_t (line 306) | type Statvfs_t struct type Statfs_t (line 328) | type Statfs_t struct type direntLE (line 342) | type direntLE struct type Dirent (line 350) | type Dirent struct type FdSet (line 359) | type FdSet struct type Flock_t (line 364) | type Flock_t struct type Termios (line 372) | type Termios struct type Winsize (line 380) | type Winsize struct type W_Mnth (line 387) | type W_Mnth struct type W_Mntent (line 396) | type W_Mntent struct FILE: vendor/golang.org/x/sys/windows/dll_windows.go function syscall_loadlibrary (line 21) | func syscall_loadlibrary(filename *uint16) (handle Handle, err Errno) function syscall_getprocaddress (line 24) | func syscall_getprocaddress(handle Handle, procname *uint8) (proc uintpt... type DLLError (line 27) | type DLLError struct method Error (line 33) | func (e *DLLError) Error() string { return e.Msg } method Unwrap (line 35) | func (e *DLLError) Unwrap() error { return e.Err } type DLL (line 38) | type DLL struct method FindProc (line 79) | func (d *DLL) FindProc(name string) (proc *Proc, err error) { method MustFindProc (line 101) | func (d *DLL) MustFindProc(name string) *Proc { method FindProcByOrdinal (line 111) | func (d *DLL) FindProcByOrdinal(ordinal uintptr) (proc *Proc, err erro... method MustFindProcByOrdinal (line 130) | func (d *DLL) MustFindProcByOrdinal(ordinal uintptr) *Proc { method Release (line 139) | func (d *DLL) Release() (err error) { function LoadDLL (line 48) | func LoadDLL(name string) (dll *DLL, err error) { function MustLoadDLL (line 69) | func MustLoadDLL(name string) *DLL { type Proc (line 144) | type Proc struct method Addr (line 152) | func (p *Proc) Addr() uintptr { method Call (line 165) | func (p *Proc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { type LazyDLL (line 208) | type LazyDLL struct method Load (line 222) | func (d *LazyDLL) Load() error { method mustLoad (line 255) | func (d *LazyDLL) mustLoad() { method Handle (line 263) | func (d *LazyDLL) Handle() uintptr { method NewProc (line 269) | func (d *LazyDLL) NewProc(name string) *LazyProc { function NewLazyDLL (line 274) | func NewLazyDLL(name string) *LazyDLL { function NewLazySystemDLL (line 281) | func NewLazySystemDLL(name string) *LazyDLL { type LazyProc (line 287) | type LazyProc struct method Find (line 298) | func (p *LazyProc) Find() error { method mustFind (line 322) | func (p *LazyProc) mustFind() { method Addr (line 332) | func (p *LazyProc) Addr() uintptr { method Call (line 346) | func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { function initCanDoSearchSystem32 (line 356) | func initCanDoSearchSystem32() { function canDoSearchSystem32 (line 368) | func canDoSearchSystem32() bool { function isBaseName (line 373) | func isBaseName(name string) bool { function loadLibraryEx (line 389) | func loadLibraryEx(name string, system bool) (*DLL, error) { type errString (line 414) | type errString method Error (line 416) | func (s errString) Error() string { return string(s) } FILE: vendor/golang.org/x/sys/windows/env_windows.go function Getenv (line 14) | func Getenv(key string) (value string, found bool) { function Setenv (line 18) | func Setenv(key, value string) error { function Clearenv (line 22) | func Clearenv() { function Environ (line 26) | func Environ() []string { method Environ (line 33) | func (token Token) Environ(inheritExisting bool) (env []string, err erro... function Unsetenv (line 52) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/windows/eventlog.go constant EVENTLOG_SUCCESS (line 11) | EVENTLOG_SUCCESS = 0 constant EVENTLOG_ERROR_TYPE (line 12) | EVENTLOG_ERROR_TYPE = 1 constant EVENTLOG_WARNING_TYPE (line 13) | EVENTLOG_WARNING_TYPE = 2 constant EVENTLOG_INFORMATION_TYPE (line 14) | EVENTLOG_INFORMATION_TYPE = 4 constant EVENTLOG_AUDIT_SUCCESS (line 15) | EVENTLOG_AUDIT_SUCCESS = 8 constant EVENTLOG_AUDIT_FAILURE (line 16) | EVENTLOG_AUDIT_FAILURE = 16 FILE: vendor/golang.org/x/sys/windows/exec_windows.go function EscapeArg (line 23) | func EscapeArg(s string) string { function ComposeCommandLine (line 84) | func ComposeCommandLine(args []string) string { function DecomposeCommandLine (line 147) | func DecomposeCommandLine(commandLine string) ([]string, error) { function CommandLineToArgv (line 179) | func CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uin... function CloseOnExec (line 185) | func CloseOnExec(fd Handle) { function FullPath (line 190) | func FullPath(name string) (path string, err error) { function NewProcThreadAttributeList (line 209) | func NewProcThreadAttributeList(maxAttrCount uint32) (*ProcThreadAttribu... method Update (line 232) | func (al *ProcThreadAttributeListContainer) Update(attribute uintptr, va... method Delete (line 238) | func (al *ProcThreadAttributeListContainer) Delete() { method List (line 246) | func (al *ProcThreadAttributeListContainer) List() *ProcThreadAttributeL... FILE: vendor/golang.org/x/sys/windows/memory_windows.go constant MEM_COMMIT (line 8) | MEM_COMMIT = 0x00001000 constant MEM_RESERVE (line 9) | MEM_RESERVE = 0x00002000 constant MEM_DECOMMIT (line 10) | MEM_DECOMMIT = 0x00004000 constant MEM_RELEASE (line 11) | MEM_RELEASE = 0x00008000 constant MEM_RESET (line 12) | MEM_RESET = 0x00080000 constant MEM_TOP_DOWN (line 13) | MEM_TOP_DOWN = 0x00100000 constant MEM_WRITE_WATCH (line 14) | MEM_WRITE_WATCH = 0x00200000 constant MEM_PHYSICAL (line 15) | MEM_PHYSICAL = 0x00400000 constant MEM_RESET_UNDO (line 16) | MEM_RESET_UNDO = 0x01000000 constant MEM_LARGE_PAGES (line 17) | MEM_LARGE_PAGES = 0x20000000 constant PAGE_NOACCESS (line 19) | PAGE_NOACCESS = 0x00000001 constant PAGE_READONLY (line 20) | PAGE_READONLY = 0x00000002 constant PAGE_READWRITE (line 21) | PAGE_READWRITE = 0x00000004 constant PAGE_WRITECOPY (line 22) | PAGE_WRITECOPY = 0x00000008 constant PAGE_EXECUTE (line 23) | PAGE_EXECUTE = 0x00000010 constant PAGE_EXECUTE_READ (line 24) | PAGE_EXECUTE_READ = 0x00000020 constant PAGE_EXECUTE_READWRITE (line 25) | PAGE_EXECUTE_READWRITE = 0x00000040 constant PAGE_EXECUTE_WRITECOPY (line 26) | PAGE_EXECUTE_WRITECOPY = 0x00000080 constant PAGE_GUARD (line 27) | PAGE_GUARD = 0x00000100 constant PAGE_NOCACHE (line 28) | PAGE_NOCACHE = 0x00000200 constant PAGE_WRITECOMBINE (line 29) | PAGE_WRITECOMBINE = 0x00000400 constant PAGE_TARGETS_INVALID (line 30) | PAGE_TARGETS_INVALID = 0x40000000 constant PAGE_TARGETS_NO_UPDATE (line 31) | PAGE_TARGETS_NO_UPDATE = 0x40000000 constant QUOTA_LIMITS_HARDWS_MIN_DISABLE (line 33) | QUOTA_LIMITS_HARDWS_MIN_DISABLE = 0x00000002 constant QUOTA_LIMITS_HARDWS_MIN_ENABLE (line 34) | QUOTA_LIMITS_HARDWS_MIN_ENABLE = 0x00000001 constant QUOTA_LIMITS_HARDWS_MAX_DISABLE (line 35) | QUOTA_LIMITS_HARDWS_MAX_DISABLE = 0x00000008 constant QUOTA_LIMITS_HARDWS_MAX_ENABLE (line 36) | QUOTA_LIMITS_HARDWS_MAX_ENABLE = 0x00000004 type MemoryBasicInformation (line 39) | type MemoryBasicInformation struct FILE: vendor/golang.org/x/sys/windows/race.go constant raceenabled (line 15) | raceenabled = true function raceAcquire (line 17) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 21) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 25) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 29) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/windows/race0.go constant raceenabled (line 14) | raceenabled = false function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 19) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 22) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 25) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/windows/security_windows.go constant NameUnknown (line 13) | NameUnknown = 0 constant NameFullyQualifiedDN (line 14) | NameFullyQualifiedDN = 1 constant NameSamCompatible (line 15) | NameSamCompatible = 2 constant NameDisplay (line 16) | NameDisplay = 3 constant NameUniqueId (line 17) | NameUniqueId = 6 constant NameCanonical (line 18) | NameCanonical = 7 constant NameUserPrincipal (line 19) | NameUserPrincipal = 8 constant NameCanonicalEx (line 20) | NameCanonicalEx = 9 constant NameServicePrincipal (line 21) | NameServicePrincipal = 10 constant NameDnsDomain (line 22) | NameDnsDomain = 12 function TranslateAccountName (line 32) | func TranslateAccountName(username string, from, to uint32, initSize int... constant NetSetupUnknownStatus (line 55) | NetSetupUnknownStatus = iota constant NetSetupUnjoined (line 56) | NetSetupUnjoined constant NetSetupWorkgroupName (line 57) | NetSetupWorkgroupName constant NetSetupDomainName (line 58) | NetSetupDomainName type UserInfo10 (line 61) | type UserInfo10 struct constant SidTypeUser (line 74) | SidTypeUser = 1 + iota constant SidTypeGroup (line 75) | SidTypeGroup constant SidTypeDomain (line 76) | SidTypeDomain constant SidTypeAlias (line 77) | SidTypeAlias constant SidTypeWellKnownGroup (line 78) | SidTypeWellKnownGroup constant SidTypeDeletedAccount (line 79) | SidTypeDeletedAccount constant SidTypeInvalid (line 80) | SidTypeInvalid constant SidTypeUnknown (line 81) | SidTypeUnknown constant SidTypeComputer (line 82) | SidTypeComputer constant SidTypeLabel (line 83) | SidTypeLabel type SidIdentifierAuthority (line 86) | type SidIdentifierAuthority struct constant SECURITY_NULL_RID (line 101) | SECURITY_NULL_RID = 0 constant SECURITY_WORLD_RID (line 102) | SECURITY_WORLD_RID = 0 constant SECURITY_LOCAL_RID (line 103) | SECURITY_LOCAL_RID = 0 constant SECURITY_CREATOR_OWNER_RID (line 104) | SECURITY_CREATOR_OWNER_RID = 0 constant SECURITY_CREATOR_GROUP_RID (line 105) | SECURITY_CREATOR_GROUP_RID = 1 constant SECURITY_DIALUP_RID (line 106) | SECURITY_DIALUP_RID = 1 constant SECURITY_NETWORK_RID (line 107) | SECURITY_NETWORK_RID = 2 constant SECURITY_BATCH_RID (line 108) | SECURITY_BATCH_RID = 3 constant SECURITY_INTERACTIVE_RID (line 109) | SECURITY_INTERACTIVE_RID = 4 constant SECURITY_LOGON_IDS_RID (line 110) | SECURITY_LOGON_IDS_RID = 5 constant SECURITY_SERVICE_RID (line 111) | SECURITY_SERVICE_RID = 6 constant SECURITY_LOCAL_SYSTEM_RID (line 112) | SECURITY_LOCAL_SYSTEM_RID = 18 constant SECURITY_BUILTIN_DOMAIN_RID (line 113) | SECURITY_BUILTIN_DOMAIN_RID = 32 constant SECURITY_PRINCIPAL_SELF_RID (line 114) | SECURITY_PRINCIPAL_SELF_RID = 10 constant SECURITY_CREATOR_OWNER_SERVER_RID (line 115) | SECURITY_CREATOR_OWNER_SERVER_RID = 0x2 constant SECURITY_CREATOR_GROUP_SERVER_RID (line 116) | SECURITY_CREATOR_GROUP_SERVER_RID = 0x3 constant SECURITY_LOGON_IDS_RID_COUNT (line 117) | SECURITY_LOGON_IDS_RID_COUNT = 0x3 constant SECURITY_ANONYMOUS_LOGON_RID (line 118) | SECURITY_ANONYMOUS_LOGON_RID = 0x7 constant SECURITY_PROXY_RID (line 119) | SECURITY_PROXY_RID = 0x8 constant SECURITY_ENTERPRISE_CONTROLLERS_RID (line 120) | SECURITY_ENTERPRISE_CONTROLLERS_RID = 0x9 constant SECURITY_SERVER_LOGON_RID (line 121) | SECURITY_SERVER_LOGON_RID = SECURITY_ENTERPRISE_CONTROLLERS_RID constant SECURITY_AUTHENTICATED_USER_RID (line 122) | SECURITY_AUTHENTICATED_USER_RID = 0xb constant SECURITY_RESTRICTED_CODE_RID (line 123) | SECURITY_RESTRICTED_CODE_RID = 0xc constant SECURITY_NT_NON_UNIQUE_RID (line 124) | SECURITY_NT_NON_UNIQUE_RID = 0x15 constant DOMAIN_ALIAS_RID_ADMINS (line 130) | DOMAIN_ALIAS_RID_ADMINS = 0x220 constant DOMAIN_ALIAS_RID_USERS (line 131) | DOMAIN_ALIAS_RID_USERS = 0x221 constant DOMAIN_ALIAS_RID_GUESTS (line 132) | DOMAIN_ALIAS_RID_GUESTS = 0x222 constant DOMAIN_ALIAS_RID_POWER_USERS (line 133) | DOMAIN_ALIAS_RID_POWER_USERS = 0x223 constant DOMAIN_ALIAS_RID_ACCOUNT_OPS (line 134) | DOMAIN_ALIAS_RID_ACCOUNT_OPS = 0x224 constant DOMAIN_ALIAS_RID_SYSTEM_OPS (line 135) | DOMAIN_ALIAS_RID_SYSTEM_OPS = 0x225 constant DOMAIN_ALIAS_RID_PRINT_OPS (line 136) | DOMAIN_ALIAS_RID_PRINT_OPS = 0x226 constant DOMAIN_ALIAS_RID_BACKUP_OPS (line 137) | DOMAIN_ALIAS_RID_BACKUP_OPS = 0x227 constant DOMAIN_ALIAS_RID_REPLICATOR (line 138) | DOMAIN_ALIAS_RID_REPLICATOR = 0x228 constant DOMAIN_ALIAS_RID_RAS_SERVERS (line 139) | DOMAIN_ALIAS_RID_RAS_SERVERS = 0x229 constant DOMAIN_ALIAS_RID_PREW2KCOMPACCESS (line 140) | DOMAIN_ALIAS_RID_PREW2KCOMPACCESS = 0x22a constant DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS (line 141) | DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS = 0x22b constant DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS (line 142) | DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS = 0x22c constant DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS (line 143) | DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS = 0x22d constant DOMAIN_ALIAS_RID_MONITORING_USERS (line 144) | DOMAIN_ALIAS_RID_MONITORING_USERS = 0x22e constant DOMAIN_ALIAS_RID_LOGGING_USERS (line 145) | DOMAIN_ALIAS_RID_LOGGING_USERS = 0x22f constant DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS (line 146) | DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS = 0x230 constant DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS (line 147) | DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS = 0x231 constant DOMAIN_ALIAS_RID_DCOM_USERS (line 148) | DOMAIN_ALIAS_RID_DCOM_USERS = 0x232 constant DOMAIN_ALIAS_RID_IUSERS (line 149) | DOMAIN_ALIAS_RID_IUSERS = 0x238 constant DOMAIN_ALIAS_RID_CRYPTO_OPERATORS (line 150) | DOMAIN_ALIAS_RID_CRYPTO_OPERATORS = 0x239 constant DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP (line 151) | DOMAIN_ALIAS_RID_CACHEABLE_PRINCIPALS_GROUP = 0x23b constant DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP (line 152) | DOMAIN_ALIAS_RID_NON_CACHEABLE_PRINCIPALS_GROUP = 0x23c constant DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP (line 153) | DOMAIN_ALIAS_RID_EVENT_LOG_READERS_GROUP = 0x23d constant DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP (line 154) | DOMAIN_ALIAS_RID_CERTSVC_DCOM_ACCESS_GROUP = 0x23e type SID (line 175) | type SID struct method String (line 231) | func (sid *SID) String() string { method Len (line 242) | func (sid *SID) Len() int { method Copy (line 247) | func (sid *SID) Copy() (*SID, error) { method IdentifierAuthority (line 258) | func (sid *SID) IdentifierAuthority() SidIdentifierAuthority { method SubAuthorityCount (line 263) | func (sid *SID) SubAuthorityCount() uint8 { method SubAuthority (line 269) | func (sid *SID) SubAuthority(idx uint32) uint32 { method IsValid (line 277) | func (sid *SID) IsValid() bool { method Equals (line 282) | func (sid *SID) Equals(sid2 *SID) bool { method IsWellKnown (line 287) | func (sid *SID) IsWellKnown(sidType WELL_KNOWN_SID_TYPE) bool { method LookupAccount (line 294) | func (sid *SID) LookupAccount(system string) (account, domain string, ... function StringToSid (line 179) | func StringToSid(s string) (*SID, error) { function LookupSID (line 196) | func LookupSID(system, account string) (sid *SID, domain string, accType... type WELL_KNOWN_SID_TYPE (line 321) | type WELL_KNOWN_SID_TYPE constant WinNullSid (line 324) | WinNullSid = 0 constant WinWorldSid (line 325) | WinWorldSid = 1 constant WinLocalSid (line 326) | WinLocalSid = 2 constant WinCreatorOwnerSid (line 327) | WinCreatorOwnerSid = 3 constant WinCreatorGroupSid (line 328) | WinCreatorGroupSid = 4 constant WinCreatorOwnerServerSid (line 329) | WinCreatorOwnerServerSid = 5 constant WinCreatorGroupServerSid (line 330) | WinCreatorGroupServerSid = 6 constant WinNtAuthoritySid (line 331) | WinNtAuthoritySid = 7 constant WinDialupSid (line 332) | WinDialupSid = 8 constant WinNetworkSid (line 333) | WinNetworkSid = 9 constant WinBatchSid (line 334) | WinBatchSid = 10 constant WinInteractiveSid (line 335) | WinInteractiveSid = 11 constant WinServiceSid (line 336) | WinServiceSid = 12 constant WinAnonymousSid (line 337) | WinAnonymousSid = 13 constant WinProxySid (line 338) | WinProxySid = 14 constant WinEnterpriseControllersSid (line 339) | WinEnterpriseControllersSid = 15 constant WinSelfSid (line 340) | WinSelfSid = 16 constant WinAuthenticatedUserSid (line 341) | WinAuthenticatedUserSid = 17 constant WinRestrictedCodeSid (line 342) | WinRestrictedCodeSid = 18 constant WinTerminalServerSid (line 343) | WinTerminalServerSid = 19 constant WinRemoteLogonIdSid (line 344) | WinRemoteLogonIdSid = 20 constant WinLogonIdsSid (line 345) | WinLogonIdsSid = 21 constant WinLocalSystemSid (line 346) | WinLocalSystemSid = 22 constant WinLocalServiceSid (line 347) | WinLocalServiceSid = 23 constant WinNetworkServiceSid (line 348) | WinNetworkServiceSid = 24 constant WinBuiltinDomainSid (line 349) | WinBuiltinDomainSid = 25 constant WinBuiltinAdministratorsSid (line 350) | WinBuiltinAdministratorsSid = 26 constant WinBuiltinUsersSid (line 351) | WinBuiltinUsersSid = 27 constant WinBuiltinGuestsSid (line 352) | WinBuiltinGuestsSid = 28 constant WinBuiltinPowerUsersSid (line 353) | WinBuiltinPowerUsersSid = 29 constant WinBuiltinAccountOperatorsSid (line 354) | WinBuiltinAccountOperatorsSid = 30 constant WinBuiltinSystemOperatorsSid (line 355) | WinBuiltinSystemOperatorsSid = 31 constant WinBuiltinPrintOperatorsSid (line 356) | WinBuiltinPrintOperatorsSid = 32 constant WinBuiltinBackupOperatorsSid (line 357) | WinBuiltinBackupOperatorsSid = 33 constant WinBuiltinReplicatorSid (line 358) | WinBuiltinReplicatorSid = 34 constant WinBuiltinPreWindows2000CompatibleAccessSid (line 359) | WinBuiltinPreWindows2000CompatibleAccessSid = 35 constant WinBuiltinRemoteDesktopUsersSid (line 360) | WinBuiltinRemoteDesktopUsersSid = 36 constant WinBuiltinNetworkConfigurationOperatorsSid (line 361) | WinBuiltinNetworkConfigurationOperatorsSid = 37 constant WinAccountAdministratorSid (line 362) | WinAccountAdministratorSid = 38 constant WinAccountGuestSid (line 363) | WinAccountGuestSid = 39 constant WinAccountKrbtgtSid (line 364) | WinAccountKrbtgtSid = 40 constant WinAccountDomainAdminsSid (line 365) | WinAccountDomainAdminsSid = 41 constant WinAccountDomainUsersSid (line 366) | WinAccountDomainUsersSid = 42 constant WinAccountDomainGuestsSid (line 367) | WinAccountDomainGuestsSid = 43 constant WinAccountComputersSid (line 368) | WinAccountComputersSid = 44 constant WinAccountControllersSid (line 369) | WinAccountControllersSid = 45 constant WinAccountCertAdminsSid (line 370) | WinAccountCertAdminsSid = 46 constant WinAccountSchemaAdminsSid (line 371) | WinAccountSchemaAdminsSid = 47 constant WinAccountEnterpriseAdminsSid (line 372) | WinAccountEnterpriseAdminsSid = 48 constant WinAccountPolicyAdminsSid (line 373) | WinAccountPolicyAdminsSid = 49 constant WinAccountRasAndIasServersSid (line 374) | WinAccountRasAndIasServersSid = 50 constant WinNTLMAuthenticationSid (line 375) | WinNTLMAuthenticationSid = 51 constant WinDigestAuthenticationSid (line 376) | WinDigestAuthenticationSid = 52 constant WinSChannelAuthenticationSid (line 377) | WinSChannelAuthenticationSid = 53 constant WinThisOrganizationSid (line 378) | WinThisOrganizationSid = 54 constant WinOtherOrganizationSid (line 379) | WinOtherOrganizationSid = 55 constant WinBuiltinIncomingForestTrustBuildersSid (line 380) | WinBuiltinIncomingForestTrustBuildersSid = 56 constant WinBuiltinPerfMonitoringUsersSid (line 381) | WinBuiltinPerfMonitoringUsersSid = 57 constant WinBuiltinPerfLoggingUsersSid (line 382) | WinBuiltinPerfLoggingUsersSid = 58 constant WinBuiltinAuthorizationAccessSid (line 383) | WinBuiltinAuthorizationAccessSid = 59 constant WinBuiltinTerminalServerLicenseServersSid (line 384) | WinBuiltinTerminalServerLicenseServersSid = 60 constant WinBuiltinDCOMUsersSid (line 385) | WinBuiltinDCOMUsersSid = 61 constant WinBuiltinIUsersSid (line 386) | WinBuiltinIUsersSid = 62 constant WinIUserSid (line 387) | WinIUserSid = 63 constant WinBuiltinCryptoOperatorsSid (line 388) | WinBuiltinCryptoOperatorsSid = 64 constant WinUntrustedLabelSid (line 389) | WinUntrustedLabelSid = 65 constant WinLowLabelSid (line 390) | WinLowLabelSid = 66 constant WinMediumLabelSid (line 391) | WinMediumLabelSid = 67 constant WinHighLabelSid (line 392) | WinHighLabelSid = 68 constant WinSystemLabelSid (line 393) | WinSystemLabelSid = 69 constant WinWriteRestrictedCodeSid (line 394) | WinWriteRestrictedCodeSid = 70 constant WinCreatorOwnerRightsSid (line 395) | WinCreatorOwnerRightsSid = 71 constant WinCacheablePrincipalsGroupSid (line 396) | WinCacheablePrincipalsGroupSid = 72 constant WinNonCacheablePrincipalsGroupSid (line 397) | WinNonCacheablePrincipalsGroupSid = 73 constant WinEnterpriseReadonlyControllersSid (line 398) | WinEnterpriseReadonlyControllersSid = 74 constant WinAccountReadonlyControllersSid (line 399) | WinAccountReadonlyControllersSid = 75 constant WinBuiltinEventLogReadersGroup (line 400) | WinBuiltinEventLogReadersGroup = 76 constant WinNewEnterpriseReadonlyControllersSid (line 401) | WinNewEnterpriseReadonlyControllersSid = 77 constant WinBuiltinCertSvcDComAccessGroup (line 402) | WinBuiltinCertSvcDComAccessGroup = 78 constant WinMediumPlusLabelSid (line 403) | WinMediumPlusLabelSid = 79 constant WinLocalLogonSid (line 404) | WinLocalLogonSid = 80 constant WinConsoleLogonSid (line 405) | WinConsoleLogonSid = 81 constant WinThisOrganizationCertificateSid (line 406) | WinThisOrganizationCertificateSid = 82 constant WinApplicationPackageAuthoritySid (line 407) | WinApplicationPackageAuthoritySid = 83 constant WinBuiltinAnyPackageSid (line 408) | WinBuiltinAnyPackageSid = 84 constant WinCapabilityInternetClientSid (line 409) | WinCapabilityInternetClientSid = 85 constant WinCapabilityInternetClientServerSid (line 410) | WinCapabilityInternetClientServerSid = 86 constant WinCapabilityPrivateNetworkClientServerSid (line 411) | WinCapabilityPrivateNetworkClientServerSid = 87 constant WinCapabilityPicturesLibrarySid (line 412) | WinCapabilityPicturesLibrarySid = 88 constant WinCapabilityVideosLibrarySid (line 413) | WinCapabilityVideosLibrarySid = 89 constant WinCapabilityMusicLibrarySid (line 414) | WinCapabilityMusicLibrarySid = 90 constant WinCapabilityDocumentsLibrarySid (line 415) | WinCapabilityDocumentsLibrarySid = 91 constant WinCapabilitySharedUserCertificatesSid (line 416) | WinCapabilitySharedUserCertificatesSid = 92 constant WinCapabilityEnterpriseAuthenticationSid (line 417) | WinCapabilityEnterpriseAuthenticationSid = 93 constant WinCapabilityRemovableStorageSid (line 418) | WinCapabilityRemovableStorageSid = 94 constant WinBuiltinRDSRemoteAccessServersSid (line 419) | WinBuiltinRDSRemoteAccessServersSid = 95 constant WinBuiltinRDSEndpointServersSid (line 420) | WinBuiltinRDSEndpointServersSid = 96 constant WinBuiltinRDSManagementServersSid (line 421) | WinBuiltinRDSManagementServersSid = 97 constant WinUserModeDriversSid (line 422) | WinUserModeDriversSid = 98 constant WinBuiltinHyperVAdminsSid (line 423) | WinBuiltinHyperVAdminsSid = 99 constant WinAccountCloneableControllersSid (line 424) | WinAccountCloneableControllersSid = 100 constant WinBuiltinAccessControlAssistanceOperatorsSid (line 425) | WinBuiltinAccessControlAssistanceOperatorsSid = 101 constant WinBuiltinRemoteManagementUsersSid (line 426) | WinBuiltinRemoteManagementUsersSid = 102 constant WinAuthenticationAuthorityAssertedSid (line 427) | WinAuthenticationAuthorityAssertedSid = 103 constant WinAuthenticationServiceAssertedSid (line 428) | WinAuthenticationServiceAssertedSid = 104 constant WinLocalAccountSid (line 429) | WinLocalAccountSid = 105 constant WinLocalAccountAndAdministratorSid (line 430) | WinLocalAccountAndAdministratorSid = 106 constant WinAccountProtectedUsersSid (line 431) | WinAccountProtectedUsersSid = 107 constant WinCapabilityAppointmentsSid (line 432) | WinCapabilityAppointmentsSid = 108 constant WinCapabilityContactsSid (line 433) | WinCapabilityContactsSid = 109 constant WinAccountDefaultSystemManagedSid (line 434) | WinAccountDefaultSystemManagedSid = 110 constant WinBuiltinDefaultSystemManagedGroupSid (line 435) | WinBuiltinDefaultSystemManagedGroupSid = 111 constant WinBuiltinStorageReplicaAdminsSid (line 436) | WinBuiltinStorageReplicaAdminsSid = 112 constant WinAccountKeyAdminsSid (line 437) | WinAccountKeyAdminsSid = 113 constant WinAccountEnterpriseKeyAdminsSid (line 438) | WinAccountEnterpriseKeyAdminsSid = 114 constant WinAuthenticationKeyTrustSid (line 439) | WinAuthenticationKeyTrustSid = 115 constant WinAuthenticationKeyPropertyMFASid (line 440) | WinAuthenticationKeyPropertyMFASid = 116 constant WinAuthenticationKeyPropertyAttestationSid (line 441) | WinAuthenticationKeyPropertyAttestationSid = 117 constant WinAuthenticationFreshKeyAuthSid (line 442) | WinAuthenticationFreshKeyAuthSid = 118 constant WinBuiltinDeviceOwnersSid (line 443) | WinBuiltinDeviceOwnersSid = 119 function CreateWellKnownSid (line 448) | func CreateWellKnownSid(sidType WELL_KNOWN_SID_TYPE) (*SID, error) { function CreateWellKnownDomainSid (line 454) | func CreateWellKnownDomainSid(sidType WELL_KNOWN_SID_TYPE, domainSid *SI... constant TOKEN_ASSIGN_PRIMARY (line 474) | TOKEN_ASSIGN_PRIMARY = 1 << iota constant TOKEN_DUPLICATE (line 475) | TOKEN_DUPLICATE constant TOKEN_IMPERSONATE (line 476) | TOKEN_IMPERSONATE constant TOKEN_QUERY (line 477) | TOKEN_QUERY constant TOKEN_QUERY_SOURCE (line 478) | TOKEN_QUERY_SOURCE constant TOKEN_ADJUST_PRIVILEGES (line 479) | TOKEN_ADJUST_PRIVILEGES constant TOKEN_ADJUST_GROUPS (line 480) | TOKEN_ADJUST_GROUPS constant TOKEN_ADJUST_DEFAULT (line 481) | TOKEN_ADJUST_DEFAULT constant TOKEN_ADJUST_SESSIONID (line 482) | TOKEN_ADJUST_SESSIONID constant TOKEN_ALL_ACCESS (line 484) | TOKEN_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | constant TOKEN_READ (line 494) | TOKEN_READ = STANDARD_RIGHTS_READ | TOKEN_QUERY constant TOKEN_WRITE (line 495) | TOKEN_WRITE = STANDARD_RIGHTS_WRITE | constant TOKEN_EXECUTE (line 499) | TOKEN_EXECUTE = STANDARD_RIGHTS_EXECUTE constant TokenUser (line 504) | TokenUser = 1 + iota constant TokenGroups (line 505) | TokenGroups constant TokenPrivileges (line 506) | TokenPrivileges constant TokenOwner (line 507) | TokenOwner constant TokenPrimaryGroup (line 508) | TokenPrimaryGroup constant TokenDefaultDacl (line 509) | TokenDefaultDacl constant TokenSource (line 510) | TokenSource constant TokenType (line 511) | TokenType constant TokenImpersonationLevel (line 512) | TokenImpersonationLevel constant TokenStatistics (line 513) | TokenStatistics constant TokenRestrictedSids (line 514) | TokenRestrictedSids constant TokenSessionId (line 515) | TokenSessionId constant TokenGroupsAndPrivileges (line 516) | TokenGroupsAndPrivileges constant TokenSessionReference (line 517) | TokenSessionReference constant TokenSandBoxInert (line 518) | TokenSandBoxInert constant TokenAuditPolicy (line 519) | TokenAuditPolicy constant TokenOrigin (line 520) | TokenOrigin constant TokenElevationType (line 521) | TokenElevationType constant TokenLinkedToken (line 522) | TokenLinkedToken constant TokenElevation (line 523) | TokenElevation constant TokenHasRestrictions (line 524) | TokenHasRestrictions constant TokenAccessInformation (line 525) | TokenAccessInformation constant TokenVirtualizationAllowed (line 526) | TokenVirtualizationAllowed constant TokenVirtualizationEnabled (line 527) | TokenVirtualizationEnabled constant TokenIntegrityLevel (line 528) | TokenIntegrityLevel constant TokenUIAccess (line 529) | TokenUIAccess constant TokenMandatoryPolicy (line 530) | TokenMandatoryPolicy constant TokenLogonSid (line 531) | TokenLogonSid constant MaxTokenInfoClass (line 532) | MaxTokenInfoClass constant SE_GROUP_MANDATORY (line 537) | SE_GROUP_MANDATORY = 0x00000001 constant SE_GROUP_ENABLED_BY_DEFAULT (line 538) | SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002 constant SE_GROUP_ENABLED (line 539) | SE_GROUP_ENABLED = 0x00000004 constant SE_GROUP_OWNER (line 540) | SE_GROUP_OWNER = 0x00000008 constant SE_GROUP_USE_FOR_DENY_ONLY (line 541) | SE_GROUP_USE_FOR_DENY_ONLY = 0x00000010 constant SE_GROUP_INTEGRITY (line 542) | SE_GROUP_INTEGRITY = 0x00000020 constant SE_GROUP_INTEGRITY_ENABLED (line 543) | SE_GROUP_INTEGRITY_ENABLED = 0x00000040 constant SE_GROUP_LOGON_ID (line 544) | SE_GROUP_LOGON_ID = 0xC0000000 constant SE_GROUP_RESOURCE (line 545) | SE_GROUP_RESOURCE = 0x20000000 constant SE_GROUP_VALID_ATTRIBUTES (line 546) | SE_GROUP_VALID_ATTRIBUTES = SE_GROUP_MANDATORY | SE_GROUP_ENABLED_BY_D... constant SE_PRIVILEGE_ENABLED_BY_DEFAULT (line 551) | SE_PRIVILEGE_ENABLED_BY_DEFAULT = 0x00000001 constant SE_PRIVILEGE_ENABLED (line 552) | SE_PRIVILEGE_ENABLED = 0x00000002 constant SE_PRIVILEGE_REMOVED (line 553) | SE_PRIVILEGE_REMOVED = 0x00000004 constant SE_PRIVILEGE_USED_FOR_ACCESS (line 554) | SE_PRIVILEGE_USED_FOR_ACCESS = 0x80000000 constant SE_PRIVILEGE_VALID_ATTRIBUTES (line 555) | SE_PRIVILEGE_VALID_ATTRIBUTES = SE_PRIVILEGE_ENABLED_BY_DEFAULT | SE_P... constant TokenPrimary (line 560) | TokenPrimary = 1 constant TokenImpersonation (line 561) | TokenImpersonation = 2 constant SecurityAnonymous (line 566) | SecurityAnonymous = 0 constant SecurityIdentification (line 567) | SecurityIdentification = 1 constant SecurityImpersonation (line 568) | SecurityImpersonation = 2 constant SecurityDelegation (line 569) | SecurityDelegation = 3 type LUID (line 572) | type LUID struct type LUIDAndAttributes (line 577) | type LUIDAndAttributes struct type SIDAndAttributes (line 582) | type SIDAndAttributes struct type Tokenuser (line 587) | type Tokenuser struct type Tokenprimarygroup (line 591) | type Tokenprimarygroup struct type Tokengroups (line 595) | type Tokengroups struct method AllGroups (line 601) | func (g *Tokengroups) AllGroups() []SIDAndAttributes { type Tokenprivileges (line 605) | type Tokenprivileges struct method AllPrivileges (line 611) | func (p *Tokenprivileges) AllPrivileges() []LUIDAndAttributes { type Tokenmandatorylabel (line 615) | type Tokenmandatorylabel struct method Size (line 619) | func (tml *Tokenmandatorylabel) Size() uint32 { type Token (line 649) | type Token method Close (line 685) | func (t Token) Close() error { method getInfo (line 690) | func (t Token) getInfo(class uint32, initSize int) (unsafe.Pointer, er... method GetTokenUser (line 708) | func (t Token) GetTokenUser() (*Tokenuser, error) { method GetTokenGroups (line 717) | func (t Token) GetTokenGroups() (*Tokengroups, error) { method GetTokenPrimaryGroup (line 728) | func (t Token) GetTokenPrimaryGroup() (*Tokenprimarygroup, error) { method GetUserProfileDirectory (line 738) | func (t Token) GetUserProfileDirectory() (string, error) { method IsElevated (line 756) | func (token Token) IsElevated() bool { method GetLinkedToken (line 767) | func (token Token) GetLinkedToken() (Token, error) { method IsMember (line 831) | func (t Token) IsMember(sid *SID) (bool, error) { method IsRestricted (line 840) | func (t Token) IsRestricted() (isRestricted bool, err error) { function OpenCurrentProcessToken (line 657) | func OpenCurrentProcessToken() (Token, error) { function GetCurrentProcessToken (line 666) | func GetCurrentProcessToken() Token { function GetCurrentThreadToken (line 673) | func GetCurrentThreadToken() Token { function GetCurrentThreadEffectiveToken (line 680) | func GetCurrentThreadEffectiveToken() Token { function GetSystemDirectory (line 779) | func GetSystemDirectory() (string, error) { function GetWindowsDirectory (line 798) | func GetWindowsDirectory() (string, error) { function GetSystemWindowsDirectory (line 815) | func GetSystemWindowsDirectory() (string, error) { constant WTS_CONSOLE_CONNECT (line 850) | WTS_CONSOLE_CONNECT = 0x1 constant WTS_CONSOLE_DISCONNECT (line 851) | WTS_CONSOLE_DISCONNECT = 0x2 constant WTS_REMOTE_CONNECT (line 852) | WTS_REMOTE_CONNECT = 0x3 constant WTS_REMOTE_DISCONNECT (line 853) | WTS_REMOTE_DISCONNECT = 0x4 constant WTS_SESSION_LOGON (line 854) | WTS_SESSION_LOGON = 0x5 constant WTS_SESSION_LOGOFF (line 855) | WTS_SESSION_LOGOFF = 0x6 constant WTS_SESSION_LOCK (line 856) | WTS_SESSION_LOCK = 0x7 constant WTS_SESSION_UNLOCK (line 857) | WTS_SESSION_UNLOCK = 0x8 constant WTS_SESSION_REMOTE_CONTROL (line 858) | WTS_SESSION_REMOTE_CONTROL = 0x9 constant WTS_SESSION_CREATE (line 859) | WTS_SESSION_CREATE = 0xa constant WTS_SESSION_TERMINATE (line 860) | WTS_SESSION_TERMINATE = 0xb constant WTSActive (line 864) | WTSActive = 0 constant WTSConnected (line 865) | WTSConnected = 1 constant WTSConnectQuery (line 866) | WTSConnectQuery = 2 constant WTSShadow (line 867) | WTSShadow = 3 constant WTSDisconnected (line 868) | WTSDisconnected = 4 constant WTSIdle (line 869) | WTSIdle = 5 constant WTSListen (line 870) | WTSListen = 6 constant WTSReset (line 871) | WTSReset = 7 constant WTSDown (line 872) | WTSDown = 8 constant WTSInit (line 873) | WTSInit = 9 type WTSSESSION_NOTIFICATION (line 876) | type WTSSESSION_NOTIFICATION struct type WTS_SESSION_INFO (line 881) | type WTS_SESSION_INFO struct type ACL (line 892) | type ACL struct type SECURITY_DESCRIPTOR (line 900) | type SECURITY_DESCRIPTOR struct method Control (line 1162) | func (sd *SECURITY_DESCRIPTOR) Control() (control SECURITY_DESCRIPTOR_... method SetControl (line 1168) | func (sd *SECURITY_DESCRIPTOR) SetControl(controlBitsOfInterest SECURI... method RMControl (line 1173) | func (sd *SECURITY_DESCRIPTOR) RMControl() (control uint8, err error) { method SetRMControl (line 1179) | func (sd *SECURITY_DESCRIPTOR) SetRMControl(rmControl uint8) { method DACL (line 1186) | func (sd *SECURITY_DESCRIPTOR) DACL() (dacl *ACL, defaulted bool, err ... method SetDACL (line 1196) | func (absoluteSD *SECURITY_DESCRIPTOR) SetDACL(dacl *ACL, present, def... method SACL (line 1203) | func (sd *SECURITY_DESCRIPTOR) SACL() (sacl *ACL, defaulted bool, err ... method SetSACL (line 1213) | func (absoluteSD *SECURITY_DESCRIPTOR) SetSACL(sacl *ACL, present, def... method Owner (line 1218) | func (sd *SECURITY_DESCRIPTOR) Owner() (owner *SID, defaulted bool, er... method SetOwner (line 1224) | func (absoluteSD *SECURITY_DESCRIPTOR) SetOwner(owner *SID, defaulted ... method Group (line 1229) | func (sd *SECURITY_DESCRIPTOR) Group() (group *SID, defaulted bool, er... method SetGroup (line 1235) | func (absoluteSD *SECURITY_DESCRIPTOR) SetGroup(group *SID, defaulted ... method Length (line 1240) | func (sd *SECURITY_DESCRIPTOR) Length() uint32 { method IsValid (line 1245) | func (sd *SECURITY_DESCRIPTOR) IsValid() bool { method String (line 1251) | func (sd *SECURITY_DESCRIPTOR) String() string { method ToAbsolute (line 1262) | func (selfRelativeSD *SECURITY_DESCRIPTOR) ToAbsolute() (absoluteSD *S... method ToSelfRelative (line 1309) | func (absoluteSD *SECURITY_DESCRIPTOR) ToSelfRelative() (selfRelativeS... method copySelfRelativeSecurityDescriptor (line 1335) | func (selfRelativeSD *SECURITY_DESCRIPTOR) copySelfRelativeSecurityDes... type SECURITY_QUALITY_OF_SERVICE (line 910) | type SECURITY_QUALITY_OF_SERVICE struct constant SECURITY_STATIC_TRACKING (line 919) | SECURITY_STATIC_TRACKING = 0 constant SECURITY_DYNAMIC_TRACKING (line 920) | SECURITY_DYNAMIC_TRACKING = 1 type SecurityAttributes (line 923) | type SecurityAttributes struct type SE_OBJECT_TYPE (line 929) | type SE_OBJECT_TYPE constant SE_UNKNOWN_OBJECT_TYPE (line 933) | SE_UNKNOWN_OBJECT_TYPE = 0 constant SE_FILE_OBJECT (line 934) | SE_FILE_OBJECT = 1 constant SE_SERVICE (line 935) | SE_SERVICE = 2 constant SE_PRINTER (line 936) | SE_PRINTER = 3 constant SE_REGISTRY_KEY (line 937) | SE_REGISTRY_KEY = 4 constant SE_LMSHARE (line 938) | SE_LMSHARE = 5 constant SE_KERNEL_OBJECT (line 939) | SE_KERNEL_OBJECT = 6 constant SE_WINDOW_OBJECT (line 940) | SE_WINDOW_OBJECT = 7 constant SE_DS_OBJECT (line 941) | SE_DS_OBJECT = 8 constant SE_DS_OBJECT_ALL (line 942) | SE_DS_OBJECT_ALL = 9 constant SE_PROVIDER_DEFINED_OBJECT (line 943) | SE_PROVIDER_DEFINED_OBJECT = 10 constant SE_WMIGUID_OBJECT (line 944) | SE_WMIGUID_OBJECT = 11 constant SE_REGISTRY_WOW64_32KEY (line 945) | SE_REGISTRY_WOW64_32KEY = 12 constant SE_REGISTRY_WOW64_64KEY (line 946) | SE_REGISTRY_WOW64_64KEY = 13 type SECURITY_INFORMATION (line 949) | type SECURITY_INFORMATION constant OWNER_SECURITY_INFORMATION (line 953) | OWNER_SECURITY_INFORMATION = 0x00000001 constant GROUP_SECURITY_INFORMATION (line 954) | GROUP_SECURITY_INFORMATION = 0x00000002 constant DACL_SECURITY_INFORMATION (line 955) | DACL_SECURITY_INFORMATION = 0x00000004 constant SACL_SECURITY_INFORMATION (line 956) | SACL_SECURITY_INFORMATION = 0x00000008 constant LABEL_SECURITY_INFORMATION (line 957) | LABEL_SECURITY_INFORMATION = 0x00000010 constant ATTRIBUTE_SECURITY_INFORMATION (line 958) | ATTRIBUTE_SECURITY_INFORMATION = 0x00000020 constant SCOPE_SECURITY_INFORMATION (line 959) | SCOPE_SECURITY_INFORMATION = 0x00000040 constant BACKUP_SECURITY_INFORMATION (line 960) | BACKUP_SECURITY_INFORMATION = 0x00010000 constant PROTECTED_DACL_SECURITY_INFORMATION (line 961) | PROTECTED_DACL_SECURITY_INFORMATION = 0x80000000 constant PROTECTED_SACL_SECURITY_INFORMATION (line 962) | PROTECTED_SACL_SECURITY_INFORMATION = 0x40000000 constant UNPROTECTED_DACL_SECURITY_INFORMATION (line 963) | UNPROTECTED_DACL_SECURITY_INFORMATION = 0x20000000 constant UNPROTECTED_SACL_SECURITY_INFORMATION (line 964) | UNPROTECTED_SACL_SECURITY_INFORMATION = 0x10000000 type SECURITY_DESCRIPTOR_CONTROL (line 967) | type SECURITY_DESCRIPTOR_CONTROL constant SE_OWNER_DEFAULTED (line 971) | SE_OWNER_DEFAULTED = 0x0001 constant SE_GROUP_DEFAULTED (line 972) | SE_GROUP_DEFAULTED = 0x0002 constant SE_DACL_PRESENT (line 973) | SE_DACL_PRESENT = 0x0004 constant SE_DACL_DEFAULTED (line 974) | SE_DACL_DEFAULTED = 0x0008 constant SE_SACL_PRESENT (line 975) | SE_SACL_PRESENT = 0x0010 constant SE_SACL_DEFAULTED (line 976) | SE_SACL_DEFAULTED = 0x0020 constant SE_DACL_AUTO_INHERIT_REQ (line 977) | SE_DACL_AUTO_INHERIT_REQ = 0x0100 constant SE_SACL_AUTO_INHERIT_REQ (line 978) | SE_SACL_AUTO_INHERIT_REQ = 0x0200 constant SE_DACL_AUTO_INHERITED (line 979) | SE_DACL_AUTO_INHERITED = 0x0400 constant SE_SACL_AUTO_INHERITED (line 980) | SE_SACL_AUTO_INHERITED = 0x0800 constant SE_DACL_PROTECTED (line 981) | SE_DACL_PROTECTED = 0x1000 constant SE_SACL_PROTECTED (line 982) | SE_SACL_PROTECTED = 0x2000 constant SE_RM_CONTROL_VALID (line 983) | SE_RM_CONTROL_VALID = 0x4000 constant SE_SELF_RELATIVE (line 984) | SE_SELF_RELATIVE = 0x8000 type ACCESS_MASK (line 987) | type ACCESS_MASK constant DELETE (line 991) | DELETE = 0x00010000 constant READ_CONTROL (line 992) | READ_CONTROL = 0x00020000 constant WRITE_DAC (line 993) | WRITE_DAC = 0x00040000 constant WRITE_OWNER (line 994) | WRITE_OWNER = 0x00080000 constant SYNCHRONIZE (line 995) | SYNCHRONIZE = 0x00100000 constant STANDARD_RIGHTS_REQUIRED (line 996) | STANDARD_RIGHTS_REQUIRED = 0x000F0000 constant STANDARD_RIGHTS_READ (line 997) | STANDARD_RIGHTS_READ = READ_CONTROL constant STANDARD_RIGHTS_WRITE (line 998) | STANDARD_RIGHTS_WRITE = READ_CONTROL constant STANDARD_RIGHTS_EXECUTE (line 999) | STANDARD_RIGHTS_EXECUTE = READ_CONTROL constant STANDARD_RIGHTS_ALL (line 1000) | STANDARD_RIGHTS_ALL = 0x001F0000 constant SPECIFIC_RIGHTS_ALL (line 1001) | SPECIFIC_RIGHTS_ALL = 0x0000FFFF constant ACCESS_SYSTEM_SECURITY (line 1002) | ACCESS_SYSTEM_SECURITY = 0x01000000 constant MAXIMUM_ALLOWED (line 1003) | MAXIMUM_ALLOWED = 0x02000000 constant GENERIC_READ (line 1004) | GENERIC_READ = 0x80000000 constant GENERIC_WRITE (line 1005) | GENERIC_WRITE = 0x40000000 constant GENERIC_EXECUTE (line 1006) | GENERIC_EXECUTE = 0x20000000 constant GENERIC_ALL (line 1007) | GENERIC_ALL = 0x10000000 type ACCESS_MODE (line 1010) | type ACCESS_MODE constant NOT_USED_ACCESS (line 1014) | NOT_USED_ACCESS = 0 constant GRANT_ACCESS (line 1015) | GRANT_ACCESS = 1 constant SET_ACCESS (line 1016) | SET_ACCESS = 2 constant DENY_ACCESS (line 1017) | DENY_ACCESS = 3 constant REVOKE_ACCESS (line 1018) | REVOKE_ACCESS = 4 constant SET_AUDIT_SUCCESS (line 1019) | SET_AUDIT_SUCCESS = 5 constant SET_AUDIT_FAILURE (line 1020) | SET_AUDIT_FAILURE = 6 constant NO_INHERITANCE (line 1025) | NO_INHERITANCE = 0x0 constant SUB_OBJECTS_ONLY_INHERIT (line 1026) | SUB_OBJECTS_ONLY_INHERIT = 0x1 constant SUB_CONTAINERS_ONLY_INHERIT (line 1027) | SUB_CONTAINERS_ONLY_INHERIT = 0x2 constant SUB_CONTAINERS_AND_OBJECTS_INHERIT (line 1028) | SUB_CONTAINERS_AND_OBJECTS_INHERIT = 0x3 constant INHERIT_NO_PROPAGATE (line 1029) | INHERIT_NO_PROPAGATE = 0x4 constant INHERIT_ONLY (line 1030) | INHERIT_ONLY = 0x8 constant INHERITED_ACCESS_ENTRY (line 1031) | INHERITED_ACCESS_ENTRY = 0x10 constant INHERITED_PARENT (line 1032) | INHERITED_PARENT = 0x10000000 constant INHERITED_GRANDPARENT (line 1033) | INHERITED_GRANDPARENT = 0x20000000 constant OBJECT_INHERIT_ACE (line 1034) | OBJECT_INHERIT_ACE = 0x1 constant CONTAINER_INHERIT_ACE (line 1035) | CONTAINER_INHERIT_ACE = 0x2 constant NO_PROPAGATE_INHERIT_ACE (line 1036) | NO_PROPAGATE_INHERIT_ACE = 0x4 constant INHERIT_ONLY_ACE (line 1037) | INHERIT_ONLY_ACE = 0x8 constant INHERITED_ACE (line 1038) | INHERITED_ACE = 0x10 constant VALID_INHERIT_FLAGS (line 1039) | VALID_INHERIT_FLAGS = 0x1F type MULTIPLE_TRUSTEE_OPERATION (line 1042) | type MULTIPLE_TRUSTEE_OPERATION constant NO_MULTIPLE_TRUSTEE (line 1046) | NO_MULTIPLE_TRUSTEE = 0 constant TRUSTEE_IS_IMPERSONATE (line 1047) | TRUSTEE_IS_IMPERSONATE = 1 type TRUSTEE_FORM (line 1050) | type TRUSTEE_FORM constant TRUSTEE_IS_SID (line 1054) | TRUSTEE_IS_SID = 0 constant TRUSTEE_IS_NAME (line 1055) | TRUSTEE_IS_NAME = 1 constant TRUSTEE_BAD_FORM (line 1056) | TRUSTEE_BAD_FORM = 2 constant TRUSTEE_IS_OBJECTS_AND_SID (line 1057) | TRUSTEE_IS_OBJECTS_AND_SID = 3 constant TRUSTEE_IS_OBJECTS_AND_NAME (line 1058) | TRUSTEE_IS_OBJECTS_AND_NAME = 4 type TRUSTEE_TYPE (line 1061) | type TRUSTEE_TYPE constant TRUSTEE_IS_UNKNOWN (line 1065) | TRUSTEE_IS_UNKNOWN = 0 constant TRUSTEE_IS_USER (line 1066) | TRUSTEE_IS_USER = 1 constant TRUSTEE_IS_GROUP (line 1067) | TRUSTEE_IS_GROUP = 2 constant TRUSTEE_IS_DOMAIN (line 1068) | TRUSTEE_IS_DOMAIN = 3 constant TRUSTEE_IS_ALIAS (line 1069) | TRUSTEE_IS_ALIAS = 4 constant TRUSTEE_IS_WELL_KNOWN_GROUP (line 1070) | TRUSTEE_IS_WELL_KNOWN_GROUP = 5 constant TRUSTEE_IS_DELETED (line 1071) | TRUSTEE_IS_DELETED = 6 constant TRUSTEE_IS_INVALID (line 1072) | TRUSTEE_IS_INVALID = 7 constant TRUSTEE_IS_COMPUTER (line 1073) | TRUSTEE_IS_COMPUTER = 8 constant ACE_OBJECT_TYPE_PRESENT (line 1078) | ACE_OBJECT_TYPE_PRESENT = 0x1 constant ACE_INHERITED_OBJECT_TYPE_PRESENT (line 1079) | ACE_INHERITED_OBJECT_TYPE_PRESENT = 0x2 type EXPLICIT_ACCESS (line 1082) | type EXPLICIT_ACCESS struct type TrusteeValue (line 1090) | type TrusteeValue function TrusteeValueFromString (line 1092) | func TrusteeValueFromString(str string) TrusteeValue { function TrusteeValueFromSID (line 1095) | func TrusteeValueFromSID(sid *SID) TrusteeValue { function TrusteeValueFromObjectsAndSid (line 1098) | func TrusteeValueFromObjectsAndSid(objectsAndSid *OBJECTS_AND_SID) Trust... function TrusteeValueFromObjectsAndName (line 1101) | func TrusteeValueFromObjectsAndName(objectsAndName *OBJECTS_AND_NAME) Tr... type TRUSTEE (line 1105) | type TRUSTEE struct type OBJECTS_AND_SID (line 1113) | type OBJECTS_AND_SID struct type OBJECTS_AND_NAME (line 1120) | type OBJECTS_AND_NAME struct function SecurityDescriptorFromString (line 1356) | func SecurityDescriptorFromString(sddl string) (sd *SECURITY_DESCRIPTOR,... function GetSecurityInfo (line 1368) | func GetSecurityInfo(handle Handle, objectType SE_OBJECT_TYPE, securityI... function GetNamedSecurityInfo (line 1380) | func GetNamedSecurityInfo(objectName string, objectType SE_OBJECT_TYPE, ... function BuildSecurityDescriptor (line 1393) | func BuildSecurityDescriptor(owner *TRUSTEE, group *TRUSTEE, accessEntri... function NewSecurityDescriptor (line 1413) | func NewSecurityDescriptor() (absoluteSD *SECURITY_DESCRIPTOR, err error) { function ACLFromEntries (line 1421) | func ACLFromEntries(explicitEntries []EXPLICIT_ACCESS, mergedACL *ACL) (... FILE: vendor/golang.org/x/sys/windows/service.go constant SC_MANAGER_CONNECT (line 11) | SC_MANAGER_CONNECT = 1 constant SC_MANAGER_CREATE_SERVICE (line 12) | SC_MANAGER_CREATE_SERVICE = 2 constant SC_MANAGER_ENUMERATE_SERVICE (line 13) | SC_MANAGER_ENUMERATE_SERVICE = 4 constant SC_MANAGER_LOCK (line 14) | SC_MANAGER_LOCK = 8 constant SC_MANAGER_QUERY_LOCK_STATUS (line 15) | SC_MANAGER_QUERY_LOCK_STATUS = 16 constant SC_MANAGER_MODIFY_BOOT_CONFIG (line 16) | SC_MANAGER_MODIFY_BOOT_CONFIG = 32 constant SC_MANAGER_ALL_ACCESS (line 17) | SC_MANAGER_ALL_ACCESS = 0xf003f constant SERVICE_KERNEL_DRIVER (line 21) | SERVICE_KERNEL_DRIVER = 1 constant SERVICE_FILE_SYSTEM_DRIVER (line 22) | SERVICE_FILE_SYSTEM_DRIVER = 2 constant SERVICE_ADAPTER (line 23) | SERVICE_ADAPTER = 4 constant SERVICE_RECOGNIZER_DRIVER (line 24) | SERVICE_RECOGNIZER_DRIVER = 8 constant SERVICE_WIN32_OWN_PROCESS (line 25) | SERVICE_WIN32_OWN_PROCESS = 16 constant SERVICE_WIN32_SHARE_PROCESS (line 26) | SERVICE_WIN32_SHARE_PROCESS = 32 constant SERVICE_WIN32 (line 27) | SERVICE_WIN32 = SERVICE_WIN32_OWN_PROCESS | SERVICE_WIN32_... constant SERVICE_INTERACTIVE_PROCESS (line 28) | SERVICE_INTERACTIVE_PROCESS = 256 constant SERVICE_DRIVER (line 29) | SERVICE_DRIVER = SERVICE_KERNEL_DRIVER | SERVICE_FILE_SYSTE... constant SERVICE_TYPE_ALL (line 30) | SERVICE_TYPE_ALL = SERVICE_WIN32 | SERVICE_ADAPTER | SERVICE_... constant SERVICE_BOOT_START (line 32) | SERVICE_BOOT_START = 0 constant SERVICE_SYSTEM_START (line 33) | SERVICE_SYSTEM_START = 1 constant SERVICE_AUTO_START (line 34) | SERVICE_AUTO_START = 2 constant SERVICE_DEMAND_START (line 35) | SERVICE_DEMAND_START = 3 constant SERVICE_DISABLED (line 36) | SERVICE_DISABLED = 4 constant SERVICE_ERROR_IGNORE (line 38) | SERVICE_ERROR_IGNORE = 0 constant SERVICE_ERROR_NORMAL (line 39) | SERVICE_ERROR_NORMAL = 1 constant SERVICE_ERROR_SEVERE (line 40) | SERVICE_ERROR_SEVERE = 2 constant SERVICE_ERROR_CRITICAL (line 41) | SERVICE_ERROR_CRITICAL = 3 constant SC_STATUS_PROCESS_INFO (line 43) | SC_STATUS_PROCESS_INFO = 0 constant SC_ACTION_NONE (line 45) | SC_ACTION_NONE = 0 constant SC_ACTION_RESTART (line 46) | SC_ACTION_RESTART = 1 constant SC_ACTION_REBOOT (line 47) | SC_ACTION_REBOOT = 2 constant SC_ACTION_RUN_COMMAND (line 48) | SC_ACTION_RUN_COMMAND = 3 constant SERVICE_STOPPED (line 50) | SERVICE_STOPPED = 1 constant SERVICE_START_PENDING (line 51) | SERVICE_START_PENDING = 2 constant SERVICE_STOP_PENDING (line 52) | SERVICE_STOP_PENDING = 3 constant SERVICE_RUNNING (line 53) | SERVICE_RUNNING = 4 constant SERVICE_CONTINUE_PENDING (line 54) | SERVICE_CONTINUE_PENDING = 5 constant SERVICE_PAUSE_PENDING (line 55) | SERVICE_PAUSE_PENDING = 6 constant SERVICE_PAUSED (line 56) | SERVICE_PAUSED = 7 constant SERVICE_NO_CHANGE (line 57) | SERVICE_NO_CHANGE = 0xffffffff constant SERVICE_ACCEPT_STOP (line 59) | SERVICE_ACCEPT_STOP = 1 constant SERVICE_ACCEPT_PAUSE_CONTINUE (line 60) | SERVICE_ACCEPT_PAUSE_CONTINUE = 2 constant SERVICE_ACCEPT_SHUTDOWN (line 61) | SERVICE_ACCEPT_SHUTDOWN = 4 constant SERVICE_ACCEPT_PARAMCHANGE (line 62) | SERVICE_ACCEPT_PARAMCHANGE = 8 constant SERVICE_ACCEPT_NETBINDCHANGE (line 63) | SERVICE_ACCEPT_NETBINDCHANGE = 16 constant SERVICE_ACCEPT_HARDWAREPROFILECHANGE (line 64) | SERVICE_ACCEPT_HARDWAREPROFILECHANGE = 32 constant SERVICE_ACCEPT_POWEREVENT (line 65) | SERVICE_ACCEPT_POWEREVENT = 64 constant SERVICE_ACCEPT_SESSIONCHANGE (line 66) | SERVICE_ACCEPT_SESSIONCHANGE = 128 constant SERVICE_ACCEPT_PRESHUTDOWN (line 67) | SERVICE_ACCEPT_PRESHUTDOWN = 256 constant SERVICE_CONTROL_STOP (line 69) | SERVICE_CONTROL_STOP = 1 constant SERVICE_CONTROL_PAUSE (line 70) | SERVICE_CONTROL_PAUSE = 2 constant SERVICE_CONTROL_CONTINUE (line 71) | SERVICE_CONTROL_CONTINUE = 3 constant SERVICE_CONTROL_INTERROGATE (line 72) | SERVICE_CONTROL_INTERROGATE = 4 constant SERVICE_CONTROL_SHUTDOWN (line 73) | SERVICE_CONTROL_SHUTDOWN = 5 constant SERVICE_CONTROL_PARAMCHANGE (line 74) | SERVICE_CONTROL_PARAMCHANGE = 6 constant SERVICE_CONTROL_NETBINDADD (line 75) | SERVICE_CONTROL_NETBINDADD = 7 constant SERVICE_CONTROL_NETBINDREMOVE (line 76) | SERVICE_CONTROL_NETBINDREMOVE = 8 constant SERVICE_CONTROL_NETBINDENABLE (line 77) | SERVICE_CONTROL_NETBINDENABLE = 9 constant SERVICE_CONTROL_NETBINDDISABLE (line 78) | SERVICE_CONTROL_NETBINDDISABLE = 10 constant SERVICE_CONTROL_DEVICEEVENT (line 79) | SERVICE_CONTROL_DEVICEEVENT = 11 constant SERVICE_CONTROL_HARDWAREPROFILECHANGE (line 80) | SERVICE_CONTROL_HARDWAREPROFILECHANGE = 12 constant SERVICE_CONTROL_POWEREVENT (line 81) | SERVICE_CONTROL_POWEREVENT = 13 constant SERVICE_CONTROL_SESSIONCHANGE (line 82) | SERVICE_CONTROL_SESSIONCHANGE = 14 constant SERVICE_CONTROL_PRESHUTDOWN (line 83) | SERVICE_CONTROL_PRESHUTDOWN = 15 constant SERVICE_ACTIVE (line 85) | SERVICE_ACTIVE = 1 constant SERVICE_INACTIVE (line 86) | SERVICE_INACTIVE = 2 constant SERVICE_STATE_ALL (line 87) | SERVICE_STATE_ALL = 3 constant SERVICE_QUERY_CONFIG (line 89) | SERVICE_QUERY_CONFIG = 1 constant SERVICE_CHANGE_CONFIG (line 90) | SERVICE_CHANGE_CONFIG = 2 constant SERVICE_QUERY_STATUS (line 91) | SERVICE_QUERY_STATUS = 4 constant SERVICE_ENUMERATE_DEPENDENTS (line 92) | SERVICE_ENUMERATE_DEPENDENTS = 8 constant SERVICE_START (line 93) | SERVICE_START = 16 constant SERVICE_STOP (line 94) | SERVICE_STOP = 32 constant SERVICE_PAUSE_CONTINUE (line 95) | SERVICE_PAUSE_CONTINUE = 64 constant SERVICE_INTERROGATE (line 96) | SERVICE_INTERROGATE = 128 constant SERVICE_USER_DEFINED_CONTROL (line 97) | SERVICE_USER_DEFINED_CONTROL = 256 constant SERVICE_ALL_ACCESS (line 98) | SERVICE_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | SERVICE_QUERY_... constant SERVICE_RUNS_IN_SYSTEM_PROCESS (line 100) | SERVICE_RUNS_IN_SYSTEM_PROCESS = 1 constant SERVICE_CONFIG_DESCRIPTION (line 102) | SERVICE_CONFIG_DESCRIPTION = 1 constant SERVICE_CONFIG_FAILURE_ACTIONS (line 103) | SERVICE_CONFIG_FAILURE_ACTIONS = 2 constant SERVICE_CONFIG_DELAYED_AUTO_START_INFO (line 104) | SERVICE_CONFIG_DELAYED_AUTO_START_INFO = 3 constant SERVICE_CONFIG_FAILURE_ACTIONS_FLAG (line 105) | SERVICE_CONFIG_FAILURE_ACTIONS_FLAG = 4 constant SERVICE_CONFIG_SERVICE_SID_INFO (line 106) | SERVICE_CONFIG_SERVICE_SID_INFO = 5 constant SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO (line 107) | SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO = 6 constant SERVICE_CONFIG_PRESHUTDOWN_INFO (line 108) | SERVICE_CONFIG_PRESHUTDOWN_INFO = 7 constant SERVICE_CONFIG_TRIGGER_INFO (line 109) | SERVICE_CONFIG_TRIGGER_INFO = 8 constant SERVICE_CONFIG_PREFERRED_NODE (line 110) | SERVICE_CONFIG_PREFERRED_NODE = 9 constant SERVICE_CONFIG_LAUNCH_PROTECTED (line 111) | SERVICE_CONFIG_LAUNCH_PROTECTED = 12 constant SERVICE_SID_TYPE_NONE (line 113) | SERVICE_SID_TYPE_NONE = 0 constant SERVICE_SID_TYPE_UNRESTRICTED (line 114) | SERVICE_SID_TYPE_UNRESTRICTED = 1 constant SERVICE_SID_TYPE_RESTRICTED (line 115) | SERVICE_SID_TYPE_RESTRICTED = 2 | SERVICE_SID_TYPE_UNRESTRICTED constant SC_ENUM_PROCESS_INFO (line 117) | SC_ENUM_PROCESS_INFO = 0 constant SERVICE_NOTIFY_STATUS_CHANGE (line 119) | SERVICE_NOTIFY_STATUS_CHANGE = 2 constant SERVICE_NOTIFY_STOPPED (line 120) | SERVICE_NOTIFY_STOPPED = 0x00000001 constant SERVICE_NOTIFY_START_PENDING (line 121) | SERVICE_NOTIFY_START_PENDING = 0x00000002 constant SERVICE_NOTIFY_STOP_PENDING (line 122) | SERVICE_NOTIFY_STOP_PENDING = 0x00000004 constant SERVICE_NOTIFY_RUNNING (line 123) | SERVICE_NOTIFY_RUNNING = 0x00000008 constant SERVICE_NOTIFY_CONTINUE_PENDING (line 124) | SERVICE_NOTIFY_CONTINUE_PENDING = 0x00000010 constant SERVICE_NOTIFY_PAUSE_PENDING (line 125) | SERVICE_NOTIFY_PAUSE_PENDING = 0x00000020 constant SERVICE_NOTIFY_PAUSED (line 126) | SERVICE_NOTIFY_PAUSED = 0x00000040 constant SERVICE_NOTIFY_CREATED (line 127) | SERVICE_NOTIFY_CREATED = 0x00000080 constant SERVICE_NOTIFY_DELETED (line 128) | SERVICE_NOTIFY_DELETED = 0x00000100 constant SERVICE_NOTIFY_DELETE_PENDING (line 129) | SERVICE_NOTIFY_DELETE_PENDING = 0x00000200 constant SC_EVENT_DATABASE_CHANGE (line 131) | SC_EVENT_DATABASE_CHANGE = 0 constant SC_EVENT_PROPERTY_CHANGE (line 132) | SC_EVENT_PROPERTY_CHANGE = 1 constant SC_EVENT_STATUS_CHANGE (line 133) | SC_EVENT_STATUS_CHANGE = 2 constant SERVICE_START_REASON_DEMAND (line 135) | SERVICE_START_REASON_DEMAND = 0x00000001 constant SERVICE_START_REASON_AUTO (line 136) | SERVICE_START_REASON_AUTO = 0x00000002 constant SERVICE_START_REASON_TRIGGER (line 137) | SERVICE_START_REASON_TRIGGER = 0x00000004 constant SERVICE_START_REASON_RESTART_ON_FAILURE (line 138) | SERVICE_START_REASON_RESTART_ON_FAILURE = 0x00000008 constant SERVICE_START_REASON_DELAYEDAUTO (line 139) | SERVICE_START_REASON_DELAYEDAUTO = 0x00000010 constant SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON (line 141) | SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON = 1 type ENUM_SERVICE_STATUS (line 144) | type ENUM_SERVICE_STATUS struct type SERVICE_STATUS (line 150) | type SERVICE_STATUS struct type SERVICE_TABLE_ENTRY (line 160) | type SERVICE_TABLE_ENTRY struct type QUERY_SERVICE_CONFIG (line 165) | type QUERY_SERVICE_CONFIG struct type SERVICE_DESCRIPTION (line 177) | type SERVICE_DESCRIPTION struct type SERVICE_DELAYED_AUTO_START_INFO (line 181) | type SERVICE_DELAYED_AUTO_START_INFO struct type SERVICE_STATUS_PROCESS (line 185) | type SERVICE_STATUS_PROCESS struct type ENUM_SERVICE_STATUS_PROCESS (line 197) | type ENUM_SERVICE_STATUS_PROCESS struct type SERVICE_NOTIFY (line 203) | type SERVICE_NOTIFY struct type SERVICE_FAILURE_ACTIONS (line 213) | type SERVICE_FAILURE_ACTIONS struct type SERVICE_FAILURE_ACTIONS_FLAG (line 221) | type SERVICE_FAILURE_ACTIONS_FLAG struct type SC_ACTION (line 225) | type SC_ACTION struct type QUERY_SERVICE_LOCK_STATUS (line 230) | type QUERY_SERVICE_LOCK_STATUS struct FILE: vendor/golang.org/x/sys/windows/setupapi_windows.go constant ERROR_EXPECTED_SECTION_NAME (line 24) | ERROR_EXPECTED_SECTION_NAME Errno = 0x20000000 | 0xC000... constant ERROR_BAD_SECTION_NAME_LINE (line 25) | ERROR_BAD_SECTION_NAME_LINE Errno = 0x20000000 | 0xC000... constant ERROR_SECTION_NAME_TOO_LONG (line 26) | ERROR_SECTION_NAME_TOO_LONG Errno = 0x20000000 | 0xC000... constant ERROR_GENERAL_SYNTAX (line 27) | ERROR_GENERAL_SYNTAX Errno = 0x20000000 | 0xC000... constant ERROR_WRONG_INF_STYLE (line 28) | ERROR_WRONG_INF_STYLE Errno = 0x20000000 | 0xC000... constant ERROR_SECTION_NOT_FOUND (line 29) | ERROR_SECTION_NOT_FOUND Errno = 0x20000000 | 0xC000... constant ERROR_LINE_NOT_FOUND (line 30) | ERROR_LINE_NOT_FOUND Errno = 0x20000000 | 0xC000... constant ERROR_NO_BACKUP (line 31) | ERROR_NO_BACKUP Errno = 0x20000000 | 0xC000... constant ERROR_NO_ASSOCIATED_CLASS (line 32) | ERROR_NO_ASSOCIATED_CLASS Errno = 0x20000000 | 0xC000... constant ERROR_CLASS_MISMATCH (line 33) | ERROR_CLASS_MISMATCH Errno = 0x20000000 | 0xC000... constant ERROR_DUPLICATE_FOUND (line 34) | ERROR_DUPLICATE_FOUND Errno = 0x20000000 | 0xC000... constant ERROR_NO_DRIVER_SELECTED (line 35) | ERROR_NO_DRIVER_SELECTED Errno = 0x20000000 | 0xC000... constant ERROR_KEY_DOES_NOT_EXIST (line 36) | ERROR_KEY_DOES_NOT_EXIST Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_DEVINST_NAME (line 37) | ERROR_INVALID_DEVINST_NAME Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_CLASS (line 38) | ERROR_INVALID_CLASS Errno = 0x20000000 | 0xC000... constant ERROR_DEVINST_ALREADY_EXISTS (line 39) | ERROR_DEVINST_ALREADY_EXISTS Errno = 0x20000000 | 0xC000... constant ERROR_DEVINFO_NOT_REGISTERED (line 40) | ERROR_DEVINFO_NOT_REGISTERED Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_REG_PROPERTY (line 41) | ERROR_INVALID_REG_PROPERTY Errno = 0x20000000 | 0xC000... constant ERROR_NO_INF (line 42) | ERROR_NO_INF Errno = 0x20000000 | 0xC000... constant ERROR_NO_SUCH_DEVINST (line 43) | ERROR_NO_SUCH_DEVINST Errno = 0x20000000 | 0xC000... constant ERROR_CANT_LOAD_CLASS_ICON (line 44) | ERROR_CANT_LOAD_CLASS_ICON Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_CLASS_INSTALLER (line 45) | ERROR_INVALID_CLASS_INSTALLER Errno = 0x20000000 | 0xC000... constant ERROR_DI_DO_DEFAULT (line 46) | ERROR_DI_DO_DEFAULT Errno = 0x20000000 | 0xC000... constant ERROR_DI_NOFILECOPY (line 47) | ERROR_DI_NOFILECOPY Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_HWPROFILE (line 48) | ERROR_INVALID_HWPROFILE Errno = 0x20000000 | 0xC000... constant ERROR_NO_DEVICE_SELECTED (line 49) | ERROR_NO_DEVICE_SELECTED Errno = 0x20000000 | 0xC000... constant ERROR_DEVINFO_LIST_LOCKED (line 50) | ERROR_DEVINFO_LIST_LOCKED Errno = 0x20000000 | 0xC000... constant ERROR_DEVINFO_DATA_LOCKED (line 51) | ERROR_DEVINFO_DATA_LOCKED Errno = 0x20000000 | 0xC000... constant ERROR_DI_BAD_PATH (line 52) | ERROR_DI_BAD_PATH Errno = 0x20000000 | 0xC000... constant ERROR_NO_CLASSINSTALL_PARAMS (line 53) | ERROR_NO_CLASSINSTALL_PARAMS Errno = 0x20000000 | 0xC000... constant ERROR_FILEQUEUE_LOCKED (line 54) | ERROR_FILEQUEUE_LOCKED Errno = 0x20000000 | 0xC000... constant ERROR_BAD_SERVICE_INSTALLSECT (line 55) | ERROR_BAD_SERVICE_INSTALLSECT Errno = 0x20000000 | 0xC000... constant ERROR_NO_CLASS_DRIVER_LIST (line 56) | ERROR_NO_CLASS_DRIVER_LIST Errno = 0x20000000 | 0xC000... constant ERROR_NO_ASSOCIATED_SERVICE (line 57) | ERROR_NO_ASSOCIATED_SERVICE Errno = 0x20000000 | 0xC000... constant ERROR_NO_DEFAULT_DEVICE_INTERFACE (line 58) | ERROR_NO_DEFAULT_DEVICE_INTERFACE Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INTERFACE_ACTIVE (line 59) | ERROR_DEVICE_INTERFACE_ACTIVE Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INTERFACE_REMOVED (line 60) | ERROR_DEVICE_INTERFACE_REMOVED Errno = 0x20000000 | 0xC000... constant ERROR_BAD_INTERFACE_INSTALLSECT (line 61) | ERROR_BAD_INTERFACE_INSTALLSECT Errno = 0x20000000 | 0xC000... constant ERROR_NO_SUCH_INTERFACE_CLASS (line 62) | ERROR_NO_SUCH_INTERFACE_CLASS Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_REFERENCE_STRING (line 63) | ERROR_INVALID_REFERENCE_STRING Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_MACHINENAME (line 64) | ERROR_INVALID_MACHINENAME Errno = 0x20000000 | 0xC000... constant ERROR_REMOTE_COMM_FAILURE (line 65) | ERROR_REMOTE_COMM_FAILURE Errno = 0x20000000 | 0xC000... constant ERROR_MACHINE_UNAVAILABLE (line 66) | ERROR_MACHINE_UNAVAILABLE Errno = 0x20000000 | 0xC000... constant ERROR_NO_CONFIGMGR_SERVICES (line 67) | ERROR_NO_CONFIGMGR_SERVICES Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_PROPPAGE_PROVIDER (line 68) | ERROR_INVALID_PROPPAGE_PROVIDER Errno = 0x20000000 | 0xC000... constant ERROR_NO_SUCH_DEVICE_INTERFACE (line 69) | ERROR_NO_SUCH_DEVICE_INTERFACE Errno = 0x20000000 | 0xC000... constant ERROR_DI_POSTPROCESSING_REQUIRED (line 70) | ERROR_DI_POSTPROCESSING_REQUIRED Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_COINSTALLER (line 71) | ERROR_INVALID_COINSTALLER Errno = 0x20000000 | 0xC000... constant ERROR_NO_COMPAT_DRIVERS (line 72) | ERROR_NO_COMPAT_DRIVERS Errno = 0x20000000 | 0xC000... constant ERROR_NO_DEVICE_ICON (line 73) | ERROR_NO_DEVICE_ICON Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_INF_LOGCONFIG (line 74) | ERROR_INVALID_INF_LOGCONFIG Errno = 0x20000000 | 0xC000... constant ERROR_DI_DONT_INSTALL (line 75) | ERROR_DI_DONT_INSTALL Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_FILTER_DRIVER (line 76) | ERROR_INVALID_FILTER_DRIVER Errno = 0x20000000 | 0xC000... constant ERROR_NON_WINDOWS_NT_DRIVER (line 77) | ERROR_NON_WINDOWS_NT_DRIVER Errno = 0x20000000 | 0xC000... constant ERROR_NON_WINDOWS_DRIVER (line 78) | ERROR_NON_WINDOWS_DRIVER Errno = 0x20000000 | 0xC000... constant ERROR_NO_CATALOG_FOR_OEM_INF (line 79) | ERROR_NO_CATALOG_FOR_OEM_INF Errno = 0x20000000 | 0xC000... constant ERROR_DEVINSTALL_QUEUE_NONNATIVE (line 80) | ERROR_DEVINSTALL_QUEUE_NONNATIVE Errno = 0x20000000 | 0xC000... constant ERROR_NOT_DISABLEABLE (line 81) | ERROR_NOT_DISABLEABLE Errno = 0x20000000 | 0xC000... constant ERROR_CANT_REMOVE_DEVINST (line 82) | ERROR_CANT_REMOVE_DEVINST Errno = 0x20000000 | 0xC000... constant ERROR_INVALID_TARGET (line 83) | ERROR_INVALID_TARGET Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_NONNATIVE (line 84) | ERROR_DRIVER_NONNATIVE Errno = 0x20000000 | 0xC000... constant ERROR_IN_WOW64 (line 85) | ERROR_IN_WOW64 Errno = 0x20000000 | 0xC000... constant ERROR_SET_SYSTEM_RESTORE_POINT (line 86) | ERROR_SET_SYSTEM_RESTORE_POINT Errno = 0x20000000 | 0xC000... constant ERROR_SCE_DISABLED (line 87) | ERROR_SCE_DISABLED Errno = 0x20000000 | 0xC000... constant ERROR_UNKNOWN_EXCEPTION (line 88) | ERROR_UNKNOWN_EXCEPTION Errno = 0x20000000 | 0xC000... constant ERROR_PNP_REGISTRY_ERROR (line 89) | ERROR_PNP_REGISTRY_ERROR Errno = 0x20000000 | 0xC000... constant ERROR_REMOTE_REQUEST_UNSUPPORTED (line 90) | ERROR_REMOTE_REQUEST_UNSUPPORTED Errno = 0x20000000 | 0xC000... constant ERROR_NOT_AN_INSTALLED_OEM_INF (line 91) | ERROR_NOT_AN_INSTALLED_OEM_INF Errno = 0x20000000 | 0xC000... constant ERROR_INF_IN_USE_BY_DEVICES (line 92) | ERROR_INF_IN_USE_BY_DEVICES Errno = 0x20000000 | 0xC000... constant ERROR_DI_FUNCTION_OBSOLETE (line 93) | ERROR_DI_FUNCTION_OBSOLETE Errno = 0x20000000 | 0xC000... constant ERROR_NO_AUTHENTICODE_CATALOG (line 94) | ERROR_NO_AUTHENTICODE_CATALOG Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_DISALLOWED (line 95) | ERROR_AUTHENTICODE_DISALLOWED Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_TRUSTED_PUBLISHER (line 96) | ERROR_AUTHENTICODE_TRUSTED_PUBLISHER Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED (line 97) | ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED Errno = 0x20000000 | 0xC000... constant ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED (line 98) | ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED Errno = 0x20000000 | 0xC000... constant ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH (line 99) | ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH Errno = 0x20000000 | 0xC000... constant ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE (line 100) | ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INSTALLER_NOT_READY (line 101) | ERROR_DEVICE_INSTALLER_NOT_READY Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_STORE_ADD_FAILED (line 102) | ERROR_DRIVER_STORE_ADD_FAILED Errno = 0x20000000 | 0xC000... constant ERROR_DEVICE_INSTALL_BLOCKED (line 103) | ERROR_DEVICE_INSTALL_BLOCKED Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_INSTALL_BLOCKED (line 104) | ERROR_DRIVER_INSTALL_BLOCKED Errno = 0x20000000 | 0xC000... constant ERROR_WRONG_INF_TYPE (line 105) | ERROR_WRONG_INF_TYPE Errno = 0x20000000 | 0xC000... constant ERROR_FILE_HASH_NOT_IN_CATALOG (line 106) | ERROR_FILE_HASH_NOT_IN_CATALOG Errno = 0x20000000 | 0xC000... constant ERROR_DRIVER_STORE_DELETE_FAILED (line 107) | ERROR_DRIVER_STORE_DELETE_FAILED Errno = 0x20000000 | 0xC000... constant ERROR_UNRECOVERABLE_STACK_OVERFLOW (line 108) | ERROR_UNRECOVERABLE_STACK_OVERFLOW Errno = 0x20000000 | 0xC000... constant EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW (line 109) | EXCEPTION_SPAPI_UNRECOVERABLE_STACK_OVERFLOW Errno = ERROR_UNRECOVERABLE... constant ERROR_NO_DEFAULT_INTERFACE_DEVICE (line 110) | ERROR_NO_DEFAULT_INTERFACE_DEVICE Errno = ERROR_NO_DEFAULT_DE... constant ERROR_INTERFACE_DEVICE_ACTIVE (line 111) | ERROR_INTERFACE_DEVICE_ACTIVE Errno = ERROR_DEVICE_INTERF... constant ERROR_INTERFACE_DEVICE_REMOVED (line 112) | ERROR_INTERFACE_DEVICE_REMOVED Errno = ERROR_DEVICE_INTERF... constant ERROR_NO_SUCH_INTERFACE_DEVICE (line 113) | ERROR_NO_SUCH_INTERFACE_DEVICE Errno = ERROR_NO_SUCH_DEVIC... constant MAX_DEVICE_ID_LEN (line 117) | MAX_DEVICE_ID_LEN = 200 constant MAX_DEVNODE_ID_LEN (line 118) | MAX_DEVNODE_ID_LEN = MAX_DEVICE_ID_LEN constant MAX_GUID_STRING_LEN (line 119) | MAX_GUID_STRING_LEN = 39 constant MAX_CLASS_NAME_LEN (line 120) | MAX_CLASS_NAME_LEN = 32 constant MAX_PROFILE_LEN (line 121) | MAX_PROFILE_LEN = 80 constant MAX_CONFIG_VALUE (line 122) | MAX_CONFIG_VALUE = 9999 constant MAX_INSTANCE_VALUE (line 123) | MAX_INSTANCE_VALUE = 9999 constant CONFIGMG_VERSION (line 124) | CONFIGMG_VERSION = 0x0400 constant LINE_LEN (line 129) | LINE_LEN = 256 constant MAX_INF_STRING_LENGTH (line 130) | MAX_INF_STRING_LENGTH = 4096 constant MAX_INF_SECTION_NAME_LENGTH (line 131) | MAX_INF_SECTION_NAME_LENGTH = 255 constant MAX_TITLE_LEN (line 132) | MAX_TITLE_LEN = 60 constant MAX_INSTRUCTION_LEN (line 133) | MAX_INSTRUCTION_LEN = 256 constant MAX_LABEL_LEN (line 134) | MAX_LABEL_LEN = 30 constant MAX_SERVICE_NAME_LEN (line 135) | MAX_SERVICE_NAME_LEN = 256 constant MAX_SUBTITLE_LEN (line 136) | MAX_SUBTITLE_LEN = 256 constant SP_MAX_MACHINENAME_LENGTH (line 141) | SP_MAX_MACHINENAME_LENGTH = MAX_PATH + 3 type HSPFILEQ (line 145) | type HSPFILEQ type DevInfo (line 148) | type DevInfo method DeviceInfoListDetail (line 903) | func (deviceInfoSet DevInfo) DeviceInfoListDetail() (*DevInfoListDetai... method CreateDeviceInfo (line 931) | func (deviceInfoSet DevInfo) CreateDeviceInfo(deviceName string, class... method EnumDeviceInfo (line 946) | func (deviceInfoSet DevInfo) EnumDeviceInfo(memberIndex int) (*DevInfo... method Close (line 954) | func (deviceInfoSet DevInfo) Close() error { method BuildDriverInfoList (line 961) | func (deviceInfoSet DevInfo) BuildDriverInfoList(deviceInfoData *DevIn... method CancelDriverInfoSearch (line 968) | func (deviceInfoSet DevInfo) CancelDriverInfoSearch() error { method EnumDriverInfo (line 983) | func (deviceInfoSet DevInfo) EnumDriverInfo(deviceInfoData *DevInfoDat... method SelectedDriver (line 998) | func (deviceInfoSet DevInfo) SelectedDriver(deviceInfoData *DevInfoDat... method SetSelectedDriver (line 1005) | func (deviceInfoSet DevInfo) SetSelectedDriver(deviceInfoData *DevInfo... method DriverInfoDetail (line 1031) | func (deviceInfoSet DevInfo) DriverInfoDetail(deviceInfoData *DevInfoD... method DestroyDriverInfoList (line 1038) | func (deviceInfoSet DevInfo) DestroyDriverInfoList(deviceInfoData *Dev... method CallClassInstaller (line 1067) | func (deviceInfoSet DevInfo) CallClassInstaller(installFunction DI_FUN... method OpenDevRegKey (line 1075) | func (deviceInfoSet DevInfo) OpenDevRegKey(DeviceInfoData *DevInfoData... method DeviceRegistryProperty (line 1204) | func (deviceInfoSet DevInfo) DeviceRegistryProperty(deviceInfoData *De... method SetDeviceRegistryProperty (line 1216) | func (deviceInfoSet DevInfo) SetDeviceRegistryProperty(deviceInfoData ... method SetDeviceRegistryPropertyString (line 1221) | func (deviceInfoSet DevInfo) SetDeviceRegistryPropertyString(deviceInf... method DeviceInstallParams (line 1242) | func (deviceInfoSet DevInfo) DeviceInstallParams(deviceInfoData *DevIn... method DeviceInstanceID (line 1265) | func (deviceInfoSet DevInfo) DeviceInstanceID(deviceInfoData *DevInfoD... method ClassInstallParams (line 1273) | func (deviceInfoSet DevInfo) ClassInstallParams(deviceInfoData *DevInf... method SetDeviceInstallParams (line 1280) | func (deviceInfoSet DevInfo) SetDeviceInstallParams(deviceInfoData *De... method SetClassInstallParams (line 1288) | func (deviceInfoSet DevInfo) SetClassInstallParams(deviceInfoData *Dev... method SelectedDevice (line 1357) | func (deviceInfoSet DevInfo) SelectedDevice() (*DevInfoData, error) { method SetSelectedDevice (line 1365) | func (deviceInfoSet DevInfo) SetSelectedDevice(deviceInfoData *DevInfo... type DEVINST (line 151) | type DEVINST type DevInfoData (line 154) | type DevInfoData struct type DevInfoListDetailData (line 162) | type DevInfoListDetailData struct method unsafeSizeOf (line 169) | func (*DevInfoListDetailData) unsafeSizeOf() uint32 { method RemoteMachineName (line 177) | func (data *DevInfoListDetailData) RemoteMachineName() string { method SetRemoteMachineName (line 181) | func (data *DevInfoListDetailData) SetRemoteMachineName(remoteMachineN... type DI_FUNCTION (line 191) | type DI_FUNCTION constant DIF_SELECTDEVICE (line 194) | DIF_SELECTDEVICE DI_FUNCTION = 0x00000001 constant DIF_INSTALLDEVICE (line 195) | DIF_INSTALLDEVICE DI_FUNCTION = 0x00000002 constant DIF_ASSIGNRESOURCES (line 196) | DIF_ASSIGNRESOURCES DI_FUNCTION = 0x00000003 constant DIF_PROPERTIES (line 197) | DIF_PROPERTIES DI_FUNCTION = 0x00000004 constant DIF_REMOVE (line 198) | DIF_REMOVE DI_FUNCTION = 0x00000005 constant DIF_FIRSTTIMESETUP (line 199) | DIF_FIRSTTIMESETUP DI_FUNCTION = 0x00000006 constant DIF_FOUNDDEVICE (line 200) | DIF_FOUNDDEVICE DI_FUNCTION = 0x00000007 constant DIF_SELECTCLASSDRIVERS (line 201) | DIF_SELECTCLASSDRIVERS DI_FUNCTION = 0x00000008 constant DIF_VALIDATECLASSDRIVERS (line 202) | DIF_VALIDATECLASSDRIVERS DI_FUNCTION = 0x00000009 constant DIF_INSTALLCLASSDRIVERS (line 203) | DIF_INSTALLCLASSDRIVERS DI_FUNCTION = 0x0000000A constant DIF_CALCDISKSPACE (line 204) | DIF_CALCDISKSPACE DI_FUNCTION = 0x0000000B constant DIF_DESTROYPRIVATEDATA (line 205) | DIF_DESTROYPRIVATEDATA DI_FUNCTION = 0x0000000C constant DIF_VALIDATEDRIVER (line 206) | DIF_VALIDATEDRIVER DI_FUNCTION = 0x0000000D constant DIF_DETECT (line 207) | DIF_DETECT DI_FUNCTION = 0x0000000F constant DIF_INSTALLWIZARD (line 208) | DIF_INSTALLWIZARD DI_FUNCTION = 0x00000010 constant DIF_DESTROYWIZARDDATA (line 209) | DIF_DESTROYWIZARDDATA DI_FUNCTION = 0x00000011 constant DIF_PROPERTYCHANGE (line 210) | DIF_PROPERTYCHANGE DI_FUNCTION = 0x00000012 constant DIF_ENABLECLASS (line 211) | DIF_ENABLECLASS DI_FUNCTION = 0x00000013 constant DIF_DETECTVERIFY (line 212) | DIF_DETECTVERIFY DI_FUNCTION = 0x00000014 constant DIF_INSTALLDEVICEFILES (line 213) | DIF_INSTALLDEVICEFILES DI_FUNCTION = 0x00000015 constant DIF_UNREMOVE (line 214) | DIF_UNREMOVE DI_FUNCTION = 0x00000016 constant DIF_SELECTBESTCOMPATDRV (line 215) | DIF_SELECTBESTCOMPATDRV DI_FUNCTION = 0x00000017 constant DIF_ALLOW_INSTALL (line 216) | DIF_ALLOW_INSTALL DI_FUNCTION = 0x00000018 constant DIF_REGISTERDEVICE (line 217) | DIF_REGISTERDEVICE DI_FUNCTION = 0x00000019 constant DIF_NEWDEVICEWIZARD_PRESELECT (line 218) | DIF_NEWDEVICEWIZARD_PRESELECT DI_FUNCTION = 0x0000001A constant DIF_NEWDEVICEWIZARD_SELECT (line 219) | DIF_NEWDEVICEWIZARD_SELECT DI_FUNCTION = 0x0000001B constant DIF_NEWDEVICEWIZARD_PREANALYZE (line 220) | DIF_NEWDEVICEWIZARD_PREANALYZE DI_FUNCTION = 0x0000001C constant DIF_NEWDEVICEWIZARD_POSTANALYZE (line 221) | DIF_NEWDEVICEWIZARD_POSTANALYZE DI_FUNCTION = 0x0000001D constant DIF_NEWDEVICEWIZARD_FINISHINSTALL (line 222) | DIF_NEWDEVICEWIZARD_FINISHINSTALL DI_FUNCTION = 0x0000001E constant DIF_INSTALLINTERFACES (line 223) | DIF_INSTALLINTERFACES DI_FUNCTION = 0x00000020 constant DIF_DETECTCANCEL (line 224) | DIF_DETECTCANCEL DI_FUNCTION = 0x00000021 constant DIF_REGISTER_COINSTALLERS (line 225) | DIF_REGISTER_COINSTALLERS DI_FUNCTION = 0x00000022 constant DIF_ADDPROPERTYPAGE_ADVANCED (line 226) | DIF_ADDPROPERTYPAGE_ADVANCED DI_FUNCTION = 0x00000023 constant DIF_ADDPROPERTYPAGE_BASIC (line 227) | DIF_ADDPROPERTYPAGE_BASIC DI_FUNCTION = 0x00000024 constant DIF_TROUBLESHOOTER (line 228) | DIF_TROUBLESHOOTER DI_FUNCTION = 0x00000026 constant DIF_POWERMESSAGEWAKE (line 229) | DIF_POWERMESSAGEWAKE DI_FUNCTION = 0x00000027 constant DIF_ADDREMOTEPROPERTYPAGE_ADVANCED (line 230) | DIF_ADDREMOTEPROPERTYPAGE_ADVANCED DI_FUNCTION = 0x00000028 constant DIF_UPDATEDRIVER_UI (line 231) | DIF_UPDATEDRIVER_UI DI_FUNCTION = 0x00000029 constant DIF_FINISHINSTALL_ACTION (line 232) | DIF_FINISHINSTALL_ACTION DI_FUNCTION = 0x0000002A type DevInstallParams (line 236) | type DevInstallParams struct method DriverPath (line 249) | func (params *DevInstallParams) DriverPath() string { method SetDriverPath (line 253) | func (params *DevInstallParams) SetDriverPath(driverPath string) error { type DI_FLAGS (line 263) | type DI_FLAGS constant DI_SHOWOEM (line 267) | DI_SHOWOEM DI_FLAGS = 0x00000001 constant DI_SHOWCOMPAT (line 268) | DI_SHOWCOMPAT DI_FLAGS = 0x00000002 constant DI_SHOWCLASS (line 269) | DI_SHOWCLASS DI_FLAGS = 0x00000004 constant DI_SHOWALL (line 270) | DI_SHOWALL DI_FLAGS = 0x00000007 constant DI_NOVCP (line 271) | DI_NOVCP DI_FLAGS = 0x00000008 constant DI_DIDCOMPAT (line 272) | DI_DIDCOMPAT DI_FLAGS = 0x00000010 constant DI_DIDCLASS (line 273) | DI_DIDCLASS DI_FLAGS = 0x00000020 constant DI_AUTOASSIGNRES (line 274) | DI_AUTOASSIGNRES DI_FLAGS = 0x00000040 constant DI_NEEDRESTART (line 277) | DI_NEEDRESTART DI_FLAGS = 0x00000080 constant DI_NEEDREBOOT (line 278) | DI_NEEDREBOOT DI_FLAGS = 0x00000100 constant DI_NOBROWSE (line 281) | DI_NOBROWSE DI_FLAGS = 0x00000200 constant DI_MULTMFGS (line 284) | DI_MULTMFGS DI_FLAGS = 0x00000400 constant DI_DISABLED (line 287) | DI_DISABLED DI_FLAGS = 0x00000800 constant DI_GENERALPAGE_ADDED (line 290) | DI_GENERALPAGE_ADDED DI_FLAGS = 0x00001000 constant DI_RESOURCEPAGE_ADDED (line 291) | DI_RESOURCEPAGE_ADDED DI_FLAGS = 0x00002000 constant DI_PROPERTIES_CHANGE (line 294) | DI_PROPERTIES_CHANGE DI_FLAGS = 0x00004000 constant DI_INF_IS_SORTED (line 297) | DI_INF_IS_SORTED DI_FLAGS = 0x00008000 constant DI_ENUMSINGLEINF (line 300) | DI_ENUMSINGLEINF DI_FLAGS = 0x00010000 constant DI_DONOTCALLCONFIGMG (line 304) | DI_DONOTCALLCONFIGMG DI_FLAGS = 0x00020000 constant DI_INSTALLDISABLED (line 307) | DI_INSTALLDISABLED DI_FLAGS = 0x00040000 constant DI_COMPAT_FROM_CLASS (line 311) | DI_COMPAT_FROM_CLASS DI_FLAGS = 0x00080000 constant DI_CLASSINSTALLPARAMS (line 314) | DI_CLASSINSTALLPARAMS DI_FLAGS = 0x00100000 constant DI_NODI_DEFAULTACTION (line 317) | DI_NODI_DEFAULTACTION DI_FLAGS = 0x00200000 constant DI_QUIETINSTALL (line 320) | DI_QUIETINSTALL DI_FLAGS = 0x00800000 constant DI_NOFILECOPY (line 321) | DI_NOFILECOPY DI_FLAGS = 0x01000000 constant DI_FORCECOPY (line 322) | DI_FORCECOPY DI_FLAGS = 0x02000000 constant DI_DRIVERPAGE_ADDED (line 323) | DI_DRIVERPAGE_ADDED DI_FLAGS = 0x04000000 constant DI_USECI_SELECTSTRINGS (line 324) | DI_USECI_SELECTSTRINGS DI_FLAGS = 0x08000000 constant DI_OVERRIDE_INFFLAGS (line 325) | DI_OVERRIDE_INFFLAGS DI_FLAGS = 0x10000000 constant DI_PROPS_NOCHANGEUSAGE (line 326) | DI_PROPS_NOCHANGEUSAGE DI_FLAGS = 0x20000000 constant DI_NOSELECTICONS (line 328) | DI_NOSELECTICONS DI_FLAGS = 0x40000000 constant DI_NOWRITE_IDS (line 330) | DI_NOWRITE_IDS DI_FLAGS = 0x80000000 type DI_FLAGSEX (line 334) | type DI_FLAGSEX constant DI_FLAGSEX_CI_FAILED (line 337) | DI_FLAGSEX_CI_FAILED DI_FLAGSEX = 0x00000004 constant DI_FLAGSEX_FINISHINSTALL_ACTION (line 338) | DI_FLAGSEX_FINISHINSTALL_ACTION DI_FLAGSEX = 0x00000008 constant DI_FLAGSEX_DIDINFOLIST (line 339) | DI_FLAGSEX_DIDINFOLIST DI_FLAGSEX = 0x00000010 constant DI_FLAGSEX_DIDCOMPATINFO (line 340) | DI_FLAGSEX_DIDCOMPATINFO DI_FLAGSEX = 0x00000020 constant DI_FLAGSEX_FILTERCLASSES (line 341) | DI_FLAGSEX_FILTERCLASSES DI_FLAGSEX = 0x00000040 constant DI_FLAGSEX_SETFAILEDINSTALL (line 342) | DI_FLAGSEX_SETFAILEDINSTALL DI_FLAGSEX = 0x00000080 constant DI_FLAGSEX_DEVICECHANGE (line 343) | DI_FLAGSEX_DEVICECHANGE DI_FLAGSEX = 0x00000100 constant DI_FLAGSEX_ALWAYSWRITEIDS (line 344) | DI_FLAGSEX_ALWAYSWRITEIDS DI_FLAGSEX = 0x00000200 constant DI_FLAGSEX_PROPCHANGE_PENDING (line 345) | DI_FLAGSEX_PROPCHANGE_PENDING DI_FLAGSEX = 0x00000400 constant DI_FLAGSEX_ALLOWEXCLUDEDDRVS (line 346) | DI_FLAGSEX_ALLOWEXCLUDEDDRVS DI_FLAGSEX = 0x00000800 constant DI_FLAGSEX_NOUIONQUERYREMOVE (line 347) | DI_FLAGSEX_NOUIONQUERYREMOVE DI_FLAGSEX = 0x00001000 constant DI_FLAGSEX_USECLASSFORCOMPAT (line 348) | DI_FLAGSEX_USECLASSFORCOMPAT DI_FLAGSEX = 0x00002000 constant DI_FLAGSEX_NO_DRVREG_MODIFY (line 349) | DI_FLAGSEX_NO_DRVREG_MODIFY DI_FLAGSEX = 0x00008000 constant DI_FLAGSEX_IN_SYSTEM_SETUP (line 350) | DI_FLAGSEX_IN_SYSTEM_SETUP DI_FLAGSEX = 0x00010000 constant DI_FLAGSEX_INET_DRIVER (line 351) | DI_FLAGSEX_INET_DRIVER DI_FLAGSEX = 0x00020000 constant DI_FLAGSEX_APPENDDRIVERLIST (line 352) | DI_FLAGSEX_APPENDDRIVERLIST DI_FLAGSEX = 0x00040000 constant DI_FLAGSEX_PREINSTALLBACKUP (line 353) | DI_FLAGSEX_PREINSTALLBACKUP DI_FLAGSEX = 0x00080000 constant DI_FLAGSEX_BACKUPONREPLACE (line 354) | DI_FLAGSEX_BACKUPONREPLACE DI_FLAGSEX = 0x00100000 constant DI_FLAGSEX_DRIVERLIST_FROM_URL (line 355) | DI_FLAGSEX_DRIVERLIST_FROM_URL DI_FLAGSEX = 0x00200000 constant DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS (line 356) | DI_FLAGSEX_EXCLUDE_OLD_INET_DRIVERS DI_FLAGSEX = 0x00800000 constant DI_FLAGSEX_POWERPAGE_ADDED (line 357) | DI_FLAGSEX_POWERPAGE_ADDED DI_FLAGSEX = 0x01000000 constant DI_FLAGSEX_FILTERSIMILARDRIVERS (line 358) | DI_FLAGSEX_FILTERSIMILARDRIVERS DI_FLAGSEX = 0x02000000 constant DI_FLAGSEX_INSTALLEDDRIVER (line 359) | DI_FLAGSEX_INSTALLEDDRIVER DI_FLAGSEX = 0x04000000 constant DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE (line 360) | DI_FLAGSEX_NO_CLASSLIST_NODE_MERGE DI_FLAGSEX = 0x08000000 constant DI_FLAGSEX_ALTPLATFORM_DRVSEARCH (line 361) | DI_FLAGSEX_ALTPLATFORM_DRVSEARCH DI_FLAGSEX = 0x10000000 constant DI_FLAGSEX_RESTART_DEVICE_ONLY (line 362) | DI_FLAGSEX_RESTART_DEVICE_ONLY DI_FLAGSEX = 0x20000000 constant DI_FLAGSEX_RECURSIVESEARCH (line 363) | DI_FLAGSEX_RECURSIVESEARCH DI_FLAGSEX = 0x40000000 constant DI_FLAGSEX_SEARCH_PUBLISHED_INFS (line 364) | DI_FLAGSEX_SEARCH_PUBLISHED_INFS DI_FLAGSEX = 0x80000000 type ClassInstallHeader (line 368) | type ClassInstallHeader struct function MakeClassInstallHeader (line 373) | func MakeClassInstallHeader(installFunction DI_FUNCTION) *ClassInstallHe... type DICS_STATE (line 380) | type DICS_STATE constant DICS_ENABLE (line 383) | DICS_ENABLE DICS_STATE = 0x00000001 constant DICS_DISABLE (line 384) | DICS_DISABLE DICS_STATE = 0x00000002 constant DICS_PROPCHANGE (line 385) | DICS_PROPCHANGE DICS_STATE = 0x00000003 constant DICS_START (line 386) | DICS_START DICS_STATE = 0x00000004 constant DICS_STOP (line 387) | DICS_STOP DICS_STATE = 0x00000005 type DICS_FLAG (line 391) | type DICS_FLAG constant DICS_FLAG_GLOBAL (line 394) | DICS_FLAG_GLOBAL DICS_FLAG = 0x00000001 constant DICS_FLAG_CONFIGSPECIFIC (line 395) | DICS_FLAG_CONFIGSPECIFIC DICS_FLAG = 0x00000002 constant DICS_FLAG_CONFIGGENERAL (line 396) | DICS_FLAG_CONFIGGENERAL DICS_FLAG = 0x00000004 type PropChangeParams (line 400) | type PropChangeParams struct type DI_REMOVEDEVICE (line 408) | type DI_REMOVEDEVICE constant DI_REMOVEDEVICE_GLOBAL (line 411) | DI_REMOVEDEVICE_GLOBAL DI_REMOVEDEVICE = 0x00000001 constant DI_REMOVEDEVICE_CONFIGSPECIFIC (line 412) | DI_REMOVEDEVICE_CONFIGSPECIFIC DI_REMOVEDEVICE = 0x00000002 type RemoveDeviceParams (line 416) | type RemoveDeviceParams struct type DrvInfoData (line 423) | type DrvInfoData struct method Description (line 434) | func (data *DrvInfoData) Description() string { method SetDescription (line 438) | func (data *DrvInfoData) SetDescription(description string) error { method MfgName (line 447) | func (data *DrvInfoData) MfgName() string { method SetMfgName (line 451) | func (data *DrvInfoData) SetMfgName(mfgName string) error { method ProviderName (line 460) | func (data *DrvInfoData) ProviderName() string { method SetProviderName (line 464) | func (data *DrvInfoData) SetProviderName(providerName string) error { method IsNewer (line 474) | func (data *DrvInfoData) IsNewer(driverDate Filetime, driverVersion ui... type DrvInfoDetailData (line 500) | type DrvInfoDetailData struct method unsafeSizeOf (line 512) | func (*DrvInfoDetailData) unsafeSizeOf() uint32 { method SectionName (line 520) | func (data *DrvInfoDetailData) SectionName() string { method InfFileName (line 524) | func (data *DrvInfoDetailData) InfFileName() string { method DrvDescription (line 528) | func (data *DrvInfoDetailData) DrvDescription() string { method HardwareID (line 532) | func (data *DrvInfoDetailData) HardwareID() string { method CompatIDs (line 541) | func (data *DrvInfoDetailData) CompatIDs() []string { method getBuf (line 559) | func (data *DrvInfoDetailData) getBuf() []uint16 { method IsCompatible (line 570) | func (data *DrvInfoDetailData) IsCompatible(hwid string) bool { type DICD (line 586) | type DICD constant DICD_GENERATE_ID (line 589) | DICD_GENERATE_ID DICD = 0x00000001 constant DICD_INHERIT_CLASSDRVS (line 590) | DICD_INHERIT_CLASSDRVS DICD = 0x00000002 type SUOI (line 594) | type SUOI constant SUOI_FORCEDELETE (line 597) | SUOI_FORCEDELETE SUOI = 0x0001 type SPDIT (line 603) | type SPDIT constant SPDIT_NODRIVER (line 606) | SPDIT_NODRIVER SPDIT = 0x00000000 constant SPDIT_CLASSDRIVER (line 607) | SPDIT_CLASSDRIVER SPDIT = 0x00000001 constant SPDIT_COMPATDRIVER (line 608) | SPDIT_COMPATDRIVER SPDIT = 0x00000002 type DIGCF (line 612) | type DIGCF constant DIGCF_DEFAULT (line 615) | DIGCF_DEFAULT DIGCF = 0x00000001 constant DIGCF_PRESENT (line 616) | DIGCF_PRESENT DIGCF = 0x00000002 constant DIGCF_ALLCLASSES (line 617) | DIGCF_ALLCLASSES DIGCF = 0x00000004 constant DIGCF_PROFILE (line 618) | DIGCF_PROFILE DIGCF = 0x00000008 constant DIGCF_DEVICEINTERFACE (line 619) | DIGCF_DEVICEINTERFACE DIGCF = 0x00000010 type DIREG (line 623) | type DIREG constant DIREG_DEV (line 626) | DIREG_DEV DIREG = 0x00000001 constant DIREG_DRV (line 627) | DIREG_DRV DIREG = 0x00000002 constant DIREG_BOTH (line 628) | DIREG_BOTH DIREG = 0x00000004 type SPDRP (line 639) | type SPDRP constant SPDRP_DEVICEDESC (line 642) | SPDRP_DEVICEDESC SPDRP = 0x00000000 constant SPDRP_HARDWAREID (line 643) | SPDRP_HARDWAREID SPDRP = 0x00000001 constant SPDRP_COMPATIBLEIDS (line 644) | SPDRP_COMPATIBLEIDS SPDRP = 0x00000002 constant SPDRP_SERVICE (line 645) | SPDRP_SERVICE SPDRP = 0x00000004 constant SPDRP_CLASS (line 646) | SPDRP_CLASS SPDRP = 0x00000007 constant SPDRP_CLASSGUID (line 647) | SPDRP_CLASSGUID SPDRP = 0x00000008 constant SPDRP_DRIVER (line 648) | SPDRP_DRIVER SPDRP = 0x00000009 constant SPDRP_CONFIGFLAGS (line 649) | SPDRP_CONFIGFLAGS SPDRP = 0x0000000A constant SPDRP_MFG (line 650) | SPDRP_MFG SPDRP = 0x0000000B constant SPDRP_FRIENDLYNAME (line 651) | SPDRP_FRIENDLYNAME SPDRP = 0x0000000C constant SPDRP_LOCATION_INFORMATION (line 652) | SPDRP_LOCATION_INFORMATION SPDRP = 0x0000000D constant SPDRP_PHYSICAL_DEVICE_OBJECT_NAME (line 653) | SPDRP_PHYSICAL_DEVICE_OBJECT_NAME SPDRP = 0x0000000E constant SPDRP_CAPABILITIES (line 654) | SPDRP_CAPABILITIES SPDRP = 0x0000000F constant SPDRP_UI_NUMBER (line 655) | SPDRP_UI_NUMBER SPDRP = 0x00000010 constant SPDRP_UPPERFILTERS (line 656) | SPDRP_UPPERFILTERS SPDRP = 0x00000011 constant SPDRP_LOWERFILTERS (line 657) | SPDRP_LOWERFILTERS SPDRP = 0x00000012 constant SPDRP_BUSTYPEGUID (line 658) | SPDRP_BUSTYPEGUID SPDRP = 0x00000013 constant SPDRP_LEGACYBUSTYPE (line 659) | SPDRP_LEGACYBUSTYPE SPDRP = 0x00000014 constant SPDRP_BUSNUMBER (line 660) | SPDRP_BUSNUMBER SPDRP = 0x00000015 constant SPDRP_ENUMERATOR_NAME (line 661) | SPDRP_ENUMERATOR_NAME SPDRP = 0x00000016 constant SPDRP_SECURITY (line 662) | SPDRP_SECURITY SPDRP = 0x00000017 constant SPDRP_SECURITY_SDS (line 663) | SPDRP_SECURITY_SDS SPDRP = 0x00000018 constant SPDRP_DEVTYPE (line 664) | SPDRP_DEVTYPE SPDRP = 0x00000019 constant SPDRP_EXCLUSIVE (line 665) | SPDRP_EXCLUSIVE SPDRP = 0x0000001A constant SPDRP_CHARACTERISTICS (line 666) | SPDRP_CHARACTERISTICS SPDRP = 0x0000001B constant SPDRP_ADDRESS (line 667) | SPDRP_ADDRESS SPDRP = 0x0000001C constant SPDRP_UI_NUMBER_DESC_FORMAT (line 668) | SPDRP_UI_NUMBER_DESC_FORMAT SPDRP = 0x0000001D constant SPDRP_DEVICE_POWER_DATA (line 669) | SPDRP_DEVICE_POWER_DATA SPDRP = 0x0000001E constant SPDRP_REMOVAL_POLICY (line 670) | SPDRP_REMOVAL_POLICY SPDRP = 0x0000001F constant SPDRP_REMOVAL_POLICY_HW_DEFAULT (line 671) | SPDRP_REMOVAL_POLICY_HW_DEFAULT SPDRP = 0x00000020 constant SPDRP_REMOVAL_POLICY_OVERRIDE (line 672) | SPDRP_REMOVAL_POLICY_OVERRIDE SPDRP = 0x00000021 constant SPDRP_INSTALL_STATE (line 673) | SPDRP_INSTALL_STATE SPDRP = 0x00000022 constant SPDRP_LOCATION_PATHS (line 674) | SPDRP_LOCATION_PATHS SPDRP = 0x00000023 constant SPDRP_BASE_CONTAINERID (line 675) | SPDRP_BASE_CONTAINERID SPDRP = 0x00000024 constant SPDRP_MAXIMUM_PROPERTY (line 677) | SPDRP_MAXIMUM_PROPERTY SPDRP = 0x00000025 type DEVPROPTYPE (line 682) | type DEVPROPTYPE constant DEVPROP_TYPEMOD_ARRAY (line 685) | DEVPROP_TYPEMOD_ARRAY DEVPROPTYPE = 0x00001000 constant DEVPROP_TYPEMOD_LIST (line 686) | DEVPROP_TYPEMOD_LIST DEVPROPTYPE = 0x00002000 constant DEVPROP_TYPE_EMPTY (line 688) | DEVPROP_TYPE_EMPTY DEVPROPTYPE = 0x00000000 constant DEVPROP_TYPE_NULL (line 689) | DEVPROP_TYPE_NULL DEVPROPTYPE = 0x00000001 constant DEVPROP_TYPE_SBYTE (line 690) | DEVPROP_TYPE_SBYTE DEVPROPTYPE = 0x00000002 constant DEVPROP_TYPE_BYTE (line 691) | DEVPROP_TYPE_BYTE DEVPROPTYPE = 0x00000003 constant DEVPROP_TYPE_INT16 (line 692) | DEVPROP_TYPE_INT16 DEVPROPTYPE = 0x00000004 constant DEVPROP_TYPE_UINT16 (line 693) | DEVPROP_TYPE_UINT16 DEVPROPTYPE = 0x00000005 constant DEVPROP_TYPE_INT32 (line 694) | DEVPROP_TYPE_INT32 DEVPROPTYPE = 0x00000006 constant DEVPROP_TYPE_UINT32 (line 695) | DEVPROP_TYPE_UINT32 DEVPROPTYPE = 0x00000007 constant DEVPROP_TYPE_INT64 (line 696) | DEVPROP_TYPE_INT64 DEVPROPTYPE = 0x00000008 constant DEVPROP_TYPE_UINT64 (line 697) | DEVPROP_TYPE_UINT64 DEVPROPTYPE = 0x00000009 constant DEVPROP_TYPE_FLOAT (line 698) | DEVPROP_TYPE_FLOAT DEVPROPTYPE = 0x0000000A constant DEVPROP_TYPE_DOUBLE (line 699) | DEVPROP_TYPE_DOUBLE DEVPROPTYPE = 0x0000000B constant DEVPROP_TYPE_DECIMAL (line 700) | DEVPROP_TYPE_DECIMAL DEVPROPTYPE = 0x0000000C constant DEVPROP_TYPE_GUID (line 701) | DEVPROP_TYPE_GUID DEVPROPTYPE = 0x0000000D constant DEVPROP_TYPE_CURRENCY (line 702) | DEVPROP_TYPE_CURRENCY DEVPROPTYPE = 0x0000000E constant DEVPROP_TYPE_DATE (line 703) | DEVPROP_TYPE_DATE DEVPROPTYPE = 0x0000000F constant DEVPROP_TYPE_FILETIME (line 704) | DEVPROP_TYPE_FILETIME DEVPROPTYPE = 0x00000010 constant DEVPROP_TYPE_BOOLEAN (line 705) | DEVPROP_TYPE_BOOLEAN DEVPROPTYPE = 0x00000011 constant DEVPROP_TYPE_STRING (line 706) | DEVPROP_TYPE_STRING DEVPROPTYPE = 0x00000012 constant DEVPROP_TYPE_STRING_LIST (line 707) | DEVPROP_TYPE_STRING_LIST DEVPROPTYPE = DEVPROP_TYPE_STRIN... constant DEVPROP_TYPE_SECURITY_DESCRIPTOR (line 708) | DEVPROP_TYPE_SECURITY_DESCRIPTOR DEVPROPTYPE = 0x00000013 constant DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING (line 709) | DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING DEVPROPTYPE = 0x00000014 constant DEVPROP_TYPE_DEVPROPKEY (line 710) | DEVPROP_TYPE_DEVPROPKEY DEVPROPTYPE = 0x00000015 constant DEVPROP_TYPE_DEVPROPTYPE (line 711) | DEVPROP_TYPE_DEVPROPTYPE DEVPROPTYPE = 0x00000016 constant DEVPROP_TYPE_BINARY (line 712) | DEVPROP_TYPE_BINARY DEVPROPTYPE = DEVPROP_TYPE_BYTE ... constant DEVPROP_TYPE_ERROR (line 713) | DEVPROP_TYPE_ERROR DEVPROPTYPE = 0x00000017 constant DEVPROP_TYPE_NTSTATUS (line 714) | DEVPROP_TYPE_NTSTATUS DEVPROPTYPE = 0x00000018 constant DEVPROP_TYPE_STRING_INDIRECT (line 715) | DEVPROP_TYPE_STRING_INDIRECT DEVPROPTYPE = 0x00000019 constant MAX_DEVPROP_TYPE (line 717) | MAX_DEVPROP_TYPE DEVPROPTYPE = 0x00000019 constant MAX_DEVPROP_TYPEMOD (line 718) | MAX_DEVPROP_TYPEMOD DEVPROPTYPE = 0x00002000 constant DEVPROP_MASK_TYPE (line 720) | DEVPROP_MASK_TYPE DEVPROPTYPE = 0x00000FFF constant DEVPROP_MASK_TYPEMOD (line 721) | DEVPROP_MASK_TYPEMOD DEVPROPTYPE = 0x0000F000 type DEVPROPGUID (line 725) | type DEVPROPGUID type DEVPROPID (line 728) | type DEVPROPID constant DEVPROPID_FIRST_USABLE (line 730) | DEVPROPID_FIRST_USABLE DEVPROPID = 2 type DEVPROPKEY (line 734) | type DEVPROPKEY struct type CONFIGRET (line 740) | type CONFIGRET method Error (line 742) | func (ret CONFIGRET) Error() string { method Win32Error (line 749) | func (ret CONFIGRET) Win32Error(defaultError Errno) Errno { method Unwrap (line 753) | func (ret CONFIGRET) Unwrap() error { constant CR_SUCCESS (line 763) | CR_SUCCESS CONFIGRET = 0x00000000 constant CR_DEFAULT (line 764) | CR_DEFAULT CONFIGRET = 0x00000001 constant CR_OUT_OF_MEMORY (line 765) | CR_OUT_OF_MEMORY CONFIGRET = 0x00000002 constant CR_INVALID_POINTER (line 766) | CR_INVALID_POINTER CONFIGRET = 0x00000003 constant CR_INVALID_FLAG (line 767) | CR_INVALID_FLAG CONFIGRET = 0x00000004 constant CR_INVALID_DEVNODE (line 768) | CR_INVALID_DEVNODE CONFIGRET = 0x00000005 constant CR_INVALID_DEVINST (line 769) | CR_INVALID_DEVINST = CR_INVALID_DEVNODE constant CR_INVALID_RES_DES (line 770) | CR_INVALID_RES_DES CONFIGRET = 0x00000006 constant CR_INVALID_LOG_CONF (line 771) | CR_INVALID_LOG_CONF CONFIGRET = 0x00000007 constant CR_INVALID_ARBITRATOR (line 772) | CR_INVALID_ARBITRATOR CONFIGRET = 0x00000008 constant CR_INVALID_NODELIST (line 773) | CR_INVALID_NODELIST CONFIGRET = 0x00000009 constant CR_DEVNODE_HAS_REQS (line 774) | CR_DEVNODE_HAS_REQS CONFIGRET = 0x0000000A constant CR_DEVINST_HAS_REQS (line 775) | CR_DEVINST_HAS_REQS = CR_DEVNODE_HAS_REQS constant CR_INVALID_RESOURCEID (line 776) | CR_INVALID_RESOURCEID CONFIGRET = 0x0000000B constant CR_DLVXD_NOT_FOUND (line 777) | CR_DLVXD_NOT_FOUND CONFIGRET = 0x0000000C constant CR_NO_SUCH_DEVNODE (line 778) | CR_NO_SUCH_DEVNODE CONFIGRET = 0x0000000D constant CR_NO_SUCH_DEVINST (line 779) | CR_NO_SUCH_DEVINST = CR_NO_SUCH_DEVNODE constant CR_NO_MORE_LOG_CONF (line 780) | CR_NO_MORE_LOG_CONF CONFIGRET = 0x0000000E constant CR_NO_MORE_RES_DES (line 781) | CR_NO_MORE_RES_DES CONFIGRET = 0x0000000F constant CR_ALREADY_SUCH_DEVNODE (line 782) | CR_ALREADY_SUCH_DEVNODE CONFIGRET = 0x00000010 constant CR_ALREADY_SUCH_DEVINST (line 783) | CR_ALREADY_SUCH_DEVINST = CR_ALREADY_SUCH_DEVNODE constant CR_INVALID_RANGE_LIST (line 784) | CR_INVALID_RANGE_LIST CONFIGRET = 0x00000011 constant CR_INVALID_RANGE (line 785) | CR_INVALID_RANGE CONFIGRET = 0x00000012 constant CR_FAILURE (line 786) | CR_FAILURE CONFIGRET = 0x00000013 constant CR_NO_SUCH_LOGICAL_DEV (line 787) | CR_NO_SUCH_LOGICAL_DEV CONFIGRET = 0x00000014 constant CR_CREATE_BLOCKED (line 788) | CR_CREATE_BLOCKED CONFIGRET = 0x00000015 constant CR_NOT_SYSTEM_VM (line 789) | CR_NOT_SYSTEM_VM CONFIGRET = 0x00000016 constant CR_REMOVE_VETOED (line 790) | CR_REMOVE_VETOED CONFIGRET = 0x00000017 constant CR_APM_VETOED (line 791) | CR_APM_VETOED CONFIGRET = 0x00000018 constant CR_INVALID_LOAD_TYPE (line 792) | CR_INVALID_LOAD_TYPE CONFIGRET = 0x00000019 constant CR_BUFFER_SMALL (line 793) | CR_BUFFER_SMALL CONFIGRET = 0x0000001A constant CR_NO_ARBITRATOR (line 794) | CR_NO_ARBITRATOR CONFIGRET = 0x0000001B constant CR_NO_REGISTRY_HANDLE (line 795) | CR_NO_REGISTRY_HANDLE CONFIGRET = 0x0000001C constant CR_REGISTRY_ERROR (line 796) | CR_REGISTRY_ERROR CONFIGRET = 0x0000001D constant CR_INVALID_DEVICE_ID (line 797) | CR_INVALID_DEVICE_ID CONFIGRET = 0x0000001E constant CR_INVALID_DATA (line 798) | CR_INVALID_DATA CONFIGRET = 0x0000001F constant CR_INVALID_API (line 799) | CR_INVALID_API CONFIGRET = 0x00000020 constant CR_DEVLOADER_NOT_READY (line 800) | CR_DEVLOADER_NOT_READY CONFIGRET = 0x00000021 constant CR_NEED_RESTART (line 801) | CR_NEED_RESTART CONFIGRET = 0x00000022 constant CR_NO_MORE_HW_PROFILES (line 802) | CR_NO_MORE_HW_PROFILES CONFIGRET = 0x00000023 constant CR_DEVICE_NOT_THERE (line 803) | CR_DEVICE_NOT_THERE CONFIGRET = 0x00000024 constant CR_NO_SUCH_VALUE (line 804) | CR_NO_SUCH_VALUE CONFIGRET = 0x00000025 constant CR_WRONG_TYPE (line 805) | CR_WRONG_TYPE CONFIGRET = 0x00000026 constant CR_INVALID_PRIORITY (line 806) | CR_INVALID_PRIORITY CONFIGRET = 0x00000027 constant CR_NOT_DISABLEABLE (line 807) | CR_NOT_DISABLEABLE CONFIGRET = 0x00000028 constant CR_FREE_RESOURCES (line 808) | CR_FREE_RESOURCES CONFIGRET = 0x00000029 constant CR_QUERY_VETOED (line 809) | CR_QUERY_VETOED CONFIGRET = 0x0000002A constant CR_CANT_SHARE_IRQ (line 810) | CR_CANT_SHARE_IRQ CONFIGRET = 0x0000002B constant CR_NO_DEPENDENT (line 811) | CR_NO_DEPENDENT CONFIGRET = 0x0000002C constant CR_SAME_RESOURCES (line 812) | CR_SAME_RESOURCES CONFIGRET = 0x0000002D constant CR_NO_SUCH_REGISTRY_KEY (line 813) | CR_NO_SUCH_REGISTRY_KEY CONFIGRET = 0x0000002E constant CR_INVALID_MACHINENAME (line 814) | CR_INVALID_MACHINENAME CONFIGRET = 0x0000002F constant CR_REMOTE_COMM_FAILURE (line 815) | CR_REMOTE_COMM_FAILURE CONFIGRET = 0x00000030 constant CR_MACHINE_UNAVAILABLE (line 816) | CR_MACHINE_UNAVAILABLE CONFIGRET = 0x00000031 constant CR_NO_CM_SERVICES (line 817) | CR_NO_CM_SERVICES CONFIGRET = 0x00000032 constant CR_ACCESS_DENIED (line 818) | CR_ACCESS_DENIED CONFIGRET = 0x00000033 constant CR_CALL_NOT_IMPLEMENTED (line 819) | CR_CALL_NOT_IMPLEMENTED CONFIGRET = 0x00000034 constant CR_INVALID_PROPERTY (line 820) | CR_INVALID_PROPERTY CONFIGRET = 0x00000035 constant CR_DEVICE_INTERFACE_ACTIVE (line 821) | CR_DEVICE_INTERFACE_ACTIVE CONFIGRET = 0x00000036 constant CR_NO_SUCH_DEVICE_INTERFACE (line 822) | CR_NO_SUCH_DEVICE_INTERFACE CONFIGRET = 0x00000037 constant CR_INVALID_REFERENCE_STRING (line 823) | CR_INVALID_REFERENCE_STRING CONFIGRET = 0x00000038 constant CR_INVALID_CONFLICT_LIST (line 824) | CR_INVALID_CONFLICT_LIST CONFIGRET = 0x00000039 constant CR_INVALID_INDEX (line 825) | CR_INVALID_INDEX CONFIGRET = 0x0000003A constant CR_INVALID_STRUCTURE_SIZE (line 826) | CR_INVALID_STRUCTURE_SIZE CONFIGRET = 0x0000003B constant NUM_CR_RESULTS (line 827) | NUM_CR_RESULTS CONFIGRET = 0x0000003C constant CM_GET_DEVICE_INTERFACE_LIST_PRESENT (line 831) | CM_GET_DEVICE_INTERFACE_LIST_PRESENT = 0 constant CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES (line 832) | CM_GET_DEVICE_INTERFACE_LIST_ALL_DEVICES = 1 constant DN_ROOT_ENUMERATED (line 836) | DN_ROOT_ENUMERATED = 0x00000001 constant DN_DRIVER_LOADED (line 837) | DN_DRIVER_LOADED = 0x00000002 constant DN_ENUM_LOADED (line 838) | DN_ENUM_LOADED = 0x00000004 constant DN_STARTED (line 839) | DN_STARTED = 0x00000008 constant DN_MANUAL (line 840) | DN_MANUAL = 0x00000010 constant DN_NEED_TO_ENUM (line 841) | DN_NEED_TO_ENUM = 0x00000020 constant DN_NOT_FIRST_TIME (line 842) | DN_NOT_FIRST_TIME = 0x00000040 constant DN_HARDWARE_ENUM (line 843) | DN_HARDWARE_ENUM = 0x00000080 constant DN_LIAR (line 844) | DN_LIAR = 0x00000100 constant DN_HAS_MARK (line 845) | DN_HAS_MARK = 0x00000200 constant DN_HAS_PROBLEM (line 846) | DN_HAS_PROBLEM = 0x00000400 constant DN_FILTERED (line 847) | DN_FILTERED = 0x00000800 constant DN_MOVED (line 848) | DN_MOVED = 0x00001000 constant DN_DISABLEABLE (line 849) | DN_DISABLEABLE = 0x00002000 constant DN_REMOVABLE (line 850) | DN_REMOVABLE = 0x00004000 constant DN_PRIVATE_PROBLEM (line 851) | DN_PRIVATE_PROBLEM = 0x00008000 constant DN_MF_PARENT (line 852) | DN_MF_PARENT = 0x00010000 constant DN_MF_CHILD (line 853) | DN_MF_CHILD = 0x00020000 constant DN_WILL_BE_REMOVED (line 854) | DN_WILL_BE_REMOVED = 0x00040000 constant DN_NOT_FIRST_TIMEE (line 855) | DN_NOT_FIRST_TIMEE = 0x00080000 constant DN_STOP_FREE_RES (line 856) | DN_STOP_FREE_RES = 0x00100000 constant DN_REBAL_CANDIDATE (line 857) | DN_REBAL_CANDIDATE = 0x00200000 constant DN_BAD_PARTIAL (line 858) | DN_BAD_PARTIAL = 0x00400000 constant DN_NT_ENUMERATOR (line 859) | DN_NT_ENUMERATOR = 0x00800000 constant DN_NT_DRIVER (line 860) | DN_NT_DRIVER = 0x01000000 constant DN_NEEDS_LOCKING (line 861) | DN_NEEDS_LOCKING = 0x02000000 constant DN_ARM_WAKEUP (line 862) | DN_ARM_WAKEUP = 0x04000000 constant DN_APM_ENUMERATOR (line 863) | DN_APM_ENUMERATOR = 0x08000000 constant DN_APM_DRIVER (line 864) | DN_APM_DRIVER = 0x10000000 constant DN_SILENT_INSTALL (line 865) | DN_SILENT_INSTALL = 0x20000000 constant DN_NO_SHOW_IN_DM (line 866) | DN_NO_SHOW_IN_DM = 0x40000000 constant DN_BOOT_LOG_PROB (line 867) | DN_BOOT_LOG_PROB = 0x80000000 constant DN_NEED_RESTART (line 868) | DN_NEED_RESTART = DN_LIAR constant DN_DRIVER_BLOCKED (line 869) | DN_DRIVER_BLOCKED = DN_NOT_FIRST_TIME constant DN_LEGACY_DRIVER (line 870) | DN_LEGACY_DRIVER = DN_MOVED constant DN_CHILD_WITH_INVALID_ID (line 871) | DN_CHILD_WITH_INVALID_ID = DN_HAS_MARK constant DN_DEVICE_DISCONNECTED (line 872) | DN_DEVICE_DISCONNECTED = DN_NEEDS_LOCKING constant DN_QUERY_REMOVE_PENDING (line 873) | DN_QUERY_REMOVE_PENDING = DN_MF_PARENT constant DN_QUERY_REMOVE_ACTIVE (line 874) | DN_QUERY_REMOVE_ACTIVE = DN_MF_CHILD constant DN_CHANGEABLE_FLAGS (line 875) | DN_CHANGEABLE_FLAGS = DN_NOT_FIRST_TIME | DN_HARDWARE_ENUM | DN_HAS... function SetupDiCreateDeviceInfoListEx (line 881) | func SetupDiCreateDeviceInfoListEx(classGUID *GUID, hwndParent uintptr, ... function SetupDiGetDeviceInfoListDetail (line 895) | func SetupDiGetDeviceInfoListDetail(deviceInfoSet DevInfo) (deviceInfoSe... function SetupDiCreateDeviceInfo (line 910) | func SetupDiCreateDeviceInfo(deviceInfoSet DevInfo, deviceName string, c... function SetupDiEnumDeviceInfo (line 938) | func SetupDiEnumDeviceInfo(deviceInfoSet DevInfo, memberIndex int) (*Dev... function SetupDiEnumDriverInfo (line 975) | func SetupDiEnumDriverInfo(deviceInfoSet DevInfo, deviceInfoData *DevInf... function SetupDiGetSelectedDriver (line 990) | func SetupDiGetSelectedDriver(deviceInfoSet DevInfo, deviceInfoData *Dev... function SetupDiGetDriverInfoDetail (line 1012) | func SetupDiGetDriverInfoDetail(deviceInfoSet DevInfo, deviceInfoData *D... function SetupDiGetClassDevsEx (line 1045) | func SetupDiGetClassDevsEx(classGUID *GUID, enumerator string, hwndParen... function SetupDiGetDeviceProperty (line 1082) | func SetupDiGetDeviceProperty(deviceInfoSet DevInfo, deviceInfoData *Dev... function SetupDiGetDeviceRegistryProperty (line 1107) | func SetupDiGetDeviceRegistryProperty(deviceInfoSet DevInfo, deviceInfoD... function getRegistryValue (line 1123) | func getRegistryValue(buf []byte, dataType uint32) (interface{}, error) { function bufToUTF16 (line 1175) | func bufToUTF16(buf []byte) []uint16 { function utf16ToBuf (line 1185) | func utf16ToBuf(buf []uint16) []byte { function wcslen (line 1194) | func wcslen(str []uint16) int { function SetupDiSetDeviceRegistryProperty (line 1211) | func SetupDiSetDeviceRegistryProperty(deviceInfoSet DevInfo, deviceInfoD... function SetupDiGetDeviceInstallParams (line 1234) | func SetupDiGetDeviceInstallParams(deviceInfoSet DevInfo, deviceInfoData... function SetupDiGetDeviceInstanceId (line 1249) | func SetupDiGetDeviceInstanceId(deviceInfoSet DevInfo, deviceInfoData *D... function SetupDiClassNameFromGuidEx (line 1295) | func SetupDiClassNameFromGuidEx(classGUID *GUID, machineName string) (cl... function SetupDiClassGuidsFromNameEx (line 1318) | func SetupDiClassGuidsFromNameEx(className string, machineName string) (... function SetupDiGetSelectedDevice (line 1349) | func SetupDiGetSelectedDevice(deviceInfoSet DevInfo) (*DevInfoData, erro... function SetupUninstallOEMInf (line 1372) | func SetupUninstallOEMInf(infFileName string, flags SUOI) error { function CM_Get_Device_Interface_List (line 1385) | func CM_Get_Device_Interface_List(deviceID string, interfaceClass *GUID,... function CM_Get_DevNode_Status (line 1419) | func CM_Get_DevNode_Status(status *uint32, problemNumber *uint32, devIns... FILE: vendor/golang.org/x/sys/windows/str.go function itoa (line 10) | func itoa(val int) string { // do it here rather than with fmt to avoid ... FILE: vendor/golang.org/x/sys/windows/syscall.go function ByteSliceFromString (line 38) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 50) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 60) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 70) | func BytePtrToString(p *byte) string { method Unix (line 91) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 95) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 99) | func (ts *Timespec) Nano() int64 { method Nano (line 103) | func (tv *Timeval) Nano() int64 { FILE: vendor/golang.org/x/sys/windows/syscall_windows.go type Handle (line 20) | type Handle type HWND (line 21) | type HWND constant InvalidHandle (line 24) | InvalidHandle = ^Handle(0) constant InvalidHWND (line 25) | InvalidHWND = ^HWND(0) constant DDD_EXACT_MATCH_ON_REMOVE (line 28) | DDD_EXACT_MATCH_ON_REMOVE = 0x00000004 constant DDD_NO_BROADCAST_SYSTEM (line 29) | DDD_NO_BROADCAST_SYSTEM = 0x00000008 constant DDD_RAW_TARGET_PATH (line 30) | DDD_RAW_TARGET_PATH = 0x00000001 constant DDD_REMOVE_DEFINITION (line 31) | DDD_REMOVE_DEFINITION = 0x00000002 constant DRIVE_UNKNOWN (line 34) | DRIVE_UNKNOWN = 0 constant DRIVE_NO_ROOT_DIR (line 35) | DRIVE_NO_ROOT_DIR = 1 constant DRIVE_REMOVABLE (line 36) | DRIVE_REMOVABLE = 2 constant DRIVE_FIXED (line 37) | DRIVE_FIXED = 3 constant DRIVE_REMOTE (line 38) | DRIVE_REMOTE = 4 constant DRIVE_CDROM (line 39) | DRIVE_CDROM = 5 constant DRIVE_RAMDISK (line 40) | DRIVE_RAMDISK = 6 constant FILE_CASE_SENSITIVE_SEARCH (line 43) | FILE_CASE_SENSITIVE_SEARCH = 0x00000001 constant FILE_CASE_PRESERVED_NAMES (line 44) | FILE_CASE_PRESERVED_NAMES = 0x00000002 constant FILE_FILE_COMPRESSION (line 45) | FILE_FILE_COMPRESSION = 0x00000010 constant FILE_DAX_VOLUME (line 46) | FILE_DAX_VOLUME = 0x20000000 constant FILE_NAMED_STREAMS (line 47) | FILE_NAMED_STREAMS = 0x00040000 constant FILE_PERSISTENT_ACLS (line 48) | FILE_PERSISTENT_ACLS = 0x00000008 constant FILE_READ_ONLY_VOLUME (line 49) | FILE_READ_ONLY_VOLUME = 0x00080000 constant FILE_SEQUENTIAL_WRITE_ONCE (line 50) | FILE_SEQUENTIAL_WRITE_ONCE = 0x00100000 constant FILE_SUPPORTS_ENCRYPTION (line 51) | FILE_SUPPORTS_ENCRYPTION = 0x00020000 constant FILE_SUPPORTS_EXTENDED_ATTRIBUTES (line 52) | FILE_SUPPORTS_EXTENDED_ATTRIBUTES = 0x00800000 constant FILE_SUPPORTS_HARD_LINKS (line 53) | FILE_SUPPORTS_HARD_LINKS = 0x00400000 constant FILE_SUPPORTS_OBJECT_IDS (line 54) | FILE_SUPPORTS_OBJECT_IDS = 0x00010000 constant FILE_SUPPORTS_OPEN_BY_FILE_ID (line 55) | FILE_SUPPORTS_OPEN_BY_FILE_ID = 0x01000000 constant FILE_SUPPORTS_REPARSE_POINTS (line 56) | FILE_SUPPORTS_REPARSE_POINTS = 0x00000080 constant FILE_SUPPORTS_SPARSE_FILES (line 57) | FILE_SUPPORTS_SPARSE_FILES = 0x00000040 constant FILE_SUPPORTS_TRANSACTIONS (line 58) | FILE_SUPPORTS_TRANSACTIONS = 0x00200000 constant FILE_SUPPORTS_USN_JOURNAL (line 59) | FILE_SUPPORTS_USN_JOURNAL = 0x02000000 constant FILE_UNICODE_ON_DISK (line 60) | FILE_UNICODE_ON_DISK = 0x00000004 constant FILE_VOLUME_IS_COMPRESSED (line 61) | FILE_VOLUME_IS_COMPRESSED = 0x00008000 constant FILE_VOLUME_QUOTAS (line 62) | FILE_VOLUME_QUOTAS = 0x00000020 constant LOCKFILE_FAIL_IMMEDIATELY (line 65) | LOCKFILE_FAIL_IMMEDIATELY = 0x00000001 constant LOCKFILE_EXCLUSIVE_LOCK (line 66) | LOCKFILE_EXCLUSIVE_LOCK = 0x00000002 constant WAIT_IO_COMPLETION (line 69) | WAIT_IO_COMPLETION = 0x000000C0 function StringToUTF16 (line 75) | func StringToUTF16(s string) []uint16 { function UTF16FromString (line 86) | func UTF16FromString(s string) ([]uint16, error) { function UTF16ToString (line 92) | func UTF16ToString(s []uint16) string { function StringToUTF16Ptr (line 99) | func StringToUTF16Ptr(s string) *uint16 { return &StringToUTF16(s)[0] } function UTF16PtrFromString (line 104) | func UTF16PtrFromString(s string) (*uint16, error) { function UTF16PtrToString (line 115) | func UTF16PtrToString(p *uint16) string { function Getpagesize (line 132) | func Getpagesize() int { return 4096 } function NewCallback (line 137) | func NewCallback(fn interface{}) uintptr { function NewCallbackCDecl (line 144) | func NewCallbackCDecl(fn interface{}) uintptr { function GetCurrentProcess (line 453) | func GetCurrentProcess() (Handle, error) { function CurrentProcess (line 459) | func CurrentProcess() Handle { return Handle(^uintptr(1 - 1)) } function GetCurrentThread (line 467) | func GetCurrentThread() (Handle, error) { function CurrentThread (line 473) | func CurrentThread() Handle { return Handle(^uintptr(2 - 1)) } function GetProcAddressByOrdinal (line 477) | func GetProcAddressByOrdinal(module Handle, ordinal uintptr) (proc uintp... function Exit (line 486) | func Exit(code int) { ExitProcess(uint32(code)) } function makeInheritSa (line 488) | func makeInheritSa() *SecurityAttributes { function Open (line 495) | func Open(path string, mode int, perm uint32) (fd Handle, err error) { function Read (line 545) | func Read(fd Handle, p []byte) (n int, err error) { function Write (line 558) | func Write(fd Handle, p []byte) (n int, err error) { function ReadFile (line 570) | func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped)... function WriteFile (line 581) | func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped... function Seek (line 594) | func Seek(fd Handle, offset int64, whence int) (newoffset int64, err err... function Close (line 618) | func Close(fd Handle) (err error) { function getStdHandle (line 628) | func getStdHandle(stdhandle uint32) (fd Handle) { constant ImplementsGetwd (line 633) | ImplementsGetwd = true function Getwd (line 635) | func Getwd() (wd string, err error) { function Chdir (line 644) | func Chdir(path string) (err error) { function Mkdir (line 652) | func Mkdir(path string, mode uint32) (err error) { function Rmdir (line 660) | func Rmdir(path string) (err error) { function Unlink (line 668) | func Unlink(path string) (err error) { function Rename (line 676) | func Rename(oldpath, newpath string) (err error) { function ComputerName (line 688) | func ComputerName() (name string, err error) { function DurationSinceBoot (line 698) | func DurationSinceBoot() time.Duration { function Ftruncate (line 702) | func Ftruncate(fd Handle, length int64) (err error) { function Gettimeofday (line 719) | func Gettimeofday(tv *Timeval) (err error) { function Pipe (line 726) | func Pipe(p []Handle) (err error) { function Utimes (line 740) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 760) | func UtimesNano(path string, ts []Timespec) (err error) { function Fsync (line 780) | func Fsync(fd Handle) (err error) { function Chmod (line 784) | func Chmod(path string, mode uint32) (err error) { function LoadGetSystemTimePreciseAsFileTime (line 801) | func LoadGetSystemTimePreciseAsFileTime() error { function LoadCancelIoEx (line 805) | func LoadCancelIoEx() error { function LoadSetFileCompletionNotificationModes (line 809) | func LoadSetFileCompletionNotificationModes() error { function WaitForMultipleObjects (line 813) | func WaitForMultipleObjects(handles []Handle, waitAll bool, waitMillisec... constant socket_error (line 827) | socket_error = uintptr(^uint32(0)) type RawSockaddrInet4 (line 877) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 884) | type RawSockaddrInet6 struct type RawSockaddr (line 892) | type RawSockaddr struct type RawSockaddrAny (line 897) | type RawSockaddrAny struct method Sockaddr (line 1007) | func (rsa *RawSockaddrAny) Sockaddr() (Sockaddr, error) { type Sockaddr (line 902) | type Sockaddr interface type SockaddrInet4 (line 906) | type SockaddrInet4 struct method sockaddr (line 912) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, int32, error) { type SockaddrInet6 (line 924) | type SockaddrInet6 struct method sockaddr (line 931) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, int32, error) { type RawSockaddrUnix (line 944) | type RawSockaddrUnix struct type SockaddrUnix (line 949) | type SockaddrUnix struct method sockaddr (line 954) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, int32, error) { type RawSockaddrBth (line 981) | type RawSockaddrBth struct type SockaddrBth (line 988) | type SockaddrBth struct method sockaddr (line 996) | func (sa *SockaddrBth) sockaddr() (unsafe.Pointer, int32, error) { function Socket (line 1053) | func Socket(domain, typ, proto int) (fd Handle, err error) { function SetsockoptInt (line 1060) | func SetsockoptInt(fd Handle, level, opt int, value int) (err error) { function Bind (line 1065) | func Bind(fd Handle, sa Sockaddr) (err error) { function Connect (line 1073) | func Connect(fd Handle, sa Sockaddr) (err error) { function GetBestInterfaceEx (line 1081) | func GetBestInterfaceEx(sa Sockaddr, pdwBestIfIndex *uint32) (err error) { function Getsockname (line 1089) | func Getsockname(fd Handle) (sa Sockaddr, err error) { function Getpeername (line 1098) | func Getpeername(fd Handle) (sa Sockaddr, err error) { function Listen (line 1107) | func Listen(s Handle, n int) (err error) { function Shutdown (line 1111) | func Shutdown(fd Handle, how int) (err error) { function WSASendto (line 1115) | func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flag... function LoadGetAddrInfo (line 1127) | func LoadGetAddrInfo() error { function LoadConnectEx (line 1137) | func LoadConnectEx() error { function connectEx (line 1157) | func connectEx(s Handle, name unsafe.Pointer, namelen int32, sendBuf *by... function ConnectEx (line 1169) | func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32... function loadWSASendRecvMsg (line 1188) | func loadWSASendRecvMsg() error { function WSASendMsg (line 1218) | func WSASendMsg(fd Handle, msg *WSAMsg, flags uint32, bytesSent *uint32,... function WSARecvMsg (line 1230) | func WSARecvMsg(fd Handle, msg *WSAMsg, bytesReceived *uint32, overlappe... type Rusage (line 1243) | type Rusage struct type WaitStatus (line 1250) | type WaitStatus struct method Exited (line 1254) | func (w WaitStatus) Exited() bool { return true } method ExitStatus (line 1256) | func (w WaitStatus) ExitStatus() int { return int(w.ExitCode) } method Signal (line 1258) | func (w WaitStatus) Signal() Signal { return -1 } method CoreDump (line 1260) | func (w WaitStatus) CoreDump() bool { return false } method Stopped (line 1262) | func (w WaitStatus) Stopped() bool { return false } method Continued (line 1264) | func (w WaitStatus) Continued() bool { return false } method StopSignal (line 1266) | func (w WaitStatus) StopSignal() Signal { return -1 } method Signaled (line 1268) | func (w WaitStatus) Signaled() bool { return false } method TrapCause (line 1270) | func (w WaitStatus) TrapCause() int { return -1 } type Timespec (line 1274) | type Timespec struct function TimespecToNsec (line 1279) | func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int6... function NsecToTimespec (line 1281) | func NsecToTimespec(nsec int64) (ts Timespec) { function Accept (line 1289) | func Accept(fd Handle) (nfd Handle, sa Sockaddr, err error) { return 0, ... function Recvfrom (line 1291) | func Recvfrom(fd Handle, p []byte, flags int) (n int, from Sockaddr, err... function Sendto (line 1303) | func Sendto(fd Handle, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptTimeval (line 1311) | func SetsockoptTimeval(fd Handle, level, opt int, tv *Timeval) (err erro... type Linger (line 1320) | type Linger struct type sysLinger (line 1325) | type sysLinger struct type IPMreq (line 1330) | type IPMreq struct type IPv6Mreq (line 1335) | type IPv6Mreq struct function GetsockoptInt (line 1340) | func GetsockoptInt(fd Handle, level, opt int) (int, error) { function SetsockoptLinger (line 1347) | func SetsockoptLinger(fd Handle, level, opt int, l *Linger) (err error) { function SetsockoptInet4Addr (line 1352) | func SetsockoptInet4Addr(fd Handle, level, opt int, value [4]byte) (err ... function SetsockoptIPMreq (line 1355) | func SetsockoptIPMreq(fd Handle, level, opt int, mreq *IPMreq) (err erro... function SetsockoptIPv6Mreq (line 1358) | func SetsockoptIPv6Mreq(fd Handle, level, opt int, mreq *IPv6Mreq) (err ... function EnumProcesses (line 1362) | func EnumProcesses(processIds []uint32, bytesReturned *uint32) error { function Getpid (line 1373) | func Getpid() (pid int) { return int(GetCurrentProcessId()) } function FindFirstFile (line 1375) | func FindFirstFile(name *uint16, data *Win32finddata) (handle Handle, er... function FindNextFile (line 1392) | func FindNextFile(handle Handle, data *Win32finddata) (err error) { function getProcessEntry (line 1401) | func getProcessEntry(pid int) (*ProcessEntry32, error) { function Getppid (line 1423) | func Getppid() (ppid int) { function Fchdir (line 1432) | func Fchdir(fd Handle) (err error) { return syscall.EWINDOWS } function Link (line 1433) | func Link(oldpath, newpath string) (err error) { return syscall.EWINDOWS } function Symlink (line 1434) | func Symlink(path, link string) (err error) { return syscall.EWINDOWS } function Fchmod (line 1436) | func Fchmod(fd Handle, mode uint32) (err error) { return syscall.... function Chown (line 1437) | func Chown(path string, uid int, gid int) (err error) { return syscall.... function Lchown (line 1438) | func Lchown(path string, uid int, gid int) (err error) { return syscall.... function Fchown (line 1439) | func Fchown(fd Handle, uid int, gid int) (err error) { return syscall.... function Getuid (line 1441) | func Getuid() (uid int) { return -1 } function Geteuid (line 1442) | func Geteuid() (euid int) { return -1 } function Getgid (line 1443) | func Getgid() (gid int) { return -1 } function Getegid (line 1444) | func Getegid() (egid int) { return -1 } function Getgroups (line 1445) | func Getgroups() (gids []int, err error) { return nil, syscall.EWINDOWS } type Signal (line 1447) | type Signal method Signal (line 1449) | func (s Signal) Signal() {} method String (line 1451) | func (s Signal) String() string { function LoadCreateSymbolicLink (line 1461) | func LoadCreateSymbolicLink() error { function Readlink (line 1466) | func Readlink(path string, buf []byte) (n int, err error) { function GUIDFromString (line 1504) | func GUIDFromString(str string) (GUID, error) { function GenerateGUID (line 1518) | func GenerateGUID() (GUID, error) { method String (line 1529) | func (guid GUID) String() string { function KnownFolderPath (line 1540) | func KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (string, err... method KnownFolderPath (line 1546) | func (t Token) KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (s... function RtlGetVersion (line 1558) | func RtlGetVersion() *OsVersionInfoEx { function RtlGetNtVersionNumbers (line 1571) | func RtlGetNtVersionNumbers() (majorVersion, minorVersion, buildNumber u... function GetProcessPreferredUILanguages (line 1578) | func GetProcessPreferredUILanguages(flags uint32) ([]string, error) { function GetThreadPreferredUILanguages (line 1583) | func GetThreadPreferredUILanguages(flags uint32) ([]string, error) { function GetUserPreferredUILanguages (line 1588) | func GetUserPreferredUILanguages(flags uint32) ([]string, error) { function GetSystemPreferredUILanguages (line 1593) | func GetSystemPreferredUILanguages(flags uint32) ([]string, error) { function getUILanguages (line 1597) | func getUILanguages(flags uint32, f func(flags uint32, numLanguages *uin... function SetConsoleCursorPosition (line 1628) | func SetConsoleCursorPosition(console Handle, position Coord) error { function GetStartupInfo (line 1632) | func GetStartupInfo(startupInfo *StartupInfo) error { method Errno (line 1637) | func (s NTStatus) Errno() syscall.Errno { function langID (line 1641) | func langID(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pr... method Error (line 1643) | func (s NTStatus) Error() string { function NewNTUnicodeString (line 1659) | func NewNTUnicodeString(s string) (*NTUnicodeString, error) { method Slice (line 1670) | func (s *NTUnicodeString) Slice() []uint16 { method String (line 1675) | func (s *NTUnicodeString) String() string { function NewNTString (line 1683) | func NewNTString(s string) (*NTString, error) { method Slice (line 1694) | func (s *NTString) Slice() []byte { method String (line 1699) | func (s *NTString) String() string { function FindResource (line 1704) | func FindResource(module Handle, name, resType ResourceIDOrString) (Hand... function LoadResourceData (line 1735) | func LoadResourceData(module, resInfo Handle) (data []byte, err error) { type PSAPI_WORKING_SET_EX_BLOCK (line 1753) | type PSAPI_WORKING_SET_EX_BLOCK method Valid (line 1757) | func (b PSAPI_WORKING_SET_EX_BLOCK) Valid() bool { method ShareCount (line 1762) | func (b PSAPI_WORKING_SET_EX_BLOCK) ShareCount() uint64 { method Win32Protection (line 1768) | func (b PSAPI_WORKING_SET_EX_BLOCK) Win32Protection() uint64 { method Shared (line 1774) | func (b PSAPI_WORKING_SET_EX_BLOCK) Shared() bool { method Node (line 1779) | func (b PSAPI_WORKING_SET_EX_BLOCK) Node() uint64 { method Locked (line 1785) | func (b PSAPI_WORKING_SET_EX_BLOCK) Locked() bool { method LargePage (line 1791) | func (b PSAPI_WORKING_SET_EX_BLOCK) LargePage() bool { method Bad (line 1797) | func (b PSAPI_WORKING_SET_EX_BLOCK) Bad() bool { method intField (line 1802) | func (b PSAPI_WORKING_SET_EX_BLOCK) intField(start, length int) uint64 { type PSAPI_WORKING_SET_EX_INFORMATION (line 1813) | type PSAPI_WORKING_SET_EX_INFORMATION struct function CreatePseudoConsole (line 1821) | func CreatePseudoConsole(size Coord, in Handle, out Handle, flags uint32... function ResizePseudoConsole (line 1828) | func ResizePseudoConsole(pconsole Handle, size Coord) error { FILE: vendor/golang.org/x/sys/windows/types_windows.go type NTStatus (line 15) | type NTStatus constant O_RDONLY (line 19) | O_RDONLY = 0x00000 constant O_WRONLY (line 20) | O_WRONLY = 0x00001 constant O_RDWR (line 21) | O_RDWR = 0x00002 constant O_CREAT (line 22) | O_CREAT = 0x00040 constant O_EXCL (line 23) | O_EXCL = 0x00080 constant O_NOCTTY (line 24) | O_NOCTTY = 0x00100 constant O_TRUNC (line 25) | O_TRUNC = 0x00200 constant O_NONBLOCK (line 26) | O_NONBLOCK = 0x00800 constant O_APPEND (line 27) | O_APPEND = 0x00400 constant O_SYNC (line 28) | O_SYNC = 0x01000 constant O_ASYNC (line 29) | O_ASYNC = 0x02000 constant O_CLOEXEC (line 30) | O_CLOEXEC = 0x80000 constant SIGHUP (line 35) | SIGHUP = Signal(0x1) constant SIGINT (line 36) | SIGINT = Signal(0x2) constant SIGQUIT (line 37) | SIGQUIT = Signal(0x3) constant SIGILL (line 38) | SIGILL = Signal(0x4) constant SIGTRAP (line 39) | SIGTRAP = Signal(0x5) constant SIGABRT (line 40) | SIGABRT = Signal(0x6) constant SIGBUS (line 41) | SIGBUS = Signal(0x7) constant SIGFPE (line 42) | SIGFPE = Signal(0x8) constant SIGKILL (line 43) | SIGKILL = Signal(0x9) constant SIGSEGV (line 44) | SIGSEGV = Signal(0xb) constant SIGPIPE (line 45) | SIGPIPE = Signal(0xd) constant SIGALRM (line 46) | SIGALRM = Signal(0xe) constant SIGTERM (line 47) | SIGTERM = Signal(0xf) constant FILE_READ_DATA (line 69) | FILE_READ_DATA = 0x00000001 constant FILE_READ_ATTRIBUTES (line 70) | FILE_READ_ATTRIBUTES = 0x00000080 constant FILE_READ_EA (line 71) | FILE_READ_EA = 0x00000008 constant FILE_WRITE_DATA (line 72) | FILE_WRITE_DATA = 0x00000002 constant FILE_WRITE_ATTRIBUTES (line 73) | FILE_WRITE_ATTRIBUTES = 0x00000100 constant FILE_WRITE_EA (line 74) | FILE_WRITE_EA = 0x00000010 constant FILE_APPEND_DATA (line 75) | FILE_APPEND_DATA = 0x00000004 constant FILE_EXECUTE (line 76) | FILE_EXECUTE = 0x00000020 constant FILE_GENERIC_READ (line 78) | FILE_GENERIC_READ = STANDARD_RIGHTS_READ | FILE_READ_DATA | FILE_READ... constant FILE_GENERIC_WRITE (line 79) | FILE_GENERIC_WRITE = STANDARD_RIGHTS_WRITE | FILE_WRITE_DATA | FILE_WR... constant FILE_GENERIC_EXECUTE (line 80) | FILE_GENERIC_EXECUTE = STANDARD_RIGHTS_EXECUTE | FILE_READ_ATTRIBUTES | ... constant FILE_LIST_DIRECTORY (line 82) | FILE_LIST_DIRECTORY = 0x00000001 constant FILE_TRAVERSE (line 83) | FILE_TRAVERSE = 0x00000020 constant FILE_SHARE_READ (line 85) | FILE_SHARE_READ = 0x00000001 constant FILE_SHARE_WRITE (line 86) | FILE_SHARE_WRITE = 0x00000002 constant FILE_SHARE_DELETE (line 87) | FILE_SHARE_DELETE = 0x00000004 constant FILE_ATTRIBUTE_READONLY (line 89) | FILE_ATTRIBUTE_READONLY = 0x00000001 constant FILE_ATTRIBUTE_HIDDEN (line 90) | FILE_ATTRIBUTE_HIDDEN = 0x00000002 constant FILE_ATTRIBUTE_SYSTEM (line 91) | FILE_ATTRIBUTE_SYSTEM = 0x00000004 constant FILE_ATTRIBUTE_DIRECTORY (line 92) | FILE_ATTRIBUTE_DIRECTORY = 0x00000010 constant FILE_ATTRIBUTE_ARCHIVE (line 93) | FILE_ATTRIBUTE_ARCHIVE = 0x00000020 constant FILE_ATTRIBUTE_DEVICE (line 94) | FILE_ATTRIBUTE_DEVICE = 0x00000040 constant FILE_ATTRIBUTE_NORMAL (line 95) | FILE_ATTRIBUTE_NORMAL = 0x00000080 constant FILE_ATTRIBUTE_TEMPORARY (line 96) | FILE_ATTRIBUTE_TEMPORARY = 0x00000100 constant FILE_ATTRIBUTE_SPARSE_FILE (line 97) | FILE_ATTRIBUTE_SPARSE_FILE = 0x00000200 constant FILE_ATTRIBUTE_REPARSE_POINT (line 98) | FILE_ATTRIBUTE_REPARSE_POINT = 0x00000400 constant FILE_ATTRIBUTE_COMPRESSED (line 99) | FILE_ATTRIBUTE_COMPRESSED = 0x00000800 constant FILE_ATTRIBUTE_OFFLINE (line 100) | FILE_ATTRIBUTE_OFFLINE = 0x00001000 constant FILE_ATTRIBUTE_NOT_CONTENT_INDEXED (line 101) | FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = 0x00002000 constant FILE_ATTRIBUTE_ENCRYPTED (line 102) | FILE_ATTRIBUTE_ENCRYPTED = 0x00004000 constant FILE_ATTRIBUTE_INTEGRITY_STREAM (line 103) | FILE_ATTRIBUTE_INTEGRITY_STREAM = 0x00008000 constant FILE_ATTRIBUTE_VIRTUAL (line 104) | FILE_ATTRIBUTE_VIRTUAL = 0x00010000 constant FILE_ATTRIBUTE_NO_SCRUB_DATA (line 105) | FILE_ATTRIBUTE_NO_SCRUB_DATA = 0x00020000 constant FILE_ATTRIBUTE_RECALL_ON_OPEN (line 106) | FILE_ATTRIBUTE_RECALL_ON_OPEN = 0x00040000 constant FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS (line 107) | FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS = 0x00400000 constant INVALID_FILE_ATTRIBUTES (line 109) | INVALID_FILE_ATTRIBUTES = 0xffffffff constant CREATE_NEW (line 111) | CREATE_NEW = 1 constant CREATE_ALWAYS (line 112) | CREATE_ALWAYS = 2 constant OPEN_EXISTING (line 113) | OPEN_EXISTING = 3 constant OPEN_ALWAYS (line 114) | OPEN_ALWAYS = 4 constant TRUNCATE_EXISTING (line 115) | TRUNCATE_EXISTING = 5 constant FILE_FLAG_OPEN_REQUIRING_OPLOCK (line 117) | FILE_FLAG_OPEN_REQUIRING_OPLOCK = 0x00040000 constant FILE_FLAG_FIRST_PIPE_INSTANCE (line 118) | FILE_FLAG_FIRST_PIPE_INSTANCE = 0x00080000 constant FILE_FLAG_OPEN_NO_RECALL (line 119) | FILE_FLAG_OPEN_NO_RECALL = 0x00100000 constant FILE_FLAG_OPEN_REPARSE_POINT (line 120) | FILE_FLAG_OPEN_REPARSE_POINT = 0x00200000 constant FILE_FLAG_SESSION_AWARE (line 121) | FILE_FLAG_SESSION_AWARE = 0x00800000 constant FILE_FLAG_POSIX_SEMANTICS (line 122) | FILE_FLAG_POSIX_SEMANTICS = 0x01000000 constant FILE_FLAG_BACKUP_SEMANTICS (line 123) | FILE_FLAG_BACKUP_SEMANTICS = 0x02000000 constant FILE_FLAG_DELETE_ON_CLOSE (line 124) | FILE_FLAG_DELETE_ON_CLOSE = 0x04000000 constant FILE_FLAG_SEQUENTIAL_SCAN (line 125) | FILE_FLAG_SEQUENTIAL_SCAN = 0x08000000 constant FILE_FLAG_RANDOM_ACCESS (line 126) | FILE_FLAG_RANDOM_ACCESS = 0x10000000 constant FILE_FLAG_NO_BUFFERING (line 127) | FILE_FLAG_NO_BUFFERING = 0x20000000 constant FILE_FLAG_OVERLAPPED (line 128) | FILE_FLAG_OVERLAPPED = 0x40000000 constant FILE_FLAG_WRITE_THROUGH (line 129) | FILE_FLAG_WRITE_THROUGH = 0x80000000 constant HANDLE_FLAG_INHERIT (line 131) | HANDLE_FLAG_INHERIT = 0x00000001 constant STARTF_USESTDHANDLES (line 132) | STARTF_USESTDHANDLES = 0x00000100 constant STARTF_USESHOWWINDOW (line 133) | STARTF_USESHOWWINDOW = 0x00000001 constant DUPLICATE_CLOSE_SOURCE (line 134) | DUPLICATE_CLOSE_SOURCE = 0x00000001 constant DUPLICATE_SAME_ACCESS (line 135) | DUPLICATE_SAME_ACCESS = 0x00000002 constant STD_INPUT_HANDLE (line 137) | STD_INPUT_HANDLE = -10 & (1<<32 - 1) constant STD_OUTPUT_HANDLE (line 138) | STD_OUTPUT_HANDLE = -11 & (1<<32 - 1) constant STD_ERROR_HANDLE (line 139) | STD_ERROR_HANDLE = -12 & (1<<32 - 1) constant FILE_BEGIN (line 141) | FILE_BEGIN = 0 constant FILE_CURRENT (line 142) | FILE_CURRENT = 1 constant FILE_END (line 143) | FILE_END = 2 constant LANG_ENGLISH (line 145) | LANG_ENGLISH = 0x09 constant SUBLANG_ENGLISH_US (line 146) | SUBLANG_ENGLISH_US = 0x01 constant FORMAT_MESSAGE_ALLOCATE_BUFFER (line 148) | FORMAT_MESSAGE_ALLOCATE_BUFFER = 256 constant FORMAT_MESSAGE_IGNORE_INSERTS (line 149) | FORMAT_MESSAGE_IGNORE_INSERTS = 512 constant FORMAT_MESSAGE_FROM_STRING (line 150) | FORMAT_MESSAGE_FROM_STRING = 1024 constant FORMAT_MESSAGE_FROM_HMODULE (line 151) | FORMAT_MESSAGE_FROM_HMODULE = 2048 constant FORMAT_MESSAGE_FROM_SYSTEM (line 152) | FORMAT_MESSAGE_FROM_SYSTEM = 4096 constant FORMAT_MESSAGE_ARGUMENT_ARRAY (line 153) | FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192 constant FORMAT_MESSAGE_MAX_WIDTH_MASK (line 154) | FORMAT_MESSAGE_MAX_WIDTH_MASK = 255 constant MAX_PATH (line 156) | MAX_PATH = 260 constant MAX_LONG_PATH (line 157) | MAX_LONG_PATH = 32768 constant MAX_MODULE_NAME32 (line 159) | MAX_MODULE_NAME32 = 255 constant MAX_COMPUTERNAME_LENGTH (line 161) | MAX_COMPUTERNAME_LENGTH = 15 constant MAX_DHCPV6_DUID_LENGTH (line 163) | MAX_DHCPV6_DUID_LENGTH = 130 constant MAX_DNS_SUFFIX_STRING_LENGTH (line 165) | MAX_DNS_SUFFIX_STRING_LENGTH = 256 constant TIME_ZONE_ID_UNKNOWN (line 167) | TIME_ZONE_ID_UNKNOWN = 0 constant TIME_ZONE_ID_STANDARD (line 168) | TIME_ZONE_ID_STANDARD = 1 constant TIME_ZONE_ID_DAYLIGHT (line 170) | TIME_ZONE_ID_DAYLIGHT = 2 constant IGNORE (line 171) | IGNORE = 0 constant INFINITE (line 172) | INFINITE = 0xffffffff constant WAIT_ABANDONED (line 174) | WAIT_ABANDONED = 0x00000080 constant WAIT_OBJECT_0 (line 175) | WAIT_OBJECT_0 = 0x00000000 constant WAIT_FAILED (line 176) | WAIT_FAILED = 0xFFFFFFFF constant PROCESS_CREATE_PROCESS (line 179) | PROCESS_CREATE_PROCESS = 0x0080 constant PROCESS_CREATE_THREAD (line 180) | PROCESS_CREATE_THREAD = 0x0002 constant PROCESS_DUP_HANDLE (line 181) | PROCESS_DUP_HANDLE = 0x0040 constant PROCESS_QUERY_INFORMATION (line 182) | PROCESS_QUERY_INFORMATION = 0x0400 constant PROCESS_QUERY_LIMITED_INFORMATION (line 183) | PROCESS_QUERY_LIMITED_INFORMATION = 0x1000 constant PROCESS_SET_INFORMATION (line 184) | PROCESS_SET_INFORMATION = 0x0200 constant PROCESS_SET_QUOTA (line 185) | PROCESS_SET_QUOTA = 0x0100 constant PROCESS_SUSPEND_RESUME (line 186) | PROCESS_SUSPEND_RESUME = 0x0800 constant PROCESS_TERMINATE (line 187) | PROCESS_TERMINATE = 0x0001 constant PROCESS_VM_OPERATION (line 188) | PROCESS_VM_OPERATION = 0x0008 constant PROCESS_VM_READ (line 189) | PROCESS_VM_READ = 0x0010 constant PROCESS_VM_WRITE (line 190) | PROCESS_VM_WRITE = 0x0020 constant THREAD_DIRECT_IMPERSONATION (line 193) | THREAD_DIRECT_IMPERSONATION = 0x0200 constant THREAD_GET_CONTEXT (line 194) | THREAD_GET_CONTEXT = 0x0008 constant THREAD_IMPERSONATE (line 195) | THREAD_IMPERSONATE = 0x0100 constant THREAD_QUERY_INFORMATION (line 196) | THREAD_QUERY_INFORMATION = 0x0040 constant THREAD_QUERY_LIMITED_INFORMATION (line 197) | THREAD_QUERY_LIMITED_INFORMATION = 0x0800 constant THREAD_SET_CONTEXT (line 198) | THREAD_SET_CONTEXT = 0x0010 constant THREAD_SET_INFORMATION (line 199) | THREAD_SET_INFORMATION = 0x0020 constant THREAD_SET_LIMITED_INFORMATION (line 200) | THREAD_SET_LIMITED_INFORMATION = 0x0400 constant THREAD_SET_THREAD_TOKEN (line 201) | THREAD_SET_THREAD_TOKEN = 0x0080 constant THREAD_SUSPEND_RESUME (line 202) | THREAD_SUSPEND_RESUME = 0x0002 constant THREAD_TERMINATE (line 203) | THREAD_TERMINATE = 0x0001 constant FILE_MAP_COPY (line 205) | FILE_MAP_COPY = 0x01 constant FILE_MAP_WRITE (line 206) | FILE_MAP_WRITE = 0x02 constant FILE_MAP_READ (line 207) | FILE_MAP_READ = 0x04 constant FILE_MAP_EXECUTE (line 208) | FILE_MAP_EXECUTE = 0x20 constant CTRL_C_EVENT (line 210) | CTRL_C_EVENT = 0 constant CTRL_BREAK_EVENT (line 211) | CTRL_BREAK_EVENT = 1 constant CTRL_CLOSE_EVENT (line 212) | CTRL_CLOSE_EVENT = 2 constant CTRL_LOGOFF_EVENT (line 213) | CTRL_LOGOFF_EVENT = 5 constant CTRL_SHUTDOWN_EVENT (line 214) | CTRL_SHUTDOWN_EVENT = 6 constant APPLICATION_ERROR (line 217) | APPLICATION_ERROR = 1 << 29 constant CREATE_BREAKAWAY_FROM_JOB (line 222) | CREATE_BREAKAWAY_FROM_JOB = 0x01000000 constant CREATE_DEFAULT_ERROR_MODE (line 223) | CREATE_DEFAULT_ERROR_MODE = 0x04000000 constant CREATE_NEW_CONSOLE (line 224) | CREATE_NEW_CONSOLE = 0x00000010 constant CREATE_NEW_PROCESS_GROUP (line 225) | CREATE_NEW_PROCESS_GROUP = 0x00000200 constant CREATE_NO_WINDOW (line 226) | CREATE_NO_WINDOW = 0x08000000 constant CREATE_PROTECTED_PROCESS (line 227) | CREATE_PROTECTED_PROCESS = 0x00040000 constant CREATE_PRESERVE_CODE_AUTHZ_LEVEL (line 228) | CREATE_PRESERVE_CODE_AUTHZ_LEVEL = 0x02000000 constant CREATE_SEPARATE_WOW_VDM (line 229) | CREATE_SEPARATE_WOW_VDM = 0x00000800 constant CREATE_SHARED_WOW_VDM (line 230) | CREATE_SHARED_WOW_VDM = 0x00001000 constant CREATE_SUSPENDED (line 231) | CREATE_SUSPENDED = 0x00000004 constant CREATE_UNICODE_ENVIRONMENT (line 232) | CREATE_UNICODE_ENVIRONMENT = 0x00000400 constant DEBUG_ONLY_THIS_PROCESS (line 233) | DEBUG_ONLY_THIS_PROCESS = 0x00000002 constant DEBUG_PROCESS (line 234) | DEBUG_PROCESS = 0x00000001 constant DETACHED_PROCESS (line 235) | DETACHED_PROCESS = 0x00000008 constant EXTENDED_STARTUPINFO_PRESENT (line 236) | EXTENDED_STARTUPINFO_PRESENT = 0x00080000 constant INHERIT_PARENT_AFFINITY (line 237) | INHERIT_PARENT_AFFINITY = 0x00010000 constant PROC_THREAD_ATTRIBUTE_PARENT_PROCESS (line 242) | PROC_THREAD_ATTRIBUTE_PARENT_PROCESS = 0x00020000 constant PROC_THREAD_ATTRIBUTE_HANDLE_LIST (line 243) | PROC_THREAD_ATTRIBUTE_HANDLE_LIST = 0x00020002 constant PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY (line 244) | PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY = 0x00030003 constant PROC_THREAD_ATTRIBUTE_PREFERRED_NODE (line 245) | PROC_THREAD_ATTRIBUTE_PREFERRED_NODE = 0x00020004 constant PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR (line 246) | PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR = 0x00030005 constant PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY (line 247) | PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY = 0x00020007 constant PROC_THREAD_ATTRIBUTE_UMS_THREAD (line 248) | PROC_THREAD_ATTRIBUTE_UMS_THREAD = 0x00030006 constant PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL (line 249) | PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL = 0x0002000b constant PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE (line 250) | PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE = 0x00020016 constant TH32CS_SNAPHEAPLIST (line 255) | TH32CS_SNAPHEAPLIST = 0x01 constant TH32CS_SNAPPROCESS (line 256) | TH32CS_SNAPPROCESS = 0x02 constant TH32CS_SNAPTHREAD (line 257) | TH32CS_SNAPTHREAD = 0x04 constant TH32CS_SNAPMODULE (line 258) | TH32CS_SNAPMODULE = 0x08 constant TH32CS_SNAPMODULE32 (line 259) | TH32CS_SNAPMODULE32 = 0x10 constant TH32CS_SNAPALL (line 260) | TH32CS_SNAPALL = TH32CS_SNAPHEAPLIST | TH32CS_SNAPMODULE | TH32CS_S... constant TH32CS_INHERIT (line 261) | TH32CS_INHERIT = 0x80000000 constant LIST_MODULES_32BIT (line 266) | LIST_MODULES_32BIT = 0x01 constant LIST_MODULES_64BIT (line 267) | LIST_MODULES_64BIT = 0x02 constant LIST_MODULES_ALL (line 268) | LIST_MODULES_ALL = 0x03 constant LIST_MODULES_DEFAULT (line 269) | LIST_MODULES_DEFAULT = 0x00 constant FILE_NOTIFY_CHANGE_FILE_NAME (line 274) | FILE_NOTIFY_CHANGE_FILE_NAME = 0x001 constant FILE_NOTIFY_CHANGE_DIR_NAME (line 275) | FILE_NOTIFY_CHANGE_DIR_NAME = 0x002 constant FILE_NOTIFY_CHANGE_ATTRIBUTES (line 276) | FILE_NOTIFY_CHANGE_ATTRIBUTES = 0x004 constant FILE_NOTIFY_CHANGE_SIZE (line 277) | FILE_NOTIFY_CHANGE_SIZE = 0x008 constant FILE_NOTIFY_CHANGE_LAST_WRITE (line 278) | FILE_NOTIFY_CHANGE_LAST_WRITE = 0x010 constant FILE_NOTIFY_CHANGE_LAST_ACCESS (line 279) | FILE_NOTIFY_CHANGE_LAST_ACCESS = 0x020 constant FILE_NOTIFY_CHANGE_CREATION (line 280) | FILE_NOTIFY_CHANGE_CREATION = 0x040 constant FILE_NOTIFY_CHANGE_SECURITY (line 281) | FILE_NOTIFY_CHANGE_SECURITY = 0x100 constant FILE_ACTION_ADDED (line 286) | FILE_ACTION_ADDED = iota + 1 constant FILE_ACTION_REMOVED (line 287) | FILE_ACTION_REMOVED constant FILE_ACTION_MODIFIED (line 288) | FILE_ACTION_MODIFIED constant FILE_ACTION_RENAMED_OLD_NAME (line 289) | FILE_ACTION_RENAMED_OLD_NAME constant FILE_ACTION_RENAMED_NEW_NAME (line 290) | FILE_ACTION_RENAMED_NEW_NAME constant PROV_RSA_FULL (line 296) | PROV_RSA_FULL = 1 constant PROV_RSA_SIG (line 297) | PROV_RSA_SIG = 2 constant PROV_DSS (line 298) | PROV_DSS = 3 constant PROV_FORTEZZA (line 299) | PROV_FORTEZZA = 4 constant PROV_MS_EXCHANGE (line 300) | PROV_MS_EXCHANGE = 5 constant PROV_SSL (line 301) | PROV_SSL = 6 constant PROV_RSA_SCHANNEL (line 302) | PROV_RSA_SCHANNEL = 12 constant PROV_DSS_DH (line 303) | PROV_DSS_DH = 13 constant PROV_EC_ECDSA_SIG (line 304) | PROV_EC_ECDSA_SIG = 14 constant PROV_EC_ECNRA_SIG (line 305) | PROV_EC_ECNRA_SIG = 15 constant PROV_EC_ECDSA_FULL (line 306) | PROV_EC_ECDSA_FULL = 16 constant PROV_EC_ECNRA_FULL (line 307) | PROV_EC_ECNRA_FULL = 17 constant PROV_DH_SCHANNEL (line 308) | PROV_DH_SCHANNEL = 18 constant PROV_SPYRUS_LYNKS (line 309) | PROV_SPYRUS_LYNKS = 20 constant PROV_RNG (line 310) | PROV_RNG = 21 constant PROV_INTEL_SEC (line 311) | PROV_INTEL_SEC = 22 constant PROV_REPLACE_OWF (line 312) | PROV_REPLACE_OWF = 23 constant PROV_RSA_AES (line 313) | PROV_RSA_AES = 24 constant CRYPT_VERIFYCONTEXT (line 316) | CRYPT_VERIFYCONTEXT = 0xF0000000 constant CRYPT_NEWKEYSET (line 317) | CRYPT_NEWKEYSET = 0x00000008 constant CRYPT_DELETEKEYSET (line 318) | CRYPT_DELETEKEYSET = 0x00000010 constant CRYPT_MACHINE_KEYSET (line 319) | CRYPT_MACHINE_KEYSET = 0x00000020 constant CRYPT_SILENT (line 320) | CRYPT_SILENT = 0x00000040 constant CRYPT_DEFAULT_CONTAINER_OPTIONAL (line 321) | CRYPT_DEFAULT_CONTAINER_OPTIONAL = 0x00000080 constant CRYPT_EXPORTABLE (line 324) | CRYPT_EXPORTABLE = 0x00000001 constant CRYPT_USER_PROTECTED (line 325) | CRYPT_USER_PROTECTED = 0x00000002 constant CRYPT_USER_KEYSET (line 326) | CRYPT_USER_KEYSET = 0x00001000 constant PKCS12_PREFER_CNG_KSP (line 327) | PKCS12_PREFER_CNG_KSP = 0x00000100 constant PKCS12_ALWAYS_CNG_KSP (line 328) | PKCS12_ALWAYS_CNG_KSP = 0x00000200 constant PKCS12_ALLOW_OVERWRITE_KEY (line 329) | PKCS12_ALLOW_OVERWRITE_KEY = 0x00004000 constant PKCS12_NO_PERSIST_KEY (line 330) | PKCS12_NO_PERSIST_KEY = 0x00008000 constant PKCS12_INCLUDE_EXTENDED_PROPERTIES (line 331) | PKCS12_INCLUDE_EXTENDED_PROPERTIES = 0x00000010 constant CRYPT_ACQUIRE_CACHE_FLAG (line 334) | CRYPT_ACQUIRE_CACHE_FLAG = 0x00000001 constant CRYPT_ACQUIRE_USE_PROV_INFO_FLAG (line 335) | CRYPT_ACQUIRE_USE_PROV_INFO_FLAG = 0x00000002 constant CRYPT_ACQUIRE_COMPARE_KEY_FLAG (line 336) | CRYPT_ACQUIRE_COMPARE_KEY_FLAG = 0x00000004 constant CRYPT_ACQUIRE_NO_HEALING (line 337) | CRYPT_ACQUIRE_NO_HEALING = 0x00000008 constant CRYPT_ACQUIRE_SILENT_FLAG (line 338) | CRYPT_ACQUIRE_SILENT_FLAG = 0x00000040 constant CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG (line 339) | CRYPT_ACQUIRE_WINDOW_HANDLE_FLAG = 0x00000080 constant CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK (line 340) | CRYPT_ACQUIRE_NCRYPT_KEY_FLAGS_MASK = 0x00070000 constant CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG (line 341) | CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG = 0x00010000 constant CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG (line 342) | CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG = 0x00020000 constant CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG (line 343) | CRYPT_ACQUIRE_ONLY_NCRYPT_KEY_FLAG = 0x00040000 constant AT_KEYEXCHANGE (line 346) | AT_KEYEXCHANGE = 1 constant AT_SIGNATURE (line 347) | AT_SIGNATURE = 2 constant CERT_NCRYPT_KEY_SPEC (line 348) | CERT_NCRYPT_KEY_SPEC = 0xFFFFFFFF constant USAGE_MATCH_TYPE_AND (line 351) | USAGE_MATCH_TYPE_AND = 0 constant USAGE_MATCH_TYPE_OR (line 352) | USAGE_MATCH_TYPE_OR = 1 constant X509_ASN_ENCODING (line 355) | X509_ASN_ENCODING = 0x00000001 constant PKCS_7_ASN_ENCODING (line 356) | PKCS_7_ASN_ENCODING = 0x00010000 constant CERT_STORE_PROV_MSG (line 359) | CERT_STORE_PROV_MSG = 1 constant CERT_STORE_PROV_MEMORY (line 360) | CERT_STORE_PROV_MEMORY = 2 constant CERT_STORE_PROV_FILE (line 361) | CERT_STORE_PROV_FILE = 3 constant CERT_STORE_PROV_REG (line 362) | CERT_STORE_PROV_REG = 4 constant CERT_STORE_PROV_PKCS7 (line 363) | CERT_STORE_PROV_PKCS7 = 5 constant CERT_STORE_PROV_SERIALIZED (line 364) | CERT_STORE_PROV_SERIALIZED = 6 constant CERT_STORE_PROV_FILENAME_A (line 365) | CERT_STORE_PROV_FILENAME_A = 7 constant CERT_STORE_PROV_FILENAME_W (line 366) | CERT_STORE_PROV_FILENAME_W = 8 constant CERT_STORE_PROV_FILENAME (line 367) | CERT_STORE_PROV_FILENAME = CERT_STORE_PROV_FILENAME_W constant CERT_STORE_PROV_SYSTEM_A (line 368) | CERT_STORE_PROV_SYSTEM_A = 9 constant CERT_STORE_PROV_SYSTEM_W (line 369) | CERT_STORE_PROV_SYSTEM_W = 10 constant CERT_STORE_PROV_SYSTEM (line 370) | CERT_STORE_PROV_SYSTEM = CERT_STORE_PROV_SYSTEM_W constant CERT_STORE_PROV_COLLECTION (line 371) | CERT_STORE_PROV_COLLECTION = 11 constant CERT_STORE_PROV_SYSTEM_REGISTRY_A (line 372) | CERT_STORE_PROV_SYSTEM_REGISTRY_A = 12 constant CERT_STORE_PROV_SYSTEM_REGISTRY_W (line 373) | CERT_STORE_PROV_SYSTEM_REGISTRY_W = 13 constant CERT_STORE_PROV_SYSTEM_REGISTRY (line 374) | CERT_STORE_PROV_SYSTEM_REGISTRY = CERT_STORE_PROV_SYSTEM_REGISTRY_W constant CERT_STORE_PROV_PHYSICAL_W (line 375) | CERT_STORE_PROV_PHYSICAL_W = 14 constant CERT_STORE_PROV_PHYSICAL (line 376) | CERT_STORE_PROV_PHYSICAL = CERT_STORE_PROV_PHYSICAL_W constant CERT_STORE_PROV_SMART_CARD_W (line 377) | CERT_STORE_PROV_SMART_CARD_W = 15 constant CERT_STORE_PROV_SMART_CARD (line 378) | CERT_STORE_PROV_SMART_CARD = CERT_STORE_PROV_SMART_CARD_W constant CERT_STORE_PROV_LDAP_W (line 379) | CERT_STORE_PROV_LDAP_W = 16 constant CERT_STORE_PROV_LDAP (line 380) | CERT_STORE_PROV_LDAP = CERT_STORE_PROV_LDAP_W constant CERT_STORE_PROV_PKCS12 (line 381) | CERT_STORE_PROV_PKCS12 = 17 constant CERT_STORE_NO_CRYPT_RELEASE_FLAG (line 384) | CERT_STORE_NO_CRYPT_RELEASE_FLAG = 0x00000001 constant CERT_STORE_SET_LOCALIZED_NAME_FLAG (line 385) | CERT_STORE_SET_LOCALIZED_NAME_FLAG = 0x00000002 constant CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG (line 386) | CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 0x00000004 constant CERT_STORE_DELETE_FLAG (line 387) | CERT_STORE_DELETE_FLAG = 0x00000010 constant CERT_STORE_UNSAFE_PHYSICAL_FLAG (line 388) | CERT_STORE_UNSAFE_PHYSICAL_FLAG = 0x00000020 constant CERT_STORE_SHARE_STORE_FLAG (line 389) | CERT_STORE_SHARE_STORE_FLAG = 0x00000040 constant CERT_STORE_SHARE_CONTEXT_FLAG (line 390) | CERT_STORE_SHARE_CONTEXT_FLAG = 0x00000080 constant CERT_STORE_MANIFOLD_FLAG (line 391) | CERT_STORE_MANIFOLD_FLAG = 0x00000100 constant CERT_STORE_ENUM_ARCHIVED_FLAG (line 392) | CERT_STORE_ENUM_ARCHIVED_FLAG = 0x00000200 constant CERT_STORE_UPDATE_KEYID_FLAG (line 393) | CERT_STORE_UPDATE_KEYID_FLAG = 0x00000400 constant CERT_STORE_BACKUP_RESTORE_FLAG (line 394) | CERT_STORE_BACKUP_RESTORE_FLAG = 0x00000800 constant CERT_STORE_MAXIMUM_ALLOWED_FLAG (line 395) | CERT_STORE_MAXIMUM_ALLOWED_FLAG = 0x00001000 constant CERT_STORE_CREATE_NEW_FLAG (line 396) | CERT_STORE_CREATE_NEW_FLAG = 0x00002000 constant CERT_STORE_OPEN_EXISTING_FLAG (line 397) | CERT_STORE_OPEN_EXISTING_FLAG = 0x00004000 constant CERT_STORE_READONLY_FLAG (line 398) | CERT_STORE_READONLY_FLAG = 0x00008000 constant CERT_SYSTEM_STORE_CURRENT_USER (line 401) | CERT_SYSTEM_STORE_CURRENT_USER = 0x00010000 constant CERT_SYSTEM_STORE_LOCAL_MACHINE (line 402) | CERT_SYSTEM_STORE_LOCAL_MACHINE = 0x00020000 constant CERT_SYSTEM_STORE_CURRENT_SERVICE (line 403) | CERT_SYSTEM_STORE_CURRENT_SERVICE = 0x00040000 constant CERT_SYSTEM_STORE_SERVICES (line 404) | CERT_SYSTEM_STORE_SERVICES = 0x00050000 constant CERT_SYSTEM_STORE_USERS (line 405) | CERT_SYSTEM_STORE_USERS = 0x00060000 constant CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY (line 406) | CERT_SYSTEM_STORE_CURRENT_USER_GROUP_POLICY = 0x00070000 constant CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY (line 407) | CERT_SYSTEM_STORE_LOCAL_MACHINE_GROUP_POLICY = 0x00080000 constant CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE (line 408) | CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE = 0x00090000 constant CERT_SYSTEM_STORE_UNPROTECTED_FLAG (line 409) | CERT_SYSTEM_STORE_UNPROTECTED_FLAG = 0x40000000 constant CERT_SYSTEM_STORE_RELOCATE_FLAG (line 410) | CERT_SYSTEM_STORE_RELOCATE_FLAG = 0x80000000 constant CERT_REGISTRY_STORE_REMOTE_FLAG (line 413) | CERT_REGISTRY_STORE_REMOTE_FLAG = 0x00010000 constant CERT_REGISTRY_STORE_SERIALIZED_FLAG (line 414) | CERT_REGISTRY_STORE_SERIALIZED_FLAG = 0x00020000 constant CERT_REGISTRY_STORE_ROAMING_FLAG (line 415) | CERT_REGISTRY_STORE_ROAMING_FLAG = 0x00040000 constant CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG (line 416) | CERT_REGISTRY_STORE_MY_IE_DIRTY_FLAG = 0x00080000 constant CERT_REGISTRY_STORE_LM_GPT_FLAG (line 417) | CERT_REGISTRY_STORE_LM_GPT_FLAG = 0x01000000 constant CERT_REGISTRY_STORE_CLIENT_GPT_FLAG (line 418) | CERT_REGISTRY_STORE_CLIENT_GPT_FLAG = 0x80000000 constant CERT_FILE_STORE_COMMIT_ENABLE_FLAG (line 419) | CERT_FILE_STORE_COMMIT_ENABLE_FLAG = 0x00010000 constant CERT_LDAP_STORE_SIGN_FLAG (line 420) | CERT_LDAP_STORE_SIGN_FLAG = 0x00010000 constant CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG (line 421) | CERT_LDAP_STORE_AREC_EXCLUSIVE_FLAG = 0x00020000 constant CERT_LDAP_STORE_OPENED_FLAG (line 422) | CERT_LDAP_STORE_OPENED_FLAG = 0x00040000 constant CERT_LDAP_STORE_UNBIND_FLAG (line 423) | CERT_LDAP_STORE_UNBIND_FLAG = 0x00080000 constant CERT_STORE_ADD_NEW (line 426) | CERT_STORE_ADD_NEW = 1 constant CERT_STORE_ADD_USE_EXISTING (line 427) | CERT_STORE_ADD_USE_EXISTING = 2 constant CERT_STORE_ADD_REPLACE_EXISTING (line 428) | CERT_STORE_ADD_REPLACE_EXISTING = 3 constant CERT_STORE_ADD_ALWAYS (line 429) | CERT_STORE_ADD_ALWAYS = 4 constant CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES (line 430) | CERT_STORE_ADD_REPLACE_EXISTING_INHERIT_PROPERTIES = 5 constant CERT_STORE_ADD_NEWER (line 431) | CERT_STORE_ADD_NEWER = 6 constant CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES (line 432) | CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES = 7 constant CERT_TRUST_NO_ERROR (line 435) | CERT_TRUST_NO_ERROR = 0x00000000 constant CERT_TRUST_IS_NOT_TIME_VALID (line 436) | CERT_TRUST_IS_NOT_TIME_VALID = 0x00000001 constant CERT_TRUST_IS_REVOKED (line 437) | CERT_TRUST_IS_REVOKED = 0x00000004 constant CERT_TRUST_IS_NOT_SIGNATURE_VALID (line 438) | CERT_TRUST_IS_NOT_SIGNATURE_VALID = 0x00000008 constant CERT_TRUST_IS_NOT_VALID_FOR_USAGE (line 439) | CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 0x00000010 constant CERT_TRUST_IS_UNTRUSTED_ROOT (line 440) | CERT_TRUST_IS_UNTRUSTED_ROOT = 0x00000020 constant CERT_TRUST_REVOCATION_STATUS_UNKNOWN (line 441) | CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 0x00000040 constant CERT_TRUST_IS_CYCLIC (line 442) | CERT_TRUST_IS_CYCLIC = 0x00000080 constant CERT_TRUST_INVALID_EXTENSION (line 443) | CERT_TRUST_INVALID_EXTENSION = 0x00000100 constant CERT_TRUST_INVALID_POLICY_CONSTRAINTS (line 444) | CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 0x00000200 constant CERT_TRUST_INVALID_BASIC_CONSTRAINTS (line 445) | CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 0x00000400 constant CERT_TRUST_INVALID_NAME_CONSTRAINTS (line 446) | CERT_TRUST_INVALID_NAME_CONSTRAINTS = 0x00000800 constant CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT (line 447) | CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 0x00001000 constant CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT (line 448) | CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 0x00002000 constant CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT (line 449) | CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 0x00004000 constant CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT (line 450) | CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 0x00008000 constant CERT_TRUST_IS_PARTIAL_CHAIN (line 451) | CERT_TRUST_IS_PARTIAL_CHAIN = 0x00010000 constant CERT_TRUST_CTL_IS_NOT_TIME_VALID (line 452) | CERT_TRUST_CTL_IS_NOT_TIME_VALID = 0x00020000 constant CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID (line 453) | CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID = 0x00040000 constant CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE (line 454) | CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE = 0x00080000 constant CERT_TRUST_HAS_WEAK_SIGNATURE (line 455) | CERT_TRUST_HAS_WEAK_SIGNATURE = 0x00100000 constant CERT_TRUST_IS_OFFLINE_REVOCATION (line 456) | CERT_TRUST_IS_OFFLINE_REVOCATION = 0x01000000 constant CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY (line 457) | CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 0x02000000 constant CERT_TRUST_IS_EXPLICIT_DISTRUST (line 458) | CERT_TRUST_IS_EXPLICIT_DISTRUST = 0x04000000 constant CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT (line 459) | CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 0x08000000 constant CERT_TRUST_HAS_EXACT_MATCH_ISSUER (line 462) | CERT_TRUST_HAS_EXACT_MATCH_ISSUER = 0x00000001 constant CERT_TRUST_HAS_KEY_MATCH_ISSUER (line 463) | CERT_TRUST_HAS_KEY_MATCH_ISSUER = 0x00000002 constant CERT_TRUST_HAS_NAME_MATCH_ISSUER (line 464) | CERT_TRUST_HAS_NAME_MATCH_ISSUER = 0x00000004 constant CERT_TRUST_IS_SELF_SIGNED (line 465) | CERT_TRUST_IS_SELF_SIGNED = 0x00000008 constant CERT_TRUST_HAS_PREFERRED_ISSUER (line 466) | CERT_TRUST_HAS_PREFERRED_ISSUER = 0x00000100 constant CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY (line 467) | CERT_TRUST_HAS_ISSUANCE_CHAIN_POLICY = 0x00000400 constant CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS (line 468) | CERT_TRUST_HAS_VALID_NAME_CONSTRAINTS = 0x00000400 constant CERT_TRUST_IS_PEER_TRUSTED (line 469) | CERT_TRUST_IS_PEER_TRUSTED = 0x00000800 constant CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED (line 470) | CERT_TRUST_HAS_CRL_VALIDITY_EXTENDED = 0x00001000 constant CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE (line 471) | CERT_TRUST_IS_FROM_EXCLUSIVE_TRUST_STORE = 0x00002000 constant CERT_TRUST_IS_CA_TRUSTED (line 472) | CERT_TRUST_IS_CA_TRUSTED = 0x00004000 constant CERT_TRUST_IS_COMPLEX_CHAIN (line 473) | CERT_TRUST_IS_COMPLEX_CHAIN = 0x00010000 constant CERT_INFO_VERSION_FLAG (line 476) | CERT_INFO_VERSION_FLAG = 1 constant CERT_INFO_SERIAL_NUMBER_FLAG (line 477) | CERT_INFO_SERIAL_NUMBER_FLAG = 2 constant CERT_INFO_SIGNATURE_ALGORITHM_FLAG (line 478) | CERT_INFO_SIGNATURE_ALGORITHM_FLAG = 3 constant CERT_INFO_ISSUER_FLAG (line 479) | CERT_INFO_ISSUER_FLAG = 4 constant CERT_INFO_NOT_BEFORE_FLAG (line 480) | CERT_INFO_NOT_BEFORE_FLAG = 5 constant CERT_INFO_NOT_AFTER_FLAG (line 481) | CERT_INFO_NOT_AFTER_FLAG = 6 constant CERT_INFO_SUBJECT_FLAG (line 482) | CERT_INFO_SUBJECT_FLAG = 7 constant CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG (line 483) | CERT_INFO_SUBJECT_PUBLIC_KEY_INFO_FLAG = 8 constant CERT_INFO_ISSUER_UNIQUE_ID_FLAG (line 484) | CERT_INFO_ISSUER_UNIQUE_ID_FLAG = 9 constant CERT_INFO_SUBJECT_UNIQUE_ID_FLAG (line 485) | CERT_INFO_SUBJECT_UNIQUE_ID_FLAG = 10 constant CERT_INFO_EXTENSION_FLAG (line 486) | CERT_INFO_EXTENSION_FLAG = 11 constant CERT_COMPARE_MASK (line 489) | CERT_COMPARE_MASK = 0xFFFF constant CERT_COMPARE_SHIFT (line 490) | CERT_COMPARE_SHIFT = 16 constant CERT_COMPARE_ANY (line 491) | CERT_COMPARE_ANY = 0 constant CERT_COMPARE_SHA1_HASH (line 492) | CERT_COMPARE_SHA1_HASH = 1 constant CERT_COMPARE_NAME (line 493) | CERT_COMPARE_NAME = 2 constant CERT_COMPARE_ATTR (line 494) | CERT_COMPARE_ATTR = 3 constant CERT_COMPARE_MD5_HASH (line 495) | CERT_COMPARE_MD5_HASH = 4 constant CERT_COMPARE_PROPERTY (line 496) | CERT_COMPARE_PROPERTY = 5 constant CERT_COMPARE_PUBLIC_KEY (line 497) | CERT_COMPARE_PUBLIC_KEY = 6 constant CERT_COMPARE_HASH (line 498) | CERT_COMPARE_HASH = CERT_COMPARE_SHA1_HASH constant CERT_COMPARE_NAME_STR_A (line 499) | CERT_COMPARE_NAME_STR_A = 7 constant CERT_COMPARE_NAME_STR_W (line 500) | CERT_COMPARE_NAME_STR_W = 8 constant CERT_COMPARE_KEY_SPEC (line 501) | CERT_COMPARE_KEY_SPEC = 9 constant CERT_COMPARE_ENHKEY_USAGE (line 502) | CERT_COMPARE_ENHKEY_USAGE = 10 constant CERT_COMPARE_CTL_USAGE (line 503) | CERT_COMPARE_CTL_USAGE = CERT_COMPARE_ENHKEY_USAGE constant CERT_COMPARE_SUBJECT_CERT (line 504) | CERT_COMPARE_SUBJECT_CERT = 11 constant CERT_COMPARE_ISSUER_OF (line 505) | CERT_COMPARE_ISSUER_OF = 12 constant CERT_COMPARE_EXISTING (line 506) | CERT_COMPARE_EXISTING = 13 constant CERT_COMPARE_SIGNATURE_HASH (line 507) | CERT_COMPARE_SIGNATURE_HASH = 14 constant CERT_COMPARE_KEY_IDENTIFIER (line 508) | CERT_COMPARE_KEY_IDENTIFIER = 15 constant CERT_COMPARE_CERT_ID (line 509) | CERT_COMPARE_CERT_ID = 16 constant CERT_COMPARE_CROSS_CERT_DIST_POINTS (line 510) | CERT_COMPARE_CROSS_CERT_DIST_POINTS = 17 constant CERT_COMPARE_PUBKEY_MD5_HASH (line 511) | CERT_COMPARE_PUBKEY_MD5_HASH = 18 constant CERT_COMPARE_SUBJECT_INFO_ACCESS (line 512) | CERT_COMPARE_SUBJECT_INFO_ACCESS = 19 constant CERT_COMPARE_HASH_STR (line 513) | CERT_COMPARE_HASH_STR = 20 constant CERT_COMPARE_HAS_PRIVATE_KEY (line 514) | CERT_COMPARE_HAS_PRIVATE_KEY = 21 constant CERT_FIND_ANY (line 515) | CERT_FIND_ANY = (CERT_COMPARE_ANY << CERT_COMPAR... constant CERT_FIND_SHA1_HASH (line 516) | CERT_FIND_SHA1_HASH = (CERT_COMPARE_SHA1_HASH << CERT_... constant CERT_FIND_MD5_HASH (line 517) | CERT_FIND_MD5_HASH = (CERT_COMPARE_MD5_HASH << CERT_C... constant CERT_FIND_SIGNATURE_HASH (line 518) | CERT_FIND_SIGNATURE_HASH = (CERT_COMPARE_SIGNATURE_HASH << ... constant CERT_FIND_KEY_IDENTIFIER (line 519) | CERT_FIND_KEY_IDENTIFIER = (CERT_COMPARE_KEY_IDENTIFIER << ... constant CERT_FIND_HASH (line 520) | CERT_FIND_HASH = CERT_FIND_SHA1_HASH constant CERT_FIND_PROPERTY (line 521) | CERT_FIND_PROPERTY = (CERT_COMPARE_PROPERTY << CERT_C... constant CERT_FIND_PUBLIC_KEY (line 522) | CERT_FIND_PUBLIC_KEY = (CERT_COMPARE_PUBLIC_KEY << CERT... constant CERT_FIND_SUBJECT_NAME (line 523) | CERT_FIND_SUBJECT_NAME = (CERT_COMPARE_NAME<